#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','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','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','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','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','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','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','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('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','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','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('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('260','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('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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','20');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('4','Outpost','30');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('6','Archive','60');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','17');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('record_online_date','1140405143');
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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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','40','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','50','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','118','15','2429','1142050299','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','174','11','2417','','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','194','9','2426','1142103771','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','112','4','2408','1142083506','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','517','30','2428','1142123119','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','','0','10','92','1','1504','','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','473','20','2424','','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','65','15','2388','1142083449','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('10','4','501st Business issues and Logistics of the SO','General Issues and information','0','30','148','5','2402','1142083309','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','4','COC','Command staff area','0','10','42','8','2106','','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','103','4','2281','','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','','0','20','4','1','1606','','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','','0','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','','0','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','4','Mission Reports','Area for mission reports.  Group by Year','0','20','3','1','599','','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','288','26','2415','','0','2','2','2','2','2','2','2','3','2','2','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('209','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('255','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(non-SO) and Allies','501st Members who are not SO and their allies','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('278','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('292','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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('2','2','1','61','1140395421','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3','2','1','55','1140395842','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('4','2','1','2','1140396288','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('5','3','5','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','5','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('9','2','1','26','1140396799','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('10','3','5','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','5','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('15','2','1','55','1140397185','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('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','5','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','5','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','3','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('33','2','1','34','1140400215','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('34','2','1','2','1140400312','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('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('39','2','1','204','1140400974','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('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','5','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','5','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('531','26','3','101','1140547254','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('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('59','2','1','163','1140404987','46983b16','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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('63','2','1','206','1140405563','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('64','2','1','179','1140405573','4662816b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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('66','2','1','206','1140405714','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('67','3','5','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','5','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','5','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('73','2','1','179','1140406258','4662816b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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','5','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','5','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('80','2','1','206','1140406718','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('81','2','1','174','1140406799','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('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('85','2','1','61','1140407496','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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('89','2','1','206','1140407863','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('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','5','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','5','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','5','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','5','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','5','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','4','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','3','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','4','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','4','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','4','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','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','4','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','5','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','5','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','5','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','5','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('131','2','1','176','1140409844','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('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','5','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('141','2','1','2','1140411094','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('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('147','21','1','18','1140412217','42260462','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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('158','2','1','61','1140439903','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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('160','23','1','-1','1140441335','45fe5205','JW-01','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('161','23','1','-1','1140441407','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('162','23','1','2','1140442978','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('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','4','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','4','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('168','21','1','61','1140444500','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','4','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','4','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','5','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','5','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','5','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('199','26','3','49','1140448076','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('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','5','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','5','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','8','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','5','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','8','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','3','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','5','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('513','26','3','61','1140541803','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','5','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','8','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','8','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','5','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','8','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','8','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','8','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','8','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','5','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','5','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','5','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','8','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','5','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','5','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','4','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','4','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('278','23','1','231','1140460499','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('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','5','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','5','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','8','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','8','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('290','21','1','172','1140463231','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('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','5','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','5','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','5','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('304','21','1','26','1140468296','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('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('307','26','3','93','1140468608','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('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('309','26','3','70','1140468871','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('310','26','3','26','1140468972','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','3','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','4','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','4','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('318','21','1','61','1140469804','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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','8','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','5','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','8','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','5','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','5','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','8','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','8','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','8','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','3','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','3','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','8','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','5','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('356','26','3','49','1140474412','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','8','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','5','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','8','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','5','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('379','26','3','26','1140481505','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('380','25','5','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','5','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','5','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','8','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','8','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','5','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('402','26','3','93','1140484793','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('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','5','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','5','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','5','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','8','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','8','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','8','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','5','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','8','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','8','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','3','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('450','26','3','61','1140522550','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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('465','26','3','49','1140530865','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','8','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','8','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','8','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','8','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','5','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','5','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','5','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','5','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('541','26','3','152','1140554152','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('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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','8','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','5','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','8','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','3','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','8','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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','3','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','8','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','3','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','3','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','5','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','5','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','5','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','3','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','3','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','2','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','2','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','1141002885','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('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','3','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','3','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','3','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','1140725163','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('676','68','5','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','3','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','4','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','1141340631','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('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','8','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','4','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','4','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','4','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','5','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','4','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('730','71','12','7','1140655182','cdbc7448','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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','5','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','8','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','8','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','8','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','8','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','8','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','3','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('774','26','3','61','1140687648','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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','5','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','5','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','4','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','3','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','5','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','2','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','5','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','5','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','5','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','4','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','3','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','5','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('841','71','12','43','1140721424','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','5','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','5','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','5','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','3','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('860','26','3','93','1140729258','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('861','68','5','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','5','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','5','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','5','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('870','71','12','7','1140741212','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('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','5','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','5','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','3','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','3','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','3','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','4','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','5','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('888','71','12','26','1140747282','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('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('890','71','12','3','1140750090','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('891','80','5','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','4','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','3','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','4','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','3','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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('910','21','1','33','1140761147','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('911','80','5','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','3','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','4','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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','5','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','3','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','3','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','4','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','5','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','3','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','3','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','4','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','3','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','5','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','5','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('956','71','12','43','1140796762','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('957','25','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','4','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','5','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','3','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','3','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','5','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','5','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','4','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','4','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','5','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','5','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','2','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','3','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','8','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','2','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','2','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','5','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('1015','26','3','88','1140824485','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('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','2','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','2','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','5','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','2','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('1032','26','3','49','1140838001','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('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','2','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('1036','26','3','93','1140841641','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('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('1063','26','3','164','1140897820','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('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','5','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','2','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','5','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','1','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('1058','93','3','193','1140884892','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('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('1061','26','3','101','1140889953','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('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('1064','94','1','193','1140897997','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('1065','95','5','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','5','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('1069','26','3','49','1140908680','4893475b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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('1071','26','3','93','1140911195','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('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','5','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','5','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','4','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('1088','23','1','-1','1140968127','189ee140','SarkaCantLogIn','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','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','4','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','4','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('1098','23','1','2','1140976207','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('1099','17','4','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','4','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','4','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','8','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','8','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','2','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('1127','93','3','61','1141001241','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','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','4','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('1131','26','3','7','1141001810','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('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','4','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','3','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','8','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('1155','23','1','221','1141015472','189ee140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','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','4','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','8','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','4','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','4','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','8','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','2','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','4','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','3','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','3','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','3','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','3','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','4','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','2','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','8','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','2','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','8','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','8','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','3','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','5','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','4','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','4','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','3','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','3','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('1278','21','1','61','1141137781','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','2','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','3','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('1286','21','1','4','1141139188','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('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','8','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','8','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','4','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','5','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','3','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','4','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','3','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','3','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','3','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','8','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','8','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','8','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','8','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','3','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','4','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','2','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','3','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','2','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','3','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','4','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','4','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','3','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','4','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','3','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','4','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','4','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('1345','112','1','163','1141179161','46982e81','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','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','4','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','5','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','3','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','3','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','5','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','2','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','4','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','5','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','5','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('1366','112','1','38','1141200598','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('1367','17','4','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','3','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','3','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','4','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','5','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','4','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','8','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','5','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','8','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','4','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','4','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('1409','112','1','61','1141247003','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','2','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','3','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','5','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','3','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('1421','26','3','101','1141250739','cdbc740c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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('1426','26','3','49','1141253203','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('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','8','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','3','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','3','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','3','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','5','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','5','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','5','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','5','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','5','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','8','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','5','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','5','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','5','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','3','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','8','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','3','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','3','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','3','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','5','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','5','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','3','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','5','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','8','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','5','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','5','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('1469','112','1','163','1141266826','46983c3f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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('1471','112','1','38','1141267768','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('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','8','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','5','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','5','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','8','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','5','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','8','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','5','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','8','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','3','-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','5','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','5','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','5','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','5','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','5','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','8','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','5','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','5','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','5','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','5','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','8','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','8','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','3','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','3','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('1500','112','1','61','1141297962','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','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('1506','112','1','209','1141302810','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('1507','112','1','61','1141304091','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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','5','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','5','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','8','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','4','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('1517','26','3','3','1141308741','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('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','4','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','4','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','8','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','5','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','5','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','8','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','5','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','5','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','2','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','5','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','5','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('1540','112','1','19','1141316739','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('1541','11','3','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','5','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','8','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','8','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','8','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','5','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','2','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','8','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','3','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','8','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','5','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','5','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','5','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','3','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','3','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','5','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','8','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','8','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','8','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','5','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','8','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('1596','26','3','101','1141350828','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('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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','5','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','8','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('1651','71','12','61','1141385401','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','5','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','5','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','8','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','8','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','2','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','2','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','2','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','2','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','2','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','2','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','8','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','2','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','8','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','5','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('1794','134','13','206','1141506753','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('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','8','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','8','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','5','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','5','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','3','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','3','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','5','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','5','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','8','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','3','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','8','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','8','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','4','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','8','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','8','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','3','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','8','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','8','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','3','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','8','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','3','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','3','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','8','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','8','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','2','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','3','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','8','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','5','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','8','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','8','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','8','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','5','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','5','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','2','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','2','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','2','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','2','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','8','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','2','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','8','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','8','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','5','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','5','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','8','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','8','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','8','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','8','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','8','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','8','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','5','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','8','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','8','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','8','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','8','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','5','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','5','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','8','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','8','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','5','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','3','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','3','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','3','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','3','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','3','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','3','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','5','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','5','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','5','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','5','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','8','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','8','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','8','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','8','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','8','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','3','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','1142008048','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('2293','151','5','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','8','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','5','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','5','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','8','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','5','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','5','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','3','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','8','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','5','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','5','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','3','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','3','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','5','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','8','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','8','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','8','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','5','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','8','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','8','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','3','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','3','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','5','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','3','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','8','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','3','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','8','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','3','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','3','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','3','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','8','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','5','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','8','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','3','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','3','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','3','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('2','90f6e9dfc1','It just didnt look good without a power post','Banzai and Wookie,
Kewl, you guys are awesome..
We have a forum again, it was so lonly today  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3','12d33dc5ef','','I miss my peeps!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4','47c9a18716','','Ok all members that I could recover the permissions of should have access to the member's area.  

ANY MEMBERS WHO DO NOT HAVE ACCESS THAT SHOULD.. SEND AN EMAIL / PM TO THE COMMAND STAFF.!!

&lt;sigh&gt;
 ok.. and for those in the &quot;post war&quot;.. I did manage to keep all of your post counts.');
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('9','d5fd38c1a0','','good job Chris.  Your hard work is appreciated');
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('15','b810d6c582','','Definately!!! Some o us cant live without this forum......well we could live--it just wouldnt be as enjoyable!  Thanks Donald!!  Thanks Chris!!');
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('33','84215a8be7','','Wow Chris.. 

Thanks so much for your hard work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('34','15a8676aa1','','No problem.');
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('39','b16b38298b','','Hey, I can't get in the members area.




oh wait.....I never could.');
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('59','6cc9bf045d','','Badass! You guys got this back up alot quicker than I tought possible! Good work, glad to see we're back up again!
Later');
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('63','0bd131cbec','','God!!!! I never knew how much I loved this place 'til it was gone.  Great work getting it back up and running.  Now let the senseless banter continue... :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('64','a54335a4cc','','I'm surprised anything was saved. I came here earlier this morning and just looked and thought, &quot;What the hell..?&quot;, seeing pictures of people crying and Mother Teresa and such. I even thought We all would have to re-register too.');
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('66','0ad2d63051','','Yeah , it was really disturbing waking up and my first real collective thought of the day was...     &quot;WTF!? What the sh-t is this?&quot;  Somehow the rest of my day was just... off.');
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('73','5433436440','','Since this place was hacked... some of you guys have your emails displayed. Can this person or people have gotten them during the hacking?


I'm glad I took my YIM name off a while back.');
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('80','f52b44856e','','I think Chris said all the guy got into was the forums, nothing else.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('81','f87c194254','','I say screw em. If I cared if people had my email address I wouldn't post it.');
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('85','801cc8e0e6','','Hay All,
I MISSED THE HECK OUT OF ALL OF YOU
*BIG GROUP HUG*

Derek and I saw it last night, we where both doing the WTF :lol:');
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('89','731087d7b7','','Yeah, I think i'm gonna need some psychiatric help after this.  Nevermind the fact I needed it anyway.  DISPENCE THE BEER!!!!');
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('168','8ad83c1a1e','','Hay Richard,
As long as it doesnt conflict with Dcon, count me in....');
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','3b680a5720','The Southern Outpost Bitch, Gripe and Moan thread.','I love you guys!');
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('131','b71fc2f786','','ha! and here I thought I was an outcast!');
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('141','e6c86562d1','','[quote:e6c86562d1="InfraFett"]Since this place was hacked... some of you guys have your emails displayed. Can this person or people have gotten them during the hacking?


I'm glad I took my YIM name off a while back.[/quote:e6c86562d1]

That was the first thing I made sure was safe.  Only the forum text was gotten to.');
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('147','2a88e965cc','Possible Convention in September.','Hey Gang, I'm posting this here because there's nothing definate yet. But I wanted to put the word out for when it does happen.

Earlier today I got an e-mail from Felix Silla. He said that he's trying to set up a convention in St. Louis for sometime in September. And he asked if we'd attend. I know that this isn't within our usual trooping area, but enough of us know what a great guy Felix is. And I'm sure that quite a few would like the chance to party with him again (remember all the fun we had at AdCon?  :D  ). I said that I'm definately going and to send me more info on the event as he gets it. And, of course, I'll pass it on to you guys so you can make plans.

Richard');
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('158','00388eb408','','I get so much spam email, if they did steal that, he wouldnt be able to ever use his computer again  :lol:');
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('160','cb4ad786cd','Registration Question','Hello Troops.

I had registered on your forums around the 13th of Feb, but have not received activation from the admin.  Do you still have info needed to approve my account -- username JW01-- I know it is still in your db because when I tried to post this it says username exists.  I know you have your hands full at the moment, but when you get a chance let me know what you find.

Thanks

Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('161','de937c09a5','Re: Registration Question','[quote:de937c09a5="JW-01"]Hello Troops.

I had registered on your forums around the 13th of Feb, but have not received activation from the admin.  Do you still have info needed to approve my account -- username JW01-- I know it is still in your db because when I tried to post this it says username exists.  I know you have your hands full at the moment, but when you get a chance let me know what you find.

Thanks

Bob[/quote:de937c09a5]

Make that Feb. 16th, not the 13th.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('162','b50e889152','','Email sent Bob.');
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('199','9ccd9631ce','Anniston/Oxford  Quintard Mall/Boyscout Event','Wow! Shannon and Cindy, you guys did one hell of a job on this event! A lot of fun, and very successful. Thanks for having us over to the house too. For those of you who've never been to Shannon and Cindy's house, it's like the TOY STORE FROM HELL!!! Can you say thousands of action figures still in the box! It was like Christmas morning when Shannon took us down to the toy storage room. You can barely walk into this 12 X 20 foot room? After he closed his store down everything came back to his house. It was all he could do to keep us from opening things!

Here's a couple of pics from the EB Games store in the Quintard mall:

[img:9ccd9631ce]http://img.photobucket.com/albums/v217/skywalker1620/IMGP2434.jpg[/img:9ccd9631ce]

Question: why do the chicks dig armor? If we were standing there in street clothes hanging out in front of EB games, they wouldn't give the time of day! What's up with the armor? Seriously, WHATS UP WITH THAT!?

[img:9ccd9631ce]http://img.photobucket.com/albums/v217/skywalker1620/IMGP2438.jpg[/img:9ccd9631ce]

some one will post pics of the boy scout event, which consisted of us storming a huge auditorium of about 400 people! The kids went Ape!! They started the Star Wars music and about 10 of us stormies/clones/snowtroopers sweeped the room and then Vader escorted by two offices was brought in. It looked great!');
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','7301d2a556','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('278','315e80873e','','Thanks for the help Chris!!  Everything is good to go!');
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('290','fcab65fee5','','YEs, Dcon....big plans, big costumes, big times! Long as it doesn't conflict....I'm good to go!');
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('304','a2045e46c6','','Just the expense of going anywhere in September would conflict with DragonCon for me.  Unless I win the lottery, I'm only doing D*Con in Sept.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('307','304ec03110','','Yeah, I had a hell of a time at both events!  Kudos to Shannon and Cindy for organizing the event and for letting us hang out at your place.  Tell Cheyenne I'm looking forward to a rematch in pool, this time I'm winning!  Z-Man is right about the toy room though, it is quite a sight to see  :lol: Can't wait to see some more pics from both events!

PS:  Anyone planning on grabbing some of that free icecream anytime soon? :wink:');
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('309','7a6815b223','','Wow... havn't seen that many storm troopers in a long time! Keep up the good work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('310','5c22a4b1fb','','I agree.  It's nice to see the Stormies in force at an event.  But, there's still a couple of Power Rangers there.  We've got to do something about those guys.');
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('318','b84411f9c3','','Loki,
Dont play the lottery, it is fixed!!!!!!');
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('356','2c09121b9b','','I'm a POWER RANGER!!!!!! WOO HOO!!!

Yea, it was cool to see the Vintage &quot;Vader and Troopers&quot; !!!!

Dang it Loki and Jon, wish you guys could have made it!!!');
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('379','4307f3d622','','We were there in Spirit.


And troopers, PLEASE, when you pose for picks don't hold your belt like a WWE wrestler!');
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('402','9f598adf69','','Yeah I need to work on more poses.  That's the only one I've got if I don't have my blaster out.  But I didn't want the kiddies getting scared, so I kept it holstered unless someone got out of line ;)');
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('450','1e1277a15b','','here here, Looks like you guys put on an awesome event.
As it turns out it was probably for the best I couldnt go, as we had snow that day and roads where heck!!!
I mean Loki drove on them and thats scary enough  :wink: 
Anyway again please post more pics of your event, hopefully soon someday we can get them into the mission reports again...
Also keep up the great work.... :)');
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','82a9993089','Pre Event Rosters for upcoming events','[b:82a9993089][i:82a9993089] Roster Updated at 09:22 on March 10, 2006 [/b:82a9993089][/i:82a9993089]


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.
[i:82a9993089] 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.[/i:82a9993089]


[b:82a9993089] March Armor Party at Atins [/b:82a9993089]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=1862#1862
Last chance for an armor party before ATL St Pats parade and Mid South Con..

Atin
Skip
Jen
Chris &quot;Carl&quot; Ledbetter &amp; 1 friend
Derek
Jester
JW01/Bob
JW02/Bobby
JW03/Corey 
Casey
Cheryle
Joe
Chase
Hook



[b:82a9993089] Lookout Valley Spring Festival, March 11; Chattanooga, TN[/b:82a9993089]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=647#647
Eelem


[b:82a9993089]ATL St. Pats Parade March 18; Atlanta, GA[/b:82a9993089]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=30

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 : Royal Guard or Plo Koon
Joe: Softvader
Saberspanker:Barriss
TK Tim: TK


[b:82a9993089]Midsouthcon March 24-26 Memphis, TN[/b:82a9993089]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=28

Loki
Jon
Rose
Hammer
Atin
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
Saberspanker

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

Bob
Betty
Loki
Tyler
Martin
Joey
Louis
Cadet
TK Tim

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

Drax
Joe
Derek
Vesper

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

Wookiegunner(tenative)
Ben not David Reimer (tenative)

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

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


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

Loki
Hammer
Atin
Skip
Tambo
Bob Link
TK-Tim
Clutch
Sgt. Dark
Joe (Tenative)
Saberspanker


[b:82a9993089] Tennessee Firefighters Burn Camp &quot;Phoenix&quot; June 3; Nashville. TN [/b:82a9993089]
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- (hokk &amp; Starlas' Daughter) Darth Tater
TD-6873 Jeff Lester Sandtrooper/Stormtrooper


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

[b:82a9993089][i:82a9993089]Please note, this is the list per Tambo.. For sign up questions, please PM Tambo[/b:82a9993089][/i:82a9993089]
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. TK-4238 Geoff Fults Stormtrooper
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 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. Corey
4. Joey
5. Sweetpea
6.
7.
8. 


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

Sweetpea
Rose
Zman
Atin
Loki
Chuck Flynn
Master Koon
Gooshy
Bob Link
Betty Link
Hook
Vesper
Chris Lee &amp; R2
JediToren (tenative)
Clutch
TK-Tim
Kevin G.
Joe

[b:82a9993089] KY Lions Fair Disabled-Children's Camp: July 2 : Lebanon Junction, KY [/b:82a9993089]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=1520#1520

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

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

Atin
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


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

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

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

Gooshy
Zman
Jester
Susanne

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

Loki
Zman
Kevin G
Jester
D Reimer
Banzai');
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('465','5faeb9390c','','Yea, Corey, that would have been way cool if you too could have made it!

Yea Loki, I was thinking about getting a huge silver belt buckle for my utility belt!!!!');
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('513','dceff8855a','','Maybe, Hopefully the next AL event, I can show some support and be with there with you all... :)  :)');
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('531','08d8d96777','','Hey guys, 
I am so glad yall could come.  It did turn out to be an awsome day ,guys trooping , girls shopping.  And the COOKIE! YUM. Great idea Jessie!  I am glad that everyone got home OK!  We will  have  to do again.  As for the TOY ROOM, Shannon swears they all get out and play when no one is around.  As for the boy scout event, it was neat to see all the blood rush out of there faces when the troopers stormed the room and again when Vader entered.  Thanks to all who came. You made this one of our best events in Calhoun County (so far).  You are all welcome to come over anytime!!  JUST DONT PLAY WITH THE TOYS!!!

See ya soon!  
Cindy');
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('541','31b7b5ce51','','I wanted to go to this event BAD!  The wife kept telling me the snow would keep me away.  That I didn't have enough gas to get there (we were gambling in Metropolis, IL the previous night).  I can just imagine what kind of reception you guys got!

Would LOVE to see that event on video...  Did anyone from Nashville go?

Maybe we could have an event like this in Nashville or Clarksville...?  Hmm...');
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','937cadfe7c','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','b4392cef58','','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. TK-4238 Geoff Fults Stormtrooper 
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. TK-5920 Todd Taylor Stormtrooper 
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 
(Todd) Starla &amp; Ryman


we need 8 room commanders then I'll start making the room lists
1. Myself
2. Skip
3. Corey
4.
5.
6.
7.
8.

also a few of the family members will soon be members so the list will change a little.');
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','df286a2708','Vesper's Clone Quest (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','a658d4c06d','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

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','ed826e3b4c','Female SO Mandos','Back from isolation to find this little jem of a section, so I thought I'd start a new thread.
I also thought I'd make it an open thread for all our current and future fems. :)

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

Current Roster:
Ruusaan - RoseGuard
Recon - Summer

In Progress:
Alli
Starla
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('730','9093844933','Trashy Trailer-Park Babe of the Week [NC-17]','Anything Goes... Even if you know these people.

[img:9093844933]http://img.photobucket.com/albums/v647/TK_6873/GirlsGirlsGirls/hotones1.jpg[/img:9093844933]');
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','43f54486b6','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('774','faa4678e5a','','sorry to highjack, but will be only highjack post from me on this thread:

Paul, please call me ASAP.. I have a possible SO Vid job for you, but need to do it this weekend..


Sorry all..
End Highjack...');
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('841','3d0b4d6d76','','So Jester, you're ex is trashy?   Giggidy, giggidy, giggidy, giggidy, goo!');
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('860','8307e9b282','','Did anyone else happen to grab any more photos from either of the events?  I can host them for you if you email them to me.  Gooshy@gmail.com');
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('870','f843d95bf4','','She posed more than once for a long-haired college kid with a Kodak 110...FOR FREE. Do the math.');
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('888','83ee35945d','','Well, it's one thing if only you know them...
It's another if EVERYONE in this group knows them! :wink: 

I think I'll keep the pics to myself.... or in PM's! :twisted:');
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('890','c50fc1828b','','dude!  how about that web hyperlink i keep hearing about?');
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('910','d18857222d','','Felix is great and a lot of fun to hang around, but I just can't swing St. Louis in September, due both to DragonCon and ramping up for production.');
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','3d34fd4de0','&quot;Mini-Con&quot; in Lexington, KY - Fri, Mar 31st; and S','[b:3d34fd4de0]What:[/b:3d34fd4de0] UKon - Tabletop RPGs, LARPs, card-games, board games, and the all-important [i:3d34fd4de0]Costume Judging Panel[/i:3d34fd4de0].
[b:3d34fd4de0]When: [/b:3d34fd4de0] Friday, March 31st; and Saturday April 1st
[b:3d34fd4de0]Where:[/b:3d34fd4de0]  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:3d34fd4de0]URL:[/b:3d34fd4de0] [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');
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('956','e35c49a1ef','','What????  If you guys are even half-way serious then don't forget about clueing in the Zachmire!  8)');
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('1015','d0b683b5f7','','Could someone just send me a list of who was there? I've got Z-Man (Shock Trooper), Gooshy (TK), and Blaster Disaster (TK) as costumers and Cindy as a handler. Who was the Vader, 501st Clone, other TK/TD? Did everyone do both events?');
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('1032','c5b4506f47','','Glenn, Thad was the Vader, Crayfish the 501st clone, me shock, Jester Sand trooper, Joey Sand trooper, Gooshy clean TK, Shannon clean TK, Susanne snowtrooper, Jesse snowtrooper, Holly officer, Cindy officer, did I leave anybody out?');
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('1036','b4d5e3d378','','Looks like everyone to me.  Cheyenne was a popular little jawa at the cub scout awards.');
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('1063','b2cc7b59d3','','Unfortunately, I only got pictures of the mall event.  I didn't think to give anyone my camera for the cub scout awards.  :oops:  Gooshy, I'll send you some of the pictures from the mall.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1064','9569e4a768','David Prowse at Dragon*Con','Hey guys.  You might already know this, but I just got word through one of my DragonCon mailing lists that &quot;Dave Prowse will be attending Dragon*Con and doing a special presentation.&quot;  Anybody have any more info on this?');
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('1058','d1e1118184','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've also posted this thread in the members section.

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('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('1061','e337dd679f','','Did we get pic of the Scouts event ? Can someone post these ?');
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('1069','09df4d6411','','I think someone took Scout Pics with Susanne's camera?');
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('1071','20c7e7e85f','','Here are the pics Jessi sent me.  Click on them for the larger versions.  Thanks, Jessi!

[url=http://tk-2486.com/501/feb18/ebgames_003.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_003b.jpg[/img:20c7e7e85f][/url]
Gooshy

[url=http://tk-2486.com/501/feb18/ebgames_004.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_004b.jpg[/img:20c7e7e85f][/url]
Whole group: Zman, Jester, Thad, Cray, Shannon, Gooshy, Joey

[url=http://tk-2486.com/501/feb18/ebgames_005.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_005b.jpg[/img:20c7e7e85f][/url]
Red and Blue Rangers, Zman and Cray

[url=http://tk-2486.com/501/feb18/ebgames_006.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_006b.jpg[/img:20c7e7e85f][/url]
Best cookie I've ever had.

[url=http://tk-2486.com/501/feb18/ebgames_007.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_007b.jpg[/img:20c7e7e85f][/url]
Free Icecream.

[url=http://tk-2486.com/501/feb18/ebgames_008.jpg][img:20c7e7e85f]http://tk-2486.com/501/feb18/ebgames_008b.jpg[/img:20c7e7e85f][/url]
&quot;Welcome to the Legion&quot;');
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('1088','4286b1cb46','same problem','is there a reason my registration hasn't been approved yet? i'm working with Dallas on ideas for an officer costume blah blah blah. 

can i get some help? :P');
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('1098','e0a2053153','','Sarka, try it now');
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('1794','18013e6558','WTB: Black vest for Mando','I need to know who to get a vest from.  I need it in black or at least dyeable.  Anyone who makes/sells these let me know!!

Vinyl or pleather(whatever the material's called) would be kewl!!!');
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('1127','b34a812009','','Cheryl, I added this to our main roster thread, so I will keep the roster updated as people post their intentions of going..
Thanks for re-posting this... :)');
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('1131','f86c1a4e3d','','We were a definite hit at both places. 
Trooping the Anniston EB Games store brought quite a bit of love to us troopers. The ice cream girls giving away free ice cream to troopers, Amanda the over-whelmed Star Wars fan who loved to hug on stormtroopers and even proposed to Crayfish (for legal purposes, yes, she is 18.), heck we even attended a birthday party for a soldier's son over in the food court.
Look out for Bertha the bad-ass security guard though. She really kept the 501st in line that day.

The Oxford Cub Scout / Boy Scout event took those kids by storm. They never had a clue we were gonna be there. This was a surprise planned for them by the scout master.
Troopers rushed in through all the back entrances of the auditorium and converged on the stage area after securing the room. All the scouts were in awe.
Troopers took point throughout the room as Doc Vader presented awards and merits.
After the awards ceremony, all the scouts and parents were treated to a meet and greet with the 501st. A very pleasant and rewarding event for us.

Without a doubt, these were very well-rounded and highly successful events. For those who witnessed the presence of the Southern Outpost, it will be a day long remembered.

Thanks to members, Shannon and Cindy Oliver, for arranging and organizing these events. I hope that these events will open the door for many more in that area of the garrison.');
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('1155','aacc160ebb','','danke');
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('1278','23a2ce33ad','','Hay Richard,
Please PM command and see if we need to put this on our official events roster, also the thread itself would need to be moved if it is approved to the pre event area..
Thanks :)');
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('1286','0d6dca0239','','when you say he is &quot;putting together a convention&quot;, does that mean he is trying to actually organize a convention or simply get his attendance at a convention all worked out?

as for the convention itself,
if it looks decent i might be up for it.im all about doing different things this year and i dont believe ive got anything planned for sept.

keep us posted.');
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('1345','88057157e2','Greetings from MegaCon','Just got back from MegaCon in Orlando this weekend and wanted to share:
[img:88057157e2]http://gloryandthegold.com/501/GROUPshot.jpg[/img:88057157e2]
Im actually not in it, Im taking the pic since I found out in the parking lot that I had left my armor belt at home and went the whole weekend without armor  :oops:  Oh well, maybe next year but this year at least I got lots of time to shop. Leighann and Alyssa did make it in the pic; Leighann is Isard and Alyssa's that jawa in the front.
I would love to see some of you guys make it down for this next year, it really is an awesome con. Disney SWW is coming up and I plan to do at least one each weekend, if anyone is headed this way, give me a heads up!
Later');
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('1366','198e0b4233','','Is that an Ewok fur pauldron I see on the TB by the Gunner?  That's awesome!  I like the &quot;evil R2&quot; too.');
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('1409','08ad6ac484','','Ewok Pualdren, dude, that is kewl!!!!!!!!');
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('1421','1d1d8e22b1','UPDATE !!','Just wanted to share this with you guys ! 

Hey Shannon!
 
   OH MAN!  AWESOME!  The boys were so excited that night and have mentioned it now and again.  I think it's almost surreal to them cause they don't say much until you talk to them about it and then the excitement comes out in their voices and their eyes get real big while they're talking.  But, I think that I've had as much if not more excitement and comments from the parents.  I've even been at school events since and overheard parents that were there telling other parents about it that don't even have kids in scouts.  So it's not only spreading among the kids but the adults too.  The Scoutmaster for the Boy Scout troop that was there said it was the best Cub Scout Blue &amp; Gold Banquet ever.  
   I was so busy the day of the banquet trying to make sure everything was ready that I forgot my own camera so I don't have any pics to send you yet.  I've requested people e-mail me any they took or let me copy their disks but no one has responded yet.  My mom-in-law says she's going to e-mail me the ones from her cell phone tomorrow.  I'll see how they look and might send to you if they're good enough.  I'm also trying to get a copy of some video that was taken.
   We have a leaders meeting Sunday and I hope to be calling you soon to try and schedule another appearance later in the year.
   A big thanks to you, and please pass it on to the others who participated, for helping to make this years Blue &amp; Gold Banquet one to remember.  You guys are SUPER!
   
Rance Kirk 
Cubmaster - Pack 19');
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('1426','6a376e295f','','KILLER SHANNON!!!!!!!

We had a blast! Will do it again!

Hey Jester, Doc Vader, who came up with that? That's hysterical!!

Also, one of my favorite parts was the Mystery Science Theater that we did at Shannon and Cindy's house! I'm STILL laughing my ass off about that!');
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('1469','4427a1a3ae','','[quote:4427a1a3ae="Hammer"]Is that an Ewok fur pauldron I see on the TB by the Gunner?  That's awesome!  I like the &quot;evil R2&quot; too.[/quote:4427a1a3ae]
Yup, sure is! She'll be thrilled to know that people actually recognize that thing!
Later');
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('1471','9a8af7ddda','','She?   I like it even more now.   :twisted:');
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('1500','15922adb51','','Wait she as in the scout, or the Ewok, the hide was taken from????? :lol: 
Dude, I may have to do a pauldren now, I wonder if I can drag a ewok body from the back of the Stapway???

 :lol:  :lol:  :lol:');
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('1506','d1cd5294f4','',':lol:  That would be hilarious! You have [i:d1cd5294f4]GOT [/i:d1cd5294f4]to try that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1507','4ff4b5fd5b','','unfortunatlly in the user guide for the Segway it has huge bold letters and pictures that say &quot;Do not tow anything&quot; :cry:  :cry:  :cry:');
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('1517','1e604d1152','','Yes!  That is great to hear!  I've got pics on Holly's camera, just been too sick and lazy to get them uploaded..');
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('1540','452f5f7a6a','','Hey Hippie Trooper. That is a cool group pic. Leighann's costume looks awesome.');
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('1596','4a5d08fdb1','','UPLOAD :shock:  UPLOAD :D');
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('1651','fcada31eee','','*ROTFLMAO @ Zach*  Dude, are you on any state registries we should know about???

Just joking man..

Maybe I need to post the pics of my ex girl friend in here... :twisted:  :twisted:  :twisted:');
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','58451a3cb6','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 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.

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','2f2535bd92','','Added Joe to the roster..
Here is a c&amp;p of your current roster:
Loki
Hammer
Atin
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','7a553d4643','X-Men, sound off','So far we're building a group from the looks of it for D*Con and maybe the movie rlease. 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:7a553d4643][u:7a553d4643]X-Men[/u:7a553d4643][/b:7a553d4643]

[b:7a553d4643]Professor Charles Xavier[/b:7a553d4643] - Loki 

[b:7a553d4643]Ultimate Cyclops[/b:7a553d4643] - me

[b:7a553d4643]Ultimate Kitty Pride[/b:7a553d4643] - Danielle

[b:7a553d4643]Dark Phoenix[/b:7a553d4643] - Kell

[u:7a553d4643]Undecided[/u:7a553d4643]
Derek - Beast or 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('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','60369d17e4','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:60369d17e4] [color=yellow:60369d17e4]WHO:[/color:60369d17e4][/b:60369d17e4] Make-A-Wish
[b:60369d17e4] [color=yellow:60369d17e4]WHAT:[/color:60369d17e4][/b:60369d17e4] Walk for Wishes event
[b:60369d17e4] [color=yellow:60369d17e4]WHERE:[/color:60369d17e4][/b:60369d17e4] University of Alabama in Huntsville lake (the &quot;duck pond&quot;), located at the corner of Sparkman Drive and Technology Drive.
[b:60369d17e4] [color=yellow:60369d17e4]WHEN:[/color:60369d17e4][/b:60369d17e4] 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:60369d17e4][b:60369d17e4][color=red:60369d17e4]before[/color:60369d17e4][/i:60369d17e4][/b:60369d17e4] 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:60369d17e4]http://hiwaay.net/~jethridg/graphics/2006walkmap.jpg[/img:60369d17e4]

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.


Please post if you can make it.

Thanks,

Jamey

---------------------------------------------
[color=yellow:60369d17e4][b:60369d17e4]EVENT ROSTER[/b:60369d17e4][/color:60369d17e4]

Costumes:
 Jamey - Boba
 Joey - TD?


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:');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('4810','2','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('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('15453','2','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('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('13816','2','Re: a mean PM','34','2','1140064323','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('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('13347','2','COSI Event','43','26','1139506274','41f8b082','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13825','2','Re: a mean PM','34','2','1140064827','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('13828','2','Re: Sorry, no mean PMs for you.','34','7','1140064759','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('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('10481','2','Re: DirectX 9.0c','64','7','1136333522','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('16152','0','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('15908','2','Re: address needed','61','188','1141851237','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('15992','2','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('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('15837','2','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('8861','0','AIM','153','38','1132286886','40357372','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15070','2','Death Squad Trooper parts','5','70','1141084042','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('15079','2','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('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('16108','2','Re: Hey','49','7','1141910607','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('13658','0','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('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('8922','0','Re: AIM','153','38','1132442469','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('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('16039','2','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('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('9125','0','Re: Get back to work!','70','38','1133273915','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('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('12494','2','Re: Hello','23','70','1138761925','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('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('12501','2','Re: Hello','23','70','1138762644','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('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('15760','2','Re: rocket','5','92','1141785794','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('12570','2','Re: Hello','23','70','1138799531','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('15320','2','Re: mando party','5','19','1141332007','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('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('12571','2','Re: Hello','23','70','1138799189','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('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('16078','2','Re: phone numbers','5','19','1141953286','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('5618','2','Re: DP 95 Boba Fett','52','93','1127231210','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('12482','2','Hello','23','70','1138675957','ac80f26d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15809','2','Re: scalper','5','251','1141830216','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('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('15632','2','Re: yummy','251','188','1141700817','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('9043','0','Prop Aresol cans','22','19','1132812662','415028c2','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16082','2','Re: phone numbers','5','19','1141953884','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('12481','2','alloooo','23','56','1138676204','ac80f26d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15975','2','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('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('15173','2','Re: what to do?','5','188','1141175661','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('8892','2','DC-15s maker contact info?','74','64','1132370624','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('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('16112','2','Re: toe spikes','5','19','1141959696','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('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('16030','2','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('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('15820','2','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('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('15982','2','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('16087','2','Midsouth','61','4','1141924596','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('15932','2','MidsouthCon','26','172','1141860013','4320d580','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15155','2','Re: tuesday','5','19','1141138100','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('10688','2','Re: DirectX 9.0c','64','7','1136472627','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('14360','0','Re: I seek Tambo.. Tambo the Fett Enchanter','2','5','1140469403','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('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('15140','2','Re: question with resin','5','153','1141138200','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('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('15039','2','Re: ??? patricks day parade','5','19','1141077676','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('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('8911','2','Re: E-11 stock, shipping?','74','5','1132424351','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('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('14992','2','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('15750','2','Re: sunday 12th','5','19','1141785836','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('15561','2','Re: Forum stuff','61','2','1141655246','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('15388','2','Re: belt','5','19','1141397909','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('15876','2','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('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('14960','2','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('9434','0','that picture I mentioned','153','38','1133906365','cf908014','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9468','0','Re: that picture I mentioned','153','38','1134000526','cf90803e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('10009','2','501st Coin Mailing Address','152','61','1135267977','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15309','2','Re: mando party','5','19','1141328092','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('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('9457','2','Re: Galactic Marines - my belt pouches so far','74','3','1133912006','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('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('9501','0','I'm a complete idiot!','153','38','1134075607','40357322','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15143','2','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('15367','2','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('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('16126','2','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('9412','2','Galactic Marines - my belt pouches so far','74','3','1133842428','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('15196','2','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('15940','2','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('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('15429','2','Re: belt','5','19','1141400244','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('14986','2','Re: Ohio event','5','70','1141057199','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('15497','2','Re: us divers buckle','5','19','1141489212','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('15500','2','Re: lard','5','188','1141517344','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('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('15588','2','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('16127','2','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('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('15374','2','Re: kids party','26','19','1141348346','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('16143','2','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('15568','2','Re: March 11th Prop Party','61','206','1141655326','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('15529','0','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('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('15034','2','Re: ??? patricks day parade','5','19','1141064371','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('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('16191','2','Re: toe spikes','5','19','1141963789','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('15141','2','Re: This message was brought to you by the Church of Tambo','26','153','1141124868','46928b1f','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11773','2','PM','23','3','1138028645','189f0693','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16163','0','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('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('15519','2','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('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('13332','2','COSI room question','43','56','1139535775','44bfe554','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16065','2','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('12028','2','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('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('15346','2','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('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('16154','2','Re: monster room post','26','4','1141979036','4413c5ca','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('12391','2','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('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('4887','2','Thank you sir','65','4','1125086860','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('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('5626','2','Re: DP 95 Boba Fett','52','93','1127236337','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('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('13407','2','Re: coreys party','38','19','1139611731','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('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('11677','0','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('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('15543','2','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('12302','2','Re: ESb gaunlets','87','70','1138467408','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('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('622','2','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('9458','2','Re: Galactic Marines - my belt pouches so far','74','3','1133912548','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('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('9462','2','Re: Galactic Marines - my belt pouches so far','74','3','1133986882','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('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('646','2','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('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('16036','2','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('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('9547','2','TK neckseal question','74','7','1134160717','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('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('669','0','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('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('15775','2','Alien invoice','26','61','1141792794','46959576','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('685','2','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('16139','2','Re: prop party Saturday','61','7','1141992500','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('15171','2','Alien suit','26','4','1141189137','46929256','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15654','2','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('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('15373','2','Re: b day party','26','19','1141348296','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('9614','2','Re: Award','74','5','1134486818','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('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('14748','0','Re: dude...','49','70','1140727061','48937d73','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15064','2','Re: the tounge','4','26','1141085355','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('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('13834','2','Re: a mean PM','34','2','1140065015','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('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('13836','2','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('2521','0','Re: Guy In Block','10','60','1119625818','44344491','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15970','2','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('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('15863','2','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('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('13841','2','Re: a mean PM','34','2','1140065604','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('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('14912','0','Re: Ohio event','5','70','1141011915','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('15676','2','Re: Church in Chattanooga','61','193','1141752979','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('15859','2','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('15854','0','?','70','56','1141844752','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('15913','2','Re: subject?','56','153','1141851295','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('13383','2','Finally contacted your uncle','43','56','1139535510','44bfe554','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13858','2','Re: a mean PM','34','2','1140066101','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('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('9622','2','Re: Award','74','5','1134487589','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('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('10154','2','Re: !!!!!!!!!!!!!','52','101','1135660236','438c7c39','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13443','2','Re: COSI room question','43','56','1139604322','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('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('13840','2','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('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('14422','2','Re: Trash Compactor','43','2','1140533359','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('13961','2','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('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('2494','2','I'm selling my armor too :(','75','5','1119553189','04e2b459','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13466','2','Hey, check this out.','38','61','1139629350','189ea8cb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6450','0','Re: hey','26','23','1129149456','469c175e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('4418','2','Re: 501st Badge','75','10','1124172107','04e299c0','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('6458','0','Re: V','38','23','1129153367','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('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('14377','2','Trash Compactor','43','2','1140479060','42d9a5a5','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15871','0','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('15733','2','Re: sunday the 12th','26','19','1141779867','4695952d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13513','2','Re: Hey, check this out.','38','61','1139688826','189ea8cb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5602','2','Re: horror fest','35','19','1127174205','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('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('15363','2','Alien suit','26','4','1141353925','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('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('15703','2','Re: Pictures','61','174','1141771236','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('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('15734','2','Re: kids party this sunday the 12th in clarksville','61','19','1141776711','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('15816','2','Please call me','61','70','1141835654','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('16008','2','MidSouth','70','172','1141918823','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('15749','2','Re: Yo!','61','49','1141742657','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('15658','2','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('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('15637','2','Wassup','26','153','1141706433','41016847','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15508','2','Re: Mr. Z!  Mr. Z!','93','49','1141569738','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('15357','2','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('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('15439','2','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('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('13859','2','thinking about taking a break','34','3','1140064283','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('5746','2','Re: Coming to Alabama','52','7','1127623202','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('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('15789','0','Re: WTF!!!!!?????','49','70','1141829222','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('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('9643','0','Joo shirt link & Scalp-Dooku's nickname','43','38','1134506091','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('15805','0','Re: jar-jar','61','70','1141833438','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('14655','2','Re: 501st post','38','26','1140659274','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('14441','2','Re: Trash Compactor','43','2','1140541840','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('15936','2','Re: MidsouthCon','26','172','1141860738','4320d580','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13855','2','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('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('15362','2','airbrushing','26','174','1141354115','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('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('6497','2','Re: DP 95 Boba Fett','52','93','1129171692','438dab29','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6502','2','Re: DP 95 Boba Fett','52','93','1129172248','438dab29','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14935','2','Re: Hey Skip','93','4','1141017824','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('15240','2','Re: Hey Skip','93','4','1141266370','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('15058','2','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('15272','2','Payment Sent','93','4','1141314735','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('4732','2','bust ups','20','54','1124764356','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('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('15372','2','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('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('15819','2','please read','61','56','1141837241','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('12709','2','Re: Quick Question','93','3','1138906839','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('15808','2','Re: jar-jar','61','70','1141833438','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('10017','3','Re: 501st Coin Mailing Address','152','61','1135278198','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('12930','2','Armor','101','7','1139164887','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('15365','2','Parade Favor','93','26','1141356674','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('15778','2','Alien parts','26','4','1141792856','46959576','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15884','2','Re: Yo!','61','49','1141833497','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('15514','2','bantha skulls','26','56','1141502607','4320c127','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15383','2','chattanooga','26','193','1141264853','41016190','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('4743','2','Re: bust ups','20','54','1124811545','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('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('15369','2','Re: Parade Favor','93','26','1141359737','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('6871','2','Re: Lexinton, KY','60','22','1129635913','423fca11','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('1352','0','Re: Volunteer Patch','43','60','1113710485','42d97ec2','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15099','2','underarmor','93','49','1141090263','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('11902','2','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('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('12708','2','Re: Yo!!','43','49','1138899937','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('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('6261','2','Re: DP 95 Boba Fett','52','93','1128949662','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('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('15400','0','Re: today...','70','56','1141403061','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('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('15396','0','Re: today...','70','56','1141402881','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('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('9673','2','shirt','28','7','1134504168','d8b40463','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('12825','2','Thermal Detonators','43','5','1138995384','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('12969','2','Need to know...','43','174','1139191205','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('12978','2','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('1464','0','Re: Code!','49','43','1114651316','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('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('13986','2','Re: We need to talk.','38','55','1140144296','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('6492','0','Re: V','38','23','1129171523','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('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('14626','2','Re: this weeknd','38','19','1140639431','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','1','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('6510','0','Re: V','38','23','1129175447','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('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('6696','0','Re: Pickin on Cadett','26','23','1129483082','46928ed3','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15392','0','today...','70','56','1141402771','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('9610','0','Imperial Guard','174','38','1134486558','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('16198','1','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('7603','0','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('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('7361','2','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('11980','0','Re: your husband's girlfriend :p','49','56','1138200333','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('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('16201','1','Re: "scalper"','2','188','1142040675','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('11813','2','Trash Compactor','88','3','1138042535','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('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('14653','2','Re: 501st post','38','26','1140659187','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('15040','2','Shit, I left IM on last night when I went to bed.','38','153','1141071577','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('9799','0','Re: Garrison size','5','38','1134697809','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('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('9909','2','Re: T-shirts and such','92','54','1134782173','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('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('1723','0','Wonderfest?','22','60','1115393856','d84edd2e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('7024','2','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('1743','0','Re: Wonderfest?','22','60','1115446857','441257bc','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9768','2','Re: order version # 2','92','188','1134653655','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('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('15832','2','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('15449','2','Mr. Z!  Mr. Z!','93','49','1141457650','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('12810','0','crash','70','56','1138993221','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('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('12867','0','yuo','188','56','1139070331','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('15827','0','MidSouthCon','88','70','1141838232','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('15627','2','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('15917','2','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('12454','0','alloooo','23','56','1138676204','ac80f26d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('12567','0','Re: hey man','3','4','1138807647','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('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('15922','2','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('16162','0','Gauntlets','174','206','1142011903','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('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('12819','0','Re: re: crash','70','56','1138995167','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('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('12655','2','Clone patch','10','3','1138884706','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('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('9537','2','Shit','10','26','1134156738','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('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('13509','2','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('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('15968','2','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('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('7339','2','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('15955','2','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('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('13003','0','Re: yuo','188','56','1139202487','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('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('7766','2','Boba Fett','52','5','1130798654','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('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('1948','0','Florence Citigroup gig on Wednesday','22','60','1116897766','44d2820f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13026','0','hey!','70','56','1139235684','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('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('12767','2','HELMET','101','5','1138918397','98a3650a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('7804','2','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('7771','2','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('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('7834','2','Re: Boba Fett','52','5','1130963313','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('1979','0','Re: pauldron and gun','101','52','1117128294','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('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('9362','2','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('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('11669','2','Dewback Pauldron','101','55','1137778570','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('7330','2','Re: Lexinton, KY','60','22','1130112775','423fcccc','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11703','2','Re: Dewback Pauldron','101','55','1137866232','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('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('1992','0','Re: Georegetown Newspaper','55','60','1117143319','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('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('2029','2','Re: Hi there !!','65','101','1117219951','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('12279','2','Re: trooping opportunity','101','3','1138464786','98a36442','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13070','2','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('2039','2','Re: Im in !!','65','101','1117328381','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('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('12936','2','Re: Armor','101','7','1139170795','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('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('7891','2','Re: Boba Fett','52','5','1130967850','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('9439','2','Re: E Mail For shirts hats an so on !','52','101','1133836411','438c7c39','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15477','0','bantha skulls','26','56','1141502607','4320c127','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9542','2','Stuff','10','61','1134225279','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('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('6125','2','Lexington Episode-III DVD event','134','145','1128423310','8b3710bf','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('5282','2','Re: DC pIcs','35','124','1126536576','185c553d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15986','2','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('12716','2','Re: fire camp','10','188','1138906690','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('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('12662','2','Re: Clone patch','10','3','1138888656','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('13122','0','Jons Bday','61','56','1139329382','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('16003','2','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('13128','0','Re: Jons Bday','61','56','1139345492','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('16027','2','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('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('13246','2','Re: guy in block','10','70','1139440896','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('9406','2','Gardendale parade','52','49','1133878446','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('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('5579','2','Re: horror fest','35','19','1127166240','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('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('5588','2','Re: horror fest','35','19','1127168016','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('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('13494','2','Memphis','88','188','1139642256','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('2269','0','Re: AdventureCon','4','88','1118769022','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('16028','2','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('13180','0','Re: Jons Bday','61','56','1139393115','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('16029','2','hey corey','56','61','1141925499','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('15897','2','Re: Please call me','70','61','1141840676','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('13851','2','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('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('15813','2',':)','70','56','1141835355','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('16055','2','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('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('5593','2','Re: Hello','35','124','1127166730','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('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('12940','2','Re: dewback pauldron','101','55','1139178942','98a364c7','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13190','0','ZZZEEEBRA','70','56','1139410813','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('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('15855','2','?','70','56','1141844752','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('15938','2','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('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('16006','2','Re: msc rooms','70','4','1141915360','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('9442','2','that picture I mentioned','153','38','1133906365','cf908014','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15888','2','Re: WTF!!!!!?????','70','49','1141850543','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('16032','2','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('13197','0','Re: ZZZEEEBRA','70','56','1139412161','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('2408','0','TK armor build-up','134','60','1119391308','8b371945','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5933','2','Re: allo','134','23','1128257352','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('5606','2','Re: Leia Figure','35','10','1127166332','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('7681','2','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('2440','0','Re: TK armor build-up','134','60','1119524242','8b371131','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9045','2','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('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('6553','2','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('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('13202','0','Re: ZZZEEEBRA','70','56','1139412741','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('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('8508','2','Clone Armor','60','87','1131560333','423fcbae','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('2513','5','Re: TK armor build-up','134','60','1119610000','8b3716e4','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('16041','2','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('13211','0','th 25th','174','56','1139415319','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('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('15925','2','?','70','61','1141854904','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('16044','2','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('13216','0','Re: th 25th','174','56','1139415554','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('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('5654','2','Re: Hello','35','124','1127259982','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('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('6559','2','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('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('16200','1','Re: "scalper"','2','188','1142040612','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('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('15920','2','Re: !','70','56','1141854980','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('15850','2','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('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('6688','2','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('6684','2','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('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('5658','2','Re: horror fest','35','19','1127260355','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('13225','0','Re: suprise bday','61','56','1139419122','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('15983','2','good morning','70','61','1141910415','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('15861','2','Re: ?','70','56','1141844988','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('16072','2','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('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('15960','2','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('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('16001','2','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('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('13229','0','Re: angi's wedding','70','56','1139420276','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('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('15998','2','Re: good morning','70','61','1141912908','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('13290','0','convert now!','70','56','1139499910','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('16052','2','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('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('15950','2','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('15030','2','help meh','56','70','1141072412','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('13326','0','Finally contacted your uncle','43','56','1139535510','44bfe554','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('16016','2','Re: good morning','70','61','1141923109','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('15023','2','Re: Ohio','56','70','1141070469','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('16005','2','Re: msc rooms','70','4','1141914974','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('9049','2','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('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('16024','2','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('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('14386','2','Patty's Parade','174','4','1140493914','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('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('16017','2','Re: good morning','70','61','1141922978','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('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('15395','2','Re: today...','56','70','1141402800','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('13327','0','COSI room question','43','56','1139535775','44bfe554','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15915','2','!','70','56','1141854461','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('15016','2','Re: Ohio','56','70','1141069513','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('15440','2','Re: Forum stuff','2','61','1141435834','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('6686','2','Re: Halloween Trooping','60','134','1129426907','423fd068','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13385','0','Re: COSI room question','43','56','1139604322','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('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('15399','2','Re: today...','56','70','1141402942','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('14614','0','?','70','56','1140638655','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('12606','2','Re: dewback pauldron','101','55','1138830877','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('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('14618','0','Re: ?','70','56','1140638902','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('15476','0','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('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('13114','2','Re: ?','87','8','1139283000','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('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('9437','2','picture','153','61','1133906593','cf908014','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15403','2','Re: today...','56','70','1141403216','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('14622','0','Re: ?','70','56','1140639134','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('15812','0',':)','70','56','1141835355','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('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('15753','2','you!','56','70','1141786277','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('14683','0','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('15757','2','robot dog','56','70','1141786559','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('15779','2','omg omg omg','56','70','1141799897','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('14756','0','need a favor!','70','56','1140734746','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('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('4159','0','Re: Helmet cooling and PA System','5','88','1123622516','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('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('15010','0','Ohio','70','56','1141068770','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('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('12159','2','Thanks','93','4','1138390879','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('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('15017','0','Re: Ohio','70','56','1141070032','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('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('15817','2','Re: :)','56','70','1141835743','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('15032','0','Re: help meh','70','56','1141074315','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('15838','2','baby...','56','70','1141837941','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('13893','2','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('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('15754','0','Re: you!','70','56','1141786365','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('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('15810','0','Re: omg omg omg','70','56','1141834868','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('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('13441','2','Feb 18 th','101','7','1139626574','98a3640a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15818','0','please read','61','56','1141837241','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('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('13559','2','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('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('13538','2','Gig Feb 18','101','52','1139626446','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('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('13552','2','Re: Quick Question','93','3','1139803492','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('12293','2','Re: Thanks','93','4','1138480837','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('14501','2','Re: I've got to know..','93','19','1140567346','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('9158','2','Snowy Armor','60','3','1133293613','423fcee2','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11312','2','You have got to see this guys work !','101','7','1137344622','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('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('9557','2','Re: also...............','60','92','1134360422','423fccfe','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9094','2','Flight Info. . .','58','5','1133116216','a228af7a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('3923','0','Re: Emails','5','88','1123122399','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('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('13949','2','Re: Birthday Party','88','172','1140139380','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('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('10364','2','Re: neckseal','92','7','1136048977','438ca617','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15860','0','Re: ?','70','56','1141844988','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('15882','0','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('15919','0','Re: !','70','56','1141854980','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('15914','0','!','70','56','1141854461','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('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('14479','2','Re: I've got to know..','93','19','1140566945','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('14467','2','I've got to know..','93','19','1140552143','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('9200','2','Re: Flight Info. . .','58','5','1133378749','a5532a12','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14919','2','Hey Skip','93','4','1141014926','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('10762','2','Your credit's no good. . . . where's my money beeach?!?!','58','7','1136574645','438e8215','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('4325','2','Re: Welcome','152','26','1123750090','42a865fb','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('4354','2','Re: Welcome','152','26','1123833129','42a865fb','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6764','0','Re: sorry keep bugging you','26','93','1129521215','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('4223','0','Re: Helmet cooling and PA System','4','88','1123641736','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('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('4291','2','Re: Neck Seal','152','7','1123749968','42a865fb','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10004','3','501st Coin Mailing Address','152','61','1135267977','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10002','3','hey buddy','160','61','1135267257','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('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('16184','0','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('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('4432','0','Re: 501st Membership','5','88','1124220845','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('4444','0','vader boxes','3','52','1124247514','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('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('4476','0','vader boxes info','3','52','1124301303','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('14819','2','Clone trooper bust-up','88','26','1140820394','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('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('4587','0','Re: Other 12" figure','10','88','1124473975','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('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('10769','2','MG 34','101','5','1136586997','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('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('4728','0','Re: biker jackets?','38','74','1124772061','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('4729','0','Re: biker jackets? - Found another one.','38','74','1124772360','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('8754','0','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('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('15839','2','MidSouthCon','88','70','1141838232','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('4764','0','Re: I think I'm a clone now','49','88','1124830657','4411b252','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('4784','0','Carnor JAx','148','74','1124851344','4384f39a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('4793','0','Re: I think I'm a clone now','49','88','1124888745','447149aa','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('10692','2','Here it is ! What you have wanted','101','7','1136498638','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('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('4930','0','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('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('10977','2','is it worth the money ??','101','7','1136932353','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('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('10335','2','Re: neckseal','92','7','1135970338','471f04bc','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11325','2','You have got to see this guys work !','101','22','1137346413','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('11331','2','You have got to see this guys work !','101','3','1137344540','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('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('4967','0','Re: Other 12" figure','10','88','1125414311','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('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('4990','0','Sega Saturn','148','74','1125449398','d84ce93c','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15021','0','Re: Ohio','56','70','1141070469','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('5021','0','Re: Sega Saturn','148','74','1125513115','d84ce894','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5036','0','Re: I seek your wrist binders!','6','74','1125551633','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('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('15025','0','help meh','56','70','1141072412','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('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('15056','0','Death Squad Trooper parts','5','70','1141084042','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('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('10806','2','Your credit's no good. . . . .where's my money beeatch?!?!','58','26','1136574524','438e8215','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15971','0','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('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('15394','0','Re: today...','56','70','1141402800','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('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('9769','2','Yo Brother','60','22','1134622984','423fd016','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('10845','2','Your credit's no good. . . . .where's my money beeatch?!?!','58','70','1136574914','438e8215','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11329','2','Address','60','61','1137381968','423fd06c','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11989','2','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('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('15540','0','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('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('16182','2','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('15752','0','you!','56','70','1141786277','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('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('15756','0','robot dog','56','70','1141786559','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('15772','0','omg omg omg','56','70','1141799897','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('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('5331','2','Wheel of Time','164','8','1126583067','438c721e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12553','2','Re: WTF?!','87','4','1138776900','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('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('15377','0','Re: kids party','19','174','1141370705','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('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('13378','2','What's the good word?!?!?','58','5','1139597685','a553c42b','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16165','1','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('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('13382','2','What's the good word?!?!?','58','49','1139597494','a553c42b','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9269','2','Re: imperial ranks','153','5','1133579381','40357362','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('7552','0','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('9433','2','Re: parade','153','160','1133904226','cf908014','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6754','2','Re: Forum Access to Membership area','152','7','1129509279','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15517','2','Re: Mr. Z!  Mr. Z!','93','49','1141574705','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('6744','0','Re: Jawa Costumes...','26','152','1129502842','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6743','2','Jawa Costumes...','152','26','1129500905','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9446','2','Re: picture','153','61','1133908223','cf908014','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9991','2','neckseal','92','7','1135199002','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('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('12964','2','A very serious question','87','5','1139190470','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('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('10706','0','Re: shirts','34','92','1136520815','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('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('9508','2','I'm a complete idiot!','153','38','1134075607','40357322','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9470','2','Re: picture','153','61','1134000397','cf90803e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15963','0','Re: Hey','49','7','1141875637','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('9469','2','Re: that picture I mentioned','153','38','1134000526','cf90803e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15962','2','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('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('14127','0','Re: Yo, bossman.','49','4','1140188676','18b30f73','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9482','2','Re: picture','153','61','1134008540','cf90803e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15957','0','Re: Hey','49','7','1141874563','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('16169','1','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('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('15956','2','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('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('12100','2','quick question','153','7','1138356059','cf908016','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12167','2','Re: armor','206','55','1138409107','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('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('6210','2','Re: Ho'fest','45','70','1128697269','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('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('12982','2','Re: hey','87','19','1139193365','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('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('16153','1','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('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('6706','0','Re: progress pics.. sorta','26','93','1129494016','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11690','2','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('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('15093','2','This message was brought to you by the Church of Tambo','153','26','1141106224','cf90804a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6703','2','Re: Halloween Trooping','60','134','1129476176','423fcedc','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15398','0','Re: today...','56','70','1141402942','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('15115','2','question with resin','153','5','1141118195','cf90804a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6637','2','Follow-up. . .','58','5','1129320969','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('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('6639','2','What's up bro?','58','49','1129320189','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('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('12995','2','Re: A very serious question','87','5','1139198669','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('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('13082','2','Re: ?','87','8','1139273940','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('16158','0','Re: helmet','174','188','1142010465','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('6690','2','Re: Halloween Trooping','60','134','1129433097','423fca96','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16156','1','Re: Just checkin in','2','7','1142009303','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('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('6710','0','Re: progress pics.. sorta','26','93','1129494524','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('6773','0','Re: Dent-Away','5','93','1129525772','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('6716','0','Re: I suck at using a dremel.. lol','49','93','1129498019','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('6720','0','Re: Helmet Reshaping Question','5','93','1129498907','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('6723','0','Re: sorry keep bugging you','26','93','1129499015','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15402','0','Re: today...','56','70','1141403216','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('15414','0','Re: prop party','61','70','1141416608','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('6737','0','Re: Helmet Reshaping Question','5','93','1129500037','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('16115','0','Re: toe spikes','5','19','1141963789','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('6769','0','Re: Dent-Away','5','93','1129525010','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('6777','0','helmet','19','93','1129529139','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('14976','0','Re: Ohio event','5','70','1141056626','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('15069','2','Re: the tounge','4','26','1141086170','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('6786','0','Re: helmet','19','93','1129530707','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('9954','2','Re: order version # 2','92','188','1135048069','438cad14','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14944','0','Re: hey bro!','87','70','1141052061','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('13255','2','B-day Party','193','26','1139409792','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('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('6853','0','Re: Paint!','26','93','1129608689','4320c533','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6908','0','Re: helmet','19','93','1129661939','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('13853','2','event leaders?','87','5','1140073814','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6922','0','Re: helmet','19','93','1129668020','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('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('7012','0','Toby, T minus 2 days and counting :)','34','93','1129780840','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('15783','0','WTF!!!!!?????','49','70','1141828665','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('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('7037','2','How's It?','58','49','1129829684','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('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('7040','0','Re: bunny stuff','49','93','1129901951','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('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('7285','2','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('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('7073','2','Re: meaning','152','142','1129921816','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('7326','2','Re: Question','183','6','1130120785','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('7246','0','Re: Toby's here!','34','93','1130098885','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('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('7289','2','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('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('13131','2','ANH Helmet','87','26','1139288740','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('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('13531','2','Re: I hope you will read this','87','61','1139724133','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('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('7230','0','Toby's here!','34','93','1130078378','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('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('7266','0','Re: metal ring','53','93','1130113761','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('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('16155','2','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('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('7390','0','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('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('14971','2','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('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('7395','0','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('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('15036','2','Re: Mando vests','209','19','1141066703','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('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('11696','2','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('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('12980','0','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('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('13358','0','Re: Birthday Party','7','172','1139556389','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('7546','2','Shock Trooper Figures...','152','118','1130304335','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15102','2','gauntlets','209','3','1141093272','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('16190','2','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('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('15684','0','scalper','251','5','1141764249','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('13782','2','Dude Im convinced','87','4','1140062255','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15647','0','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('7714','2','Re: pumpkinfest','45','19','1130742467','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('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('15943','2','Command staff','55','3','1141857931','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('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('7821','0','Re: Boba Fett','5','52','1130955842','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('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('7835','0','Re: Boba Fett','5','52','1130964276','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('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('10684','0','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('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('14794','2','Re: Jenn','4','5','1140798763','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('15744','0','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('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('16031','2','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('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('14985','0','Re: Ohio event','5','70','1141057199','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('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('15012','0','Re: Ohio','56','70','1141069513','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('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('8112','3','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('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('14931','2','roster for parade','4','61','1141014866','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('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('14929','2','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('11291','2','Mando advice','206','26','1137289513','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('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('14945','2','Re: hey bro!','87','70','1141052061','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('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('16114','2','Re: toe spikes','19','5','1141963048','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('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('8335','0','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('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('15821','2','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('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('14996','2','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('15814','0','Please call me','61','70','1141835654','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('15815','0','Re: :)','56','70','1141835743','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('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('15823','0','baby...','56','70','1141837941','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('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('15686','0','funny','188','5','1141764852','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('14094','2','why?','87','4','1140174491','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12559','0','Re: hey Idiot!!!','49','4','1138805054','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('15829','0','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('15050','2','chuck flynn','4','49','1141051836','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('15203','2','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('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('14982','2','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('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('14218','2','my post','87','61','1140288638','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15340','2','Re: photobucket pics','87','26','1141280817','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('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('9701','0','Re: hey joey','3','92','1134532264','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('15547','0','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('15550','0','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('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('11317','0','Ghosting','5','19','1137387279','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('10201','2','Re: order version # 2','92','188','1135734541','471f04bc','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15723','0','sunday 12th','19','5','1141776723','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('12566','0','Re: hey Idiot!!!','49','4','1138807114','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('10322','2','Re: Swag','92','61','1135970291','471f04bc','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13239','0','Re: stuff','70','5','1139435403','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('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('15937','0','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('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('9935','0','Re: Jawa Costumes...','26','152','1135041134','449aa2a8','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9693','2','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('8964','2','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('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('12162','0','Re: armor','55','206','1138408012','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('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('12161','2','armor','206','55','1138405925','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('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('9934','2','Re: Jawa Costumes...','152','26','1134967431','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9145','2','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('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('9139','2','501st Trooper Figures','152','171','1133279908','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9142','2','Re: Saturday','152','5','1133281339','42a865fb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10326','2','he bob','92','55','1135970768','471f04bc','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12780','0','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('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('12781','0','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('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('15444','0','Tonight','61','174','1141479741','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('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('9295','0','E Mail For shirts hats an so on !','101','52','1133717940','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('15665','0','Re: Yo!','61','49','1141742657','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('15463','0','party','4','174','1141491902','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('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('16007','0','MidSouth','70','172','1141918823','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('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('16124','2','Re: address needed','188','61','1141954366','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('11682','0','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('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('9333','0','Jango-Fish','49','160','1133809785','4411aff1','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15544','2','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('15701','2','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('15506','2','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('9378','0','Re: E Mail For shirts hats an so on !','101','52','1133824993','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('9379','2','Re: fig','171','188','1133810532','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('15935','0','Re: MidsouthCon','26','172','1141860738','4320d580','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9407','0','Re: Gardendale parade','49','52','1133878892','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('15806','2','Re: Yo!','49','61','1141826006','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('15784','2','WTF!!!!!?????','49','70','1141828665','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('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('9416','2','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('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('15120','2','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('15664','2','Yo!','49','61','1141740643','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('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('15891','2','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('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('9456','2','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('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('15933','0','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('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('14130','0','Re: Yo, bossman.','4','49','1140189720','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('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('15570','0','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('9490','2','Parade','171','4','1134054387','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('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('15904','2','Re: Yo!','49','61','1141850563','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('15885','2','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('14145','0','Re: Yo, bossman.','4','49','1140201108','41d66464','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15906','2','Re: Hey','49','7','1141851145','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('15680','2','Yes!!','49','153','1141740243','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('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('9568','2','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('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('9571','2','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('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('9574','2','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('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('9577','2','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('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('14444','0','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('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('15220','2','costume book','188','7','1141220036','438d76e1','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('16042','2','stuff','188','174','1141920608','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('15857','2','the ranch','188','153','1141828844','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('15483','2','Re: book','174','188','1141502921','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('9690','2','Re: shirt','28','7','1134527075','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('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('14371','0','Re: HEY BOB AND BETTY!!!','55','49','1140479174','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('16135','2','"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('15911','2','Re: Hey','49','7','1141852073','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('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('16195','2','Re: helmet','188','174','1142028437','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('15741','2','belt','19','26','1141783466','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('16157','2','helmet','188','174','1142004154','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('14095','2','Re: What now?','8','7','1140182398','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('16199','2','Re: "scalper"','188','2','1142034950','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('14545','0','.','7','49','1140582899','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('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('15790','2','Re: WTF!!!!!?????','49','70','1141829222','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('9819','3','challenge coin','160','61','1134764294','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('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('9825','3','challenge coin','23','61','1134771954','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('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('9895','2','Challenge Coin PM...','152','61','1134949321','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9896','2','Re: Jawa Costumes...','152','26','1134949583','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9897','0','Re: Jawa Costumes...','26','152','1134956828','469d20bf','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14448','0','I've got to know..','93','19','1140552143','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('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('14967','2','thanks','188','19','1141051125','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('9967','2','Re: Jawa Costumes...','152','26','1135056678','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14473','0','Re: 409','5','19','1140565837','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('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('9978','2','inappropriate avatars and signature lines','28','2','1135185155','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('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('13722','0','your nominaton','2','4','1140050653','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('9990','2','Re: Jawa Costumes...','152','26','1135143821','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9997','3','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('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('14597','0','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('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('10019','3','Challenge Coins','88','61','1135282152','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('10021','2','Re: 501st Coin Mailing Address','152','61','1135278198','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11815','2','Re: steiny bs','172','19','1138045866','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('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('10050','3','address','3','61','1135374415','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('15729','2','sunday the 12th','19','26','1141776393','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('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('10057','3','Re: Coin Address','87','61','1135376129','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('10060','3','Re: Coin Address','49','61','1135377671','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('10061','3','Re: Master!  Goats!','38','61','1135377709','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('10064','3','Re: Coin','7','61','1135378438','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('15927','2','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('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('10080','3','Re: Coin Address','23','61','1135423440','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('14443','0','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('15989','2','Re: Yo!','49','61','1141911224','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('14625','0','Re: this weeknd','38','19','1140639431','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('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('10108','0','!!!!!!!!!!!!!','101','52','1135550036','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('15598','0','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('10112','2','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('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('15964','2','Re: Hey','49','7','1141875637','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('15959','2','Re: Hey','49','7','1141874563','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('15161','2','what to do?','188','5','1141173630','42ae4fe4','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13374','2','Re: .......','172','45','1139551740','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('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('11413','3','Re: Spanish dictionaries','174','61','1137517271','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('15990','2','Re: Yo!','49','61','1141911443','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('15461','2','us divers buckle','19','5','1141488979','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('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('15332','0','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('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('10178','3','coin','188','61','1135730031','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('10181','2','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('15182','2','in','188','10','1141193189','438d76e1','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13636','0','Re: hey man','70','4','1139969052','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('15601','0','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('15190','2','Re: what to do?','188','5','1141220432','438d76e1','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15133','2','Re: Communications','49','7','1141134366','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('14926','0','Re: Hey Skip','93','4','1141017824','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('10244','3','Re: Challenge Coins','88','61','1135818307','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('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('14373','0','Re: Mando help','206','5','1140480939','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('10254','3','Re: HELP','2','61','1135834330','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('15248','2','book','188','174','1141265242','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('10324','0','Re: Swag','61','92','1135971202','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('15013','2','material','2','7','1141054285','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('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('15193','2','cosmi','188','61','1141220190','438d76e1','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15322','0','party','19','5','1141333080','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('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('14489','0','Re: avatar','5','19','1140569326','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('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('15371','2','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('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('13395','0','Re: web sites','26','19','1139611230','46928bb6','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15423','2','lard','188','5','1141416733','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('15485','2','Re: book','188','174','1141514360','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('16196','0','Re: "scalper"','188','2','1142034950','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('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('13319','0','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('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('15929','2','DAMN!!','49','26','1141828895','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('15512','2','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('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('12972','0','Re: Styrene','26','174','1139191784','449aa06d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15526','2','Re: Your mandalorian','188','7','1141590295','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('15545','2','thanks','188','153','1141551702','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('13775','0','Dude Im convinced','87','4','1140062255','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15715','2','funny','188','5','1141764852','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('15610','2','yummy','188','251','1141696230','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('14610','5','Quick Question','93','19','1140636585','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('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('14478','0','Re: I've got to know..','93','19','1140566945','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('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('11293','2','Re: A Question','206','5','1137289085','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('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('10719','0','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('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('10768','0','Jesse','8','52','1136607370','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('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('15484','0','Re: book','188','174','1141514360','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('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('15576','0','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('10805','2','Utapaun Shadow Trooper','193','26','1136566156','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('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('15492','2','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('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('13786','2','Re: ok so...','8','2','1140063009','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('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('13794','2','Re: ok so...','8','2','1140063671','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('16140','2','Re: Just checkin in','2','7','1141993993','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('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('10957','2','Re: pre production','152','19','1136925035','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15617','2','st patricks day','19','5','1141689350','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('10963','2','Pouch info','28','179','1136534105','d8b40417','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13867','0','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('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('13803','2','Re: ok so...','8','2','1140063989','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('10990','2','Hey!','152','206','1136925989','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10991','0','Re: Hey!','206','152','1136941992','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('11004','2','Re: pre production','152','19','1136927330','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11013','2','Re: Hey!','206','152','1136941992','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('11016','2','Re: Hey!','152','206','1136971151','189f3b3a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('16063','2','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('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('11035','2','Re: Hey!','206','152','1136979780','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('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('13809','2','Re: ok so...','8','2','1140064254','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('14374','0','date','19','172','1140482323','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('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('13818','2','Re: susanne','8','7','1140064058','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('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('11108','0','Re: rocket','5','92','1137101511','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('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('14375','2','Re: Mando help','206','5','1140480939','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('11113','2','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('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('14981','0','Re: Ohio event','70','5','1141056941','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('12963','0','Re: Styrene','26','174','1139190594','449aa06d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11282','0','Re: fett gun','70','19','1137260870','1897ae5d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15793','0','Re: scalper','5','251','1141830216','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('11149','0','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('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('14855','0','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('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('11155','0','Re: rocket','5','92','1137189608','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('11156','0','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('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('13873','2','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('11164','0','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('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('11171','0','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('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('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('11192','0','Re: I am the biggest putz in the Galaxy','7','52','1137215632','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('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('15795','0','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('15931','0','MidsouthCon','26','172','1141860013','4320d580','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13566','0','Re: okay?','19','172','1139820677','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('11360','0','hey','174','19','1137460816','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('13565','2','Re: okay?','172','19','1139808135','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('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('13269','2','Re: okay?','172','19','1139450098','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('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('13270','2','Re: okay?','172','19','1139461899','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('13314','2','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('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('13357','2','Re: Birthday Party','172','7','1139548657','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('13364','2','Re: okay?','172','19','1139548814','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('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('11277','2','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('11285','2','A Question','206','5','1137264558','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('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('11301','2','Re: Mando advice','206','26','1137333701','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('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('16180','0','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('16193','2','Re: helmet','174','188','1142010465','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('13561','2','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('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('15624','0','Re: Emperor pictures','19','174','1141701951','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('13934','2','split','8','55','1140134267','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('15702','0','Re: Pictures','61','174','1141771236','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('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('13993','2','Re: split','8','55','1140144934','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('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('14010','2','hey','8','62','1140146353','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('15901','2','address needed','188','61','1141842594','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('13881','0','Re: MAN!','70','49','1140105736','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('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('11660','0','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('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('15029','2','This weekend','209','26','1141072713','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('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('14966','2','Mando vests','209','19','1141045113','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('15797','2','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('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('14382','2','Mando questions','209','7','1140457583','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('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('11541','2','Re: thanks','172','19','1137656262','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('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('12989','0','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('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('14030','2','Re: hey','8','62','1140147429','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('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('14000','2','Re: split','8','55','1140146241','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('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('14070','2','Re: hey','8','62','1140149259','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('14058','2','Re: hey','8','62','1140148333','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('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('11644','3','Spanker's number','174','61','1137767626','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('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('16177','0','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('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('11723','3','photobucket','26','61','1137977569','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('12988','2','Re: hey','206','92','1139197086','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('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('15794','0','WTF?','70','26','1141830478','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('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('11839','3','Mandalorian boots','7','61','1138069498','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('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('14142','0','Re: Yo, bossman.','49','4','1140196271','460b80d8','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11904','2','Sorry about not getting there...','193','26','1138119703','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('11905','0','Re: Sorry about not getting there...','26','193','1138146652','469c122f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11908','2','Re: Sorry about not getting there...','193','26','1138147114','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('11909','0','Re: Sorry about not getting there...','26','193','1138147295','469c122f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11912','2','Re: Sorry about not getting there...','193','26','1138147467','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('11914','0','Re: Sorry about not getting there...','26','193','1138147722','469c122f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11915','2','Re: Sorry about not getting there...','193','26','1138147671','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('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('14993','2','Re: Mando vests','209','19','1141056994','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('15721','2','kids party this sunday the 12th in clarksville','19','61','1141776235','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('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('11939','0','pic link','26','19','1138155100','469c122f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('11943','0','Re: pic link','26','19','1138155997','469c122f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11966','2','access','206','2','1138159686','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('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('11997','2','Re: Sorry about not getting there...','193','26','1138223382','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('11998','0','Re: Sorry about not getting there...','26','193','1138230366','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('11999','0','Re: Film location pics','26','19','1138230409','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('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('15842','2','Re: vest','188','7','1141838173','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('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('16101','2','Re: snowtrooper backpack','4','19','1141956761','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('15631','0','A little humor','174','7','1141703362','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('14440','0','Gen Con','5','4','1140542063','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('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('14175','2','Re: What now?','8','7','1140184590','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('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('12702','0','Re: fire camp','10','188','1138906690','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('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('15626','2','hey there','4','153','1141698133','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('15625','2','Re: Emperor pictures','19','174','1141701951','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('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('14791','0','Jenn','5','4','1140798074','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('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('12321','0','FantasciCon','7','52','1138556844','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('15063','2','Re: conference time','2','7','1141070667','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('15106','2','vac form material','2','3','1141054218','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('16106','2','toe spikes','19','5','1141954307','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('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('12955','0','Re: Atin Party 2/25','61','174','1139190175','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('16176','2','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('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('15586','2','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('15546','2','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('15532','2','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('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('16094','2','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('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('16110','2','Just checkin in','2','7','1141922526','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('15360','0','Alien suit','26','4','1141353925','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('12381','0','Re: FantasciCon','7','52','1138597161','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('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('15562','0','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('12909','0','fett armor','188','134','1139112872','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('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('15502','2','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('15566','2','Re: Forum stuff','2','61','1141659105','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('15636','2','Re: hey there','4','153','1141705418','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('15644','2','Re: hey there','4','153','1141708728','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('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('14918','0','Hey Skip','93','4','1141014926','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('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('15238','0','Re: Hey Skip','93','4','1141266370','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('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('15997','2','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('15271','0','Payment Sent','93','4','1141314735','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('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('16010','2','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('15524','0','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('16091','2','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('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('16150','2','Re: "scalper"','2','188','1141993937','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('16197','1','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('15169','2','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('15585','2','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('14482','0','Re: I've got to know..','93','19','1140567346','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('14063','2','Re: hey','8','62','1140149091','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('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('15428','2','moving your thread','2','88','1141434856','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('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('16174','2','Re: Member addition','2','43','1142022548','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('15834','0','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('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('16121','2','monster room post','4','26','1141967048','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('14923','2','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('14798','2','Re: Jenn','4','5','1140799732','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('15988','0','Re: Yo!','49','61','1141911443','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('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('13342','0','Birthday Party','7','172','1139547653','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('12729','2','Re: Supplies?','65','3','1138920434','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('12730','3','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('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('12740','2','I salute you, sir!','65','7','1138921437','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('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('14691','0','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('14956','2','Re: Source for Sintra','2','5','1141053673','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('14630','0','Re: this weekend','26','19','1140642053','4413c52d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14972','2','Re: Source for Sintra','2','5','1141055140','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('16011','0','stuff','188','174','1141920608','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('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('16102','2','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('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('16151','0','helmet','188','174','1142004154','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('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('13029','2','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('15560','0','Re: March 11th Prop Party','61','206','1141655326','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('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('13047','2','Re: hey','206','92','1139224822','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('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('13084','0','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('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('15611','2','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('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('13686','2','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('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('13124','3','Re: Jons Bday','56','61','1139337764','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('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('13133','2','Thurs. Birthday Party','193','26','1139347101','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('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('13938','2','custom Mando','209','7','1140102308','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('13153','0','okay?','19','172','1139362394','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('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('13171','3','Re: Jons Bday','56','61','1139375712','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('13174','3','Re: Jons Bday','56','61','1139377133','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('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('13271','0','hot','19','172','1139474305','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('15751','0','Re: sunday 12th','19','5','1141786113','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('13185','2','Re: Wish we could have talked more','209','4','1139402108','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('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('13189','2','blaster stuff','209','5','1139401024','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('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('13192','0','Feb 25, Armor Party','61','172','1139411098','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('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('15761','0','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('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('13220','0','Re: Chronicles','5','174','1139416297','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('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('13223','3','suprise bday','56','61','1139417913','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('13227','3','Re: suprise bday','56','61','1139419398','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('13237','0','Re: okay?','19','172','1139426333','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('14590','0','Re: This weekend','19','172','1140629675','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('13272','0','Re: okay?','19','172','1139474616','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('14586','0','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('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('13362','0','Birthday Party','61','172','1139572245','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('13365','0','Re: okay?','19','172','1139579526','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('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('13947','0','Re: Birthday Party','88','172','1140139380','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('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('14588','0','Re: Hey!','152','206','1140629628','189f3b3a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15575','2','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('15620','2','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('13391','0','Re: web sites','26','19','1139608957','46928bb6','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14987','0','Re: Ohio event','70','5','1141057596','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('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('16070','2','lucas event','19','61','1141940936','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('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('13438','0','Gig Feb 18','101','52','1139626446','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('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('15738','2','Re: kids party this sunday the 12th in clarksville','19','61','1141780996','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('14204','0','your event','19','172','1140289760','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('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('13504','3','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('13507','0','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('13512','3','Re: Hey, check this out.','38','61','1139688826','189ea8cb','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13514','2','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('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('13521','2','This and that','193','26','1139686673','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('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('13545','0','boba mask','188','134','1139790796','4434dd67','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13554','2','Clone helmet','209','3','1139805337','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('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('13562','0','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('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('13567','0','party','19','172','1139822554','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('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','5','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('13573','0','friday','19','172','1139858002','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('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('14587','2','This weekend','172','19','1140621831','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('14393','2','Re: Patty's Parade','174','4','1140497101','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('13592','2','Boba Fett Don Post helmet?','209','188','1139805722','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('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('13599','2','Re: friday','172','19','1139868078','d8b76a1b','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13600','0','Re: friday','19','172','1139900924','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('13604','0','Happy','19','172','1139923472','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('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('13609','2','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('13610','0','Re: Pens for food capsules','174','193','1139946706','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('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('16004','0','Re: msc rooms','70','4','1141915360','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('13770','0','ky events','3','55','1140061049','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('13623','0','hey man','70','4','1139964269','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('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('13631','3','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('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('15221','2','Dressing a Galaxy book','174','7','1141234186','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('15796','0','Re: WTF!!!!!?????','70','49','1141830874','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('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('16076','2','phone numbers','19','5','1141953207','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('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('13877','0','Re: MAN!','70','49','1140105362','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('15608','0','yummy','188','251','1141696230','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('13787','2','Re: Happy','172','19','1139980675','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('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('15605','2','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('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('14389','0','Re: Patty's Parade','4','174','1140496961','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('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('13820','3','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('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('13907','0','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('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('13910','2','armor party question','209','61','1140115274','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('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('13921','0','Re: spiliting the outpost','3','54','1140123652','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('13922','0','Re: MAN!','70','49','1140123799','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('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('13968','0','WTF?','26','4','1140142931','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('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('15242','2','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('13975','2','Re: We need to talk.','38','55','1140143277','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('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('13979','0','Re: WTF?','26','4','1140143906','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('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('14002','0','Yo, bossman.','49','4','1140146477','18b30f73','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15599','0','st patricks day','19','5','1141689350','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('14021','0','Re: Yo, bossman.','4','49','1140147534','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('15274','2','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('14024','0','Re: ARrrrrrrgh!!','55','49','1140147636','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('14027','0','Re: Yo, bossman.','49','4','1140147842','18b30f73','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14533','2','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('14039','0','Re: ARrrrrrrgh!!','55','49','1140148155','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('14049','0','Re: ARrrrrrrgh!!','55','49','1140148316','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('14060','0','Re: ARrrrrrrgh!!','55','49','1140148873','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('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('14054','0','Re: ARrrrrrrgh!!','55','49','1140148505','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('14872','0','Keeping you up to speed','7','101','1140971661','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('15438','0','Mr. Z!  Mr. Z!','93','49','1141457650','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('14176','2','Re: custom Mando','209','7','1140212562','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('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('14073','0','Re: Yo, bossman.','4','49','1140150586','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('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('14084','0','why?','87','4','1140174491','45b4f874','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15767','2','Re: party','19','172','1141766267','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('15501','2','Re: us divers buckle','19','5','1141535536','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('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('14569','2','Re: you never call , you never write','3','2','1140617940','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('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('15464','2','party','4','174','1141491902','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('14101','0','Re: Yo, bossman.','49','4','1140183957','18b30f73','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14109','0','Re: Yo, bossman.','4','49','1140185070','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('15542','2','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('14117','0','Re: Yo, bossman.','49','4','1140187115','18b30f73','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14125','0','Re: Yo, bossman.','4','49','1140187905','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('15548','2','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('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('14132','0','Bday party tonight','61','172','1140192919','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('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('14210','2','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('14140','2','There's a rumor?','65','62','1140164884','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('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('15443','2','Re: belt','19','5','1141443289','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('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('15596','2','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('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('14203','5','Re: please','5','19','1140289728','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('15768','2','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('14187','0','today','26','4','1140276883','46929296','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14193','0','Re: today','26','4','1140280611','46929296','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15770','2','kids party the 12th march','19','152','1141776583','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('15727','2','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('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('14216','0','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('14217','0','hacked','174','19','1140326632','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('15623','2','Emperor pictures','174','19','1141692002','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('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('16080','2','Re: phone numbers','19','5','1141953651','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('14563','2','Re: you never call , you never write','3','2','1140617291','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('15667','2','Pictures','174','61','1141743075','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('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('15720','2','Re: Pictures','174','61','1141771456','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('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('15239','0','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('15236','0','book','188','174','1141265242','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('16098','2','snowtrooper backpack','19','4','1141956616','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('15798','2','A little humor','174','7','1141703362','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('15867','2','Re: A little humor','174','7','1141846830','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('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('16069','2','Re: stuff','174','188','1141932579','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('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('16164','2','Gauntlets','174','206','1142011903','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('14295','2','Member access','172','2','1140411285','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('14296','0','Re: Member access','2','172','1140411609','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('16168','2','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('14571','0','This weekend','172','19','1140621831','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('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('14461','2','Hey!','193','26','1140540592','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('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('14351','0','Mando help','206','5','1140458226','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('14353','2','Mando help','206','5','1140458226','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('14354','0','Re: Mando help','5','206','1140463253','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('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('16194','0','Re: helmet','188','174','1142028437','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('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('16123','2','atlanta parade','19','61','1141947508','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('14505','0','Re: avatar','5','19','1140574401','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('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('16105','2','Re: phone numbers','19','5','1141954215','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('14516','0','Re: ebay','5','19','1140575255','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('15235','0','chattanooga','26','193','1141264853','41016190','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14549','2','Yo yo YO!  What'cher phone numma?  I need ta calls ya.','152','61','1140601092','189f3b3a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15222','0','Re: Dressing a Galaxy book','7','174','1141244094','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('14699','2','Still up, eh?  It's after 3am...','152','61','1140688224','189f3b3a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14709','2','Suggestion','174','5','1140705637','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('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('14721','2','hello','234','70','1140713607','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('14724','0','dude...','70','49','1140717221','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('15759','2','Re: sunday 12th','19','5','1141786113','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('14727','0','Re: thursday nite','5','19','1140720482','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('15747','2','sunday 12th','19','5','1141776723','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('14731','0','update','5','19','1140722294','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('14735','0','???','19','172','1140723513','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('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('14741','2','Re: Hey!','152','206','1140629628','189f3b3a','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14743','0','Re: ???','19','172','1140726487','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('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('14745','0','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('14746','0','Re: ???','19','172','1140726572','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('14759','2','Gauntlets','174','26','1140670983','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('14761','2','Paint','174','26','1140706862','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('14766','2','Re: Paint','174','26','1140745825','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('15128','0','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('15127','0','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('14776','0','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('14777','2','Re: Gauntlets','3','26','1140749618','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('14790','0','Re: Prop Party','3','49','1140793174','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('14804','2','Re: Prop Party','3','49','1140793174','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('15131','3','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('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('14810','2','Re: Gauntlets','3','26','1140785843','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('14823','2','alien','234','26','1140821726','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('14824','0','Re: alien','26','234','1140821981','46958128','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14829','2','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('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('15844','0','Re: vest','7','188','1141840748','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('14834','2','Loose troopers','234','188','1140831813','18a5cf9f','1','0','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14835','0','Re: Loose troopers','188','234','1140835588','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('14837','0','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('14838','0','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('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('14847','2','Re: Loose troopers','234','188','1140842979','cdbc750d','1','0','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14850','0','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('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('14854','0','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('15129','0','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('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('14873','0','Keeping you up to speed','7','52','1140971776','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('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('14877','0','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('14878','0','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('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('14893','0','Re: Keeping you up to speed','7','101','1140998604','400c7486','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14907','0','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('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('14909','0','Ohio event','70','5','1141010179','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('14933','2','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('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('14942','0','chuck flynn','4','49','1141051836','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('14946','0','Source for Sintra','2','5','1141052912','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('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('14950','0','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('14951','0','Re: Source for Sintra','2','5','1141053673','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('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('14963','0','Re: Source for Sintra','2','5','1141055140','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('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('14968','0','Re: Ohio event','70','5','1141056160','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('15987','0','Re: Yo!','49','61','1141911224','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('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('14977','0','??? patricks day parade','19','5','1141056683','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('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('15283','0','bobamaker','19','5','1141317892','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('15928','0','Command staff','55','3','1141857931','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('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('15285','0','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('15113','2','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('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('16014','0','Re: good morning','70','61','1141923109','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('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('15189','0','Re: what to do?','188','5','1141220432','438d76e1','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15060','0','the tounge','26','4','1141084674','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('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('15231','2','Re: Dressing a Galaxy book','7','174','1141244094','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('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('15076','0','underarmor','93','49','1141090263','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('15074','0','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('15080','0','gauntlets','209','3','1141093272','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('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('15109','2','Communications','7','49','1141133077','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('15214','0','Events green light','61','3','1141240116','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('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('15101','0','Communications','7','49','1141133077','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('15104','0','Re: March 5th, Chattanooga, TN : Kids Fair','3','101','1141133173','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('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('15219','0','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('15138','2','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('15139','0','Parade emperor','174','4','1141157983','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('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('15146','0','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('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('15151','2','Re: March 5th, Chattanooga, TN : Kids Fair','3','101','1141133173','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('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('15156','2','Parade emperor','174','4','1141157983','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('15160','0','what to do?','188','5','1141173630','42ae4fe4','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15165','0','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('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('15170','0','Alien suit','26','4','1141189137','46929256','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15172','0','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('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('15175','0','Call it my contribution to the cause.','65','7','1141195096','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('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('15181','2','Call it my contribution to the cause.','65','7','1141195096','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('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('15205','0','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('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('15208','2','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('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('15253','2','Re: book','174','188','1141274724','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('15257','0','kid party','19','174','1141292362','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('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('15266','3','Re: Events green light','3','61','1141307113','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('15267','2','Re: Events green light','3','61','1141307113','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('15268','0','Re: Events green light','61','3','1141308851','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('15281','2','Re: Work Qestion','7','10','1141269118','400c740d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15278','2','Re: kid party','174','19','1141309693','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('15279','0','Re: kid party','19','174','1141316365','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('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('15293','0','Re: kids party','61','19','1141325097','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('15769','0','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('15299','0','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('15918','3','?','70','61','1141854904','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('15326','0','kids party','19','174','1141333278','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('15327','0','party','19','172','1141333314','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('15343','0','Re: b day party','26','19','1141348296','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('15345','0','Re: kids party','26','19','1141348346','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('15719','0','kids party the 12th march','19','152','1141776583','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('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('15765','0','Alien parts','26','4','1141792856','46959576','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15361','0','airbrushing','26','174','1141354115','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('15375','2','Re: kids party','174','19','1141348441','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('15379','2','Saturday','7','61','1141349744','cdbc7509','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15380','2','Saturday','7','61','1141349753','cdbc7509','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15520','2','The trip','7','8','1141451565','400c7489','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15421','0','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('15513','0','Re: Mr. Z!  Mr. Z!','93','49','1141574705','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('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('15416','0','lard','188','5','1141416733','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('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('16170','0','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('16013','0','Re: good morning','70','61','1141922978','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('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('15435','0','Atlanta/St. Pat's parade','7','3','1141450635','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('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('15446','0','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('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('15459','2','Atlanta/St. Pat's parade','7','3','1141450635','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('15478','0','Re: book','174','188','1141502921','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('15479','0','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('16012','0','Just checkin in','2','7','1141922526','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('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('15486','0','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('15493','0','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('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('15507','0','Re: Mr. Z!  Mr. Z!','93','49','1141569738','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('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('15515','0','Re: Your mandalorian','188','7','1141590295','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('15523','0','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('15525','0','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('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('15531','2','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('15999','0','Re: msc rooms','70','4','1141914974','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('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('15541','5','Ep II Helmet','53','5','1141630683','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('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('15554','0','I think I found my niche','61','5','1141650708','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('15571','0','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('15573','0','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('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('15583','2','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('15584','2','Re: sorry... gauntlets, again','3','209','1141679005','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('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('15773','0','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('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('15652','2','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('15713','2','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('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('15771','0','Re: kids party the 12th march','152','19','1141797253','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('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('15675','0','Re: Church in Chattanooga','61','193','1141752979','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('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('15679','2','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('15681','0','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('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('15683','0','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('15714','2','scalper','251','5','1141764249','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('15717','0','kids party this sunday the 12th in clarksville','19','61','1141776235','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('15687','0','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('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('15691','2','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('15692','0','Re: party','19','172','1141766267','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('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('15694','2','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('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('15696','0','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('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('15722','0','Re: kids party this sunday the 12th in clarksville','61','19','1141776711','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('15724','2','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('15725','2','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('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('15728','0','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('15730','0','Re: sunday the 12th','26','19','1141779867','4695952d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('15735','0','Re: kids party this sunday the 12th in clarksville','19','61','1141780996','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('15736','0','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('15739','0','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('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('15746','0','Re: rocket','5','92','1141785794','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('15748','0','Re: sunday 12th','5','19','1141785836','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('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('15776','5','Re: Alien invoice','61','26','1141818475','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('15994','0','Re: good morning','70','61','1141912908','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('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('15786','0','DAMN!!','49','26','1141828895','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('15787','0','Re: WTF!!!!!?????','70','49','1141829030','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('15807','0','Re: Yo!','61','49','1141833497','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('15824','2','Re: vest','7','188','1141831461','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('15825','0','Re: vest','188','7','1141838173','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('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('15847','0','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('15851','0','address needed','188','61','1141842594','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('15852','2','Re: vest','7','188','1141840748','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('15985','0','Re: Hey','49','7','1141910607','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('15865','2','Re: A little humor','7','174','1141831286','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('15866','0','Re: A little humor','174','7','1141846830','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('15873','2','Re: A little humor','7','174','1141847818','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('15874','2','Re: A little humor','7','174','1141847828','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('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('15880','2','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('15886','0','Re: WTF!!!!!?????','70','49','1141850543','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('15984','2','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('15892','5','Re: WTF!!!!!?????','70','49','1141850758','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('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('15896','2','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('15900','0','Re: Hey','49','7','1141851145','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('15902','0','Re: address needed','61','188','1141851237','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('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('15909','2','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('15910','0','Re: Hey','49','7','1141852073','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('15981','0','good morning','70','61','1141910415','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('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('16018','0','Midsouth','61','4','1141924596','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('16022','0','hey corey','56','61','1141925499','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('16037','0','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('16043','0','Re: stuff','174','188','1141932579','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('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('16049','2','Re: kids party the 12th march','152','19','1141797253','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('16050','0','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('16056','0','lucas event','19','61','1141940936','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('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('16066','0','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('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('16073','0','atlanta parade','19','61','1141947508','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('16075','0','phone numbers','19','5','1141953207','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('16077','0','Re: phone numbers','5','19','1141953286','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('16081','0','Re: phone numbers','5','19','1141953884','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('16085','0','Re: address needed','188','61','1141954366','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('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('16095','0','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('16096','0','snowtrooper backpack','19','4','1141956616','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('16100','0','Re: snowtrooper backpack','4','19','1141956761','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('16103','0','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('16107','0','Re: toe spikes','5','19','1141959696','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('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('16120','0','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('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('16117','0','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('16118','0','monster room post','4','26','1141967048','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('16122','0','Re: monster room post','26','4','1141979036','4413c5ca','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('16128','0','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('16129','0','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('16130','0','prop party Saturday','7','61','1141991736','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('16131','2','prop party Saturday','7','61','1141991736','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('16132','0','Re: prop party Saturday','61','7','1141992500','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('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('16136','0','Re: "scalper"','2','188','1141993937','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('16137','2','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('16138','0','Re: Just checkin in','2','7','1141993993','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('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('16144','2','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('16147','2','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('16148','2','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('16149','1','Re: you're in','49','7','1141998412','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('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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('4810','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('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('15938','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('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('7546','5bc7c1cddd','I wouldn't mind having two of those if you have them.  If you DO have them, then I'll double check with the bank (wife) and make sure I can settle with you.  Sound good?');
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('13816','8ead72bdc4','that wasn't very mean. 

but gee thanks.');
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('16140','0125434f10','I sympathize.  Just came off a week of the stomach flu.. ugly stuff.

No, I won't be at the st patty's parade, I'll be at Mid South Con though.  Will you be there?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16094','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('16106','c3ec9ffd82','sent the dude a pm, dont know if i can afford it right now, I still have  to pay for gauntlet darts soon, then followed up by knee darts.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14489','b5d1731dae','Breast pump works well :o 

Ok..Ok I'll order..Still ESB grey for you right?

Going to Coreys early in the AM');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15492','59d5db8a37','done!');
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('13825','ef7c8687cd','hehehehe.. 

ok. I like you drugged and at my mercy ;) 

j/k 

check your email, too. I finished Eleni's story. 

and yeah, I saw those pictures and I kept thinking "what??" because that just doesn't look like Brendan Fraser at all.');
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('13828','013fd5ca76','OOH! a squeezy hug! 

thanks :) 

I think you'd do a great job. I also think that you're one of the few that can. And it's not because I've seen little Jester in just a hat, either! 

lol 

seriously, I wouldn't have said anything if I didn't believe in your abilities.');
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('10481','4d5005ca5a','I'm not in to big a hurry on the screwdriver.  Just toss it in your bin and I'll get it next time I see you.

As far as the DirectX.  In your c:\windows\system32 directory is a file called dxdiag.exe (at least that is where it is on mine, if it isn't, run a search on the filenmame).  Try running that and it might help you.  Also at http://unimatrix0.t35.com/ is a program that claims it safely removes DirectX, but I haven't used it so can't guarentee it.  Could you send me the error you are getting.  I remember seeing it but don't remember what it is.

I did some more reading, and some people have said that uninstalling and reinstalling Windows XP Service Pack 2 has fixed their Direct X install problems.');
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('15908','413692757d','Here ya go,
Corey Miller
3785 Old Clarksville Pike
Clarksville, TN 37043

What do I owe you???
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15909','435d106900','Can I call you now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15910','4ae1805d57','yes!!!!!!!!!!!!!!!!!!!!!!!!!!! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10057','b7dc8d589d','Chase Gustafson
370 Oakley Drive #319
Nashville, TN 37211

Merry Christmas Corey....');
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('12709','3507f8b974','Yeah I'm in Auburn.  Let me read more up about the trooping event on the 18th and I'll let you know if I'm able to go.  If not, I can just pick it up at the prop party on the 25th.  Knowing my apartment complex, it will get lost in shipping somewhere between you and me.');
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('15992','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('10064','ffc49fde79','Jeff Lester
226 Bobwhite Drive
Lyles, Tennessee 37098

Many thanks, Atin. Can't wait to get you that drink and have one with you myself.');
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('11669','b3bfb065fc','SOLD ! I am in need of this !
I am making a Sandtrooper at Bamacon, This could not have come at a better time !
Let me know how you want to do this.
Thanks Alot,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15837','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('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('15960','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('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('15012','09c4f6c0f2','Sounds good to me... the question is now: who will be our 4th room mate? Since Loki and Corey will be in their own room. Oh, and I took care of telling Zach that since we had Tim we wouldn't have room for both him and his gf, so they're looking for something else.

AND sissy and I are taking care of Dragoncon. So we're pretty well set for a while :) hehe

Love ya baby!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6210','3ec3a7539a','Sweet!  You gonna help set up?  I plan on bein there tonight to do that.  Have a safe trip!');
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('8861','c5fc39d664','Hammer man whats your AIM? You're never on lighthammer72.');
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('15070','a876fa9312','these are the Gauntlets I have
http://www.leatherglovesonline.com/pages2/mb1a-g28.htm

I have real ww2 geraman boots..found them on E-bay same as these

http://cgi.ebay.com/WWII-Reenactor-German-Infantry-Leather-Boots-AFFORDABLE_W0QQitemZ6607431596QQcategoryZ104001QQrdZ1QQcmdZViewItem

stay away from the elcheapo imitation crap..you will pay around $50-$75 bucks for these if you look around.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13934','540ac4ec60','Bob,

After your post about the wife you have a problem with (susanne).  You and I both know that she has apologized and her behavior this past year has been polite.  She apologized to both of you and wished you both well.  Now it is up to you whether you accept her apology or not.  She is aware of what she did to you and wishes she could undo it.  It bothers me that you put that out there and admit that you haven't talked to her.  She has done all she can do and the ball is now in your court.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16170','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('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('15079','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('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('11989','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('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('8922','d307fe5d43','Well I've not been on recently in the last two days but its ROTSAnakin. I don't think capitalization counts.');
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('13623','0d01604b78','hey man, haddn't seen much of ya on the boards... hows things going? You going to be at Coreys on the 25th?');
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('15165','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('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('9125','a6e0d3c4ed','Sure come on over :)');
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('5933','d4da9ba05d',''allo! (But, as a teacher, you know I *MUST* say get back to studying, lol.) School is fine - and I finally got paid, so now I have money. (Went all the way through September without a paycheck from school since I just started there. My bank account was getting pretty damn low there for a bit...)

How are you? How's life down there? And school? I heard from Tyler that SunCoast in Fayette Mall in Lexington is possibly wanting us to return there for the Ep3 DVD release if  you're interested in joining us. It's like 5 minutes down the road from where the bowling event was. Easier to get to, in fact. I'll let you know ASAP as soon as I find out more.

Take care (and study, lol!) and I'll talk to you soon!
--Tim');
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('15181','c8c6190929','Okay, ignore the hokey outfit, because it can be fixed.  Does [url=http://www.barbiecollector.com/showcase/product.asp?type=&amp;subtype=&amp;product_id=1003515]this[/url] look useful to you?  I've been offered a ludicrously cheap one but wasn't sure if it looks enough like any of the potential victims-- err, &quot;leading ladies&quot; of AFT.

And, hey, it's the one for your birthday!  If you're into that sort of thing....');
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('12494','530df39ab7','I am so sorry to hear that you have been sick.  I think I want to do both, the parade and midsouth, but I don't want to do the galactacon western thingie.  What about you?');
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('13290','6544ea4ce3','We must worship the Tambo! Convert now or fall forever!

Loves you');
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('15970','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('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('12501','630a2e8a05','thats cool.  Can't wait for you guys to come over this week-end, seems like forever since I have seen yous guys  :D');
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('15760','874be16fa8','Yes..sorry for the delay.  I ran out of Resin and all the guys took my extra rockets at the prop party.  I just got some resin in and I'm going to make yours this weekend.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14804','e29a7d64fd','tard!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12570','1a631a6b78',':D   He is doing ok... He got fired from his job, and is understandably upset and wanting a new one.  The only upside is we have gotten to spend some time together, he is actually asleep right now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15320','26f0b41547','let me check with Mary..so we can have it at my house');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12571','ea3a36c954','no she didn't tell me, but I guessed it when she said she wanted to wear it in the parade.   

and yes I have been avoiding the board like the plauge, I could care less about everyone's petty drama, I agree, I just wanna troop.');
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('16078','983841ebec','did you see the thread on the TDH for the boot spikes that fit the CA Boots...check it out and get in on that small run..they are sweet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15795','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('11156','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('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('12969','d1778b70e9','Derrick,

I called you on your cell awhile ago, but you didn't answer.  Wanted to ask you about the event, but the quick question I had was if Crayfish brought an RL member with him?  If so, was it a female.  I can explain later why I ask, but I'm looking for some first-hand intel right now.

Zach
cell: 615-426-7554');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1464','1cce8db119','oh!

skywalker1620@hotmail.com

thanks!

Z-man');
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('15809','435c0a9a05','You really don't need to send me anything..thank you..but if you must

Glenn &amp; Mary Tamboia
2573 Cardinal lane
Clarksville, TN 37043');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15036','2fdf5f8868','OK, thanks. That actually helps alot as I was always under the impression that all the vests were vinyl, but if cloth is better (and I didn't think about the vinyl being hot), it makes sense. Since the armor will be that light plastic, I guess I won't have to worry about the cloth sagging under the weight. Being that I can't seem to stick to a diet... I'm going to need to have some play with that vest as well, so you sold me on staying away from vinyl.  :)  I'll keep looking around as I can probably save the vest for one of the last things to get. Thanks again.');
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('13438','8b019570ec','You guys gonna make it for both of these, then to my house afterward ?
Shannon');
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('9043','69b8600572','I just saw a commercial for the deodorant that I made those chest-grenades from &amp; I remembered our conversation on the topic.  TAG body-spray.   

 Happy Thanksgiving too you and yours.  Have a great weekend too.  

Pat');
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('15573','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('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('16082','58f75a3e3a','yes..I'm comingggggggggg ahhhhhhhh');
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('13552','61779735dc','Hey Joey,

I'm going to head up with you guys to the two events on the 18th if that's alright.  I was wonder if we could do a hand off on that clone armor there.  If it is too much trouble to bring it (I'm not sure how large the box is), that is alright.  Let me know what you think.  Later

Jon');
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('15986','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('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('14010','b2eb3923f8','I am so proud of you.  That took guts, You go girl.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12930','d3f6b729df','Fogot to ask last night, Has Skip got my armor to you yet?
Take care.');
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('13347','0c6dd0dc5e','Loki:

We know that they want more than 2 troopers in the rooms for the COSI event.  Wendy doesn't want to share the room with 2 other guys, but we figured that a third would satisfy the powers that be.  You mentioned needing a room to me before.  Wendy wants me to find someone to join us, thought I'd come to you first.  Are you interested?  Do you know of any convoy plans yet?  I'm planning to troop everyday that they want us, so if leaving early Friday or late Thursday or whatever is the plan then I'm up for it.

Let me know if you're in.  I think that regardless of when Tambo puts the SO names forward we're already on the Ohio master list since Wendy's from another garrison.

I'll check to see if you responded tonight since I'm on the road in Johnson City doing an audit so I have limited access to the Net.  Feel free to call my cell if you like: 615-426-7554.

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15519','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('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('14966','e70efc4a17','What's up? Derek told me to get in touch with you about Mando vests. He said you'd know where or how to get/make them. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14968','14f468fd39','Cool on the Ohio event, I just wanted to make sure I wasnt going to end up with 6-8 persons in one room. Oh and just to give you a heads up, which I am sure you are already aware of this, but, there is a great deal of concern with several of the local troops about this event. I think the fear isnt our (the SO) leadership, but maybe the concern that the Ohio guys dont know what they are doing or even worst, the LFL people dont have a clue (much like C3). I personally have faith in our command staff taking care of us and am very much looking forward to it.

Oh, Rose is getting ready to sew my death star trooper costume and I was wondering should I stick with the black color or try to do the grey? I personally like the idea of grey, but want to make sure it would be approved for a membership costume.

As far as the giant dong. Rose is a real big Giger fan, weve got a bunch of signed prints etc and for whatever reason she displays all of this in the bathroom. She even has a picture of Giger on the door. But she was thinking about painting the dong black and building it into a shower head or something Ive got a half scale Side-Show Alien head and the dong is almost the same size the two of them displayed side by side is rather disturbing.

As far as the clone blaster thats between you and Tim, he knows youre good for it and isnt too concerned about it. Also FYI, with PF legal troubles, they arent going to be making that blaster anymore, so make sure you hold on to the one you have.');
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('15975','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('15421','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('13255','5b16642640','Since it's not that far, I'll have time to make it after class.  We'll give you a call tonight to get the details.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10060','5423ed35df','YOU DA MAN! How much and I'll go ahead and drop you a check in the mail. Also need your address.

Mine is:
Charlie Zanaty
2911 Crescent Avenue
Birmingham, AL 35209

Thanks TIMMY!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10061','898866046f','Man, you don't know what it meant that you gave me that speeder.  Just the thought of it; I'd had a tough week before and was looking forward to seeing everybody at the parades but nervous as hell at the same time because I'd not had the whole Vader on at once before I suited up for the first one.  It really made my day.  So when I got the email about the t-shirt I figured you'd want one and it was a no-brainer.  You're one of the most generous and selfless guys in the Outpost, and for this group that's saying a lot.  The coins are another prime example.  

Here's my address:


John Myers
309 Broome Rd #25A
Koxville, TN 37923


Merry Christmas bro.  In the words of Indiana Jones, "You are my good friend."');
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('13443','26202c1755','[quote:26202c1755="RoseGuard"]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.
[/quote:26202c1755]

No, I don't believe Lord Tambo will let us down.  I'm only slightly afraid that Ohio will fill up their list before we're added to the party.

Let me know what Jon thinks, but got to ask what did you mean by "and that he already knows."

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15173','3b9a1a89b3','Hook it does not matter to me what you do.  I have committed to the COSI if you wish to drop out I need to know ASAP because the list is being submitted to them very soon.  The firecamp sounds great, but I really need to finalize the list.

P.S. your Mando rocks!!!!!!!!!!!!!!');
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('16147','248ff0b7c3','Be afraid.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16148','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('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('8892','a8f4fe2000','Hey Donald, do you have the contact info for the guy who makes that DC-15 you have?');
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('5618','46aa94f4ef','Sound like a good deal.  I would like to take one of those off your hands.  LMK how you want to complete the transaction.  

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15140','2b588c80e9','Sometimes when it's hot you can bend it, but you never really know 100%.  You can also crack it as well, so you are taking a chance.  can you pad the inside to make it fit better?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14448','214b5cf96f','.. where you are getting these movie sized mando helmets.  Each one of yours looks fantastic.  I really envy the work you've done.  I put my mando on hold last year, but I'm planning on getting back into the game now with a clone and a mando.  I've decided to scrap the don post for now and just got with a fiberglass/resin helmet.  Please let me know if you could give me a name or username on TDH.  Thanks!

-Gooshy');
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('16065','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('16066','ca6668ae54','Cool.');
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('13531','21f1e1b19b','Hey Corey, there was no need for that. I have never had an issue with you nor do I have any hard feelings what so ever toward you. I suppose sometimes I have posted on the threads what I am thinking or when I get frustrated. Thats never a anything directed at you. No worries, we are cool, always have been, always will be. 

I appreciate you reaching out and offering help. You never know when you are going to need help, so dont be surprised if I do call sometime. I am touched by the gesture, but trust me, we are cool my friend.

Hope this finds you well,
Chase');
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('12482','120ea01c7d','Hey, been a while since we talked, just wondering if you were doing ok.  Are you and Rose going to come up Saturday for my birthday party?  Its a couple of days early but it falls on a week-day.


Angi');
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('16112','b8a9954261','I'm sure you can get a set just tell the guy you need a little more time because of the other items.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16120','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('15596','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('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('5036','ac5790c48a','Just wanted to let you know I didn't get the binders done for DC. I'm sorry. I've been busy trying to finish another project. I was gonna try to crank out a few pair tonight, but some issues arose and we almost decided not to come to DC. We're ok and we'll be there, but no binders :(. I'll do my best to get them done sometime later. (this is why I don't make promises and don't take money in advance heheh) 
 
Drax');
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('15501','2414ca8482','you a very very bad man....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8335','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('15812','d022cf63b9','I seeeeeee you!

ONE YEAR!

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13893','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('14482','7f52138685','As much as I want to, I don't think I'm going to be able to make it.  I've got a fresh batch of clone armor here as well, just itching to be built.  I might be able to work some stuff out this week and make it, but it isn't looking to good.  I appreciate the offer though.');
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('16030','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('15722','1a66be92b2','Sweet, I shall be there, my chance to grab some JITB tacos, my favorites..

You coming over Saturday????????

Hay thank you again for this weekend. Also thank you for the good words on the forum about my job this weekend.. :) 
Have an awesome evening');
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('15964','90a0a7ac36','ok, you have me laughing my butt off on that post!

two things I really liked:

I would have posted pictures AFTER the trip!

and my favorite:

Skip is still an ass if youve forgotten!


LOL!!!

funny man, mister Jester, funny man...

now, go make that AFT that will put everyone in their place.......have Steiny die in a firey crash....

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15820','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('15824','f6c00c2de9','I wondered how many would get the reference.
These guys have got to drop the whining and move on.

We're supposed to be in this for the fun, not the drama.

I'll have to let you know something later in the week. 
I'm home today with some sort of head cold. I wouldn't want to share this crud with anybody.
Chances are, I'll be over this soon, but didn't want to make promises early and then have to break them at the last minute.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15825','c05cde1f51','Sounds good, maybe it would be better to do it after I return from Showest.  Starla is a little burned out this week from completing her cape and vest.   

Did you see that new post from &quot;scalper&quot; I bet Loki is wondering about that one uh.  he he  :twisted:');
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('14443','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('15989','7b8c75428c','TIMMMMMMAAYYY!!!

Maybe the earthquake dream had something with you guys going to California!!! Maybe there will be the motha of all quakes while you guys are there!!!! (I'm just acting jealous again!) By the way, I AM VERY jealous of you guys!!!!! But I LOVE it for you guys too!! That is gonna SO RULE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I know Jon was the one you talked with. He was pm'ing me about having his feelings hurt that he didn't get picked, but then felt REAL bad about it! Think you'll be able to squeeze him in?

One quick point I want to make. I'm not trying to bring up stuff from the past, but in Joey's defense, this is EXACTLY what happened to him with the Talladega thing. He felt as bad as you do on this event that he couldn't just pack everybody up and take them with him! I know you feel bad, but hey, some people get opportunities that everybody just can't logisticaly do! So DON'T feel bad dude! Go do your thing and know that 99.9% of the group backs you guys!

Please keep a log and pics and send them while on the road, and please represent us well and make the SO known!!!
Hey! You mind if I send a case of my dad's bbq sauce for George and one for Steve? Who knows they may like it and want more!!!

Take care man, let me know if I can help in any way.

Z-man');
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('9045','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('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('6458','664ddd499f','I'd probably have to cut it short because I'm going to Cookeville this weekend.  Talk to Rose and Jon, maybe we could all work something out next week.');
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('15982','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('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('16087','93c7a5143d','Hay Skip,
Sorry I dint get your message until this morning, have been very tired of late, so went to bed at 18:30 last night..
Anyway, I was talking with Loki this morning. I reserved 2 rooms more for midsouthcon.
I know Joe, Rose and Jon where looking for rooms as well as you and Jen.
Loki has a few people also.
Anyway, the room is open to you guys.
Let me know..
They are 2 conecting rooms, so you all could use one for sleep and one for costumes  :lol:  :lol: 

Also when I see you I need to talk to you privatly about something in the SO, actually a person in the SO.. Very seriously and I dont want to pm it back and forth.

Thanks and have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15479','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('14960','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('14461','4f7248e411','Loki,
Just wanted you to know that I borrowed your log in this morning.  Since the board got hacked, I've only got public access.  Hopefully, I'll get reanointed soon!!  

Is the prop party going on on Friday night too?  Casey and I are coming, if that's the case.  We'll give you a call to find out the details.

Cheryl');
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('15013','f4cba45e90','I know I've asked you this before.. but I've juggled a crisis or two since then..

What did you use to make your Mando plates? sintra? styrene? abs?');
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('13907','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('14095','67ba258cbd','oh yea!!  I found out about the CIII thing.  People are upset that Joey did not set stuff up for that event.  THat is the gist of it.  Joey came to bed at 1:30. He talked to Skip til 1:00.   I figure a lot of it is because we didn't come and hang out in the parking lot with them inthe cold and rain because our kids wanted to go swimming.  I believe Joey plans to approach this with these people off boards.  One being Corey  but now we know why he is so messed up and I feel sorry for him.

Iwish I could back to sleep but Emily and her friend are awake now.  I need a drink already.');
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('12481','f9dbb303f5','Hey, was just wondering if you and or Jon were coming up for my birthday party saturday  :D');
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('15155','2591650f92','not a problem.  I may need Summers Vet expertise (Lionel was in a fight and got hurt)');
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('10688','1715a12bbc','No problem.  And yeah, building a character takes a bit doesn't it.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15373','ef71acac07','Probably.  I don't see why not.


Oh, by the way, I found a picture of the &quot;Ripley Boots&quot;.
MSC is the 24th!  Better get cracken!


http://www.harryharris.com/reeboks.htm

This website has good pictures of all the props and costumes from aliens, especially the marine armor!');
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('15483','bc7c349326','This is the right Last of the Jedi book right?

http://www.amazon.com/gp/product/0439681367/sr=8-2/qid=1141502532/ref=pd_bbs_2/002-7451902-3871268?%5Fencoding=UTF8');
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('13686','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('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('15932','e3e70f2dc3','You going?

If so, got a room?

If not, want to share ours?');
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('14992','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('15588','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('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('12940','10db76fa42','Shannon Oliver
830 Watson Dr
Oxford AL 36203');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16127','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('16128','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('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('15039','709e0cdb8d','can do.. add $7.50 for my cost for the 3 buttons..I have the plates');
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('15686','86a08654c5','Ok I am guilty.  I did write that post for Starla.  In a way she wanted to remain anonymous, but I wanted to create some mystery in our ranks.  I also though it would be funny to get a rise out of Loki, considering his love for asian women.

Sorry if I stepped over the line, just having some fun.  we will be changing her avitar to a photo of her new costume.  It will actually be very tasteful; in fact, we have spent more time on her mando than we did mine.

Starla won't admit it, but she is begining to enjoy our little chatter box.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15687','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('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('16156','7bfeaeda5a','You got it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16042','537bd046d8','Any word on that costume book?  If you are going to Coreys this weekend, do you want to run to the surplus store.  I need a flight suite?  Let me know

my digits are 615-210-4673 cell  home 615-599-3440');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14533','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('15805','482fdaf844','Dude,
you have a job and stuff. I didnt want to ask people who would have to quit jobs and stuff like that..
Im sorry your upset with me on this. If you would like to go, you still can. I just dont want to see someone quit a job to go out there.
I asked Hammer cause I knew he had the time and Joe, because he isnt working..
I dont know why everyone is now pissed at me for this. I guess I should have just left it with Richard and I going alone..
Man, you are like my best friend in the outpost. Im like stunned and hurt that I have hurt you, I meant not to..
I just didnt think you could take time off work for it. I guess I didnt think it through period.
Jon, if you can take the time, then please join us. I can think of no one else I would rather see go do this with us.
But please either way, lets not become enemies over this.
It just never seems to fail I fuck up everything I do, now I have fucked up my friendship with you..
Im very sorry..');
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('8911','83eeadb05e','Hey Glenn, just wanted to let you know I got the stock in today. This will be a nice little project for when I get my new dremel. Thanks again!');
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('15750','f6ff9ae0f2','rodger that..who are you going to go as?  Who should I?');
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('15561','c006ea9361','Good Morning Sir,,

Ooooo so formal...

Dude you reading Triple Zero yet???
It is awesome so far and I just started reading this morning..


Anyway, another forum request please..
Pre Events, the  Star Trek Summit needs to be archived.

Again I know it is not my place to probably ask this of you, but still trying to do my part and keep our pre events area cleaned up.. :) 

Hope you are feeling better...

Talk to you later.
Have an awesome day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15562','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('14571','6da149f510','So the birthday party for Sat last week was cancelled and instead of calling and asking me first if I had plans, they rescheduled this week. So not sure I can do any filming, unless you want to stop by the gym before the party. I can probably get some shots in the gym if you want. Otherwise, I won't be out to Clarksville till well after 6. It'll be dark then. Needless to say I am not happy. I'm sorry.');
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('12161','79b91e96d5','Hey, 
I see you're selling yur clone armor on "that e-place."  I've got a buddy who might be interested.  Send me some specs on it, like:  yur size, what you REALLY want for it, etc. etc.  My buddy is wanting to join us and wants to make a clone, so just outta curiosity lemme know wazzup.
Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15388','15640eaace','not sure, i'll look when I get home tonight.');
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('15744','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('15365','ac014400d1','Hey Loki,

I've got a big favor to ask for you.  I'm helping lauren (she was at dragoncon and adcon) get some TK armor and help her get prepared to join the SO.  She wants to go to the Atlanta parade with us, but I don't think her TK is going to be here by then or be finished to troop in.  She said that you were going to let her use your TK for adcon this year.  I was wondering if you could let her borrow it for the parade if you are going to wear your mando.  I know this is asking a lot, she is just afraid to ask one of you directly.  And I thought that if you were going to let her use it for adcon, that you could let her use it for the parade instead because I think her TK will be done by adcon.  Thanks, let me know if this isn't too much trouble.

- 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('9434','b08dafb2f7','BTW I'll be asking both you and Corey if you might be able to bring an extra costume for a friend of mine named Michael, to sport in the parade. He's tall like you two but doesn't have you muscle. So I'm not sure if anythnig would fit but it was an idea and in the past I heard talk about filling out our ranks those days.

[img:b08dafb2f7]http://i22.photobucket.com/albums/b347/ROTSAnakin/VadersRemorse.jpg[/img:b08dafb2f7]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9468','c9578c0490','Reminder: Bring the Royal Guard if you can. Thanks');
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('15309','5c318c8616','Sounds good do we have any events the first weekend of April?');
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('4784','9af5484afd','hey there i thought i would tell ya how my stuffs going , i finally got my carnor jax helmet and i will be gettin his other components soon i got a vender that has the under armor just like his and the awsome blade i wanna show it to ya when i get it done. 



http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;rd=1&amp;item=7538505411&amp;ssPageName=STRK:MEWN:IT

as for my tk ive been thinking about it still gotta get a rivet gun just havnt had a chance to get to it, anywho i may get a white tk eventually as well  we should just hang out some time. 

If i do managed to get taht thing organized at party city you think youd wanna go? i dont know if i can get most of jax done but i might go to the deep if i could get my tk fixed but its got alot that needs to be done to it with the straps anyway and im not sure how to fix the belly plate and the last thing i wanna do is go and get beefed on for lookin choppy ;-;');
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('9457','af2fa36f35','Hey again, here's some more progress. I think I've told you, but I'm doing the game version of the Galactic Marine, so instead of the two small pouches, I'm going with 4 small pouches and the two front pouches. I have yet to make my front pouches, but heres my belt. I still need the little gray boxes as well. I don't know how I'm going to do that yet. But here's a photo:

[img:af2fa36f35]http://nuclearstomach.bigpolley.com/uploads/progress120505.jpg[/img:af2fa36f35]');
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('9501','b0fd94b1c9','Don't let me forget to bring your clone attack on coruscant battlepack I bought a while back to the parades this weekend. I can't believe I didn't think to bring it to loki's! And consider it a Christmas gift from one Vader to the next.  :wink:');
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('15576','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('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('15143','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('14794','58eafbcbc5','did wendy put in her application?
i wasnt going to let anybody know but i went ahead and posted a pic of the girls on the snowtrooper thread.i wanted it to be &quot;out&quot; before everybody left to come here for the big prop party!!!');
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('15464','a7b6c43e35','thanks for the invite for tonight .i wont be there (or chattanooga) cause ive got family from memphis here.they only come in a few times a year so no 501st stuff for me.
thanks and you guys have fun
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14101','c2fe89114c','Cool Jenn, seriously, If I can shed light on anything for you and Skip from down here, let me know.

Z');
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('9909','5f3100a8ba','hey mark

good to hear from you, sorry we missed you while we were down, but we couldn't stay on account of kia's work

here is your total

2 window stickers   = 5.00
2 beanie hats         = 10.00
2 dew rags             = 10.00
1 XL T-shirt            = 8.00

33.00 is your total and here is my address

mark estes
134 algonquin trail
somerset, ky 42501

thanks again and hope to see you all soon
-mark e.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15367','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('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('16126','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('11277','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('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('9412','f64586e961','Hey Joey, I thought you'd be interested in this. Pictured below is my current progress on my belt pouches for my Galactic Marine. They are both prototypes, however, I'll be able to use the small white one because it turned out perfect the first time. I'm going to be remaking the front pouch (brown one) because there are some sizing issues I need to correct with the foam core (as because I did the template lines on the outside of the vinyl. DOH!).

They are both fake pouches. Inside of each are three layers of foam cut to the size of the pouches (except that one prototype). Then the vinyl is simply duck taped into place. The white ones have velcro closures which actually aid in attaching it to the belt. You simply wrap the pouch around the belt (or slip it through that back space). The big ones have to have a strip on the back for the belt to slip through, which is riveted into place.

Tell me what you think.

[img:f64586e961]http://nuclearstomach.bigpolley.com/uploads/pouches.jpg[/img:f64586e961]');
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('15196','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('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('7681','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('15940','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('14950','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('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('10977','976bca1f28','http://cgi.ebay.com/STORMTROOPER-HEAVY-BLASTER_W0QQitemZ6594498087QQcategoryZ37887QQrdZ1QQcmdZViewItem');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15429','36fc2895b7','go ahead use them.  use them now!');
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('15906','b85f858b3e','SHIT!!! I've been trying you too! Your cell phone off?

Wow the shit's been hiting the proverbial.......

call me! 

Z');
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('14371','eea5764793','Cool!! We were trying to spread the love after the SO meltdown. You going to Coreys prop party? Please go we will be there and Joey and Scheewtpea and Loki.............................');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14374','37e61145c5','Did you have your date?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14375','7d49a61a4c','thanks!  Its a fiberglass &quot;mystery&quot; type.  I don't think its a real Mystery, probably a recast.  It was kinda thin, so I decided on a custom instead of a Boba.  I.ll try to post some pics so you can see.');
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('14986','1120858995','You have the Altmans helmet right?  Just wanted to make sure we match.  these would be cool to wear together at the COSI.  I'll see if I can find some headsets for us as well.');
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('15392','07d3edb14c','You want to come over after work and cough on you today?

Loves');
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('14653','9335154ab4','Shit!  I just posted something right before you said that!


:lol:');
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('15497','87848db925','I guess you will be buying me a new one.........



Nahhh I found it..it was in my bin');
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('9768','cc2d4acbc4','thanks so much todd.

i will get all of this together for you now

-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15500','ed54e0d0d0','Yes I would improve the lower half of the costume.  Do you think A sniper would have Leg armor or should you go the pockets/tools like Boba?  I think maybe a combination.  Side pouches on your belt and the thigh pockets just like boba (For all your ammo and snacks) Maybe Shin armor like Jango (we can make a set) and how about this idea.... shin tools like boba but instead mount them in a pocket or two on your arms or off your chest armor???  I'm making sets of all the shin tools soon it's my next project.  I did not get a good look at how your lower fabric...yes it's better to have tighter fitting pants it looks better with the Knee armor and other parts ( I need to fix mine as well)  I'm going to have a small Mando party at my place soon.');
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('15034','804e8e8273','yes..I've got the buttons for the Snowtrooper

what weekend is the parade?');
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('15374','cd4b9b4d31','Hey, are you and summer still going to Chattanooga this Sunday?  We plan on leaving my house at 7:30 AM!');
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('16143','5a09ae9007','Thanks man, Jedi is fine...
I owe you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16144','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('16149','1a8eb58cb4','Thank you sir!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14590','747c1457d3','Sorry to hear you have to work. It's ok,there will be more opportunities to get together. I will miss your company until you arrive. I will inform loki and hammer to not bring there suits, we will film them at a later date.

see you there, i will have drinks.

peace out');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13512','b827d57ca5','Thanks man, I just wanted to run it by you first because it's your gig and all.

 :D');
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('15568','237a3b29cb','Just posted it, sorry I was behind, here is the link, Ill add you to the rosters right away.

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=1862#1862');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15560','237a3b29cb','Just posted it, sorry I was behind, here is the link, Ill add you to the rosters right away.

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=1862#1862');
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('10254','33768f3da4','[quote:33768f3da4="TK6203"]
He always uses wolfram as a user name as to a passcode, I would say just make him up one Im trying to remember his password he always uses. It is skoal something, te number of the nascar that was sponsored by skoal, it is is favorite driver *L*
Thanks[/quote:33768f3da4]

He's all set, tell him to use the following for his username: Wolfram1433
and this for his password: skoal33');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15248','f8ca084583','hey derek, starla here...todds out of town right now, and im on the phone with him right now...he has a request of you, if you dont mind...he and jeff lester are both wanting you to grab them each a copy of the costume book that was being passed around at coreys.  they said theyll give you payment at the restaurant, since were planning on coming. (todd, me, ryman).  he also is wanting the &quot;last of the jedi, book number three.

(sorry theres no apostrophes...my button is stuck.');
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('12567','32e89a1b55','Yeah Jeff and suzanne did tell people they were going one place then going to another.  

thier reasons are theres, I don't necessarily agree with them.  Holly and I told them that they are causing a problem by that, but alas it was always after the fact.


they didn't lie to keep you guys away for us.. no that is not the case.  My thoughts, is they didn't want to explain themselves to the group up there... as to picking one gathering over another.  ether way they would have been seen as ditching the nashville troops.   youand i know people see it that way.

Yes they went to savanah.  they honeymooned there or some thing and wanted to take their kids.  Holly and I took our kids and my mom to chatanooga. ( we go there often.  We have vacationed there 4 times now in the past 3 years) + 1 for suckascon so thats 5 times.  It is my favorate place to go, just 2 hours away.

No holly did i change direction before suzanne came along.  DC2003 wasn't very fun for us rooming with yall because holly spent too much time doing thigs she didn't want to do, and we didn't get to go do thigs togher as we did the first DC we went to.  After that, is when we decided to do more of our own thing.. which led to us wanting to room by ourself more, then finiding another roomate we could 'ditch' easier when we wanted to do something diferent.

suzanne and jeff were very 'fun' at these cons, so that is why we roomed with them a few times in a row at them..  Since then we have gotten our own room many times, so you shoudl knwo we aren't stuck with them on that.  some events (adventurcon) really have nothing to offer us, so we got our own room and did our own thing last year ,  not even going to the show until noon.

Yeah we can talk tonight,  I was busy last night with chrch meeting and the election for LCO..  I'll be home at 6 also.');
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('13867','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('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('10719','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('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('16191','0079f4e89d','I'm wearing my new Cod...soo Mmmeeeehhh!!!');
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('15914','8845382acb','Just one more hour and I get to see my baby!');
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('11904','d3bb426433','Hey Loki!
  Looks like you guys had a GREAT time at Chattacon.  Sorry that we didn't make it.  We had our bags packed even.  I ended up having to close at work.  We wouldn't even have gotten on the road until 7 p.m. our time!!  I'm bummed about missing it.  You'll have to tell us how it went.  Looks like well from your avatar!! We're looking forward to amor building in Feb!!!

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('15141','76af7e4686','In about a month they'll be hiring 10 people to get ready for summer.  They don't let anyone go after summer, cause we usually loose about 10 people a year, when we get ready I'll get you an app.');
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('11773','d4912ec384','May I have access?');
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('9295','81da21a1ff','john&amp;lifthimup.com');
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('16075','f90445ce21','I need your new work numbers.

I won the us divers belt on ebay today. My fett boots came in today. summer has them at her work.
some new pics coming your way in 2 mins');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16077','983841ebec','did you see the thread on the TDH for the boot spikes that fit the CA Boots...check it out and get in on that small run..they are sweet.');
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('6853','6de9de1519','I used Plasti-cote on mine, worked pretty good.  Put your cuts on before priming!');
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('13332','78e6f5d8d2','Rose:

Now that the cut off is coming for the rooms for the COSI event, Wendy (cleverlilminx) asked me to find another 2 for the room we requested.  Since Wendy is from another garrison we're already on the room list on the Ohio boards, just in case Tambo doesn't get them the list.  They'd prefer to get 4 troops to a room.  Wendy doesn't want 2 other guy's in there with us.  She'd prefer another couple or a single troop.

I PM'd Loki to see if he wanted to be #3, but haven't heard from him yet.  When I sent you the last PM it occurred to me to ask you and Jon to join us.  That'd make 2 couples in the room and you and Jon can tell/make up stories about me to tell Wendy.

Let me know,
Zachmire');
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('12028','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('15069','e86c3501ef',':rotfl  :twisted: 
Don't you just hate that I have his access!

NO MORE ALIEN CRAPPPPPPPPPP! NO MORE! :boom');
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('13636','fcffb43b7e','I don't know what to say man... Rose and I are going to kinda take a brake from things for awhile. We've got St Patty parade and maybe Midsouth and than we're going to stop going to events, unless something real important comes along. It's just taking too much time, too much money and most importantly, too much drama. I'm not sure what can be done, maybe a new command staff, who knows. Fresh people with new veiws and ideas. But than who's going to step up to the task? Most of us are just in this for the fun. What you guys do takes alot of time and work. 

I'm kinda hoping several people will be at Corey's on the 25th and we can sit down and talk this over. All I know is it can't go on like this.

Anyway, keep a positive outlook and tell Jen I said "HI"

~jon.');
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('15346','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('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('16154','c8ad647860','My God, that's beautiful');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16155','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('7975','1b692145f9','yea... i paid for my badge too... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12391','4eaa6b85d5','oh yes I did, thank you very much!');
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('15377','93f6c43eed','thanks for letting me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10957','87be3e37dc','When are you looking to try and do some work?  Let me know ahead of time.  This saturday, I'll be in nashville doing my Creature Feature shoots.

And on either Friday, or Sunday, I'll be doing a ghost hunting investigation.  If I know ahead of time, I might be able to set something up.

Got anything written or storyboarded?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4887','50565bffbb','I didn't want to post this on the thread -- it's sort of a hijack -- but thanks for taking the time and the effort to explain further all the LCO shenanigans so clearly.  Chris and Donald and Jen had told me a little about it, but I was getting more confused every time someone brought it up; now it all makes sense, or as much sense as it could, anyhow, without someone ambushing Tim and dosing him with babblejuice and truth serum.  Hopefully this won't affect the SO at all, but if the topic comes up at the Saturday mixer, I won't be asking zillions of pointed questions, thanks to you and Joey.

Look forward to seeing you in a week!
Jennie');
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('5626','95daa89174','Thad Sullens
170 Kathryne street
Springville, AL 35146

If you are going to be at the Tootsie Roll drive in Oxford on Oct. 8th, my wife and I will be there, and we can settle up then.  

Thanks');
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('13407','2ad75796f1','Sweeeet.  

Roger that, Commander.');
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('11108','861ad40740','10 bucks for the rocket and add a few dollars for shipping send paypal to 
tk1128@bellsouth.net
I also need a updated e-mail for the main 501st site yours is bouncing.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11113','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('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('15372','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('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('15394','0aeb4f8dc9','Me to come to you, or you to me?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15416','cd7baf7360','I need your advise.  After looking at the pics, I am not entirly happy with the bottom part of the costume.  I don't like the way the trousers span below the cod piece, and I don't like the baggy characteristics of the utility pant.  Do you think a flight suit would help solve these problems, and help achieve a slimmer affect.  Ok yes I don't want to look fat!!

Also, I was thinking of adding thigh armor to tie it all together.');
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('10322','453261a521','hey atin

i still have some shirts left, whats your size???
 and i also have some beanies, hats, headwraps, and some s.o. decals left

shirts are 8.00
hats beanies and headwraps are 5.00
and decals are 2 for 5.00

just let me know what you might want and i will get back to you

thanks
-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('9935','6fabc5433f','yes, I made everything but the robes, but I still have the material and one finished hood.  We can knock out a gun in about an hour.  The belts are easy, made the whole thing out of brown vinyl.');
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('14810','4021b430c0','that JP is a POS!!

I'm going to do it tonight, I have just enough powder left from my GM project to fill it. 

I'll bring it to timmys sat.


-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14823','dfc9155c2e','I am registered');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14824','80fb61594c','Good deal.  Are you interested in making an Alien?

I have a source that makes really nice stuff.');
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('622','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('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('15543','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('13327','78e6f5d8d2','Rose:

Now that the cut off is coming for the rooms for the COSI event, Wendy (cleverlilminx) asked me to find another 2 for the room we requested.  Since Wendy is from another garrison we're already on the room list on the Ohio boards, just in case Tambo doesn't get them the list.  They'd prefer to get 4 troops to a room.  Wendy doesn't want 2 other guy's in there with us.  She'd prefer another couple or a single troop.

I PM'd Loki to see if he wanted to be #3, but haven't heard from him yet.  When I sent you the last PM it occurred to me to ask you and Jon to join us.  That'd make 2 couples in the room and you and Jon can tell/make up stories about me to tell Wendy.

Let me know,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9458','ceef60da74','Also, yeah I'm starting to see that the front pouches are white. Luckily, I have JUST enough to make two of them from the remainder of this vinyl. However, in some of the cuts, they still appear to be slightly tan, and I don't think it's the lighting. Perhaps like you said, just dirty, so I'll be dusting them with some tan spray paint before I weather.

If you like the belt when I'm done, I can make out some templates for you and show you how I did it. It's actually very easy how I did it.');
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('6773','28a03b33ed','yes wet sand after the primer..it drys fast you can sand it in less then 1 hour.  I told Ivan (another mando that you had a extra helmet) he might be PM'ing you.  I think you said something about 2 helmets, anyways...he needs one for his girlfriend will contact you if you want to sell one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14976','63d55ce665','If you make a grey D/S trooper then I want Rose to sew me a suit as well.  if you get the fabic I'll split cost and everything with you...lets talk more..I need to get all the reference for this suit and yes this is 100% cannon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15885','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('14109','aba3eab810','morning Z,
got the message.

talked to joey last night till really late.cant say that everything will be worked out but it was really positive.
not too concerned with any badmouthing on the forums.every time jeff posts he simply digs himself deeper and i get Pms about him.joey says he's trying to teach me a lesson? well the only thing its teaching me is that he has issues with me for problems he and his wife have created.and each time he lashes out i believe that it makes people view him poorly.

if all they can come up with on me is a post regarding "walmart" stargate costumes,a mean sounding post regarding the parades and some fucked up arguement about the MSC ticket thing then im not worried about it.
are those really enough things to get upset over?not on my end,

those are pretty lame if you ask me.
anyway,ill be home for a bit longer if you want to Pm back
cya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12729','aa8aab8873','I regret to report, sir, that the store in question is all out of rectangular buckles.  They do have some deer hide and pig hide leather, and gave me a quarter off the price for a decent-sized grey deerhide that I shouldn't have too much trouble dying.  However, apparently someone came in a couple of days ago and bought all their good belt buckles, leaving only the oval and round ones.

They told me about another place, though, that I'll check on Saturday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12730','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('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('9462','0ee56588a2','Hey Joey, here's the template.

http://nuclearstomach.bigpolley.com/uploads/pattern_sidepouch.jpg

I'd just open this in photoshop and resize it until that 2" scale matches up with a ruler held to the screen, then trace it directly off the screen onto paper. That's how I got the templates for my Fett armor. Plus you'll get everything straight.

http://nuclearstomach.bigpolley.com/uploads/pattern_sidepouchdirections.jpg

Here's the directions for assembly. The only thing you'll need aside from the vinyl is some velcro, a sewing machine, and a soft foam block that's 4" tall, 3" wide, and 2" deep. You'll be duck taping everything to the block. I'd wrap the block in ducktape the begin with. Everything folds onto itself, so try to keep your tape toward the inside so it doesn show through any fold lines.

Note that to attach it to your belt, you can simply slip the belt through the back of it. You can't really tape the back down anyways, so I just sliped the belt through it.');
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('646','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('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('16036','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('14563','07e953c8cc','LOL!

I didn't get off the phone until 11pm, so i figured id wait,

Whats your # now, can i give you a quick shout?');
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('14569','8d2408e882','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');
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('9547','4c3da8526c','Hey Jester, I'm going to be ordering one of your neckseals, soon. At what point on the neck do I need to measure? Bottom by the shoulders, mid, or up top by the back of the jaw?');
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('4476','9c229edccd','russ@rbreplicas.com

http://www.rbreplicas.com/contact.html

Ask for a belt buckle too...');
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('669','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('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('14721','87a2742602','Hello');
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('15775','3bdc677344','I forwarded Ann's paypal invoice to your tk6203 address.  She sent it to me instead of you.  Just make sure you don't pay with my account!  Love ya!');
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('6637','1c7cbaa753','Tambo,

   What's up brother Fett? . . . .sorry it's taken a couple days to get back with ya. . . .the G' had me steppin' and fetchin' immediately. Thanks for the hospitality at the homestead. I was more than happy and honored to help where I could with the work goin' on. . . . .it really doesn't bother me. . .that's what I do. . . .and you will be hard-pressed to find a more loyal bro' than me anyhow.

   I wished the "Con". . .if you want to call it that. . . .turned out to be more. I still had a good time as always and enjoyed the gathering. I am now schemin'/scammin' trying to get my calendar open for 12/10-11/05. . . .I think I can swing it.  What I am planning on doing is something like last year. . . .hitting the parades. . .leaving immediately for a dive trip, heading home, and then back. However. . .what I would like to do this year, if possible, is leave my ride in Nashville. . .or your house. . . .and pick it up when I fly back after New Year's. Man. . .if I could get a drop-off, and later on, pick up. . .from the airport in Nashville. . . .that'd be awesome.

   Anyhow. . .I bought a box like yours for my Necro. . .will see how it fits best. I think I left my old Fett knees with you. . . .can pick them up at the X-Mas parades. 

   Hope your house is coming along well. . .as painless as possible. . . .your life and Mary's will get better soon.
Hope I didn't "tarnish" whatever image I had with you too much with the Fett porn. . . .I had only seen it once. . . .it was hysterical and super sweet!!!. . . .I found myself rooting myself on!!!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('16055','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('16056','435f21619d','Dude,  I can not beileve this shit. I am away from the computer one day, and all this shit happens.  I am happy for the both of you. I am glad you guys are going to do this. I am pissed bout hearing people sending you bad pms. what the hell? grow up  s.o.b. you didnt get picked move on. I am not envious one bit. i am proud that you two are going. 

 I can't wait to hear you stories when you get back. I look forward to hering them again and again.

I said it before, I said it again, stein is an ass. he doesnt get it, he never will. Im glad Hammer calls him out  on his post.( he knows better than to mention summer or myself in anything.) I will rip him a new one. I hate him, I try to give him a chance, but he blunders it everytime. I dont even acknowledge him.

have fun brother, need to talk about it.give me a call.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15461','69369ca740','Tambo, went thru my bin, I do not have the buckle. Have you checked your bin? call me. I'm up.');
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('15453','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('15747','06f526a47b','kids party is still a go, going to meet at krogers on ft campbell,next to jack in box. then drive  as a group. party starts at 12.00

want to get there early . we are dressing at the neighbors house.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15748','f6ff9ae0f2','rodger that..who are you going to go as?  Who should I?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14731','c239e830fd','Update:

Poutches are shipping on Sat :D 

My last day here is the 3rd

Natalie has gained 5 ounces

Summer is in position #2 and gaining!!!!');
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('15723','06f526a47b','kids party is still a go, going to meet at krogers on ft campbell,next to jack in box. then drive  as a group. party starts at 12.00

want to get there early . we are dressing at the neighbors house.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15724','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('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('685','7c6b537697','thanks Chris.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16108','9bc971edd1','[quote:9bc971edd1="Jester"]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?[/quote:9bc971edd1]

I'm shaking!!  :shock:');
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('15876','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('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('13949','a6ffe7b33b','I am not going to Memphis tomorrow, so if things change and you need/want me, let me know. (Cell phone is 615-957-9747.) I do have a Luke ROTJ costume, although I just started growing out my beard this week in preparation for doing Dooku or Obi-Wan at the St. Patrick's parade. You can see pictures on rebellegion.com .');
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('16139','fbf77d8a29','No problem man, I dont want the flu again..

You shall be missed..

Get to feeling better and I will see you next weekend for the parades..

 :)');
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('15814','90a9ccb489','Jon,
Please call me, I dont have your number since I git the new phone, but please call me..

(931)561-6614');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7821','92c98c57e3','Your best bet is to go to the Dented Helmet and get in on parts runs when people make them....This is the hardest costume to make and it will take you years or allot of money to make a good one.  Now I'm not saying you can not do it by anymeans...but you will realize like myself that you will constantly be upgrading andf making your suit better for years.  my Jango has been a 4 year labor of love and i'm still upgrading.  Welcome to the Mandalorians..What version of Boba are you planning on doing?  Did you know he has about 7 different suits.');
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('15818','ff67f6b87e','Hay Rose,
I got home and saw Jons pm to me..
What sux is I had made the decision to ask him before I got home to be our third..
Now he is pissed at me and Im trying to talk to him, but he is not answering..

I love the two of you so much this is tearing me apart. Please have Jon call me, or atleast if you would call me.
(931)561-6614');
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('12978','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('6553','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('13114','57ede542ac','Holly,

I wish people would come to me, just like you have. People are saying so and so said this and so and so said that.I have heard that I have said things and I wasnt even around at certain events. I agree with you, there is alot going on and who knows what is being said, when and where?

I will easily voice to you that to me, yes to me it seems like costuming has become second to the partying. But if anyone would read my post on that topic, my simple point was when we troop, lets troop. Lets keep our buckets on and maintain character. When we are done trooping, do whatever you want to, drink party, go to bed, go eat, go home...doesnt matter. I feel that running around with half of your armor on and carrying two beers really looks bad to that little kid who wonders why he recognizes parts of your armor and has a confused look on his face, ruining the 501st reputation. Thats all I said.

I will voice to you, I am upset with feeling like the whole voting thing has got out of hand. Not Joey running for office, but people posting whose registered, etc etc etc. I thougth most of that was done in confidence? Then all who have registered shows up on the boards? I know you didnt do that, but why did someone do that? I understand most of it was with good hearts and intentions but I wish it was addressed Holly, it was not mature. I either should have put a smiley face after my comment or I will retract the post, I had no ill will toward you.

The quote of "or anyone who has to do with these votes" is meant in the same manner. People being irresponsible about going over to the legion boards and going back and forth trying to figure out who has voted and who hasnt. Can you tell that is an irritation to me?  :D 

As far as people telling you I am upset with the way Joey runs things, no, never said that. I have said, yes that I wish things were dealt with on a more current basis instead of just sitting back and letting them blow over, because I feel that is just giving license to do whatever it was that cause d an issue in the first place.

I want any current issues to be dealt with and folks to own up to stuff in person and not hide behind the boards saying one thing and then being a coward in person. That is not you, nor Joey, do not read that. I have dealt with Joey just fine being an admin on the Clone boards, he answers all my questions on the boards and in person. I am referring to our SO as a whole.

Now that you and I have written a novel this evening, I feel that I can still call you Belt Loop unless you prefer I dont?


 :wink:  :wink:');
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('15171','bb392396d6','Go check this out, it has good views of the front and back of the Aliens suit.  First time I've found good pics of what was on the back

http://www.harryharris.com/suit.htm');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15172','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('13174','c84720e147','Also... since Bob and Sissy are going to try and make it as well... and Sissy's birthday is the exact same as Jon's:
If she definately comes I'll bring a suprise cake for her. How does that sound? Something small, so we won't have tons of cake around. But I can make something I know she'll like. :)
This is going to be quite a party!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15610','326e76bb1d','I want to scalp you love monkey :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15611','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('15402','9e191d79a6','The dvd doesn't have the pugs on a leash :( so I can't get a screen cap. But I'm pretty sure it's there. If the Emperor and his bull dogs are there...

Stoopid dvd is the short version :(

Ah well, I'll be waitin for you my darling! *kiss kiss*

ROse');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13084','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('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('14819','896b6abcf1','Just a reminder to bring your clone trooper bust-up with pistol up to Atin's tomorrow.');
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('14622','cfc557ad02','Praise be TAMBO!');
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('15654','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('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('9614','8611ea4959','I really appreciate the consideration! I really wish I could have been there too. I've been becoming friends with Ryan and Joe more and more since Horrorfest, and they were both very disappointed that I couldn't make it. :/ Oh and now that I'm out of school for Christmas break, I can finish up those photos! Haha. My address is as follows:

David Reimer
685 Providence Main St.
#223
Huntsville, AL 35806');
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('15371','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('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('11192','89cf5061e9','No need to feel bad. I believe in random acts of kindness. So I was only practicing my policy. Enjoy the SWAG and know that there's more here if you ever need it.');
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('10178','09658f8ed4','I would love to have one.  We had something similar in the corps caled an ordinance pin.  If you didn't have it. you bought the drinks.  If you have some left let me know how much the coin and shipping will be and i will send a check. thanks

Todd Taylor
615-599-3440
3204 Vera Valley Dr
Franklin, TN 37064');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10181','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('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('14748','5988283462','Man!!!! I'm trying to make it happen! The only problem is my sister was operated on yesterday and she's gonna be out of our ofiice for a while (my family business is my mom, dad, two sisters, me and a cousin) and we're covered up with work! I may have to work Saturday DAMNIT!!!!!

If it works out, I'll be riding with Joey, and maybe that WHINER Crayfish!!

So, we'll see!!!!!!

Z');
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('15064','79af87c1a3','Jenn here.

Ok now that could be fun! Just kidding!
 :D   :oops:  
Never mind. Would you stop encouraging him! I want my house back!!!!:bicker :bicker :bicker :bicker');
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('13834','48a7d333f6','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?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15955','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('15956','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('6737','1d07ee2a83','the thickest metal that you can bend with your hand (with some force) and something you can cut..You might have to get a pair of tin snips.  for the visor get a rplacement welding visor with black tint.  you can cut those with a pair of scissors.');
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('13836','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('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('2521','fc5ed57b22','They are $35. each. Let me know if you want one. I am trying to keep this in the SO, plus will make as many as the mold will take.Do not know how many that will be.


Let me know if you want one. Geoff');
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('15395','0aeb4f8dc9','Me to come to you, or you to me?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15863','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('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('13841','2270142291','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.');
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('15676','001b84eda1','WOW, very interesting and not as dark as we all where thinking  :lol: 

Thanks for the links. I was going to see what I could find out, but was busy with a million other things after I got back Sunday..

Thank you again for attending and participating, you did great as a RG..');
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('15156','be0057ad51','Skip,
Can you check the GA database and see if they have an emperor for the St. Patty's day parade.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15023','b5cc6837c6','I'm going to get these mando vests done (corey, yours, and a new one for me), then my officer, then i'll do yours and tambo's two jump suits, and then when we're moved in together, your fitted boba jump suit. I gots it all worked out.

So yep, I'll give you and Tambo a group discount.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15513','b4acba33b9','Oh yeah, I didn't tell you.  I got her a TK kit on the way, I just don't think it'll get here and get put together before the parade.  Hey seriously, don't worry about your TK it's alright!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15859','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('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('15913','7974725531','No worries Joe... I've talked to Corey, and Jon will talk to him tonight. I'll have him read and reply to your pm as well. Everything will be ok. :) Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15754','c3a1de305e','yeah, well, I love counting!

loves you!');
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('15040','2395c54a34','Sorry about that, man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9643','80c824a233','Derek wanted me to send this to you:
[url]http://www.highfidelitydisco.com/index.asp?PageAction=VIEWCATS&amp;Category=225[/url]

Researched the American Gladiators thing yesterday.  It turns out that Turbo didn't do that much of the Joust. Funny things is that the big male jousting gladiators were all black. Here's a list of possible nicknames: 

Joust (name him after the event) 
Gemini (was the early leader of the gladiators, but best jouster) 
Sabre 
Thunder (a white boy) 
Titan 

Female Gladiators: 
Blaze 
Zap (who was gorgeous &amp; appeared in Playboy) 

What do you think?  derek said that it was unlikely that Glenn would know Blaze was a girl and would add a different level to it.  Think Titan is out for obvious reasons (though naming him after a sucky football team is tempting).  Mark said could go with "Jouster" to go along with Jester &amp; Jaster, but I hate that we have 2 close nicknames already; not like we really use Jaster anyways.

Just some ideas.  Giggidy!
~Zachmire');
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('13383','56ff9f09b6','Rose:

I finally got a hold of your uncle and I think he's going to be able to do the project wonderfully.  The only thing he needed was to borrow a set of TS armor to measure to make sure the stickers will work out great.  I told him to ask you to contact Drax to see if it's cool with him.  I guess the only bribe I can offer the Draxed one is a set of the new vinyl stickers on me when the project is completed.  Just wanted to give you a head's up!

Giggidy,
Zachmire');
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('13858','cc7bde4c0e','well, I don't want to know who it was. I already dislike Zach. I don't want to have to drive up there and take his manhood away. (you know I won't do that, but damn, that felt good to say). 

And as "just a member" and even more so "just a member completely in the dark" It's terrifying. 

we dont' know what's going on in Nashville - ok, you told me, but still, I don't know enough to really understand why all the venom against some people.. and seemingly against alabama people in general, we don't know what's going on anywhere. We just hear nasty things and then people get nastier, and most of us are looking to the command staff to explain, but part of the problem lies with some of the command staff, so everyone dances around everyone else.

It's seriously made me doubt if I want to be in this anymore. I know Cray's feeling that way, too. 

it is definitely going to make me more selective about what i troop at.');
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('9622','3d47814586','Go ahead and send them. I'll try to get some done today before work, and then after the TV shoot tomorrow.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15857','2dcd3b0c67','You were invited because you are a good friend, and a cool guy to hang with.

Stein is a dick,,,,,,  nuff said

Have fun, you deserve it!!!');
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('15827','3aac0a0001','Jon,

Sorry to hear that you and Rose won't be going to MidSouthCon. :( You will be missed. However, since I still don't have a place to stay, I was wondering what lodging arrangements you had made?

--Glenn');
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('13840','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('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('14422','706b6f2414','Thanks Chris, it seems to be working great!  By the way, something seems to be wrong with the Gentle Giant 2006 thread.  It never will come up for me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13246','758e6133a3','$20.00');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13961','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('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('2494','3f0889ef82','Hey Glenn,

Well, once again, you will have to mark me as in-active since I'm selling my armor again. Just can't afford to keep it right now. I probably won't get another set for quite awhile. Put Trish down as in-active as well.');
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('13466','fdb4fac626','http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1385


I don't know exactly what you have planned for the prop party this month, but if we could scoot up to Ft. Campbell Saturday morn/afternoon for this I think we could do some good.  I didn't want to post it in the thread in case it would screw things up, so I figured I'd run it by you first.  I was thinking though, we'll have plenty of folks there anyway and we usually head up to Campbell Saturday mornin so we should still make it back to your place in time that night to make sure we all go to Hell.  Whaddya think?');
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('9825','643b474359','puhleeeze  :D 

how much are you going to charge for them?');
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('6450','d3b5b62d94','I actually have one of those.  That's what we cut Tammy's mando armor out of.  It's REALLY small, like a size 1.  I've never met a woman as small in real life as that half manequin thing is!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4418','a8fd128f54','Hey Geoff,

Just PM me your address and I'll send you out a couple. They are free for Southern Outpost members :)

Chuck');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14912','b159f9323a','No probemo on the Rank badge..hope you guys like them.  Mary about killed me when she saw the bill from the electonics store for the LED switch covers, but my sales covered the cost..as long as I at least break even then I'm happy.

I'll put you down as a room captain.  You may have to put one more trooper in the room, but we can figure that out later (who knows it might be me)

Hope you had a Happy birthday..It was great seeoing you and Rose.

P.S  Tell Tim that I have not forgotten about the Clone Blaster for Ivans Birthday..I know I still owe him for that.

and one more question.  What are you going to do with that Giant Dong?');
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('10009','14457f81f5','Corey...

Address is as follows:

Paul Browning
2819 Thrush Dr.
Clarksville, TN  37040

I could just as well swing by/meet you somewhere and pick it up if you don't want to go thru mailing out a local coin...

Paul');
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('14377','69078690b6','Chris:

Not sure if y'all are reinstating the Trash Compactor, but if you are I need access to it.  Currently it doesn't show up on my screen.

Giggidy,
Zachmire');
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('14382','0359803952','Hey Jester,

   Not sure if you got my last PM before the the site went all Turkish, but I had a couple more questions:

I checked out our surplus store and had no luck finding the right jumpsuit. The cheapest one they had was around $35, but it wasn't the &quot;light&quot; kind you were talking about. Actually, this one I saw was a flight suit. Unless you think it better not to, I still might get that, as they have a few different colors available. I know they had black and navy blue... a few more as well. Anyway, if you don't recommend that, I would gladly pay you back if you happen to go by the surplus store and pick up one of the $15 jumpsuits. I'm 5'11&quot; and (mumble mumble, let's say XL  :wink: ). 

Also, I'm assuming the armor pieces are velcroed to a vest of some kind (and not the jump suit?). Are the vests bought or are they &quot;made&quot; and what are they made of? 

I guess that's it for now. Thanks again for all your help (and the laughs at your AFT).  :lol:  Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15871','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('15733','e00d81239a','got it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14834','6d13d10e0b','I will have some loose Clone troopers and lots of  sealed ones too');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14835','a7c82ba11e','See you at the paltinum, I mean the con... :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14837','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('14838','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('15842','c05cde1f51','Sounds good, maybe it would be better to do it after I return from Showest.  Starla is a little burned out this week from completing her cape and vest.   

Did you see that new post from &quot;scalper&quot; I bet Loki is wondering about that one uh.  he he  :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11285','326cdfcfd2','Hey Tambo, I was wondering... I read somewhere you guys made a bunch of  mando gauntlets at the last armor party.  Do you know who has these and what they'd want for a couple of pairs maybe.  I'm debating on doing a custom mando so I'm in scouting mode now.  Appreciate any help you can offer.  BTW, it must be awful having a whole thread devoted to you being the man.  I bet yoou hate it! 8) Thanks again!');
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('15998','2f73a9e06c','Here is the info you need, so you can get the gears in motiotn...


Jonathan Louis Wollack

1623 Montvale rd
Maryville TN 37803

Cell: (865) 765-4981



This is my &quot;legal&quot; address as shown on my DL, it's my parents home, even though I've lived with them off and on for most of my adult life, I've kept this address.');
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('16163','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('16165','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('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('15547','b7a75fecd9','OK, thanks Skip. I'll let everyone know.');
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('15550','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('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('11682','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('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('13513','b827d57ca5','Thanks man, I just wanted to run it by you first because it's your gig and all.

 :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13514','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('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('4728','244692eb3f','The one I have was discontinued but I found another one that's close.  I think I actually like this design a little better.

[url]http://www.wilsonsleather.com/product/index.jsp?productId=2052945&amp;cp=1855604.2013488.2013496&amp;page=5&amp;doVSearch=no&amp;pageBucket=0&amp;parentPage=family[/url]


Or there's this one, with a little more subtle coloring:



[url]http://www.wilsonsleather.com/product/index.jsp?productId=1833224&amp;cp=1855604.2013488.2013496&amp;page=1&amp;doVSearch=no&amp;pageBucket=0&amp;parentPage=family[/url]');
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('14918','b208844278','How's it going?  Heard you guys had a blast at Atin's place makin some xenomorphs.  I might hop in the bandwagon and make a colonial marine sometime this year.  I'm a huge alien fan.  Anyway, Tambo said I could contact you about getting a white TK kit (helmet included).  I was wondering how much I could get a kit for now a days.  Thanks, I appreciate it.  Cya at midsouthcon.

- Jon');
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('15363','98dc16fae4','Check this out.  This is the same suit I ordered, except the whole thing.  I e-mailed him, he said the details on his suit are airbrushed with regular paint, never had a problem with cracking or flaking, cause it's airbrushed in light layers!

http://2001spacesuit.com/Aliens.html');
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('5602','bf27bcc306','Thanks! I figure it will take me a while to get all that detail ont he outer robe done, so it's something I can work on for a while and maybe have done for MidSouthCon.
Oh yes, I'm my own worst critic, too.. I can't stand having something wrong on my costume, even if it's something that nobody else will notice. Right now I need to replace the right leg of my Mara suit, because some of the stitching I had to take out messed up the fabric - but I can't find anymore fabric like that right now. So it drives me crazy! I get worse as time goes by, too... I didn't use to be like that, but in the past couple of years I've gotten really bad about it :)

kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15703','d7b86c03b3','Here you go man.. This is the link to your pics from the past weekend.
I did not resize them, so some are very large.

http://www.xecu.net/raven13/swcostume/chatevent/empderek/');
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('15734','1a66be92b2','Sweet, I shall be there, my chance to grab some JITB tacos, my favorites..

You coming over Saturday????????

Hay thank you again for this weekend. Also thank you for the good words on the forum about my job this weekend.. :) 
Have an awesome evening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12963','85901ba76e','Skip knows where.  If all else fails, bring a large plastic trash can.  I can make armor out of anything!');
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('4587','524d485715','I will be at the Friday night meeting with them.
Thanks Geoff');
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('15854','71706608dc','Did you get ahold of Corey? I feel really bad about the whole thing...');
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('15816','90a9ccb489','Jon,
Please call me, I dont have your number since I git the new phone, but please call me..

(931)561-6614');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15322','89aad43689','The kids party is at 12.00 on sunday march 12th. plan is to get to his house no later than 11.30.(earlier the better) we will be dressing up next door at neighbors house. we will convoy to location.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15749','d60513dce8','Hay There,

Doing actually pretty good, a little bit of hand tremors, but other than that keeping my spirits and attitude high..
The event this weekend was great, everyone of our people seemed happy. 
I started appolagizing after Joeys post yesterday as we dont have this black &amp; white line as to what is official and what is not.
The event was on the forum before the hack and was put back after the hack. No one stepped up to coordinate, so I did. So I take the responsibility for it if something was wrong. Same thing with the pre event roster thread I keep up. 
You all know me, if Im responsible I take the good and the bad that comes with it..
Not really sure where all the posts are going except to say that we need an official events coordinator.. I have sent Joey a proposal for myself to step in and take that position. I have the time and energy to do it and do it right. I also beleive in the rules, when they are in black and white, not a gray area left open to everyones interpetation..
Like I also told Joey, I found a niche I enjoy and makes me feel like a useful part of the SO.

I have lost another 3 pounds in my diet, really slimming up and I think this is helping me immenslly.

Now if the weather would warm up and stay that way I would be very happy..

I will be out of TN for most of April. I have my cruise the first 2 weeks and then when I get back, Richard, Hammer and myself are headed to Skywalker ranch to meet with George finally.. Very excited about it!!!!

Well thats about it on my end, call me sometime, or blackberry me *L*
atin@mycingular.blackberry.net

Have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15508','0ad51c342b','Hey it's cool zman, don't worry about it.  I think I may just sit this one out and just go to the parade in civies and enjoy it and back you guys up as well as take photos.  Cya Later Mr. Z!

Gooshy');
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('12819','a9dad87c76','Loves you toooo..... but not as much as da zepplin!

See ya tonight!
Loves~jon');
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('15658','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('13545','a7fd0da205','This is what you want. DO NOT BUY A DP 97

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6604988979&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1');
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('15637','7a3334c9b1','You seem a bit miffed brother.  What's up?  Need some chatting?');
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('10684','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('6754','c5d9f995b4','Thanks...this could explain why I've been out of the loop a bit...  Appreciate the fix!

Paul');
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('15357','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('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('16100','ab541ea7a1','i dont have any pics.
back when we started the snowtrooper recast project jamey ethridge got mark estes to print some of those stickers off.he then gave all of the original participants in the project 2 stickers,1 for each side.
after that ill assume he kept them,as he used to sell various snowtrooper items on ebay.
it might be worth it to email him and see if he has any more around.
if not then yes,youll have to draw and paint them on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16107','b8a9954261','I'm sure you can get a set just tell the guy you need a little more time because of the other items.');
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('15439','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('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('13859','5e02da2648','hey Joey :) 

I just wanted to let you know that Im thinking about taking a small break from trooping for a bit. Maybe 2 months or so. Not sure how long, actually. I know we haven't been doing much right now anyway, but I just wanted to let someone on command staff know. 

I'll still get Holly's costumes finished, so don't worry about that. I just don't think it's much fun at the moment. 

I'm not a quitter, I'm just taking a break. I'll be back in armor soon. Promise. 

&lt;hugs&gt;');
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('5746','73c2000fc1','Is that the third full week in October?  The reason I ask, is Jessi's dad is having pretty major surgery on October 17th, and we are planning things around it. 

See you then.');
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('14945','ad906c2c2f','Thank you sweetpea. I appreciate the kind words. I hope to see you in full Fett glory one day soon. 

Adios mi amigo.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14946','6b1b4f9d5f','Tambo,

Do you get your sintra locally? Or order it from somewhere?

Thanks in advance..');
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('15789','669cdfa9e4','Cool on the Rose thing dude!! Can't wait till you guys get married!!!!!

I JUST sent a pm to Loki too!!!!! That's funny!

Yea, I'm kinda pissed about this two! Don't know why, but am wondering what the real deal is?

Shit, it's Talledega all over again............but hell this is GEORGE and the fucking SKY-FUCKING-WALKER RANCH!!!!!

ok, I am mad now.........................

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15757','0cb18c897c','http://www.501stforums.com/forum/viewtopic.php?t=2993');
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('14441','bd2b5fa349','Thanks Chris! Yoda man, now dog!

Zachmire');
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('15936','1aa427631b','You're in, then.

So far it's 

You
Me
Angi
Dallas
Her friend from Chattanooga
Hammer
and if I can get Derek to answer his phone, I'll get him in there too.

AND NO STEINEY!!!!');
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('15684','3cc8b800b5','hey tambo...it's starla, todd's wife, and i didn't write that post...my retarded husband did...i signed up, but wanted to stay low key so no one woud recognize me, but it's his brilliant idea to put the pic of one of his ex girlfriends up there as me so we could play a joke on loki, since she's vietnamese.

actually, i needed some info from you anyway...would you mind giving me your address so i can send a small present for mary and the baby?  i've got it here, just don't know where to send it.

if you can extract me out of this mess todd's gotten me into, i'd appreciate keeping a low profie, if possible.  thanks, star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15765','46b8eeba3a','She e-mailed me right after i got off the phone with you, I sent the invoice to Corey, he should paypal tomorrow, and she says the parts are ready to ship.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13855','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('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('15362','d367fe781a','Here's a good example of the kind of thing I would like...

Are you up to it?


http://2001spacesuit.com/Aliens.html');
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('15104','d9cb8192ad','No, Its a Sunday morning 10-4pm EST.

+ I'm not sure what the fan force will have there, they have a lot of kids in robes and toy sabers, so technically the '501st' sn't going, but some of our membes are individually..');
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('9701','c5798f5349','[quote:c5798f5349="ampkiller"]hey joey


jen k (Huntsville )
jkontak@knology.net 

jason mcminn (Huntsville, Al.)
JasOneMc@knology.net 

chase (Nashville)
gustafagraphics@hotmail.com 

joe (Nashville)
rotsanakin@hotmail.com

todd taylor ( nashville)
todd.taylor@ipaper.com

gooshy ( Opelika, alabama)
gooshy@gmail.com 

please let me know this asap, i need to get their shirts and swag to them and pay my bill through work.


Gooshy has been AWOL for 3 months,,???  Jason McMinn is around, and should respond.
The others are on the boards daily and should be easy to contact.

I can use any extra XL shirts if you end up with some.

I'll send you some ftt gauntlet shells..
Give me a shipping address...


p.s.- also i still can't get on the main 501st board to look at anything, i think it has something to do with my email, it needs to be changed, i need to email tambo about that right???[/quote:c5798f5349]

your email address must match what you have itn eh 501st database when you apply..  yeah tambo can change that ...');
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('16184','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('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('15896','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('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('6497','adc614a3a1','Save the money.  My wife and I will be at the boo at the zoo in Birmingham on the 22nd and the 28th and 29th.  We can settle up then.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15838','d868cdf4f9','I just talked to Corey on the phone. Give me a call when you can baby. I love you. Everything will be alright. :)

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('6769','2f949174c2','you will have to use a few applications of BONDO.  Throw a bunch on it at first then sand then add a little more (let dry) and keep sanding, when you think you have it good spray the helmet with Sandable grey primer, then wet sand a little more.  when you are done you will not be abil to tell a dent ever existed.  each time you sand drop the grit down as well, your last sanding should be very fine.');
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('10021','2cd7e92442','Dewd!

I'm at 931/378-2224...  Yeah, I can swing by there no problem.  Been to two prop parties at your place.  Know where it is.

Paul');
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('5579','574f0d9e54','thanks! :D I don't really know yet, I'll probably bring a couple of things and decide what to wear there... probably both leias, my imperial officer, and mara jade. it'll depend on the weather, most likely, lol.

see you there!
kell

[quote:574f0d9e54="BH-1667"]Hey Kell, Jaster here, just wanted to know if you are going to be at the horror fest all weekend, and which costumes you were bringing.  I have been to your website, and your costumes look awesome. 

see you at horror fest.[/quote:574f0d9e54]');
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('11155','7c2e85a87e','sounds good.. my paypal is tk1128@bellsouth.net

I also need your newest Eimail address to update the legion roster..and you need to register on the legion board to vote for Bamatrooper as Legion Commander.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15950','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('15030','516142f7ed','I'm thinking of new names for my mando... What do you think? Got any ideas?

Poison
Decoy');
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('6502','348eb74fc4','I believe we will pass on the bunny.  My wife had one a long time ago, and has been prejudiced against them ever since.  Yours looks very sweet, but hers was EVIL.  See you on the 22nd.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11312','d8ce040bf9','http://www.members.aol.com/riverratriley/');
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('15719','1a6d39c599','Hey dude, the kids part this sunday is still a go, we are meeting at 11.00am at the krogers on ft campbell,next to jack box. it starts at 12.00.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15605','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('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('14935','fef72c6ae4','will do skip.  Yeah, I'm interested in the colonial marine stuff.  I've got so many costumes in like this year though, heh.  I just got a clonetrooper, but I think I'm going to sell that to t-bone and work on my mando.  Maybe we can talk more about it at midsouthcon or when you've got some time.  If you have any site urls about it let me know.  I'll shoot you a PM when I get ready to order the TK.  Thanks

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7246','164f53f95f','I built a big 10 foot diameter pen outside so that both kids could sit in it with him. He was so excited! Ryan and Zoe sat very still, and he ran around and around them. We're trying to get him used to being held, but maybe being outside was a bad time to do that. He did come up to me a lot and nudge me. 

He's back in the cage again, and he sprawled out with his stomach on the bedding. I think we gave him a lot of exercise. 

I just wanted you to know how's he's doing. 

:)');
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('5021','537c6cc030','i know..i was just sayin thats all');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15240','b028525a6c','Hey Skip,

I'm going to send you the money via paypal for the TK kit.  I just wanted to confirm the price and your email before I do it.

Amount (this is including the shipping): $550
Your Paypal Email: skipjen@comcast.net

Thanks, I just wanted to confirm the price and your email before I send it.

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7395','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('12566','c32270ba87','I hear ya, Skip. I think alot of times Joey thinks the same thing. That he just wished he was a pion, like me. It's funny, but in the beginning, that's what I told Joey I liked so much about being in the group. Everything I do in life I am always pushed to leadership and with that comes major responsiblilty. I would NOT want you or Joey's position simply because it puts you in a spot to be ridiculed, just like you said. 

I'm glad to hear you don't want the Garrison to split. That's music to my ears. Whether it happens or not, I guess we'll just have to wait and see. I just hope when we vote on this we all use a level head.

I am very distraught about the situation that you brought up about some of our new guys treating some of you guys bad. If this did happen, I apologize for them and don't understand how anybody could act like that. That's ashame. Please assure them that there are still guys like us in the garrsion that would never tolerate that kind of attitude. I would be glad to address this issue if you guys think it needs to be addressed.

Thanks again Skip for listening. Let's please keep lines of communication open to everybody so things can get cleared up faster. 

I for one vote heavily on keeping the group together. I hope everyone else does too.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15058','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('7266','2f48820408','They are located in the craft section.  You will need a 12" one.');
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('15520','399c4c6b8c','When you get a chance, give a call.
We'd like to discuss a date for the Florida trip.
This sounds like it will be so much fun for all of us. Not to mention, we need all the relaxation we can get after this month or so.

Is Joey doing alright? I saw where he posted that he was sick.

See yall in a couple of weeks! :D');
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('15272','34a0cfbca6','Hey Skip,

Sent the payment last night via paypal.  Let me know if you got it.  Here is the shipping address just to be sure.

Jon Jones
202 West Longleaf Drive Apt 426
Auburn, AL 36832

PS: What do you think the ETA of the arrival will be?  Just wondering to make sure I'll be here.  If you could let me know when you ship it out I'd really appreciate it, so I can keep an eye out for it.

Thanks,
Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15278','a01c695e8d','I work on Sundays. What time is it and where. I might be able to flop some stuff around, but it would be tricky.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15279','35fa57faf5','I have  not got a show time yet ,my manager is working that out for us. its here in clarksville. find out soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7552','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('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('4732','fcabb14e14','I'll take the Boba and Jango if they arent sold yet :)');
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('14985','1120858995','You have the Altmans helmet right?  Just wanted to make sure we match.  these would be cool to wear together at the COSI.  I'll see if I can find some headsets for us as well.');
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('15203','c4eac3fbe3','You got it my friend.');
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('7361','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('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('15819','ff67f6b87e','Hay Rose,
I got home and saw Jons pm to me..
What sux is I had made the decision to ask him before I got home to be our third..
Now he is pissed at me and Im trying to talk to him, but he is not answering..

I love the two of you so much this is tearing me apart. Please have Jon call me, or atleast if you would call me.
(931)561-6614');
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('13921','ee1f6eced9','anytime
I'm off at 300!

205-908-6195');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13922','b0834533b5','Do you think if I explain to the command staff that Yoko casued this, that it'd be fixed?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13171','e8e4efc0d2','Heh, a gag gift would be perfect! :p

And he'll be 30 this year.

I can't wait! I talked to my g-ma tonight about how long she might need me still... she said she's ready to be out on her own as soon as her truck up at her farm is fixed (her sons can't get it started or jumpstarted) So we'll just have to get it towed and fixed, shouldn't take more then a week. So things are looking good so far :D

Thanks again Corey, this is going to be great! *hugs*

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13271','b853b2963d','yes ,you are. very hot.  8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9990','be48ad6da8','Very cool!  What should I do about those bandoliers (sp)?  Is there some pattern I should use to make those?  Any plans you might have?  I'm game for anything.  Wanna do this right for my son.  I'd be cool to have his stuff match your girls.  Then we'd have one happy jawa clan...

He told my wife he wants to join the "band."  (Meaning the 501st troop.)  He's such a riot.

Paul');
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('15808','482fdaf844','Dude,
you have a job and stuff. I didnt want to ask people who would have to quit jobs and stuff like that..
Im sorry your upset with me on this. If you would like to go, you still can. I just dont want to see someone quit a job to go out there.
I asked Hammer cause I knew he had the time and Joe, because he isnt working..
I dont know why everyone is now pissed at me for this. I guess I should have just left it with Richard and I going alone..
Man, you are like my best friend in the outpost. Im like stunned and hurt that I have hurt you, I meant not to..
I just didnt think you could take time off work for it. I guess I didnt think it through period.
Jon, if you can take the time, then please join us. I can think of no one else I would rather see go do this with us.
But please either way, lets not become enemies over this.
It just never seems to fail I fuck up everything I do, now I have fucked up my friendship with you..
Im very sorry..');
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('15901','fdabaccedd','hey corey...starla here

i need to get your address so i can send your stuff to you...would you mind shooting that to me real quick?

star');
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('14855','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('11677','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('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('15815','594ac2fd2e','I seeee you tooooo!!! One year baby! What do we win? What do we win? Oooh, I know, another year! Weeeee!!! Love ya baby!

Sure I can come to your place tonight after you get off work. Say 6? How's that baby?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15778','46b8eeba3a','She e-mailed me right after i got off the phone with you, I sent the invoice to Corey, he should paypal tomorrow, and she says the parts are ready to ship.');
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('15625','1fbc141b71','you will ahve them tonite. give me 15 mins');
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('12279','4acedb7903','Never heard of it ! Sounds good to me, Who do we need to talk to?
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15884','e822f9821f','Hay Z,
Well it was a good thing, now everyone is PM me and pissed cause I didnt ask them to go..
Fuck it, Im not going either..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15886','ed889814da','Yeah, I feel kinda bad.... Hammer and Corey both got in touch with me today. I explained I was pretty hurt over the deal and now they are wanting to find a way for me to go also. Which makes me feel pretty rotten.... I whine and complain, throw my temper around and now I'm going to get my way.... 

I don't know what to say... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15514','6fb78135fb','Rose, honey, can you get me some Mando Bantha Skulls from your uncle?  Like maybe 5 black, 5 silver, 5 red, 5 blue?

Or whatever's good for you!  I'd like them by the St patty's parade!



Luv ya, bye!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13631','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('15383','391abbe685','http://chattooine.proboards39.com/index.cgi');
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('4743','632ac3f791','Cool!

Send them down with Zach..I know I'll be seeing him down at the con.

Will get the money to you ASAP :)

Thanks!');
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('15369','1520ad4d4e','Will do Loki.  I'll let her know and shoot you a PM letting you know the plan.  IF by some chance the TK kit I got comes in before the 11th, I might bring it along and work on it at corey's.. then we won't have to deal with the whole armor swap thing.  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('6871','f0a1105e83','Hey Pat, glad to have you back buddy. Sounds like a cool job, but very little notice.  Im going to try to make it to the parades this year, i missed em last year for some reasone. I think it was because of school, but seein as this is my last semister if I miss them again this year ill be dead set on next years. 

It would be awesome if you could come down and troop the Lexington Event with us. We had a pretty large group at the bowling event and this looks like its going to be just at big and maybe bigger with all local troopers. Lots of them are newer troopers to so it would cool for them to see your super modded sandtrooper and I would also like to check it out after the lastest round of mods.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1352','1ad523517a','Tyler:

There are a limited amount of the patches left (around 25-30) just find me or Geoff Manfre at C3.  He and I are roommates at the Embassy Suites.  I'm sure we'll find each other at some point during the event.  Just try and get me before Friday night which is when the 501 patchtraders are getting together and I MAY run out during that event.

Later,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15099','77b2261a80','Hey Mr. Z,

Could you show me the type of underarmor you guys use for the shirt and pants?  I'd really appreciate it if you'd give me a name or link me with a url.  This one piece suit just ain't workin anymore, haha.  Thanks

- Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7390','ef9f01392d','No hay problema.');
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('6786','cab3222550','Hey Jon, that would be cool. I will be at the zoo. See you this Saturday. thank you for respondind so soon.');
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('16196','d843a8751e','if possible...if not, i understand.  todd get s a bit irritated when i log in under his name cause then the &quot;new posts&quot; section is invalid when he gets on.  appreciate it.  if you can't, don't sweat it.

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16197','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('16200','234f43fe7e','Its quite alright, I'll take care of it right now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16201','16e6680f3f','Membership access upgraded.');
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('11902','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('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('12708','e9935553f3','Z-Man, All is Giggidy here in TN.  I'm going to be an absent trooper for awhile while I buckle down and start really studying for the CPA exam.

So, you've heard rumblings about the SO breaking up?  I have heard the same.  I know some have had some hurt feelings and I think a lot of it has happened behind the scenes on the command boards.  The real test was to be the Christmas parade.  I talked to some of the members who were thinking of the break-up after X-Mas and it had appeared that we had buried the hatchet and things were okely-dookley.

I know I feel whenever the SO is at a giant con (C3, DCon) that the garrison gets a bit clicqueish and groups tend to hang around one another.  I will join up with a clicque for a short time, but then nothing ever seems to happen so I use those cons as a chance to socialize with other garrisons and getting to know other Legion members from across the world.  Heck at Spatcon (unofficial 501 party Sunday night at C3) I was talking to the German garrison in German while drunk mind you.  Plus, my girlfriend is from the Carida garrison so I guess I do get around the different groups.

Some felt at DCon that some of the Bamaians were being exclusive.  I've only heard secondhand stories about this so I don't know any clear stories and I didn't really witness anything of any substance.  Some say that the same thing happened at Chattacon and that's what started the "let's split" conversation again.  Again I don't know of specific incidents.  In many cases I think people are over-reacting.  Heck, I cursed out Trooper Mom in public in front of children in costume (a violation of Legion charter) and that seems to be a pretty dead issue.  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.

Do I think we should split?  Oh Hells NO!  Logistically it may sound good on paper, but the friendships are too strong.  I've always thought the biggest reason that this wide of a region has stayed together for so long was the strong friendship between Joey &amp; Skip.  I think that relationship has been strained in the recent past and that might be part of the hurt feelings going on.  I don't know what's going on there.

Some have had issues with Joey's laid-back leadership style.  I don't mind it and after the stories I hear about Carida from my GF I'm glad Joey &amp; Holly are so cool.  I think this laid back style though was shown when Joey stepped out of the race for LCO.  Him going for LXO might to some (not me) look like he wants to avoid the big problem decision making role.  I'm probably not going to vote the candidate that Joey is now backing.  Kind of like the Alpine Garrison guy.

Z, I don't know what's going to happen.  I'm not a part of the break-up movement for the SO and wish we could fix whatever ails us.  And this is coming from the guy who created the Volunteer Garrison. :P   I know that if Joey doesn't get selected for the LXO position, that he'll likely face a challenge for the Garrison CO position.  Who, I don't know.  Joey &amp; Skip have always been like co-COs so I don't think they should swap positions, but I think between the CO &amp; XO one should be in TN and one should be in AL.  We need to reinforce KY and wish we could go down and support the MS troopers once in a blue moon.

I'm trying to leave names out of this to prevent any misinformation going out cause I'm sure I know only between 15-25% of the whole story.  I hope it doesn't happen, you would be one of the several AL troopers that we would miss the most.  I think the first step that we may see will come when the election happens.  Part of me wonders if Joey &amp; Skip should say they both want to take a rest (maybe for just a year) step down and nominate 2 troopers they think can fill they're awfully large shoes.  Hope I answered your question.

Love right back at ya,
Giggidy,
Zachmire');
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('6261','01c4993eb8','Sorry to hear that.  It sucks when real life gets in the way of trooping.  Yes, I still want the helmet.  I will have my wife send you the check as soon as posible.  

Thanks again');
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('13047','fee951911d','The date as of now is March 11.  Robs in for sure.  I'm trying to get him introduced to "the guys" so when he submits an app they'll "know" him.  Corey usually gets a thread started prior to the party to get the specifics lined out so keep yur eye out.  Talk to Josh and try to get him to go...  the more the merrier.  We'll talk more later.');
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('12825','5c09dd48bc','Tambo:

Haven't heard back from you about the email I sent about the thermal detonators you're making, so Mark said to try you again.

Any chance I could get 2 of them from you?  Is the price $10 each?  Let me know if I should paypal you or just wait to throw some cash at you.

Thanks,
Zach');
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('13986','cc1abe5f59','Agreed.  This party at Corey's is looking better by the minute.  See ya there.');
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('6492','70c236a445','I'd say Monday or Wednesday.');
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('14626','e7c1e18ae3','Thanks for the heads-up.  It'll make packing a lot easier.');
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('6510','2a7d06930b','Tuesdays and Thursdays aren't good for me and Fridays' I'm usually headed out of town.  I can just rent V sometime I guess.  Tomorrow night is Smallville so I couldn't catch a flick before 9:30.');
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('6696','364de659e8','lovin life!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6703','19691747ce','The Trick or treat starts at 6 so if you guys get there between 5 and 5:30 we would have plenty of time to get dressed and get some good trooping in. 

I cant wait.');
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('9610','e6e19f5ebc','Hey Hammer, had a quick question about your imperial guard bucket. Is it a Don Post? There is one on ebay right now that I am watching, but I am not sure how big they are on the inside.

Thanks,
Derek');
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('15396','97548442dd','If I come to you, I could spend the night.... but it's up to you

loves');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15400','d5a85ba81d','I have Dune pugs for my desktop... I'll call you when I get off work, around 5-5:30

Loves');
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('11980','fb201474af','Hey Baby!!!! It was great hanging with you and my husband this weekend. I know Jon wasn't that crazy about the con, but I swear, the only real reason I go to any of these things is to hang with my S.O. family. THAT'S where the fun is!

As far as your money goes, that's fantastic that someone as young as you has that much money to start with! Hell I know folks MY age that will never have that much!

I think it's good that you've kept it safe like you have. So many investments SUCK out there now. So I'm gonna give you a few things to consider doing:

Real Estate is the all-time best investment!!!!!!

Now, there are a few things you can do, depending on how much you want to get involved.

1. Find a new condo construction project (or really, any new house construction project) and buy one unit before they even break ground. (a local real estate agent will find you one) After or close to complettion, list it for sale again. I've seen people make really good money within six months.

2. Buy a foreclosure or fixer upper, and fix it up, turn it around and sell it! That's one of the things me and my partner are doing now.

3. Buy some rental property. My partner and I have about 8 rental homes now with 15 year mortgages on them. In 15 years, we'll be making about $7,000 a month free and clear.

4. Build a new house, when finished, sell it.

5. Use the money to buy YOU a house, because ultimately this is what you are gonna want to do anyway.

Like I said before, It just depends on how much involement you want to do.

I'll be glad to expand on any of these ideas and how you proceed. Hey, you could always just buy Jon a Ferrari, and let me drive it some!!!

Take care Rose, and let me know if I can help out in any way.

Z-Trump-man');
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('9142','064dc0041a','I know I'll be working that day, but if we don't go in to work "early" that day then I'll probably be trooping till 1pm or so...  Then its off to get ready for work...

Paul');
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('2029','fa05013086','Hi, Shannon!

[quote:fa05013086="BAMABOUNCER"]How many do you have comming?[/quote:fa05013086]

Not counting you, but counting me:  four people coming, plus a [i:fa05013086]possible[/i:fa05013086] Emperor and some handlers.

[quote:fa05013086="BAMABOUNCER"]Seen you need armor, How long will we be there? Doing my best to make this one, still not sure.[/quote:fa05013086]

Y'know baseball games, it's usually a few hours after start time (6:05) -- I normally figure three to be on the safe side, every once in a while they go longer but normally they're shorter.  Add in a bit of time, maybe half an hour, for the kids' contests -- but nobody's going to want to keep children up 'til ten or later, they get tired and difficult and LOUD.
So, we get there at five, and might leave as late as nine -- our usual Four Hour Trooping.
We don't [i:fa05013086]have[/i:fa05013086] to stay for the whole game, of course, but it'd be nice to try.  If you need to leave earlier, I understand entirely.

[quote:fa05013086="BAMABOUNCER"]Will not know til Sat.? Got a cell phone, send me your number. Mine 256-283-2602.
Take care,
Shannon

ps...................Do not  have ink for my printer?[/quote:fa05013086]

I don't have ink for Dearly Beloved's printer, either, and will be saving a copy of the email to disk so I can print it off at Kinko's, because I didn't get it to Dearly Beloved in time for him to do it on his lunch break.  Do you want me to run you a copy?
Hmm, but then, how do I get it to you before you drive up to the event?

I don't normally give out my cell number just because email and the boards are a better way to reach me, but it's 256-682-3903 and I do have voice mail.

I'll check up on you again Saturday night!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11813','070797bf32','I would like access to this mystery section.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10364','f9bd2cd126','SWWWWEEEETTTT!!!!!!!

ou know she could make some on the mando neckseals as well with all the new fetts we are gonna have.....

thanks again
-mark e.');
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('10154','3a629c895c','Merry Christmas to you too!  Jessi loved the shirt, and had no idea she was getting it.  Thanks alot for all your help.  

See you at New Years!');
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('14655','b1f72fd4b6','Ha!   I deleted the post in time.  Now what do I use it for?');
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('13554','a117ad3c4c','Do you happen to talk to Kevin (TC9948) often? If you do, can you see if he's shipped the helmet kit to me yet? On February 2nd, I had this message:

"Jeff, I will pull the pieces on the weekend and get it in the mail Mon or Tue. I will send you the del conf # as soon as it ships
Kevin"

I waited until Wednesday (the 8th) before sending a PM asking if he was able to send it, but it doesn't look like he's been on since the 8th (so I'm not sure if ever got to read my PM). Anyway, if you happen to talk to him, can you see if it was sent? Thanks. I should be ready to order the rest of the armor in 3-4 weeks (as soon as a check I'm waiting for comes in). Take care,

     Jeff.....');
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('9799','481043e347','Ooops your right the old charter was 15 and the new one is 25...Guess I'm old school');
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('15340','64d43422af','Thanks for the pics dude. Are you busy Sat morning? or afternoon? would you want to come over to my place and finish Kells armor? She will be here and there isnt much left to do. Let me know.

Chase');
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('1723','618f8deedf','Greetings TK1143.    I've got one room left "on hold" today at the Executive Inn for Wonderfest, but they're gonna drop that hold this afternoon.

 I'm sorry I don't know your name trooper, but I did see you wanted to come to Wonderfest.   If your still interested, and need a place to bunk, get ahold of me and I'll give you this last room confirmation number to reserve your space with?

Patrick');
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('7024','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('1743','91196cf8e0','Right on man.  You know, you don't look like your Avatar in person.  I was wondering why I hadn't seen any posts from you.   :oops:  DUH, now I get it.  

 If you think you'll come up, even for a short while on Sat or Sun, I'll get you a show pass.  Just say the word.  Otherwise, enjoy the family time brother, and we'll catch up on another battlefield.  Perhaps AdCon.

 Thanks for the shout.');
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('15832','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('15834','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('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('15847','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('13124','e3120dfbcb','Omg, this is a glorious idea. Let me get you some money to pitch in on this (no to take the credit, I just insist). And I think if you're doing this, I'm going to have to insist that my g-ma be healed by then :p

Here's 3 great ones to choose from. I couldln't pick myself...

(let me know if these files don't work... i'm having troubles with my website, sorry)

[img:e3120dfbcb]http://knoxlotr.8m.com/smallboba.jpg[/img:e3120dfbcb]
[img:e3120dfbcb]http://knoxlotr.8m.com/underwear.jpg[/img:e3120dfbcb]
[img:e3120dfbcb]http://knoxlotr.8m.com/whenyouknowyouhadtoomuch.jpg[/img:e3120dfbcb]');
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('15449','2ae7c07cd0','Hey, thanks for the links to that underarmor.  I grabbed a pair that will hopefully fit me that should be arriving sometime soon.  

I have a favor to ask of you if you don't mind.  I'm getting a TK kit for one of my friends that lives nearby, but she wants to go to the Atlanta parade on the 18th.  I don't think I'm going to get the kit here in time and finish building it for that matter.  Her name is lauren, I think she wore your TK at adcon last year...  Anyway, I was wondering if I could somehow borrow your TK armor if you are going to be wearing your shocktrooper for the parade.  I was going to let her wear mine since it would probably fit her better, and I could maybe wear yours?  I'm just trying to get her armored up for it, because I'd rather her troop with us than stand around not doing anything you know?  

If you think I can wear your armor let me know and maybe I can swing by one day and see if we can get it to fit me.  I'd really appreciate it if you'd let me borrow it, but if you're going to wear it or you've got it on your mannequin then I completely understand.  Let me know what you think Mr. Z, Cya!

Gooshy');
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('12810','25d8fc5eb9','Hon, Crash has a big ol' clone bootie! BOOTIE! BO-OTIE!

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('12867','d3f3510f0f','nicely done!!!

PS - you are very right also');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15627','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('15917','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('15918','b732198b1e','You doing alright bro? I'm here (at work) till 6 EST and I'll give you a call as soon as I get home. But man, I'm sorry about losing my temper... I feel like a real ass...');
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('12454','f9dbb303f5','Hey, was just wondering if you and or Jon were coming up for my birthday party saturday  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15271','34a0cfbca6','Hey Skip,

Sent the payment last night via paypal.  Let me know if you got it.  Here is the shipping address just to be sure.

Jon Jones
202 West Longleaf Drive Apt 426
Auburn, AL 36832

PS: What do you think the ETA of the arrival will be?  Just wondering to make sure I'll be here.  If you could let me know when you ship it out I'd really appreciate it, so I can keep an eye out for it.

Thanks,
Gooshy');
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('15293','2bdd7bcc23','Well I wanted to wear something sensual and sexy, but Vader will do.... :lol:  :lol: 

Kewl, I will block the 12th off on my calander..

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('15922','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('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('15911','4ae1805d57','yes!!!!!!!!!!!!!!!!!!!!!!!!!!! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12302','0bb06cb203','How much Jon? Pics? are they fiberglass or?');
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('12559','1f901d4421','Skip, what's up my brotha? Just wanted to tell you  a couple of things. First, I'm over my rant and I'm sorry I dumped on you about that. Funny,  how time seems to take care of things. Second, I've talked with Loki a couple of times and the boy has my new respect. He's a great guy and I really am impressed on how he didn't jump in the middle of all the crap lately and stir anymore. He really likes you and Joey both and wants the best to happen for the SO. I'm just really blown away by his compassion lately. He's aces in my book.

I know things have been a little testy lately, and I definately don't want to throw any rumors around about anything. I will not pass on hear-say. The only thing I want to express to you and Joey is that I hope we work things out. Last night I was lying in bed thinking about the first time I met you at the Atlanta parade, and how much fun, and pure that time was. That's what it's all about. That was one of the best times of my life. You guys took me in and I felt like I had been in the group for years, just after that one weekend.

I feel sad when things get dicy like this and hope we can keep this group together and running smoothly.

Nobody has said anything to me about this, but I keep thinking that with so many members joining up so quickly that the SO may break up. Skip, do we really want this? Maybe I'm off on this and I hope so, but it keeps nagging me in the back of my head.

I feel so close to a bunch of you guys up in TN that I can't imagine not being organized in the same group.

Enough of me wasting your time ranting. I love you Skip, and you know how I mean it, so no pun intended. Let me know if I can help out in any way.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9094','e3311a0a44','Tambo,

   What's up brother Fett?. . . .I just got back in from my Hurricaine duties in the gulf. . . .very surreal. . .difficult to fathom and take in. . .even after being there a while. The closest vision I could relate it to would be from what I've seen on TV of war-torn areas after they got the shit bombed out of them.

   I took a lot of pics. . . .other than putting them on a web-based album. . . .is there anyway I can upload them from my computer to show the folks on the boards? . . . .I see lots of folks post pics. . . .are they all from somewhere on-line?

  

    I wanted to give you my flight info. going out of Nashville:


Mon.  Dec.  12     American Air   0627 AM   Flight # 673



I get back in on Sat. Jan. 7 to Nashville sometime in the afternoon. . . . don't have that iternerary yet from SWA.


     [u:e3311a0a44][b:e3311a0a44]Thanks a lot[/b:e3311a0a44][/u:e3311a0a44] for helping me out bro' . . . .I'll get ya back.


    Have you made a room reservation at the Jameson in Gallatin for the X-Mas parades yet on Saturday. . . .or do you want me to do it? I still don't know what the SO's plans are . . . I'm up for anything. . . ..but I know I'll be there for the march on Sat. and Sun. Hope all is well with you and Mary and Jr. 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('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('9537','33ad9a2f83','Loki, do you have a room this weekend? Can I paint my face it it this Sunday? 
Give me a shout.

Geoff

615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12655','b41bce2a92','Joey, did you getm my email about Clone patches? Can you score Three of the 41s for me ? Thanks 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('13509','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('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('4967','b92ef79d5d','Glenn, I have a Lucas for you. They are $40.00 each and I will have it at the SO Meeting Friday night.

Thanks Geoff');
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('15968','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('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('7339','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('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('13003','d7bafc3c07','It's all good; I just love watching Jon walk after a few to many.');
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('7766','810a245c36','Got my Vader finished (sent you the pics), 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('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('1948','41539efa74','Hey man, you can come into Lou. and leave your car at my house if you like.  Then ride up with me to the site.

 I'd love it if you could make it man.  We'll have fun with it, and the office seems to be filled with lots of cute ladies.  :twisted:  Ya know they love troops in uniform.   :D 

 Call me if you like.  502-259-5377  

 I'll be leaving out of here around 9:30am.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13026','07d3d37654','Hey sweetie pie! How'd it go at work last night? I miss you!

Loves
~jon.');
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('12767','27ec04b0e6','Placed bid also, hate to drive it up, but would like to have it for Cindy !
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('7804','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('7771','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('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('7834','81307da185','Oh good grief!!  

I did not know that he had 7 different suits.  

The choice of suits is the project for this weekend.  I am going to sit Jessi down and make her choose which one.  I do realize that this will entail watching ESB and ROTJ but I am willing to make that sacrifice.  For thoroughness I may make her watch ANH just to see if he appears in that one ( I know he doesn't, but my wife does not know that).  

I figured that Boba Fett is like Vader or a TK,  the work is never done (Vader -upgrading; TK -repairing) but I love this hobby, so it is OK.

Thanks for the help');
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('1979','b65bf446a1','He is a great guy to deal with. I have bought alot from him, even my armor. He ships fast "3 days" He will not rip you off. Now Trick Toys, He will rip you off, never buy anything from that guy! Let me know how things turn out.
Take care,
Shannon');
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('9362','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('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('7330','b25e50a07f','Hey Pat, the event in Lexington is on a Tuesday so maybe you will be home to troop it. If so "grab your gear and go" we've got to troop again.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11703','c6ae0dbb5e','I have 1 now. If they dont sell, bring them with you, we may work something out. Will send money soon,
" have to make a deposit" 
Take care,
Sahnnon');
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('1992','2109bd5130','There was a pic in the paper and I had a copy but cant seem to find it. Ill try to find it here shortly. Its too late to pick up another copy.');
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('13070','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('15839','3aac0a0001','Jon,

Sorry to hear that you and Rose won't be going to MidSouthCon. :( You will be missed. However, since I still don't have a place to stay, I was wondering what lodging arrangements you had made?

--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('15844','2feac459e8','Just let me know when is a good time. I'm in no hurry.
Susanne has your neck sizes and will get the neck seals ready sometime this weekend.

I'll have to check out Scalper's post.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4764','f979d5af5d','OK, I should have three of them in by the end of the week. I'll probably just bring them all to DragonCon. You gonna be there?

Z-man');
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('2039','fe7acbeeb0','[quote:fe7acbeeb0="BAMABOUNCER"]Please send my info on how to get there "comming from Oxford"
What to do when I arrive ?
Thanks, Take care,
Shannon[/quote:fe7acbeeb0]

That's great news!   :D 

Before I give you MY version of directions, I'm going to point you at the baseball team's version of the directions, so you have two versions to look at and figure out what works best for you.

[url]http://www.huntsvillestars.com/schedule/stadium.asp[/url]

MapQuest says this'll probably take you two and a half hours each way.  Youch!  Let's see if I can improve that any.  I did over two hours each way from Birmingham last Saturday, getting home around midnight, so I know it's not the most fun.

I'm using the directions I got from [url=http://www.mapquest.com/directions/main.adp?go=1&amp;1ex=1&amp;2ex=1&amp;src=maps&amp;ct=NA&amp;1a=&amp;1c=Oxford&amp;1s=AL&amp;1z=&amp;1y=US&amp;1pn=&amp;1l=JNwIq4ShNow%3d&amp;1g=9aS3QnTCNhk%3d&amp;1v=CITY&amp;1pl=&amp;2a=3125%20Leeman%20Ferry%20Rd%20Sw&amp;2c=Huntsville&amp;2s=AL&amp;2z=35801-5331&amp;2y=]MapQuest[/url], but I'm rewriting everything after [b:fe7acbeeb0]Step 13[/b:fe7acbeeb0] (how long you stay on US-231/Memorial Parkway).

Okay, from Oxford, take your usual route to [b:fe7acbeeb0][u:fe7acbeeb0]Gadsden[/u:fe7acbeeb0][/b:fe7acbeeb0].  MapQuest recoomends that you take [b:fe7acbeeb0]US-431 N/AL-21 N[/b:fe7acbeeb0]/JACKSONVILLE STATE UNIVERSITY HWY/QUINTARD DR/AL-1 N (whatever you actually call it in that area). Continue to [b:fe7acbeeb0]follow US-431 N[/b:fe7acbeeb0]/AL-1 N for about 30 miles.
Merge onto [b:fe7acbeeb0]US-411 South/AL-25 West[/b:fe7acbeeb0] for just a mile and a half, then get on [b:fe7acbeeb0]I-59 N[/b:fe7acbeeb0].  But that doesn't last long, because almost immediately, you're trying to get onto [b:fe7acbeeb0]US-278 West/US-431 North[/b:fe7acbeeb0].  

Keep [u:fe7acbeeb0][b:fe7acbeeb0]following the signs for 431-N[/b:fe7acbeeb0][/u:fe7acbeeb0] until you're on it and leaving the Attalla/Gadsden area.  You'll stay on this highway for over an hour.

All of the above seems like a LOT of trouble for what amounts to "get on US-431, head for Gadsden, and no matter what crazy stunt the road pulls, follow the signs to stay on US-431.  Even if that means you have to take an exit.  Which is dumb, but they didn't ask us, did they?"

When it gets into Huntsville, US-431 starts being called "Governors Drive".  That's fine.  Pass through the hospital district with a whole lot of red lights in intersections, and when you've passed the hospitals AND a tiny McDonald's, the road starts to widen out a bit.  Get in the LEFT LANE when you can.

You will approach an overpass for Memorial Parkway/US-231.  You want to get into the LEFT TURN LANE at this point -- as if you were heading [b:fe7acbeeb0]south on Memorial Parkway/US-231[/b:fe7acbeeb0] -- but bear in mind that you will STAY ON THE SERVICE ROAD.  It's just not worth the bother to get on that highway just so you can avoid going through a single red light.

On the surface road heading south, get into the right lane, but don't turn off yet.  Drive straight through the Bob Wallace intersection and the Drake Avenue intersection.  That's a total of [b:fe7acbeeb0]going through 2 red lights[/b:fe7acbeeb0], passing Wal-Mart and a yuppy-furniture place called Ashley Furniture Homestore.

You should now see, ahead and to your [b:fe7acbeeb0]right[/b:fe7acbeeb0], the huge electric sign and marquis for [u:fe7acbeeb0][b:fe7acbeeb0]Joe Davis Stadium[/b:fe7acbeeb0][/u:fe7acbeeb0], home of the Huntsville Stars; slow down a bit, a road named [b:fe7acbeeb0]Don Mincher Drive[/b:fe7acbeeb0] is just before the sign, while after the sign is the entry to a parking lot for the movie theater and an Irish pub named Finnegan's.  Get out your printout for free parking; you're golden!

Park someplace, grab your armor tote, and head up to the ticket booth for the arena.  If you don't see any of us around, just tell 'em that you're with the Star Wars people and you want to know how to get to the skybox Matt Price set aside for us.

Again, my cell # is (256) 682-3903.  It takes me about half an hour in bad traffic to get there, so I'll probably head out for a really late lunch around 4:00 or so.  I've got extra copies of the parking pass with me.

Looks like it might rain a bit, so I'll also try to remember to throw some towels into my maroon RAV with the "Boy Wonder" license plate (got it from Webmaster Chris when he bought his Jeep).

Look forward to seeing you tomorrow!  Don't hesitate to call if the directions don't make sense to you.  I've got a storebought map and I'll make sure it's folded to the section of Alabama you'll be driving.');
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('12936','e0fba73958','No big deal, Im just glad you have it !
Will build it the 18th.');
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('7891','722ac0ea7a','OK so I feel like an idiot.  I completely forgot about him being in the special edition.  I swear by my old VHS copies of the OT.  

Like I said, I have Gooshy's DP 95 helmet.  Since the armor is for my wife, I figured on having to hand craft it anyway.  I had planned to start out with "garbage can" armor and go from there.  Is that the best way or am I already sraying off the dark path?  

Thanks for the advice');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9439','a3e567de09','Good grief!! I have seen this for sale on the Sith Lords board. The Vader helmet is hot enough.  I can't imagine wearing that latex nask, with no fans in it.  Although, wouldn't it be cool if some little punk teenager started harassing me about what was under the helmet, then I pulled the helmet off and was wearing that mask.  That would be cool!!');
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('15403','9e191d79a6','The dvd doesn't have the pugs on a leash :( so I can't get a screen cap. But I'm pretty sure it's there. If the Emperor and his bull dogs are there...

Stoopid dvd is the short version :(

Ah well, I'll be waitin for you my darling! *kiss kiss*

ROse');
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('9542','288b58f426','Skip, I have the map from Mark. Thanks , will see you Sunday.

My Email address is

boinker322000@yahoo.com

Later Geoff');
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('5282','81309750c4','Yeah Dragoncon is always the best. It was a little more subdued this year than previous years, though, I guess due to the hurricane, and all the gas prices and what not. It didn't seem as crowded, and everybody just seemed to be kinda... there. Still fun though :D

LOL no, no prizes for Leia, though I was told by several people that I was the best Leia there, which totally made my day. 
That's awesome! I've never gotten to play Droid Hunt on the 501st side... all I got to do this year was point out my friends to our guys so they could go take their droids, haha.

Melissa was so funny... she was so uncomfortable with people taking her picture! She kinda got more used to it by sunday when we were all in our matching costumes, but I think she still thought it was really weird that strangers would want her picture. She was supposed to have worn my Officer uniform all day saturday, and my Anna from van helsing costume that night, but she was so freaked out by the picture taking she got back into normal clothes, lol.

My best friend and I are going to get our armor by the end of the year! We're both so excited... hehe, finally I can have a Star Wars costume
 where I don't have to spent 20 minutes doing weird hairstyles... :D

kell

[quote:81309750c4="Scor' Ignef"]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.[/quote:81309750c4]');
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('12716','3006a2461b','Todd, thank you for your response. I agree in that this is a great event to get out into the community to make these Kids have a memorable time at camp. There are afew people in the SO that I would prefer to go up to Ohio instead of comming to camp.
Cool on getting together sometime for some props. Im in Fieldstone and had a prop party last year and may do one again. But Im usually working in my garage on armor,props, or models on my days off shift.

Heres my number
Later Geoff

615-794-6619');
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('12662','660fb2246a','That would be great if you can score some. Thanks Geoff');
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('13122','83af21fe1a','Hay Rose, can you send me a decent picture of Jon...
I want to get him a cake for his birthday and while I was thinking I could do a cog and all that, I had a brilliant idea when I saw the picture cakes at Walmart..

A Good face shot or something that is a pic that is Jon our Jon..
Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16003','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('16004','75ffaec275','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13128','4a1be10c9f','The one with his bucket on his head is PERFECT!!!!

Ill go and order the cake tomorrow..
No you dont need to help pay for it.
You and Jon have done so much for me in the past, I still owe you both a lot..

Im hopeful you can make it..

Oh How old is he going to be??????

Also, Im going to get him a gag gift as well as a regular gift. Im thinking Dildo or Personal Vibrator.... :twisted:  :twisted:  :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16027','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('9406','fb14fac5ed','Hey Z-man.  

Can I get copies of the pics taken at the parade?  My e-mail is tasullens@mindspring.com.  

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9407','257ac1ea2e','Got just a few, but I'll send em on to ya!');
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('8508','2f8cd4c4e1','Hey Chase, whats the deal with this armor your talkin about. Im lookin into a clone as my next project and it never hurts to that it already bought.

Thanks
TK-Fett
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('16095','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('6764','0bc09363f2','That one I have no idea about, my helmet didn't have a dent (Jango).  I bet Tambo would know.

After you cut the area out as best as you can with the knife, finish it off with the roughest sandpaper you can find, then sand it down with a medium.');
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('5588','9e3f2d4261','Thanks! If it's warm I'll definitely be wearing Mara Jade (it's too cold in cold weather... or maybe I just have too many flashbacks to C3 when I wear that particular suit in cold weather... haha)
I'm probably going to do Leia's Bespin costume next (I've been doing a lot of embroidery in my fabrics classes, so I think I'm ready for it) and possibly a Padme costume (I have a lot of white silk velvet just begging to be dyed and used...!), and an original costume I designed for a class last year for Halloween. 
I'm just glad I don't have to get anything done in time for horrorfest, dragoncon wore me out :]

[quote:9e3f2d4261="BH-1667"]Hey Kell,  It's great you are bringing  a couple of suits. I really want to see your mara jade costume up close. I have been wanting to do that costume for my g.f.  I think all your suits turn out great.  I especially like your anime cotumes, seeing them done in real world is cool. 
Any plans on new suits for the future?[/quote:9e3f2d4261]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16039','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('10990','750a217c72','Hey!

Just noticed that you're from somerset, KY.  I go there from time to time to go to one of my favorite places to eat.  Gold Star Chili.  They have them all over Ohio (where I grew up) but they don't have any further south.

You ever eat there?  If not, you should go.  Definetly get a 3-way.  Best you'll ever eat...');
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('12702','3006a2461b','Todd, thank you for your response. I agree in that this is a great event to get out into the community to make these Kids have a memorable time at camp. There are afew people in the SO that I would prefer to go up to Ohio instead of comming to camp.
Cool on getting together sometime for some props. Im in Fieldstone and had a prop party last year and may do one again. But Im usually working in my garage on armor,props, or models on my days off shift.

Heres my number
Later Geoff

615-794-6619');
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('15779','b0522dc969','Baby baby baby...
ok... so instead of giving into my urge to eat something late at night, I decided to go down the street to wal-mart and grab myself a new cheep hat. I found one, and then proceded to check out the usual spots just in case... nothing in the toys... and then dvds...

Apparently this past month this WONERFUL dvd came out while we were bitching and moaning that it didn't exhist. It's got both the theatrical and extended tv versions of the film, and tons of production stuff!!! It's beautiful. And it's all ours baby. It and the hat. Had to share it with you as soon as you could see it. So here it is, big enough for your desktop I hope:

[img:b0522dc969]http://knoxlotr.8m.com/rg/dunedvd.jpg[/img:b0522dc969]');
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('13494','784561dfa9','I noticed you said you might be going to Memphis soon. Any chance you're going between next Friday and the following weekend (18th-26th)? I was thinking about going to the tennis tournament but don't want to drive there-and-back several times.');
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('2269','ba76336452','hey glenn,
as far as i know we dont have a dressing room.we could though.this is like a mini-dragoncon. most of us will dress in our rooms and walk over to the convention center in armor.the hotel is connected via a skywalk.
if there is a dressing room then that might make it easier for some.but id prefer to dress in the room.
yea ,you can borrow my rifle if need be.not sure what ill be wearing anyway.
as for getting in free,shouldnt be an issue.if your in costume just tell the person working the door your 501st.if we have a back way in youll simply enter with us.
cya soon
skip
oh,i also picked up a clone rifle from walmart.pretty good for 20 bucks.you might want to use one?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16028','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('13180','425da2ccdf','Sounds great!!!!!

Man this is going to be huge..

I cant wait to see Jons face when he sees the cake!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15751','c514bc70e3','you will be thing one, i will be thing two..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16029','585233416d','Hey my man. I wanted to pm you today, after all that yesterday. Just to say hey, and also to let you know how much Jon and I love you. It really had been the worst week ever with his job, and he'd already contimplated quitting on the spot monday. Oh man, it's been rough, but that's what we go through. And because of that, Jon lost it. I hate it when that happens, not just because of what he might say and not mean, but also because of how much he might hurt others, and ultimately himself over whatever it is he's said. He was in tears last night, not because he did or didn't want to go, but because he felt he hurt you.
You've been through more then we could imagine, and to even think of hurting you is unfathomable to us. Jon talked last night about the first night you and him really connected, out of everyone, you sat with him and felt what he was going through. He loves you man, and I love you. Thank you for being our friend.

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16008','6811208c50','Hey, you going to MidSOuth? The only reason I ask is Corey's got a room for me Rose, Joe&lt; Loki and I was wondering who else was going to be in there... ya' know?

cheers
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13938','9fa4c0e7dd','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:9fa4c0e7dd]that [/i:9fa4c0e7dd]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.');
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('15897','e76e9fb206','Hey bro, I'm sorry for all the drama... I just lose my temper on this stuff, ya' know. I spoke with Rose a moment ago and now I feel really bad. I'm right in the middle of like ten things. But as soon I get home I'll give you a call. Oh and all of &quot;whos going/who's not going&quot; aside and nomatter who gets to go in the end, you and I are all cool.

~jon.');
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('13851','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('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('15813','d022cf63b9','I seeeeeee you!

ONE YEAR!

Loves!');
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('5593','bd938734ef','Yeah, v.busy between work and school... we are about to move to a new office so everything has been crazy there.
Thanks! It's tomorrow, I'll be 26. Not a "big" birthday so we're not doing much for it, other than getting a cake and like, going out to the movies with my friends this weekend.
Regular stormtrooper armor most likely ... I know I will hear "aren't you a little short to be a stormtrooper" so many times I'll go crazy, but I don't care!
hee thanks... I don't get the christina thing, like I said I guess it's a compliment. The only time I like being compared to someone is when people say I look like carrie fisher when I'm dressed as Leia... that totally makes my day!  :leia 
I am taking the scenic route through school... at my rate I still have 3 years left (ugh)... it's hard to get the classes I need because most are studio classes that take all day (9am to 3pm) so I can't do those often because they interfere with work. 
But today was good, I got to class and it was canceled... so I came home and took a nap :)

kell

[quote:bd938734ef="Scor' Ignef"]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.[/quote:bd938734ef]');
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('13190','726ea8e7a6','Good morning starshine!

Loves
~jon');
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('15021','b5cc6837c6','I'm going to get these mando vests done (corey, yours, and a new one for me), then my officer, then i'll do yours and tambo's two jump suits, and then when we're moved in together, your fitted boba jump suit. I gots it all worked out.

So yep, I'll give you and Tambo a group discount.  :wink:');
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('15855','71706608dc','Did you get ahold of Corey? I feel really bad about the whole thing...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12167','a97648a100','Thanks bro!  I'll pass along the info!  Thanks again.');
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('9437','0fb757f9ae','[img:0fb757f9ae]http://i22.photobucket.com/albums/b347/ROTSAnakin/VadersRemorse.jpg[/img:0fb757f9ae]

BTW I wanted to ask both you and Hammer if you might be able to bring an extra costume for a friend of mine, Michael, to sport in the parade. He's tall like you two but doesn't have you muscle. So I'm not sure if anythnig would fit but it was an idea and in the past I heard idle talk about filling out our ranks those days.');
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('12159','e062f5ea46','Hey Skip,

Thanks for posting that 'Focus on 2006' thread.  Lately I've been wondering about going to some events because of the drinking &amp; partying.  I mean hey, I'm all up for a good time, but it does seem in most cases people just want to drink and party rather than actually put on a costume and please the fans as well as have a good time doing it.  I know I'm the odd ball out because of my age, but drinking and partying isn't my main priority when I go to a convention.  It's to see everyone, make new friends, wear the costume, and have a great time.  I know this issue has been brought up before, I'm just glad you reminded everyone.


PS: I'm going to be back in town in Memphis for MSC, so if you need any help setting up the table or bringing any supplies let me know.  I know it seems that there is a 'battle of the cons' going on, but I'll do anything to make this event worth while for everyone.  My cel is 901-210-8841 if you want to give me a call.  Later, Skip.

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15925','b732198b1e','You doing alright bro? I'm here (at work) till 6 EST and I'll give you a call as soon as I get home. But man, I'm sorry about losing my temper... I feel like a real ass...');
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('15928','35eaf1849d','Whats going on with the restructuring of the command staff? Just wondering and Ive had a few of my peeps ask me the same question.  Bob');
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('10002','adcbacc7b8','I appreciate what you are doing and I am going to be buying you more than one drink...and probably one extra drink just to keep you from driving :P 

Anyway..I don't know if I will make the January Cons so my addy is:

Sean Rothe
4718 Longwood Circle
Gardendale, AL 35071

Have a Merry Christmas and stay warm and well.');
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('6125','c2cdf596d9','Strick;
Not sure if there's a DVD-release event in Louisville, but you are always welcome to join us for the Lexington event if you'd like. Here's the info I sent to everybody.  We hope you can make it!

Once again the Empire and Jedi Knights are needed in Lexington, KY. This time it's for the release of the Episode-III DVD at SunCoast in Fayette Mall. (Fayette Mall is about 5 minutes from the bowling alley and even easier to get to, in fact.) The event is November 1st (Tuesday) from 6pm to 9pm. It'll be the usual "meet-and-greet" and pose for photos, etc. and a changing area is provided.

Not only will it be an Ep-III release event, but the mall is having a huge promotion on the same night to celebrate the opening of their new expansion, so Fayette Mall is already planning on doing a TON of advertising about the event and said that they would be happy to even include us in the advertising... 

Let me know if anybody has any questions, etc. - I'll try to get them a tentative roster of people able to attend by the end of the week, since for some reason the mall wants a sort of rough estimate of how many of us there will be there... Thanks!!! 

--Tim / TK-4267');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15476','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('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('15101','34ba019cb1','I talked with Joey last night for about an hour. Real good conversation. 
I feel better about alot of things after talking to him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15529','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('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('16006','75ffaec275','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12980','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('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('15888','ed889814da','Yeah, I feel kinda bad.... Hammer and Corey both got in touch with me today. I explained I was pretty hurt over the deal and now they are wanting to find a way for me to go also. Which makes me feel pretty rotten.... I whine and complain, throw my temper around and now I'm going to get my way.... 

I don't know what to say... :(');
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('15772','b0522dc969','Baby baby baby...
ok... so instead of giving into my urge to eat something late at night, I decided to go down the street to wal-mart and grab myself a new cheep hat. I found one, and then proceded to check out the usual spots just in case... nothing in the toys... and then dvds...

Apparently this past month this WONERFUL dvd came out while we were bitching and moaning that it didn't exhist. It's got both the theatrical and extended tv versions of the film, and tons of production stuff!!! It's beautiful. And it's all ours baby. It and the hat. Had to share it with you as soon as you could see it. So here it is, big enough for your desktop I hope:

[img:b0522dc969]http://knoxlotr.8m.com/rg/dunedvd.jpg[/img:b0522dc969]');
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('16032','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('13197','ac773369f4','Did I do good with Infrafett?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2408','ee0263ec63','Wow! You're kindness is GREATLY appreciated, Tyler! I'm in Nicholasville, a few minutes south of Lexington. In order to prevent myself from screwing up my TK armor, I'm plenty willing to drive wherever, buy your lunch, and whatever else it takes. My armor hopefully will be shipped tomorrow (6/22/05) and arrive here by early next week. I will owe you BIG for this, and I'm a stickler for returning favors. If you want to get in touch with me faster, my regular e-mail address is ImageMage@alltel.net and my phone number is 859-885-0625. Again, [b:ee0263ec63]MANY[/b:ee0263ec63] thanks!');
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('5606','7031e03718','Hey! 
We just switched shipping services at work, so I haven't gotten around to it yet, sorry for taking so long!! I'll get it out this week!

kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2440','502c5424c7','Beattyville? You wouldn't happen to know a girl by the name of Mia Pelfrey from there, would you?  I went to U.K. with her, back in the days when Yoda was a young boy, lol.  I had heard that there is a TK somewhere in the Georgetown area - a friend of mine is in the Rebel Legion and knows him, I believe. I didn't know there were any 501st S.O. members in Lexington - that's cool, since I'm about 5 minutes from there myself here in Nicholasville.

I'll be more than happy to drive to Beattyville, spring for lunch, etc. I really appreciate this! I won't have the armor until sometime next week anyhow, so maybe the weekend after this, the July 2nd/3rd weekend? Anyhow, MANY thanks again! 

--Tim');
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('13202','a3829a42b3','Don't know, but it was funny!

I'm so glad you're going to make to Coreys

I'm so glad I have you to love!');
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('16121','fae21627a6','monsterroom just posted on the lair,finally.
look in the trophy room,
their suit is awesome! and im defiantely gonna look into using some brown in mine.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16122','c8ad647860','My God, that's beautiful');
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('2513','d91fc668ee','Tyler;
Many thanks for the advice - I'll pick up some suspenders, black nylon strapping, sticky back velcro, and white rivets this weekend. Wal-Mart is amazing...  Unfortunately I don't have a rivet-gun; I just have the basic tool-set and a power-drill; that's about it. :-(

I'm off work the 4th-6th of July, if any of those days are good for you. Loki said you have a great suit of armor, by the way. I can't wait to go trooping myself - I'm going to be as active in the 501st S.O. as possible with my suit. Again, MANY thanks for the help!!!!

If you ever see a very tall and very attractive girl with almost totally white skin and white hair in Beattyville, in her 30's, that's Mia Pelfrey. Can't miss her, lol. I haven't seen her since around 1986-87 though, so I'm not sure what happened to her or if she's even still in Beattyville.

Take care!
--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16041','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('13211','d320e83786','Hey Rose,
If you are able to come on the 25th, do you think you would be able to help me to remake my royal guard robe? I don't really want to risk messing up the velvet, as it is quite pricey.

Thanks,
Derek');
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('16044','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('14625','e7c1e18ae3','Thanks for the heads-up.  It'll make packing a lot easier.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11293','7cfed73c3e','Thanks!  I am planning on coming to the March party.  Another question:  I have a buddy who is interested in putting together a Jango Fett and also wants to join us.  Is it kosher to bring him to an armor party?  I know you guys are cool with him trooping with us when the time comes (as long as it's not a 501st only deal like COSI) and he's really interested!  We're probably going to work on our Mandos at the same time to cut some cost.  You got any pointers, being a badass Jango yourself?');
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('13216','806da4d370','Awesome. You rock.');
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('9442','b08dafb2f7','BTW I'll be asking both you and Corey if you might be able to bring an extra costume for a friend of mine named Michael, to sport in the parade. He's tall like you two but doesn't have you muscle. So I'm not sure if anythnig would fit but it was an idea and in the past I heard talk about filling out our ranks those days.

[img:b08dafb2f7]http://i22.photobucket.com/albums/b347/ROTSAnakin/VadersRemorse.jpg[/img:b08dafb2f7]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5654','ef41083942','thank ya!! :D 
Not much today- we had a little party at lunch at work with my favourite cake, and one of my friends gave me a Belle keychain :) Tonight I've got to try and finish my homework for tomorrow, so we're not doing anything else for my bday until this weekend.

I'm five foot five, or at least that's what it says on my license :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6559','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('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('15920','c7aa80d239','Weeeeelllll, go get ready, it'll take you 15mins to get ready and 45 to get here, so get off the computer!

Loves!');
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('15850','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('15851','fdabaccedd','hey corey...starla here

i need to get your address so i can send your stuff to you...would you mind shooting that to me real quick?

star');
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('15586','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('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('6688','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('6684','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('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('5658','b1b1ce2139','LOL oh good grief me too... I take a ton of pictures before I ever leave the house in a costume, and I spend a good deal of time standing in front of the mirror in it, too. 
I think I may shoot for Shadowcon in january for bespin leia. I'm also wanting to remake my padme lake dress, but I'll probably do that one for midsouthcon instead, when it's a bit warmer out :]

kell

[quote:b1b1ce2139="BH-1667"]I am glad I am not the only one who is so critical with their costume. I got my gf to take pics of me with the camera so I can see every angle. I never new you could see the inside of my helmet from the back, so I went ahead and lined it with suede. It took forever. I always wanted to know what the back of my costme looked like when I was wearing it, now I know.
   When do you think you will have your bespin leia ready?[/quote:b1b1ce2139]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13225','37d8dd02a0','No thats fine...

I just got back from ordering the cake, It says Happy Birthday Sweetpea and will have the picture of him with the boba helmet on top of his head...

Ill let you handle the Sissy part of the party *reads that* you know what I mean...

This is going to be so kewl!!!!!');
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('15983','4864982beb','Hey bro, I've been tossing and turning all night about &quot;everything&quot; I'll PM you some more through out the day, as I find time. But in short, &quot;I'm in&quot; all I need to know is a date we will be leaving and an approx. return date. Also you said you need some personal info, just let me know what you need and I'll get it to you ASAP.

Thanks again bro! Loves ya'!
~jon.');
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('15861','7863086468','I Pmed him, but havn't heard back... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14630','94ff4d4b2a','Yeah, she's gonna go do some damn Fanforce thing.');
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('16072','183808c8c8','sure, sounds like a plan!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16073','ec8a96ad3d','do you know if tracy brown is going to be the boba fett? just curious...


 I could get Tambo to lend me his jetpack) lots of ass kissing there

summer snowtrooper. back up = mando

Ivan     Jaster...........back up=   Boba Fett.


talked to tambo, we might change into our mandos at the end of parade , then troop the underground.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15874','fa26968dde','Some of these jokers would need a cargo truck.

I hope the message did get across. I wasn't trying single anybody out, just make a blanket statement.
There's some people in our group that are just never satisfied and will always be the complainers. They'll hold on to one brief moment in time where they felt they were wronged and instead of discussing it with the offender, they'll pack it away and carry it with them. 
The Talladga topic is one that won't seem to die. 

It makes me throw up in my mouth... just a little bit.');
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('14094','78295edc3b','What is Jeffs deal? 

Your level headed and sincere post really spoke to me. He keeps poking his head out and taking stabs and ducking away. I asked him to explain his tactics, but to no avail. Just when it seems like things in the outpost looking they are getting better, some laughing, you and Joey have some great sincere posts, bingo! He calls you out again? I dont get it.I know thers more behind the scenes, and he is going to share the pm's like bubblegum, but I mean seriously?


See you Saturday...');
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('16001','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('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('13229','b400c9f086','Bad news babe... my moms birthday is the 21st and my dads is the 23rd. I wouldn't be able to make it. But anyway...

loves
~jon.');
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('16052','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('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('13326','56ff9f09b6','Rose:

I finally got a hold of your uncle and I think he's going to be able to do the project wonderfully.  The only thing he needed was to borrow a set of TS armor to measure to make sure the stickers will work out great.  I told him to ask you to contact Drax to see if it's cool with him.  I guess the only bribe I can offer the Draxed one is a set of the new vinyl stickers on me when the project is completed.  Just wanted to give you a head's up!

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16016','c4ba89da78','PLease ignore the last PM from me, I was replying to Skips PM and some how sent it to you...

But while I'm here, I got acouple minutes to type now Man, I know Ive already said this and well I probley say several more times before I shut up, but bro, Im sorry for blowing up on you. Like Rose was telling you, Ive not been well lately. My job is just been kicking my ass and now Ive got taxes to pay, which I thought I was taking out for that but Im too stupid figure it all out and than I get frustrated! Ive also started having this trouble with my lungs, when Im asleep I keep waking up gasping for air. Worst part is I never had this problem till the past 4-6 months and it seems to be getting worst. Due to this Im not getting the required sleep, which in turn makes me into a real asshole, just ask Rose. My health in general has taken a turn for worst over the past couple of years. Between you and me, Ive been having more and more trouble with hand eye coordination and some days I have shakes in my hands to the point that I have to focus on each letter as I sign my name, etc. 

But all of this is far from an excuse, but hopefully it gives you an idea of the added stress Ive been dealing with. I tell man, there are just a hand full of people in the SO that I really click with and you are one of them. I really dont know what Id do if I didnt have that friendship. Rose can confirm just how much I cried over all of this last night. I dont know what to say ya know.

Anyway, Rose is all excited about MidSouth and she was going on about wanting to have a campout at ranch Corey this spring you know how she is, shes kinda crazy well she is crazy, but in a good way.');
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('8754','4bb5d0d76c','Get to work, you!  :)  Love you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9200','3d79b8c675','Howdy,

   What's up brother Fett? . . .well understood. I was thinking about just staying another night in Nashville on Sunday as the best plan. I'll pick up a room if needed. I was planning on leaving my rig at your house if that's kewel. 

   I do return on the 7th of Jan. . . .Sat. . . .about 3:40 pm. . .if that's of any consolation.

   Yeah bud. . ..I don't blame you about the early drive. I think overnighting locally is the best plan of attack. Let me know what you want to do. . . .and I'll get on it ASAP. 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('16005','7b724ecdf0','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.');
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('9049','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('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('16024','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('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('16017','20010e1acd','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.

love ya!');
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('15915','8845382acb','Just one more hour and I get to see my baby!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15016','09c4f6c0f2','Sounds good to me... the question is now: who will be our 4th room mate? Since Loki and Corey will be in their own room. Oh, and I took care of telling Zach that since we had Tim we wouldn't have room for both him and his gf, so they're looking for something else.

AND sissy and I are taking care of Dragoncon. So we're pretty well set for a while :) hehe

Love ya baby!');
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('15904','59695180b3','LOL! Yea, Joey and I talked today! He was PROUD that you guys were gonna go!!!

He said this has nothing to do with the SO but that it was you guys thing and that he was really glad you guys were getting to go.

I told him I was gonna send you a nasty pm for the fun of it, but I don't have the heart to now!!

Yes! I think it would be a dream come true to go!!! But hey, I'm not the one who got lucky, but I also was not the one to win 369 million in the lottery either!

That's just life!! GO COREY!!!!!!!!!!!! FUCKING GO DUDE!!!!!!!

Z-man');
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('13609','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('13610','f6351b2451','Here is a page with the info on it.

http://www.padawansguide.com/capsules.shtml

Thanks again.');
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('14373','7d49a61a4c','thanks!  Its a fiberglass &quot;mystery&quot; type.  I don't think its a real Mystery, probably a recast.  It was kinda thin, so I decided on a custom instead of a Boba.  I.ll try to post some pics so you can see.');
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('10335','001d29df8f','hey jester

any word on that neckseal?????

-mark e');
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('16162','2bcfec2a6e','PM Joey, TD152 and ask him about when he will be doing another pull of gauntlets. Those are the ones that Loki had, but all of them are gone after TImmyCon.');
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('13385','26202c1755','[quote:26202c1755="RoseGuard"]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.
[/quote:26202c1755]

No, I don't believe Lord Tambo will let us down.  I'm only slightly afraid that Ohio will fill up their list before we're added to the party.

Let me know what Jon thinks, but got to ask what did you mean by "and that he already knows."

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6686','747098eaff','Get some directions from the internet and let me see what directions you get. Depending on what way you come in I will meet you in a differnt spot one either end of town. (Less than 1 mile from each other).

Also did you know the Claude Gross guy I asked you about, he teaches carpentry for some type of woodwork at LCC.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15399','2706feb02c','Thanks fine with me baby. I'll be here. Love ya!

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('4325','618edb9653','[quote:618edb9653]Enjoyed meeting you this past weekend, another prop party is this weekend, Saturday the 13th, let's finish that armor!
[/quote:618edb9653]

Oh yeah!  I plan on that!!!  My under armor should be here Friday (according to the email I got).  So it's an all go!  It'd be nice to finish up everything...

Paul
[/quote]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14614','17ca4c5cef','R U home?

Luvs');
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('9446','89f161c3eb','Awesome I'll find out clothing sizes from him as soon as I can. Eventually I may sucker him into joining. I'm glad you like the pic another  friend sent it to me not sure who the author is but I love it too. And as far as HP goes I liked parts but was disappointed. Visually it was great. I want that wierd bath and the scene with it and Mirtal is funny as heck. There were things that bothered me though. And I'm worried the next one will suck cause no one who hasn't read the books will know Sirious. They might vaguely remember him as that wierd bad guy from 3 if they recognize him at all. But I dunno only time will tell. The movie I'm waiting to see... Superman Returns.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12606','fcb7f2a4b4','shannon Oliver
830 Watson dr
Oxford AL 36203  ..........THANKS !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12995','d84548c92e','I have told Corey over and over again that things are never directed at him. I will let him know personally I am not mad at him. Joey stays CO of the SO and Lester in ranks, I wont be happy.

Talk later.');
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('14618','02bfd4ae0e','Woman! You can not hide from me, for lord Tambo has shown me how to see all! We can even see within our own eyes...

Anyway.... I get off at 5:30... you coming over here or am I coming to yoooooou????

Luvs');
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('6777','f6fb23bc80','Hey Gooshy, Ivan here. You wouldn't happen to have an extra fett helmet you want to sell do you? 
if you do, let me know soon or call me 931-302-7213.  thanks.');
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('15753','8426fea5da','Loooove you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14683','6659b5b226','Have missed you, nice to see ya :lol:');
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('14756','e6b861cada','Hey babe, I'm running late at work and I've got to run by my folks place (I forgot something)

But could you bid on something on Ebay for me? I would do it, but I got kicked off... andyway, I'll pay $20-25 for this auction, thanks!

Loves!

http://cgi.ebay.com/Set-of-Six-6-Vintage-Art-Deco-Shot-Glasses_W0QQitemZ6254815130QQcategoryZ3273QQrdZ1QQcmdZViewItem');
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('3923','a89a3057dc','Did you Glass the inside of the bucket?  If not do that before the weekend.  Cut the fiberglass into small strips.  mix the glel and put some inside the bucket, then dip the strips in the gel and line the inside (mainly around the seams and the bottom.  We can do some more this Saturday.  Hey I saw the new Obi-Wan with Clone armor figure set at the Hickory Hollow Target today..I had to make a trip to Nashville.

See you Saturday...and if you see any extra of the Clone troopers with Color or the new Green commander, black pilot or anything like that pick them up for me or the other guys.');
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('16031','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('14519','429d8b8cdd','How are you doing?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16105','895b0037b0','you sir, are one sick man, keep your orgasms on that side. herr doctor. :o');
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('15010','71e4e42460','Hey Baby-love, I've been talking to Tambo today and I told him to go ahead and put me down as a room captain for that event.

Also we decided that I should do a grey deathstar trooper.... Tambo is wanting to a matching costume, so when we're are in Ohio we will match.

Loves!');
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('16169','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('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('15017','5312d04242','I talked to Tambo about a 4th trooper and he said he'd make sure we would end up with a &quot;good&quot; person... he said it may even be him, he just needs to brake the rooms down.

Also he asked if you would be interested in sewing him a set of grey uniform for his DS trooper, since he'd like mine and his to match. He said he'd be more than happy to pay for it etc. I told him I'd talk it over with you. But no hurry, we've got till June to have them done.

KAPOW!

Loves!');
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('4354','13e572340f','The bad news is...the blaster I ordered shipped out yesterday.  So I'm locked in on this one.  Now...this new guy, that Jeff and I hope we can use for the "video tutorial on assembling stormtrooper armor might need one.

Check with Jeff on that...the guy just bought or just got his armor.  We planned on using it for the video.

Wouldja mind helping out on that video???  IE: Showing how to assemble the helmet and stuff???

Hey, I was doing the final touches on the helmet earlier (it's done now), and realized that after putting on the brow gasket, that we DID, in fact, not line everything up right.  It's noticeable in a way.  But hey, it's my first one.  Plus, I plan on getting another one soon anyhow.

I also think I mounted the vent striping stickers a little too low on it as well.  I'll have to show you if you're coming over on Saturday...

Can't wait to see this prop R2 unit...  Gunna be cool!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15817','594ac2fd2e','I seeee you tooooo!!! One year baby! What do we win? What do we win? Oooh, I know, another year! Weeeee!!! Love ya baby!

Sure I can come to your place tonight after you get off work. Say 6? How's that baby?');
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('15032','b4c36adbcb','Don't know... I'll have to think about it. If I had a custom... I'd be called something like &quot;box&quot; or something. 

Loves~');
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('15477','6fb78135fb','Rose, honey, can you get me some Mando Bantha Skulls from your uncle?  Like maybe 5 black, 5 silver, 5 red, 5 blue?

Or whatever's good for you!  I'd like them by the St patty's parade!



Luv ya, bye!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15478','bc7c349326','This is the right Last of the Jedi book right?

http://www.amazon.com/gp/product/0439681367/sr=8-2/qid=1141502532/ref=pd_bbs_2/002-7451902-3871268?%5Fencoding=UTF8');
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('15810','86abb01c99','That's great babe! I love the pic! 

You want to meet me at my parents after work? Or what's the plan.

Loves you!!!');
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('13441','d0c6132613','You guys ganna make it for the 2 gigs on the 18th in oxford an then over to my house !!!
Shannon');
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('15988','884daff2f7','Oh, meant to tell you, I'm not gonna go to Chatt-Con. Me and Cray are just gonna coem over to the parade, hang with you guys there for a while and just head home. I don't really have the time, and Cray doesn't have the money to go.

Sorry! I'm trying to spend more time at home while both my kids are young right now. I'll be at D*Con and Ad*con for sure but probably won't be traveling a whole lot this year! 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15435','160dddd00d','What are your thoughts on the Atlanta parade at this time?

Susanne and I are wanting to go, but don't agree with the arrival and departure arrangements that are being made on the thread. We'd rather arrive when, and park where, we want and leave immediately to get back to Chattanooga/FantasciCon. 
This is one reason I haven't signed on to the roster.

I figure that if there's a problem, Susanne can smooze Keith and he'll vouch for us. Yep, tell Holly that Susanne's moving in on her Georgia man. LOL

I figure if Susanne and I do go, we'll just blow in at the last minute, troop the parade, and get scarce before anybody notices... kinda like the Lone Ranger. LOL

GADS! Guerilla-style trooping. Has it come to that? LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13559','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('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('13538','8b019570ec','You guys gonna make it for both of these, then to my house afterward ?
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15752','8426fea5da','Loooove you!');
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('4159','87a2742602','If I use a speaker system I use my Radio shack unit that I can move to any costume as it is a head set and speaker that clips to my belt.  My clone has vent holes and no fan system right now..i've learned to live without fans in my Jango helmet..');
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('12293','9b9eeb9ca5','No problem about the PM, I and I'm sure others appreciate what you posted.  It needed to be said.

Regarding MSC, I really don't know any specific contact information of the administration other than the ones given on the [url=http://www.midsouthcon.org/pages/contact.html]msc contact page[/url].  I think our best bet would be to work with the Memphis Fan Force and see if Tim or Lin has their phone number or anything of that nature.  It seems it's hard to get in contact with them.  Have you tried calling that phone number on the contact page?  I'm sure it's probably automated, but you never know.

I think it would be great if Peter could come, but since they have already started mailing out the flyers (I think I got mine like the first week of Jan or late Dec) I think it may be tough to get him squeezed in.  I would love for him to come, but I would like to see some courtesy on MSC's part to add him to the guest list and accommodate him in some way.

Keep me up to date on the situation, since I'm way down here in Alabama at the moment.  See ya, Skip.

-Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14501','7f52138685','As much as I want to, I don't think I'm going to be able to make it.  I've got a fresh batch of clone armor here as well, just itching to be built.  I might be able to work some stuff out this week and make it, but it isn't looking to good.  I appreciate the offer though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16123','ec8a96ad3d','do you know if tracy brown is going to be the boba fett? just curious...


 I could get Tambo to lend me his jetpack) lots of ass kissing there

summer snowtrooper. back up = mando

Ivan     Jaster...........back up=   Boba Fett.


talked to tambo, we might change into our mandos at the end of parade , then troop the underground.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14505','e23bd51c58','perhaps..yes');
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('9158','56340451e0','Hey Joey, how much for a snowtrooper kit? How long will you be offering these? Dont have christmas shopping done yet but would like one of these kits.

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('15193','bad66c0e8a','I posted on the COSMI board that I am doing this event.  It will be a great thing.   Which are you doing?');
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('9557','dc6d4ac4c9','Hey Mark what is the difference in the beanies and the skull caps?');
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('15860','7863086468','I Pmed him, but havn't heard back... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15882','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('15919','c7aa80d239','Weeeeelllll, go get ready, it'll take you 15mins to get ready and 45 to get here, so get off the computer!

Loves!');
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('14479','7b744495fc','Yeah, please do let me know if he has any helmets up on ebay.  I browsed through his site a little.  I'm really impressed by his EL saber work.  I've got a couple custom EL's, but his movie sabers are top notch.  How is your helmet size compared to other mystery helmets or don post.  I have a big head, so the movie size accuracy is probably going to be a must.  Thank you for the response!

- Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16114','b5f66e3f06','im wearing my new boots..mwahahahahah');
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('9690','ef866d9205','[quote:ef866d9205="Jester"]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.[/quote:ef866d9205]

What's your PayPal User ID?

Go ahead and mail it.  It's for Christmas.  ;)');
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('14467','214b5cf96f','.. where you are getting these movie sized mando helmets.  Each one of yours looks fantastic.  I really envy the work you've done.  I put my mando on hold last year, but I'm planning on getting back into the game now with a clone and a mando.  I've decided to scrap the don post for now and just got with a fiberglass/resin helmet.  Please let me know if you could give me a name or username on TDH.  Thanks!

-Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6922','1648fa2ade','Kevins number is bh2371, its a suede material  from hobby lobby. pretty cheap, just attached with fabric glue, layed it in strips, so it would be easier to glue down. on the cheeks, i used a foam i got from kevin, they use it in the hospital. keeps the helmet tight to my face, and doesn't irritate the skin. used a stronger adhesive for that. i have seen people use the foam from a hockey helmet. which looks pretty good.');
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('14919','b208844278','How's it going?  Heard you guys had a blast at Atin's place makin some xenomorphs.  I might hop in the bandwagon and make a colonial marine sometime this year.  I'm a huge alien fan.  Anyway, Tambo said I could contact you about getting a white TK kit (helmet included).  I was wondering how much I could get a kit for now a days.  Thanks, I appreciate it.  Cya at midsouthcon.

- Jon');
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('10762','73fb48c00d','Jester,

     Just got back in country not too long ago. I hope you weathered the hollidays well and that you and your family did more luvin' than hatin' on one another and that you got that Red Ryder BB gun with scope that you'd been hopin' for. . . .be careful not to shoot your eye out.

      I've had a blast on my vacation (almost a month!) . . . . .Roatan was awesome!!!(got to meet SpongeBob). . . .rolled with a bro' in South Beach for a while. . . .kicked it in DC/Baltimore. . . . . .hung out with some ho's. . . .tried to assassinate my liver. . . .lowered my blood pressure so that I had to check to see if I still had a pulse.

      I'll be back at it in a few days. . . . .sounds like there are plenty of fires to work back home in AR, OK, and TX. I'm gonna miss ShadowCon due to my flight schedule. . . .which kinda sux. . . .since they dig us. . . . .and Fett likes to represent both on stage [b:73fb48c00d]and[/b:73fb48c00d] with the bellydancers. . . . . hell they ask fo' him by name!

     The next event that I'll probably make will be MidSouth Con. . . .I'd love to do the St. Patty's day parade. . . .just hasn't worked out before. I make the effort to get to what I can though. . . .

    Anyhow. . . .thought I'd give you my PayPal address so you can send me some $ when you get the chance. . . .there's no rush. . . .I know the hollidays can deplete a bank account. . .so don't sweat it.

   My PayPal adress is: chad_suppa@nps.gov

   That is also my official address for my appt. with the US Govt.  . . . .so try to keep any subsequent messages involving beasteality. . . . Star Wars. . . .or [b:73fb48c00d]Star Wars beasteality[/b:73fb48c00d] to a minimum. 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('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('14117','0fbc883b83','Yea, Skip, I kinda confused about the Jeff thing. He and I have been talking everyday for an hour just hashing things out and trying to figure out ways to reslove issues. I thought he would really try and contain things a bit but it's becoming obvious that he has some unresolved issues that he's not though venting about. 

I really think the one think he's carrying with him more than anything is the personality conflict between Jenn and Suz? When we talk about you, he's says things like "I really like Skip" "he's a funny guy" "he's a hell of a costumer" "I like to hang out with him". So I think he's channeling his problems between wives to you and him and I don't think he knows he's doing that.

Skip, you do have a personality all your own, and even you have said that you can be overpowering at times, but hell, this group needs folks like you and Joey to lead. Most folks in the group would be lost and wandering in circles if it were not for you two. Unfortunatly you know that a position at the top also makes you a target. Hell I know, I've kidded about how much fun it is to be a pion in this group but it seems everything else I'm involved in, in my life I lead. I KNOW how it is on the top. You catch shit! That's just part of the territory. It's easy for folks at the bottom to give critisim for what you do because they don't have to do anything but follow.

I really see an issue with you, Jenn, Joey, Holly and Suz. I hate that you guys have drifted apart and I think the four of them should have approached you and Jenn when the drifting first started and laid all the cards on the table. I know they started doing things without you guys and it seemed like they were alienating you two. I think this is the same problem with the click things that are happening. People gravitate to people they like to hang with but unfortunatly it causes hard feelings. I don't know how to reslove issues like this but I think that communication between Jenn and Suz is a good thing and should contimued.

Sorry to go on for so long. I turn it back over to you sir.

Z');
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('14709','e2309ce608','Tambo, Might I suggest you add your sticky threads in the For sale area for all of the goods that Tambo can provide such as stocks and name plates. Also, for the bucket this weekend, will I be able to shoot Paypal your way after the fact so that I can put the bucket on plastic?');
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('4223','79b2f5ff5d','no fans,i cut out the chin and put mesh in,also cut out both "squares" on the back side,put mesh there also.
then i got a $8 voice amp and mounted the speaker behind one of the squares.glued the mic in the chin,took the circuit board out and glued it into the backside of the helmet.threw the battery/voice amp case away and bought 3 AA battery holders,ran that along the inside of the helmet too.
fans dont do enough for me to put them in,plus the "hum" inside the helmet.');
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('4291','c167ef9e93','Got it yesterday... (Tuesday) and was leaving to go to work when I stopped to check the ol' mailbox.  Inside was my prize!  I ended up driving to work and playing mirror monkey seeing how it fit.

Works great!

Thanks!!!');
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('4432','c246d66f63','Glenn Your Helmet was not painted...I have a strick rule for all new members and I must have a complete 100% costume pics for the membership page.  When I don't do this people tend to slack off and never get me pics, so I decided to work it this way and I have 100% for all my Southern Outpost members on our web page.  Your almost complete..no rush Glenn I will hook you up, but like I said I just need completed costume pics.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4444','36071a84cd','http://www.rpf.invisionzone.com/index.php?showtopic=94284


this is where i got mine');
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('15943','35eaf1849d','Whats going on with the restructuring of the command staff? Just wondering and Ive had a few of my peeps ask me the same question.  Bob');
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('16115','0079f4e89d','I'm wearing my new Cod...soo Mmmeeeehhh!!!');
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('16117','d442c510c3','Ill take it, how much?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16118','fae21627a6','monsterroom just posted on the lair,finally.
look in the trophy room,
their suit is awesome! and im defiantely gonna look into using some brown in mine.');
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('10769','f09dc0c3b4','Dont know if this will help, the finished gun in this pic is the one I won on e bay a few months back. Dont look that hard to make !

http://cgi.ebay.com/STAR-WARS-PROP-SANDTROOPER-STORMTROOPER-MG-34_W0QQitemZ8747466094QQcategoryZ154QQssPageNameZWDVWQQrdZ1QQcmdZViewItem');
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('15025','516142f7ed','I'm thinking of new names for my mando... What do you think? Got any ideas?

Poison
Decoy');
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('4729','d5dc046d55','I think this is the one you were talking about that was posted most recently.  As it happens, it's on clearance for around $90 +shipping.  Pretty good deal.



[url]http://www.wilsonsleather.com/product/index.jsp?productId=2013888&amp;cp=1855947.1855973&amp;parentPage=family[/url]');
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('4793','ea047d5503','I'm not gonna make anything extra off my SO brothers! I paid $275 for the ABS helmet (I will have two) and $225 for the Resin cast one. I'm gonna wait and see which one I like best and will sell the other two. I should have both by the end of this week. I put you on my list to contact, so you'll be one of the first!

Z-man');
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('10692','13d81d1273','http://cgi.ebay.com/STAR-WARS-PROP-SANDTROOPER-STORMTROOPER-MG-34_W0QQitemZ8747466094QQcategoryZ154QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

This is my MG34 In the pic, he has a kit for sale !
A buy at $175.00, I gave $250.00 for mine !');
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('4930','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('13378','76b73ebc6c','Tambo,

      
   What's up brother Fett . . . .it's been a while since a gave you a shout out! Hope all is well with you and the familia (give my best to Mary). Busy as hell with the fire crew as usual during the start of our season. . . .we're generally working/burning pretty hard from now until May/June. . . .it's snowing here now. . .so time for a break.

    What happened to the NC-17 borad posts?!?!?. . . .Man. . .that was like one of the only things I checked out. . . .and it seems to have vanished. . .where'd it go? I saw the Valentine's Day post re:Troopers in Love and I wanted to throw a pic. up on there. . . .but wasn't sure how my or someone else's bare ass would be received by the SO.

    I'm still fighting the good fight. . . takin' new ho's to the (or should I say [u:76b73ebc6c]in the [/u:76b73ebc6c]) "Dark Side". . . .rockin' out hard. . . .partying harder. . .and looking forward to the next time I can kick it with you at an event. What's shakin' in yer weirld?

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('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('11325','32ef624ab0','Hi friend,
Ran across this guy today, He blew me away !
Check out the link below, I knew if anyone would love to see this ,it you be you.
Take care,
Shannon
The Blaster Disaster

http://www.members.aol.com/riverratriley/');
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('11331','86b427febd','http://www.members.aol.com/riverratriley/');
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('4990','a4263ec415','I lucked out today and found a like new sega saturn today for 30 bucks....i tested it before i left the thrift shop it works great and im playing astal now...its been a light through all the crrap ive been haveing to deal with i absolutly love the music and playing it...its like getting something youve longed for along time i told ya how long ive been waiting to find this system its in excellent shape...i guess if comes down to it il lsell that play station before i will that sega saturn..anyway...i thought i would tell ya i finally got one...its black i also got my carnor jax it needs some work to it but i guess ill be trooping it for a while until i get the stuff for my tX done');
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('15056','a876fa9312','these are the Gauntlets I have
http://www.leatherglovesonline.com/pages2/mb1a-g28.htm

I have real ww2 geraman boots..found them on E-bay same as these

http://cgi.ebay.com/WWII-Reenactor-German-Infantry-Leather-Boots-AFFORDABLE_W0QQitemZ6607431596QQcategoryZ104001QQrdZ1QQcmdZViewItem

stay away from the elcheapo imitation crap..you will pay around $50-$75 bucks for these if you look around.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15060','9710aef0b6','[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien020.jpg[/img:9710aef0b6]

[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien019.jpg[/img:9710aef0b6]

[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien021.jpg[/img:9710aef0b6]

[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien022.jpg[/img:9710aef0b6]

[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien023.jpg[/img:9710aef0b6]

[img:9710aef0b6]http://i23.photobucket.com/albums/b375/loki41872/alien024.jpg[/img:9710aef0b6]');
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('10806','4b872d5823','Loki,

     Just got back in country not too long ago. I hope you weathered the hollidays well and that you and your family did more luvin' than hatin' on one another and that you got that Red Ryder BB gun with scope that you'd been hopin' for. . . .be careful not to shoot your eye out.

      I've had a blast on my vacation (almost a month!) . . . . .Roatan was awesome!!!(got to meet SpongeBob). . . .rolled with a bro' in South Beach for a while. . . .kicked it in DC/Baltimore. . . . . .hung out with some ho's. . . .tried to assassinate my liver. . . .lowered my blood pressure so that I had to check to see if I still had a pulse.

      I'll be back at it in a few days. . . . .sounds like there are plenty of fires to work back home in AR, OK, and TX. I'm gonna miss ShadowCon due to my flight schedule. . . .which kinda sux. . . .since they dig us. . . . .and Fett likes to represent both on stage [b:4b872d5823]and[/b:4b872d5823] with the bellydancers. . . . . hell they ask fo' him by name!

     The next event that I'll probably make will be MidSouth Con. . . .I'd love to do the St. Patty's day parade. . . .just hasn't worked out before. I make the effort to get to what I can though. . . .

    Anyhow. . . .thought I'd give you my PayPal address so you can send me some $ when you get the chance. . . .there's no rush. . . .I know the hollidays can deplete a bank account. . .so don't sweat it.

   My PayPal adress is: chad_suppa@nps.gov

   That is also my official address for my appt. with the US Govt.  . . . .so try to keep any subsequent messages involving beasteality. . . . Star Wars. . . .or [b:4b872d5823]Star Wars beasteality[/b:4b872d5823] to a minimum. 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('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('15935','1aa427631b','You're in, then.

So far it's 

You
Me
Angi
Dallas
Her friend from Chattanooga
Hammer
and if I can get Derek to answer his phone, I'll get him in there too.

AND NO STEINEY!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15937','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('15931','e3e70f2dc3','You going?

If so, got a room?

If not, want to share ours?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15933','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('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('11035','d0d27ac4bd','Cool... look forward to meeting you!  My son is only 1 1/2 yrs old so I don't have that problem yet.  But it's coming I'm sure. Gotta get ready to go, talk to you more later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9769','587fd5feaf','Hey Pat, just droppin a line to tell ya that your TD is freakin awesome man. I will rejoin the ranks of the dirty soon. I love the holster on the side, whats the belt around the midsection for? Only wish I could have gotten to see it in person at the parades. Next year I WILL be there. Congrats on the award, you certainly deserve it.

Later Bro,
TK1143
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('10845','136ba42a0f','Jon,

     Just got back in country not too long ago. I hope you weathered the hollidays well and that you and your family did more luvin' than hatin' on one another and that you got that Red Ryder BB gun with scope that you'd been hopin' for. . . .be careful not to shoot your eye out.

      I've had a blast on my vacation (almost a month!) . . . . .Roatan was awesome!!!(got to meet SpongeBob). . . .rolled with a bro' in South Beach for a while. . . .kicked it in DC/Baltimore. . . . . .hung out with some ho's. . . .tried to assassinate my liver. . . .lowered my blood pressure so that I had to check to see if I still had a pulse.

      I'll be back at it in a few days. . . . .sounds like there are plenty of fires to work back home in AR, OK, and TX. I'm gonna miss ShadowCon due to my flight schedule. . . .which kinda sux. . . .since they dig us. . . . .and Fett likes to represent both on stage [b:136ba42a0f]and[/b:136ba42a0f] with the bellydancers. . . . . hell they ask fo' him by name!

     The next event that I'll probably make will be MidSouth Con. . . .I'd love to do the St. Patty's day parade. . . .just hasn't worked out before. I make the effort to get to what I can though. . . .

    Anyhow. . . .thought I'd give you my PayPal address so you can send me some $ when you get the chance. . . .there's no rush. . . .I know the hollidays can deplete a bank account. . .so don't sweat it.

   My PayPal adress is: chad_suppa@nps.gov

   That is also my official address for my appt. with the US Govt.  . . . .so try to keep any subsequent messages involving beasteality. . . . Star Wars. . . .or [b:136ba42a0f]Star Wars beasteality[/b:136ba42a0f] to a minimum. 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('13561','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('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('14360','dd647eb040','Done, its named as requested, Southern Outpost Mandolorians.

I've got it set for members only to get at it.  I'll be putting a reference in the Mando thread in the public area.

If you want that thread moved, let me know.');
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('16098','508b3c04bd','Hey Skip, do you have any pics of the markings that go on the side of the snowtrooper back pack?   Did you freehand yours? any info is much appreciated.

thanks, 

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16102','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('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('14386','03f577c232','Skip,
If I am going to troop the parade in my Jedi garb, who would I need to contact in regards to that? I don't know if I will have my Royal guard remade yet.');
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('14389','8b4cd53ec0','id wear your guard.
i know its not approved yet but dont worry.matter of fact,bring it to corey's this weekend and ill give you some more pointers.
i told tambo it looked good at that chattacon thing and the pics dont do it justice.
 the parades are for fun,and youll be surprised to see the outpost has some of the best looking characters.the GA guys are super but some of their costumes arent very good.so id just plan to bring the IRG and being a member wont matter when you show up with us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11329','f210290437','Hey Corey, Atin, Timmy,

My addy is 

Tyler Phillips
1230 Lower Twin Rd
Jackson, KY 41339

Thanks again for this man. Im still tryin to figure out just the perfect way to pay it forward.

Later,
TK-1143
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('15540','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('15761','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('16182','bfcc4634fa','anytime');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14877','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('14971','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('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('15756','0cb18c897c','http://www.501stforums.com/forum/viewtopic.php?t=2993');
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('13319','e2d59ff177','Get back to work!!!

Love,
Jessi');
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('5331','cfa7456c54','I'm so glad to find someone else (especially a friend) who reads those d*$# books!  You'll have to forgive me.  I've been so pissed at Jordan ever since he copped out with that other WoT book (the one that supposedly tells about what happened before these books) instead of coming out with a new one in the series.  I haven't read it so I don't know if it's any good or not...I'm still pouting.  LOL  That and the fact he takes so freakin long to come out with a new one.  I have a sneakin suspicion that he's already wrote all of them...he's just torturing us for the hell of it.  And if he does stretch book 12 out into installments, I might find him at the next Dcon and beat him with Thad's light saber!  LOL  I'm bitter, but you can bet I'll be in line to buy it when it comes out.  I guess you and I both will be re-reading 10.  

In all seriousness, I'd be interested in doing a costume.  If you want to do it, maybe we can help each other (or ambush someone that knows how to sew! LOL).  Anyway, just let me know.  

And anytime you want to talk (or gripe  :wink: ) to someone about the books, call me.  Thad just makes fun of them when I try to talk to him about it.');
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('12553','5fb000ccb4','so dude, Joey is backing down. He is going to be Washkos right handed whatever. Does that mean he can still hold CO of the SO? If so, well I am going to do what I said, and start off the split thread. The only 4 dissapointed people in Joey doing that might as well just change their zip code.

I cant read this board or pm's at work, so Ill call you tomorrow.');
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('15729','170aad9057','kids party is still a go. we will meet at krogers on ft .campbell blvd at 11.00, then drive over as a group.party starts at 12.00.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15730','e00d81239a','got it.');
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('13382','d16f91fb4f','Z-Man,

   What's up bro'. . . . .it's been a while since a gave you a shout out! Hope all is well with you and the familia. Busy as hell with the fire crew as usual during the start of our season. . . .we're generally working/burning pretty hard from now until May/June. . . .it's snowing here now. . .so time for a break.

    What happened to the NC-17 borad posts?!?!?. . . .Man. . .that was like one of the only things I checked out. . . .and it seems to have vanished. . .where'd it go? I saw the Valentine's Day post re:Troopers in Love and I wanted to throw a pic. up on there. . . .but wasn't sure how my or someone else's bare ass would be received by the SO.

    I'm still fighting the good fight. . . takin' new ho's to the (or should I say i[u:d16f91fb4f]n the [/u:d16f91fb4f]) "Dark Side". . . .rockin' out hard. . . .partying harder. . .and looking forward to the next time I can kick it with you at an event. What's shakin' in yer weirld?

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('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('15721','4f4e5c289f','Just wanted to give you an update. the party is at 12.00pm. its right off ft. campbell blvd. i am going tomorrow to time the route from my house. we will meet at krogers most likely and drive up as a group. meet time for krogers is 11.00 am. (krogers next to jack in the box)

keep you posted.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9269','273b2fe5de','Thanks Tambo i'll check back on the auction to see what I owe ya. And I'll bring that to the parade. I wish I could make the make the mornnig event but I have a private shopping event for a few smaller groups tommorow mornnig so I'll have to get directions from Loki.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9433','f230f9350e','Actually I'll be at the front of the parade with clones behind me. And theres some hush hush scheduled. My new wig looks great I have my boots resoled and my robe. So next year will mostly be ATOC building and clone wars costume building. I can't wait for this weekend. Its gonig to be somethnig else.  :wink:  Promise ya.');
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('15517','b4acba33b9','Oh yeah, I didn't tell you.  I got her a TK kit on the way, I just don't think it'll get here and get put together before the parade.  Hey seriously, don't worry about your TK it's alright!');
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('6720','bb3d2de887','the back section of the helmet, from the ears to the rear vent should be reinforced with metal.  Two pieces should work.  then cut your T-visor larger then it should be.  drill holes all over the parts you don't see and use hot glue to install it.  the holes will make it hold better.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6723','75e6f47577','sand the tradark info off, use medium grit, then sand again with fine.

Yeah, bondo the dent before primer!  And talk Z-Man out of putting the bat emblem on his mando!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15414','7d8a522f67','The April date is the 22nd...

Im doped to, my sinus area became all infected again so taking masses of antibiotics and pain pills..

Hay send me you alls phone numbers, so I can put them in my blackberry please..

Also, here is my blackberry email addy so you can get me anytime!!!

atin@mycingular.blackberry.net

oh here ya go  :twisted: 

[img:7d8a522f67]http://www.gibbypugs.com/tetleycirc.jpg[/img:7d8a522f67]');
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('9991','cd56bbd745','hey you wanna knock off some more on the shirt bill????

i am in need of a a white neckseal. here is a link to show you what it looks like. go to www.tk409.com and look at his reference pics of  the fett neckseal.

it looks like the tk neckseal except looser and not so many and bigger ribs, it also looks as if it fastens in the front. i want mine to fasten in the back like the tk's.

its for a fett that i am putting together let me know if its doable

thanks
-mark e.');
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('12964','8aac21be5b','Glenn,

I have a few questions. Concerns as well. I wanted to put some of this on the board, but out of respect for your request to wait until after the votes I am just sending this to you in pm.

1 - Is there some kind of mass email planned to be sent out to get people to vote? This might sound childish, but if I recieve one, I will be severly pissed. Where does this come from? The over-inundation of people putting posts on the board to get over and vote just because Joey is running for some sort of office. Then people posting who has registered over on the legion board? WTF??? I understand the 501st Legion charter about having to be registered on the forums, etc. However I dont feel this whole run for CO/the LXO or whatever its called, that it is neccessary to put pressure on members  and then calling them out if they are registered on the legion boards. I feel all little bit disrespected by this. I

2 - Is there going to be some serious talk about some of this issues that people hint at on the boards? Or are people going to hide comfortably behind their computer screens, say shit and then save face at a con or a get together? I am taking some serious time off from the group due to having back surgery at the end of February. I hope some things change during this time. If not, I honestly am prepared to to sell my clone and just call it a day. I cannot belong to a group where people act one way on the boards and another in person. No I am not making to much of this, its a matter of trust and respect. Folks are losing it fastly. I have lost total respect for some. I might just get into prop making and make money off of people who dont collect a check for any of this any how.

Glenn, am I venting? Yes, but not venting to the point of being cooled off. I have had enough.');
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('9508','b0fd94b1c9','Don't let me forget to bring your clone attack on coruscant battlepack I bought a while back to the parades this weekend. I can't believe I didn't think to bring it to loki's! And consider it a Christmas gift from one Vader to the next.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14145','90a898ba8e','Chase is mad and likely stepped away.as far as I know he doesn't have any issue with you.
Ill call him and see what's up.

Yea,I think a lot of people just need to bitch.maybe it will help,who knows.

Hey,- got a blackberry,dang this is cool!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14791','676da307d6','Congrats to Jenn..she is now a a member, I'll post a thread on new members as soon as Wendy is approved.  Tell Jenn to sign up on the board and post!');
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('9470','3371940838','The shoes won't fit so don't worry bout the TK but if you can bring the Royal guard what would he need to wear it? or Wear under it i've never really looked into what that costume entails.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9469','c9578c0490','Reminder: Bring the Royal Guard if you can. Thanks');
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('14030','9adb201eed','Did you read my post about that?  I know I have talked to him several times tonight too.  See you tomorrow.');
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('9482','ac0ea21274','Hammer is bringing his too if he rembers to grab it before he leaves tommorow.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12955','8c80e6e202','Ill reply on the thread..
I didnt get them, but Tambo knows where we can order from...
If not Tambo, then Ill call Richard Cross..');
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('11004','1be73b0d56','Don't know for sure what Friday brings for me, but we can see what we can do...

Paul');
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('12100','2e9d03de5b','Was that website you guys mentioned at Chattacon www.amsouth.com or was it another bank or am I totally off. I'm desperately looknig for work and $10 an hour starting pay isn't a bad place to start. 

Thanks again.  :oops:  I feel really crappy not having a job or money. Especially with this freakin expensive hobby to fuel.');
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('6743','29edd751fa','Yo!  You got plans on making some Jawa costumes???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6744','c405d12b72','All I can make are boots, guns and eye rig.  The girl that sews the robes isn't with me anymore, and i can't sew worth a damn!');
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('15866','04f138a2ef','What if we just get a suitcase and make them carry it around at an event. Handcuff it to their wrist. that would get the point across.');
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('14586','e9fa54356d','Thanks,
Keep me updated, PLEASE !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14587','6da149f510','So the birthday party for Sat last week was cancelled and instead of calling and asking me first if I had plans, they rescheduled this week. So not sure I can do any filming, unless you want to stop by the gym before the party. I can probably get some shots in the gym if you want. Otherwise, I won't be out to Clarksville till well after 6. It'll be dark then. Needless to say I am not happy. I'm sorry.');
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('12982','5bf725f900','Oh please, has absolutely nothing to do with you. I am very upset with several aspects of this group though.  Thanks for the pm.');
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('11690','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('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('15598','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('13374','8c68e73581','what???!');
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('15093','970f2f6b82','Is Miller really highering? Cause I nkow you're able to support yourself pretty well and troop without a problem. I mean my classes are only three days a week and there're nigth classes. So let me know if you were being serious.');
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('10201','9035d2a446','hey man

 yeah sorry about the delay, i have been off work for the holidays and then off to every part of the state for family and such, i am getting yours and 2 others ready tonight to ship out tomorrow morning,........................ a day off finally. :)

-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('15398','2706feb02c','Thanks fine with me baby. I'll be here. Love ya!

Rooooose');
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('15515','b15e4ffe41','Hey Jeff, I am reporting in for the neck sizes.  I am a 17.5 and Starla measures about 14.5.  She is putting the finishing touched on her vest today, so maybe we can get the ball rolling one day this week on yours.  Saturday may not be so good since I am going to Vegas for about 6 days.  You may want to call Hancock and sak if they have any specials this coming week.  Last week thy had a 50% off day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15115','93cb1ea110','Is there anyway to shape it once its cast? I was wandering if I could bend my visor in a bit it would sit more flush to my head then. As of now is a bit wide at the&quot;ear muffs.&quot; And as you are the lord and master of all that is props I figured I'd ask you. Otherwise I have to think of otherways to make it fit. Help me Tambo you're my only hope.');
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('6639','6f6ea8afcc','Z-Man,


   What's up brother? . . . .got back from Nashville last weekend. You didn't really miss a DAMN THING. . . .it SUCKED BALLS!!! We made the best of it and I had a good time. . . .played for 15-20min in an Opry Cafe one afternoon for fun and a few patrons. . . . .kicked it on Earnest Tubbs tour bus in my Necro costume, drank lots o'Natty, met the owner of a General Lee. . .heard it fire up w/Dixie hown. . . .sweet!, . . took some pix with the random Mando brigade after a military roll-out. . .um. . .uhh. . .thats' about it if I cut out the 3 straight nights of working at Tambo's to the weee hours moving, laying floor, doing demo, etc. . . .oh yeah. . .and a couple of visits to this giant redneck mall. Overall rating on a scale of 1-11 . . .it would be a 2-3. . . .and you know I always run on 11.

   I am trying to scheme/scam now so that I will be around for the 12/10-11/05 TN X-mas parades. . . .I think I can make it happen. . . .we'll have a rowdy/good time.

   I may just wait until then to hand you my box o' Fett parts if that's kewel. LMK.

   Did I tell you about seeing James Brown the other weekend?!?!?!? . . . .I got very rowdy, pimped out, and never stopped dancin' for hours . . . .just AWESOME! . . .the Godfatha' still rocks!!!

   Hope all is well with you and yours. . .missed you the other weekend. You looked good representing in 'bama. . . .way to get out and really troop!!! 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('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('15962','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('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('13082','e747e1bb89','First Holly, what are you referring to? The emails or me not trooping for a while? Secondly, I would be curious as to what you think I feel about you and Joey? I have never once attacked your thread or said a word to anyone about feelings about anyone in this group. 

I have made two big points on this board.

1 - I am not fond of getting junk emails or feeling like I should vote, I consider it a private matter. I am not mad at you for encouraging anyone to vote or campaigning for Joey. I am upset at how some people handle themselves regarding it. That doesnt include neither you nor Joey.

2 - I cannot troop for a while due to back surgery. I have made that known because the general way this group acts is if they dont hear from you, they wonder where you are, start a thread to find you and start talking. So I put it out there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6690','6a89f59a16','Hey Tim use this address, its the DQ in my town. It will be just a little bit out of town but it wont as crowded and we will be able to meet up easier. My buddy at the paper said we could use his office to change in, and he will lock our trunks up, his office is right across from all the festivities.

Dairy Queen
22 Big Hill Drive
Beattyville, KY 41311

Cant wait to get all this troopin in.

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('6706','5d3b61bf9c','Doing well there.  You know, I really don't see anything wrong with the shape at all!

I didn't use a dremel to cut out the visor, I did the whole thing with an exacto-knife.  The drememl doesn't have much control when doing something that delicate, with the knife you can kinda carve it out slowly and smoothly.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6710','b6d25fddcf','It's ok if some paint is still there.  As a matter of fact, I didn't sand of hardly any paint at all.  I just roughed it up and then primered it.');
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('6716','857bde289f','LOL! It's like art back in school, Goosh, you can't mess it up! I was using bondo for the first time a little while back.......sheesh! That sucked big time! After I bondo-ed the Kellogs EP2 helmet together I had to sand for about a month before I could get the crap to an even surface, so I know what ya mean. I ain't that good and this building stuff. I have figured out one thing: if you have some big sharp sissors, you'd be suprised what you can cut, that you would think you would have to use a dremel for! You might try it! That little demon dremel can get away from you!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9954','71110cf770','hey todd
i got your envelope at work and i will get these boxed up and shipped out asap

thanks again
-mark e');
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('6908','c22cc8d705','Thanks for clarifying you are going  to the other zoo event. 

My Jaster helmet is one of those fiberglass recast I purchased off ebay. You might ask Kevin, he has done some amazing things with his dp helmets.
Let me know if you get this, first time sending a pic this way. hope this helps.
 
[img][img:c22cc8d705]http://img.photobucket.com/albums/v337/srmatlock/Jaster/Jasterhelmet019.jpg[/img:c22cc8d705][/img]');
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('14130','357b957e8e','the split is only good if its done because the membership wants it.
i think they simply want to vent and have a say and bitch and piss and moan and gripe and piss and moan some more and on and on......
while there are always valid arguements alot of these are hurt feelings and not much more.
glad your talking to alot of people,i havent.ive only talked to a couple.

as for the split being inevitable.
i think thats one way to look at it,
another is to question how long this will even last? part of me says were on the downslide and the group will become unmanageable within 2 years.
self implosion is a possibility and seeing that weve grown to 4000 members in 6 months ,that might be a bad thing.....

so,whats the people you talk to want us to do?
with all the bitching its obvious we cant just say"everythings ok",
do they truly want to see a vote,do they want new people,do they want a split,whats the story?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16150','0a311b7b9e','Ok no problem, but you're wanting full access right?');
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('14944','ad906c2c2f','Thank you sweetpea. I appreciate the kind words. I hope to see you in full Fett glory one day soon. 

Adios mi amigo.');
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('7012','d362c0918c','hiya :) 

Is everything still a go for Saturday? We have some very excited kids here. We went out to Petco and bought lots of stuff to chew on and hay and bedding and well, pretty much everything we thought he'd go through quickly. 

Did you speak with Charlie? 

Thanks, 
Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15783','70aba9b959','Why can't we go to Skywalker Ranch!? I'm kinda pissed about that, should I be? 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15220','4057eeb517','I didn't want to post this in the public area, but lets ask Derik to get us a the costume book, and we can pay him at dinner.  you in?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15221','4bb1fcc85b','Jester,
Do you want me to go on and pick up that book for you? If so, then I can bring it with me on Saturday evening. Just let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15222','6048e2abe2','Yes. Please bring it Saturday night.');
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('7037','acf23c26f5','Z-Man,

   What's up brother? . . . .sat around last night playing my guitar and running through some things. . .couldn't remember all of "Soul Man". . . . .know what that means. . . .we need to get together and play!
My good friend who is a Hip-Hop producer out of the Little Rock area got to meet Russell Simmons (Def Jam records founder. . . .O.G. . . .way bigger than Puff Daddy or Eminem) and lay a demo on him with a few tracks. I have recorded with Pat and his folks laying down funky guitar tracks/lines/riffs when needed. I asked if I was on any of the music that he gave to Russell. . . .he said no . . .only had room for a couple songs. However, he has promised me that if anything ever comes of this . . . .I have a gauranteed spot as a session guitarist for his production company. I even get to keep my "Negative G's" stage name of M.C. Maverick which is basically me playing in shorts. . .no shirt. . .and a [u:acf23c26f5][b:acf23c26f5]stomtrooper[/b:acf23c26f5][/u:acf23c26f5] helmet. How bad-ass would that be?. . . .Russell Simmons is one person I could honestly say wouldn't think twice of stepping on George Lucas' toes. . . .and ha has the $$$ to back it.

   Anyhow. . . .I'm sure nothing will come of this. . . .but it is funny . . .if nothing else. Just saw the link to the Fark 2005 Dragon Con Review with my Pimp Trooper in it. . . . . .makes me miss it terribly. . . .like withdrawl . . . .know what I mean?!?!?! 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('7040','e3819cd35d','bunny, bunny, bunny, buuuuunnny,    buuuunnnny! (to the tune of money, money, money.....money!) 

There will not be a thing earlier at Joeys. They got kid stuff most if the day, so let's plan something like this: The event starts at 5:00 so we need to be there about 4:30, why don't you plan to be here at 4:00? You can map quest my house at: 2201 Vestavia Drive, Vestavia (or Birmingham) AL 35216. Then we can caravan or you can ride with me to the zoo!!!!!  Hows that big boy? If you need directions, let me know! Hey, e-mail me back at: charliezanaty@bellsouth.net that way I can get it on my Blackberry if I'm out and about. That way I can get back to you faster today.

Z-man');
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('7285','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('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('7073','2a8c8a2c95','Yeah, I understand where you're coming from with the TK.  I'm QUITE satisfied with what I've got.  Might go Clone myself one time.  But for now, I'm tweaking out the suit and adding aerator speaker systems.

All that other costume stuff is fine, but I've always been a fan of the armor of a TK...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16158','7f4aa19350','Thanks for the heads up. I will pretty much bid to win this one what ever it takes, as it is the only thing that fits.

What time are you getting to Corey's tomorrow?');
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('7326','f7211f976e','Thanks. I am working on it right now.

http://www.thejediassembly.com/members.php?id=1934b

thats me and my Jedi outfit.. taken at C3');
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('7289','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('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('13131','fddd62e122','Hey Loki, 

Kell is ready to buy her New Hope Helmet, you got the hookup like asap? Lemme know homeboy.
Chase');
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('13133','109aa10981','Loki,
If you get a chance, give us a call about the party Thursday.  We'll both be home around 8:00 tonight.  I have a class until around 6:00 Thurs. night, so I'm hoping we'll be able to get up there by 7:00.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7230','9b7d8234a7','Just wanted to thank you again, and let you know Toby's doine really well. 

I'll get a picture of his new home for you soon. He's in our family room, on a table, so he can have a good view of things, and likes to watch tv. The kids love to watch HIM, though. They are being very very gentle, and he's entertaining them by throwing his "toys" around and putting his paws on the cage to see them better. 

Did he have a preference for carrots or lettuce or broccoli? anything in particular? 

The funniest part is that our dogs are practically ignoring him. Matilda (our aussie) touched noses with him last night, and then stood guard over him while the kids were near him. The other two haven't even looked at him. Toby's not scared at ALL. 

Zoe wants to know: 
why did you name him Toby? 
How old is he? 

Thanks again.');
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('13853','d5051753e0','Tambo, I ask this honestly. 

In light of Lesters point about having event leaders and smaller groups, I cant see that working. I am afraid of posting this on the board and having it get all bent out of line. I just want to share it with you on a cool, calm level headed pace.

I could only see small events with team leaders becoming a fiasco. I dont think anybody would listen to that event leader, jealousy would ensue over who was "over" a certain event, etc etc. Its not like people are going to automatically grow up after elections and when or if there is a split. There is still a lack of maturity and some mud slinging in the group.

I appreciate you letting me vent to you, you are a level headed dude and I learn from you.');
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('11696','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('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('7603','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('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('11149','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('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('13782','354281ba9c','Im convinced RL Jenny Blue whatever her name is, is a effin idiot.');
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('15647','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('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('7714','7f4d17b567','Thanks dude!  It was great troopin w/ you and Summer!

So here is a brief synapsis of Tholme:
http://starwars.wikicities.com/wiki/Tholme

Tholme is the master of Quinlan AND Aayla so it'd be really cool if you do that and Summer does Aayla  :-)

Let me know what you think and I'll try to scrounge up better pics.

--Ryan

PS:  HAPPY HALLOWEEN!!!!!



[quote:7f4d17b567="Jaster Mereel"]had fun troopin with you at the festival. good time at steve and jennas house also. i say again, your quinlin vos costume rocks.

what was the name of the jedi you said I should be?[/quote:7f4d17b567]');
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('7835','05b5663fb3','Here are the basics
PRE-Production suits (NOT in the movies)
All white suit
Non dented helmet version 1 and 2 very few reference pics
Pre-pro Dented helmet version with Orange and red Gauntlets

ESB mostly green(green gauntlets, jet pack) tan wiyh brown stripe cape) decals on delmet with yellow kill marks and detailed weathering.

ROTJ Brownish jumpsuit, red gauntlets, mulicolored Jetpack new helmet with orange kill marks and no decals.   (Some shots have the older ESB helmet)

Special Edition ANH has a similar suit to the ROTJ with the ESB helmet

Special edition ROTJ same as above except jet pack is damaged with a huge gash across the back)

I must again let you know this costume is NOTHING like Vader or a stormtrooper and none of the parts are standard, hundreds of people make fett parts and they are all different, you must also adjust the armor, helmet and all the parts to the wearers body type and size for it to look right.  join our mando thread and ask us about any of the parts you are thinking about buying...most all of the Fett parts I've seen are junk, hence the reason we are constantly upgrading and looking for better equipment.');
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('14070','02194068f5','no phone calls');
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('10004','14457f81f5','Corey...

Address is as follows:

Paul Browning
2819 Thrush Dr.
Clarksville, TN  37040

I could just as well swing by/meet you somewhere and pick it up if you don't want to go thru mailing out a local coin...

Paul');
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('10017','2cd7e92442','Dewd!

I'm at 931/378-2224...  Yeah, I can swing by there no problem.  Been to two prop parties at your place.  Know where it is.

Paul');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10019','0213c125bc','I figure I can get mine at a Predators game. Will you be going on the 1st, 6th, 10th, eventually? I'm in section 113, row H. When you go, do you come in the back entrance and when do you usually get there?

Thanks for the generous offer to mail them out in addition to your generosity in giving them away.

--Glenn');
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('9673','ed645d3cbf','I'll take one of those XL SO shirts with a cog on it.  I can PayPal you the money, or whatever.


Thanks,

J');
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('8112','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('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('15443','3641863804','Thanks kid, I owe you one....');
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('14931','bda5840b8b','st pats parade roster,
i went onto the GA database and got the people who listed on the old forum.
these people are who said they were going

skip
jenn
corey
mark i.
wendy i.
colten i.
drax
jon w.
tim w.
rose
kell
chase
zman
chuck flynn
loki
hammer

there may be others now but ill copy this to the thread,if you want to copy it to your roster thread.

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14933','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('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('14929','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('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('15821','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('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('15102','620854199b','Loki said to talk to you about some Mando gauntlets. The ones that were brought to Corey's were snatched up before I could get any. Ya snooze, ya lose, I guess.   :)  Anyway, if you have time, do you think you could make a set for me? Just let me know how much they would be and I'll give it to you on Sunday or whenever I see you next. Thanks.');
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('15823','d868cdf4f9','I just talked to Corey on the phone. Give me a call when you can baby. I love you. Everything will be alright. :)

Rose');
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('15829','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('15050','f85a1e808e','been Pming back and forth with chuck.
he sent corey a Pm about making good with the group.
ive been honest with him and told him the issues with drinking beer and using hotel rooms without paying.its been nice,im not being an ass or anything like that.
i get the impression that he wants to be friends and truely didnt know he was being a burden(or im being played big time)
i think you and corey are the main 2 he has taken advantage of.if he contacts you please discuss this with him and lets get this worked out.
i know its uncomfortable but i think you guys are good enough friends to just get it out in the open.
especially since i dont think theres a drop of malice in chuck.the guy has had a rough few years,and just needed some friends,maybe his social skills need some work,but i dont think he truely was out to use the group.

cya soon
skip');
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('15113','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('13809','afd82b72f6','But I am not 5'6 but that's ok!!');
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('11413','c3a1de305e','IT depends on which one. Let me know and I will see what I can do.');
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('14982','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('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('15608','326e76bb1d','I want to scalp you love monkey :twisted:');
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('14218','86978c21f7','Corey home boy, 

Just wanted to let you know that my post about managing management only just happens to come after your post, but it is not in response to your post. 

Hope youre feeling good today, it sucks not being able to come up...talk soon dude.

Chase');
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('15440','0da328a61c','Hey Atin!  Well, I've been down with the flu for a few days, but I'm on the upswing so its all good!

[quote:0da328a61c="TK6203"]
Atinnmycon (It can be archived, the event is successfully over :) 

MDA Lockup :
[/quote:0da328a61c]

both archived

[quote:0da328a61c="TK6203"]
Events from early 2006.. 
[/quote:0da328a61c]

moved to 501st Logistics thread

Not sure if there is a way to move it to the top of the list, but I'll see what I can do.

Banzai');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14473','910b9574e9','not yet :(   don't beat me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16076','f90445ce21','I need your new work numbers.

I won the us divers belt on ebay today. My fett boots came in today. summer has them at her work.
some new pics coming your way in 2 mins');
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('11997','cc226b8a71','That sounds cool.  That way we can come up for a while, even if we are broke.  Casey can at least talk to people.    Does that mean we need to go for dinner on Friday night?  Thanks for helping us with all of this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11998','3b99d110fc','I will call you tomarrow with details.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11999','a657881aaf','corey has dropped the rest of the pics in, check out the new ones.

http://photobucket.com/albums/b375/loki41872/Chattacon/');
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('13239','376fcd2c14','Im wanting to mold the following items

Stock greeblie split plug (2x1x1/2)
Stock greeblie circuit box (2x2x1/2)
V8 model connecter rod (2x1x1/2)
Scope mount/base (3x2x1)
Molex connecter (1x1x1)

Thats almost all of the small parts for the ESB blaster. Granted I dont expect you to mold all of these, but it gives you an idea of what Ive got, etc. Ive also listed the approx. size, theyre all smallish. Ive also got some of the stock greeblies for the ROTJ version well I bought a complete 1976 V8 model kit, so any greeblies you want to mold out of there, just let me know. I had planned to mold these myself at PFs studio, but hes going through some legal problems and I prefer not to bother him too much right now. Once I get my personal living arrangements under control, I hope to set up my own little work area/garage but thats a ways off for now. Like I mentioned earlier, Im looking into casting the flare gun and having it professionally rotocast. But you guys are more than welcome to mold it yourself in the mean time.

Ill defiantly bring all my goodies over to inspect. Right now Ive got three blasters Im building; one of them is a MLC. Id planned to build out the bronze webley to troop with, but its just too heavy Its just going to be a display piece. I got the FP gauntlets from Marix theyre nice, but dang, $320? Heres a list of items Im still needing:

Metal gauntlet rocket/laser
Blinky chest light
RF blinky light
Metal knee darts

Im talking to acouple guys to get these items, but I just thought Id ask in case you know somebody, who knows somebody, etc. Oh and hows Mary doing? Wasnt she due in Feb?

Anyway, talk to ya later.
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15971','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('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('9693','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('8964','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('10706','ddf98b6b01','hi again :) 

I of course have lost your address, so could you please send your address and how much is due again? sorry.. the holidays were insane here. 

I hope you had a great Holiday :) 

Jen');
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('12988','88dda45eff','hey mark

thanks for locating the patch and decals,  we'll hook up.  I planned on calling you today but unfortunately I now have a new "costuming" scar!  Apparently I attempted to Dremel my hand...  took 8 stitches to fix me.  I'm ok, but i learned a lesson.  I'll catch you this week sometime.  Also lemme know if you're interested in going to the prop party in march.  If ya want you can ride with me and Rob.  We can try to get Josh to go and maybe split travelling cost 4 ways.  we can work that out later though.  Catch you later.');
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('9934','8be8adc6e8','[quote:8be8adc6e8="Loki"]the gun is easy, i'll build you one in clarksville at Tambo's house.

You should've waited about the outfits, I can make those too.  everything my kids wore at the parades were handmade by me, even the belts and pouches[/quote:8be8adc6e8]

Sorry...I remember your old e-mail that said...

[quote:8be8adc6e8="Loki"]All I can make are boots, guns and eye rig.  The girl that sews the robes isn't with me anymore, and i can't sew worth a damn![/quote:8be8adc6e8]

So I figured you didn't have anything to do with the robes...  But, I'm more than happy to obtain a jawa blaster...  The pouches would be a plus.  Might have the eye gear covered.

Paul');
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('9145','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('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('16124','a2ded8b46e','absolutely nothing...you've taken the time to open up your house and life to todd and i  and you've never once treated me like the total sw amateur moron that i am.  i plan on thoroughly pickin your brain for info on publishing/writing too...that pretty much makes us even, i'd say.

star');
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('9139','f0a2f44f9c','I'll take at least two if you have them.  Let me know if you still have any...

Paul in Clarksville
TK8856');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9895','8610068d34','Must...obtain...coin...  My circle isn't complete yet.  But with a coin, I can make one.  :D

Meesa wants one...

Paul Browning
Clarksville, TN
TK8866');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10326','ef3e8c86c5','hey bob

kia found the muscadine wine that we like so much in lexington at liquor barn on richmond road in lexington, so if you want some go there..............

happy new year!!!!!!!!!!

-mark e.
tk-1380');
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('12780','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('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('12781','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('11317','60f1e3c29a','Stop Ghosting me Mother Fucker..
 :lol: 
http://www.moviesoundscentral.com/sounds/predator/ghosting.wav');
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('15444','5b3b921252','Hay,
Where am I going tonight, IE the Chilis you are talking about and what time should I get there???
Call me if ya want, Im headed out to get haircuts this morning..
Talk to you later..
Have an awesome day.');
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('15463','a7b6c43e35','thanks for the invite for tonight .i wont be there (or chattanooga) cause ive got family from memphis here.they only come in a few times a year so no 501st stuff for me.
thanks and you guys have fun
cya
skip');
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('9333','caaf8fa32a','What are we gonna do about yo e-mail bro!!!!

I guess I've sent you 3 e-mails today? 

I probably will not be coming up one night this weekend to Joey's because I'm trying to get in good with the wife for this weekend! 

Plus, I waiting for the helmet and will build it while you guys are on the armor.

The Skullworx came in today, and they are BADASS! I sent you the pdf manual to it on an e-mail as well.

Holler at you soon!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15544','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('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('15701','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('14039','b74733976a','our next beer would come from the shoes???? YUCK!!!!!!!!!');
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('15506','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('13877','73df197498','We could start the homo squad, no woman allowed! :lol:');
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('15238','b028525a6c','Hey Skip,

I'm going to send you the money via paypal for the TK kit.  I just wanted to confirm the price and your email before I do it.

Amount (this is including the shipping): $550
Your Paypal Email: skipjen@comcast.net

Thanks, I just wanted to confirm the price and your email before I send it.

- Jon');
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('9378','3a011e1173','http://cgi.ebay.com/Star-Wars-Darth-Vader-Anakin-Revealed-ROTJ-latex-mask_W0QQitemZ6585109318QQcategoryZ37889QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

Take the helmet off for a while ! I could see this with your suit on !!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9379','09e64e3e0a','Yes I will be at the parades...

I have talked to Derek about my tool bag.. Thanks for the info!

Mark');
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('15806','56154966e5','DAMN!! Skywalker Ranch!! I hate you!  That's a SWEET gig! How long will it take you guys to drive there? Wil you get to meet George? What else will you guys get to do while your out there? Take MANY pictures and take a laptop with you so we can keep up with the progress!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14060','34fe99256d','nite big daddy!!');
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('15784','70aba9b959','Why can't we go to Skywalker Ranch!? I'm kinda pissed about that, should I be? 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15786','b3e4ec89df','I Want to go to Skywalker Ranch!!!!! Damnit!!!

Hey dude, saw where you called Friday, sorry I couldn't get back with you. My life has been a living HELL at work lately and I haven't been able to have my &quot;501st Fun&quot;!

How are things? Looking forward to seeing you and some of the other &quot;cool guys&quot; at  the parade on the 18th!

Fuck! I wanna go see George! Hey, let's get a few of us up and fly out there for a day or two! And I Fucking HATE flying!!!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14049','2aa85a6dde','Dude!!!! I cant believe you brought that up!!!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14176','0dba9af73e','Thanks for the tips! I checked the surplus store here, and they don't have the jumpsuits. They have some flght suits, but they are in the $40 range and are mostly polyester. I'll hold off looking for now until after the armor party. If you happen to be going to the surplus store, I could pay you back on the 25th, but don't make a special trip or anything. 

They also had a lack of used boots there. (What kind of army surplus store is this?) We do have a "Lost and Found" baggage place near me I might try, but if all else fails, I can always get the "Jester" boots.  :D 

Oh... one more thing. After the pieces are cut from the cans, are you velcroing them to a vest of some kind, or are they being applied right to the jumpsuit? If it is a vest, is there a place you can get these at, or are they homemade? 

OK, I'll leave you alone for now. Thanks again, and I'll see you next Saturday!

[quote:0dba9af73e="Jester"][quote:0dba9af73e="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:0dba9af73e]that [/i:0dba9af73e]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:0dba9af73e]

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.[/quote:0dba9af73e]');
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('9416','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('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('15120','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('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('15891','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('15892','da9d502a5e','really dude, that would be a once in a lifetime deal for me.... but I don't feel right accepting just because I made a big scene over it...');
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('15900','b85f858b3e','SHIT!!! I've been trying you too! Your cell phone off?

Wow the shit's been hiting the proverbial.......

call me! 

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15902','413692757d','Here ya go,
Corey Miller
3785 Old Clarksville Pike
Clarksville, TN 37043

What do I owe you???
Thanks');
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('15664','a26602d508','Hey Corey! How ya been?

Curious, what happened on the event this past weekend that has you apologizing? I thought that was great that you organized, led an event?

Saw the pics of your prop party. Dude! What a success! I'm still kicking myself for missing that one!

How you feeling these days?

Hope everythings going well.

Talk at ya soon.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14024','258a64f625','Zuck-ass! You bring the shoes dogg!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15963','90a0a7ac36','ok, you have me laughing my butt off on that post!

two things I really liked:

I would have posted pictures AFTER the trip!

and my favorite:

Skip is still an ass if youve forgotten!


LOL!!!

funny man, mister Jester, funny man...

now, go make that AFT that will put everyone in their place.......have Steiny die in a firey crash....

z');
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('15957','0ba3696c33','No, you're right, Jeff, I don't think Corey is being an ass about this, my point was that he was essentialy saying the same thing Joey did when the shit hit the fan on the Talladega thing. I just thought it was funny that he was one of the ones raising hell about Talladega, but now he's having to cover his butt like Joey did.

Yea, Skip's probably just hanging back laughing, waiting for the right time to jump in.


Z');
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('9456','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('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('15571','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('9490','c1109af564','They are coming on Sat...

Do you need someone to film the parade?

Let me know exactly what you are wantring and I will check with my dad.... I am sure he would like to do this... He has to pick up his nephew at the airport sat morning, but then they were planning on coming to the Gallatin.

Mark');
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('9997','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('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('15680','52b5eef6ee','Way to go Joe!! That's what it's all about, communication!
 I thought you did great. these people that bitch and moan in the shadows piss me off to no end!!!

I will not ask you about what the problem was, that's your business!

I just wanted to say Kudos man! I KNEW I liked you alot!

Let's keep this group runnning smoothly!

Let me know if I can help you in any way!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15681','dd5559e7e1','http://movies.groups.yahoo.com/group/sovereign_protectors/');
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('15683','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('14073','694de3a6c3','Skip will get the message. Sorry to have said anything. Just a little pissed off at being bashed in a forum I can't even post in. 

I can still remember our first meeting. Still love ya. I too wish things could go back. To bad some have let their friendships go to the waste side. Friends are to hard to come by to treat them like crap. Thanks for the chat.
I decided not to post and make matter worse for Skip. I took my complaints off the boards and to private email.  The same way others should.  

Love ya,
Tell Robin and the Skylar hey for me. Hope to see them and little Z at the parades...');
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('16190','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('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('9568','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('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('9571','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('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('9574','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('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('9577','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('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('14444','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('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('16135','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('16136','0a311b7b9e','Ok no problem, but you're wanting full access right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16137','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('16195','4d338d6678','between noon and 1pm.');
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('16157','51bd2943cb','I didn't want to post this and let any onlookers try to outbid you, but this helmet with the white resin is worth $80 to $110 in my opinion

Since the visor is out, many collector will stear away from this one.  These will become impossible to find later as fett mania grows.');
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('16199','d843a8751e','if possible...if not, i understand.  todd get s a bit irritated when i log in under his name cause then the &quot;new posts&quot; section is invalid when he gets on.  appreciate it.  if you can't, don't sweat it.

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14545','bf246e1557','done.');
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('15360','98dc16fae4','Check this out.  This is the same suit I ordered, except the whole thing.  I e-mailed him, he said the details on his suit are airbrushed with regular paint, never had a problem with cracking or flaking, cause it's airbrushed in light layers!

http://2001spacesuit.com/Aliens.html');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15361','d367fe781a','Here's a good example of the kind of thing I would like...

Are you up to it?


http://2001spacesuit.com/Aliens.html');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15790','669cdfa9e4','Cool on the Rose thing dude!! Can't wait till you guys get married!!!!!

I JUST sent a pm to Loki too!!!!! That's funny!

Yea, I'm kinda pissed about this two! Don't know why, but am wondering what the real deal is?

Shit, it's Talledega all over again............but hell this is GEORGE and the fucking SKY-FUCKING-WALKER RANCH!!!!!

ok, I am mad now.........................

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14054','7fa88bf40d','Dude!! that was so scary...even drunk!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9819','a5fefc1cc4','Hey man,

I definately want one...2 actually if you can spare.

Let me know how much you want for them.

Cray');
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('9896','7e56dcc20d','Loki!

How hard is it to make the gun?  I bought the outfit on ebay and I'm chasing down some of those belt pouches and stuff.  M'Boy wants to run around as a jawa...  Got any extra guns???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9897','0fd4a56d38','the gun is easy, i'll build you one in clarksville at Tambo's house.

You should've waited about the outfits, I can make those too.  everything my kids wore at the parades were handmade by me, even the belts and pouches');
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('14967','2c8373c118','Thanks for the pics!!  Great photoskills');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16152','979a2bb357','Any update on Gina &amp; Steve?

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9967','76a9bde43e','A jawa gun in about an hour?  Has Tambo got molds or something???  I suffer from extreme ignorance on all this how-to stuff for Jawas.  But I'm game for getting whatever I can to make my son's christmas one of a kind this year.

He literally starts crying because he wants to troop with us so bad.  If we get him set up, then he can join your two girls on some troops.

I have four day weekends for both Christmas and New Years.  If you wanna do anything, just let me know and with enough luck, we might get some stuff done.  If we have to wait till after new years, that's ok too.

Paul');
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('9978','e9029fe51d','"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');
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('12162','8b3585a2df','Im 6'0 and 200lbs. The armor is the ever popular kit that everybody uses.  Its basically E2 style helmet with a range finder.  Send him the link to the auction . Ive got 19 people watching it and I want as much out of it as possible. I put alot of work into that armor. Thanks, Bob');
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('11815','cf8216e9f6','Aw thanks! I'm glad I'm enjoyable to be around :) And we are a cool group. Of course, you guys are pretty damn cool too.

And I suppose I'm empathic. Never really thought about it. Though I have wanted to go to a palm reader. Mom did and she was dead on. My turn!');
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('10050','096e7a2c8a','Corey thank you a billion for these!  I'll buy you a drink or two for them next we meet.

-Joey Beck
7905 Spring Circle
Morris, Al. 35116');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15927','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('14440','9a614d6ad4','Skip I think I want to go to GenCon this year.lets talk this weekend about it.');
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('10080','bbbac2d55f','Merry Christmas to you as well.  I hope you, your dad and JR have a great holiday.


3170 Redbird Rd Williamsburg Ky 40769

Thanks again!');
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('10108','e8716d1350','Merry Christmas To you &amp; yours !
 Hope you have a wonderful weekend ! 
Shannon, Cindy &amp; Cheyenne');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10112','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('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('15959','0ba3696c33','No, you're right, Jeff, I don't think Corey is being an ass about this, my point was that he was essentialy saying the same thing Joey did when the shit hit the fan on the Talladega thing. I just thought it was funny that he was one of the ones raising hell about Talladega, but now he's having to cover his butt like Joey did.

Yea, Skip's probably just hanging back laughing, waiting for the right time to jump in.


Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15161','b8253fa254','I am currently on the list for COSMI, but if the firefighters troop becomes official, I would like to volunteer for that and offer my spot to someone else.  Starla and I could both troop the camp pheonix event, where only I have a costume appropriate for Ohio.  If I am needed in Ohio I will be there, but I think this camp pheonix can be a wonderful thing to do for our comunity, and for our outpost.  You may not know this, but Starla's brother was killed on duty as a firefighter, and her remaining brother is an active firefighter.  Please share your thoughts on this');
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('15990','884daff2f7','Oh, meant to tell you, I'm not gonna go to Chatt-Con. Me and Cray are just gonna coem over to the parade, hang with you guys there for a while and just head home. I don't really have the time, and Cray doesn't have the money to go.

Sorry! I'm trying to spend more time at home while both my kids are young right now. I'll be at D*Con and Ad*con for sure but probably won't be traveling a whole lot this year! 

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('15182','e1746784c3','As you can see, we are in for this and have pulled out of the COSMI event.  You may want to get Joey or Skip to make this official and put it in the pre-planning event.  Jeff Lester is also coming from what he tells me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15601','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('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('15190','39f183e05c','Thanks, I loved doing it.  I added the part I got from you, and attached a mesh hose.  I will take a pic of the part added with paint when I get back in town.

I am going to do the camp pheonix, and try to get up to the museum another weekend.  If there are any other followup event we may be up for that.  sorry for the waffle');
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('13722','24bcbc3ea7','I believe, my friend, you've a nomination to accept or reject  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15133','7fc3808e4e','Sorry about cutting our conversation short! Yesterday was kind of a stressful day for me!

Glad you got a chance to talk with Joey.

Call me later!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14588','ea9c425dcf','You still coming to Atin's Prop Party this weekend???');
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('15631','071b3ffffe','If I made that bellhop costume, do you think people would get the reference if I showed up wearing it?

Just a thought.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15632','cac767790b','just checkin to see if my email shows up');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10244','605883889b','[quote:605883889b="TK6203"]Anyway, send me your cell phone number and we will hook up on the 1st..

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..
[/quote:605883889b]
My cell number is (615) 957-9747. With the Bears having already clinched the division and first-round bye, my chances of coming up before the game are better, but if not, it'll be the first intermission.

The comments that really bother me are the Nazi-related ones. Those are the ones that made me concerned that the other comments weren't just teasing.

As for armor parties, try not to schedule one on Jan. 14. I am thinking about hosting a NAD event on that day, but who knows what will happen with that.

--Glenn');
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('10324','478b358a3f','I got a beenie and decals. I really want Shirts.
I wear a XXL, what designs do you still have left in that size..
I really appreciate it..
Have an awesome day');
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('14981','1d260f81c9','Sounds like a plan! Just get me as much reference mat on the suit and the fabric type and we'll make it happen.');
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('12972','4b0cbbc1d4','Don't know.  I'm finding out everything tomarrow.');
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('15423','cd7baf7360','I need your advise.  After looking at the pics, I am not entirly happy with the bottom part of the costume.  I don't like the way the trousers span below the cod piece, and I don't like the baggy characteristics of the utility pant.  Do you think a flight suit would help solve these problems, and help achieve a slimmer affect.  Ok yes I don't want to look fat!!

Also, I was thinking of adding thigh armor to tie it all together.');
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('15994','2f73a9e06c','Here is the info you need, so you can get the gears in motiotn...


Jonathan Louis Wollack

1623 Montvale rd
Maryville TN 37803

Cell: (865) 765-4981



This is my &quot;legal&quot; address as shown on my DL, it's my parents home, even though I've lived with them off and on for most of my adult life, I've kept this address.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14000','9791e1ca11','Love you too!!');
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('15485','67b9c2494f','yes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15486','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('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('15929','b3e4ec89df','I Want to go to Skywalker Ranch!!!!! Damnit!!!

Hey dude, saw where you called Friday, sorry I couldn't get back with you. My life has been a living HELL at work lately and I haven't been able to have my &quot;501st Fun&quot;!

How are things? Looking forward to seeing you and some of the other &quot;cool guys&quot; at  the parade on the 18th!

Fuck! I wanna go see George! Hey, let's get a few of us up and fly out there for a day or two! And I Fucking HATE flying!!!!!!

Z-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('14610','873baf11fa','Does Randy (guy who made your helmet) make them with no dent?  I've been talking to marrowsun and I'm kinda interested in getting one of his MS3's, but he puts dents in all of his MS helmets.  Also, does Randy sell them unpainted or does he already put the boba colors on them?  Price from Randy?  Sorry I'm bothering you with all these questions, I'm just trying to get my research down.  Thanks

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14127','288b9e4853','I appreciate you talking with me. I am just trying to make sure you know that I'm not on the band wagon of TN vs AL. I'm here for support and want you know that I have REALLY been working hard talking to as many as 25+ people trying to inform you and Joey whats happening down here on the ranks. I want to help from my perspective. If you guys need to know anything or want help in any way, I'm here to help. I want good feelings back in this organization and I think now is not the time to split but I also realize it's inevitable. Maybe next year will be the time, or hell next month, but I want it to happen at a happy time. 

Z');
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('11839','89c5d2a1ac','Here's a couple of different versions on the same boot.

http://www.sportsmansguide.com/cb/cb.asp?a=235893

The Road Warrior
http://www.sportsmansguide.com/cb/cb.asp?a=213808

The Peace Keeper (like mine)
http://www.sportsmansguide.com/cb/cb.asp?a=125374');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15512','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('13881','d743310c63','Rose is outta town, I can do whatever I want! Ya' know I think we can blame all this crap in the SO on Yoko Ono!');
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('14691','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('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('15526','b15e4ffe41','Hey Jeff, I am reporting in for the neck sizes.  I am a 17.5 and Starla measures about 14.5.  She is putting the finishing touched on her vest today, so maybe we can get the ball rolling one day this week on yours.  Saturday may not be so good since I am going to Vegas for about 6 days.  You may want to call Hancock and sak if they have any specials this coming week.  Last week thy had a 50% off day.');
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('13342','bc62d96a19','Spanker,
I talked with Loki and Derek tonight about possibly coming your event/birthday party next week. If you have need for a stormtrooper, I'd like to help out. LMK
Derek suggested I PM you due to Steiny's rejection. Too funny.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15545','d9d9b466f1','Once again thanks for the trooper.  Starla and I both agree there is good in you, no pun intended.  You are a great fellow, with good character, and that will be recognised and rewarded.  It sux having to look for work, not knowing what direction to take.  I was unemployed for 12 months one time, and it was down right depressing.  In the long run it was good for me becasue I never take my current situation for granted, while some of my counterparts seem to always complain.  With the job I have now, I started off eight years ago teaching toothless women how to make donuts in grocery stores.  Now I play golf and take customers out for expensive dinners and get paid well to do it.  

All in time my friend');
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('13775','354281ba9c','Im convinced RL Jenny Blue whatever her name is, is a effin idiot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15715','86a08654c5','Ok I am guilty.  I did write that post for Starla.  In a way she wanted to remain anonymous, but I wanted to create some mystery in our ranks.  I also though it would be funny to get a rise out of Loki, considering his love for asian women.

Sorry if I stepped over the line, just having some fun.  we will be changing her avitar to a photo of her new costume.  It will actually be very tasteful; in fact, we have spent more time on her mando than we did mine.

Starla won't admit it, but she is begining to enjoy our little chatter box.');
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('11291','42ae71004f','Hey Loki!  Tambo told me to contact you about some mando gauntlets you guys made at the last armor party...  you got any of these left?  I'd like to get a couple of pairs if possible.  Just let me know the details.  I'm also planning on going to Atin's armor party in March if you're gonna be there.  I am working on a custom mando and a buddy of mine (who is interested in joining us) is wanting to do a Jango.  Any pointers?');
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('14058','ec1eedaf4a','good deal');
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('10768','ae11daff95','Hey,

Has Jessie signed up on the 501st board?  If not, please help her to do so as we need her vote.');
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('16101','ab541ea7a1','i dont have any pics.
back when we started the snowtrooper recast project jamey ethridge got mark estes to print some of those stickers off.he then gave all of the original participants in the project 2 stickers,1 for each side.
after that ill assume he kept them,as he used to sell various snowtrooper items on ebay.
it might be worth it to email him and see if he has any more around.
if not then yes,youll have to draw and paint them on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16103','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('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('15484','67b9c2494f','yes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10805','ad6a7a485f','Loki,
  Do you know of anyone that has any Utapaun Shadow Troopers that we could buy?  We still lack about 6 or so of the whole set and need one of those.  Should I post the subject to the board?  Hope your week has been a little more calm.

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('13269','36eb9bd29d','ahh.

Answer is single. I am single. Tends to be my running style in life, the single one :) Not that it bothers me, I like looking at hot guys and I can't stand jealousy so I don't have to worry about it :-D

Though boy toys are always nice ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13270','3460dc6cc3','BTW, damn straight I'm hot! :-D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13272','c30ec2ad73','I was once a boy toy, the sex was great. can't complain. 

 on another note,tell me if you remember this. second time I met you at ryans pad. derek, joe,you and me were in the living room. we were all standing close,we decide to go to kitchen,as I turn, I accidentally touched your chest. oops... :wink:  mwahahaha');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13314','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('13786','b4f9fbdae9','It did.  If I was in that one, I didn't catch it.  How many more until the story is finished?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13787','08ac77d5f3','Happy V-day to you's too!!');
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('13794','a137149bac','yep, that would be right.  Now, did I make an Appearance in ch.10?

Now at least Ihave something else to think about besides this election crap!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13364','246b22c6c5','Lol.

I kind of remember it yeah... smooth man. Smooth ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13365','9d0f3b3509','For real, you remember? sweet.  Smooth is my nick name, but Danger is my middle name. 

I always wondered about that. Here is another secret, no telling anyone..noooo one.  when we went to get food that night, taco bell, then mcdonalds, I had this vibe, feeling etc. to reach over and kiss you,or vice versa. don't laugh.  :shock:  Just now finally had nerve to tell you. See what happens when your around. chaos 8)');
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('15617','bda4425efc','Do you now if i get to wear the Boba for the parade in atlanta? 

Or does  the atlanta garrisson have that confirmed?

keep me posted');
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('15283','0d0c8a297b','here is what i got from him.

chest 92.00
shoulders 40.00

shipping 20.00


2 chest 184.00

2 shoulders 80.00

shipp   30.00

i think i am just going to get the chest for now.

what do you think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14597','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('16193','7f4aa19350','Thanks for the heads up. I will pretty much bid to win this one what ever it takes, as it is the only thing that fits.

What time are you getting to Corey's tomorrow?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16194','4d338d6678','between noon and 1pm.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10963','7fadd6b94d','Here's the info and pics you requested...

First, some info about the pouches I make:

CONSTRUCTION:
These pouches are made of 100% Cotton Canvas Duck material - the same material that was used for hundreds of years to make sails for ships.  These pouches are designed and constructed to be durable and to offer their owner years of dependable service.  This fabric is a "natural", off-white color, which is perfect for the ROTJ Fett costume.  These pouches are "un-weathered".  Due to the variations in weathering techniques that costumers use, I leave weathering up to the buyer.  The material, being cotton, dyes easily and "weathers" using most any method you can think of.

DIMENSIONS:
The pouches measure (approximately) 7" x 5" x 2", and have belt loops that will accomodate all but the largest of belts.

FUNCTIONALITY:
These pouches are 100% FUNCTIONAL.  Unlike other pouches that are for "display only" and are made around wooden or plastic "blocks", these pouches are contructed with functionality in mind!  The flaps close via genuine Velcro brand closures, and seams are sewn as many as 4 times, depending on the location (such as corners, etc.) to ensure dependability.  The pouches will arrive stuffed with Poly fiber fill to "fill them out" and help maintain their shape during shipping.  You can leave them stuffed, or if you plan on putting items in them, simply remove the fiber fill.

WHY BUY THEM?  
I wear a set of these pouches with my own ROTJ Fett costume, and use them to store my keys and wallet (in the right pouch) and my voice amp and FRS radio (in the left pouch).  Not only are they an essential part of the costume, they're very practical and necessary for surviving cons and events!

PRICE:
The price for a set of my hand-made pouches is $40 + shipping (generally $4.85 via USPS Priority Mail).  I prefer PayPal.



This is a picture of a set of finished ROTJ Fett pouches:

[img:7fadd6b94d]http://hiwaay.net/~jethridg/graphics/pouches6.jpg[/img:7fadd6b94d]



Some of the eBay feedback I've received for my pouches:

[img:7fadd6b94d]http://hiwaay.net/~jethridg/graphics/ebayfeedback.jpg[/img:7fadd6b94d]



Endorsements from several RPF members:

[img:7fadd6b94d]http://hiwaay.net/~jethridg/graphics/rpf1.jpg[/img:7fadd6b94d]
[img:7fadd6b94d]http://hiwaay.net/~jethridg/graphics/rpf2.jpg[/img:7fadd6b94d]


Thanks for your interest.  Despite what you may be told on the SO board, accuracy [i:7fadd6b94d]does[/i:7fadd6b94d] matter, and you [i:7fadd6b94d]can[/i:7fadd6b94d] tell the difference in "quality" costume parts and items that were just "thrown together".  I'm starting to see more and more costumes (especially "custom Mandalorians") that just look like they were put together in a day with no thought as to their design, and no effort spent on quality.  The general public may not know "this part" from "that part", but they know when something "just doesn't look right".  

If I can be of service, feel free to contact me at any time.   :D 

Thanks!

  
[img:7fadd6b94d]http://hiwaay.net/~jethridg/graphics/fd5a.jpg[/img:7fadd6b94d]');
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('15438','2ae7c07cd0','Hey, thanks for the links to that underarmor.  I grabbed a pair that will hopefully fit me that should be arriving sometime soon.  

I have a favor to ask of you if you don't mind.  I'm getting a TK kit for one of my friends that lives nearby, but she wants to go to the Atlanta parade on the 18th.  I don't think I'm going to get the kit here in time and finish building it for that matter.  Her name is lauren, I think she wore your TK at adcon last year...  Anyway, I was wondering if I could somehow borrow your TK armor if you are going to be wearing your shocktrooper for the parade.  I was going to let her wear mine since it would probably fit her better, and I could maybe wear yours?  I'm just trying to get her armored up for it, because I'd rather her troop with us than stand around not doing anything you know?  

If you think I can wear your armor let me know and maybe I can swing by one day and see if we can get it to fit me.  I'd really appreciate it if you'd let me borrow it, but if you're going to wear it or you've got it on your mannequin then I completely understand.  Let me know what you think Mr. Z, Cya!

Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13803','bcf783298b','Do I get to be Captain Xon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11660','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('10991','64d035eec5','Hey!

Thanks, you're my first message...lol
Yeah I'm in Somerset... not a bad place.  Gold Star huh?  Yeah, I dig the Gold Star Chili.  I'm new to the SO and 501st so I'm really trying to get my stuff together and get some trooping in with you guys.  You going to Atin's prop party in March?  I am trying to clear my schedule so I can be there and hopefully meet some of you guys face to face.  You should go!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11013','64d035eec5','Hey!

Thanks, you're my first message...lol
Yeah I'm in Somerset... not a bad place.  Gold Star huh?  Yeah, I dig the Gold Star Chili.  I'm new to the SO and 501st so I'm really trying to get my stuff together and get some trooping in with you guys.  You going to Atin's prop party in March?  I am trying to clear my schedule so I can be there and hopefully meet some of you guys face to face.  You should go!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11016','5dfcdb2587','Yeah, I'll probably be at the prop party.  I was at the last one just this past weekend.  I've got a jawa costume I'm trying to "scavenge" together.  Working on belts and such.  The rest is basically completed.  My son hates not being able to troop with us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16063','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('14724','a2b8837d90','You need to come up to Coreys this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15759','c514bc70e3','you will be thing one, i will be thing two..');
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('13818','0b1d955a37','who knew!!  Better call her, she needs to vent!!!');
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('11282','3977debf7d','The bronze webley breaks down into 3 main sections... the stock, the trigger/grip and the barrel. 

Than there are the scope mount/base and several smaller greeblies. I've got all the parts needed.

I'm excited about this project, as I'd like to get another casting also, I'd even kick in alittle money into the project.');
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('13873','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('11164','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('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('11171','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('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('13566','a23eb3ab06','most interesting.... that you wondered , and I wondered.hmm ...

damn your hotness... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13565','bd30261916','Interesting....I did wander a bit about that car ride ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13237','72e78d7595','The question was if you had a boyfriend,lover,boy toy,etc?

Or do you swing the other way? Just asking. 

Your still my friend either way.. my cool friend. who happens to be hot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11360','a2ecab5e93','Hey ivan, did you get my pm about those movie people wanting some contact info for summer?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13357','97c845c813','lol! Hey man, I didn't  want him there. Is that wrong? If it is, too bad!

And yes! I'd love another trooper! Come, have fun, be merry :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13358','1a9b669487','Great! Count me as tentative. Right now my schedule for next week is shaky, but I wanted to go ahead and touch base with you.');
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('11301','e84ad1ff75','That'll work, thanks man!');
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('15624','1fbc141b71','you will ahve them tonite. give me 15 mins');
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('15702','d7b86c03b3','Here you go man.. This is the link to your pics from the past weekend.
I did not resize them, so some are very large.

http://www.xecu.net/raven13/swcostume/chatevent/empderek/');
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('13993','c0dfb625cf','Sweetie I am not upset with you at all.  Yes she does know but you know she has a hard time admitting she is wrong.  You deserve to feel bitter and if I were in your shoes I would too.  on several occasions when she mentioned to me "I am trying." I tell her that what she did to guys was horrible and she shouldn't be surprised if you guys don't won't anything to do with her.  

She has been told that her behavior upsets people a lot of times and you may find  a different susanne at the next event or at least a little less loud.

I hope things work out in the end and everyone goes away with good feelings toward everyone and everything.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14956','2eb72b1d15','Thanks,

Another question. What thickness are most people using?');
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('15797','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('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('11541','e58733ce6b','Dude, no problem! It was fun and I'm getting excited :D

Sorry it snowed on ya though. Trust you got back all right. Seeing as you sent me a message, I would assume so. Unless they have internet in heaven...


Oh GOD! They better have internet in heaven. (or hell, whichever it ends up being....we'll just say afterlife to be safe.)  Or else I will have to haunt Earth.

wait....that could be fun too....damn. choices choices choices....');
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('11644','6c0c0e1c11','502.648.0967

Also, what is your cell number in case I can't get ahold of Loki if I were to need directions later on today when going to Chattacon?');
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('15029','e9434ce65e','Nightmarez (Todd) cell is: 423-593-8167, although you'll probably just get his answering machine. I never seem to catch him on the first try. He'll call you back, though. He's steamed that he couldn't make it last weekend, but he had a good reason. He runs the Haunted House in Memphis every year. His site is www.hauntedweb.com. Anyway, since he moved to Chattanooga, he opened a Spirit Store (that I worked some part time for him) and he plans to run one again this year (since they are only open 2 months a year). Beside that, he's taking over the Ruby Falls Haunted House here in Chattanooga. The people at Ruby Falls were looking for some &quot;hardcore&quot; stuff, and apparently, they liked what Todd came up with. I don't know if you've ever been to Ruby Falls, but the Haunt will be inside a cave and then more stuff outside. He's going for a Resident Evil type theme. Lots of gore. Should be fun!  :twisted: Anyway, he was wanting to know if maybe you guys would like to come up for that sometime in October. I'm sure he'll talk more with you on that, as he's still signing everything and all that. He's even wanting to do a fanfilm in the cave (why not? It'd be a cool setting). Wanna have your alien star in a movie?  :wink:');
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('11723','ce355e45cd','http://photobucket.com/albums/b375/loki41872/


loki41872
loki1972');
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('14142','16e1152363','From what I've been able to see, no one wants a slpit. BUT, there is truth just like you said to people saying they wanted it at some time or another. Hell, I've even said it! When I get into a conversation with these folks and after they have vented, they say no to the split. They also like the command staff like it is believe it or not. I think people like the fact that you are in TN and Joeys in AL. It seems fair and balanced to them. Everybody it seems have some bitch or gripe. If these things were taken care of at the time of the problems there would be no problems. It;s just human nature to let things build up and not confront them. As far as the command staff goes, I don't think people have a problem with it, but from the command staff point I can certainly see why you would want to take year off and let somebody else catch hell for a while! All in all Skip, the feedback I've gotten is: Stay together, Keep the command staff, but get the problems out in the open and deal with them, just like I pointed out how Jenn and Zach "got it done".

I do need you to shed some light on one thing for me that confuses me. Out of all the people I called or pm'd (and it was amazing how fast they got back with me!) Chase was the ONLY one who never PM'd back. I tried him twice and never heard a thing. Does he not like me, or do you think he just didn't want to discuss the issue? 

Thanks Skip, I enjoy helping out. I wouldn't do it if this group didn't mean so much to me.
Z');
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('11905','fc52c076e1','I have some news about the armor party...

I can't go.  Joey has decides it's an "Adult Only" thing, and I can't blow of my kids twice in one month for Star Wars.

He said you two are still welcome, just PM him for directions.

Let's do dinner this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11908','6d3aa0c302','Oh man!!  What will we do without our fearless leader??   Seriously, will we know anyone else there?  Would you believe that I'm still here at work!!!  Been here since 7 a.m.  Dinner sounds great.  Where do we want to go?  BTW, thanks for the super secret info for the board.  It has kept me entertained today.  Those pictures are hysterical!

BTW, Casey wants you to help him come up with an uber cool board handle.  

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11909','037e82fe3e','GrandmasterCasey

DarthCasey

TheoneTrueCasey

Casey69');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11912','9461f908a2','Hehehe.  Those are pretty good.  I suggested 

DarthSillyous

but he didn't go for it.

Thanks for talking to me.  It's keeping me from becoming brain dead tonight.  It's as quiet as a tomb here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11914','0d01604b78','No problemo.

If you're worried about heading for Joey's alone, you can allways come to or monthly armor party at corey's house in clarksville.

We have one this weekend.  I'll be working on Alien and a fett jetpack, there'll be several people there who have built Snowtrooper armor.  They can tell you exactly what to get and where to get it.  I can get the armor itself from Joey anytime.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11915','34b3170718','Well, I'm finally outta here.  Give us a call and let us know what you want to do about dinner this weekend.  Anywhere is fine with us.  Let us know what the girls like.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12989','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('14993','38ebb5d3c5','Do you have a pattern or do you know how much it would be to have one made? Also, what kind of material(s) do you use for them? The ones I've seen appears to be a vinyl? Is there any padding? Anything you can clue me in on would be great. I'm going to make a run today to pick up a jumpsuit, but if you know a pattern I could maybe work off of, I might attempt making one myself (and upgrade later to a &quot;real&quot; vest, unless they don't cost that much). Thanks again.');
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('11939','6b74ae7cc0','here's some from my camera, talked to corey, he can't get his camera to download, hopefully tomarrow, he's got about 30 more.

http://photobucket.com/albums/b375/loki41872/Chattacon/?sc=3');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11943','5902ff6a49','that's not even half of the place.  My cam died before we got out of the first compound.  Corey has one pic of me in a huge stone building that looks like a mason lodge sitting on what looks like a throne with my mando bucket on!

I wish he'd get the damn camera working!!');
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('11966','d96ca89e00','How do I get access to the "trash compactor?"');
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('13592','293321ebbb','Hey Hook,

   I know you don't know me or anything, so... Hi, I'm Jeff (or Vesper as you no doubt figured out since you opened this PM... ok, nevermind). ANYWAY, I read your post about the different Don Post Fett helmets. I was wanting to get one, and after reading your post, I checked ebay and saw this one:

[url]http://cgi.ebay.com/Hard-to-find-Don-Post-Boba-Fett-Helmet-1995_W0QQitemZ6036414185QQcategoryZ2476QQrdZ1QQcmdZViewItem[/url]

Is it safe to say that this one would be one of the "good" ones, then? Not saying I'll get this as I'm trying to save up for Clone Armor, but just so I know what I'm after when the time's right. Thanks!

    Jeff.....');
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('14175','557534f4da','It has to with him being the CO and skip told him last night that people in the group are of the opinion that the Co is never off duty at events and should be everywhere!!!  For some reason they don't expect that of the xo.  Joey even asked skip why they didn't expected the same of the xo.  He also told skip (this is what I over heard) that he understands where all the feelings have come from now but he doesn't agree with them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12909','cf4e94061e','Tim
I had better luch molding the styrene with a thick set of gloves; you just have to heat it and work it very carefuly and quikly.  Mine came out so good that I made a smaller female set for my wife.  It seems we are always doing things at the same time.  I will be doing a clone later this year if I can find someone who comes out with a decent set.  Don't repeat this, but I don't like the armor most get from Glover in Florida; I especially hate those vacume formed clone helmets.  Once the master replica helmets come out, there will be some killer knock-offs of the bucket and some armor to match.  Oh yea, i am also working on a set of Halo Armor.  If you have any questions about the fett armor you can give me a call 615-599-3440');
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('15626','9068983b10','hey Joe,
can i be so bold as to ask whats going on?
i know that alot of people have alot of issues,but was curious if there was something particular that has happened or???

dont let the drama ruin the fun,it sucks the life out of this hobby.ive been getting beat up online for weeks,i know.

anyway,if ive done anything to make you mad please pull me aside and discuss it with me.
if its not me and theres anything else i can do to help please let me know.
im really looking forward to hanging with you guys at the parade in 2 weeks.focus on that and screw all this other junk.
cya bro');
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('12321','2cf413a0ca','Thad, are you guys going to FantasciCon in Chattanooga in March?
Should be alot of fun and a very interesting con.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15063','8e7690f9aa','[quote:8e7690f9aa="Jester"]Would you mind if I had a phone # where I could get ahold of you after working hours and give you a call sometime?[/quote:8e7690f9aa]

Certainly sir.

Home number is : 256-830-5431
cell is: 256-682-3904

Always someone there after working hours.  Especially of late with costuming being on people's minds. I'm typically home by about 6 or 7 pm after I hit the gym.  Jennie at least is there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15106','9ad1fba615','Hey Joey,

What do you use for vac forming.. styrene? sintra?');
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('14996','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('14351','14e1547d8e','Hey Tambo, I gotta a question for you...  On the Mando bucket, when the rangefinder is down, does the earcap move with it or is it stable.  I'm having some trouble getting mine to stay on.  Whenever I move the RF down the earcap gets in a bind and pops off.  Thanks for any help bro!');
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('16176','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('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('15546','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('15532','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('14354','77bc14aee2','ear cap should be stationary and only the stalk shoud move.  What kind of helmet do you have?');
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('16110','d3ef632b9e','Hey man, not seen any new ATF or posts from you on the boards.  Life treatin you ok?  How's it going?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12381','9c561ea876','LOL. You guys enjoy the show!
I'll see you at BamaCon in a couple of weeks.');
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('15502','91f9119674','try it now');
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('15566','97a84442b3','[quote:97a84442b3="TK6203"]
Dude you reading Triple Zero yet???
It is awesome so far and I just started reading this morning..
[/quote:97a84442b3]

Not yet, I was going to start last week when I got sick..  :( 
I've heard its Traviss being just *outstanding* again!!

[quote:97a84442b3="TK6203"]
Pre Events, the  Star Trek Summit needs to be archived.
[/quote:97a84442b3]

archived.

[quote:97a84442b3="TK6203"]
Again I know it is not my place to probably ask this of you, but still trying to do my part and keep our pre events area cleaned up.. :) 

Hope you are feeling better...
[/quote:97a84442b3]

Hey not a problem.  Some areas I've set on auto-prune so they take care of themselves.  But others, like pre-events I don't. Eventually I'll get a chance to write something to auto-archive ;-)

I am feeling better today too.. this was one unpleasant illness! I do not want to go through that again!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15636','71211a8a91','the deal with stein needs to be addressed.
i didnt know anything about stein saying inappropriate things till just now.i heard last year that he wouldnt leave when summer was trying to get dressed.but dont know about what he said about other stuff.
hate to say this but he will only be shut down if YOU GUYS tell him to stop when he says something.me saying something to him weeks or months later wont work.
next time were together id like to know what he said.then we can watch for him to do those things like staring.maybe stop him while hes doing that stuff.busting him a few times will likely work.

as for joey,i have no clue what the deal is with the event mess.why that wasnt an event is beyond me.but be patient.
they went to some startrek thing.i got no clue about that.but maybe they had a table or something? give him a chance to explain that,then we'll see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14829','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('14830','50b336e73b','What time you going to Coreys?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15644','824c78d931','i knew about some things he said and most people seemed to just write it off.
like i said,next time we just need to simply tell him that those comments are inappropriate.');
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('14193','0c67adb641','she's just being a mother hen.  She saw the fools showing all the wrecks on 24 and 65 this morning and is freaking.  It is pretty bad here now, snow on top of the ice, when i talked to you there was just a dusting of snow, now everythings white, also hear they've closed some roads in cheatham and williamson county and the 24-440 split has been blocked for 2 hours by a truck');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15770','1a6d39c599','Hey dude, the kids part this sunday is still a go, we are meeting at 11.00am at the krogers on ft campbell,next to jack box. it starts at 12.00.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15771','6ad12044eb','Still on target...count me in!

TK-Egon!

Woo-hoo!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15727','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('15728','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('14210','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('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('14216','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('14217','53b1a50c26','were our boards really hacked?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15623','ccf5fdb849','Jaster,
Can you email me the pictures that you took of my in the emperor?

deweese@gmail.com

Thanks,
Derek');
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('15583','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('15584','1a60fcd08f','I'll try tomake 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('15997','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('15738','78273f31c4','don't eat too many tacos, there suppose to have food for us at the party.

don't know yet if i am coming, I have to work till 9.30 that night.

no problem dude, you did an excellent job of keeping us in check. i say you organize another one, you have my vote.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15299','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('16070','435f21619d','Dude,  I can not beileve this shit. I am away from the computer one day, and all this shit happens.  I am happy for the both of you. I am glad you guys are going to do this. I am pissed bout hearing people sending you bad pms. what the hell? grow up  s.o.b. you didnt get picked move on. I am not envious one bit. i am proud that you two are going. 

 I can't wait to hear you stories when you get back. I look forward to hering them again and again.

I said it before, I said it again, stein is an ass. he doesnt get it, he never will. Im glad Hammer calls him out  on his post.( he knows better than to mention summer or myself in anything.) I will rip him a new one. I hate him, I try to give him a chance, but he blunders it everytime. I dont even acknowledge him.

have fun brother, need to talk about it.give me a call.');
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('16010','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('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('14393','f55e5ef15e','Sounds like a plan. I just need to find enough yardage of material and I will make my new robe. Tambo saw my maroon soft part and said they were fine, so hopefully I will be able to find material before this weekend when I can get Rose to help me sew the robe in about 10 minutes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15524','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('15525','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('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('15531','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('16091','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('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('15169','af2bb9518f','You're good to go! ;-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15170','bb392396d6','Go check this out, it has good views of the front and back of the Aliens suit.  First time I've found good pics of what was on the back

http://www.harryharris.com/suit.htm');
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('15585','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('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('14063','f136727621','would you please go out on the boards and tell everyone that the Lesters play a joke and your marriage is not on the rock?  We have had several questions about that all night and no one believes us.');
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('15428','4a863cb639','Just to let you know, I'm moving the Events for 2006 thread from Pre-Events to the 501st Logistics since its not about an upcoming event.');
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('16174','71aa00a954','Done.');
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('14923','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('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('15080','620854199b','Loki said to talk to you about some Mando gauntlets. The ones that were brought to Corey's were snatched up before I could get any. Ya snooze, ya lose, I guess.   :)  Anyway, if you have time, do you think you could make a set for me? Just let me know how much they would be and I'll give it to you on Sunday or whenever I see you next. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15345','cd4b9b4d31','Hey, are you and summer still going to Chattanooga this Sunday?  We plan on leaving my house at 7:30 AM!');
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('14926','fef72c6ae4','will do skip.  Yeah, I'm interested in the colonial marine stuff.  I've got so many costumes in like this year though, heh.  I just got a clonetrooper, but I think I'm going to sell that to t-bone and work on my mando.  Maybe we can talk more about it at midsouthcon or when you've got some time.  If you have any site urls about it let me know.  I'll shoot you a PM when I get ready to order the TK.  Thanks

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14798','95bd8de376','i can say this,
alot of the events weve done would never have gone smoothly if it werent for those 2 ladys.this is the least we can do.
ill be at coreys this evening when im done with my stop in clarksville.got to drop off armor for bob link.
cya tommorrow.');
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('16138','0125434f10','I sympathize.  Just came off a week of the stomach flu.. ugly stuff.

No, I won't be at the st patty's parade, I'll be at Mid South Con though.  Will you be there?');
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('12740','fb23ce55c6','Your reply to Glenn's odd little fit of acting up on the "Comments on AFT" thread is a masterpiece.  Bravo!  I am still snickering over the line about the copyright form.

Also, satire and parody are covered by the Fair Use clause.  You can do what you want so long as you're not [i:fb23ce55c6]being serious[/i:fb23ce55c6].

Hopefully Glenn will be okay now.  I'm sure he would've been much more upset if anybody at all had said "Dear Sweet Yahweh on a pogo stick!"

Anyway, great post.  Eloquent and to the point.');
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('14972','a50f18647e','heh.. yeah... illness and one stupid Turkish hacker put me behind.

I'm working on 3 more right now at work. I'll be putting those up this afternoon.  I'll be catching back up this week on these.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14478','7b744495fc','Yeah, please do let me know if he has any helmets up on ebay.  I browsed through his site a little.  I'm really impressed by his EL saber work.  I've got a couple custom EL's, but his movie sabers are top notch.  How is your helmet size compared to other mystery helmets or don post.  I have a big head, so the movie size accuracy is probably going to be a must.  Thank you for the response!

- Gooshy');
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('16011','537bd046d8','Any word on that costume book?  If you are going to Coreys this weekend, do you want to run to the surplus store.  I need a flight suite?  Let me know

my digits are 615-210-4673 cell  home 615-599-3440');
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('13395','f52ca728dc','I have no idea.  You know, Skip made Marine armor out of junk, and it looked pretty good!  And a pulse rifle can be had for about $125.  Donald has the link to the paintball company that makes E-11 and Pulse Rifle paintball guns.  The E-11 is crap, but the Pulse Rifle is very nice.  ICONS made a pulse rifle, but it's about 800, I don't know what golden armor PRs run.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16151','51bd2943cb','I didn't want to post this and let any onlookers try to outbid you, but this helmet with the white resin is worth $80 to $110 in my opinion

Since the visor is out, many collector will stear away from this one.  These will become impossible to find later as fett mania grows.');
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('13029','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('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('15570','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('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('13820','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('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('13153','f6e78e21c3','I hope I didn't upset you with my personal question. Your a cool cat, and don't want you mad at me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13185','38323090bc','Hi Skip,

   Thanks for getting back with me. I struggled with which armor to go with for awhile. I talked with Joey, crayfish, loki... They all had great advice and opinions about what to do. If I'm looking at our local group here in Chattanooga, I know that we have one guy with Stormtrooper armor (although he's usually working and occasionally comes out for stuff) and another guy that bought a suit off ebay. Not sure where he is with putting it together as he's pretty secrative about his projects. 

   Anyway, in an effort to bring some diversity to the things we do locally, I'm willing to put the extra time and effort into the Clone. I still would love to have the Stormtrooper armor someday, and it does kill me knowing that you guys could help me put a TK kit in a day or two... but I'll hold out for the Clone. 

   Actually, I talked with Joey and he put me in touch with the guy that pulls the Episode III clone helmets. I actually have that on order (should be shipping to me this week) so I'll be working on that at the Feb 25th armor party. I make dog leashes on the side and that invoice is going out tomorrow, so in a month or so, I'll have the money I need for the armor as well. My goal is to try and have this by AdventureCon, but I don't want to rush it, so the ultimate goal is to troop DragonCon. I'm just planning on hitting as many of the armor parties as I can and pick up as much help and experience as I can so I can continue working on it at home. 

   Thanks again. I look forward to trooping with you guys!

      Jeff.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13189','06c58c9bad','I was wondering what I would need to get (either from you or pick up myself) to get a blaster in the works. I have an Episode III clone helmet kit on the way that I'll hopefully be working on at the armor party, but Dallas and I are bringing 2 friends with us (that were at Chattacon) that are also really interested in the 501st. Anyway, I know I'll be needing one, and I'm pretty sure the others would like to get started on getting one as well. If you have the time to mess with it, let me know how much it'll cost to get a blaster (or 4) together and if we need to bring anything with us. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13192','d8e2336473','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('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('13220','e3f94075e9','I will bring my books.  How is your Royal Guard progress?  Have you made anything new?');
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('13223','cc3c94e913','Corey, don't forget sissy's birthday is the exact same day as jon's.
Do you mind if I resend the mass email out to everyone adding that? Poor sissy thinks everyone hates her, and if a few people that bring presents for jon bring some for her too, it'd mean the world to her.

Just askin. Don't want to step on any toes.
Rose :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13227','3dbff501e2','Sure is! I'm going to totally throw jon off with this too! He'll be so freaking suprised! This is wonderful Corey, thank you so much for all this!');
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('13362','019105f4ee','Provided my dad doesnt fall or any other disaster, I shall be there...');
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('14987','360e5e5dc5','10-4, It's an Altmans, but I need to glue some padding inside to keep it from shifting.

Also just LMK what glove and boots you've got and I'll get the same ones.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15575','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('13391','beb6debc1b','Here is the suit I'm getting, it was shipped today and i should have it for the prop party!

http://web.ukonline.co.uk/bingo275/building_an_aliens_costume.htm

The only difference is, I'm getting the head that has the smooth dome

As for marine stuff, 

www.goldenarmor.com is the only place I know to get the marine armor.

Skip and I will have these done by wonderfest, get to work on Summer's Ripley!  Skip says HELLS YEAH she can carry his pulse rifle and lead us around on chains!');
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('13770','0dadb0e328','To: Tim Birch &lt;timbky@yahoo.com&gt; 
Cc: td69772002@yahoo.com, tk1128@bellsouth.net 


On 2/15/06, Bama Trooper &lt;bamatrooper@gmail.com&gt; wrote:
Tim those sound like great opportunities for the SO!  thanks for getting that info together.  i am going to pass it on to Bob Link, about the closest thing to a Ky squad leader we have.  Bob can help gather the locals togther and see what kind of participation we can muster for these. 
i've also cced one of the staff from clarksville ,tn, Glenn, who is close to those places too.
 
yes i got hte helemt in good condition, haven't had too much time to work on it this week though..
 
thanks for the info, i'm sure we will get on them soon.
 
-joey


 
On 2/15/06, Tim Birch &lt;timbky@yahoo.com&gt; wrote: 
Joey;
I have a line on not one or even two, but three events for the Southern Outpost that have come to my attention that I want to pass on to the S.O. Command Staff.

(1) KY Lions Fair Blind/Deaf Camp, July 2nd. Photos &amp; autographs for handicapped children and their families. 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. URL: http://www.lions-campcrescendo.org/blind_camps.html
(2) A sci-fi/fantasy "mini" convention at the University of Kentucky, March 31st &amp; April 1st. It's called "UKon" and the URL is: http://www.chris-crockett.com/ukmsu/modules/news/index.php?storytopic=9 
(3) A possible tour of a children's hospital in Lexington, the Shriners' Hospital for Children. One of the gentlemen that my father works with is on their Board of Directors or something. I don't have much info on it at yet but it's something to consider. The hospital's URL is: http://www.shrinershq.org/shc/lexington/

Did you get your helmet, btw? I hope it works out for ya. Please let me know what I should do next. Many thanks! 
 
--Tim Birch (TK-Tim)');
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('13504','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('13507','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('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('13521','eb6a1be212','Let us know the details of the pre-armor party.  We'd like to come.  Casey picked up his trooper blaster yesterday.  He's REALLY hard to deal with now.  He also wanted me to let you know that as of late yesterday, he still couldn't get onto the board.  Can someone re-authorize him?  I think the first one must be floating around in cyberspace somewhere.  He wanted me to give you his e-mail, in case he made a typo and that's the problem.

J.A.F.T.501stso@gmail.com');
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('13562','91d381ef6a','Cool.');
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('13567','7375f4b83c','I am so coming to your b-day event. working on my Boba to get it ready for friday.');
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('15620','86ae8e8288','Hey, get on IM.');
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('13573','83b5b4dbf6','how many people are coming to this party on friday? 

actually who is coming? are you dressing up?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15741','51b81d6e53','Are you talking about my ammo belt? I will keep you in mind, if chase doesnt want the jumpsuit. do you still want my vest? need to sell it.');
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('13599','e4f6e3ee70','You
Matt
Derek
Loki
Jester (tentative)
Me (in costume)
Chris w/R2
Clutch (tentative)

Think that;s it. Can Summer come in her Mando?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13600','2e03b2267f','maybe  for summer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13604','d34791469b','Happy Valentines Day !!!!!!');
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('13658','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('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('13910','9ddbf67e1f','How's it going? I've been talking to a guy that's on the Clonetroopers.net boards (and also a member of our group, although he's been away for awhile). Anyway, he's in the process of getting Clone armor. Not sure if he's talked with anyone here or not, but I gave him the link here. He wanted to come to the party as well. Not that he has anything to work on yet, but just to try and pick up a few tips so "we" can maybe work on our armor together once it gets in. His name's Bob, but he goes by [JW]Yoda on our boards. He's got two kids, 18 and 16, and asked if it would be ok if he and they could come. Again, I told him he should defintly sign up here and post his request, but if you think it's ok, i can let him know. 

I found out yesterday that my Clone Helmet has not shipped yet, so it looks like I won't get to work on it at the party. I also have a Jango helmet I got off ebay that hopefully will arrive to where I'll have something to do when I'm there. I figure I can shoot for a custom Mando while I wait for a certain check to come in (which is going towards the rest of the Clone armor). From what Jester tells me, a custom Mando can be made for under $100. That sold me! Anyway, in case Bob doesn't sign up here, if you could let me know if him and his two sons can come, I'll let him know. Thanks.');
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('13947','a6ffe7b33b','I am not going to Memphis tomorrow, so if things change and you need/want me, let me know. (Cell phone is 615-957-9747.) I do have a Luke ROTJ costume, although I just started growing out my beard this week in preparation for doing Dooku or Obi-Wan at the St. Patrick's parade. You can see pictures on rebellegion.com .');
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('13968','d2b54394ac','Dude, what's with these personal attacks?  The Alabama peeps and Lester aren't  doing themselves any favors.

I am impressed that Joey is defending you here on the open forums.  Maybe there's some hope.');
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('15242','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('13979','75be1f51f1','that's the funniest thing I've read all night.

I can't believe she's still mad about a comment you made a year ago.  These people need some prozac.');
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('13975','7739b3ba61','Yeah, Laura got roped into this mess too.  I think she sees me as kind of a younger brother, and she's very protective.  I feel the worst for her because I think she's the only innocent party involved.

I screwed things up with Sissy partly because I was afraid of hurting her.  We had dated before, and then started again but something just wasn't the same.  I should have had the guts to talk to her about it.  

 I know we can't go back in time and fix things, but we can sure as hell move forward knowing where we stand.  When I read in the "Split" thread that you'd lost a brother over this situation(and I'm [i:7739b3ba61]ass[/i:7739b3ba61]uming you were talking about me), it hit pretty close to home.  I'd forced myself to forget how close we were before because I couldn't deal with what I thought was a betrayal.  

Now I know what really happened, and it pretty much boils down to some bad decisions on both sides(at least as far as you and I are concerned).  Unfortunate, but hey, we're dealing with people here and sometimes people screw up.  I'd say "forgiven and forgotten" but I'm not sure you even have anything to apologize for.  I know I'm sorry though.  I'm sorry this whole deal got as bad as it did, no matter what outside influence there was.  And I'm sorry for the time we lost.  But at least we can make up for that.');
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('14002','1f4a1f2802','Hang tight my brotha, I know your giving it a hell of a shot and I appreciate what you're doing. I've talked with Joey and gone to lunch with him all week and he's been telling me you are working hard to reslove things. I see your posts and they are good. I know you don't think you get support from down here but you do. Screw this AL vs TN thing. I like some of you TN folks better than I do some of the folks down here! Keep up the good work, and let me know if I can do anything from down here to help.

Z-man');
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('14021','3ca323a338','Skip is currently away from the computer. I THE TROOPERMOM BITCH FROM HELL  :twisted: have taken over. 

Sorry he probably won't be getting the computer back tonight to reply to any the bitching. Sorry!

I on the other hand may have to throw my 2cents in. For a NON MEMBER my name sure seems to get brought up on a lot of SHIT. Think you might be able to shed some light on that for me?

LOVE YA
Jenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15274','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('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('14027','ae07b1f67f','you got it trooper mom, just ask I will see if I can help. Will you please make sure my message gets to Skip? I'm really trying to keep this TN vs AL thing from happening. I REALLY do like some of you TN folks better than some of my people down here!!!!!

I keep telling Skip about my first event at ST patricks day three years ago, and how I stayed up late just to meet all you guys and how ya'll made me feel like I knew you for years! I'm so sad to think that could come to an  end. Shit, I wish we could go back to the day when it was just a few of us ol white stormies with Skip being Vader. We were all so innocent and fun back then.........

Z');
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('15205','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('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('14084','78295edc3b','What is Jeffs deal? 

Your level headed and sincere post really spoke to me. He keeps poking his head out and taking stabs and ducking away. I asked him to explain his tactics, but to no avail. Just when it seems like things in the outpost looking they are getting better, some laughing, you and Joey have some great sincere posts, bingo! He calls you out again? I dont get it.I know thers more behind the scenes, and he is going to share the pm's like bubblegum, but I mean seriously?


See you Saturday...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15767','113dab384c','It's ok, but you so owe me.  Have fun in your hot tub. :cry: 

I have no idea what was said at Dereks.

You know how I know your gay? You want  to do a girl. :wink: 

It's not wrong, it's all good. no worries.peace out.');
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('15542','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('14125','e0be3627e7','im not concerned with pot shots by members.
and the only issue with jeff,joey,holly and suz is that once they became friends joey and jeff began excluding the command staff and ultimately the members.
this has even happened the other day.during my phone conversation with joey i was able to show him how just 2 days ago he did this regarding the "PMs to cray"
which by the way,i went off on because i havent sent anybody anything,especially a member for having a difference of opinion.

wish this would go away,i worked on alien more last night while jenn read the posts.i hardly care to bicker over a handful of loudmouths that are upset that they didnt get to go to a certain event or whatever.
good to hear from ya by the way,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15548','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('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('15554','ee043ec405','Hay Bro,
Hope all is going good for you today...

I think I found something I enjoy and Im good at and would like to make a proposal to do it, but wanted to talk with you first..

I have been staying on top of pre events since about the beginning of the year.. In honesty, I love doing it and for the past year I have seen a need for an Event coordinator.

So, my proposal is simple, if at all possible can I somehow slip into the Command as a Event coordinator?
IE I would take care of making sure all our events are coordinated (duh) 
Keeping the rosters up to date, making sure that events are on the SO green light and coordinating between the event liasons and our command and members.
I would also be able to coordinate with any pr IE newspapers, radio etc, to make sure we get some press out of the events we do. This would involve me making sure the media has press releases when we attend events. Press releases would be made to explain the 501st SO, what we are about and what we do, as well as our part in whatever event we are doing.

As to events:
I would still maintain order with our rosters.
Make sure events as they happen are moved from the pre event page to the archive and a event thread started in the events area of the forum so pictures and event mission reports can be posted and veiwed.

At events I would take the responsibility of making sure we are where we should be on time. Coordinating line up at parades etc. In other words being the person to tell people we need to step off at such and such time and being responsible for that happening on que.

I would also be good at this as I am home during the times when many of the contacts for parade and events are at work. IE I would be able to do things in a business like manner and take care of following through with all the details. Per the Events people..

On event days I would also be responsible for making sure everyone who is expected to be present is. IE I have no problem calling people the night before and saying &quot;Are you still making it?&quot; Day of the event, late commers would be getting a phone call asking &quot;Where are you and if your not coming, why didnt you call to let me know&quot;

I know Im repeating myself on a lot of this stuff, but after basically coordinating this past weekends event in full I really had a great time. I feel like I accomplished a lot and in the end felt very much a useful part of the SO. The only thing I lacked was the official title and the power to truly make decisions based on the rules and regs set down by upper command.

ANyway hope that all made some sense. Im typing fast cause I hear JR getting into trouble downstairs so got to go quickly.  :lol: 
Call me or pm me, whatever and let me know what you think..
Thanks bro and have an awesome day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14132','690b70681d','Hay There,
Just wanted to let you know that even with all the garbage happening in the SO right now, I will be at the Bday party as Vader tonight..

I have to be at the Nashville Segway dealer at 4:30 to get my new kickstand installed and after that Im hoping that Loki can hook up with me so I can get some dinner, if not Ill be in the parking lot waiting for everyone  :lol: 

Cya tonight...');
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('14140','675b535e9e','I'd like to take this opportunity to say:

wha????

Maybe I'm dense, but it seemed to me that every time I see either one of you look at the other, there's smoldering -- as in, "Johanna Lindsey just [i:675b535e9e]wishes[/i:675b535e9e] she wrote romance serials that hot".

I hope you found out the source of this unobservant nitwittitude and attached a voodoo doll of 'em to a dart board.

Boy, some people around here really ARE dumb.  Sorry.');
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('14203','a2e9964ba0','Close your eyes!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14204','3181091a67','Thank you for letting us attend the gig.  I had fun, and it  was the debut of my new costume. plan to upgrade quickly so I can look better.

if they need us again,just let us know.

peace out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15768','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('15793','435c0a9a05','You really don't need to send me anything..thank you..but if you must

Glenn &amp; Mary Tamboia
2573 Cardinal lane
Clarksville, TN 37043');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15794','48e3b0fc6d','Dude, maybe you can help to explain this crap with Hammer and Joe going to Skywalker Ranch with Corey. I mean, Im pissed about it and very hurt. If it was just Corey and Richard going, I would be like cool, thats awesome. But come on Hammer and Joe?! Hammer is a spoiled mammas boy with zero talent and just because hes got rich parents thats the excuse for him to get to go? I mean, I was never any asked about this! Even though Ive had Coreys back through everything here in the Outpost. Ive considered him to be a close friend and now he does this to me. I would have gladly taken the time off to go. But I guess I didnt make the cut that or Lucas asked for the biggest and smallest guy from our group to go. Now lets look at Joe. He hasnt even paid his dues in my opion.

Fuck it; they can all go to hell for all I care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14187','78642c5778','My ex-wife has informed me that if I take the kids to clarksville today she's going to take my visitation rights away.  She's watched TV and they're on there making this seem like it's the end of the world.

I'd like to come up tomorrow andwork on that stuff if Jenn will allow us in the house.

Gimmee a call');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16080','5cbcc37811','i will check it out.

are you going sunday? I think brandon is coming, if you want to bring the snowtrooper for him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16081','58f75a3e3a','yes..I'm comingggggggggg ahhhhhhhh');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15667','a8ae7a986a','Got some pictures for me???

As for the fart thing, I was not mad. It was all in good humor. Until next time you are asleep, I color you with a sharpie.  :shock:');
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('15720','2332fb466f','Thanks.');
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('15239','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('14353','14e1547d8e','Hey Tambo, I gotta a question for you...  On the Mando bucket, when the rangefinder is down, does the earcap move with it or is it stable.  I'm having some trouble getting mine to stay on.  Whenever I move the RF down the earcap gets in a bind and pops off.  Thanks for any help bro!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15798','071b3ffffe','If I made that bellhop costume, do you think people would get the reference if I showed up wearing it?

Just a thought.  :D');
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('16180','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('15867','04f138a2ef','What if we just get a suitcase and make them carry it around at an event. Handcuff it to their wrist. that would get the point across.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16177','0377713382','Wow Chris, thank you very much.   :D');
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('16069','ad98e03067','I have the book now. I am going to Corey's and a trip to the surplus stores sounds good. I need to get a jumpsuit for my mando/see what other kind of cool crap that they have. I will bring both books on Saturday.');
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('16164','2bcfec2a6e','PM Joey, TD152 and ask him about when he will be doing another pull of gauntlets. Those are the ones that Loki had, but all of them are gone after TImmyCon.');
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('14295','f89e9d46d0','I had special access to the members pages. Only trash compacter, General/OT, and pre-event planning though. Just sayin :) 

Thanks for getting everything back up! You rock!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14296','408a4e0481','refresh and try it now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16168','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('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('14516','a516c2cf39','let me tell you...I did even better..and I'm watching another one for you..I hope I can get it as cheap.

check it out :o  :o  :o 
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=7589866310&amp;rd=1&amp;sspagename=STRK%3AMEWN%3AIT&amp;rd=1');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14549','50acd0c747','Hey Corey!  Wanted to yak...  Got a phone number I could do this with?');
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('15219','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('14699','18c1956333','I just got off work.  Saw your msg about possible video work.  What's the scoop?

You can call me at 931-378-2224.  I'll be up a few more mins 4am.');
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('14727','00c307748e','sure.. we can compare our 2 cells :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14735','2c84181ad1','did you go on your date?');
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('14741','ea9c425dcf','You still coming to Atin's Prop Party this weekend???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14743','678d14eb8a','Cool. Glad it went well for you. I have never been to see ballet. 
Summer and I want to see Phantom, if that comes back to Nash.');
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('14745','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('14746','2fae29db21','hmmmm, looking out for you. want my friends to have fun in life.

or else!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14759','85584f50f3','Do you still have a set up gauntlets for me? Also, how much did you say they were?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14761','0709bdc4fd','Were you able to find that airbrush paint?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14766','9f7b33e396','Aww she isn't ready for paint yet, how sad. We can probably do it on the 11th. Corey is having a party then right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14776','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('14777','2a8400997b','Alright my armor pimp, i'll try and bring more.!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15129','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('14790','e29a7d64fd','tard!');
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('14847','06cc1139b8','Not that LOOSE.......');
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('14850','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('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('14854','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('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('14872','d99b100459','Shannon,
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.
It became a debate of who was a candidate and who wasn't.
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 in the group 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('14873','900c79b895','Thad,
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.
It became a debate of who was a candidate and who wasn't.
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 in the group 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('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('14878','65ac5e961d','Thank you!');
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('15127','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('15128','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('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('14893','547cc646e2','Right now we're in the same boat as we were before.  The command staff stands as is.
I plan to be the watchdog though. That S.O.B. so much as looks at anybody the wrong way and I'll tear into his ass as bad as before.

I'll go to the Cub Scout thread right now and build it up!');
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('15235','391abbe685','http://chattooine.proboards39.com/index.cgi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15236','f8ca084583','hey derek, starla here...todds out of town right now, and im on the phone with him right now...he has a request of you, if you dont mind...he and jeff lester are both wanting you to grab them each a copy of the costume book that was being passed around at coreys.  they said theyll give you payment at the restaurant, since were planning on coming. (todd, me, ryman).  he also is wanting the &quot;last of the jedi, book number three.

(sorry theres no apostrophes...my button is stuck.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15873','bee1acd419','Some of these jokers would need a cargo truck.

I hope the message did get across. I wasn't trying single anybody out, just make a blanket statement.
There's some people in our group that are just never satisfied and will always be the complainers. They'll hold on to one brief moment in time where they felt they were wronged and instead of discussing it with the offender, they'll pack it away and carry it with them. 
The Talladga topic is one that won't seem to die. 

It makes me throw up in my mouth... just a little bit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15208','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('14907','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('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('15214','45a6630509','Hay Joey,
Hope all is well..
There are to events in the pre event area that I asked TK Tim to talk to command about.. One is a Lions Club Camp in July the other is umm I cant remember off hand..
Anyway, I read your thing about the events and when they are suppossed to be ok by command, so I have held off on putting them on the main roster thread I keep up..
Question is, should I go ahead and put them on the roster list as people are signing up..

Also, I know you had the bucket here for my AT ST driver, but I cant find it anywhaere, did you take it back to AL with you????

Hope all is well..

Have an awesome day...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14909','7c8ec1a58b','hey bro, just wanted to let you know that I am more than glad to be a room captain, or what ever it's called. I am unsure how many persons are needed per room, but I would assume that &quot;my&quot; room would have myself, Rose, my brother Tim. Let me know what I will need to do if we'll need to fit another trooper(s) in the room.

Oh and thanks for the rank badges this weekend.

~jon.');
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('14942','f85a1e808e','been Pming back and forth with chuck.
he sent corey a Pm about making good with the group.
ive been honest with him and told him the issues with drinking beer and using hotel rooms without paying.its been nice,im not being an ass or anything like that.
i get the impression that he wants to be friends and truely didnt know he was being a burden(or im being played big time)
i think you and corey are the main 2 he has taken advantage of.if he contacts you please discuss this with him and lets get this worked out.
i know its uncomfortable but i think you guys are good enough friends to just get it out in the open.
especially since i dont think theres a drop of malice in chuck.the guy has had a rough few years,and just needed some friends,maybe his social skills need some work,but i dont think he truely was out to use the group.

cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14951','2eb72b1d15','Thanks,

Another question. What thickness are most people using?');
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('14963','a50f18647e','heh.. yeah... illness and one stupid Turkish hacker put me behind.

I'm working on 3 more right now at work. I'll be putting those up this afternoon.  I'll be catching back up this week on these.');
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('14977','cb1a1f691a','If we go to the parade, does it mean,we cant wear Jaster or your Jango?

are those slots full?');
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('16014','c4ba89da78','PLease ignore the last PM from me, I was replying to Skips PM and some how sent it to you...

But while I'm here, I got acouple minutes to type now Man, I know Ive already said this and well I probley say several more times before I shut up, but bro, Im sorry for blowing up on you. Like Rose was telling you, Ive not been well lately. My job is just been kicking my ass and now Ive got taxes to pay, which I thought I was taking out for that but Im too stupid figure it all out and than I get frustrated! Ive also started having this trouble with my lungs, when Im asleep I keep waking up gasping for air. Worst part is I never had this problem till the past 4-6 months and it seems to be getting worst. Due to this Im not getting the required sleep, which in turn makes me into a real asshole, just ask Rose. My health in general has taken a turn for worst over the past couple of years. Between you and me, Ive been having more and more trouble with hand eye coordination and some days I have shakes in my hands to the point that I have to focus on each letter as I sign my name, etc. 

But all of this is far from an excuse, but hopefully it gives you an idea of the added stress Ive been dealing with. I tell man, there are just a hand full of people in the SO that I really click with and you are one of them. I really dont know what Id do if I didnt have that friendship. Rose can confirm just how much I cried over all of this last night. I dont know what to say ya know.

Anyway, Rose is all excited about MidSouth and she was going on about wanting to have a campout at ranch Corey this spring you know how she is, shes kinda crazy well she is crazy, but in a good way.');
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('15189','39f183e05c','Thanks, I loved doing it.  I added the part I got from you, and attached a mesh hose.  I will take a pic of the part added with paint when I get back in town.

I am going to do the camp pheonix, and try to get up to the museum another weekend.  If there are any other followup event we may be up for that.  sorry for the waffle');
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('15231','6048e2abe2','Yes. Please bring it Saturday night.');
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('15076','77b2261a80','Hey Mr. Z,

Could you show me the type of underarmor you guys use for the shirt and pants?  I'd really appreciate it if you'd give me a name or link me with a url.  This one piece suit just ain't workin anymore, haha.  Thanks

- Gooshy');
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('15074','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('15109','34ba019cb1','I talked with Joey last night for about an hour. Real good conversation. 
I feel better about alot of things after talking to him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15343','ef71acac07','Probably.  I don't see why not.


Oh, by the way, I found a picture of the &quot;Ripley Boots&quot;.
MSC is the 24th!  Better get cracken!


http://www.harryharris.com/reeboks.htm

This website has good pictures of all the props and costumes from aliens, especially the marine armor!');
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('15131','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('15138','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('15139','be0057ad51','Skip,
Can you check the GA database and see if they have an emperor for the St. Patty's day parade.

Thanks,
Derek');
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('15146','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('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('16153','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('15151','d9cb8192ad','No, Its a Sunday morning 10-4pm EST.

+ I'm not sure what the fan force will have there, they have a lot of kids in robes and toy sabers, so technically the '501st' sn't going, but some of our membes are individually..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15160','b8253fa254','I am currently on the list for COSMI, but if the firefighters troop becomes official, I would like to volunteer for that and offer my spot to someone else.  Starla and I could both troop the camp pheonix event, where only I have a costume appropriate for Ohio.  If I am needed in Ohio I will be there, but I think this camp pheonix can be a wonderful thing to do for our comunity, and for our outpost.  You may not know this, but Starla's brother was killed on duty as a firefighter, and her remaining brother is an active firefighter.  Please share your thoughts on this');
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('15175','c8c6190929','Okay, ignore the hokey outfit, because it can be fixed.  Does [url=http://www.barbiecollector.com/showcase/product.asp?type=&amp;subtype=&amp;product_id=1003515]this[/url] look useful to you?  I've been offered a ludicrously cheap one but wasn't sure if it looks enough like any of the potential victims-- err, &quot;leading ladies&quot; of AFT.

And, hey, it's the one for your birthday!  If you're into that sort of thing....');
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('15253','a89792fdd3','I already picked up Jester's copy. I ordered one for Todd, and there is a good chance that I will get it in before Saturday. I will look in the morning for the other book and see if we have it in the store. Glad that you all will be able to make it on Saturday.

-Derek');
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('15257','4765f05edf','Are you available on sunday march 12 to do a kids party?');
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('15285','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('15266','a50ec5ca14','Yeah i have the helmet kit, It was in my boxes of stuff we loaded in a hurry, i'll bring it to the parades ..


Yes those events in Ky. are OK to add as 501st Events.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15267','a50ec5ca14','Yeah i have the helmet kit, It was in my boxes of stuff we loaded in a hurry, i'll bring it to the parades ..


Yes those events in Ky. are OK to add as 501st Events.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15268','5faccdceb5','Thank you sir.. :) 

Ill add them right away...

Good on the Bucket.. What do I owe you for it?????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15281','da8d633201','Yep.
Give me a call during the day at 615-320-1195.
I'll have my price books handy.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15725','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('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('15332','a0d4596693','Sure I'm in unless somethnig comes up.');
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('15852','2feac459e8','Just let me know when is a good time. I'm in no hurry.
Susanne has your neck sizes and will get the neck seals ready sometime this weekend.

I'll have to check out Scalper's post.');
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('15326','2248396a03','The kids party is at 12.00 on sunday march 12th. plan is to get to his house no later than 11.30.(earlier the better) we will be dressing up next door at neighbors house. we will convoy to location.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15327','3e33e0da59','The kids party is at 12.00 on sunday march 12th. plan is to get to his house no later than 11.30.(earlier the better) we will be dressing up next door at neighbors house. we will convoy to location.');
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('15375','ead9357485','Can't make it. Can't flop the work schedule for that time of day. Sorry.');
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('15379','6a6b08f385','When we all meet up Saturday, could you bring my S.O. car magnet?
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15380','30c359a0ee','When we all meet up Saturday, could you bring my S.O. car magnet?
Thanks');
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('15665','d60513dce8','Hay There,

Doing actually pretty good, a little bit of hand tremors, but other than that keeping my spirits and attitude high..
The event this weekend was great, everyone of our people seemed happy. 
I started appolagizing after Joeys post yesterday as we dont have this black &amp; white line as to what is official and what is not.
The event was on the forum before the hack and was put back after the hack. No one stepped up to coordinate, so I did. So I take the responsibility for it if something was wrong. Same thing with the pre event roster thread I keep up. 
You all know me, if Im responsible I take the good and the bad that comes with it..
Not really sure where all the posts are going except to say that we need an official events coordinator.. I have sent Joey a proposal for myself to step in and take that position. I have the time and energy to do it and do it right. I also beleive in the rules, when they are in black and white, not a gray area left open to everyones interpetation..
Like I also told Joey, I found a niche I enjoy and makes me feel like a useful part of the SO.

I have lost another 3 pounds in my diet, really slimming up and I think this is helping me immenslly.

Now if the weather would warm up and stay that way I would be very happy..

I will be out of TN for most of April. I have my cruise the first 2 weeks and then when I get back, Richard, Hammer and myself are headed to Skywalker ranch to meet with George finally.. Very excited about it!!!!

Well thats about it on my end, call me sometime, or blackberry me *L*
atin@mycingular.blackberry.net

Have an awesome day');
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('15446','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('15455','4a98ae9362','Email sent Hippie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15459','160dddd00d','What are your thoughts on the Atlanta parade at this time?

Susanne and I are wanting to go, but don't agree with the arrival and departure arrangements that are being made on the thread. We'd rather arrive when, and park where, we want and leave immediately to get back to Chattanooga/FantasciCon. 
This is one reason I haven't signed on to the roster.

I figure that if there's a problem, Susanne can smooze Keith and he'll vouch for us. Yep, tell Holly that Susanne's moving in on her Georgia man. LOL

I figure if Susanne and I do go, we'll just blow in at the last minute, troop the parade, and get scarce before anybody notices... kinda like the Lone Ranger. LOL

GADS! Guerilla-style trooping. Has it come to that? LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15865','479e778f2c','I wondered how many people would get the reference.
I've thought about purchasing a bellhop cap and giving it to the ones that bitch the most.

These guys have got to let go of this stuff and just enjoy the fun.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15599','bda4425efc','Do you now if i get to wear the Boba for the parade in atlanta? 

Or does  the atlanta garrisson have that confirmed?

keep me posted');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15493','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('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('15507','0ad51c342b','Hey it's cool zman, don't worry about it.  I think I may just sit this one out and just go to the parade in civies and enjoy it and back you guys up as well as take photos.  Cya Later Mr. Z!

Gooshy');
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('15523','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('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('15541','f5a8310893','Tambo, how's it hanging bro?

I was talking to Jon about his helmet, and he said he thought you might have one you were considering recasting.  Any plans in the near future to do this?

I bought Gooshy's clone armor, and I'm not sure if I want to do a BFI jet trooper or the EPIII 501st trooper.  Trying to find a bucket that won't break my pitiful bank.

Lemme know,

TB');
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('15652','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('15713','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('15714','3cc8b800b5','hey tambo...it's starla, todd's wife, and i didn't write that post...my retarded husband did...i signed up, but wanted to stay low key so no one woud recognize me, but it's his brilliant idea to put the pic of one of his ex girlfriends up there as me so we could play a joke on loki, since she's vietnamese.

actually, i needed some info from you anyway...would you mind giving me your address so i can send a small present for mary and the baby?  i've got it here, just don't know where to send it.

if you can extract me out of this mess todd's gotten me into, i'd appreciate keeping a low profie, if possible.  thanks, star');
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('15773','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('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('15769','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('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('15675','001b84eda1','WOW, very interesting and not as dark as we all where thinking  :lol: 

Thanks for the links. I was going to see what I could find out, but was busy with a million other things after I got back Sunday..

Thank you again for attending and participating, you did great as a RG..');
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('15679','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('15717','4f4e5c289f','Just wanted to give you an update. the party is at 12.00pm. its right off ft. campbell blvd. i am going tomorrow to time the route from my house. we will meet at krogers most likely and drive up as a group. meet time for krogers is 11.00 am. (krogers next to jack in the box)

keep you posted.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15691','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('15692','113dab384c','It's ok, but you so owe me.  Have fun in your hot tub. :cry: 

I have no idea what was said at Dereks.

You know how I know your gay? You want  to do a girl. :wink: 

It's not wrong, it's all good. no worries.peace out.');
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('15694','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('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('15696','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('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('15735','78273f31c4','don't eat too many tacos, there suppose to have food for us at the party.

don't know yet if i am coming, I have to work till 9.30 that night.

no problem dude, you did an excellent job of keeping us in check. i say you organize another one, you have my vote.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15736','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('15739','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('15746','874be16fa8','Yes..sorry for the delay.  I ran out of Resin and all the guys took my extra rockets at the prop party.  I just got some resin in and I'm going to make yours this weekend.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15776','a04ba91e8e','Ok, she has been funded, so we is in business!!!!

No I didnt use your paypal account, although it was tempting , but no password  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15987','7b8c75428c','TIMMMMMMAAYYY!!!

Maybe the earthquake dream had something with you guys going to California!!! Maybe there will be the motha of all quakes while you guys are there!!!! (I'm just acting jealous again!) By the way, I AM VERY jealous of you guys!!!!! But I LOVE it for you guys too!! That is gonna SO RULE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I know Jon was the one you talked with. He was pm'ing me about having his feelings hurt that he didn't get picked, but then felt REAL bad about it! Think you'll be able to squeeze him in?

One quick point I want to make. I'm not trying to bring up stuff from the past, but in Joey's defense, this is EXACTLY what happened to him with the Talladega thing. He felt as bad as you do on this event that he couldn't just pack everybody up and take them with him! I know you feel bad, but hey, some people get opportunities that everybody just can't logisticaly do! So DON'T feel bad dude! Go do your thing and know that 99.9% of the group backs you guys!

Please keep a log and pics and send them while on the road, and please represent us well and make the SO known!!!
Hey! You mind if I send a case of my dad's bbq sauce for George and one for Steve? Who knows they may like it and want more!!!

Take care man, let me know if I can help in any way.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15787','031988030d','Dude, I just sent a PM to Corey bitching about that and it isn't so much that I really want to go (which I do), but I've always taken sides with COrey and more or less always had his back so to speak. I say Hammer just this weekend and he never mentioned a word about any of this. I just feel hurt, because I feel I've been lied to or at least kept in the dark. Hammer is a spoiled mommas boy... that's how he can go so long with out a job and this is his reward... boy all that hard work has paid off! ANd Joe... I don't get that at all. I mean did Lucus say &quot;bring the biggest and the smallest person from your group?!

I'm just venting.... 

Hey on a happy note, Rose and I have been together on a serious level for one year as of today!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15796','50b31b4d75','I just went ahead and sent Loki a PM also I mean to me, its a trust thing. I dont know how many times Ive paid for Corey lunch/dinner, paid for drinks, etc. Same with Hammer, Ive always picked up the tab and now he keeps something like this from me Im just pissed. Dude, I spent weeks building Hammers Mando costume while he sat on his ass and stuffed cheesse burgers in his mouth and this is how he repays that friendship?! Every time Corey is down, Ive always called him, emailed, etc and now the chance of a lifetime comes up and he turns his back on me?!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15807','e822f9821f','Hay Z,
Well it was a good thing, now everyone is PM me and pissed cause I didnt ask them to go..
Fuck it, Im not going either..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15880','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('15984','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('15985','9bc971edd1','[quote:9bc971edd1="Jester"]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?[/quote:9bc971edd1]

I'm shaking!!  :shock:');
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('15981','4864982beb','Hey bro, I've been tossing and turning all night about &quot;everything&quot; I'll PM you some more through out the day, as I find time. But in short, &quot;I'm in&quot; all I need to know is a date we will be leaving and an approx. return date. Also you said you need some personal info, just let me know what you need and I'll get it to you ASAP.

Thanks again bro! Loves ya'!
~jon.');
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('15999','7b724ecdf0','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16007','6811208c50','Hey, you going to MidSOuth? The only reason I ask is Corey's got a room for me Rose, Joe&lt; Loki and I was wondering who else was going to be in there... ya' know?

cheers
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16012','d3ef632b9e','Hey man, not seen any new ATF or posts from you on the boards.  Life treatin you ok?  How's it going?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16013','20010e1acd','Actually Corey just emailed me this morning and was explaining that he had an extra room that connected to his and would like Rose and me to stay there. I told him wed take. Ill get the details from him and make sure it works for us, etc.

Yes, Rose Tim and myself will be coming down for the parades that Friday night. Weve not gotten a room for that, but I figure well deal with it when we get down there. Im really looking forward to the gay bar on Saturday.

As far as my personal situation. Dude, Ive had like a total complete meltdown. I was sick for an entire week, than I turned 30 and my job has seriously been kicking my butt even though its the same job Ive done for years (CAD architectural drafting). For whatever reason my mental and physical condition has taken a turn for the worst and Im just trying to deal with it the best I can. It just seems like I work myself to death, but still cant make enough money to live a comfortable life and maybe Im just expecting too much from life I have so much to be grateful for already. But I suppose we all go through this at one time or another.

love ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16018','93c7a5143d','Hay Skip,
Sorry I dint get your message until this morning, have been very tired of late, so went to bed at 18:30 last night..
Anyway, I was talking with Loki this morning. I reserved 2 rooms more for midsouthcon.
I know Joe, Rose and Jon where looking for rooms as well as you and Jen.
Loki has a few people also.
Anyway, the room is open to you guys.
Let me know..
They are 2 conecting rooms, so you all could use one for sleep and one for costumes  :lol:  :lol: 

Also when I see you I need to talk to you privatly about something in the SO, actually a person in the SO.. Very seriously and I dont want to pm it back and forth.

Thanks and have an awesome day');
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('16022','585233416d','Hey my man. I wanted to pm you today, after all that yesterday. Just to say hey, and also to let you know how much Jon and I love you. It really had been the worst week ever with his job, and he'd already contimplated quitting on the spot monday. Oh man, it's been rough, but that's what we go through. And because of that, Jon lost it. I hate it when that happens, not just because of what he might say and not mean, but also because of how much he might hurt others, and ultimately himself over whatever it is he's said. He was in tears last night, not because he did or didn't want to go, but because he felt he hurt you.
You've been through more then we could imagine, and to even think of hurting you is unfathomable to us. Jon talked last night about the first night you and him really connected, out of everyone, you sat with him and felt what he was going through. He loves you man, and I love you. Thank you for being our friend.

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16037','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('16043','ad98e03067','I have the book now. I am going to Corey's and a trip to the surplus stores sounds good. I need to get a jumpsuit for my mando/see what other kind of cool crap that they have. I will bring both books on Saturday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16049','6ad12044eb','Still on target...count me in!

TK-Egon!

Woo-hoo!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16050','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('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('16085','a2ded8b46e','absolutely nothing...you've taken the time to open up your house and life to todd and i  and you've never once treated me like the total sw amateur moron that i am.  i plan on thoroughly pickin your brain for info on publishing/writing too...that pretty much makes us even, i'd say.

star');
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('16096','508b3c04bd','Hey Skip, do you have any pics of the markings that go on the side of the snowtrooper back pack?   Did you freehand yours? any info is much appreciated.

thanks, 

Ivan');
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('16129','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('16130','b613a3aff9','Atin,

Doesn't look like I'm going to be able to make the prop party on Saturday. I'm getting over what seems to be a case of the flu. Even though I may be over it by tomorrow, I still may be a carrier. It's not something I'd think anybody would want me to share with them.
I'll sit this one out til next time.
See you then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16131','b613a3aff9','Atin,

Doesn't look like I'm going to be able to make the prop party on Saturday. I'm getting over what seems to be a case of the flu. Even though I may be over it by tomorrow, I still may be a carrier. It's not something I'd think anybody would want me to share with them.
I'll sit this one out til next time.
See you then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16132','fbf77d8a29','No problem man, I dont want the flu again..

You shall be missed..

Get to feeling better and I will see you next weekend for the parades..

 :)');
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.');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('1698677948','ade7567f472ba961236c6948013601e2','a:7:{s:14:"search_results";s:27:"14, 120, 144, 156, 157, 158";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('389697897','9e17a1133cfb0e2b7b537de611ae858f','a:7:{s:14:"search_results";s:2:"33";s:17:"total_match_count";i:1;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:5:"posts";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1175865353','e5ebd2df358c77c5dd4b637088a185c0','a:7:{s:14:"search_results";s:25:"523, 910, 912, 1215, 1231";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:5:"posts";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1664532230','a6c29674a1bdc107daa51097ebdea204','a:7:{s:14:"search_results";s:109:"14, 18, 27, 28, 29, 52, 62, 66, 88, 109, 110, 120, 136, 137, 138, 142, 143, 144, 151, 152, 154, 156, 157, 158";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;}');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('lonly','20','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('enjoyable','117','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('liveit','119','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('quicker','489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tought','490','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('banter','497','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('senseless','501','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('reregister','525','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('collective','532','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('sht','535','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('waking','537','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('cared','597','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('dispence','630','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('psychiatric','634','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('outcast','786','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('definate','1069','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('silla','1078','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('steal','1207','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('16th','1226','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('sweeped','1493','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('storming','1490','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('eb','1469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consisted','1468','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('rematch','2623','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('wrestler','2900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wwe','2901','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('holstered','2956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiddies','2957','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('here','3128','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('hokk','11543','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('utility','3362','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('endevour','11542','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('with','3592','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('calhoun','3674','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('stormed','3679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swears','3680','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('gambling','3760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metropolis','3761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reception','3762','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('cheryle','11541','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('tk5920','4238','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('td6873','4229','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('taylor','4219','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('fults','4190','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','11540','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','7294','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('jeditoren','11544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watto','5719','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('topps','5717','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('toppers','5716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taco','5715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plush','5714','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('pewter','5711','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('hutt','5708','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('hallmarks','5707','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','5706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goody','5705','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('epic','5703','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('ems','5702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubles','5701','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('bags','5699','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('1992','5697','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('1862','11539','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('decline','5270','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','5272','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('sounding','5274','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('ky','11545','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('kodak','6084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longhaired','6085','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('hyperlink','6154','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('ramping','6207','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','10124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trav','10123','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('tabletop','10122','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','10120','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('larps','10118','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('kentuckys','10117','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('clueing','6478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halfway','6479','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('mailing','6886','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('susannes','6896','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('locked','11546','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('wellrounded','7288','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('merits','7279','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('entrances','7277','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('converged','7273','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('bertha','7271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arranging','7270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amanda','7269','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('pure','11547','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('fems','8580','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('danke','7381','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('reimer','11548','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('alyssa','7965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alyssas','7966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isard','7967','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('orlando','7969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sww','7970','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('pualdren','8141','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('cubmaster','8170','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('mominlaw','8172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overheard','8173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rance','8174','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('scoutmaster','8176','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('1520','11538','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('pauldren','8299','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('720','11537','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('leighanns','8431','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('isolation','8581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jem','8582','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('wtb','9151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dyeable','9150','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('673','11536','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('rotsanikin','11549','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('647','11535','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('halloween','10115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drew','10114','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('cardgames','10112','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('apr','10110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allimportant','10109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('40506','10108','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','10132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearence','10133','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('columbus','10135','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','10137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gardendale','10138','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('jacksonville','10140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mar31apr1','10141','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('31april','11534','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('wookiegunner','11550','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('rlease','11589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('professor','11588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charles','11587','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('colton','11709','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','11714','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('moore','11718','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('supplying','11722','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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('3','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','22','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','20','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','30','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','37','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4','41','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('9','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('9','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('9','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('9','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('9','49','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('15','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('15','121','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('33','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('33','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('33','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('33','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('33','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('34','356','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('39','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('39','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('39','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('39','385','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('59','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('59','49','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('63','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('63','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('64','50','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('66','532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('66','539','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('73','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('73','570','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('80','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('80','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('80','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('80','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('81','121','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('85','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('85','538','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('89','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('89','539','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('168','1249','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','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','742','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','743','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','744','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','164','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','111','1');
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('131','786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('131','531','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('141','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('141','570','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('147','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','360','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','488','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('147','1077','1');
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('158','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','1207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('158','121','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('160','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('160','1223','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('161','1223','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('162','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('162','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('162','1227','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('168','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('168','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('168','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('168','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('168','1076','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('199','1426','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1480','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1422','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1461','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1456','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('199','1455','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('278','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('278','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('278','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('278','47','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('290','1249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('290','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('290','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('290','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('290','225','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('304','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','1249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','2607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','2608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('304','994','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('307','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('307','369','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('309','2627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('309','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','2629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','1489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('310','2630','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('318','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('318','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('318','2608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('318','2687','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('356','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','2756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','2757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('356','1727','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('379','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','2897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','2898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','2900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('379','2901','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('402','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','2956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','2957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','2958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('402','539','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('450','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('450','49','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('513','3592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('513','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('513','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('513','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('513','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('513','198','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('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','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2692','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','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','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3778','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','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('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('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('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','2909','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','4229','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('456','4226','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('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('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','7073','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('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('465','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','3360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','3362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('465','1727','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('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('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('456','984','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','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','3116','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('456','1841','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','491','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('456','8089','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('456','4215','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('456','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3115','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('456','1483','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('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','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','11549','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('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('456','2691','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','11548','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','11547','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','5361','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','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1536','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','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','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('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('531','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('531','3683','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','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1527','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','1229','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('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('541','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('541','993','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('456','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','485','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('456','11546','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('456','4201','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('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','4244','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','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','4238','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','4229','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','4219','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','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4216','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','4215','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','4210','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','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','648','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','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4201','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','390','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','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','83','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','4190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','405','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','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','477','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','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('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('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','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3948','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('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('456','3553','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('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','185','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','7294','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('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('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('456','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11545','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','5701','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','5719','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','5717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5715','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','5714','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','5711','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','5708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5706','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','5705','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','5703','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','5702','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','5699','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','5697','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','3806','1');
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','531','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','688','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','552','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','4974','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','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','8582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','8581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','82','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','8580','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('681','903','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('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('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','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','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1219','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','7379','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','390','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','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11544','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','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','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','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','83','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','11543','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','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2366','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','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','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','11542','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','593','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','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','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','3111','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','696','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','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','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','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','11541','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','180','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('456','8080','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('730','347','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','715','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','344','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('730','50','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','5268','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','3155','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','5269','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','3461','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','5270','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','5271','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','603','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','31','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','246','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','17','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','207','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','84','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','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5272','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','3188','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','555','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','5273','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','5274','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','5275','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','401','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','385','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','348','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','2630','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','5276','0');
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','3342','1');
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('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','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','767','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('774','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','1720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','3125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('774','237','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('730','348','1');
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','42','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('841','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('841','5676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('841','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('841','347','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('860','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','5786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('860','3813','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('870','6082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','6084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','6085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','4502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('870','6086','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('888','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('888','560','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('890','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('890','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('890','6154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('890','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('890','6155','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('910','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','6207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('910','1013','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','10110','1');
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','2719','1');
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','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','10124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10123','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','10122','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','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','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','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','10120','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','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10117','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','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','10115','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','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','10114','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','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','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('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','10112','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','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10109','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','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10108','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('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('956','6478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('956','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('956','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('956','6479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('956','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('956','4894','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('1015','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','6684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','6685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1015','369','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('1032','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','6737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1032','235','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('1036','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','2617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1036','1481','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('1064','6887','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','1532','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','5505','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','6887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','3292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','6886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','6885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1064','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','1422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1063','402','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('1058','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','5395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6873','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6099','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','2465','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1058','6879','1');
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('1061','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1061','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1061','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1061','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1061','980','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('1069','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','6896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1069','569','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('1071','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','2629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','6909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','2620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','1614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1071','369','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('1088','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','7074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','356','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1088','778','1');
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('1098','7100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1098','1353','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','2471','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('456','6873','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('1127','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','7228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','4892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1127','3421','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('1131','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','5752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','4825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','6629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','3077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','1456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','6590','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('1131','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1131','7289','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','3064','1');
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('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','5395','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('456','11540','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('456','2460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','10025','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('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','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','8579','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('1155','7381','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','2454','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','3108','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('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','723','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('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('1278','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1278','111','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('1286','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1286','257','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('1345','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','6654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','6768','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1345','7968','1');
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('1366','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','7996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','8045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1366','2369','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','8383','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','5568','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('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('1409','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1409','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1409','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1409','8141','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('1421','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','8179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1421','1015','1');
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('1426','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','7276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','8182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','8183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1426','235','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','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','1581','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('1469','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','7996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','8045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','3078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','8271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1469','8272','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('1471','665','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('1500','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','8299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1500','1246','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','1587','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('1506','8325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1506','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1506','1353','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('1507','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','8337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','8338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','8339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','8340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1507','103','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('1517','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','8372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1517','8373','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','693','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','600','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','2045','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('456','260','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','11537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11536','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('1540','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','8430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','8431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1540','1388','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','550','1');
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('1596','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1596','8611','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('1651','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','8754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','1271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1651','2889','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('1794','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','4340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','8897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','9150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','1104','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','3958','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1794','9151','1');
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','11535','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','11534','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('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','2470','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','1526','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','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11539','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','11538','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','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('916','2467','1');
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','2443','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','10132','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','2110','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','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10133','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','6304','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','1531','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','6744','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','2454','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','1273','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','5610','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','267','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','1257','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','10135','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','3996','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','3849','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','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10137','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','5001','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','698','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','9088','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','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10138','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','4072','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','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10140','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','1522','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','2530','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','212','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','8335','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','6761','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','10141','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','1527','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','8117','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','2465','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','1480','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','1537','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','7343','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','1481','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','6879','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','9659','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','2810','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','6323','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','2457','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','41','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','3980','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('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('2197','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','693','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','2625','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','1029','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','5578','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','170','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','706','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','681','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','7557','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('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','2443','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','11527','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('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','11589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','11588','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','6710','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','1029','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','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','11587','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('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','11408','0');
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','2339','1');
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('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','8457','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','3839','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','1610','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('2424','261','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','1254','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('2424','11708','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('2424','11709','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','2014','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','11710','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','603','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','6088','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','198','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','2667','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','1763','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','2498','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','2095','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','2444','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','11713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11714','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','4077','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','212','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','45','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','10400','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','218','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','6315','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','11717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11718','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','2234','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','11719','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','5713','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','488','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','1745','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','1223','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','67','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','706','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','1935','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','11721','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','11722','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','4257','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','149','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','2878','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','11724','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','1496','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','3611','0');
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','6304','1');
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','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('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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('15211864f15e9563a08f18aeccc517f3','-1','1142038443','1142038443','42f9486a','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('3a95e3944a212067b7f54a61e26bd2e2','-1','1142037809','1142037809','8cc0537d','-9','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('d067524287327b5102940bc0dbfb3cf0','-1','1142037805','1142037805','8cc0537d','-7','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('403a2e680a8e69ee47d77291626275ba','-1','1142037800','1142037800','8cc0537d','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('10986fce2f99945da819203ff3dc6a17','-1','1142037785','1142037785','8cc0537d','-7','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('463c14dcccbf5c22df26e9e84c515bf8','-1','1142039459','1142039459','462a330a','-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('20ed2e0522a2183f920dd75450ade535','225','1142039029','1142039029','413c9251','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('0f110ed26d6c3bb62528ecf462dcc949','-1','1142038249','1142038249','462a330a','-8','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('16d071e081466bec87d20ddc4a131d40','-1','1142037775','1142037775','8cc0537d','-7','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('2cd09221fe504bbda6e52a0b9cc53b23','-1','1142040545','1142040545','462a330a','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('bec1f148b67db1095d112713cf8d697f','49','1142039569','1142039569','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('e6d25031257139801df63caa417d1966','-1','1142038129','1142038129','462a330a','-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('e84cc6927ed671eda3b21588fd2f4968','-1','1142037824','1142037824','8cc0537d','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('bb4671164a48234c6409b1212ded7451','-1','1142037772','1142037772','8cc0537d','-7','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('f3b9f12f9d88720b7a85f9bf3f547f9e','-1','1142037746','1142037810','8cc0537d','-8','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('5187d6a1c0d9d431a64e73d104b497d0','-1','1142037796','1142037796','8cc0537d','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('e3344f40453c94ba8a98fb5fac2ee7d4','-1','1142037770','1142037770','8cc0537d','-7','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('afd6738f3022f202fd240102f7ca6265','-1','1142038978','1142038978','462a330a','-11','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('5ef86d85d49ac88b9935fce7d44b087a','-1','1142037821','1142037821','8cc0537d','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('ac118e037ea871b6ebdb26a498ff1bfe','-1','1142037769','1142037769','462a330a','-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('9cd8850c1bd87a3256cecd0b84696852','-1','1142037888','1142037888','462a330a','-10','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('a6c29674a1bdc107daa51097ebdea204','23','1142038971','1142040328','189f080c','3','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('45348988512d9e516951ce8cb977fec9','-1','1142038369','1142038369','462a330a','-7','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('1116a0df74e8fdd23cfc40fa192598dc','-1','1142038860','1142038860','462a330a','4','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('384cf9cb648bd11271d58191376873fe','19','1142030536','1142038041','42a8671d','-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('0483d1f03287adfa9a853e5416ea61a2','-1','1142039217','1142039217','462a330a','-4','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('36e0baffc661f920c399b9a2000ff2a7','-1','1142038859','1142038859','4898cec6','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('45625918c1652c4476f64174bba1033a','4','1142039422','1142039422','4435463c','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('939d5409153ee3cdc531e3045b4582fe','-1','1142037766','1142037766','8cc0537d','-7','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('0aa92ddc8c4536a545a5cddf02045d16','-1','1142037763','1142037763','8cc0537d','-7','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('0eadbf3b76affe848b0f4bfb9e59adaf','-1','1142037794','1142037794','8cc0537d','-4','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('5c7eb00efaa5fcd38e67df8a0c4b9c9a','-1','1142038008','1142038008','462a330a','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('781b27532be123687a790b4c70321b0c','-1','1142037760','1142037760','8cc0537d','-7','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('f5daf9b6b310c080a9d136efef1ea642','168','1142040829','1142040829','489bc64f','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('8c53ed5a9ca1e11cc52c75eefbc37e70','-1','1142040665','1142040665','462a330a','4','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('b780e9bbdd2b212404ae296b7a5aa157','-1','1142040061','1142040061','462a330a','-8','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('3c03cb3a567e81bea39f8d01d53a489b','-1','1142040424','1142040424','462a330a','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('ca5de5eff959d3f4a7a237a0776bf9f7','-1','1142040785','1142040785','462a330a','-11','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('63c0d5891e3da5d347cc072d3df4b1d1','-1','1142037820','1142037820','8cc0537d','-4','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('d46c31bc833f5b687475291af101bb1a','-1','1142039338','1142039338','462a330a','-10','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('5690a8034ba12dac7de931972f370261','-1','1142037757','1142037757','8cc0537d','-7','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('c93a9eb984c9b26c11fdb3a38e164f7b','-1','1142039097','1142039097','462a330a','-4','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('78aa36ebe2a529ac3481287bf08f3653','-1','1142040304','1142040304','462a330a','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('72f7b68b47e7ba8a4819b681809e0237','35','1142038623','1142038623','4382fc2a','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('88d82411f28d8607c7d3274e7f035732','-1','1142037754','1142037754','8cc0537d','-7','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('bae38259ec00c0daa50c6cb50aff275c','-1','1142041030','1142041030','462a330a','-4','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('050c6730a74482ce33ec0bd3cee2e141','231','1142039144','1142039218','45fe5205','3','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('9e17a1133cfb0e2b7b537de611ae858f','-1','1142041391','1142041391','462a330a','-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('6de8d31afa8fce11bf32f8fc4752c642','174','1142037594','1142039165','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('c1cbf38826f818e957063b7d2d9e6184','-1','1142037792','1142037792','8cc0537d','-10','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('486fba5e29e4771544385095e2781675','-1','1142038735','1142038735','462a330a','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('c506ff4ff89995e525a1cba95d97694a','-1','1142040185','1142040185','462a330a','-7','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('1891700d29bb7ecc22e768a0694b5cec','-1','1142038614','1142038614','462a330a','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('a07598450ffcf0248db57935d92a8660','34','1142038662','1142038788','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('42df4e13001546b52effafda714c5d7e','-1','1142040905','1142040905','462a330a','-4','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('b32336f00fc9d0ae797575c6f738319d','35','1142038630','1142040800','4382fc2a','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('b02705b09e9a14ea7be1c283d3e4979a','-1','1142037819','1142037819','8cc0537d','-10','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('d9748480a9184cf0db4d3f964be6740f','-1','1142039940','1142039940','462a330a','-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('d52ed4f77cb243d1e3fdbe0ba155f0e6','-1','1142041272','1142041272','462a330a','-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('94aee91fb004470d9ffc5b90ee094235','-1','1142041149','1142041149','462a330a','-10','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('e11e3103312804b74e8230a693cba058','225','1142041088','1142041088','413c9251','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('e5faea2d287512972a71a9b664c41992','4','1142039860','1142040109','41d6646e','3','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('adbc4d031c6405e5cb87c99da82e5a31','-1','1142039921','1142039921','4623bfed','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('959eacbfd09a31bee7f6c6143d27586c','-1','1142039820','1142039820','462a330a','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('9f782f90a8e0a089e31c40ca68bee545','-1','1142039700','1142039700','462a330a','-10','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('94df637b2d5a7225cf1b646a3f87488d','-1','1142038608','1142038608','189f9167','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('389833f0af90060d6d0013634625113e','-1','1142038473','1142038473','42f9486a','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('550499810650885cd6504c6f6fb0dc97','-1','1142038494','1142038494','42f9486a','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('595b40de9be579155166b74e19c2e3fe','-1','1142038494','1142038494','462a330a','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('40fe339cc98a41a8177e443b5adc734c','-1','1142038495','1142038495','42f9486a','-4','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('4e63e533281f827d9079a0fdaa8d3bc9','-1','1142038512','1142038512','42f9486a','-9','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('e5ebd2df358c77c5dd4b637088a185c0','-1','1142039579','1142039579','462a330a','-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('ade7567f472ba961236c6948013601e2','2','1142040734','1142041319','454968b2','-2','1','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('23025f324d97cb03f5d350221acdba6b','64','45496868','1141737513');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9708c6cb1890b848a88ba03cede18e1b','64','45496868','1141870047');
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('dae5632b7ac913c9c3fdadf8d2b18b1e','26','4413c5ca','1141978844');
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('9faeb5d56165a8dddff2abf56376f29c','38','45f13255','1142032167');
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('edcb5400c13ac74a3ba1a26f76b4c0e8','160','489361a3','1141686031');
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('8556dc5f16fd7df011a64c888dc836e2','187','449aa681','1142003614');
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('7a01b7a07e866308eea953130917175c','172','d8b76a1b','1142004549');
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('d0c20d46e043a2499afbababff954cfd','88','48966e6b','1141971215');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('773e6f4a1f6a3444ac34f367288fe5e0','153','4035735b','1142005270');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c764dc56e622939597082870aefe0625','71','4662911c','1140420292');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3253d046a6148344fb62dadd15c02de9','20','4750189c','1141991247');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9acd7d9e2dcb62123e24f281055c894a','209','1897dbbe','1142037256');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('500f3f1ef053ace218b632f5160ec6eb','180','443993bf','1141991189');
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('b3743c6d0ccbfe8f865fe77e4326fce2','174','45f5386d','1142037594');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5eaaac72a4d4ee0c7eea943e1d1d75a5','13','d8fd9a63','1142029732');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d048d90ebb2c871efe6bb707b201a417','209','a666f1e9','1142016979');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e1a1eba768f1dca427462613ab1d83a2','225','413c9251','1142041088');
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('a77f2371b6fd5a56c66722079a82d9b9','49','18b30f73','1141998376');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('83834df52e119012043c89285e82c2cc','210','cd90de02','1142008667');
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('e9d06a8cb893cfe515fb0fc8f0aeb827','64','c6b1e8fd','1142029280');
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('53aac79e69cd01a245f91d12d033a339','52','18b1b942','1141947837');
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('aa56bacb3b828f490d3040eb45b05c22','130','9d5947ec','1142013419');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('aa333d492f05ba987bb2db9e1a72380a','158','44bb101b','1141872476');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e4126b3cb4c4ea2fd27657df7b15e232','44','447144ae','1141806350');
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('40fc7383a4e87f8d0c36bf17a37145e2','152','42a86642','1141969952');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f1bb1dd7b2ae0f40087ad420fc9d5bb6','12','46ad65a3','1141779112');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2f46ad4e1a00dbd407ce549b567a8b79','49','44f31d61','1141331880');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('91b7c4e37095c10e578d66fe9cfdb5c1','37','d8b44223','1141527117');
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('7ee8bfa18604a68576f4e6ebe59deefa','49','48936824','1141947140');
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('0736b098b948ca08e382e848a0f58fd0','65','454958df','1141741444');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c8c2e981fad603335c40cb489b4a9e46','19','42a8671d','1142030536');
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('4708983dbea56ab27ce0214f9362ae15','3','44d15415','1141701567');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c6b12766a1d1b34acf8ccf89fc2e644a','60','423fc929','1142001838');
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('28608bcc5778e8b732d664f9935e8bd8','43','aa8d6d21','1141949481');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('477c84cf48faa25f5b19e0b2faff28ca','3','ccb540c2','1142002562');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e783be36cec39944677e0fbaa178a760','10','443444b6','1141431322');
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('d18992fa77b37071d5e48d49577294f6','33','4101698a','1141988448');
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('831a725c1bb516b93bb9ed3aee1bc479','6','4549723b','1141952754');
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('dbc21e44f4025320b32ebe41a26eb94c','45','46c41519','1141970143');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a9f93aaf231c9a2274af087d4d892fec','88','a081cb13','1142028697');
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('cc23c16a94dce5731f237859ddd776f4','10','d8994a18','1141268464');
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('7a125038db67746b52cce6079870a3a4','70','1897b8d1','1142036106');
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('f0a80e5afce1e1d57906d11d0232146f','53','18ec4841','1141630191');
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('ad9c1bef0055e81efa93782dbc408b06','219','45aaca89','1141565992');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e7bd119606b4026a035a23ee76ef8ae6','49','18b30f73','1142039569');
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('982d4800d0cf8edbc43e54217ae0dd03','234','18a5cf9f','1141094827');
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('a23ca2d1ff698b5a926d504f2dde61e2','210','d84efb88','1142024361');
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('05d3735f0982bb2dbf994eaee254756a','10','d8994a18','1142012773');
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('6db1d822a5a2eaed696c1b868fa596f5','124','453daabe','1141250454');
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('27771d9c34f75ba8e3a7917c3abe54c4','19','42a8671d','1141513483');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ec2e78ba9301906468d179e6984b19ab','155','4549723b','1141736047');
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('0bb8a4b355353b70a2594e1c52d0829d','61','189f39c0','1142009415');
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('00d06ab7143b2ee9040e0f6d8a9ba425','235','cc1d661d','1141996907');
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('0788ecc4e1865eed1ec5bfdf5292ad4a','221','189ee140','1141878233');
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('5ac4704e6fc2dfa8f549e355b993feea','112','0499cf6e','1141938772');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('942aa82af2977e5b36177e4705531e90','96','4031038a','1141960563');
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('fc4e5b70b194a3de5f26db111f69a62c','37','0c0da104','1141676480');
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('5375d187afaa82c5e5e48fa6805cee04','163','435df202','1141994174');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9b90da13fd257270760ea403ff0baef5','35','4382fc2a','1141313789');
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('f91684f4799fc6798cead7aef1d86004','70','d1026652','1142018611');
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('9735a6ea8f0800647bc93bbd989de988','7','cfbf0571','1141674040');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('425f59e67eb93d3534203db22e77d2de','37','0c0da104','1142023860');
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('fbc7c7837cd3e2b3588f8ada731f8400','134','8b371432','1141993842');
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('edef31a26f12769db4eaee7031cba202','74','443ebf60','1142027747');
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('eba95f7712767c7355921bf3ec937b56','23','189f080c','1142038971');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8b7593b852d6c994f5e7c2a13e3550e3','131','4336e895','1141605227');
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('1d8ff9d1f98d36fd4641a3ce8f823305','18','0cdcec3f','1141980197');
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('6d3be71fbeff56075235ce9444d8f308','35','18a5bc66','1141620733');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ba043c3d590d10d1cfe43a1599d99fbd','202','44346079','1141623857');
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('6dc8b631ce424edd26b63f0d61471905','93','ccfa9479','1142028921');
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('fd919a0c51f61090371c6453179a8cc4','4','4435463c','1141790067');
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('70d5cbc7e05ebbc7f443fab78acd0584','51','48959924','1141827708');
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('27fd5389ec7def8427c26dfa33fbd3ca','87','45b4f874','1142022426');
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('4d5daf7c6800fc8db8871739eae273ed','163','46982de5','1141949436');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4030b947202a0ad3f9825d19c5112e4b','211','443ee898','1141971794');
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('b0bc5e0fcfd9503f819afdf1e7357e31','252','44346079','1142012906');
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('170d1a6845d2dcf0efb7f6911e9c3e5b','64','c6b1e8fd','1142035011');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d9d39aac44ba28d41b9a55cf529673d5','56','186069e8','1142036665');
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('6005a61c22f70e142873fec071de8c76','70','1897b8d1','1141952087');
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('c4b847fedcae836966d3902d9b20e6d7','87','45b4f874','1141946897');
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('0de153a9b3245458126bae077ec06d3a','4','4435463c','1142039422');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f8ad2fd9437fbe7593f598876a78117d','7','cdbc750d','1141992063');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3ec846fb9b3b3cf3886d9b300e68643e','75','185c56da','1142001327');
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('e93966c7bf2d9c3906868a3140665063','46','443ed5d0','1141970848');
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('75e8d30f650af230a30f09328ebdfc8b','168','489bc64f','1142040829');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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('2','1','It just didnt look good without a power post','61','1140395421','285','19','0','0','0','2','158','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','We're back!','147','1140396374','438','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','421','63','0','0','0','6','2271','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','172','25','0','0','0','8','2281','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','293','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','164','4','0','0','2','485','1951','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','Post War Rev 2','2','1140397290','130','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','3','March 5th, Chattanooga, TN :  Kids Fair','26','1140398010','1062','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','1057','2','0','0','0','27','599','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','216','17','1','0','0','32','899','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','276','29','0','0','0','38','2428','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','22','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','853','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','4','Atinmmy Con, This Weekend (Feb 25, 2006)','61','1140408608','880','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','The Southern Outpost Bitch, Gripe and Moan thread.','26','1140408914','1285','93','0','0','0','118','2402','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','59','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','70','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('21','1','Possible Convention in September.','18','1140412217','180','7','0','0','0','147','1286','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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('23','1','Registration Question','-1','1140441335','143','6','0','0','0','160','1155','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','snowtrooper pics thread','4','1140445216','223','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('26','3','Anniston/Oxford  Quintard Mall/Boyscout Event','49','1140448076','402','25','0','0','0','199','1596','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','309','31','0','0','1','203','2404','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','8','Mid South Con, Memphis TN, March 24-26','70','1140449095','575','59','0','0','1','204','2400','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','840','87','0','0','1','206','2395','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','8','St Patrick's Day Parade, Atlanta GA, March 18','70','1140449358','835','95','0','0','1','208','2329','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','47','3','0','0','0','215','431','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','245','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','182','17','0','0','1','248','2247','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','42','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','96','12','0','0','1','277','1257','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','52','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','64','5','0','0','0','281','1370','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','16','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','151','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','37','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','183','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','83','7','0','0','0','341','2342','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','3','This weekend?','171','1140471344','188','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','70','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','49','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','53','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','48','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','223','22','0','0','0','413','1917','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','154','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','137','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','176','15','0','0','0','439','2319','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','184','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','81','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','97','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','5','Gentle Giant 2006 Lineup (repost)','2','1140538792','111','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','3','Spring Festival of Lookout Valley Elementary School','217','1140556393','162','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','87','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','597','52','0','0','0','596','2411','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','129','13','0','0','0','631','2207','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','17','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 Clone Quest (and custom Mando, too!)','209','1140625993','238','26','0','0','0','666','2408','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','51','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','5','LoCash Cowboys Show in Huntsville THURSDAY!','45','1140630920','26','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','177','12','0','0','0','681','1587','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','207','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('71','12','Trashy Trailer-Park Babe of the Week [NC-17]','7','1140655182','77','6','0','0','0','730','1651','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','139','6','0','0','2','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','5','With this post, I join the 501st(post club).','38','1140661152','106','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','387','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','102','3','0','0','0','762','2244','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','230','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','130','7','0','0','0','828','919','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','57','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','88','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','5','another Outpost birthday','4','1140735180','162','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','142','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','152','15','0','0','1','916','1831','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','Yoda the pimp','37','1140787068','30','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','27','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','424','22','0','0','0','984','1697','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','2','Xenomorph (Pics added!!!)','26','1140817616','474','34','0','0','0','992','2176','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','210','9','0','0','0','1020','1646','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','131','21','0','0','1','1041','2407','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','MDA Lock-up March 1??','88','1140848408','38','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','1','Tim McGraw/Faith Hill - Soul2Soul II Tour','88','1140882837','38','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','72','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('93','3','Children's Breakfast/Brunch Shelbyville, TN - Oct. 14','193','1140884892','26','1','0','0','0','1058','1127','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,topic_time,topic_views,topic_replies,topic_status,topic_vote,topic_type,topic_first_post_id,topic_last_post_id,topic_moved_id) VALUES('94','1','David Prowse at Dragon*Con','193','1140897997','57','0','0','0','0','1064','1064','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','For those interested... part 11 of Spec Ops is posted...','2','1140899591','39','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','100','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','153','13','0','0','0','1077','1818','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','63','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','134','9','0','0','0','1086','1368','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','360','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','76','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','79','5','0','0','0','1121','1825','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','83','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','41','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','74','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','83','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','191','14','0','0','0','1306','2017','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','174','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','178','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','91','5','0','0','0','1343','1599','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,topic_time,topic_views,topic_replies,topic_status,topic_vote,topic_type,topic_first_post_id,topic_last_post_id,topic_moved_id) VALUES('112','1','Greetings from MegaCon','163','1141179161','132','8','0','0','0','1345','1540','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','Birthday Dinner this Saturday evening','174','1141181617','290','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','345','34','0','0','0','1386','2222','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','5','HAPPY BIRTHDAY BETTY!!','55','1141258727','69','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','5','Happy Birthday Schweetpea!!','55','1141258797','83','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','67','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','41','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','142','11','0','0','0','1574','2195','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','222','10','0','0','2','1578','2429','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','106','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','21','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','112','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','127','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','289','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','188','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','183','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','59','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','36','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','99','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','179','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','74','4','0','0','0','1776','1881','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','62','2','0','0','0','1777','1816','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,topic_time,topic_views,topic_replies,topic_status,topic_vote,topic_type,topic_first_post_id,topic_last_post_id,topic_moved_id) VALUES('134','13','WTB: Black vest for Mando','206','1141506753','18','0','0','0','0','1794','1794','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','75','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','93','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','45','3','0','0','0','1836','2388','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','267','27','0','0','0','1841','2405','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','3','Atins March Armor Party','61','1141654761','307','30','0','0','0','1863','2422','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','8','Atins March Armor Party','61','1141654601','97','11','0','0','0','1862','2397','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','168','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','114','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','4','Atins March Armor Party','61','1141655552','25','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','102','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','37','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','101','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','33','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','66','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','5','Skywalker Ranch, here we come','61','1141779401','890','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','136','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','218','26','0','0','0','2292','2389','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','13','1','0','0','0','2423','2427','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','4','0','0','0','1','2424','2424','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','8','1','0','0','0','2425','2426','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('2','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('2','2','1');
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','0');
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('2','174','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','1');
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','0');
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('23','2','0');
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('21','61','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','1');
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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','2','0');
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('26','49','0');
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','1');
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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('31','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','61','1');
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','1');
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','1');
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('30','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','4','0');
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('26','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','1');
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','1');
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('26','101','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','0');
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','1');
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','1');
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','0');
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('93','61','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','0');
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','0');
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('21','4','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','0');
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','0');
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','0');
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('112','61','0');
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('71','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','0');
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','1');
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','0');
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','1');
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','0');
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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','61','1');
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','1');
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','0');
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','1');
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','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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('209','202','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('255','229','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('260','130','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('260','216','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('278','239','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('292','250','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','252','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('260','215','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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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','342','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','1142041319','-2','1142031862','1095735743','1','212','-6.00','1','english','d M Y h:i a','0','0','1142040549','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','1142006702','-1','1142005229','1096853003','1','933','-6.00','1','english','D M d, Y g:i a','2','2','1142035641','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:8c61c9682f]http://img.photobucket.com/albums/v309/bamatrooper/SOBanner_Joey_SMALL.jpg[/img:8c61c9682f]

Bamatrooper
TD/TR/TS/TC/SL-152
SO-CO   www.501stso.com
Clonetrooper Detachment -DL www.clonetroopers.net
MEPD  www.MEPD.net','8c61c9682f','','','','','','','');
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','1142040109','3','1142039422','1096853547','1','863','-6.00','1','english','D M d, Y g:i a','0','0','1142036568','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


&quot;I put toothpaste on her razor so she couldnt shave her moustache&quot;','f00485e07b','','','','','','','');
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','1142035582','3','1142024353','1096853603','1','1313','6.00','1','english','D M d, Y g:i a','0','1','1142023549','0','0','','1','1','1','1','1','1','1','1','1','1','1','2','http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6657.jpg','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:c1a53cad14]http://bestanimations.com/Electronics/Radar-2-june.gif[/img:c1a53cad14]
http://sounds.wavcentral.com/televis/southpark/back_to_endor.mp3','c1a53cad14','','','','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','1142022711','-9','1142017367','1096853654','1','233','-4.00','1','english','D M d, Y g:i a','0','0','1141867113','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:f3adc790eb]http://i13.photobucket.com/albums/a269/Draxorian/draxbanner1.jpg[/img:f3adc790eb]','f3adc790eb','','','','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','1141996178','-10','1141995377','1096853738','1','1118','-6.00','1','english','D M d, Y g:i a','2','0','1142009303','0','0','','1','1','1','1','1','1','1','0','0','0','0','2','http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JBBooks.jpg','2','tk-6873@netscape.com','','','Under here. You just said underwear','[img:7ad2bb7c7c]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/NewJester.jpg[/img:7ad2bb7c7c]
69th Imperial Dewback Cavalry Commander','7ad2bb7c7c','','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','1142006629','0','1141957677','1104163393','0','223','-6.00','1','english','D M d, Y g:i a','0','0','1141771286','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','24174028041d22f2883cef.jpg','1','admiral_holly@bellsouth.net','','','Birmingham, Alabama','[img:537ffb25b3]http://img.photobucket.com/albums/v309/bamatrooper/SOBanner_Holly_SMALL.jpg[/img:537ffb25b3]

The Admiral','537ffb25b3','','','','','','','');
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','1142012882','0','1141745106','1104165502','0','124','0.00','1','english','D M d, Y g:i a','0','0','1141496746','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','1142019784','0','1142019492','1104165545','0','33','0.00','1','english','D M d, Y g:i a','0','0','1115953939','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','Brad Link','fc0e1ef4cd','none','brad4793','none','Kmart stocker, stormtrooper on the side.','','','');
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','1141779243','8','1140634428','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','1142029871','5','1141996354','1104165644','0','61','-5.00','1','english','D M d, Y g:i a','0','0','1140335053','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','1141980366','5','1141939024','1104166740','0','28','0.00','1','english','D M d, Y g:i a','0','0','1141885637','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','1142038041','-10','1142025394','1104166785','0','393','-6.00','1','english','D M d, Y g:i a','0','2','1142024964','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','1141991386','5','1141904221','1104166829','0','243','0.00','1','english','D M d, Y g:i a','0','0','1141184786','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','1141956698','0','1141873562','1104166927','0','214','3.00','1','english','D M d, Y g:i a','0','0','1141329234','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','1142040328','3','1142002863','1104166981','0','389','-6.00','1','english','D M d, Y g:i a','0','0','1141854313','0','0','','0','1','1','1','1','1','1','1','0','0','1','0','http://i3.photobucket.com/albums/y57/Darthangi/dagroup2.jpg','2','Dolphingirlangi@aol.com','','','KY','[img:0697bb6b47]http://i3.photobucket.com/albums/y57/Darthangi/SOSIG.jpg[/img:0697bb6b47]','0697bb6b47','Dolphingirlangi','darthangi_td2977','','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('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','0','0','','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','1141980464','0','1141955945','1104167129','0','2062','-6.00','1','english','D M d, Y g:i a','1','2','1142007633','0','0','','1','1','1','1','1','1','1','0','0','0','0','0','http://i23.photobucket.com/albums/b375/loki41872/Albodystart02.jpg','2','geoff_fults@yahoo.com','','','Your Mother','TK-4238

OH HELLS YEAH!!!!!!','9c0914a213','','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','1142031008','0','1142022948','1104167200','0','18','-6.00','1','english','D M d, Y g:i a','0','0','1135452334','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','1142035641','-10','1141851445','1104167242','0','370','-6.00','1','english','D M d, Y g:i a','0','1','1142033482','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','1141988448','19','1141980465','1104168054','0','160','0.00','1','english','D M d, Y g:i a','0','0','1141796431','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','1142038788','5','1142025255','1104168162','0','264','0.00','1','english','D M d, Y g:i a','0','0','1141847037','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i30.photobucket.com/albums/c322/MommaJenks/tinyswkids.jpg','2','jkontak@knology.net','','','Madison, AL','JenKs (or Dodger) 

TB1112 
Daala's Deathsquad 
Joey's Shrink

"Stay still so I can shoot you!"','50c75e0f89','','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','1142040800','0','1142038623','1104173922','0','129','-3.00','1','english','D M d, Y g:i a','1','2','1142041033','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:0c70832573]http://www.yarwood.org/kell/banner.gif[/img:0c70832573][/url]','0c70832573','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','1142014185','5','1141667183','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','1142023860','0','1142018094','1104173986','0','387','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','1142032167','0','1142028388','1104174022','0','563','-5.00','1','english','D M d, Y g:i a','0','0','1141956517','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','&quot;Conan, what is good in life?&quot;


&quot;To crush your enemies, see them driven before you, and hear the lamentation of the women.&quot;','7cbe756ed2','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','1142028928','-7','1142011569','1104174315','0','423','-6.00','1','english','D M d, Y g:i a','0','0','1142017444','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v690/DVDMaster1138/MelissaWolf01.jpg','2','pblnixon@hotmail.com','','http://www.myspace.com/dvdmaster','Nashville (Antioch), TN','Zachmire (All riiiiggght!)
DVDMaster, TK/TS-3740
501st Blizzard Force
Winner of the MSC 2005 Wet Ewok Award (18 hrs. in TK)
"I thought we were going to Burger King!"
"No pictures, no event.  Those are the rules...that I just made up."','381f898cc2','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','1141957590','5','1141954771','1104174346','0','2','0.00','1','english','D M d, Y g:i a','0','0','1110420369','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','1141972507','10','1141960925','1104174375','0','122','-6.00','1','english','D M d, Y g:i a','0','0','1141953675','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v519/jediagent/icons/spud_icon.jpg','2','jediagent@jediagent.com','','http://www.jediagent.com','Nashville, TN','..:: ] Ryan [ ::..
[ 501st Legion: DZ-2400 ]
[ RebelLegion: JediAgent ]

[url=http://www.jediagent.com][img:a434423c71]http://img.photobucket.com/albums/v519/jediagent/signatures/jediagent_sig.gif[/img:a434423c71][/url]','a434423c71','','','','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','1141970848','0','1141915423','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','9c0c629519b29b6bb2f8797f18e64f2e','1140306157','10','1139793949','1104174482','0','39','0.00','1','english','D M d, Y g:i a','0','0','1139669529','5','1140397355','','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','5d3f3d','a8eaf8cf3ba33682bb5d32412bec68cc');
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','1142039569','-1','1142037554','1104174524','0','1414','-6.00','1','english','D M d, Y g:i a','0','1','1141998376','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','1141830337','5','1141687314','1104174594','0','82','0.00','1','english','D M d, Y g:i a','0','0','1138912768','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','1142021085','19','1141947837','1104174646','0','78','0.00','1','english','D M d, Y g:i a','0','0','1141010104','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 5163

"Evil will always triumph, because good is dumb" - Dark Helmet.

[img:44fc153908]http://i12.photobucket.com/albums/a227/tasullens/SOBanner21.jpg[/img:44fc153908]','44fc153908','','','','','','','');
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','1141630790','-9','1141606442','1104174680','0','93','-5.00','1','english','D M d, Y g:i a','0','0','1141630191','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','1142011667','13','1141995298','1104174708','0','259','-6.00','1','english','D M d, Y g:i a','0','0','1141133719','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:357fb5c968]http://i14.photobucket.com/albums/a336/TD235/Mark_Banner.jpg[/img:357fb5c968]','357fb5c968','','','','','','','');
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','1142039899','0','1142032510','1104174738','0','278','0.00','1','english','D M d, Y g:i a','0','0','1141857685','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','1142036775','3','1142032035','1104174858','0','331','-5.00','1','english','D M d, Y g:i a','1','0','1142038041','0','0','','1','1','1','1','1','1','1','0','0','1','1','0','http://knoxlotr.8m.com/rg/kate41.jpg','2','rose@severedwings.com','','http://www.severedwings.com','Knoxvegas','TR5123/RoseGuard/Ruusaan
[url=http://www.severedwings.com/]A Severed Wings Concept[/url]
[img:8be925de01]http://www.severedwings.com/rg/roseban2.jpg[/img:8be925de01]','8be925de01','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','1142005309','10','1141521484','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','1142016377','8','1141857565','1104175029','0','31','0.00','1','english','D M d, Y g:i a','0','0','1142016308','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','1142001838','0','1141961586','1104175119','0','160','0.00','1','english','D M d, Y g:i a','0','1','1141793849','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','TK6203','82df4f948db1fa3c465db9f02da11777','1142009415','0','1142007275','1104175168','0','2369','0.00','1','english','D M d, Y g:i a','1','0','1142020605','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://img101.imageshack.us/img101/5186/timmyshot5sy.gif','2','tk6203@crimsonnova.com','','','On the SO Forum','Atin Miller aka [b:7f2bdfd7cd]TIMMY[/b:7f2bdfd7cd]
[b:7f2bdfd7cd]W.W.T.D. What would Tambo Do?[/b:7f2bdfd7cd]
Die Himmel die Begrenzung  :theman 
"Death is the greatest of all adventures!"
[i:7f2bdfd7cd]JM Barry from Peter Pan[/i:7f2bdfd7cd]','7f2bdfd7cd','','atin_miller','','Thread Highjacker','','','');
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','1141861686','-10','1141861679','1104175241','0','48','-6.00','1','english','D M d, Y g:i a','0','0','1141861686','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','1140586891','0','1140137625','1104175270','0','53','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','1142035011','0','1142032611','1104175988','0','364','-6.00','1','english','D M d, Y g:i a','0','0','1141936129','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','1141741606','5','1141646121','1104176031','0','424','-6.00','1','english','D M d, Y g:i a','0','0','1141193555','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:667407225e]http://banners.wunderground.com/weathersticker/miniWeather2_cond/language/www/US/AL/Madison.gif[/img:667407225e]

I'm lonely. Nobody'll fight with me. {sob!}','667407225e','','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','1142034751','-9','1141967968','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','Your failed your highness. I am a Jedi like my father.','7168693e4d','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','1142017207','8','1141949725','1104176988','0','10','0.00','1','english','D M d, Y g:i a','0','0','1141837227','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://pic7.picturetrail.com/VOL183/1444900/7473834/114113971.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','d0b8ab3a53','','','','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','1142036264','5','1142018747','1104195641','0','640','0.00','1','english','D M d, Y g:i a','0','0','1141944385','0','0','','0','1','1','1','1','1','1','0','0','0','1','0','http://knoxlotr.8m.com/rg/zed.jpg','2','saxecoburg76@yahoo.com','','http://www.adventurecon.com','Knoxville TN','~jon. TC-760 plank member 501st Southern Outcast
[img:df91a1402b]http://www.severedwings.com/rg/newjonban111.jpg[/img:df91a1402b]
Life is what happens while planning for tomorrow.','df91a1402b','','','','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','1140420474','5','1140255520','1104431455','0','19','6.00','1','english','D M d, Y g:i a','0','0','1139339405','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','1142027747','0','1142016868','1105135776','0','443','-6.00','1','english','D M d, Y g:i a','0','1','1141926938','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
Ben, not David Reimer
Huntsville, AL
Pathfinders (Vixx's Boys)
[url=http://nuclearstomach.bigpolley.com/go/tour.html]Tour of Duty[/url]','073487bd68','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','1142041088','0','1142039029','1139687664','0','12','0.00','1','english','D M d, Y g:i a','0','0','1142026690','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','1142001327','0','1141968846','1105591988','0','184','-6.00','1','english','D M d, Y g:i a','0','0','1141633416','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','1142022723','2','1142010060','1111761784','0','439','0.00','1','english','D M d, Y g:i a','0','0','1141964575','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','1142029057','-2','1142021895','1112126663','0','547','-6.00','1','english','D M d, Y g:i a','0','0','1142017777','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
[img:bf7a9b2f71]http://people.vanderbilt.edu/~glenn.stein/SOBanner.jpg[/img:bf7a9b2f71]','bf7a9b2f71','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','1142023585','-10','1141789019','1112663912','0','13','-6.00','1','english','D M d, Y g:i a','0','0','1142023150','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','1142028921','0','1142025601','1112668770','0','300','-6.00','1','english','D M d, Y g:i a','0','0','1141950419','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://tk-2486.com/501/tk-mule_animated.gif','2','gooshy@gmail.com','','http://tk-2486.com','Auburn, AL','TK-2486 [img:d818688081]http://tk-2486.com/501/trooper.gif[/img:d818688081] [img:d818688081]http://tk-2486.com/501/mando1.gif[/img:d818688081]
Jon Jones','d818688081','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','1141961692','10','1141886738','1113102267','0','35','-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','','','','','','','','','');
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','1e0ad2ec7e8c3cc595a9ec2e3762b117','1141439096','0','1141438966','1114391429','0','202','0.00','1','english','D M d, Y g:i a','0','0','1141164932','1','1141774272','','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" !','22223f1646','','','','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','1141938865','5','1141927069','1115702343','0','19','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','1141745240','-1','1136327261','1117353568','0','1','0.00','1','english','D M d, Y g:i a','0','0','1117475194','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','1141250454','0','1140983569','1117412993','0','18','0.00','1','english','D M d, Y g:i a','0','0','1141250454','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','1142014219','0','1142012627','1118435136','0','41','-5.00','1','english','D M d, Y g:i a','0','0','1137121847','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','1141605301','0','1139754281','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','1142006561','4','1141993842','1119134275','0','141','0.00','1','english','D M d, Y g:i a','0','0','1142006367','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','1139573808','6','1139199700','1119215665','0','10','-4.00','1','english','D M d, Y g:i a','0','0','1132286046','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','1137803562','7','1137803436','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','1141782907','1','1141502595','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','1141949886','0','1141877061','1121633040','0','40','-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','1141970481','-2','1141935689','1123462517','0','81','0.00','1','english','D M d, Y g:i a','0','0','1141797074','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','1142008863','-9','1141980384','1123696903','0','205','-6.00','1','english','D M d, Y g:i a','0','1','1141946692','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:f2f1ec217e]Slim.[/b:f2f1ec217e]
SL-4358

[img:f2f1ec217e]http://i22.photobucket.com/albums/b347/ROTSAnakin/DoWhatMustBeDone_ani.gif[/img:f2f1ec217e]

&quot;Is Lord Vader gonna have to force-choke a bitch?&quot;','f2f1ec217e','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','1141736047','5','1141085757','1124196831','0','47','0.00','1','english','D M d, Y g:i a','0','1','1133809979','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','1141686398','18','1141485039','1125366247','0','313','-6.00','1','english','D M d, Y g:i a','0','0','1141233122','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://content.ytmnd.com/content/1/5/15b3211295ac355a18d372bfc10e79f7.gif','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
Southern Outpost Newbie Trooper
[img:7b67dd9a9e]http://i2.photobucket.com/albums/y41/crayfish/craybanner4.jpg[/img:7b67dd9a9e]','7b67dd9a9e','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','1141872476','0','1141777305','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','3','1140829493','','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','1141994174','0','1141949436','1126042005','0','57','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://www.501st.com/memberdata/75/28/td7528_head.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:a1eb861c1f]http://fl501st.com/photo/albums/userpics/10391/normal_Sandies.jpg[/img:a1eb861c1f]','a1eb861c1f','','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','1141682186','0','1141615602','1126048542','0','12','0.00','1','english','D M d, Y g:i a','0','0','1141679963','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','1140886332','1','1140825975','1126221869','0','9','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','1142040829','0','1142037106','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','1142001077','0','1141955350','1127423952','0','88','-5.00','1','english','D M d, Y g:i a','0','0','1141610921','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','1142018213','0','1141962819','1127704736','0','97','0.00','1','english','D M d, Y g:i a','0','0','1142004549','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','','','','','','','','','','','','');
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','1142039165','0','1142030464','1128900948','0','188','-6.00','1','english','D M d, Y g:i a','0','0','1142030049','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://www.dwrd.net/so/sidiousavatar.jpg','2','deweese@gmail.com','16938338','http://dwrd.livejournal.com','Nashville','Derek DeWeese
RL: MasterKoon
XO Corellia Base
[img:74c34a8c03]http://www.dwrd.net/lj/messagebanner.jpg[/img:74c34a8c03]','74c34a8c03','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','1141969846','13','1141969754','1128993085','0','11','0.00','1','english','D M d, Y g:i a','0','0','1132380951','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','197348074409f280cd038.jpg','1','jedichic07@aol.com','','','Nashville','','','','','','','','','');
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','a3c42626ec4817742d4b1ac2e51466ff','1142024867','0','1142013263','1129165673','0','283','-6.00','1','english','D M d, Y g:i a','0','0','1141145573','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','18325763704403c4cbd6e60.jpg','1','infrafett@yahoo.com','','','Haruun Kal','[img:79e2d50566]http://i18.photobucket.com/albums/b129/InfraFett/movie2_bg1.jpg[/img:79e2d50566]

The brighter a Candle burns, the Darker the Shadow becomes. -expression from RotS the book','79e2d50566','','infrafett','','','','','');
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','1141991189','0','1141769754','1129399962','0','24','-5.00','1','english','D M d, Y g:i a','0','0','1140983439','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 karshel','7515d5843074a84978fc97328a831aca','1141855676','-7','1134602463','1129831517','0','94','0.00','1','english','D M d, Y g:i a','0','0','1141855524','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','1142028681','19','1142014410','1131507510','0','24','0.00','1','english','D M d, Y g:i a','0','0','1141689860','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','1142034950','-10','1142029134','1131553236','0','149','-12.00','1','english','D M d, Y g:i a','2','0','1142040675','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-hooker, 
  TK-5920 
  :trooper :fett  :ionblast
&quot;uncommon valor was a common virtue&quot; 
Chester W Nimitz
[img:6746f54609]http://i29.photobucket.com/albums/c295/toddtaylor/fcd4b21c.jpg[/img:6746f54609]','6746f54609','','','','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','1142013736','-1','1141938111','1132427262','0','30','0.00','1','english','D M d, Y g:i a','0','0','1141922681','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','6145171243f5fa48dee48.jpg','1','moodyrichardson@yahoo.com','','','Shelbyville, Tennessee','','','','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','1140363855','0','1140286181','1133395526','0','7','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('202','1','Tech','c8c605999f3d8352d7bb792cf3fdb25b','1141624514','-4','1135220681','1134855508','0','0','0.00','1','english','D M d, Y g:i a','0','0','1141623857','2','1141697100','','1','1','1','1','1','1','1','1','1','1','1','0','','0','techwilkerson@gmail.org','','','LaVergne, TN','','','','','','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('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','1141007053','0','1140973577','1135004436','0','31','0.00','1','english','D M d, Y g:i a','0','1','1139847078','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','489097f4037ec75a2457c4327c828469','1142038608','-1','1142033931','1135807690','0','75','-5.00','1','english','D M d, Y g:i a','0','0','1142010518','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','132562910843b9fad9cf78f.jpg','1','mack2snack2@charter.net','320383208','','Somerset, KY','I'm out of it for a little while
and everybody gets
delusions of grandeur!
-------------------------------
TK-2138
Chris "Carl" Ledbetter','f368dfdd1d','','','','','','','');
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','1141612592','3','1141327805','1135999515','0','41','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/501.jpg','2','psikits@comcast.net','','','','TK-2827 &quot;Clutch&quot;

Jerry Buchanan
Southern Outpost','6351543ddd','','','','','','','');
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','1142024610','2','1142010623','1136061894','0','6','-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','1142037372','3','1142030166','1136047359','0','110','-5.00','1','english','D M d, Y g:i a','0','0','1142009721','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','183048701543beaf7ce67ad.jpg','1','vesper2112@chattooine.com','','http://www.chattooine.com','Ft. Oglethorpe, GA','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)','43dd2a50fa','','','','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','1141972164','10','1141920272','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','1142026447','5','1141849035','1137095697','0','11','-5.00','1','english','D M d, Y g:i a','0','0','1142022871','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-3845
Garrison Carida','fa45190e3e','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','1140555687','-1','1139434138','1137178031','0','3','0.00','1','english','D M d, Y g:i a','0','0','1139426102','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','1140103496','-9','1139890941','1137566008','0','48','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','1141565992','0','1141174045','1137647623','0','0','0.00','1','english','D M d, Y g:i a','0','0','1140843228','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, Upstate Liason','fde2d052c9','','','','','','','');
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','1141878233','0','1141790006','1138674700','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','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','1141931515','-1','1141910884','1139107965','0','7','0.00','1','english','D M d, Y g:i a','0','0','1141852659','0','0','','1','1','1','1','1','1','1','0','0','1','1','0','','0','jaft501stso@gmail.com','','','The Center of the Universe','','','','','','','','','');
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','1141516387','18','1141431598','1139806677','0','1','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('229','0','oclaibornewl','a555b471aa5ba440d6e3484281165b04','0','0','0','1140106761','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','claiwal@media1st.com','','http://disney-cartoons.descon-eng.com/disney-nude-toon.html','Virginia','','','','','','','','1f6c66','');
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','1141182938','','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','1142039218','3','1142028305','1140114982','0','26','-5.00','1','english','D M d, Y g:i a','0','0','1142011148','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','1141094890','3','1140842985','1140708734','0','0','0.00','1','english','D M d, Y g:i a','0','0','1140842985','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','1141997167','0','1141952993','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','1141960710','0','1141790018','1141184051','0','0','0.00','1','english','D M d, Y g:i a','0','0','1141348995','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('239','1','utsakopoulosuc','936d4b43209e2e5ae021e2ba8bc87389','0','0','0','1141284293','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','dotsako@toast.com','','http://britney-spears-blow-job-pic.adultsallowed.net/cum-free-internal-pic-shot.html','Texas','','','','','','','','','');
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','1141832654','0','1141832261','1141314717','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','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','1141656980','3','1141656781','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('250','0','nmcilroyxk','7ff237de1ae37170282dba65f898ca99','0','0','0','1141632907','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','mmci@geek.com','','http://gay-boy-clip.pidor.net/beach-hot-boy.html','Oregon','','','','','','','','e81a46','');
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','1142034975','0','1142019885','1141656527','0','3','0.00','1','english','D M d, Y g:i a','0','0','1142019749','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','172127769440cf18b2e459.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','1142012906','18','1141982694','1141697591','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','techwilkerson@gmail.com','','','La Vergne, TN','','','','','','Automotive Tech','','','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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 : 2-10-2006 20:43:55 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)
);

