#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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','64','9','1215','1141105149','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','61','7','1220','','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','91','7','1221','1141173021','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','75','2','1222','1141143882','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','210','15','1223','1141103854','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','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('8','4','Pre-Events','Planning and setup for events','0','50','325','20','1224','','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','17','7','1153','1141019967','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','39','3','1132','1141105071','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','38','7','1159','','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','82','4','1219','','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','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('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','137','19','1198','','0','2','2','2','2','2','2','2','3','2','2','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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('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('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('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('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','1141014032','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('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('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('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','8','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','8','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','8','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','8','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('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('1224','74','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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('1081','84','11','7','1140930083','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('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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','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','8','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('1159','89','11','7','1141017777','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('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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','8','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','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','19','1141078351','189f3504','','1','0','1','1','','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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','cf4dbeea3b','Pre Event Rosters for upcoming events','[b:cf4dbeea3b][i:cf4dbeea3b] Roster Updated at 17:06 on Feb 27, 2006 [/b:cf4dbeea3b][/i:cf4dbeea3b]


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:cf4dbeea3b] 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:cf4dbeea3b]



[b:cf4dbeea3b] Kids Fair March 5th, Chattanooga,TN [/b:cf4dbeea3b]
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=523#523
Loki..............TK
Crayfish........Clone
Corey...........Vader
Derek...........Koon/ RG
Ivan..............Boba
Summer............Snowtrooper
Matt..............Sasquatch 
AnikinCheryl.......Handler
Casey..............Handler
Glenn (tenative)

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


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

Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip
Jen
Jessica ; Skip/Jen Daughter
Mark I.
Wendy I
Colten I.
Drax
Chase
Chuck Flynn
Hammer
Loki
Lokis Daughters
Tim
Sweetpea
Rose
Kell (Tenative) ANH Leia or Padme
Glenn Stein:(tenative)  Dooku
Master Koon : Royal Guard or Plo Koon


[b:cf4dbeea3b]Midsouthcon March 24-26 Memphis, TN[/b:cf4dbeea3b]
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 (tenative)
Cray
Glenn Stein

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

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

Wookiegunner(tenative)
Ben not David Reimer (tenative)

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

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


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

Loki
Hammer
Atin
Skip
Tambo
Bob Link
TK-Tim
Clutch
Sgt. Dark


[b:cf4dbeea3b] Tennessee Firefighters Burn Camp &quot;Phoenix&quot; June 3; Nashville. TN [/b:cf4dbeea3b]
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
Loki- 
D. Reimer- Biker Scout/G Marine


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

[b:cf4dbeea3b][i:cf4dbeea3b]Please note, this is the list per Tambo.. For sign up questions, please PM Tambo[/b:cf4dbeea3b][/i:cf4dbeea3b]
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. 


[b:cf4dbeea3b]Adventure Con June 24-25;  Knoxville,TN[/b:cf4dbeea3b]
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:cf4dbeea3b]DragonCon Sept. 1-4; Atlanta, GA[/b:cf4dbeea3b]
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


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

Cheryl
Casey
Loki
Atin

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

Gooshy
Zman

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

Loki
Zman
Kevin G');
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('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('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('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','cc4fa3ee56','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:
RoseGuard
Summer / Recon

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('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('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('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('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','046378722f','Kentucky Lions' Club Children's Camp','[b:046378722f]KY Lions Fair Disabled-Children's Camp[/b:046378722f]

[b:046378722f]When:[/b:046378722f] Sunday, July 2nd. Hours to be announced. (Probably 2-3 hours starting at noon)
[b:046378722f]Where:[/b:046378722f] Lebanon Junction, Kentucky - 25 miles south of Louisville. Directions available here: [url]http://www.lions-campcrescendo.org/facilities.html[/url]
[b:046378722f]What:[/b:046378722f] Photos &amp; autographs for handicapped children and their families.
[b:046378722f]URL:[/b:046378722f] http://www.lions-campcrescendo.org/deaf_camps.html

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','e5a3ac3639','&quot;Mini-Con&quot; in Lexington, KY','[b:e5a3ac3639]What:[/b:e5a3ac3639] UKon - Tabletop RPGs, LARPs, card-games, board games, and the all-important [i:e5a3ac3639]Costume Judging Panel[/i:e5a3ac3639].
[b:e5a3ac3639]When: [/b:e5a3ac3639] Friday, March 31st; and Saturday April 1st
[b:e5a3ac3639]Where:[/b:e5a3ac3639]  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:e5a3ac3639]URL:[/b:e5a3ac3639] [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('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('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('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','fbddc1c4f4','','Upperbody (By Skip)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien016.jpg[/img:fbddc1c4f4]

Legs (By Skip)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien017.jpg[/img:fbddc1c4f4]

Hands and feet (By monsterroom)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien012.jpg[/img:fbddc1c4f4]

Hand
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien013.jpg[/img:fbddc1c4f4]

Foot
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien014.jpg[/img:fbddc1c4f4]

Foot Crouching
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien015.jpg[/img:fbddc1c4f4]

Chest (By monsterroom)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien011.jpg[/img:fbddc1c4f4]

Back and spines (By monsterroom)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien010.jpg[/img:fbddc1c4f4]

Spines in place
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien008.jpg[/img:fbddc1c4f4]

And....

THE TAIL!  A whooping 5 feet 6 inches long (By monsterroom)
[img:fbddc1c4f4]http://i23.photobucket.com/albums/b375/loki41872/alien007.jpg[/img:fbddc1c4f4]

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','9c99d3ff1d','grip','My grip 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('1081','f2bf161c33','','I thought Loki and Corey did a pretty good job of being liaisons to the Chattanooga FF. Enough so that we were invited to participate as their guests at ChattaCon. Granted, we didn't offer them much. Just a Klingon/501st debate and some good publicity pics.
They went in and talked directly to the FF city rep and squared everything away before getting committed to any 501st presentation.
The expected 501st panels were scrapped because the FF didn't get us on the events roster.

Hey, a better job than we did. Let's not condemn them for stepping up, but offer guidance on how to better handle the situation in the future.
Knowing is half the battle....

I thought their FF was very organized and truly wanted to put on a good showing. Their leadership folks were very mature and sincere. I would look forward to working with this group on future endeavors together.

Yes, there will always be those FF and syndicate group members that will be &quot;high strung&quot;, but we have that as well. Not as much as them, but still enough that we don't need to call out their folks before throttling some of our own.

How do we handle it? 
Better communication with the FF and syndicate leadership personnel. If we're all on the same page, then we can all better work together.

Also, better communication with our own members. Put some info out there. Alot of these guys are anxious to help out, they just need to know what to do.

And lastly, WE as a command staff need to all be on the same page.
How many times have we discussed how a meeting is supposed to take place at a certain event and it never does. We all need to be facing the same direction and have the same focus.
We need to know where each of the CoC's lines are so we don't overstep one another.');
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','8087ea775b','','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','b70449bfe8','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:b70449bfe8]http://i29.photobucket.com/albums/c295/toddtaylor/snipe1.jpg[/img:b70449bfe8]
[img:b70449bfe8]http://i29.photobucket.com/albums/c295/toddtaylor/140_0001.jpg[/img:b70449bfe8]

&quot;one shot, one kill&quot;');
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','b801da299e','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:b801da299e]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV080.jpg[/img:b801da299e]

[img:b801da299e]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV086.jpg[/img:b801da299e]

[img:b801da299e]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV091.jpg[/img:b801da299e]

[img:b801da299e]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV093.jpg[/img:b801da299e]

[img:b801da299e]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV137.jpg[/img:b801da299e]');
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('1159','99f06238fe','','Drax, don't feel lonely. It seems you and I are the &quot;Need to Know&quot; lieutenants. We're told things or included in meetings only when we &quot;need to know&quot;.
Hey, if that's part of the plan, so be it. But I would think that a CoC that's ALL on the same page can work better together.');
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.');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('14728','2','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('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('13335','2','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('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('10461','2','I heard a rumor','64','8','1136316576','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('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('10478','2','Re: I heard a rumor','64','8','1136324948','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('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('12954','0','Re: Atin Party 2/25','61','174','1139190160','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('14152','2','Reporting in','61','5','1140205424','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('14160','2','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('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('14913','2','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('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('11330','2','Re: the sky is the limit','38','61','1137398614','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('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('14359','2','Re: I seek Tambo.. Tambo the Fett Enchanter','5','2','1140468423','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('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('15059','2','Re: chuck flynn','49','4','1141081589','48934506','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11398','2','hey','38','153','1137462780','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('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('14984','2','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('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('11502','2','Bukkake','38','26','1137548702','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('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('5097','2','Re: Leia Figure','35','10','1126029842','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('11733','2','Re: Master!  Goats!','38','61','1137982661','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('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('14803','2','Re: Jenn','5','4','1140799995','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('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('14628','2','Tambo store','5','55','1140627980','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('14958','2','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('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('14512','2','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('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('14648','0','Re: DC','7','8','1140654673','cdbc7546','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14961','2','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('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('14226','2','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('10413','2','Re: Bust ups','23','54','1135971648','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('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('14502','2','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('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('8885','2','E-11 stock, shipping?','74','5','1132360015','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('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('8897','2','Re: E-11 stock, shipping?','74','5','1132370551','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('14980','2','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('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('14464','2','Re: Prop Party','61','62','1140277207','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('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('14239','2','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('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('10347','2','HI','23','70','1136074788','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('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('14150','2','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('14508','2','Re: Prop Party','61','62','1140568244','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('14831','2','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('14474','2','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('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('14446','2','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('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('11511','2','Re: Bukkake','38','26','1137630323','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('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('14796','2','Re: Jenn','5','4','1140799199','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('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('14570','2','Re: 25th armor-assault','61','22','1140610429','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('14609','2','Re: this weekend','5','70','1140636073','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('14619','2','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('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('5261','2','Re: Good Morning','35','124','1126453725','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('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('14524','2','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('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('11843','2','You're kidding, right?','38','61','1138061756','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('11762','2','Re: Master!  Goats!','38','61','1137990959','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('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('14033','2','Re: Thanks','26','62','1140147453','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('14657','2','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('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('15067','2','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('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('14585','2','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('14949','2','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('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('14711','2','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('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('14732','2','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('14792','2','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('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('10354','2','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('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('11857','2','Outsider access','38','3','1138087576','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('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('13879','0','Re: MAN!','49','70','1140105585','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('11856','2','Trash Compactor','38','3','1138085913','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('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('14771','2','Gauntlets','26','3','1140746552','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14595','2','Re: Lucas and party','61','10','1140541204','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('14671','2','Re: gauntlets','26','55','1140661586','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('14589','2','Re: Yo yo YO!  What'cher phone numma?  I need ta calls ya.','61','152','1140605723','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('14637','2','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('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('13165','0','Re: nailed the subject','19','70','1139369635','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('11852','2','Re: You're kidding, right?','38','61','1138085715','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('5186','2','Re: Guy in block','10','70','1126294370','4107517f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14994','2','Re: ??? patricks day parade','5','19','1141056772','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('11036','2','hey','23','70','1136983791','18f1db29','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11903','2','Re: midsouthcon','38','26','1138085647','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('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('14012','2','Re: Thanks','26','62','1140146611','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('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('9339','2','Re: Tool Bag','171','174','1133792793','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('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('6128','0','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('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('13355','2','I reject your reality, and substitute my own!','38','7','1139552746','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('13884','2','Re: MAN!','49','70','1140105946','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('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('11888','2','Re: Outsider access','38','3','1138129675','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('15061','2','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('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('14194','2','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('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('13980','2','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('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('548','0','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('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('13928','2','Re: MAN!','49','70','1140125182','4893477f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14316','2','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('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('14720','0','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('14814','2','What up?!?!?','26','8','1140820088','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('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('14396','2','Con Badges???','61','7','1140521497','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('12688','2','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('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('14190','2','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('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('13883','0','Re: MAN!','49','70','1140105946','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('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('14719','2','Re: 25th armor-assault shuttle','61','22','1140685386','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('14667','2','Re: gauntlets','26','55','1140661387','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('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('13969','2','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('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('13201','2','Re: ZZZEEEBRA','56','70','1139412363','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('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('5929','0','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('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('13577','2','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('13196','2','Re: ZZZEEEBRA','56','70','1139412092','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('9748','0','Re: hump','70','56','1134587667','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('13205','2','Re: ZZZEEEBRA','56','70','1139413068','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('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('869','0','Re: TS Armor','3','43','1111422815','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('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('6041','0','!!!!!!!!!!!!','49','23','1128391779','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('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('6055','0','Re: !!!!!!!!!!!!','49','23','1128395902','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('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('912','0','Re: Need to confirm your email address','26','43','1111544920','449aa593','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14833','2','Re: Gauntlets','26','3','1140817286','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('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('14651','2','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('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('13534','2','WHAT A BUNCH OF SHIT!!!!','61','26','1139752874','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('5936','2','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('13580','2','Give me head','61','4','1139877334','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('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('13670','2','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('13926','2','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('13638','2','Re: 25th armor-assault','61','22','1139969044','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('13887','0','Re: stuff','5','70','1140110188','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('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('13541','2','Re: WHAT A BUNCH OF SHIT!!!!','61','26','1139770157','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('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('14784','2','Re: Gauntlets','26','3','1140752909','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('11521','2','Clone Armor','93','3','1137639394','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('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('14286','2','Hmmmm','26','3','1140333721','46958331','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13361','2','Sa-wing and a miss!','38','7','1139561572','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('14764','2','Re: Paint','26','174','1140745687','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13424','2','Re: Sa-wing and a miss!','38','7','1139611632','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('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('13231','0','Re: angi's wedding','56','70','1139420823','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('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('13243','0','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('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('1093','0','HEY','34','43','1112751376','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('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('14906','2','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('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('14632','2','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('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('1107','0','Re: HEY','34','43','1112751994','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('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('11170','2','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('11133','2','Access for Member','43','3','1137163012','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('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('1115','0','Re: HEY','34','43','1112753511','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('13632','0','Re: hey man','4','70','1139967813','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('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('13678','0','Re: hey you fag!','26','70','1140037933','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('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('13684','0','Re: hey you fag!','26','70','1140038595','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('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('11764','2','Quick Question','93','3','1137995335','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('11283','2','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('13754','0','Re: bama','26','70','1140056114','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('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('11163','2','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('11154','2','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('1149','0','Re: This past weekend','75','43','1112902427','04e2b489','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11175','2','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('1166','0','Re: Binders','34','43','1113000060','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('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('11179','2','User account status','43','5','1137189792','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('1170','0','Re: Binders','34','43','1113016892','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('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('7394','2','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('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('7551','2','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('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('11185','2','cleverlilminx','43','26','1137188875','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('13778','0','BEER EMPIRE!!!!!!','49','70','1140062769','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('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('13875','0','MAN!','49','70','1140105284','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('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('14661','2','gauntlets','26','55','1140659540','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('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('13919','2','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('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('14136','2','Re: Prop Party','61','62','1140169950','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('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('7591','2','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('14821','2','Re: Clone trooper bust-up','26','88','1140820474','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('14146','2','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('14768','2','Re: Paint','26','174','1140745971','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14762','2','Re: Gauntlets','26','174','1140745598','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('7649','2','Boo Zoo','93','49','1130561063','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('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('7389','2','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('11879','2','Trash Compactor','43','3','1138125087','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('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('11898','2','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('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('9678','2','E-web','163','3','1134496645','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('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('9358','0','Re: hey','70','56','1133818535','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('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('9192','0','...','70','56','1133374906','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('7274','2','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('6230','2','Re: More Fett Helmet Questions','53','87','1128831491','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('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','2','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('1510','0','vol. patch','70','43','1114731793','42bff2ce','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('1524','0','Re: vol. patch','70','43','1114781201','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('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('11038','0','Re: conversation with skip','70','56','1136997899','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('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('9090','0','?','70','56','1133124174','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('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('11344','0','Re: really now...','70','56','1137440630','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('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','2','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('1701','0','Re: Wild night pics','49','43','1115322144','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('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','2','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('1722','2','Re: Photos','37','49','1115381331','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('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('13895','2','Re: great post','61','2','1140112934','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('11479','2','Yo Mr. Z','93','49','1137568413','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('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('7598','2','membership pics','153','5','1130462286','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('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('13479','0','Clone blasters','174','70','1139667177','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('11580','2','Re: Clone Armor','93','3','1137682598','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('13218','2','angi's wedding','56','70','1139414688','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('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('6418','0','Re: Latex help','64','153','1129130891','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('5336','0','face scar tip','56','153','1126649354','186069d8','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13215','2','Re: th 25th','56','174','1139415510','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('6414','0','Halloween Trooping','60','134','1129128730','423fd099','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12287','2','Re: WTF?!','87','4','1138467311','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('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','2','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('11602','2','Re: Yo Mr. Z','93','49','1137698980','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('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('11584','2','Re: Clone Armor','93','3','1137684391','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('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','2','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('9448','0','Scissors','174','56','1133919876','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('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('14157','2','Re: Reporting in','61','5','1140206159','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('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('13224','2','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('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('13228','2','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('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('11701','2','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('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('5682','0','Re: 501st Membership','5','153','1127356482','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('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('13232','2','Re: angi's wedding','56','70','1139420823','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('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('13300','2','Re: convert now!','56','70','1139506196','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('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('14757','2','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('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('14577','2','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('14623','2','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('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('14603','2','this weekend','70','5','1140633354','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('14627','0','Re: ?','56','70','1140641233','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('14989','2','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('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('13882','2','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('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('14747','2','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('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('13338','2','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('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('14617','2','Re: ?','56','70','1140638718','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('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('14973','2','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('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('14621','2','Re: ?','56','70','1140638979','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('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('2572','0','hey tater :)','20','43','1119884759','42a854fc','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14943','2','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('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('14659','2','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('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('12277','2','WTF?!','87','4','1138429054','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('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('15033','2','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('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('14615','2','?','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('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('14433','2','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('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('8554','2','Re: 501 Figure','10','26','1131623461','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('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('15020','2','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('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('13872','2','stuff','70','5','1140103312','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('13927','0','Re: MAN!','49','70','1140125182','4893477f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('9092','2','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('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('10420','2','Re: Bust ups','23','54','1136295209','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('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('13753','2','bama','70','26','1140056046','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('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('14631','2','Re: ?','56','70','1140641233','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('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('15011','2','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('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('14098','2','duuuuude','70','61','1140182375','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('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('13878','2','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('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('14116','2','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('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('14122','2','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('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('12814','2','Re: crash','56','70','1138993342','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('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('14911','2','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('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('14561','2','you never call , you never write','2','3','1140617174','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('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('5629','2','Re: Collection','134','23','1127247764','8b372d71','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5496','2','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('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('5761','2','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('6685','0','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('12818','2','re: crash','56','70','1138994753','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('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('5674','0','501st legion board','26','153','1127331144','46958c52','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5167','2','Halloween idea','164','8','1126289426','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('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('13154','0','nailed the subject','19','70','1139363866','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('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('9960','0','Re: Scott's email','70','56','1135112633','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('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('13002','2','Re: yuo','56','188','1139202129','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('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('9573','0','Robe','174','56','1134416725','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('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('13007','2','Re: yuo','56','188','1139202820','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('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('13032','2','Re: hey!','56','70','1139237369','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('13127','2','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('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('13178','2','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('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('13179','2','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('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('9503','0','...','70','56','1134079552','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('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('9507','0','Re: ...','70','56','1134080982','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('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('9629','0','Re: email','70','56','1134495702','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('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('10995','0','Re: chattacon room','4','56','1136944989','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('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('14118','0','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('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('4241','0','Re: Rivets!','148','74','1123646675','4384f38d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12046','2','Re: ??','87','188','1138245429','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('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('11515','2','Re: COSI','87','5','1137630530','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('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('9779','0','Re: hey','70','56','1134682735','d1026652','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9787','0','Re: I love you means...','70','56','1134690249','d1026652','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('9921','0','Scott's email','70','56','1135008772','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('9793','0','ringy','70','56','1134693214','d1026652','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6802','0','Re: Christmas parade Vader','3','38','1129563470','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('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('4237','0','Re: Rivets!','148','74','1123645880','4384f38d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6508','0','Re: Wabbits','38','93','1129175308','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('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('9667','0','Signature...','26','153','1134521555','410179e8','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('10001','0','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('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('10627','0','beach vaction','70','56','1136482151','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('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('10629','0','Re: boo','70','56','1136482171','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('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('10637','0','Re: beach vaction','70','56','1136484140','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('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('14112','0','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('10245','2','Delivery help','88','188','1135798018','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('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('6461','0','Re: Wabbits','93','38','1129156251','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('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('4279','0','Re: Lexington, KY Event','4','134','1123720919','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('8878','2','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('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('14856','0','phone #','3','7','1140928479','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('4359','0','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('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('10247','2','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('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('10259','2','Re: luke bust up','88','54','1135817718','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('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('8459','2','Re: Battle Pack','153','38','1131510814','cf90805e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('4457','0','Re: Joining the 501st?','5','153','1124285892','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('8500','2','Re: imperial ranks','153','5','1131573132','cf908069','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('4463','0','Re: Joining the 501st?','5','153','1124294512','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('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('4488','0','Re: Seeing All Forums','2','88','1124325947','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('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('10555','2','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('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('8794','2','Re: shelbyville parade','153','4','1132156883','4035732b','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11061','2','Message From Atin's father','88','4','1137017391','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('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('11046','2','Directions to Party Saturday','88','61','1137006472','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('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('11180','2','Han Solo blaster','88','188','1136775830','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('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('4822','0','Re: I need Fett Gauntlets for DragonCon.','3','38','1124920138','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('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('4853','0','Re: TK Faceplate','26','134','1125015653','469d2741','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11649','2','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('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('5087','0','501st Vader','26','153','1126065785','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('8803','2','Re: shelbyville parade','153','4','1132196241','403573b0','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('5091','0','Re: 501st Vader','26','153','1126068277','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('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('12915','0','yellow!','49','70','1139147722','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('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('5113','0','Re: Necro suits','5','38','1126143038','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('8858','2','Re: shelbyville parade','153','4','1132202966','403573b0','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('5115','0','Re: small reminder','5','153','1126143165','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('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('5152','2','Re: Your Avatar','164','7','1126243351','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('5198','2','Re: party','164','8','1126300176','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('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('5244','2','Guy in Block','10','87','1126440920','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('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('13195','0','Re: ZZZEEEBRA','56','70','1139412092','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('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('14876','2','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('13200','0','Re: ZZZEEEBRA','56','70','1139412363','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('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('13204','0','Re: ZZZEEEBRA','56','70','1139413068','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('13208','0','Re: stuff','5','70','1139414285','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('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('9265','2','Re: imperial ranks','153','5','1133569085','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('5356','0','Re: video + pics from D*Con','87','153','1126664932','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('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('8017','0','Re: Armor','4','174','1131063439','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('8924','2','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('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('5471','0','contact lenses','3','153','1126898088','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('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('5934','0','Re: allo','23','134','1128268982','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('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('11643','2','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('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('5693','0','thursday','70','38','1127403871','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('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('5543','0','Re: it's your lot in life','26','153','1127095980','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('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('5554','0','Re: subject: me','26','153','1127155431','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('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('7201','0','Re: Neck-seal','7','134','1130009078','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('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('5575','2','Re: Leia Figure','10','35','1126963418','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('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('11568','2','Re: Clone Armor','93','3','1137643271','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('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('5891','0','Hi from a future Southern OPutpost member and also a big fan','160','153','1128123612','d03fc1cc','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('8884','2','Beehive','87','171','1132360550','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('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('5816','2','Re: Leia Figure','10','35','1127996026','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('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('5831','2','Suppa Fett on "Super Fett". . . .','58','7','1128037055','a228ad80','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5899','0','Re: TRU event','26','153','1128172438','469c0f7a','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5903','0','Re: Hi from a future Southern OPutpost member and also a big fan','160','153','1128178588','44dcdd3d','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5920','0','Re: TRU event','26','153','1128228340','469c1af3','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('7465','0','Zoo','171','88','1130274549','c6925bcb','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('5937','0','Re: Hi from a future Southern OPutpost member and also a big fan','160','153','1128278316','44dce23b','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('8231','0','Re: imperial ranks','5','153','1131382979','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('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('8859','0','Re: shelbyville parade','4','153','1132274490','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('5999','2','Re: Suppa Fett on "Super Fett". . . .','58','7','1128360931','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('6002','2','Travel to Ho'Fest','58','5','1128361754','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('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('6037','2','Re: Travel to Ho'Fest','58','5','1128374997','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('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('14123','0','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('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('14363','0','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('14384','0','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('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('14605','0','Re: this weekend','5','70','1140636073','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('14616','0','Re: ?','56','70','1140638718','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('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('14620','0','Re: ?','56','70','1140638979','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('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('14928','0','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('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('6271','0','great pics','160','153','1128987580','48937ac8','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6361','0','Latex help','64','153','1129060958','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('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('6373','2','Re: Latex help','153','64','1129062852','403573b3','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6386','0','Re: Latex help','64','153','1129079071','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('9757','2','Re: order version # 2','92','188','1134580597','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('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('9763','2','Re: order version # 2','92','188','1134608908','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('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('9738','2','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('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('9745','2','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('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('6471','0','Re: Wabbits','93','38','1129160960','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('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('6484','0','Re: bunny2','34','93','1129168604','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('6490','0','Re: Wabbits','38','93','1129171458','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('6495','0','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('6496','0','Re: Wabbits','93','38','1129171768','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('6501','0','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('6572','0','Re: idea?','4','153','1129259152','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('6520','0','Re: Favor to ask','49','93','1129208747','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('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('6888','0','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('8226','2','Re: imperial ranks','153','5','1131381846','403573a5','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13031','0','Re: hey!','56','70','1139237369','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('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('6562','0','Re: Favor to ask','49','93','1129253784','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('6566','2','idea?','153','4','1129254584','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('6574','0','Re: Joe/Ryan parade idea','4','38','1129259219','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('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('6581','2','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('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('6590','0','Re: Favor to ask','49','93','1129294098','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('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('6612','0','Re: Halloween Trooping','60','134','1129311859','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('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('6618','2','Re: Halloween Trooping','60','134','1129311859','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('6626','2','Re: head set','58','19','1129319568','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('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('6643','0','bobbing head','49','93','1129324723','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('6654','0','Re: mando help!','26','93','1129353866','449aa0a6','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('6658','0','Re: mando help!','26','93','1129354888','449aa0a6','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('6662','2','Lexinton, KY','60','92','1129350875','423fcf0f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('6689','0','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('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('6693','0','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('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('13083','0','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('13091','0','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('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('7482','0','Re: biker scout info','6','19','1130299296','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('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('8188','2','imperial ranks','153','5','1131342078','403573a5','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('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('13210','0','angi's wedding','56','70','1139414688','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('8879','0','Re: AIM','38','153','1132352943','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('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('14857','2','phone #','3','7','1140928479','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('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('7292','0','Re: Neck-seal','7','134','1130120074','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('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('13785','2','susanne','8','7','1140062183','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('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('7409','0','Re: Neck-seal','7','134','1130211572','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('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('7487','0','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('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('8208','0','Re: imperial ranks','5','153','1131375738','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('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('12135','2','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('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('12129','2','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('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('7632','0','Re: I think I figured out the text at the bottom of your sig','19','38','1130563722','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('7638','0','blaster','19','38','1130567650','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('7641','0','Re: I think I figured out the text at the bottom of your sig','19','38','1130567701','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('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('14947','2','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('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('12979','0','Re: Guard help','174','43','1139193960','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('12901','0','yup','188','5','1139092194','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('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('12842','0','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('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('7769','0','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('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('7776','2','501 Figure','10','26','1130851048','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('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('7810','0','Darth Life','43','153','1130947307','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('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('13053','0','greeblies','3','5','1139252477','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('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('14405','2','Re: Not to be a nag','4','2','1140529165','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('14180','2','cell #','55','3','1140236164','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('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('8194','0','Rush','70','38','1131370566','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('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('8307','0','Battle Pack','38','153','1131420412','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('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('8317','0','Re: Battle Pack','153','38','1131431999','cf908047','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14481','2','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('8328','2','Re: Battle Pack','153','38','1131431999','cf908047','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('8329','0','Re: Battle Pack','38','153','1131463905','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('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('13548','2','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('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('13249','0','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('8437','0','Re: Battle Pack','153','38','1131510814','cf90805e','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13294','0','Re: convert now!','56','70','1139506196','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('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('8460','0','Re: Battle Pack','38','153','1131548092','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('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('13474','0','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('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('13019','0','Re: Yo my brotha!','49','5','1139234078','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('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('8526','2','Blaster kits','163','5','1131627072','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('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('8537','2','Re: Blaster kits','163','5','1131642291','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('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('13482','0','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('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('14556','2','Re: Message for you sir!','2','7','1140612839','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('13488','0','Re: Clone blasters','174','70','1139669049','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('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('8716','2','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('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('8739','2','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('8773','2','Re: clone armor','87','19','1132102131','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('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('8777','0','shelbyville parade','4','153','1132150532','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('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('8800','0','Re: shelbyville parade','4','153','1132194676','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('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('8804','0','Re: shelbyville parade','4','153','1132196483','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('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('12548','0','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('12556','0','Re: hey man','3','4','1138803723','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('8819','0','ATAT helmet','70','135','1132238985','d1026652','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('8822','2','Re: ATAT helmet','135','70','1132240429','cf010f6b','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('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('13048','0','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('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('8917','0','funny','19','153','1132439870','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('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('8988','2','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('8990','2','Personality pic','163','7','1132663165','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('14578','0','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('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('14574','0','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('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('12575','0','Re: stuff going down','5','4','1138817762','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('9266','0','Re: imperial ranks','5','153','1133577807','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('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('9287','0','Re: Tool Bag','171','174','1133707686','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('9288','2','Re: Tool Bag','171','174','1133707686','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('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('9640','2','Re: E-11 kits Payment sent','163','5','1134498303','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('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('14930','0','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('9315','0','Re: Tool Bag','171','174','1133792793','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('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('12849','0','been swamped','3','4','1139026088','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('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('9322','0','parade','160','153','1133801363','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('14285','2','prop party','188','3','1140277294','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('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('14003','2','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('14038','2','Re: ARrrrrrrgh!!','49','55','1140147901','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('13876','2','MAN!','49','70','1140105284','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('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('9444','0','Re: that picture I mentioned','38','153','1133910777','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('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('14059','2','Re: ARrrrrrrgh!!','49','55','1140148666','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('14046','2','Re: ARrrrrrrgh!!','49','55','1140148263','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('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('13857','2','BEER EMPIRE!!!!!!','49','70','1140062769','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('14023','2','ARrrrrrrgh!!','49','55','1140147459','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('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('14120','2','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('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('9438','0','Re: picture','61','153','1133907109','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('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('9471','0','Re: picture','61','153','1134003202','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('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('12932','0','stormtrooper armor','55','4','1139170071','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('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('9509','0','Re: I'm a complete idiot!','38','153','1134081306','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('14128','2','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('14107','2','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('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('14144','2','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('14072','2','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('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('12912','2','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('13844','2','Re: boba mask','188','134','1140060705','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('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('13620','2','Re: ?','188','26','1139892516','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('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('9658','2','Re: fiberglass anh helmet','87','55','1134448956','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('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('13674','2','Re: Airbrushing','174','26','1140022450','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('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('14593','2','prop party','188','10','1140592191','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('14362','2','HEY BOB AND BETTY!!!','49','55','1140447066','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10260','0','Re: luke bust up','54','88','1135861699','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('10870','2','chatttaaaacccooonnnn','208','26','1136831356','cf2d830b','1','1','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14839','2','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('14749','2','Re: update','19','5','1140723119','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('14702','2','Re: prop party','188','10','1140650774','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('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('14904','2','Re: Your mandalorian','188','7','1141001229','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('10450','2','hey there','163','5','1136310133','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('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('14053','2','Re: ARrrrrrrgh!!','49','55','1140148447','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('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('10275','2','Arc pauldron','163','5','1135877089','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('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('9973','0','Re: Question','54','88','1135171286','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('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('9993','2','Re: Neck seal','163','7','1135205494','aca62128','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14629','2','this weekend','19','26','1140629836','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('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('14457','2','Re: HEY BOB AND BETTY!!!','49','55','1140529225','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('10070','2','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('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('14789','2','Prop Party','49','3','1140792463','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('10493','2','Re: your nomination','163','3','1136341812','46982dc7','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('11373','0','Re: hey','19','174','1137465032','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('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('14802','2','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('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('14755','2','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('12886','2','link','188','8','1139073823','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('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('14665','2','Re: gauntlets','55','26','1140661166','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('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('14806','2','Re: Prop Party','49','3','1140804938','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('14624','2','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('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('12726','0','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('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('10489','2','your nomination','163','3','1136338577','46982dc7','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('10220','0','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('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('12896','2','Re: link','188','8','1139079195','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('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('12821','0','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('12907','2','yup','188','5','1139092194','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('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('13798','2','Re: wow!','49','7','1140063483','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('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('13005','2','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('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('10301','2','arc pauldron','163','3','1135877137','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('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('10311','2','arc pauldron','163','4','1135877162','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('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('13042','2','Re: voting','188','8','1139092711','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('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('12790','0','Re: Mando Bucket','174','5','1138947692','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('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('13068','2','Re: voting','188','8','1139255042','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('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('13151','2','fett','188','179','1139358860','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('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('13158','2','Re: birthday party','188','26','1139359016','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('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('10556','0','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('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('14604','2','Re: .','49','7','1140615744','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('13880','2','Re: MAN!','49','70','1140105585','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('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('13340','2','boots','188','7','1139536449','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('13471','2','Re: fire camp','188','10','1139536704','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('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('13536','2','job','188','7','1139757361','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('13499','2','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('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('10786','0','Re: Prop Weekend','61','174','1136629713','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('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('10815','0','Atins Books','61','174','1136750277','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('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('14567','2','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('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('13718','2','elections','8','160','1140048914','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('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('13628','2','Re: READ NOW','8','7','1139964121','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('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('14769','2','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('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('10940','2','Re: Auto Shop','87','174','1136897490','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('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('14596','2','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('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('13904','0','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('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('14716','2','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('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('11418','0','idea?','19','22','1137523820','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('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('11409','0','hey man','4','153','1137505893','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('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('14162','0','Re: rumors','62','5','1140206633','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('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('11176','0','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('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('14139','0','Re: rumors','62','5','1140195761','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('11365','0','hey','38','153','1137462780','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('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('14313','0','Re: Chattacon pictures','7','174','1140441345','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('14312','2','Chattacon pictures','174','7','1140412706','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('11407','0','Re: Spanish dictionaries','61','174','1137505578','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('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('11436','0','cell phone number','160','174','1137534391','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('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('13598','2','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('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('13544','2','?','188','26','1139789995','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('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('11507','2','Re: COSI','87','5','1137629365','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('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('13322','0','Re: stormtrooper armor','55','4','1139520588','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('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('11695','0','Re: idea?','19','22','1137836888','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('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('14680','0','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('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('11720','0','Re: Submission pictures','5','174','1137968553','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('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('14156','0','Re: Reporting in','61','5','1140206159','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('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('14750','2','valentines present','19','5','1140723314','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('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('13601','2','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('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('14420','2','Re: Not to be a nag','4','2','1140532612','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('12532','0','Re: Daala's thread','2','8','1138768024','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('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('14135','2','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('14453','0','Message for you sir!','2','4','1140554285','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('14634','2','Re: this weekend','19','26','1140642289','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('14922','0','Re: corey & crap','7','8','1141016203','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('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('14527','2','Re: trash compactor','2','62','1140575810','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('15037','2','Re: ??? patricks day parade','19','5','1141076821','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('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('14869','2','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('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('14612','2','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('14143','2','hey','4','3','1140186694','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('14573','2','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('14532','0','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('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('12480','0','Some words','61','153','1138745126','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('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('15008','2','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('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('14694','2','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('12456','0','Re: hey man','3','4','1138677477','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('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('14995','0','Re: ??? patricks day parade','19','5','1141062339','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('12385','2','TC armor or TK?','209','3','1138584705','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('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('14795','0','Re: Jenn','5','4','1140799199','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('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('12392','2','Re: TC armor or TK?','209','3','1138627017','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('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('14566','2','Re: you never call , you never write','2','3','1140617604','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('14641','2','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('14172','2','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('14799','0','Re: Jenn','5','4','1140799995','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('14192','2','Re: today','4','26','1140280199','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('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('12422','2','Re: a couple of questions about your armor','209','160','1138653312','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('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('12428','2','Re: a couple of questions about your armor','209','160','1138653900','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('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('12432','2','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('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('12438','2','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('12443','0','Re: hey man','3','4','1138661921','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('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('14205','2','Re: today','4','26','1140281241','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('12455','0','Re: hey man','3','4','1138676581','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('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('14390','2','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('12469','0','Re: hey man','3','4','1138723735','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('14409','2','Re: Not to be a nag','4','2','1140529434','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('13057','0','Re: voting','188','8','1139255042','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('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('14853','2','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('12504','0','Maddening isn't it....','7','8','1138764834','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('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('12951','0','Hey','174','43','1139189780','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('14801','2','Re: trash compactor','2','62','1140576517','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('14676','2','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('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('14712','2','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('12519','0','Re: Maddening isn't it....','7','8','1138767479','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('14868','2','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('12524','0','Re: Daala's thread','2','8','1138767647','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('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('12547','0','Re: Maddening isn't it....','7','8','1138772942','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('14450','2','Re: Gen Con','4','5','1140548884','41d66464','1','0','1','0');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12565','2','Re: a couple of questions about your armor','209','160','1138653812','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('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('13078','0','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('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('13369','0','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('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('12674','2','Re: more about getting armor','209','3','1138896285','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('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('12669','2','more about getting armor','209','3','1138895344','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('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('14378','0','Re: Trash Compactor','2','43','1140485573','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('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('12758','0','Re: Mando Armor','26','174','1138929836','46928f4f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12764','0','Re: Mando Armor','26','174','1138930883','46928f4f','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('12800','0','Re: Mando Bucket','5','174','1138977036','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('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('14975','2','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('12855','0','The road goes on forever and the party never ends....','7','8','1139033084','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('12914','0','Atin Party 2/25','61','174','1139145942','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('12924','0','The Admiral's Pulse Rifle pic','7','8','1139159916','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('14663','2','Re: gauntlets','55','26','1140660224','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('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('14916','0','Re: corey','7','8','1141014881','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('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('14678','0','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('13034','0','st patty parade','70','4','1139239096','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('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('13074','0','Re: stormtrooper armor','55','4','1139271243','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('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('13095','0','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('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('13181','0','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('13182','0','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('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('13213','0','Chronicles','174','5','1139415451','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('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('13667','2','Parade Idea','174','61','1140024287','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('14164','2','Re: Tonight???','174','61','1140206581','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('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('14836','2','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('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('14783','2','mid south','19','61','1140715803','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('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('13935','0','Re: split','55','8','1140134744','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('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('13578','0','Give me head','61','4','1139877334','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('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('13615','0','READ NOW','7','8','1139963734','400c74c3','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14915','0','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('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('14927','2','Re: Corey's Prop party','7','3','1140931920','cdbc740d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('13723','0','just to let you know','2','5','1140050673','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('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('15001','2','Re: ??? patricks day parade','19','5','1141062339','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('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('13769','0','Re: boba mask','188','134','1140060705','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('13779','0','ok so...','2','8','1140062828','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('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('13789','0','Re: ok so...','2','8','1140063450','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('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('13795','0','Re: ok so...','2','8','1140063837','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('13797','0','Re: susanne','7','8','1140063908','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('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('13805','0','Re: ok so...','2','8','1140064077','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('13813','0','Re: ok so...','2','8','1140064324','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('14983','0','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('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('13827','0','Re: susanne','7','8','1140064903','cdbc7484','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('13978','2','Re: WTF?','4','26','1140143791','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('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('13994','0','Re: split','55','8','1140146212','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('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('14011','0','Re: hey','62','8','1140147241','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('14530','0','Re: trash compactor','2','62','1140576517','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('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('14022','2','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('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('14032','0','Re: hey','62','8','1140147937','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('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('14056','3','Re: ARrrrrrrgh!!','49','55','1140148666','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('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('14064','0','Re: hey','62','8','1140149220','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('14531','2','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('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('14071','0','Re: hey','62','8','1140149751','400c740d','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14076','0','The divorce is finalized','7','8','1140155652','98a36448','1','1','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14347','0','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('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('14737','2','???','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('14537','2','Re: ebay','19','5','1140575835','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('14090','0','What now?','7','8','1140182123','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('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('14096','0','Re: What now?','7','8','1140183419','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('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('14100','2','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('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('14111','2','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('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('14126','2','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('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('14978','2','??? 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('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('14155','2','Re: Tonight???','174','61','1140205469','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('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('14751','2','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('14209','0','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('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('14752','2','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('14782','2','march 5th event','19','61','1140715514','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('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','5','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('14220','2','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('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('14846','2','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('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('14224','2','Huh?','174','61','1140355900','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('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('14638','0','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('14228','2','Re: Huh?','174','61','1140359461','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('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('14231','2','hijacked board','55','2','1140368016','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('14237','2','Re: hijacked board','55','2','1140371757','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('14988','2','Re: thanks','19','188','1141056168','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('14243','2','member section','174','2','1140397309','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('14244','0','Re: member section','2','174','1140397546','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('14247','2','Re: member section','174','2','1140397653','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('14248','0','Re: member section','2','174','1140397906','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('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('14251','2','Re: member section','174','2','1140397980','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('14252','0','Re: member section','2','174','1140398136','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('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('14283','2','Schedule','174','61','1140407499','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('14298','2','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('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('14675','2','Re: gauntlets','55','26','1140661643','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('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('14315','0','Re: Chattacon pictures','7','174','1140442123','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('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('14669','2','Re: gauntlets','55','26','1140661470','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('14401','2','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('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('14432','0','Re: Trash Compactor','2','43','1140538878','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('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('14543','0','Re: DC','7','8','1140582465','98a364c7','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14504','2','Re: avatar','19','5','1140573445','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('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('14514','2','ebay','19','5','1140575073','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('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('14649','2','Re: Tambo store','55','5','1140643220','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('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('14551','2','Re: Prop Party','62','61','1140574867','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('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('14553','0','Re: 25th armor-assault','61','22','1140610429','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('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('14697','0','Re: 25th armor-assault shuttle','61','22','1140685386','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('14698','0','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('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('14896','2','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('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('14715','0','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('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('14722','0','march 5th event','19','61','1140715514','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('14723','0','mid south','19','61','1140715803','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('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('14758','0','DC rooms','7','8','1140741735','cdbc74c6','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14726','2','thursday nite','19','5','1140720256','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('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('14730','2','Re: thursday nite','19','5','1140721350','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('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('14760','0','Re: Gauntlets','26','174','1140745598','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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('14763','0','Re: Paint','26','174','1140745687','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14765','0','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('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('14767','0','Re: Paint','26','174','1140745971','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14770','0','Gauntlets','26','3','1140746552','4320d58c','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14772','0','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('14773','2','Re: DC','7','8','1140654673','cdbc7546','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14774','2','DC rooms','7','8','1140741735','cdbc74c6','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14775','0','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('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('14778','0','Re: Gauntlets','26','3','1140752909','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('14897','0','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('14785','0','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('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('14788','0','Prop Party','49','3','1140792463','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('14820','0','Re: Clone trooper bust-up','26','88','1140820474','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('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('14805','0','Re: Prop Party','49','3','1140804938','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('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('14811','0','Re: Gauntlets','26','3','1140817286','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('14818','0','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('14813','0','What up?!?!?','26','8','1140820088','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('14815','0','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('14822','0','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('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('14832','0','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('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('14858','0','Re: Thanks','7','8','1140930431','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('14859','0','Re: Crayfish cell phone #','7','3','1140931405','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('14860','0','Re: Corey's Prop party','7','3','1140931920','cdbc740d','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_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','1','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','1','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('14882','0','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('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('14886','2','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('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('14888','0','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('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('14894','2','Yo bucket','7','55','1140969340','400c7449','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('14895','0','Re: Yo bucket','55','7','1140998970','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('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('14900','2','Re: Yo bucket','55','7','1140998970','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('14901','0','Your mandalorian','7','188','1140999961','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('14902','2','Your mandalorian','7','188','1140999961','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('14903','0','Re: Your mandalorian','188','7','1141001229','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('14905','2','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('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('14908','2','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('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('14910','0','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('14932','0','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('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('14952','5','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('14953','0','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('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('14969','0','Re: thanks','19','188','1141056168','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('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('14979','0','Re: ??? patricks day parade','5','19','1141056772','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('15000','0','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('15002','0','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('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('15004','2','Re: corey','7','8','1141014881','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('15005','2','Re: corey & crap','7','8','1141016203','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('15006','2','Re: Thanks','7','8','1140930431','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('15007','2','Re: Crayfish cell phone #','7','3','1140931405','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('15009','0','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('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('15018','2','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('15019','2','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('15022','0','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('15024','0','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('15026','0','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('15027','0','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('15028','0','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('15031','1','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('15035','0','Re: ??? patricks day parade','19','5','1141076821','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('15038','0','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('15041','5','Re: ??? patricks day parade','19','5','1141078002','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('15042','0','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('15045','1','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('15046','2','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('15047','1','thank you','19','22','1141078537','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('15048','0','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('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('15051','2','Re: about Susie','7','55','1141017206','98a36443','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15052','0','Re: chuck flynn','49','4','1141081589','48934506','1','0','1','1');
INSERT INTO so_phpbb_privmsgs (privmsgs_id,privmsgs_type,privmsgs_subject,privmsgs_from_userid,privmsgs_to_userid,privmsgs_date,privmsgs_ip,privmsgs_enable_bbcode,privmsgs_enable_html,privmsgs_enable_smilies,privmsgs_attach_sig) VALUES('15053','0','Re: about Susie','55','7','1141081828','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('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','1','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('15062','0','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('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('15066','2','Re: about Susie','55','7','1141081828','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('15068','0','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('15071','1','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('15074','1','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('15075','2','Re: about Susie','7','55','1141087903','400c750d','1','0','1','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('14989','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('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('6128','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('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('13335','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('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('14769','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('14770','eeaa223aee','I'll have you some cash at Corey's for the last batch of gauntlets...

Can you bring some more?  We are out and have two or three more peeps wanting a set.

We're gonna have more Mandos than troopers soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15008','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('15037','0f59329836','can you make me a new button thing for her? I  can bring back the metal plate which the buttons go on. how ab out tuesday or wed?');
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('14567','94b09cc488','1-256-882-9011 ext 122');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8800','d2b55e862c','your spoiled then,cause most people dont carry the character well.and that will make sense the first time you see someone else do vader.

the boots are uncomfortable,standing is ok and walking short distances.the parades are so far and i dont want to kill myself.ive done plenty.plus dont you want me(your clone) to escort you?

as for the parade skit,i dont need to see it really.but i do want to get any soundtrack or whatever so i can create the parade disc.');
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('10461','40a3b18c3e','Hey,
     I heard a rumor that there were people making fun of the outfit you wore to the Christmas party.  I just wanted to let you know that I thought it was a great outfit.  The reason I wanted the picture really was because I thought Chris would want to see it, and as far as I'm concerned, the only reason I can see for someone to make fun of it is because they are sooooooo like high school kids, like.  

You know like the ones who soooo think that it's fun to go to the Muh-Alll and shop, but only at those boutiques that like sell stone washed jeans washed with real stones, because like the stone washed jeans with fake stones are like so last week.  Like.');
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('10478','dc594a1c2c','No problem.  So another rumor I heard is that you will be up in Huntsville Sunday?');
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('14152','bf36c884c8','Ill step up and be a room commander, what do I need to do boss????');
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('14160','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('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('14913','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('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('15020','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('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('12758','8524c788c5','You need some styrene sheets.  We'll do the rest.  I have gauntlets.  Get yourself a helmet, jumpsuit, vest and boots, and we'll have you Mando'd');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12764','409fc2306a','As you go up to different helmets, the price starts to go up by HUNDREDS!

Jango deluxe - $50 to $70
Don Post-        $150- $400 (For Deluxe)
Fan Made (MSH, TDH guys) Several hundred.

PM Tambo.  He might be able to help you.  He makes a good Mando Helmet.  Chase's helmet is a Tambo.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11330','467d7fc0b6','Yeah, as soon as I saw that I copied the text into a translation program.  I was eating dinner with my folks tonight(my Mom and Uncle just got back from Vegas where they saw Penn &amp; Teller) and I told them about that skit.  They thought it was hilarious.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8317','0512a9694b','I'll keep my eyes out for one for you. And maybe we'll do a trade for the lava obi/ani set or something if I find that battlepackor whatever. I'l ltry asnd remember to check tommorow.');
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('14359','72e42ab7eb','I would like a brand new section for members only with the title &quot;Southern Outpost Mandalorians&quot;

In this we can have several threads covering all the parts and individual threads for each custom mando alnong with for sale and general mando stuff.  it will be a Mando fest.

If you could hook this up that would be great and if you can just post a link to the new section on that mando thread in the costume section so people will know.  I'll start filling in some threads after you greate it.

thanks chris');
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('13369','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('11398','555fc8a7e1','Hey man, haven't seen you online in a while.  How're things goin?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8437','908ba77ec6','You've got battlepack!

Clone Attack on Coruscant is waiting safetly in Chapel Hill till I see you next. And no General Pink Hair handlnig fees.');
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('13615','0394b7bf4e','Get Joey back on the forum and tell him to read his PM.');
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('11502','127107843a','Hey, I just clicked on the board and it showed you being the last poster in almost every section.  On another board I used to read, when done intentionally this was called "Bukkake."  When someone successfully completed the maneuver, they would post triumphantly that they'd covered the entire forum with their seed.  I don't know why, but I just thought of that.');
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('5097','13808ea168','Of course I can! Let me know your address!');
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('11733','2ecc970234','Hey, I got somethin I need to mail to you so I need your address.  And no, it's not a flaming bag of poo.  I can't get the phosphorous trigger to ignite consistently and I ain't sending a dud.  That would just be embarassing.');
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('12504','62f2f8a0ce','I keep reading that post on the CoC thread over and over again.
It's really eating at me.
Susanne and I are to the point that we tell each other when one sits down in front of the computer, "Don't you post anything, you know you're still mad!"
I watch the names pop in and out at the bottom of the forum. 
Because I'm "hidden" no one but the officers can see me.
When Skip pops in, he stays a [b:62f2f8a0ce]very[/b:62f2f8a0ce] short time and the pops out.
That alone, speaks volumes.

Out of curiousity. The "something" you couldn't discuss with me, I think I know what it is and understand completely... I think the term is "strategic sacrifice".');
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('8459','908ba77ec6','You've got battlepack!

Clone Attack on Coruscant is waiting safetly in Chapel Hill till I see you next. And no General Pink Hair handlnig fees.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8460','68ed13fd9c','Awesome.  I'll be at the Christmas parades, so if you want a Lava Vader/Kenobi set I'll trade ya, or I can just bring cash. 

Thanks man!');
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('13969','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('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('14897','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('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('12674','632084f239','OK, will do. I actually did talk to Crayfish yesterday. He likes his helmet, but claims he's too clumsy to have a resin. That's probably what it boils down to. 

So the armor should run somewhere in the $350-$400 range then?');
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('14803','1c22221d58','yes sir those are some great women.  See you tommorow..bring my Clone bucket if you don't want to buy it..I need some cash, so I'll sell it at the party.');
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('14805','2ad8e651a9','yeah, I'm pissed about it too. I'll be working my ass off all day tomorrow while you guys party down. You better bring my name up every now and then just so those bastards won't forget me!

I think Cray is gonna call you for a ride up. (Mr. Pitiful)

z');
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('14628','cd02e43a11','Bob here is the price list for this weekend.

Rank badges 22 pips X $2.50 each = $55.00 (ready to wear)
E-ll stock $5.00 (Normal $10 for S.O. and $15.00 others)
Fett Helmet $100.00 (normal $120.00 S.O. and $200.00 others)
Officer disks free to only you Bob

Total is $160.00 for the Bob discount');
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('14958','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('14162','9468aeb4f2','I totally agree.  But just remember I never said who in my last post.


As for the Girls.  I never had a C-section but take care of her lots of rest and don't let her over do it.  That will only make it worse.  I had a similar surgery once and once your are heeled up it's kind of wierd because the feeling doesn't always come back.  My surgery was in 99 and I still can't feel sensations where the scar is.  

Anyway thanks for your support.  And hey if I do start swinging I will keep you in mind.  you know since you asked and all. :lol:');
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('14512','e23bd51c58','perhaps..yes');
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('548','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('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('14961','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('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('6490','3af81eca6a','Killing the rabbit may be a joke, but he's still made money off it.  That's the part that chaps my ass.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14157','954774738b','Kewl, Just let me know and I will do what needs to be done..
And thank you for making sure Im on the list, it really means a lot to me..

Im VERY happy you guys got the flowers.. It was more than my pleasure to send them..
I cant wait to come and meet your new addition!!!!

Also remember, no matter what time of day or night if you all need anything, Im just a phone call away...

Love you too, more than my brother,');
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('13884','d80e595e8e','THAT CHINK BITCH!!!!! First the Beatles now the SO!!!!!!!!!!! THAT FUCKING BITCH!!!! I say kill her, then eat her for lunch....with a few fava beans.......and beer...');
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('14226','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('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('10413','fbe39a3b1e','money sent :lol:   Sorry I was rushed on the phone, I was on the other line and have been sick the past couple of days.');
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('14502','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('5936','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('5937','264d20370b','Hey man,

Thanks for the costume advice.  I actually will have some changes I have to make so I am pretty sure they won't accept me until I do.  My tabbards over my tunic are black...everything else is shades of brown.  

Until then I will be trooping locally through Bama with 501st as a Rebel Legion member (by the way..I have PM'ed Martin "Jodo Kirvanti" Arnold and asked him about my pics...,he had told me to email him back if they weren't up in a few weeks and that has been quite some time).

Like I said..next Saturday (October 8) when you are at Horrorfest...a few of the 501st here in Central Alabama will be in Oxford, AL  at Wal-Mart for the "Tootsie Roll Drive" which benefits Juvenile Diabetes.  I know that Bamatrooper is going along with 9 or 10 other 501st members and I am riding with him there (still about 50 miles from where I live).  He is going to take some pictures while we're there and I promise to email you some.
So far the only other events are going to be local Birmingham, AL events for the DVD release closer to the end of the month...and then..if you don't go to NovaCon..I may troop there with them...otherwise..if you are goiing..I may be talking to Bamatrooper about borrowing armor for the event and troop as something else (he has mentioned it).  The only other event I am doing this year that I know of is a local Birmingham area Christmas parade.  After that..I will be retiring this costume except for Rebel Legion events only.

I have added you to my buddy list on AIM..hope we can chat sometime.

To be honest..my Anakin costume was really just my costume to get me into the Rebel Legion...I kept on and kept on modifying it hoping to get into 501st.  If I am rejected..I will probably not put too much more money into it...I've already spent quite enough (no where as much as you though). I am definately starting work at the end of January (when my tax refund comes back) on either a Stromtrooper or Clonetrooper armor.  If I choose Clonetrooper...I am pretty much set..as a local 501st member has already started working on producing armor and he has already got me a set...minus the helmet...which I am getting one that has already been put together which was too small for the member who owned it.  regardless..I will eventually be in the 501st with armor.

I do have one last question (as I am actuyally going to be pretty busy this week.)  Where did you get your contacts...you mentioned they were non prescription and from what I have heard..your were very affordable.  I am most curious to that fact because you made it sound like you were able to get your even without an eye exam and that is what kills around here.  Anyway..take it easy and have a great week.

Sean');
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('8885','9fc4833198','Hey Glenn, I was wondering when you'll be getting that E-11 stock out to me. I paypalled you $15, or whatever the total cost (including shipping) was.');
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('14446','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('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('15061','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('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('8897','57794f75b4','Alrighty sir, I'll let you know when I get it. Any special tips for attaching it?');
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('14980','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('14155','3e478dd058','I will be at work until 18:00 and then will have to hoof it out to Cool Springs. Sorry.');
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('14537','1fc225155d','holy shitttt, 1.74..no fucking way, bargain shopper you are. great find 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('9573','857e941240','Rose,
Thanks again for making the emperor robe. It was great being able to do that costume this weekend. I am curious though, how many yards of material will be needed to make version 2 of the robe. I really want to try to get the costume in order so that I can submit it for membership, and Tambo said that once I have a black robe and some different boots, then I should be good. I plan on searching for material in the next week or so, and then if you are interested, I would like to send it to you and pay you to make a second version of the robe.

Thanks,
Derek');
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('6055','8cd41b5762','ARRRRRRGGGGHH! I wanna go so bad! I miss everybody! I was looking through my 501st photo albums tonight, gettin all nostalgic! Crap! I hate having to make decisions! Hope I can make it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Z-man');
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('14464','a407e7eabd','Good Morning,

Any help in the kitchen woulfd be greatly appreciatted...

I have ordered a cake for Jons Bday on Saturday, but I love cake.. A TK or Cog cake would be very kewl, but if you dont have the time dont worry about it...

I do have one crock pot, but could really use another one.. My dad wants to have nacho cheese and chips for everyone to munch on...

Im thinking of getting the frozen Lasagna for dinner Saturday, but Im right now open to any help or suggestions...

I would have sent this yesterday, but saw Jeff was thinking of going to the Bday party thing last night and figured I would tell him there.. The best laid plans of mice and outpost members  :lol: 

Again any help would be greatly appreciatted. Not only by me, but from my dad as he usually is stuck int he kitchen during the parties and I would like to take some of that off his shoulders..

Thanks Sussane..
Feel free to call me if you would like
Home: (931)362-4092
Cell (931) 561-6615

Also while I have you in PM::::

I know at events and stuff I can get pretty wild and vosterous.. If I have done anything at all to upset you or make you think ill of me, Im very sorry,, I dont intentenially try to be a general jerk to people and I know Im a wild child when on my own, so you all get to see the hyper let loose side of me and at times the reason I do not drink like I used to..
Anyway, Im not sure if I have rubbed you wrong and no rumors or gossip has been said in relation to that. But Im tryiong to talk to everyone on the side and let them know that Im harmless and if I have said or done anything wrong by them, that Im deeply sorry...

Have an awesome day and keep warm...');
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('14802','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('14239','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('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('14789','547484d981','It's looking bad for me and the prop party. Just plan on me not going and at the last minute if I can I'll call you.

Also, I can't find Cray, his radio beeps but he won't answer. Also a bunch of the SO have tried to call him and he won't answer. He won't check the board or anything. I hope the shithead doesn't do anything stupid!!

wish I was a for sure tomorrow, just don't think it's gonna happen..

Z');
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('10347','d18a0d53b7','HAPPY NEW YEARS!!!');
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('14150','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('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('14508','1a519ff166','Yellow or white cake please..
Mando cake would be AWESOME!!!!!!

The layered cheese dip sounds good too..

Im also going to get a couple of frozen lasagnas for dinner also.. Todd just called me and he thinks he can actually get the stouffers ones for free through a food broker he knows...

Lots of food and fun this weekend..
I can not tell you how much I appreciate the help...
Please let me know what I owe you and Ill pay you on Saturday..

I picked up a bunch of soda for the kids and non drinking adults..

Sweetpea is bringing a blender, so thats 2 blenders, he wants me to make margaritas again *LOL*

Now if my dad can get over the crud my son gave him, all will be great!!!

Again, thanks for everything..

Oh, I pm Jeff, to ask if he could make some con badges for this weekend, but I have not heard back from him.. Would you please ask him if he got the pm???

Thanks and have an awesome evening.');
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('10275','952c2a74fe','Hey there! Im finally working on my clone, I decided to go with commander Bly and I hear you guys have a new member who makes them. Can you get me in touch with him?
Thanks in advance.
Say hello to the family for us.
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('14474','910b9574e9','not yet :(   don't beat me.');
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('14667','f5e064256a','it's cool, i can wait.  I don't deal with paypal much, I just use it to pay with my debit card, i don't keep cash in an account');
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('13674','d96630db2e','In that case, go to Michaels and get a bottle of black and a bottle of white airbrush paint. They cost about 3 bucks each. We can mix them to the right shade of grey in one of the big paint jars, and just go to town. Do you have a mannequin like the guy did when he built his, or will I be painting it while you are wearing it?');
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('14831','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('14832','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('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('14771','eeaa223aee','I'll have you some cash at Corey's for the last batch of gauntlets...

Can you bring some more?  We are out and have two or three more peeps wanting a set.

We're gonna have more Mandos than troopers soon!');
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('1701','584c087479','Man! I played a private party with my band last Saturday night! These ladies were WILD! They had a great time, apparently, and they didn't mind sharing the love! Send me you e-mail address and I send you some more photos!');
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('14595','01aa7dec21','Oh yes, I do still want my man in box!!!

here are the directions, Im also posting them on the thread..

Cya Saturday.

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_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('14347','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('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('13019','514fcc920d','You got it my brotha!!

You can try me on my cell phone during the day 205-229-1234.

or you can e-mail me at charliezanaty@bellsouth.net

I'll be glad to help you out anyway I can. 

I had a nice long talk with Loki on Friday and he really brought some stuff to light that may be causing some of the riff. Let me know if you have any thoughts:

1 trooping event in Huntsville that a few TN guys showd up at and the Huntsville guys weren't even there. (The Huntsville gang seems to be a sore spot with some TN guys)
2  Skip and Jenn feeling alienated lately
3 Bama folks not travelling to TN events as much TN traveling down to support Bama gigs
4 Some of the newbies have no attachment to the older members so splitting seems like a cool idea.

He did say that he and the veterans of the group still did NOT want a split. He was real cool about everything and I like his honesty. 

Let me know if I can be of any help.
Z-man');
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('9738','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('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('14930','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('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('13769','d2efeb1acb','try this one.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6604988979&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

The other one can be used for a small trash can if you turn it upside down.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13779','7d870b14ae','Did Chapter 10 of spec ops pass inspection Admiral?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13844','d2efeb1acb','try this one.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6604988979&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

The other one can be used for a small trash can if you turn it upside down.');
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('13243','758e6133a3','$20.00');
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('1093','204acba1ec',':P

Are you on right now? lol.. 

It says on my computer that you're logged in. 

Just wondering. It's 8:35 here. 

JenK 

(the silly one)');
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('11511','95fc37bfde','Oh God, what have I done?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14796','639cfa9ec5','Wendy put her application in just a day or two ago.');
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('14570','773f25b289','Good Morning Sgt,

I have a possible mission if you might be so inclined to take it..
Im waiting to hear back from you before I finalize it though..

I want to go and get the JarJar in Carbonite on Friday morning..
In doing so, I would also like to bring Richard Cross back with me. He has no vehicle do to rebelion in his insurance company..

Would it be possible for you to return him to his base on Sunday when you are in route to your own base?

Dont feel pressured, I just cant make the long drive 4 times (Up and back on Friday, up and back on Sunday)

If you could please let me know via this holonet ASAP I would be greatful to you..

The return would not include JarJar as he will be stored in the private collection.. It would only require the transport of Richard.

Either way, Im looking forward to seeing you on Saturday..

Here is my Phone numbers:
Home (931)362-4092
Cell(931)561-6614

Have an awesome day,
Talk to you soon,');
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('14609','9a7787015f','I have Zero rubber left..so I can hold on to your parts and send them back to you or give them to you at our next meet up..regardless we can look them over and make a plan this weekend.');
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('13053','fd42776c4f','I need 4 atst comm boxes + 8 officers greeblies.. 

What is your paypal addy?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7591','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('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('5261','583ba76786','Yeah, I totally skipped, which was not a good thing - now I won't be able to miss anymore of that class for the rest of the semester! Augh, haha. Oh well, I figure Dragoncon is worth it! 

I'm finally recovered, I think :) Nothing to worry with until Halloween!');
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('14524','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('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('11843','deb131fbdd','Are you seriously cutting back on your posts because of Crash's little hissyfit?  Fuck him if he's a slow reader.  That's all I have to say about that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5113','a8a12ce8db','Around 22 hundred bucks

they might have one your size

http://www.propstore.com/list/cat_id/8/pos/0/ob/itm/num_display/15/view/0/movs/763');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8858','67f663113c','No I'm all for Arc's especially from the comics version of the clone wars. I love that armor and I love anakin/Vader's relationship w/ them. I think it says somethnig that he wanted to go back and save the pilots in ROTS and Obi-Wan didn't. I was just curious and it sorta lets me know how many clones on each side we're going to have. Between Kenobi and myself. That is if we're still doing the ATOC clones w/ Ryan and the ROTS Clones w/ myself? I won't ruin Ryan's suprises but needless to say you'll be impressed with the over all asthetic apeal of the how thing between the two of us I think. It'll make for fun trooping. Do you have an AIM account at all Skip?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11762','6b4615a5ea','Damn dude.  All I had to deal with was the killer fog.');
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('10815','9da9c8d2c9','Hay There,
Thanks for the info on the Chronicles..
Im going to wait a few months to get a bit caught up as my Mando is taking a bit more funding than I thought..

Anyway, I asked you in passing about getting my book into your store. First off if you feel Im just taking advantage of you by asking, please tell me to get lost.. Also if you cant, dont worry about it..

Here is my two books info:
"Final Chapter"
#
Paperback: 180 pages
#
Publisher: Crystal Dreams Publishing (December 15, 2001)
#
Language: English
#
ISBN: 0971565856
#
Product Dimensions: 8.7 x 5.4 x 0.9 inches
#
Shipping Weight: 14.6 ounces.

From the sterility of Immaculate Conception, through the rise and fall of cities, nations and world powers, The Final Chapter is a journey through prophecy. Emanuel, born beneath the star wash of a radiant stellar event, and Apollyon, the embodiment of devilry, use the earth and her myriad of people as a battleground for the final war between good and evil.

Set within a modernistic world, this tale of the Second Coming and the final battle compels a soul-searching view within. Good and evil are often only a breath apart, and at times the distinction is difficult to see. The Final Chapter takes a view of biblical ideology and overlays its darkness upon tangible beings, governed by free will, fallible and fragile in nature. Yet, even as the darkest recesses of humanity are exposed, so too is the light within. Honor, courage, wisdom and generosity, breathe life into diverse characters, all striving to uplift the Messiah and bring glory to God during even the most intense of adversities.


"Bloody Mary"
[i:9da9c8d2c9](note this is the book they are suppossed to start filming on next summer.)[/i:9da9c8d2c9]
# Paperback: 164 pages
# Publisher: Crystal Dreams Publishing (July 31, 2004)
# Language: English
# ISBN: 1591461138
# Product Dimensions: 8.5 x 5.5 x 0.4 inches
# Shipping Weight: 8 ounces.

Imagine a Childs game that comes to life.

Imagine that everyone around you is a potential victim of that Childs game and you are everyones only hope.

Imagine if you where only thirteen years old.

From the urban legend of Bloody Mary, Author TW Miller finally tells the legend in a spine-chilling ride through reality and beyond.

Bloody Mary focuses on Ryan, a young boy of thirteen challenged by his friends to stand in front of a mirror in a darkened room and chant her name repeatedly.

After his first failed attempt, young Ryan becomes more determined to discover whether the legend is true or just a game.

Unfortunately for him and all those that surround him, Mary escapes and proves that what we think as legend can be very true indeed.

Can young Ryan stop her or is he doomed to spend his life behind the mirror in a land only known as the Forever Realm?



Both books are available via Ingrams and Baker &amp; Taylor..
Publishers website is: http://www.crystaldreamspublishing.com/

Im willing to come in to do book signings etc.

I also do on a proffessional level teach Writing, Publishing and Marketing as an author.. I have no problem coming in and doing this for free for any bookstore that carries my books.

I do have a promo budget for Bloody Mary. This would mean I would be able to supply free bookmarks, help pay for co op ads etc.

Currently Im carried at Barnes &amp; Nobles in Clarksville as well as all online stores and some smaller bookstores through out the USA and Canada..

My phone number if you need it is :
Home: (931) 362-4092
Cell: (931)561-6614

I appreciate any help and can provide reveiws etc, should you need them also..

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14033','69a2466425','It's harmless, right now it's a box of unpainted white rubber.  You could sleep with it if you wanted, then when I wore it I would allways smell you!');
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('14096','9632802a31','OK, now these folks are just reaching WAY down deep for things now. It's just getting stupid.

How is it figured that JOEY should have set up something? What was he supposed to do?

The legion had their own table and I [u:9632802a31]believe[/u:9632802a31] it was hosted by the Indiana guys.

What should Joey have done? None of the other garrisons set up anything.
How is this any liability on him?

I just don't see this perspective. I CAN'T see this perspective. It's impossible to comprehend this perspective.

I'm going right now to start wrapping duct tape around my head. That way when it explodes, I'll have all the pieces and I can take them to the doctor and he can Super Glue it back together.');
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('14100','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('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('14657','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('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('15067','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('15068','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('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('9745','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('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('10995','4511064700','are you guys going to buy passes for this thing?
im thinking of just showing up and hangin out.no need to pay 50 bucks for a badge to stand in the hallway!
ill check with jenn more this week and im let you know if we are for sure gonna be there.it all depends on if jenn's mom will watch the kids sat. night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14585','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('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('14949','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('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('14711','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('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('14144','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('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('6626','d569d98851','Ivan,

  What's up brother Fett? . . .it was good to see you in Nashville. . . .the "Con" sucked hard . . .but it was fun just to hang out. Yeah. . . .I always bring Fett Libations/Mando Mojo wherever I travel. . . .help yo'self. I would have busted out something stickier and stinkier. . .but it wasn't the proper venue for that.

   As far as amps/headsets go. . . .let me see what I have still . . . .so much shit packed away. I know that I have 2-3 or those cheaper amps that you can set on the different voice types. . . .they work. . .and I'd give you one of those gratis to try. I may have another Radio Shack style. . . .but I think it needs a soldering job. . . .I will check though. 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('9090','e2a0694522','Tried to call you babe... but your phone was off.

loves you!
~jon');
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('14732','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('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('14792','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('6888','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('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('10354','4580d511cd','what are you asking for it?');
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('11857','d73dd21d16','Hey boss, I know you're probably busy with the board changes so I thought I'd add a little bit to the headache.   :D 

I was about to nominate Spanker in the Rebels thread when I saw that Steiny had beat me to it.  And I think you said you added her to the OT and Pre-planning areas but I was talking to her tonight and she says she still can't get to it.  If you could take a quick look and see if she's got access I'd be obliged.');
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('13879','ef45e4bf8e','HE HE!!!! I love it......as long as we can drink before the sex begins!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11856','4e8c64e15f','Threepio!  Open the pressure maintenance hatch on number . . . where are we?



3263827!



Thanks!');
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('14671','e48b5b2dd9','Or you can buy me beer!');
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('14675','318a470615','True');
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('14589','a907d2e3f2','Hay Paul,
Cell: (931) 561-6614
Home: (931)462-4092');
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('9339','4c887ceb08','Derek,

I didn't hear from you yesterday so I just wanted to follow up... do you have time today to meet up today? 

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('14637','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('14638','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('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('13005','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('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('11852','e1e7f6ea14','Just ignore it.  If your post and subsequent avatar change were out of sarcasm, then well done.  I wouldn't worry about him.');
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('14994','51cbcc631e','the JANGO is most likely filled, but they might need a boba not sure and Jaster would be welcome as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14995','97daca3c5d','we shall see, not sure if summer can gety off work yet


do you have the parts to make summer, the red buttons for her snowtrooper chest armor display?');
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('9793','69df58d883','Ill give you a call as soon as I get out of here, but that may be an hour or so. Till than just promise me you woun't worry or anything, ok babe :)

Love you!');
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('11036','05b7e9944c','Hey, i keep meaning to ask if you liked your christmas present?');
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('11903','6e87e857a4','I want to do it all.  The parade, FagaSciCon, and MSC.  Any excuse to visit Memphis.');
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('6461','05f9a479a1','I named him after the bunny on savetoby.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14012','c110797134','dammit, i wanted you to bring me my beast');
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('9640','4ca90358e4','[quote:4ca90358e4="Tambo"]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[/quote:4ca90358e4]
Hey man, I just paypaled you $14 for it, please let me know as soon as you get it.
Thanks man,
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('13355','4f666e7427','[img:4f666e7427]http://img148.imageshack.us/img148/2604/familyfeudedit5lx.jpg[/img:4f666e7427]





But seriously, I don't know much about this whole mess but I do know how much it would hurt to see something happen to the Outpost.  And by "Outpost" I don't mean the picture on the t-shirts, I mean the people that I love like family.  I hope you guys can work this out.   :)');
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('11888','604b55fd9c','SaberSpanker');
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('7274','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('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('14194','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('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('13980','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('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('12392','7afcd718d7','OK, thanks for all your help. I signed up on clonetrooper.net a few days ago and yes... there's lots of great information there. OK, it sounds like my estimates were pretty close to what I've been hearing. Yeah... that's the only thing really scaring me about the Clone armor is having to start cutting on it, but I guess any armor you get will probably need some adjusting, so might as well deal with the fear of cutting into the armor right away. 

Do you have a place you would order the helmets from? Since the armor and helmets are ordered seperatly, I might be able to get the helmet first while I wait for the money for the armor to come in. I've got the undersuit already, but I'll probably hold off on anything else until the armor is ordered. Thanks again for all your help. I'm hoping to make it down to your Bamacon next month.

     Jeff.....');
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('8017','c35534c5ab','i can get regular trooper armor for 550.includes the whole kit,excluding the boots and gloves and body suit.comes with helmet and all armor and holster.
its available now and i have to get the money via paypal.
let me know when/if you want it.

clone armor is from our friend in FL.youll have to join the clone forum and see when armor might come available.
www.clonetroopers.net
PM mike glover,let him know your southern outpost and you hang out with me.

hope that helps.');
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('6501','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('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('14661','914278cb9b','I got the base gauntlets from joey.  I got four sets and I owed him $80.  So, that's $20 a piece.  Tambo has the wrist rocket, whip cord thingy and hinges.  We had a set put together, hinged and painted at the last prop party in about 2 hours.

I'll set you up, you can pay me whenever.');
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('12915','8580b61e45','What's up my crazy brother!!

I loved you and Roses thread the other night! That was funny! I like getting the shit out in the open!! That's what we gotta do!

Would you believe that BIG CLONE BOOTIE BUTT (I'm still laughing my ass off on that one!) has STILL not returned any of my e-mails!? Hell, even SKIP calls me back and e-mails me! I'm confused about that one!

Anyway. keep up the good work. Guess we'll see what happens after the 15th when the national elections end.

Take care my extremely handsome freind!!!

Z-man  (tell Rose I said "hideyho!!!")');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8226','d5447b4b9f',':oops: Now I have a mission. To learn the Imperial pips. Ot of all the EU it I've read it never mentioned how many per rank. So yeah let me look all that up now.');
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('6002','a65e30324c','Tambo,

    What's up brother Fett? . . .have you cashed that check of mine yet?. . . .I don't look after my finances very well. . .and I'm liable to spend money I don't have if I am not careful.

    I am going to leave early Friday morning to head to TN. When do you plan on heading down to set up the table on Friday afternoon/evening? I'll probably be in Clarksville around 4pm and would be more than willing to help set-up for this event any days y'all need it.

    I saw your schedule. . . .is it okay for me to wear my Boba when you slotted time for Troopers? It will be the only costume I bring since I will need any space in my car to haul the Necro home. If not. . .that's cool.

  [u:a65e30324c][b:a65e30324c] You HAVE to get on CHRIS and get him to make me a copy of the video from D-Con. I AM DYING TO SEE IT!!![/b:a65e30324c][/u:a65e30324c]

   I am transferring all of my old skits/random footage onto VHS and will bring the tapes with me this time. I will also transfer my dirty porn with a very willing and very large slut onto VHS for your viewing pleasure and/or displeasure.

    Looking forward to this weekend and, hopefully, mobbing around a bit in our Necros to start a new chapter. . . . 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('10259','dd5767ea0a','Well, I could send you money through PayPal, but I don't know if you have an account. Will you be going to any upcoming hockey games? I don't know when Corey plans on his first armor party, but I might be able to do that.');
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('14811','1bfd4f2343','I know that jetpack is a POS!  Why do you think I gave it to you to fix? :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14818','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('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('14813','9799418321','You comin' up with Joey this weekend or what?  Don't make me come and get you, and bring Cray with you.

And your sister :twisted:');
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('13928','423d3c468b','Yes! That Chink Bitch!!!!!!!

Let's start a "yoko broko the so" campaign!!!!!!!!!!


z!');
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('14107','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('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('6618','422fc81e8b','Hey Tim, I pm'd James and he said he would like to troop also so it would be cool if you could pick him up. It will be nice to have a little star wars crowd there. I am pretty sure with all three of us we can probably get the front page of the paper.

Later,
Tyler');
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('1524','af33b72776','The best thursday group pic I have found was posted over on the dented helmet under the OT "sarlac pit" (SIC!). If you can't find it, just LMK and I'll email it to you.

Did you know I am from Hawaii? Yep, born on the island of Maui.

I'll work out the details on the patches ;)

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14316','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('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('12688','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('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('14720','87a2742602','Hello');
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('14722','c669073f55','Hola amigo, do you know if we plan to carravan down to this event ? 

just talked to summer about it, she is up for it. we can plan more this weekend at your house.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8554','10a4f821c2','Friday will work. I can give Ryan his stuff also. I am on shift today. But will be home tomm. 794-6619. Let me know about what time. I have to run to vandy at some point.
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14814','9799418321','You comin' up with Joey this weekend or what?  Don't make me come and get you, and bring Cray with you.

And your sister :twisted:');
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('14623','cfc557ad02','Praise be TAMBO!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14624','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('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('14728','00c307748e','sure.. we can compare our 2 cells :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14758','5ab432768c','Susanne was able to get a non-smoking, double room at the Marriot for [color=yellow:5ab432768c][b:5ab432768c]$105.00[/b:5ab432768c][/color:5ab432768c] a night.
All she has to do is call and request a low floor.

She already reserved it for the Thur-Mon of D*C. Check in being after 3pm and Check-out being at 11am.

Don't you hate it when she does this kinda stuff to you. You know, you think you've done something spectacular and then she ups you one.
I live with this on a daily basis.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14730','64eeb9adeb','awww such the quick wit..silly rabbitt');
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('13048','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('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('15059','b29162f080','Cool deal! I saw where you called today, sorry, it's been a hell of a day! Also saw where Chuck called too. Joey and I had lunch and he forwarned me about the Chuck thing too. I'm all for it! I'll be real cool and really it will take the pressure off me know when he tries to bum a room again! He'll know how I feel next time. Thanks, Skip for bringing this to light. I think Chuck is a great guy and hope he get's to do more stuff with us soon!

P.S. I hate I missed the greatest get together since the Beatles reunion this past weekend.....my damn luck....

CZ');
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('13935','894834afe9','A blanket apology is one thing, but in her mind she did nothing wrong. What about my relatioship with Hammer...thats still a mess...what about my relationship with Laura....thats still a mess. Her apology didnt fix the damage she caused. Im still bitter towards her for what she did. I have a right to be. I didnt mention her name or anyonelse in the post.  Only a select few ppl knew who I was talking about and knew the suitation. If she has a problem with me mentioning it, let her speak up. We need to clear the air on it anyway.  Sorry but all this mess has stired up alot of repressed emotions. Dont be upset with me for airing my feelings.  Bob');
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('11046','64e0b47398','Atin,

Take I-24 East to I-65 South
Exit 74 Harding Place and get over to the right to take the West exit.
Go past traffic lights Franklin Road and Leland.
The third light is Granny White Pike, turn left.
At the four-way stop (with blinking red light), turn right onto Tyne Blvd.
Take second left onto Lynmont Blvd.
My parents' is the only mailbox (4914) on the left side of the street. You can pull into the driveway and park anywhere, but the best place would be to the left of the basketball goal if no one else has.  I might reserve that space for you.

So in summary, 4914 Lynmont Blvd, Nashville, TN 37215.

--Glenn');
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('14619','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('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('14396','06057e858f','Hay Jester,
I know this is VERY short notices, but by chance could I please get you to make Atinmmycon Badges for this weekend???

I would be more than happy to reimburse you for the cost...
If you could let me know..

Have an awesome day and thank you. :)');
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('13249','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('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('9629','2f8ea20dc7','I'm Ok, I was just showing my dad some of the pics from the parade. He was all excited about it, he hopes that many people come to AdCon :) Oh and he really likes the Wookie!

Don't stress about the email, but i am glad you called, it made me feel good/better.

Loves you!');
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('12979','8ffe758350','Thanks will do.');
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('5198','eca00eda46','Actually, I hadn't heard anything.  LOL  I was just wondering if y'all had thought about having one.  Susanne didn't tell me that they used to host one.  What happened?  If you want to, just e-mail me.  My address is jmsullens@mindspring.com.  Or, call my cell if you want to.  It's 746-9883.

~Jessi~');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14190','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('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('13499','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('13083','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('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('14820','18478138e1','man I would never have remembered.  I'm putting it in the box right now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14822','dfc9155c2e','I am registered');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4488','cbbf869326','You should be good to go on seeing all member forums.. give it a try and let me know!

Chris');
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('14719','21f6277553','Thank you times a million.. Ill call Richard today.. No problem about the R2.. I will only have enough room for him and Jar Jar  :lol: 

Here are the directions:

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

Be careful on the ride down, Rebels are known to hide heavilly on Hwy 12 and will take down any Imperial vehicles...');
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('12726','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('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('13068','60337e3e00','Thanks, i will get it done!!');
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('10493','117dfbdf18','[quote:117dfbdf18="TD152"]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[/quote:117dfbdf18]
OK, thanks! The forums Im on, but I only saw a thread that only you could post to for replies to questions.
Ill contact Ryan.
Thanks again.
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('10220','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('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('11584','6b8b303565','Alright cool, I was just making sure because I noticed your forum mail was gmail.  Just sent you the payment.  I'm not sure if you are getting them sent to your place or if you are relaying shipping addresses to the guy, so I put mine in the paypal message.  I'll drop it down in this PM just to be sure.  Thanks Joey, I appreciate it.

Jon Jones
202 West Longleaf Drive
Auburn, AL 36832');
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('5929','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('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('12814','0446ff038f','He's going to read these, and then moon you.
And then you'll fall in love with him because...
YOU LOVE THE MOOOOON!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13201','d0d8b394dd','yeeees baby! eeeexcelent!
Do you know who posted the makeshift boba to make fun of him?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14384','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('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('8208','1ffa09a63f','2.50 per rank pip Vader.. Don't you know your imperial ranks?  How many pips for a captain?  How are you going to lead the Empire and you don't know our rank structure?   :lol:');
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('13577','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('6386','2cb9856edd','How long of a glove do you want it to be?  Latex generally comes in a liquid form consisting of the latex rubber suspended in an ammonia based solvent.  The most common way to make a glove is to make a cast of your hand, then use clay to scuplt the glove.  Make a mold of that out of Plaster of Paris (this is important).  Fill the Plaster completely and let it sit.  The plaster will pull the ammonia out of the latex next to it and make a skin.  After about a week you pour out the latex.  Here is an EzBoard that is dedicated to making prostetics.  I am sure they could tell you better than me.  If you don't want to tell them what it is you can always tell them you need it for a Halloween costume (making a zombie arm or robot arm is the same technique).

http://p069.ezboard.com/bthemonsterlab');
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('15024','2395c54a34','Sorry about that, man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15027','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('13196','4dfc37e6d2','The earth says hello!

Love,
Rosey Posey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13883','d80e595e8e','THAT CHINK BITCH!!!!! First the Beatles now the SO!!!!!!!!!!! THAT FUCKING BITCH!!!! I say kill her, then eat her for lunch....with a few fava beans.......and beer...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13205','1a7884849b','Me too baby, me too! I looooves you! *kisses and hugs*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9503','5b38c7b573','Hey sexy!

Hows ya' doin'? Did you work out today? Did you find your ring? Angie come down yet? I'm going to be at work tonight again.

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('15041','542394f33c','make it so, so 30.00 blaster, plus 7.50 for buttons= 37.50 for summer

Ivan esb pouches balance                     9.00      

is this correct?');
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('13620','7cde45f4be','Honor or not, I'm in this for the fun, not to be someones bitch.  Someone on the other side of the tracks is explaining in a boardroom that "we can get our fans to do all the work for free so we can make more money on them when they buy all our duplicate toys".  Not, I want to do camp pheonix.  Why don't you, I and Lester volunteer to help out these kids to get this event on the map, and then roadtrip to the exhibit later.  I will bet anything they will troop this more than once.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9658','57646025bd','Yep its me Bob, thanks man, I appreciate the link, glad youre home ok!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4237','9ded354fee','lol , rivets fun ! ill check that out , if you want maybe we could go together over there and check it out. I was going to use some of that badass heavy duty model paint im pretty sure that will get the job done and it will stay i figure i would have to do several coats. The only other thing is ill have to cut that ab peice and move the belt down and figure out how to keep it from comeing up so far on me, but that crotch peice was ANNOYYIIINNG lol ill go with straps on the side, anything black should blend pretty well.');
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('13479','fe9e09d4ed','Hey Jon,
Is it you who makes the clone blasters? curious to cost and availability. Also, vesper from chattooine is interested also I think. Should I tell him to pm you?');
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('869','0c28170963','I will try to have it done for MSC for you...  I'm about to ship Geoff's this week,and I' have been pulling extra pieces with his, expecting someone to eventually want them, so I'll complete that set for you...
Just pay me there at MSC, no sweat...

-Joey');
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('6041','44f2b8ecdc',':P      LOL!   what up!!!!!!!!

you gonna be at ho'fest? I'm trying to get permission!

z-man');
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('15047','67bfc9b54d','Bro, thank you for your expertise this weekend. I learn so much just by watching you at work, need to break out your guitar more often. 
thank you for the spray paint. 

send me your address, so I can mail you the jet pack. 

until the next event.

be well

jaster');
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('14378','6a5ded2e37','Done.  Try it now Zach');
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('912','69d8ef2915','that is my E-mail address!

?
?
?

Try "geoff_fults@yahoo.com" also...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14833','1bfd4f2343','I know that jetpack is a POS!  Why do you think I gave it to you to fix? :twisted:');
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('13601','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('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('8803','be2d832775','Yeah man I'm so up for clones. Speaking of your clone/arc was that Chase's old extra bucket at D*Con or yours. I wasn't sure if you had an Ep III bucket or not. Anyway I'm off to stud the duel again since Ryan had a gig last minute tonight.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8804','faf2ea806b','that was chases' helmet,i just borrowed it.ill be wearing my "arc" trooper.but the kids wont care,they just like the suits.');
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('13753','5c84d2bbe3','dude, Joey's an ass.... let's brake tgis thing up, burn it to the ground!');
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('4853','0fee19ac0f','to find the movie helmet:

go to the costuming forum at theforce.net boards.

Look for "Karma" or "Mirax"  ask them about it, and see if they'll PM you a e-mail address.

The guy that makes them is in Canada.  $250 US is the cost, you get a complete helmet, just like the FX only the same size as the ones used in the films.  I'm not sure, but it looks like a cleaned up and resculpted Altmanns armor helmet, which is cast off a screen used helmet that they scanned and reproduced only one side, which made it symetrical.

I kind of like the un symetrical movie helmets though, they have "character"');
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('12548','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('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('12556','9a7af3b70c','No i didn't  send that PM anywhere, I respect you enought to do that.


I did tell him,  in a phone call about why he needed to be let go, that too many complaints were coming in for us to justify him staying on. 

 I said that even one was so extreme to suggest a VONC on me , not necessarily because of him, but i said it probably hads to do with the whole image that was out there of me...

he already knows about the issue that they are seen to control me.  that rumor made its way around by adventurecon to them.

the rest i see i posted about in my rant earlier..

so no, i wouldn't do that to you or us.  

also holly gave me a shrot version of what jenn siad in her letter.  I ws exrtremely glad to hear some of it, about how she is wanting to get back to the old days really.  I didn't see any negative in what was said.
She had some things and points wrong, and holly tried to send explainations for some, and we can talk abou thte others later if you all want.  
Its good we can talk. thats a start.  I don't pretend we can solve everything this way, but at least we should give some time to slowly flushout the rest of the story.  
I hope you are already seeing some of our side too.

-Joey');
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('6574','de29a5ff25','dueling yes but no platform,

and im working on something for you,
you gonna have vader done?');
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('14651','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('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('13534','963ab0b88c','check this thread out!!!!!
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=22947#22947

Can we say BULL FUCKING ASSHOLE COCK SUCKING SHIT!!!!!!!!!!!!!!!!!!!!!!!!

A fucking game store only allowing cannon, why doesnt Joey just say, fuck you other people we dont like you and dont want you... Cocksucker...

Huh, got news for him, I have been playing Empire at War for 3 months now.. BTW Awesome game, and no not the demo, I have the whole game, IE from Lucas Arts, have been doing final product testing for them...

Good luck on a lot of the "cannon" costumes matching a lot of the game content, they dont even have the Admirals outfits right....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13580','5706bbc866','dude,
Loki says you give excellent head imported from Canada, can you hook me up please...

Sorry man, Im on demerol, as long as she is black, green and 3 feet long with a hell of a set of black in decker pecker wreckers Ill be happy..

Tell me can I pay pal you for this service... :wink:  :wink:  :wink:');
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('10555','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('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('9748','b9dfa3efe1','Hey baby! Did you see kong? Did you work out? Just wondering...

loves you!');
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('13670','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('12790','63c04a1508','Do you have one of your Resin helmets that you could bring to Corey's next prop party so that I could try it on and make sure it fits. I think that I am going to want to get a raw pull from you assuming it fits correctly.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13638','0b8f9a7f47','OMG!!!
HELL YES.. I mean..

Permission granted, your code has been accepted..
What day will you be arriving and will you be staying the weekend???? :)  :)  :)  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14678','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('11521','f562e54616','Hey Joey,

Zman told me to get in contact with you about some clone armor.  I heard from t-bone that there are some new sculps beind made right now, but I haven't seen any news about them on the 501st boards.  Zman told me you are getting ready to order some clone sets soon, and I was wondering if it would be better to grab some now and maybe get some help at the BHam prop party in Feb or just wait until the new sculps are out.  Just looking for your opinion on the matter.  How much are the current sets btw?  Thanks, I'd appreciate any pointers.

- Jon');
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('13541','2ea06284b0','*shaking head*
He set this up and wants to make sure it goes off big, so umm cannon only,, hmmmm, why dont they just post, "Go fuck yourselves, we only want our screen accurate buba fatt and Huntscrap troopers involved..
Fuck them!!!!!
I posted back to him with a siver tongue.... :twisted:');
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('14784','2fe3908709','Very good.

Any luck making a mold of that jetpack?  That's the next hot item!');
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('14286','f5a8e7ac7e','That's pretty funny!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13361','bb3bc9bc68','Well, as per my edited post in the comment thread, I've been sick all week and fucked up on Day-Quil and not enough sleep.  I completely forgot about Crash's off-brand series and when I saw representations of the command staff in the pic I thought, [color=red:bb3bc9bc68]FUCK![/color:bb3bc9bc68] 
Something is seriously wrong!


I kinda had a feeling there was trouble in paradise, and while I wouldn't consider it a cheap shot if you really had meant the pic as commentary on current events I'm glad I've pulled a Steiny and completely missed the fucking point.   :D 


I don't know where things are now(and just FYI I might not be the only one to make the [i:bb3bc9bc68]ass[/i:bb3bc9bc68]umption that there was a hidden meaning to this week's AFT) but my feelings on the matter stand regardless.  I don't know of anyone in this group--well, anyone who's worth a shit anyway--who doesn't want us all to get along.  Whatever's goin on, we can get through it.  We couldn't have made the most impressive comeback in the history of the Legion without a lot of love.  I think there's enough left to keep us goin until things smooth out; and that's [i:bb3bc9bc68]not[/i:bb3bc9bc68] the cough medicine talking.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6495','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('6496','9da0ef0f29','Yeah, I think he was banned from paypal.  Thats why he has to sell his books now.. kinda strange that he even has a book.  PETA was all over this guy a year or two ago i think.  I just thought Toby was a good name for a rabbit, though I don't agree with what he's doing.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14764','e32153c520','I haven't been looking.  The Alien will not be ready to airbrush this weekend.  Hopefully in the next two weeks it'll be go time.  We'll have to get together then.  If not at Corey's, perhaps I could offer you a large supply of alcohol to do it at my house?');
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('13424','1ee4fc79c7','Wow.  I didn't realize this had been brewing for so long.  I appreciate your openness; and I won't be spreading this around by the way.  Let the chips fall where they may; we'll figure somethin out.   :D');
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('8329','182abb7bc6','Cool.  Thanks!');
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('13231','d74a025d51','It's ok baby, I've told angi. She said it's still just tentative anyway. There's tons of factors involved with the date that still aren't concrete. And there's no way I'd make you go then, even if your parents did only stay home and (maybe) go out to dinner at Ruby Tuesdays to sorta celebreat. hehe But anyway...

I loooves ya baby! Off to lunch!

Rosey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13032','d9576b1813','It went fine. They hardly needed me to actually do anything at all. It was just a communication problem between Barbra and the stage manager. They needed me as a go-between to keep the fights down. *sigh* Ah well, atleast I get paid for it :p

Love ya baby! I miss you too! *hugs and kisses*

and guess what, angi has already picked out her brides maid dresses :/ Heh, love ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9196','3b17c3e44a','Got a room at the Jameson for us... I think we need to make a new plan of attack for leaving Monday morning.  I don't think I'll feel like getting up at 4AM to make your flight, Maybe we can stay in Nashville Sunday as well.  We can figure it out.  Maybe one of the guys who live close to the airport will let us crash, then you could keep your car at a secure location and if I can't make it down to pick you up then all you would need is a kwick taxi drive..That would save on the parking fees as well.  I'll ask around and see who might help us out.  I think Zach lives real close.  All is still A go for late Friday night, a bunch of us will be hanging out working on props.  I'm still planning on taking Monday off to help you out and get you on your way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13952','f895e81886','Hey Cray :)

I know you dont know me- but Ive been in your shoes when it comes to some members of the SO..being a little less than formal when addressing other members. So I know your frustrations with the issues.

If you ever need an ear to vent too or get something off your chest please dont hesitate to pm me :)

Have a good one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13953','9ade9ec5c2','You doin ok man?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13954','1cfa7c529f','Thanks.

By the way....(in best Joey Tribioni voice)...How you doin'?

 :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11089','6975840f71','Hey you! :D

I just wanted to offer again to host any of the custom mando stuff on my webspace if y'all would like too.  Just a place to keep all the info together and the like :)

I can also give you access to it so you can go in and edit things if you want too as well...

Have a good one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3322','c03d5ef572','Hey Zach.. i managed to snag an extra Leia while i was in san diego, so if you still want it let me know... otherwise it will be sacrificed to the ebay gods... lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2804','9503c9fdc5','Thanks "dad" !  Look forward to seeing you soon.  Are you doing the 23rd party?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('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('14906','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('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('12901','c19133ed65','Sorry for the outburst; I don't speak out on such matters much, but I hate to see people I like have issues, especially since I am not up to speed with the gossip, nor do I want to be.

On another not, I was bidding on a simulated fett ammo belt, and gave up at $50.  I wasn't sure of the quality so I threw in the hat.  If I go with a replica, how much should I pay.  Since all I am doing is a custom Mando I think it would be a nice touch, but not a must have.  I do have my eye on the awesome ammo belt in London that looks much like a Boba belt?

PS - I ordered an airsoft gun that with a few mods will look like a wicked sniper rifle, so it look like I found my job and purpose on life.');
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('13632','df7a095d74','yea,im planning on being there at corey's.but wont be there till afternoon cause the kids have a birthday party to go to.

im doin alright.still unsure of what to do.i posted to the group my "focus" thread and got ripped to shreds by people in the command staff.now i told them im not gonna do all the stuff i usually do and that didnt go over well either.so now if i dont want to do everything ill be replaced.
im about ready to just give up the XO position anyway so we'll see.
oh,and now somebody told joey that the middle tn troopers started a vote of no confidence last year.if that was true i didnt know about it till horrorfest.so i dont know who is saying what but im tired of the whole thing.

anyway,sorry about the drama,guess this group is gonna self destruct???
any suggestions?');
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('14632','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('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('1107','64b8a4b09e','ok &lt;grin&gt; well, that's just incentive to send you pictures, you know. 

and Loki just replied to me, saying he's in, so if I can figure out how to forward it, I will. 

Duct tape!');
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('11170','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('11133','6b01f4d589','Joey:

I know you approved new user cleverlilminx yesterday.  What she didn't tell you is that she and I are dating, so that's why she came over to the boards.  Carida is so dull compared to the SO and I wanted her to see some of the wackiness that ensues here.  To my understanding we have several non-SO Legion members with full access to the forums.  Could you PLEASE give Wendy access to the member's only section of the forums?  At the very least I want her to see the Action Figure Theater &amp; Anything Goes Threads.  

Now to butter you up, I can tell you that your LCO answer about the usefulness of detachments won you her vote over Dion, whom she knows personnally.  So can you help me out by giving her full access?

Thank you so much, Commander,
Zachmire');
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('1115','4247a67973','[quote:4247a67973="TK3740"]Hanky panky is killed by that gold ring on your hand (whether it's there or not).[/quote:4247a67973]

Yes yes yes, I know. I think I am behaving quite well, you know. I just meant that you always think about it. It's good to have someone I can room with and trust, though &lt;hugs&gt; I don't want to cramp your style, I just like hanging around with you, and I love flirting and dancing, and you are a lot of fun for that! 


[quote:4247a67973="TK3740"]Totally believe I can shut down the 501st Legion by next year (at least the North American garrisons).[/quote:4247a67973]

You mean.. really shut them down??? ACK. 

[quote:4247a67973="TK3740"]Weird what other SO members must think that "duct tape" refers to.  Surprised by the appology from Z-Man.  It's weird the complaints Skip &amp; Joey must receive all the time. [/quote:4247a67973]

yeah, that apology was worrisome. I know that the wedding was a bit odd, but considering it was a CON, why the hell were people complaining? I saw worse things wandering through the hallways than two guys being goofy. Sheesh. 

And I don't mind them wondering what it means. It's kind of fun that way.');
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('13678','a287405ae4','i'm on the phone right now');
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('8794','9cbc614111','Awww why not? Skip I love your Vader man. It was the first Vader I gotta see up close that sticks with ya. 

Change of subject, Ryan and I are going to be donig some practice tonight t his place and yesterday during the crappy weather we were shopping at the Galleria Mall and we both found wigs. Mine is on layaway Ryan's is on hold till his next paycheck he did buy a human hair breard. I can't wait to see his costume and get this duel down... this is gonig to be alot of fun. After we get more of it down we can try and schedue a practice for you to attend so you can check it out and add any coreography or staging you need to add for the build up.');
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('13684','7e85d6c53a','I think we've all got his back.  The nomination of Jeff Lester is a little scary, confusing and funny!

I read what Dodger posted and Skip allmost wrecked!');
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('13179','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('11764','cf019ff95d','Hey Joey,

I was wondering if you could let me know when that clone armor is shipped out so I can let the apartment office know a large package will be coming.  I appreciate it!  Later

- Jon');
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('13754','8a56de6dd7','He's being quite nasty, isn't he?

Let me get my beer and smokes, it's about to be a long night.');
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('11163','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('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('11154','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('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('15011','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('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('1149','7ae2948b47','Zach,

You did nothing wrong so don't worry about it. My anger was geared more tward the all of the crybaby bitching in general. I wanted to post a lot more than I did but it would have not been pretty and there would have been people in the gruop ready to beat the shit outta me the next time they saw me. And I would have been kicked out of the SO. So I kept my mouth shut and will continue to do so. As far as I'm concerned, it all over with.');
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('11175','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('1166','1a3d489cb3','I just finished sending you an email! lol 

and shh!! 

it's a secret! 

but sure, I'm already making two pair. I'm going to Lowe's this weekend for all the stuff. Doug and I have been working on a way to get them to fold together so they don't look so silly, and I want mine to lock, so we are working on that too.');
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('11179','3dc411bdb2','Tambo:

New user cleverlilminx is Wendy Wassmer from the Blizzard Force.  She &amp; I are dating and I've told her about the wackiness that goes on here.  Could we get her the needed access for the Member's Only section?  Really want to show her the Action Figure Theater &amp; Anything Goes threads.  I PM'ed Joey about it this morning, but heard nothing back from it and she still only has access to the Public side still.  Time for her to see how much better Carida could be if they had a little SO in them.  I only ask since Mark said that we have several non-SO Legion members with full access to our boards.

Thanks,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1170','4732173e6e','Ok cool :) thanks for the Bob referral. I talked to Joey already :) 

and I did like your novel. I just replied in kind. 

Jen');
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('7394','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('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('6590','1eb605ea67','Looks great! I love the colors. 

I think you're right about mine. I was thinking the grey would be cool. I wish I could work Photoshop better!!

I'll keep you posted on the get together.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14308','54936bb34c','Hey Atin, here is the message about the kid. The contact is in the message, hope its what you were lookin for this kid really diserves this.

************************************************************
I am writing on behalf of Davis Ferguson, a 9 year old boy at Fort Campbell, KY with an inoperable brain tumor. He and his parents have gone through an awful lot in the last 2 years with Davis illness. Recently, the chemotherapy Davis was receiving proved to be ineffective. Matt and Danna Ferguson, Daviss parents have now put him in a clinical trail program at Vanderbilt. Everyday, they take Davis to the hospital for treatment. On the good days, they bring him home. On the bad days, they must admit him. There have been more bad days than good these last few weeks. 

What I was wondering, does your organization ever make visits to terribly ill children who just adore Star Wars? I am a World War II reenactor, and we will occasionally go to Veterans Hospitals and visit our past veterans. 

I realize you probably receive many requests, but if you have any members who would be willing to come to Fort Campbell and see Davis, just for a few minutes, it would really help cheer him up so he can continue to fight his illness. 

I can be reached at [color=#0000ff:54936bb34c]sfclaw@yahoo.com[/color:54936bb34c] or by cell: (931) 561-9507 if your members would be interested. I will do everything necessary to coordinate the visit if we can make this happen. 

Very respectfully, 

Edward Lawrence 

1SG, USA 

4th Brigade Rear Detachment Sergeant Major
*************************************************************


Later,
The Media Whore
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8138','b25f22b4bd','Well, on the plus side, that disqualifies me from making jokes that the Tennessee people keep forgetting about all the Huntsville people who [i:b25f22b4bd]do[/i:b25f22b4bd] travel, and THAT'S why we weren't included in the distribution. 
[img:b25f22b4bd]http://www.clicksmilies.com/s0105/grinser/grinning-smiley-019.gif[/img:b25f22b4bd]

I'm not posting this because I'm already uncomfortable with the argument in a publicly-viewable forum, not to mention the mention of "free anything" in a public forum, but I saw the Boss's post saying we should've spoke up about not getting our cut.  Honestly, if their accounting was so bad that they couldn't tell they had several persons' worth of leftover money, they had bigger problems.

The only thing that's really vexing me, though, is the "I'm from Tennessee, and I'm more entitled than you are!" attitude that some of our younger boys have got.  I know they'll outgrow it on their own, but in the meantime...!

Oh, well.  I'm going to blame it on the approaching holidays and go get ready for the convention.  I look forward to seeing you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2258','0c69f304a8','Hey SweetPea, 

I'll be able to have R2 there on Thursday for the news show. Call me so that we can work out the details. (502) 593-0283

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7551','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('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('11185','0f382cfcaf','Loki:

Wendy (cleverlilminx) told me she ran into you on the Custom Mando thread on the 501st boards.  She and I are dating and she's pushing me towards Mando armor.  Thought  you'd like to know I might be joining you in the custom Mando ranks in the near future.

Giggidy,
Zachmire');
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('13778','1e8f93b0c5','OUCH! The Clones Wars, Begun they have!!!!

WTF!!!

I'm scared daddy! Hey! Let's you and me nominate each other for CO! And then second it too!!!

Can you and I build an empire on beer!? I say YES!!!!!

hugs and kisses.........


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('13875','2de6b45a20','Your always stirring the pot!! Or is that SMOKING the pot!

He he!! I love it when you throw shit in there like that! 

Man, I don't want this split to happen! I DO think local leaders would be great!

And yes, I agree with you about the women!!!!

Z

Call me!');
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('13887','7873e1924e','Jon I would just wait things out and see how things progress.  I would be very, very sad if you ever decide to leave the group.  I've got to go to the hospital to pick up Mary and Natalie to bring them home right now, I will talk to you more on this subject.  What is your #? maybe I'll call you tonight.');
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('14556','00b758651d','[quote:00b758651d="Jester"]Some decisions have to be made for the preservation of the group and for the preservation of friendships. I can't think of anything that would justify jeopardizing either.[/quote:00b758651d]

I understand.');
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('5336','a5d434fe1c','Met you at dcon, and I must say your attention to detail is exquisit... which is a wonderful quality in this group. I saw your recent post on your progress thread, thought I'd give you a little advice on a latex scar. Hope it helps :)

Makeup fx tip:
Fleshtone liquid latex, it'll be really easy to find right now around halloween. No spirit gum needed. Paint a thin layer on the area the scar will be. Be sure to use fine small scisors or blade (and be careful of your eye of cource) and cut the scar in the latex. Since it's suposed to be healed over a bit, put another thin layer of latex over the cut to "bond" it back together, but not too much to make the original cut moot. Then use some flesh tone makeup to blend the scar in, and of cource red to detail it.

If you remove it carfully with some lemon juice or latex remover (latter kinda expencive) you can possibly use the scar again by reattaching it using spirit gum now and some more makeup. But after one or two practices, it should be a breaze to do the scar from scratch.');
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('12046','5e486981f7','hey butt munch, it was nothing personal, it was all last minute stuff...I didnt stay long and didnt want to be unfair, i thought of ryman, starla and you, but I was only there for 15 minutes dude. Ill holla at you on thursday...');
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('13919','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('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('14136','cd6f09c3bc','I dont think so, can you please resend..
I have switched to a different email program and Im having problems with it deleting stuff..');
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('13598','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('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('11515','f178a5dad9','Yea. Now I will actually believe all this hoopla and crap if they really give us free rooms and its organized. Im not betting on it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13294','17b8fe9379','Already converted baby. Remember? I was going to sacrifice some virgins. All hail the Tambo.

Looooves ya baby!!! *hugs and kisses*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14821','18478138e1','man I would never have remembered.  I'm putting it in the box right now.');
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('14634','07ffec4221','naw. sh'e has to work.reschedule on her boss' part. she is not happy...');
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('14146','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('14768','92b77214ea','We shall shoot for the 11th, then!

The suit is ready to paint, but I'm still working on the tail, chest and back, and We still don't have our head yet!!');
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('14762','cc41e23e3c','We can get you some gauntlets!  The price is up to Joey.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14763','e32153c520','I haven't been looking.  The Alien will not be ready to airbrush this weekend.  Hopefully in the next two weeks it'll be go time.  We'll have to get together then.  If not at Corey's, perhaps I could offer you a large supply of alcohol to do it at my house?');
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('7649','830e6746db','Hey Mr. Z, 

I just wanted to let you know I won't be able to make the boo at the zoo event tomorrow due to some engineering work I need to do over the next few days.  I'm sorry I can't make it, because I had a blast last week!   Tell everyone I said hey and that I'm sorry I couldn't make it.  Take care and have fun!

G-Man');
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('7389','f91656b6ac','alright, thanks tbone');
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('11879','bd768c5e05','Joey,

Oh, OH, I want in!  Please grant me access to the Trash Compactor.  Hope it's good.

Zachmire');
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('11898','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('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('10450','a4ddc01ccc','Can you give me an update on the folding stock please?
How's Mary doing? Hope you guys are well.
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('6230','fe4d3e13db','Crash,

R U guys casting EP3 Clone buckets?  I want one if you are.  Send me some details.

TB');
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('11283','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('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('6802','052ed90c96','I thought you would do it, but hadn't heard anything, + I didn't know about the suprise, I'll keep mum!

-Joey');
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('8328','0512a9694b','I'll keep my eyes out for one for you. And maybe we'll do a trade for the lava obi/ani set or something if I find that battlepackor whatever. I'l ltry asnd remember to check tommorow.');
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('1510','8c1601e130','Hey Zach, do you have any more of those vol garrison patches??? If so I would like to buy some.');
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('11038','d4299849bf','Sounds great babe! Will cal you after work. Loves you babe... hump... hump... hump... hump...

~jon.');
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('11344','657bf188b9','Truly my dear... would you expect anything less from me?

love,
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9192','7552ae1b22','You work out today? You gone to the DR yet?

loves you
~jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9358','17177ef79a','10-4... just another 30 mins.... and I'm outta' here :)

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('8884','103a1d973d','Hey man, there is a guy on the clonetrooper boards that has what you are looking for. Just search for beehive and you will see.

I have your ear peice too!');
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('7641','ee27561f1f','What does it read?');
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('8716','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('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('1722','f5cf24febc','Joey took the pictures Saturday. I can't remember the girls name that took them Sunday.');
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('13895','22d8e3343b','Thanks Banzai,

I just wrote from the heart and as usual was honest..

Im just sweating now because Im afraid it is going to start a huge storm and I dont want to see that..
I care about all of you guys.. 
I m tired of the fighting and stuff.. But I also needed to let command know that if I feel ignored, then others probably feel the same..
No I never felt you ignored me, heck you where the first person to see my Scout armor and said something nice about it.. Which made me proud cause your armor was the one I looked up to , to do mine...

Hay if there is anything I can do to help IE you need something or whatever, please let me know..
I keep offering help to command, but again it is like talking to my 2 year old at times, he doesnt listen to well yet..

Thanks again for the PM,, you dont know how much it means to me...');
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('11479','bdfd747b0b','Hey,

Whats up man?  I'm getting back in the groove of things and have some ideas for 2K6.  I'm thinking about building a clone.  I've either decided on a 501st clone or one of the BARC/Scout Clones (you know the ones that yoda takes care of in a milisecond).  I heard from tbone that there are some really good molds that are being made by some other members, and I was wondering whether or not I should wait for those to start getting passed around.  I'm not too familar with the new sculps or when they are coming out, so I was wondering if you knew some info on them or which thread on the 501st forums it's on.  I'm hoping I can grab it soon because I hear there is a big prop party in bham sometime soon.

I'm trying to find out about all the events coming up, but with you, loki, and atin posting on the forums it's hard to keep up  :lol: I'm for sure going to MidsouthCon since i'll be back in town in memphis during it.  I'm also planning on going to the Ohio Museum convention.

But anyway, just checking up on things and saying hey.  Whats up with the traffic in Bham anyway?  I tend to lose an hour or two going through there, and I got a flat on I-65 in December during rush hour in a thunderstorm with an 18-wheeler blocking the entire northbound lanes, haha.  Wasn't  too pleasant :lol: 

Take care Mr. Z, hope to be troopin with ya soon.

-Goosh');
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('6414','7ff497b795','Hey Tim, you still planning on coming to Beattyville for some Halloween Trooping? I am working out all the kinks on my Rubies Vader so it should be pretty cool, and I can maybe get us on the front page of the paper again, a buddy of mine is the editor and a star wars fan. If so I can get you a copy of the paper.

Also would you be able to pick James up in Richmond, if so I may see if he wants to come troop also but he may have plans to do things at EKU.

I have been meaning to ask you if you know a guy named Claude Gross that teaches construction at LCC.');
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('11580','4b49c47213','[quote:4b49c47213="TD152"]bamatrooper@mail.com[/quote:4b49c47213]

mail.com or gmail.com ?  :lol: I make that typo alot, just want to make sure before I send.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13218','e6d1b45ba6','So she's got a tentative date now. July 22nd. Which isn't really that bad because we literally have absolutely nothing before and after that for weeks. It's a month after adcon, and a month and a half before dragoncon, so we're good baby! :) Weekend in the keys! Loooves ya!');
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('12455','fe667413a2','cool points.  i agree.

fantsicon was my idea.  just wanted to repeat last year.  italked jeff into staying he was going by himself at first ( for the cowboy thing on sat) i called him on the way from chatanooga and told him zman and i wanted to replicate the atlanta weekend again at this new fantisicon.  so he decided to go the weekend and bring suzanne.  thats all.
i havent siad it was a official event,  i put it in the pre plannig section only  i wanted to see who wnated to do the same as last year.. if at all.

msc is our favorate con. but i owe the family a real trip for spring break and either i take it msc or the atlanta weekend.  
i have more fun with the ga garrison than i do my own now, go figure,  so i choose to go to atl and skip msc this year.

talk about tired of this crap,  why do you think i seriously am going after the lco job???  becasue im tired of getting the two face treatment here.  at least on the legion council i am one of 5-6 respected leaders, who actually give a crap about the group as a whole.

are you saying that you don't want to work the xo job?  i want us to do it one more year.  i think we can get this back on the right focus, so if we do split or pass it on, it will be in good shape.  

the garrison split discussion needs to go out there if people want it that bad.  i think it will split the group, not by agreement, but i see people reacting to the idea in a 'fuck off' way and actually voting to let it split if they see that the others in the garrison feel this way about them and the group...

i dont know what will happen with the lco elections, but i am not planning on it hapening for me.  Dion is very well connected and just by participating numbers in the noth east, he has a good advantage.
i'd like to have a plan though for the SO come feb 15th.  in order to do that i need to know if you and i can run again as co/xo and actually put on a common face to the group.  i think we can. i know a lot will appreciate seeing you and i back and not bickering at all.  

if you don't want to, or don't want to run with me, then i need to know that too before then.  i want to ask others, not jeff ok?.
last if you don't do it, i might not do it either...like you i can't decide.  i don't need to be co to have a blast this year at all.  
i can say without the title, i'll be a hell of a lot more opinionated.   this group hasn't seen anyone unleashed before..jester is tame.  i can imagine you and i giving them total hell  ( them i mean the whinners in the ranks)
if we had no command staff burden.. might be fun!


glad we can talk also.   i hate to see you demoralized by this, i dont think its worth it either.   you do not need to just sit off and do nothing..  you need to stay in it.

ive asked a dozen times now .    You've given me a lot of explaination but no, Yes, lets fix our problems and run this group as tight as we used to do...

if you feel like talking i can call you later...');
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('13215','a0011faeef','I'll be there, and I'll be happy to do what I can for ya man :) Looking forward to it. Gonna be a crazy weekend too, props and birthdays and costumes, oh my!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14362','b42956410d','I was SO excited to get a phone call from you guys! I've programmed them into my phone now! Sorry I haven't had a chance to call back, but I really appreciate the call. Looks like things are calming back down in the SO and going back to normal!? I hope we keep this group toghether cause I couldn't live without you guys!!!!!!!!!!!!!

Holler at ya soon!

Z-man');
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('11602','e112212d99','I just grabbed a set from Joey today, hopefully we can get it done during the prop party in Feb.  I didn't ask Joey, but does that set come with a helmet or do you have to get that from another source?  Where did you get your most recent shock bucket?');
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('11061','dfeabc041c','Skip,

I just received the following message from Corey's father:
"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"

I'm not sure what the proper way would be to notify people, but as our XO, I figured you would know. I was thinking about putting a "get well soon" message in one of the private topics.');
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('14118','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('13002','a65c2bb12a','I just wanted to say thank you for your comments of support. Jon was really weary about posting this, but once we did, and we finally found out so many were on the same page with this crap... Why didn't we do this sooner? :p Weather or not it made a difference, atleast it's not "that thing that's going on but we shouldn't speak of, hush hush." Anyway, thanks again budy!

Rose');
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('13224','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('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('13228','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('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('11701','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('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('8859','cc6e059210','no aim,im a trooper.........');
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('5167','88e416a1d4','Hey Holly! Did Susanne PM you about the Halloween party idea? Michael and Emily got into their first "fight" (she's learning early she has to protect what's hers LOL), so I didn't get a chance to copy the PM to you.  Basically, I just wanted to know if y'all had thought about having a Halloween party.  I told Susanne to run it by you and if y'all decided to do it, I'd help with decorations and stuff.  Halloween's my favorite holiday, so over the years I've collected lots of decorations.  Anyhow, let me know!');
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('14984','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('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('14123','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('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('13127','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('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('9667','e2db962a81','I have stopped using it.  It's all yours buddy!




"Is Lord Vader gonna have to force-choke a bitch?"');
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('13232','d74a025d51','It's ok baby, I've told angi. She said it's still just tentative anyway. There's tons of factors involved with the date that still aren't concrete. And there's no way I'd make you go then, even if your parents did only stay home and (maybe) go out to dinner at Ruby Tuesdays to sorta celebreat. hehe But anyway...

I loooves ya baby! Off to lunch!

Rosey');
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('13181','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('13300','17b8fe9379','Already converted baby. Remember? I was going to sacrifice some virgins. All hail the Tambo.

Looooves ya baby!!! *hugs and kisses*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6361','645c5d84de','I know a bit about latex, what's up?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13926','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('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('14757','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('14578','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('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('14577','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('5761','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('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('10247','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('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('14603','3a5636d99d','Hey man, we gonna' still be able to cast acouple of those parts for the ESB Boba blaster? I'm going to take off friday so I can get over to Coreys fairly early and be able to work on some stuff friday night.');
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('14973','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('7487','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('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('13154','1e1b35bd98','Just wanted to congratulate you on that post on the mando thread to infra fett.  you summed it up the best, i have tried to work with that young man, but he keeps repeating himself,stay on tdh. 

i hope your words somehow sink into this newbs brain.

are you coming to coreys party?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13322','5f10787924','I'm ready to get a stormie kit from you. Send me total and your papal address and Ill send payment ASAP. 



No need to ship it to me, you can just bring it to Cory's party.  Bob');
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('5186','ccd496c401','Will do.You can hit the back with a belt sander ,but make sure you wash the block with soap and water ,dry completly before painting.

Talk to you later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13165','f356e60b43','I know what you mean, I don't want to be too hard on him either. It would help if he could make it to at least a couple of events and talk to us in person.

I hope you can make it to the party. please bring webley so we can drool over it. tambo doesnt have any resin left over, so he can't make a copy this time around,but still want to look at it if thats cool with you.

peace');
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('13882','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('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('14747','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('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('13208','5691356e91','What parts do you want casted?  if they are small we can do them Friday night and pull some on Sat.  I'll have my last bit of rubber till you get here.  I'll be more then happy to cast the parts and give you some pulls..I just get to keep the molds..sounds like a good deal to me.

Intra-Fett gets on my nerves, you had a good post.

BRING ALL YOUR FETT STUFF...ALL OF IT.  IVAN and I want to check it all out.  If you got those Gauntlets from Mirax Ivan wants to smell them.');
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('13338','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('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('14450','d0f2da7d8e','Me too,
Dragoncon was just another drunkfest,and too expensive at that.
I really want to move towards other cons and experiences this year ,like wonderfest and gencon.
So hell yeah well talk!
Cya
Oh,talked to joey ,he wants us 3 to talk one night before coreys.');
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('12277','8cb51eb90b','Im reading the thread and people dont know how to read a fcukin post without taking crap personally. WTF did I say? when in costume, behave! When out of costume, do your effin thing. I DONT CARE!

What the EF is Lester doing? Looks like all his shit just hit the fan. Good.

I was going to call you but its midnight and I didnt want to wake you.

This is ludicrous crap, I am calling you tomorrow. I have had enough. I post my honest feelings and I get beat to crap over it. 

IF THAT THREAD WASNT LOCKED I WAS GOING TO MAKE LIFE INTERESTING.

Split the Garrison. Put reality in these jerks faces. 

TN = Skip CO
Joey and Lester = Bama/MS/whatever else

Let those fall where they want. Its not about us against anyone, but some people, GROW THE EF UP. I am through dude. 

I am finishing my Vader for myself, I started it for me and Ill end it for me.');
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('14617','e92a367ffc','durn it, i was hoping you wouldn't catch me... i was going to suprise you at work when you got off... what time to you expect to get out today?');
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('12287','7ab7313f98','I guess if you count alot of people as Jeff, Susanne and Joey and Holly, then thats what you get for counting on your fingers.

Its a bunch of bullshit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14621','57eeaddc88','I'm coming to you today, then you're coming to me tomorrow. All is well :) I'll see you then! *kiss kiss*');
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('10627','5b237499c9','Hey baby love, what are the dates for the beach vaction this summer? I need to know so I can put in for the time off... even if I'm not going to be working here, I want to make sure I've got all my bases covered. 

Loves you!');
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('10629','fa43d97749','I just sent you a PM');
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('5682','4be7427d4d','I'm the one who gets all the pics up as well.  Right now I have the one I took at DragonCon, but I have not done the photoshop work yet.  If you want We can take your membership pics at Horrorfest, I have several members that need new costumes added and yes I can update you pics as your costume gets better.  Welcome to the Southern Outpost my Lord.  Your loyal Trooper Tambo.');
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('2572','a448f1d98a','thought i would say HI! and everything :) hows things in the nashville area?

are you goin to dcon? if so, who are you roomin with?

The ever curious, 
~Alli');
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('14943','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('8924','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('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('14659','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('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('13789','640d7e9654','Chapter 11 is the last chapter.  I've already started working on it.  

Once I'm done with Chapter 11, I'll begin notes for another spec ops story.
After all, I figure you'd kill me if I didn't write another one!  :shock:');
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('14612','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('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('8879','2088c50d38','That's because I'm hardly ever on.  And the "L" is capitalized, if it makes any difference.  What's your handle there?');
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('6689','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('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('6685','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('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('15033','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('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('14615','17ca4c5cef','R U home?

Luvs');
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('14648','319214268d','Then we'll definitely be cutting off an hour of travel.

We won't have to go up through Franklin and cut over to Murfreesboro to hit I-24. That's at least 1.5 hrs just to get to the interstate.

Chances are, we won't have Roxi this year. She has opted to go to the San Diego Comic Con and won't be able to do both.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14649','9d1b7674c6','Thanks Tambo. Ill bring $160.00 with me.  Bob');
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('14433','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('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('6693','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('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('4279','feb472a22c','Very good,thanks

take it and run with it.if you like heading up events and such youll be a welcomed edition to the family.KY has a number of troopers but nobody up there willing to jump in head first on organizing things.Ill always be available but theres only so much i can do from nashville.

FYI-
there are a number of guys in louisville and those few in lexington.there are also some troops north of knoxville in southeastern Ky.

for this event i wouldnt expect alot of people to be able to come up since its still really close to Dcon.most of spend 500-1000 on Dcon so the rest of sept gets pretty neglected.
if you can get ahold of bob and betty,plus tyler then youd have 4 troopers right there.that should be enough for a small event like this.unfortunately theres no vaders around to finish the set,so to speak.but work with what ya got.

keep in touch and let me know what i can help with.
thanks again
skip');
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('7409','97b650fb91','Tim,
I'll get it out in Tuesday's mail.');
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('7292','77c4711664','The price, including shipping, is $24.00.');
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('13872','8485bb3438','Hey man, dont mean to bug ya. Just acouple of quick questions.

What do you feel is the best long term decision in regards to the SO? I can see several views supporting splitting the group up but to me, even if we cut off Alabama, were still going to deal with Jeff Lester. While I personally like Jeff and think hes an alright guy, I can not stand Suzanne. She has no place in this group and I am sure has chased away more than one would-be member. While several people could say the same for me, I am not directly associated with the command staff or for that matter, commanding members of the command staff.

Just like I told Skip the other day, Rose and I are at the point that we are planning to phase ourselves out of the group. Its just lost the attraction. Granted wed still do local events and maybe come out for one or two of the big events a year, but thats about it. Much like my brother Tim has already done.

Anyway, youre one of the more level headed guys in charge and will support whatever you think is best.

~jon.');
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('9960','cb114a7d38','Thanks for the email addy... I lost it :P

As far as your mom's mom, like I said, you do what you need to do. And whatever that is, I will be there to support you any way I can.

You talk to hammer? you work out?

Loves you!');
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('9092','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('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('10420','089c25727a','Thanks!');
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('14631','891047925b','By the way, do you have my planner with you or at home? Just curious. *hugs and kisses*');
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('14098','aa12859b11','Hey bro, I was just reading over your post on the board. I'm at work right now, so I don't have alot of time to type, but dude, I just wanted you to know you are like family to Rose and I. If you ever need anything, where always here for you. You better have that blender ready on the 25th!

~jon.');
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('13878','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('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('14116','2e1e06fdda','are you feeling better?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6418','eace83fdba','Hey, it just dawned on me that my previous response might not be the most helpful.  I was (and am) suffering massive sinus headaches.  I'll write a better one in a day or two when I get over this.');
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('14122','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('14627','891047925b','By the way, do you have my planner with you or at home? Just curious. *hugs and kisses*');
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('14911','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('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('14128','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('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('5629','e41f40bd84','Wow. I now officially have "collection envy."  The Imperial cog on the toilet seat is the best. I... MUST... have a Star Wars bathroom now.  :D 

It'll probably be the guest bathroom though, just so people can see what a SW geek I am.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5934','c9b5c70ec5','LOL, yeah I guess I should have studied more, I got one point from an A on that test  :cry:     Oh well.  

I am doing fine.  I am glad you finally got paid, having no money sucks, trust me I know.  Where I work every summer you have to go through that whole month where you don't get a check either.  You would think since I worked there 6 years that everytime I came back they could just write me a check  :lol: 

It depends on the dates and times that they would need us for the release.  It also depends on what Knoxville does.  I live in the middle of both and Knoxville does a lot more than Lexington so I normally end up going there.

You should go to horrorfest next week-end sounds like tons of people are going.

~~Angi');
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('5496','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('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('12818','9c47522dc6','but not as muuuuch as a spoon!

I love you too baby!
Hope you're having a good day.
I'm off for a shower and to head to old city for a bit. Loooove you!
*kisses and hugs*');
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('13628','44ae4ef740','will  do');
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('5674','9801abfe09','Now that you have access, you need to register here also

http://www.501stforums.com/

this is the Legion wide message board.');
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('13927','423d3c468b','Yes! That Chink Bitch!!!!!!!

Let's start a "yoko broko the so" campaign!!!!!!!!!!


z!');
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('13007','f12e127343','Oh yeah, there's no telling where he'll go or what he'll do. Been found swimming in a fountain, smoking with some goth kids, and trying to steal a guys mexican hat, all on seperate occasions of cource.');
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('14405','11fa6b1c25','did it before you sent this!!!!!!
howz that for good timing,
thanks again for what you do,');
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('14514','e91a4bbad9','did you get those ebay listings? were the divers belt any good?');
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('7465','b5e6cbb7e8','Glenn,

What is the zoo thing you refered to in your post?


Mark');
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('13178','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('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('15035','0f59329836','can you make me a new button thing for her? I  can bring back the metal plate which the buttons go on. how ab out tuesday or wed?');
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('9448','e0144c6926','Hey Rose,
Did you take my scissors with you? I realized that I left them on top of the material at Loki's when I was looking for them to cut fabric for my under tunic for this weekend. If so, can you be sure and bring them with you on Friday. I also wanted to say thanks for making the robe. I know that the costume was thrown at both of us at the last minute.

See ya this weekend.

Derek');
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('9507','1c32257912','Don't stress too much about Hammer.... or the ring for that matter. Hammer will get over it.

You guys have a good time tonight, enjoy the movie, etc. I'll try to give you a call when I get out of here... ya' knows...

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('12135','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('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('10301','d512e0304e','Hey there! Im finally working on my clone, I decided to go with commander Bly and I hear you guys have a new member who makes them. Can you get me in touch with him?
Thanks in advance.
Say hello to the family for us.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6484','d97644848e','It wouldn't hurt to ask him. I think that's better than leaving him on a table or risking the car. Z Man's a nice guy. If he says no, we could ask Joey. I know he lives in Birmingham too. 

Let me know what they say.');
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('13200','d0d8b394dd','yeeees baby! eeeexcelent!
Do you know who posted the makeshift boba to make fun of him?');
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('14504','0f1bc512f8','yes, 2 esb for me. thank you. how early you going?

you want to eat breakfast at golden corral with summer and me?');
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('13042','b4159ec939','Thanks for the link, but I already found this area.  I have no idea who these four guys are.  What is in the best interst of the SO and who should I vote for?');
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('4241','d496700786','of course, they have that at the hobby lobby michales or the hobby town us ill take a shoulder bell or something with me to match it');
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('9779','a780c83e01','I'm grouchy (SIC?) my back hurts

But I love you...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9787','40fb4ba23b','You're getting all stressed... arn't you? You wonder whats on my mind, you wonder what I'm thinking, do I love you, am I mad at you, am I insane? All this is going through your mind... and why? I didn't sleep at all last night and what for? I want nothing but the best for you, not just right this moment, but also in the long term. But maybe thats my problem, no wait, it IS my problem and I've fought that my whole life. In fact you may remember that John Lennon quote I try to live by..

"Life is what happens while you are planning for tomorrow"

And that's just it, I'm so wrapped up in how this or that has to be done or we arn't going to be happy tomorrow.... in the mean time, we're pulling our hair out. It shouldn't be this way. 

I need to be able to depend on you 110% though and know that you're going to make the effort when needed. And thats my biggest concen here... 

BUt anyway, I'm still at work, it keeps my mind active and I've got tons to do... ya' know.

Loves you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9921','5db5c4f0da','Babe, I need Scott's email addy... I know it's "phinzup@....." or something like that.

Loves you!');
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('14481','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('6508','5c83e9144c','God forbid PETA and I agree on anything.   :lol:');
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('12575','9b05cc58ee','I need to talk to you..I'll call you soon.  You really need to Post your feelings on these matters, Don't let anything get you down and don't quit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14927','94ac3dc0ee','Did I leave to quick for our big meeting?
Or did Skip think of it once I left?
He didn't seem real anxious to make-up or very talkative today. Well, not with me anyway. 

Keep me in the loop.
I want to be of help, but I can't if I'm on the outside and don't get the info.

Any chance I could catch a peek at the print out that Z-Man was privy to?
That might help me clear some air with the Skipper and we can all get on with life and stop the squabbles and hard-heartedness.

Thanks.');
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('10001','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('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('6572','4eabf9abe1','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');
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('10637','a69168eb8c','Thanks babe

I tried to talk Hammer into going to Coreys but he was kinda blah and put-off by the whole the thing... 

Talk to ya after work!

Loves you!');
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('14112','eae0532a30','bah  :P');
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('10245','cffabb5cef','Todd,

It looks like you might be the only local person going to ShadowCon. I was wondering if you might be able to bring something to Kell for me? The item is the Master Replicas Princess Leia blaster.

Thanks,
Glenn');
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('8878','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('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('4359','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('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('4457','ae5c2d2eb8','My rules are simple...You must have membership photos to join.  If you have a few real good shots of your costume then I will submit them ASAP.  Sith lords tend to take 1-4 weeks and any other costume will only take about a week.  This is because Legion must look at all Sith Lord pics before they can become approved.  So basicly the sooner the better.  As far as I'm concerned you can march or hang with us anytime...even if your membership is not yet in.  See you soon.

E-mail me pics to tk1128@bellsouth.net

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8500','250b51834a','will try to learn it over time Tambo. But it will take me time. So I'm sorry if i dissapoint ya on the "quiz" but I'll pay you the $15 and tell him to start looking for boots, fabric, the code cylindar, and the little circle grebbly what is that called again?

Sorry again for being so ignorant for a "supposed" Sith Lord.  :oops:');
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('4463','51fb78cadd','Just need some high quality full body shots and a few close ones from belt up.');
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('7482','1e6f22a8c6','Here are some links:

http://bikerscout.net/

http://www.tedsmilitarysurplus.com/clothacc/fsafblack.html

Gloves: check bikerscout.net for sources on the right style of motorcycle gloves.

Flightsuit: second link above.

Balaclava: military surplus store or Walmart if you're lucky. (some scouts don't wear these...and I think it looks like poo...gotta cover your neck).

Cummerbund and pouches: ask around bikerscout.net, check eBay, ask on ours or the main 501st forums.

Boots: caboots.com or make your own with a tutorial found on bikerscout.net (second option looks most canon IMO. CAboots might be more comfortable but get a 1/2 to a size larger than you really wear...ask Hammer about his.)

Pistol: eBay, 501st forums

Armor: mine is studiocreations.com (I don't know if he still does scout armor but it looks good). Shop around eBay but please email myself or Chris Ash before you buy something. There are quite a few lumps of poo floating around that will pass for 501st but don't stand up to SC or other nice molds out there.

Helmet: cheapo - find a rubies or an old DP to mod. More expensiver - an Altmans or better yet a fanmade ABS (these are hard to find sometimes).

Hope that gets you started. Shoot me a line if I can help more :)');
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('15026','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('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('11180','2f81790497','Thanks for delivering the Leia blaster. The Han Solo ESB blaster would be $380 with free delivery. I forgot to pick up the box at my parents' house, so if you want it, I'll have to pick that up so I can package it. If you are ever in the Vandy area and want to see all my MR lightsabers, I could arrange that, too. Let me know if you still are interested in the Han blaster.

Thanks again,
Glenn');
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('4822','8e617ce161','I can pull a set tonight and ship them tomorrow, 20.00

 Send me your address... you can just pay me at DC if you want...

-Joey');
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('5693','c1ec0208a3','HEy man, got your message, I've been sick all week though. Today I'm at work, so if you want to come over after work and build some stuff, that'd be cool. I get off around 5-6

~jon.');
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('11649','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('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('15062','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('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('5087','5b8f50f1ba','I see they are posting ROTS Darth Vaders on the 501st site now.

Stay on Tambo's butt so he'll get you processed!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5091','085612e07f','Yeah, you don't have to be in the 501st to be a member of the SO.  We have quite a few RL and FanForce people that are as much a part of our family as any stormtrooper!

But, I'm sure you'll get approved.  The two Anakin-Vaders that are in the Member section now are good, but yours is better.');
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('6612','422fc81e8b','Hey Tim, I pm'd James and he said he would like to troop also so it would be cool if you could pick him up. It will be nice to have a little star wars crowd there. I am pretty sure with all three of us we can probably get the front page of the paper.

Later,
Tyler');
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('12532','b4771815c8','[quote:b4771815c8="admiral_holly"]oh yes!! You need to go and have a gander at his pics.[/quote:b4771815c8]

Yes I think Chip has already taken steps to reclaim that thread for you ladies! lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5115','77500d15dd','If you have not filled out a application on the main 501st site, that is the first step...Make sure you put down the Southern Outpost and pick a few Numbers for your designation then it will go to me for further processing.');
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('14988','e89cce7660','I will email you more pics.Your welcome  .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14975','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('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('12855','75359a06df','You didn't tell Joey that you told me, right?
Keep it that way.
I have a feeling there's gonna be a big meeting before this is all over.

BTW, where was it we went on vacation again? Oh, wait, I'll just ask Skip. LOL

Also, I didn't go on the campaign trail, but did put up a new banner.');
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('5152','ad72b16759','Well, I did leave it big.  The forum is just automatically shrinking it down.  We didn't know it would do that for us.  But, Thanks!  Thad chose the picture.  Gee...who would have guessed?  LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5244','b30f5132e9','Crash, are you still wanting one? I did not see you at DC. I have them.
Later Geoff


615-794-6619');
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('13195','4dfc37e6d2','The earth says hello!

Love,
Rosey Posey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13213','e2a2c23bf0','Hey Tambo, 
Do you have a scanner where you could scan a copy of the picture of the Plo Koon hands in the Chronicles II book? If not, then could you bring it with you on the 25th so that I could scan it at Corey's?

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14876','82653dfc0f','You should have access now.');
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('13204','1a7884849b','Me too baby, me too! I looooves you! *kisses and hugs*');
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('14139','f39bddc400','Tambo I hope so too.  However it has gotten around and it really hurts that I am being accused of influencing the command staff when I have now figured it out that it is a member of the command staff that is part of the problem.  I am only here to have fun.  I get blasted when I am too vocial about my opinion and then get blasted by the same people when I keep my mouth shut for the good of the group.


Any way you have more important things to worry about.  How is Mary and Natalie?  I have a little something for you guys.

And as for the joking questions.  I might become a swinger but only after I loose about a thousand pounds!');
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('7776','a46fe4ec07','Loki, I will save it for you. Geoff');
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('9265','ab0493010c','What are the next events I'm going to see you at? I wanted to make sure and bring you the cash for the Vader (S&amp;H and all included) and the captains pips (I think that was $15).');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9266','23afaa58eb','I'll be at the toy drive here in Clarksville tommorow and the Shelbyville parade...I'll have the figure, but not the rank..I need to order more switch covers I'm plum out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5356','52a49be7d8','Thanks dude..I might buzz by this week and pic it up...I appreciate that.');
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('13718','6d5fd56c2f','Dude,

Go out there and post those names and what they said.  The group deserves to know who these idiots are.  You deserve to nominate if you so choose and they were wrong in what they said.  As Joey said we are done with them and will not being seeing them anymore plus the other in TN will jump on them and that may keep skip from being elected too.  Show everyone what kind of leader he is.');
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('5471','bf37a9b466','http://fl501st.com/boards/viewtopic.php?t=5048

Check this link out...

Scott is one of the best Maul'ers out there, so his recommendationis Gold!!!

-Joey');
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('14620','57eeaddc88','I'm coming to you today, then you're coming to me tomorrow. All is well :) I'll see you then! *kiss kiss*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14629','04c20609ce','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('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('11643','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('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('14750','89070e35ef','I let Summer off easy for valentines, I got her to order me a richies armor cod piece and butt plate ,and back armor.
ordered it last night.


we are planning to go to event on march 5 in chata. and pattys parade in atlanta.');
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('5543','8f97651475','Hmmm, we'll be able to make Ryan's whole suit for less than that!

But I get many ideas from the pics!  Like, connection points, ect..');
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('5554','2146b2a22a','Dude!  You costume has been discussed amoung some of the command staff, Tambo and Skip for instance!  Everyone's opinion in the outpost is that You ARE our Vader.  Your costume is one of the Three best we've seen in the last year.  You are your own worst critic.  I see 1000 things I don't like about my Mandalorian, but I get told all the time how awesome it is.

Trust me, you'll NEVER be satisfied with your costume.  Even if it's better than the screen used one, you'll always think it's crap.  We all deal with that in costuming. 

As for wigs, Performance Studio is the only place I know that sells wigs that won't kill your wallet.

And doing ROTS armor vader, Somebody needs to!  I like the ROTS Vader much more than the OT Vader.  He looks lean and mean in ROTS, he just looks like an old man in a suit in the OT&gt;');
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('5575','71172a64e1','Hi Kell, any news on shipping the Figure? Thanks 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('11568','9adbb16ee7','Yeah sure, give me your paypal info.  I'll send out the payment as soon as I get the PM back.  Should be coming from gooshy@gmail.com');
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('13091','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('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('5891','7608f489d6','Hi.

My name is Sean (my friends call me Cray..short for Crayfish).  I am actually a prospective 501st Southern Outpost member (I have submitted my stuff to Tambo (Glenn) to turn in and I am just waiting to hear something back).  I also have an Anakin Skywalker (Soft Vader) costume so when my costume is approved..I will be the second Dark ankin accepted into the Southern Outpost.

First let me start off by saying by I am now a huge fan of yours.  I haven't posted on the boards yet but I have kept up with your costuming alot and have to say you did an incredible job on it......the best Anakin Skywalker costume I have ever seen including the other members of the 501st across the country... and you look absolutely awesome as the evil Anakin.  When you put the wig on...there is no mistaken who you are.  So I wanted to just let you know...as a big Anakin Skywalker / Darth Vader fan and a fellow Dark Anakin costumer...you are one of my new heros.  I hope to meet you at a future convention.

Right now while I am awaiting word on my status...Joey Beck...the C.O. of the Southern Outpost is going to let me troop at some of the events...especially since I was just approved as a Rebel Legion member...and the Rebel Legion and 501st troop together locally here in Birmingham, AL...and I am also going to start working on Strormtrooper armor in late January.  He said that once I was accepted..we would have to get together and coincide who wear the Anakin costume at which events..because they didn't want more than one of specific characters.  As far as it is in my book...you are the all time Anakin...lol.  I am not going to be doing any of the big events as Anakin...and will most likely have my Stormtrooper armor completed by next year's Dragon Con.  

Right now I am doing a Wal-Mart event with the S.O. in Oxford, AL on October 8 and then some local Birmingham events around the DVD's release.  I know that you live in Tenessee so I'm sure that won't conflict with anything.  what I was curious to know is if you will be going to NovaCon in Huntsville on November 12 or if you will be with Tambo at the Toys R Us event on November 12?  If you go to NovaCon..I will see if I can borrow one of his many costumes and troop as another character.  Like I said...I don't ever want to step on anybody's toes.

Right now...even though I have submitted my stuff...I am constantly trying to improve my costume.  My wig still doesn't look quite right..but I didn't have much of a choice when it came to wigs...I had to find a hypoallergenic wig from a wig shop because I have terrible allergies.  I am constantly working to make it better...as I am the belt.  I also have a big question for you...how do you keep your contacts in for so long without them irritating your eyes?  I have the Wild Eyez contacts and they absolutely burn after about 15 minutes.

Anyway..I just wanted to introduce myself...and tell you how cool your costrume is yet again..and again..I hope to meet you at a future event.   Take care and have fun at Horrorfest.

Sean Rothe
"Crayfish"
and hopefully future prospective SL-7301  :D');
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('5816','5fdc4e7192','Kell, thank you.It arrived yesterday. Thanks again.
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('5831','ad0ea353dd','Jester,

   What's up? . . .on my way home from the woods once more. . . .been dodging cottonmouths and critters working in some water.

   Hey man. . . .I believe someone told me that you had been working on a custom mando. . . .not just any custom. . . .but one with a big "S" on the chest. . . .a "Super Fett"?!?!?!? Is this correct. . . .if so. . .I feel threatened and a "biter" in my presence. . . .just kidding. . .that sounds TOTALLY AWESOME. . .and I can't wait to see it and mob around with you at Ho'Fest. Take it easy.

BTW. . .yer post re: the guest on the Ho'Fest thread was FUNNY SHIT. . . .props to ya!');
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('9509','912a346904','Don't feel so bad.  I had Loki pick me up a Bly and a Gree and left 'em at his house Sunday.  That's even worse!


 :lol: 


Did you still want the Lava Anakin(Vader) and Obi?  I've got two sets that I'll bring to the parades.');
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('9471','bc4ea9842c','He can wear anything under it, the only problem is that I dont think he will be able to get the bucket on. I cant get it past my forehead..
What I would suggest is pm Hammer, he has a modified Royal Guard and I know that would fit him..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14315','a80266bbf3','Alot of my photos were recatergorized a few months back when Photobucket had a problem. I've been trying to get them back where they needed to be without disturbing the sites and links.
Not knowing if our website would be back or not, I decided now was the perfect time. So much for &quot;perfect time&quot;.

The website still acts screwed up. The photos won't update. So I'll have to give it a whirl tonight.
Chances are Chris has everything locked down until he can go through everything and set up securities.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5899','29a6078af1','No problem dude!  I decided to throw all that support on you for two reasons:

1. I like Anakins E3 look, if I had the build and the look I'd work on that   costume myself

2. I got so pissed on the Legion boards when they were having the debate on if they were going to allow this costume or not.  Some people in the legion can be total ass hats.  I think you met some at Dcon.  There was no reason for them not to give you a lanyard, and if I'd known about that crap I'd have got one for you.  After seeing ROTS When I see the costume you wear, I don't think 'Anakin', I think 'Vader'.

It's great that somebody in the Legion came to their sensesand decided to approve this costume.  I know how much time and effort and MONEY it costs to do it.  I'm sure you spent as much, if not more than any Stormtrooper costume.

But, if you hadn't been approved, no big deal, the Southern Outpost had allready decided you were with us, no matter what the Command said!

You and Ryan should try and get Chase involved with this event, he'll be living in Brentwood soon, and he can probably put together a flyer you can print out and start handing out at the store.  I'd also hand out flyers to everyone at Horrorfest, there'll be a lot of kids there.

I've only organized 2 events myself, but I can come up with some ideas for you as you get more details, like how many we have coming and what we'll be allowed to do.');
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('5903','e914984084','Hey man.  Yeah..I made it to Dragon Con and saw you there...but I ahve seen quite a few pics on here.  I didn't wear my costume this year and October 8th will actually be my very first event here in 'Bama.

Yeah...Joey (Bamatrooper) and Gelnn (Tambo Fett) have both told me that the costuming standards for ROTS Vader is very strict.  I am still a thin guy but my facial features are nothing like yours.  That is the only thing that wories me on mine..but quite a few of my friends have mentioned that once the outfit is on and the wig and makeup is applied...I look nothign like myself..and so far everyone has been able to to figure out who I am supposed to be on the first try...lol.

I know that costumes aren't exclusive...I was just taking Bamatrooper's advice on events...and he said you and I should coordinate who will be the Anakin at which events that we both attend....I don't know if that means Dragon Con (since it is such a big event)..but I do know it means for the other appearances.  They do this with armored Darth Vader  so that more than one member won't show up as a specific (one of a kind) character.  In our case...I am happy to step down to let you be Anakin for numerous reasons...and don't tell Joey why..lol:

1.  You have a much better costume and look just like Anakin.

2.  I get to borrow one of Bamatrooper's many other costumes (that he is not wearing ) to wear to that event while I am working on my Stormtrooper or Clonetrooper (I really haven't figured out which I want tot do first.

Like I said..there are many events that you will be doing that I won't be there..and many I will be doing that you wont be there...and those will be my Anakin events right now.  That's why I asked about NovaCOn..because if you don't make it..I will be donning the tunics, robe and wig for that event.

As for Rebel Legion...my picture and profile are not even listed.  I have kept in topuch with the Correlian Base (formerly Freedom Base) leader Martin Arnold and been talking to him.  He has seen pictures of my costume and said as far as he is concerned..I am a member..he is trying to speed my membership along...but they are far more back-uped than the 501st (their costuming standards aren't as strict).  I have posted a couple of times in the new forums...I have even tried offering some designs for the new Correlian Base logo.

Next Saturday is the first event I am doing in costume...Joey said he wants tot ake some pics and we are gong to send them to Glenn...so he can see me in my wig for the first time. As well as clearer pics of my boots and belt.  I will send you some pics of the event.

By the way...what are you using as a lightsaber.  I use a home-made "hardware" saber that I contructed from a recipe of parts you will find at Lowe's, Home Depot, and Radio Shack to act as my deactivated saber hanging from my belt.  I use the Master Replicas Force F/X nakin Skywalker saber as my ignited.  I don't know if you have force fx saber or not becaiuse of the price..but if not..I am letting you in on a little secret.  Start checking Toys R Us the last of October....it is listed intheir system the same way the Lord of the Rings Frodo STing FX sword was.  The Frodo was only $14.99...normally $149.99.  The Anakin and Vader are listed as $29.99..normally $119.99 or so.  If nothing else..you can never have too many force fx sabers...lol.


I may see if I can find my first pics of my costume I sent to Rebel Legion to let you get the starting idea...but I have made so many changes to the costume since.


Thanks for your kind words and advice also.  Have a greta week.

Sean');
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('5920','c988a3bdb0','You know, if you get armor to do an armored Anakin, you might as well get ALL the armor, so you can have Vader, Armored Ani, and clone trooper!

And, good news!  Corey is starting on Dooku (shhh it's a secret!)  We do have Palps, but he's in Huntsville, so that's no good for Nashville.  I think I can talk a member I know into it!  The only reason he hasn't done it allready is it would require him to shave!');
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('8231','8387ca6c21','http://www.theforce.net/swtc/insignia/badges.html

test next time I see you...study hard Lord Vader');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5999','17479d49f3','Jester,

   Other than spurs. . . .what else are you looking for western/cowboy-wise to add to your costume? I have several shit-kickin', bull-ridin', snoose chewin', longneck drinkin', cow wranglin' friends here locally I may be able to pinch something from.

    I have a sweet old heeler rope (from my very short time ropin' in NE) that is just collecting dust. I just use it now occassionally to rope a dummy or a friend. . . .or one-in-the-same. Anyhow. . .it's still stiff, has kept its shape, and throws well too. . . .I mean with some practice, you could rope folks in your Mando. . . . .kick-ass!!! LMK if you'd like it and you can have it.

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('6037','00d72c5e55','Tambo,

    What up brother Fett?. . . .back at cha! What time do you get out from work on Friday?. . . .kinda want to coordinate so that I'm not sitting in you and Mary's yard drinking beer waiting for you to get home.

    I dunno. . . .I may just Fett up for the SW time. I've [u:00d72c5e55]always[/u:00d72c5e55] wanted to try on a Snowtrooper get-up though. . . .don't know if your boots would fit me. Man. . .I tell you what. . . if your head wasn't soooo big. . .I love to go to an event in your Jango and put you in my Boba just to fuck with folks in the SO until they figured it out.

    I bet your Commander costume is TITS!  . .it's gotta be!!!. . .does anyone else have a Necro?. . .thought I read something along those lines. Regardless. . .you bet. . .we are gonna ROCK! I've sent some of the pics you took of me in your get-up at D-Con around to some friends, and everyone agrees its bad-ass!. . . .hell even my folks like it and they think I'm half-crazy with some of this shit (although they LOVE the PimpTrooper).

    Hey bro' . . .I hope I am not going to be a bother at your place with the work going on and Mary with child and all. . . .I'm not one who likes to impose on my friends. Take it easy. . . .I'm off to get into some fresh "strange" tonight. . .have to see if she's another perspective video star ya know. :wink: 

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14583','b547134818','I need to be restored for member access..


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14584','92130a6613','Done.

Sorry bout that, thought I had you already back in.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('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('14363','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('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('14605','9a7787015f','I have Zero rubber left..so I can hold on to your parts and send them back to you or give them to you at our next meet up..regardless we can look them over and make a plan this weekend.');
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('14616','e92a367ffc','durn it, i was hoping you wouldn't catch me... i was going to suprise you at work when you got off... what time to you expect to get out today?');
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('6271','8b868a44b4','Hey man,

Saw the pics of you from Horrorfest.  Great pics as usual.  I know you wanted to see a couple of miy disaster of a costume  :P  and Shawn has posted some over on the Oxford "Tootsie Roll" drive event.  I'm on page 2 and 3...not very good pics..but you kind of get the jist.  Later dude.

Sean');
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('11373','39b4ce1049','yes, will talk to her tonite');
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('6373','0ba19050ca','Alright I've tryed to keep this fairly quite but I really want to ttempt to make a tight fitting latex glvoe style after Anakin's robotic arm. There was thought given to using a dishwashing glove as a base but I'm not totalyl sure what people ment by that as i've ever worked nor seen work down with liquid latex. And help would be awesome.');
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('9757','7c433eece3','fed ex picks up here at my work

my home address is 
134 algonquin trail
somerset, ky 42501

my work address is
new horizon graphics
345 n. hwy 27
somerset, ky 42503

thanks again
-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('9763','100d013111','work is
606-451-0848

home is
606-677-0001

thanks');
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('6471','bce74eec98','yeah, I'm pretty sure its a joke.  He has past the "deadline" twice and toby has been fine.  I'm sure it would have been taken down a long time ago if it was real.');
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('6520','0764663e7b','Sure! No problemo!!!! My daughter would LOVE to see him for a bit anyway!

Yea, the Mando thing! I'm feeling left out too! I have a killer idea for one and am trying to get all my parts together as we speak!. I think Joey's gonna have a small prop party at his place on the 22nd, before the Boo Zoo gig, so maybe we can shoot some ideas back and forth. Check on ebay at schuby's galactic props for cheap mando armor. I've got some of his Jango stuff and am gonna get some for my new mando from him. Check out his store front on e-bay, he's got some killer stuff!

Z-man

If you can't get to the site, email me at: charliezanaty@bellsouth.net and I will send you a link.');
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('13031','d9576b1813','It went fine. They hardly needed me to actually do anything at all. It was just a communication problem between Barbra and the stage manager. They needed me as a go-between to keep the fights down. *sigh* Ah well, atleast I get paid for it :p

Love ya baby! I miss you too! *hugs and kisses*

and guess what, angi has already picked out her brides maid dresses :/ Heh, love ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6562','8b716640b2','Wow! That was a mouthful! Kidding......If I were you, I would spend most of my cash on clone armor. It's getting cheaper to do mando stuff now cause anything goes! I spent a bundle on my Jango, but that was because I needed screen image stuff. To build a custome mando now, all you need is the upper armor and helmet...fill in the rest with your imagination. I've noticed a lot of guys are not even doing gauntlets but a variation of fore-arm stuff. I'm gonna send you a photoshop proto-type of my soon to be mando. This may give you some ideas. My photoshop experience sucks so use your imagination! I had lunch with Joey today so we are ironing out a prop party. I'll let you know as soon as we come up with something. Have you looked at my web site? www.z-man.com. Nothin fancy, but you can see some of my stuff. 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6566','617cd19791','So whats up? What is this parade idea Skip? I might be game.');
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('6581','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('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('7810','dc083ac995','Joe:

Great event last night, you done good.  Noticed your post about Darth Life getting you down.  Just know you can always call me if you need someone to talk to and I've always got your back.  Even if something else had come up last night (yeah like that's going to happen) I still would have been there for your event.

Hope things are okay between you and Lisette.  You two seem good together.  On a slightly related note (probably shouldn't even tell you this so as not to jinx my chances), but next Saturday I'm going out with this girl from Bartlett.  Provided I don't screw things up, maybe we'll both be seeing girls in the Memphis area.  Great carpooling opportunities.

Always at your back and respectfully to your left, Lord Vader,
Zachmire
Giggidy*3');
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('6643','a5c7998953','Goosh, how'd you do the bobbing head thing on your avatar?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6654','181dc75b0f','Bout time you got to work my man!

First, heat the helmet (Leave it in the car for about an hour and a half.
Shape it by hand to the shape you want.  Then stick it in the freezer.  The new shape will 'set' in about an hour.

Then line the whole inside with resin from auto section of wal-mart.

Sand the whole sucker with fine grain sand paper.  Buy a can of sandable auto primer for bumpers and trim (Wal Mart)

prim it, sand it, prim it, sand it, do it again!

Spray it with plasti-cote spray paint.  Do the main color first and let it dry for 24 hours.  Then tape off the visor area, paint that, let dry 24 hours, then do the rest.

For good weathering, use the mustard trick.
Spray the whole helmet with plasti-cote silver metallic.  After it drys dab mustard where ever you want weathering, then paint.  After it dries you can wipe off the top layer of paint and the mustard underneath, leaving the silver showing, and the mustard will stain the edges of the weathering, giving that border color!

I expect pics by next week!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6658','0134672382','Yes, take off everything and cut out the visor before you reshape it.  My helmet is a Rubies, i don't know what kind of plastic Rubies used, but I've had no problem with mine holding it's shape.  Just don't leave it in your car in the summer!  Chase had a DP before he got the Tambo helmet.

He changed out of his mando and into his clone and left the mando helmet in the car.  In just two hours it was as flat as my ex-girlfriend's chest.  But he didn't brace the inside.

I transport my helmet in a small cooler with a couple of ice packs to events.  Works pretty damn good!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6662','86db0d63fd','Hey Mark hope you get this.

We met at the Zahn signing way back in Lexington, I was the new trooper that kept falling apart. I was just wonderin if you were interested in coming out and troopin the SunCoast DVD event with us on Nov. 1st. Its in Lexington also on the same street that the Zahn event was on.

You can find the thread for it in the Events section of the board.

Hope to see you there.
Later,
Tyler');
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('7638','7e44bf7965','Hey Hammer, can you send me a pic for now?   The parades are so far away..');
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('8188','69af09fc77','How much for a captain's rank? I think I may buy a set from you for my friend michael as motivatino to do an imp officer.');
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('8307','dd5a114e27','Hey man, if you happen to run across one of those Coruscant Assault packs I'd rather get one from you than Steiny.  He tends to mark up his figs which is cool on Ebay, but not in the Outpost knowhutImean?

By the way, they're re-releasing the Lava Vaders and I picked up two Vaders and two Kenobis today, so if you want one just lemme know.');
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('14853','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('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('13210','e6d1b45ba6','So she's got a tentative date now. July 22nd. Which isn't really that bad because we literally have absolutely nothing before and after that for weeks. It's a month after adcon, and a month and a half before dragoncon, so we're good baby! :) Weekend in the keys! Loooves ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12912','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('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('7201','f376c45ceb','My PayPal account name is tk_6873@yahoo.com. 
You need to make sure to mention your neck size in the message area. I can get it in the mail ASAP via Priority Mail.');
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('14665','c8d3e760f4','Do you have paypal? If so, I can paypal you the $40.00 now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14669','39f3eaa329','I may have the cash at the party, who knows?');
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('14856','4e42047ebb','Hey do you guys have cray's cell #');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14857','4e42047ebb','Hey do you guys have cray's cell #');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14858','7801cecdb5','Thanks for letting me bend your ear and for the good conversation tonight.
I feel lifted and ready to jump back into the groove again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14859','b0844d0dac','205-281-0807');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14860','94ac3dc0ee','Did I leave to quick for our big meeting?
Or did Skip think of it once I left?
He didn't seem real anxious to make-up or very talkative today. Well, not with me anyway. 

Keep me in the loop.
I want to be of help, but I can't if I'm on the outside and don't get the info.

Any chance I could catch a peek at the print out that Z-Man was privy to?
That might help me clear some air with the Skipper and we can all get on with life and stop the squabbles and hard-heartedness.

Thanks.');
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('10489','abac56199f','Hey man, I saw you got nominated for LCO, when is the election and where do I go to vote for you?
Also, can you get me in touch with the guy making clone pauldrons up there?
Thanks and good luck!!!
Later');
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('7598','3875910efa','If you don't like the way the pics turned out talk to Thomas Spanos I made friends at D*Con and he pulled Ryan and me asside to take some nifty photos in on of there little outside areas at the Con so he has some shots too but without the eyes. Eventually I'll replace the pics but I'll wait till I have the robe and the human hair wig so it looks better.');
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('7632','42a2c3b3ce','Dude you are on fire! Three for three. whhooooooooo..');
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('12842','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('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('7769','7ff7af9276','looks like i will make it.  :trooper');
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('14071','8367b00a89','Call me now');
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('15046','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('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('9678','91798cf842','Hey man, were planning some group projects down here and one of them is an e-web. Could you send me a parts list and some hints on how you made yours? Any help would be awesome!
Thanks man
Say hello to the family for us, we miss you.
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('14978','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('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('14932','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('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('8194','ac128a4e6f','Hey, I thought you guys were working out this morning?');
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('11720','932203685e','Derek Yes got the pictures.. I have several questions for you before I approve you.  I can not tell the type of fabric used from the picture and will need to see you in person.  I think you might need to talk to Skip and Bamatrooper on the type of material you should use.  You will also need Red gloves, I will not approve black.  

The helmet and Pike are 100% perfect, good job on those.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13548','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('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('12129','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('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('15000','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('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('13474','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('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('8526','8ebe45d261','By the way, you making lots of these? You want me to put the word out down here?
LMK
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('8537','3b2d8fbedd','[quote:3b2d8fbedd="Tambo"]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[/quote:3b2d8fbedd]
Sad to hear your jcollection will be thinning, but awesome news about the baby. When are you guys due?
Once I get it in I can put some pics up on our forums down here, or I can put up the ones you have here and pass along your e-mail. Maybe youll get some orders right away. Up to you, let me know.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13482','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('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('15051','50fcaf028f','I never was real clear on how you and Susanne butted heads or what the rift was. It's something that she never brought up with me and something I probably wouldn't understand anyway.

I do know that whatever happened, she's real sorry about it and whatever it was, it was because she cared about you. 
If ya still hold a grudge, hell, I understand and sure don't want it to get in the way of our friendship.

Susie can do some crazy stuff. Hell, I'm still shocked sometimes after 13 years of being married to her.
But if ya could ever see yer way to talk to her, she wants to listen. She wouldn't have done anything to hurt ya, if she'd known it was going to.
She still thinks you're a great fella and she's real regretful and wants more than anything to make up and be good friends again.

I hope to see you and Betty soon and help ya break in that new TK with some Wet Wookie style troopin'.');
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('13813','f73b45f12b','[quote:f73b45f12b="admiral_holly"]But I am not 5'6 but that's ok!![/quote:f73b45f12b]

Well.. I didn't want it to be EXACTLY you... after all its just supposed to be *similar* lol...');
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('13488','9ef878225b','Thanks man.');
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('13074','9a3060f2c1','Ill take one. I can just get it from you at Cory's party. Im waiting on a payment to hit my paypal, should hit by the 9th. Cool? LMK about payment and all. Thanks, Bob');
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('13785','f90cf9a994','Susanne wanted me to give you her hotel # 1-901-522-2100 *308');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13795','bf85adab45','[quote:bf85adab45="admiral_holly"]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!![/quote:bf85adab45]

Nope, you did not make an appearance in Chp 10.

And now.. to take your mind off the election crap... here is a preview of chp 11... also called "Trouble at Aldair: Epilogue"  .... bear in mind.. I'm still editing so the final version may not read quite like this:

	High above the station in orbit around Aldair Four, Imperial Star Destroyer 'Avenger' drifted silently while shuttles moved between star destroyer, station and the planet itself. On the Avenger's medical deck, Lieutenant Kells stood hands clasp behind his back at a large window observing the silent procession of ships and stars. Behind him the door chimed then slid open.
	"Lieutenant."
	"Captain Xon." Kells turned and nodded to Captain Xon with a thin smile. Topping out at five foot six, with dark blonde hair and a naturally stern look, Loren Xon was infmaous among the officer corps. She was fair but firm, stern on her troops but highly protective of them as well. An attitude that had earned her several commendations and more than one skipped promotion due to insubordination. She was a kindred spirit to Kells.');
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('8739','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('8773','21b2cce932','Its Glovers Clone armor, same as mine, Joeys, etc...you see can a lot of suits on clonetroopers.net

Glover is not like the Kamino armor deal at all. Did you get your bucket like Tambo?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8777','d345052943','im not doing vader for that parade.so your good to go.ill just be wearing a clone suit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14561','ae87a6d196','Dude,

You didn't call last night so I'm just assuming you and Skip came to a decision about the elections and life in general.

What was the decision?');
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('15001','97daca3c5d','we shall see, not sure if summer can gety off work yet


do you have the parts to make summer, the red buttons for her snowtrooper chest armor display?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15002','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('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('15004','ec237aebec','Just some FYI, we've never even discussed anything about Corey with anyone but yall. We never discussed anything about anybody with Skip or Jenn.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15005','dd1b3bdbe7','BTW, I knew they'd wait til I left Corey's to have the meeting.
Skip and Jenn are VERY intimidated by me and Susie right now.... I like that. Fear is a motivator.

I PM'd Joey about seeing the print out.');
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('8917','202e69e1bc','Anakin, that was feraking great, right after your post, we went online to go see strong bad. 
thnaks dude, that was excellent.');
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('8988','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('8990','f55fa4565f','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:f55fa4565f]http://www.gloryandthegold.com/october/DSC_0959.JPG[/img:f55fa4565f]
Up to you.
Again, great job bro! 
Later');
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('14090','244c8414f4','Never mind, I don't wanna know.....

Something else has hit the fan I take it?');
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('14574','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('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('14285','d2b8101c3f','Hey Joey
You may want to add the Feb 25th prop oarty at Corey's place.  Thanks for this thread, it helps keep up with things in one easy place.');
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('14401','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('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('9287','edf4a9af7e','I live ion Bellevue so Green Hills would be fine... We will be out and about today so if you have time give me a ring on my cell phone 566-4847

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9288','edf4a9af7e','I live ion Bellevue so Green Hills would be fine... We will be out and about today so if you have time give me a ring on my cell phone 566-4847

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9315','4c887ceb08','Derek,

I didn't hear from you yesterday so I just wanted to follow up... do you have time today to meet up today? 

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12849','55aa254138','I know you called twice, I'm not ignoring you, I was at church working til 8pm 2 nights and went to bed early the rest.. just been busy and hetic around here.

We'll talk soon.

Gonna go troop with Jamey tomorrow! yippee!

-Joey');
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('9322','d7ba41ecbd','Hey Joseph,

How are you doing?  Are you going to get to go to the parades next weekend?  I am debuting my Clonetrooper stuff there so I hope to see you and ginally meet you.  Anyway...take care and catch you later.

Sean');
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('14003','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('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('14038','179f86ce93','yea.....the shoes.......ah good times......when we only worried about where our next beer would come from!!!');
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('13876','2de6b45a20','Your always stirring the pot!! Or is that SMOKING the pot!

He he!! I love it when you throw shit in there like that! 

Man, I don't want this split to happen! I DO think local leaders would be great!

And yes, I agree with you about the women!!!!

Z

Call me!');
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('12443','9b74ef6d6e','apparently a long reply i sent did not make it.  Im at home, going somewherefrom 6-8.  

basically i said i agree with even more, and i agree i might have some things misunderstood myself..
we should talk a bit.');
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('14059','3f20ac7165','I hear you my brotha! I'm tired, I'm going to bed now. I hope this all gets worked out and we can get back to fun. Good night Bob, and give Betty and big hug and kiss from the Z-man.

I love you, Bob, can't do the SO thang without you and the other knuckleheads in this club!!!

Z');
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('14896','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('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('14046','4765d983bc','I don't care if it came from Zuck-asses ass! As long as it had some alcohol content to it! And there wasn't a gay Twi'leck behind me!!! ARRRRRRGGGGHHH!!');
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('13857','1e8f93b0c5','OUCH! The Clones Wars, Begun they have!!!!

WTF!!!

I'm scared daddy! Hey! Let's you and me nominate each other for CO! And then second it too!!!

Can you and I build an empire on beer!? I say YES!!!!!

hugs and kisses.........


Z');
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('14120','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('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('14023','79a00ae575','whew! I'm tired daddy! Make it all go away! I just wanna be drunk, watching you in the Zuckass costume and laughing our asses off!!!

Z');
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('9438','8aedbf9b04','First, The picture is Fn Awesome!!!!
Going to use it as a desktop, thank you...

I can bring my TK, I never wear it, the only problem he may have is the ab plate and the chest plate, they seperate on me and then I can flex. But they should work great for the parade.
What size shoe does he wear??? My TK boots are size 12. Im sure if he has white tennis shoes, it will surrfice as he is not a member and second it is a parade,.
I will also bring my new pair of black undersuit. I have never worn them except to try them on with the TK armor.

Other than that I do have my Royal Guard, but the helmet is to small for anyone to get over their nose. I also have my Tuskin, but that could be very uncomfortable especially since when I put it together I did so with the knowledge it was static only so the rough horns under the latex could be painful *LOL*.

Let me know as soon as you can so I can get it out of my storage area. It is no problem as I have to go there on Thursday (it is in Dover)

My phone number is (931)362-4092 and my cell number is (931)561-6614
Im always up at 4am and usually in bed by 10pm.. (cant help that DOD training)

Anyway let me know and again thank you for the pic, it is awesome..

BTW Harry Potter still rules... :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9444','b95987dba3','That pic fuckin rocks!  I can bring the Red Guard for your buddy to wear.   Just remind me Thursday so I don't forget to pack it up.  Here's the pic I was talking about.  It's not as cool as I remember, but it's somethin.



[img:b95987dba3]http://fanart.theforce.net/museum/images/Prequels/Episode_3/ot-bornagain.jpg[/img:b95987dba3]');
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('12932','5d3701e919','Yeah, remember us talking about stormie armor the other night? That dude on ebay with the Fallano armor ended his auction and cancelled all bids. He gave me some BS story about leaving for the UK, wanted $1600.00 for the armor. That brings me to you. What can you get armor for? Ebay is around $650.00 and up. Id like to stay below that if possible. LMK, thanks, Bob');
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('14072','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('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('14947','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('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('12547','e81a3b9935','We'll let you know something by the weekend. Will it be kid-friendly?
Chances are, we'll be there either way.

I couldn't take it any more. I had to post my mind on the CoC.
Nothing harsh or crass. But to the point.');
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('14593','35ed952714','You are more than welcome to ride with Starla and I to Clarksville.  We will be going up in time to visit the child in the hospitol, and coming back just after dinner.  We can't do the marathon since we will have our 2 yr old with us.  If the child is too sick for visitation, starla will not be going, and it will be just me.  If you would rather have the freedom to stay longer that is cool also.  Our number is 599-3440');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14839','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('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('14702','419aff5c29','Sound great to me.  The only thing I may work on is a backplate for my custom fett; other than that it is done.  I'm just going to hang out and meet a few people.');
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('14904','a275ca75da','THANKS, I still don't know what it looks like until Ivan or Tambo post some pics.  I know she has to do her vest, but I will ask.  If she starts throwing shit at me I will get the picture.  At the very least we can copy the pattern for you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14905','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('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('12456','6fff3ece7f','[quote:6fff3ece7f]you cant say drug use because youve already established that he gets to do what he wants if he pays to be there...... 
[/quote:6fff3ece7f]

oh for the drax thing.. people are complaining that drug users are bad mojo and not what the so is about.. so i don't want to be in the position of defending drax as an officer, when someone else complains about him.

if the group is giving us flak about him and chad smoking it up.. then we have to make a decision on weather we decide to let it stay in the rooms, or if we tell them they are causing too much contorversy and we can't have them on the command staff becasue of it.

drax is the best, but are you willing to tell people to f off when they ask you about him smoking at events???

to play it safe, i think , IF we are to do this again we replace the staff with the 4 normal positions and add mark and maybe another if you can agree on a ky person?  let two more rotate into the staff?  bob link?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14053','febf2bee89','dude, how can I forget one of the most memorable moments to me in my 501st history! I can still see you turning around every now and then, checking behind you......I'm STILL TO THIS DAY laughing my ass off about  that one!!!!!');
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('12954','1cd8707a21','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('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('9973','66c26c2c59','Sorry man something happened and I'll have to pass. dang it.');
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('9993','71ec0397b0','Got a guy by the name futureig (not sure of his email name though) that is going to be contacting you for a neckseal, I gave him your new email and I wanted to let you know so you know its not spam mail.
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('14457','019877eaca','Man, I hear you about the love! I've been working hard on that down here too! Sounds like we may have won!!!!! Woo Hoo!

About Corey's party. I'm trying to work that out cause I wanna go REAL bad! Here's my problem: My sister was diagnosed with stage 2 breast cancer and will be operated on Wednesday. I'm kinda waiting to see the outcome and may have to hang around through the weekend to help out. But we'll see! We are being real positive about the outcome!

Hang in there you guys, and thanks for helping spread the love!!!

Z-man');
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('10070','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('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('14755','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('12886','47c47d0d51','Is there a link that takes me into a poling area where I can push a button and be done with it.  I am having trouble finding the right place to vote.  The main forum is not user friendly, and I don't have time to screw with it.  Please help');
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('14806','2ad8e651a9','yeah, I'm pissed about it too. I'll be working my ass off all day tomorrow while you guys party down. You better bring my name up every now and then just so those bastards won't forget me!

I think Cray is gonna call you for a ride up. (Mr. Pitiful)

z');
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('12896','f09e31f425','thanks much!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12821','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('12907','c19133ed65','Sorry for the outburst; I don't speak out on such matters much, but I hate to see people I like have issues, especially since I am not up to speed with the gossip, nor do I want to be.

On another not, I was bidding on a simulated fett ammo belt, and gave up at $50.  I wasn't sure of the quality so I threw in the hat.  If I go with a replica, how much should I pay.  Since all I am doing is a custom Mando I think it would be a nice touch, but not a must have.  I do have my eye on the awesome ammo belt in London that looks much like a Boba belt?

PS - I ordered an airsoft gun that with a few mods will look like a wicked sniper rifle, so it look like I found my job and purpose on life.');
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('13723','3b57328307','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('13798','d6272bbae9','CRAP! I can't wait to talk to you tomorrow!!!!!');
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('13078','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('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('10311','cc13286958','Hey there! Im finally working on my clone, I decided to go with commander Bly and I hear you guys have a new member who makes them. Can you get me in touch with him?
Thanks in advance.
Say hello to the family for us.
Later');
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('13151','5bcdc972e6','Sweetpea was a little direct, but he understands just how hard the real deal is.  He is right that a custom fett may be a good first costume.  You could buy the basics that could also be used for the Boba later on.  Examples of this could be the jump suit, boots, girth, ammo belt etc.  Helmets can always be repainted.  I am doing a custom fett (sniper), and I already have about $250 in the thing.  That is also taking into consideration I built the armor myself, and I got a DP helmet for only $41.  If you are doing a Boba fett, you have to go all the way, using top notch gautlets, vacume formed armor pieces, the works.  Custom Mandos can be lees extensive.  For membership, the best thing to do is build a stormtrooper or clone.  I have to loose a few lbs to build my stormtrooper, but it was the best thing I ever did. :trooper');
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('13158','5a8797780e','I was going to come as a trooper, but I am supose to be in Memphis on Thursday night; that is why I have been quiet.  I appreciate you asking though.');
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('10556','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('14180','6a84cf2fa4','Bob Link   606-344-5194');
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('14604','bcd275cdaf','WHAT!!!! WHAT IS DONE!! Damn you got me curious!');
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('14543','cfea3d5034','Thanks for doing that. I had almost forgotten that we talked about it and that we needed to get those reservations done.
I'd think $150.00 is about the best anyone could do.
Is that for a low floor?

Susanne and I have decided to try a new route this year as well.
We're gonna try the I-65 to I-20 to Atlanta this year. It may save us 100 miles and 2 hrs of driving.');
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('13880','ef45e4bf8e','HE HE!!!! I love it......as long as we can drink before the sex begins!!!!');
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('14680','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('13340','26060ee321','Got the boots in; they look awesome.  The are a bit snug on the top of my foot; did yours have the same issue, and did they loosen a bit?  

Also, if anyone else want to stop by saturday that is cool also.  I didn't want to throw a full fledge armor party, but anyone else want to come they can, just let me know who to expect.');
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('13471','574d116f75','Chase Gustofson and Jeff Lester are coming over to my place in Franklin on Saturday during the day if you would like to stop by.  We will be wroking on a little of everything, mostly custom fett stuff.  I have to do a photo shoot of Wal-Mart deli food and will have to buy much more than we could ever eat, so early dinner will be on me.  You can reach me at 599-3440');
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('13536','dacbf30032','Hey bro, enjoyed having you over; I think Starla enjoyed it more since she was able to get involved this time.  I wanted to tell you  there is a job fair on March 8th in the Opreylend area.  I'm not sure, but I think they said the holiday inn.  Also, if you are interested in moving, I could put in a good word for you at the Paris packaging plant in Hopkinsville, KY.  You could live in Clasksville and be close.  I know the owner of the company well.  They are privatly owned, but they are a large company with several plants; I would guess about $170,000,000 in sales.  If you are intersted in doing something like what I do, I get calls all the time from recruiters; these positions start between 50 to 65K, with a bonus about 30%.  They usually throw in company car, paid cel, home phone, and internet service.  Oh yea, expence account!!   lobster!!!');
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('14420','ac0306d0ac','ive been wanting to do one for some time.and Loki got me working on it cause he's making one as well.
i decided i want to make it look like it came off the set and so i have sculpted all the body parts and cast them in latex.those will be added to a latex coated body suit and ofcoarse painted black.all the leg and arm and body parts are sculpted and cast and made.i then used foam to carve out the shoulder pieces and the 4 back tubes.those were then smoothed out and coated in latex.i then sculpted extra pieces that fit on the tubes so there is real detail to them.
chip's suit looked awesome on the stage but i never saw it up close,and i know his took alot of effort.i have no clue if his had detail,you couldnt see that from the seats.
i want mine to look like a real alien 5 feet in front of you.
this thing should freak out people cause it should look pretty darn real!
the goal was MSC but were moving it back to wonderfest so we can get them looking right.');
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('10786','14c3d99e13','Hay Dude,
We will be going until the cops show up, so youll be fine comming late..
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 "Beer Box" 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_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('13904','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('10923','e87e112886','That e-mail address bounced.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14983','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('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('14928','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('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('10940','48b142dc48','I will call him today and find out. I have to have something clear coated by them so I willj ust ask for yours at the same time. Ill let you know tonight.');
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('14596','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('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('14312','01564c7560','Jester, 
I was on the main page and noticed that they had linked to your Chattacon pictures. You mentioned that you were moving some pictures around, and it looks like it changed the links to those pictures. Just wanted to give you a heads up.

Derek');
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('14915','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('14916','ec237aebec','Just some FYI, we've never even discussed anything about Corey with anyone but yall. We never discussed anything about anybody with Skip or Jenn.');
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('13805','d008fa678c','[quote:d008fa678c="admiral_holly"]Do I get to be Captain Xon?[/quote:d008fa678c]

Yep you sure do.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13797','50e7c2f9a9','Thanks.
Between being Mr. Mom and keeping a pulse on the drama, I haven't had a chance to call to her.

Please know, that I had no idea that Shannon and Thad were going to nominate me. It came right outta left field and I NEVER saw it coming.
Who'd have thought that there was a Jester Fan Club?');
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('14716','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('14723','1d07ee2a83','Amigo, when you have time, take summer and me off the midsouth roster, can't make that one. we are planning on going to the st pat day parade instead. 

thank 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('14726','188a084e33','is it ok to come ove rtonight after work? need to return your decal and show you the heiland two cell.');
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('11176','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('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('11365','555fc8a7e1','Hey man, haven't seen you online in a while.  How're things goin?');
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('11409','a6cda114d3','good to see you on the boards,
hope all is well and it will get better.i think the guys are right,you ought to ride to chattanooga.however i would vote against the "heavily drinking " part,
just come down and hang out.there will be plenty of us non-boozers there.i might have a drink or 2 but this whole drunk thing is for the birds,dont go that route!

lastly,id look for a job with zero stress.something so stupid yet gets you some money and out of the house.do that for a couple of months,itll help.
by summer youll be in a better spot,
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11407','d1b5a9a7b0','Thanks Derek,
Really appreciate it.
If I say yes, can I get it this weekend at chattacon???
let me know.
Have a great day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13827','b502b9c277','Can't you let her vent to you. She scares me when she's REALLY mad.

OK, OK, stop giving me the disappointed look... I'll call her.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11418','6763040349','hey Sgt. Dark, hope all is well with you in the new year.

I have been up many nights, pondering ideas. i was wondering if i could comission you to paint my jet pack? Got the jet pack for christmas, I willl sand it, to get rid of any major flaws. i picked it up off ebay, for 200.00 

I am just happy to finally  get one. Let me know what you think, I can email you ref. pics. I am not looking for an exact paint job in the pics, I just know you could do this better than i could.

Peace,

Ivan');
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('11436','3621318445','YOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

What up.


Catch me and the rest of the monkies at ChattaCon.

My cell number is (205) 281-0807.

See ya there.

Cray

aka Sean (but don't call me Sean...my mama calls me that)');
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('13544','f03ebfd139','I hear ya, I am leaning toward avoiding the cluster gagle and helping the burn victums.  Even though this is an "honor", I get the fealing we will get treated as cattle.  I'm to old for that shit  

I want to know more about the net weekend with the dinner.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11507','266b954c4a','Hey Jerk, first off, watch the accusations on thinking I had somebody else do it for me. I did sign on up the freaking thread, I said I will bring my clone and may Vader should be long done by then. Its you who made the assumption on this matter, remember what happens when you assume?

 :wink: 

I swear dude...');
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('11695','ec4cdeaf48','dude, you are so in the movie. as a mando, and as team leader of your sandtrooper squad. more details later.');
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('14156','954774738b','Kewl, Just let me know and I will do what needs to be done..
And thank you for making sure Im on the list, it really means a lot to me..

Im VERY happy you guys got the flowers.. It was more than my pleasure to send them..
I cant wait to come and meet your new addition!!!!

Also remember, no matter what time of day or night if you all need anything, Im just a phone call away...

Love you too, more than my brother,');
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('14135','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('14453','b4b8e4a040','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('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('14922','dd1b3bdbe7','BTW, I knew they'd wait til I left Corey's to have the meeting.
Skip and Jenn are VERY intimidated by me and Susie right now.... I like that. Fear is a motivator.

I PM'd Joey about seeing the print out.');
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('14527','afe7018d1a',':lol:  for you, always!

This junk with the Outpost just wears me thin. And then the business with that damn hacker this past weekend. What nobody knows is that I was sick with a friggin cold / flu / whatever all last week during that crap and last weekend. 

Still burns me up the guy got in. I had been fighting him off for nearly 3 weeks. i thought he gave up until last sat night. 

&lt;sigh&gt;');
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('14869','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('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('14143','0ad5698cb8','last night i posted what i hope will be a post with a positive turning point you and i can work with. 
if we are to attempt to work out things for the group then im all for it,if we need to step down and let somebody else run it lets talk about that too.

i saw jeff's post this morning after getting Pms about it.
if he is simply trying to make me come out against you it didnt work before and im not falling for it today.yawn.........pretty boring argument too. a mean post i made? whatever.mr.politically correct getting on to me for that, all it did was cause people to Pm me as to why he's an ass.

if you think its cute then allow him to continue,he's made no point to me,nor "teached me a lesson".only continues to spread hate and distrust.

thanks for the talk last night,whether we work it out i dont have any hard feelings for ya,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14573','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('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('12480','a34963c32e','Hay Man,
For what it is worth, I think your costume beats any and all out there.. Im wouldnt say nice costume, cause I think it is awesome..
It could be worse though, I get passed on all the good stuff. The NASCAR Event, The Ohio Event etc, because Im to tall to be a TK and Vader is always done by command or someone better.
Anyway man, just trying to say I know how you feel. I spend hours alone trying to build stuff and anymore I just am to a point of saying why bother.
This is just me speaking and my own personal feelings.
I dont fault anyone, I guess if I had to choose I would choose to cast me to the side as Im not that great of a trooper...
Now Im putting all my energy into my Segway mods, Im doing a front sheild to look similiar to a STAP, I guess this way I can atleast still be good enough for small parades etc..
Anyway if you ever just want to talk, PM me.. Im usually around, atleast for now...
Take care man..
And as hockey as it sounds, May the Force be with you...');
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('14694','d35899c24c','try it now');
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('12385','eab08c4a6b','OK, I've wrote Skip, Crayfish and loki about getting some armor. Actually, I wrote Skip about some details, but I was asking Cray and loki their opinions about which type of armor to get. 

I like the TK, but I really like the Tac Ops TC. I've heard loki's argument about how I should maybe go with the TK as it's a little easier to come by and in kit form, whereas the Clone is much more work. Honestly, if Yogi (Lando at Chattacon) wasn't already working on a stormtrooper he got off ebay and another guy in our area already has one (although he's been busy), I might really consider the TK. I want to be different within our group here in Chattanooga, so I think I'd be willing to put more work into it and go to the armor parties and stuff to make this work. 

I have maybe $150 now, but in about 5 weeks I should have a nice check coming in that I'm going to totally put toward the armor. That along with I'm selling off some stuff on ebay. If you could give me a real amount I should be shooting for, I'll know where I stand and about how much time I might be looking at. Thanks alot.');
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('14795','639cfa9ec5','Wendy put her application in just a day or two ago.');
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('14566','28df9a2403','Actually I've got a meeting in about 10 minutes (I hate these morning &quot;show and tell&quot; crap meetings).  Call later or just email me ...');
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('14641','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('14172','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('14799','1c22221d58','yes sir those are some great women.  See you tommorow..bring my Clone bucket if you don't want to buy it..I need some cash, so I'll sell it at the party.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14815','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('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('14192','0a89f3c025','a little controlling there isnt she? 
id say shes bluffing and will not actually go to court and spend time and money to pursue this.
were not going to be heading there till later,so maybe the weather will be calmed down.
ill check in later,');
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('14752','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('14782','c669073f55','Hola amigo, do you know if we plan to carravan down to this event ? 

just talked to summer about it, she is up for it. we can plan more this weekend at your house.');
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('14220','53b1a50c26','were our boards really hacked?');
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('12422','245ded3889','OK, I'll spill the beans. Jody is a nice person. She's very friendly and seems to make friends easily. I know she frequents another SW related board called [url]www.Phattooine.net[/url]. As far as I know, she's called "SarkaVrae" on every board she visits. Anyway, I attached a picture (where she's with Dallas before she gave up on the Rebellion). I DO know that she is single, but I don't know if she's seeing anyone. She actually left Chattanooga because she got a divorce and decided to move back closer to her family. She does have a small kid, though (which you can see in some of the pictures off our site). As far as I know... she's straight... You can ask her, though.  :lol: She may surprise me!

[img]http://www.chattooine.com/chick2%20Folder/starwars%20029%2EJPG[/img]');
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('12428','e729ced617','OK. Thanks. I'll ask the ones I know were interested. I wish I could have my stuff to work on, but I "must have paitents". Maybe I'll have it at the next one.');
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('12432','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('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('12438','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('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('14205','269ed9cd8a','ill keep an eye out then,
a bunch of us are bring snowtrooper armor to coreys for pics out on that flat area.if we can get a low enough angle we should be able to lose the trees and make some cool Hoth shots!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14783','1d07ee2a83','Amigo, when you have time, take summer and me off the midsouth roster, can't make that one. we are planning on going to the st pat day parade instead. 

thank you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14836','50b336e73b','What time you going to Coreys?');
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('14390','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('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('12469','71c1491cf0','[quote:71c1491cf0]doesnt that whole "he paid so he can play" rule apply?,you guys said we dont control people. 
[/quote:71c1491cf0]

Holly called this morning and said you left a VM last night.  I was asleep by 930pm, sorry i was so tired i fell asleep watching CSI as soon as i sat still...

I really i don't understand what you mean.  That might clear a lot up for me , knowing what you see an ideal event looking like?  say a toy drive and a MSC..  what control do you wish you could do at MSC this year?

By your statements, i am assuming that this means you do want to control what people do?

I would be ok with that, as i think we do need to control what people do up to a point.. then after "family time is over" about 10pm.. then i think anything 501st related should be done by then. ( is this where we differ or is this the same way you feel)?

you know as well a lot of our members want to hoop and holler at events.  If we give them a "thier" time, i bet they might keep the event time less obnoxious.

Plus it should be made known to all the members, that there is an "off duty" time coming at 10pm.. so they can plan to control thier kids access to the group, and aviod any adult situations.


to me the Xmas paradee hotel parties were common sense situations.  If i were to go to a hotel to ahng out at 10pm at night, i would assume there would be differnt themes int he differnet rooms and be mindful of where my kids were.  
I'm not pickin on you or anyone, but if the newbies who came were offended or ignored, then that is the fault of the person who invited them to the hotel,and didn't make the effort to introduce them or lead them around to where the "good" parties ere going on.  Instead they were left to just show up and walk into supas room by accident.  


Same with the new members.  We should have posted a policy on this a long time ago..  maybe some garrison event guidelines... so all will know how t conduct themselves at an event.

 back to Drax.... 
sure he's a cool guy, but you said [quote:71c1491cf0]doesnt that whole "he paid so he can play" rule apply?,you guys said we dont control people. 
[/quote:71c1491cf0]  
you are saying you do not agree with me on this when you sat "you guys" ?
So you mean you condone illegal activity in your command staff?  Is that what you can tell the group if they ask?   , as long as they keep it in the room?  Its not like they smoke pot and go to bed, they get high and then come and party with the group... so they are "bringing it around the group" 

to be fair to all those that are so sure i'm taking the group down the toilet, i don't see you telling them, that Drax's pot use is ok to be on the staff?  My wanting to party is worse than that?  If people knew about Drax I think it would be above my partying with them as 'bad'?

Personally, I do not think he should be a leader, because it is illegal.  not because it is socially unacceptable.   


to save face for him, I don't want to bring it up with the group, but let them know we are retiring the Lt's and rotating new people into the staff, to spread the experience dealing with all the crap and backtalking we get from the membership...  the more that can experience it, the better , maybe, the membership will hear about how they are misguided and we are not such animals.


gotta work, We'll talk tonight, I run my church business as president of its council( imagine that getting out to those backtalkers)  so i have more busness again tonight from 6=8pm but afte that , i'll be home...

-Joey

Ps  I talked with Jeff, and he's going to stay quiet.  I informed him he probably will be leaving the staff and he is fine with that too.
  ( go tell the pansy ass backtalkers that hate me that i have reasons and plans which they might not understand sitting out there on the outside looking in.  It is sooooo much easier to bitch than to lead.  I have had to deal with thei my whole life as i have led many many groups,, it doesn't bother me, but boy does it make me loose tons of respect for certain people now.  I don't give it back either, so as far as i'm concerned ,  certain people don't exist anymore)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14409','0f8553cbe2','this mind would be affected by latex fumes nowadays.');
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('14801','91c2c3dc39','heh trust me, I've actually been digging around to find the guy to turn him in. Or scare the hell out of him either way...

Yep! Its called the Pacific Outpost! and... its based in Hawaii!! woo hoo!!
 :lol: 

Yeah I'm feeling better, it was a long week though. I know it was a long week there too from reading the posts and taking a guess..');
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('14676','79183bb8ff','What forums did you have access to before?');
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('12924','8d2dd99a88','[img:8d2dd99a88]http://img.photobucket.com/albums/v647/TK_6873/Pulse%20Rifle%20Girls/ChattaCon2006043.jpg[/img:8d2dd99a88]
Here's the picture you requested....
And now for the jabs that go with it:

Pulse rifle? What Pulse Rifle?

Somebody call animal control, I think the puppies are fixing to escape!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14663','6673e0152a','Sounds great!! Thanks, Bob');
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('13057','60337e3e00','Thanks, i will get it done!!');
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('14712','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('14432','16250feb4b','Zach,

The Gentle Giant thread should be fixed now.  Try it out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12519','82fa994a46','Glad to hear the news about the election!
I know the Mike you're talking about and agree, he and Joey are alike.

I've known about the vote of no confidence since Joey has known.
But don't know who the parties involved are (with the exception of Skip).
Probably some of the newbies that Skip has brainwashed.

Regarding the "Secret Events", I'm still fuming and Susanne almost comes to tears at times when we talk about it. I see it in her eyes. For something to get her this flustered is hard to do. She wants Skip's head on a pole.
After the election, the gloves come off.

I'll relay the message about the Feb. event to Susanne and see what we want to do. I agree, the fun seems to be more like work now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14868','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('12524','165bf4be1e','[quote:165bf4be1e="admiral_holly"]No you guys did nothing at all.  It is certain people in Tn that have made me angry.

Jeff told Joey he would stay off the boards as not to cause anymore problems.  Joey and skip had been talking back and forth thru pms.  Things are still up in the air on that one.

jennie I said Hi!![/quote:165bf4be1e]

I'll tell her.  She's giggling over the "Jester Pinups" right now actually.

I figured something might be up... do I *want* to know what has transpired?');
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('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('12565','60a059f2f9','I'm still tossing around whether to get a TC or a TK... I've talked to bamatrooper, you, loki, and now a guy on clonetroopers.net about a helmet (that bamatrooper sent me to). For a resin helmet, it'll cost $225. Not sure about the one like you have as it's from someone else. I like the idea of something more durable, so I may end up going with something like yours. I think I'd cry if a $225 helmet shattered on the floor. Joey's supposed to send me some pics of both so I can compare. 

Anyway, I've been told the cost for either a TC or a TK is about the same. The TK is a kit, though... So, how much more will I need to buy to make the Clone armor work? Snaps, velcro, etc... I know I'll have help putting it together, so that's a relief no matter which way I go.');
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('14064','3378e87d7d','Are the questions by private email?');
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('12669','c46de1412b','Thanks for pointing me in the right direction for the helmets. I contacted the guys about the Ep III clone helmets and have their prices. The resin is $220 shipped and the 7 piece plastic kit is $175 shipped. I'll be going with one of them in the next day or two. Do these same people have the armor as well? That's what I'll need to tackle next. Yes, it may be a few weeks before I can put an order in, but I'll know exactly what I'll need so I can maybe start looking at the other stuff as well (boots, gloves, blaster, fans, etc). Thanks again for all your help.');
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('12800','5306de379e','Ok...got ya');
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('12951','a55d344fb1','Hey man,
I was at work when you called and just now checked messages. It was a fun event. Most of us have hand cramps from autographing. We were literally mobbed. You gonna make it out to any of the upcoming events?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12914','7cda4e1dd4','Hay Derek, 
Hope all is well with you.
I started the roster for the 2/25 party.
I put you on it, but please let me know when your coming and if you are staying the night etc. Just read my roster post..

Also, Skip says to please bring your airbrush stuff. He is going to do the skull work on my Mando helm..

Talk to you later...');
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('13034','a0645f3e93','hey bro, could I get the location/contact info for the red-roof we plan to stay at for the st patty parade on friday night. 

Thanks
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13095','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('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('13182','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('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('13667','cecc6eb664','Hey Corey,
I just had a random idea. Since you will have the Stap for parades, what do you think the chances are of turning your wheelchair into the emperor's throne for the Christmas parades? Just a thought.');
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('14164','16b46cc9a6','Right in the middle of green hills at Green Hills Mall. Called Davis-Kidd. 440 exit at Hillsboro/21st ave. Take the Hillsboro split. A about 1.5-2 miles up on the right. Come kill some time.');
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('14749','a5c89632b5','sweet..

damn right!!

yeah for natalie!!

oh hells yeah!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13578','5706bbc866','dude,
Loki says you give excellent head imported from Canada, can you hook me up please...

Sorry man, Im on demerol, as long as she is black, green and 3 feet long with a hell of a set of black in decker pecker wreckers Ill be happy..

Tell me can I pay pal you for this service... :wink:  :wink:  :wink:');
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('13978','379bc940d4','dude,
is this the best they got on me?
something i didnt even do?
sorry but its LAME-O

i need somebody to post how cool stargate costumes from walmart are....wanna do it????
apparently ive offended somebody in camo pants ,a black shirt and toy guns!!!!');
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('13994','c506ad3534','Thanks! youre the best!!');
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('14011','d54311f6dd','At least we are talking we are PM each other.

Maybe we can set the example');
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('14022','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('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('14032','36828bf1c0','Yeah I read it and I have responded.  He said he has heard several things and wants me to explain so I told to tell me what he has heard and I will.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14076','258e03fce2','See here:

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1418');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14530','91c2c3dc39','heh trust me, I've actually been digging around to find the guy to turn him in. Or scare the hell out of him either way...

Yep! Its called the Pacific Outpost! and... its based in Hawaii!! woo hoo!!
 :lol: 

Yeah I'm feeling better, it was a long week though. I know it was a long week there too from reading the posts and taking a guess..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14531','429d8b8cdd','How are you doing?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14532','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('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('14737','2c84181ad1','did you go on your date?');
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('14111','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('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('14126','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('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('14751','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('14209','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('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('14846','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('14224','b0ef7a0467','What did you do to piss off the Turks? or was it Loki...');
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('14228','bdb9ea82c3','It was odd for me. I got home, checked the boards, had to go to work to check on the alarm going off, got back, brought up the board and was very confused. And damn the music is annoying on it. Hopefully they had a backup down in bama of the boards.');
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('14231','cc9f230e9c','Please tell me you have a backup.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14237','ebdf3b43b6','Awesome!! Thanks, I was also checking to see if pms were working. It appears that the galleries and memberlist are still functioning. This guy is an amature.');
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('14243','6f2fc20250','Chris,
I was added to the members section about a month ago. General member section only, not the official so member area yet.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14244','805338b904','[quote:805338b904="dwrd"]Chris,
I was added to the members section about a month ago. General member section only, not the official so member area yet.

Thanks,
Derek[/quote:805338b904]

Derek,

Cool.. What sections can you see right now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14247','00c1740390','Public and recruits right now. I was also added in the Trash Compactor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14248','0fb91905d4','[quote:0fb91905d4="dwrd"]Public and recruits right now. I was also added in the Trash Compactor.[/quote:0fb91905d4]

try it now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14251','27c24dd607','That looks about right. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14252','33ce0f9c9d','[quote:33ce0f9c9d="dwrd"]That looks about right. Thanks.[/quote:33ce0f9c9d]

No problem');
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('14283','5e770de7b9','Hey man,
Don't forget to post up your party schedule. We need the parties to build things to kill the Turks with.

Can't wait to see the Mundi mask.');
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('14298','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('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('14313','ef6efc5e83','I'm working on getting those put back this morning.');
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('14551','7a8e93ca3d','I will try he is in a wierd mood tonight.');
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('14553','773f25b289','Good Morning Sgt,

I have a possible mission if you might be so inclined to take it..
Im waiting to hear back from you before I finalize it though..

I want to go and get the JarJar in Carbonite on Friday morning..
In doing so, I would also like to bring Richard Cross back with me. He has no vehicle do to rebelion in his insurance company..

Would it be possible for you to return him to his base on Sunday when you are in route to your own base?

Dont feel pressured, I just cant make the long drive 4 times (Up and back on Friday, up and back on Sunday)

If you could please let me know via this holonet ASAP I would be greatful to you..

The return would not include JarJar as he will be stored in the private collection.. It would only require the transport of Richard.

Either way, Im looking forward to seeing you on Saturday..

Here is my Phone numbers:
Home (931)362-4092
Cell(931)561-6614

Have an awesome day,
Talk to you soon,');
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('14697','21f6277553','Thank you times a million.. Ill call Richard today.. No problem about the R2.. I will only have enough room for him and Jar Jar  :lol: 

Here are the directions:

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

Be careful on the ride down, Rebels are known to hide heavilly on Hwy 12 and will take down any Imperial vehicles...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14698','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('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('14715','0709bdc4fd','Were you able to find that airbrush paint?');
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('14760','cc41e23e3c','We can get you some gauntlets!  The price is up to Joey.');
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('14765','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('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('14767','92b77214ea','We shall shoot for the 11th, then!

The suit is ready to paint, but I'm still working on the tail, chest and back, and We still don't have our head yet!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14772','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('14773','319214268d','Then we'll definitely be cutting off an hour of travel.

We won't have to go up through Franklin and cut over to Murfreesboro to hit I-24. That's at least 1.5 hrs just to get to the interstate.

Chances are, we won't have Roxi this year. She has opted to go to the San Diego Comic Con and won't be able to do both.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14774','5ab432768c','Susanne was able to get a non-smoking, double room at the Marriot for [color=yellow:5ab432768c][b:5ab432768c]$105.00[/b:5ab432768c][/color:5ab432768c] a night.
All she has to do is call and request a low floor.

She already reserved it for the Thur-Mon of D*C. Check in being after 3pm and Check-out being at 11am.

Don't you hate it when she does this kinda stuff to you. You know, you think you've done something spectacular and then she ups you one.
I live with this on a daily basis.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14775','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('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('14778','2fe3908709','Very good.

Any luck making a mold of that jetpack?  That's the next hot item!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14785','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('14788','547484d981','It's looking bad for me and the prop party. Just plan on me not going and at the last minute if I can I'll call you.

Also, I can't find Cray, his radio beeps but he won't answer. Also a bunch of the SO have tried to call him and he won't answer. He won't check the board or anything. I hope the shithead doesn't do anything stupid!!

wish I was a for sure tomorrow, just don't think it's gonna happen..

Z');
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('14882','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('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('14886','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('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('14888','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('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('14894','ef54e83748','Bob, 
I hope that helmet came together alright for you. Sorry I wasn't as much help as I could have been. 
So many distractions and interuptions. It seemed like this prop party went from a social party to work force in one split second. LOL
Just all of a sudden we were all knuckled down and working feverishly. 
I think once you have the &quot;ear&quot; pieces on, you're in the clear. Everything thing from there is all cosmetic and pretty easy to get going.

Holler at me sometime.

Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14895','69eb0ba326','Thanks for the help bro! Joey and I finished the helmrt after you left. I finished the suit, except fo the velcro and straps. Got alot done, thanks Bob');
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('14900','69eb0ba326','Thanks for the help bro! Joey and I finished the helmrt after you left. I finished the suit, except fo the velcro and straps. Got alot done, thanks Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14901','44f5c26180','Todd,
MAN! Your mando was unbelieveable! You looked awesome. I have mando-envy and I've got a mando! LOL The whole suit came together perfectly and you really stood out. I've heard from a few of the other guys and, like me, they were blown away.
Do you think Starla would be interested in sewing another vest like yours?
That layout of your really looks like it worked well.
If so, tell her to name a price.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14902','44f5c26180','Todd,
MAN! Your mando was unbelieveable! You looked awesome. I have mando-envy and I've got a mando! LOL The whole suit came together perfectly and you really stood out. I've heard from a few of the other guys and, like me, they were blown away.
Do you think Starla would be interested in sewing another vest like yours?
That layout of your really looks like it worked well.
If so, tell her to name a price.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14903','a275ca75da','THANKS, I still don't know what it looks like until Ivan or Tambo post some pics.  I know she has to do her vest, but I will ask.  If she starts throwing shit at me I will get the picture.  At the very least we can copy the pattern for you.');
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('14908','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('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('14910','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('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('14952','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('14953','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('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('14969','e89cce7660','I will email you more pics.Your welcome  .');
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('14979','51cbcc631e','the JANGO is most likely filled, but they might need a boba not sure and Jaster would be welcome as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15006','7801cecdb5','Thanks for letting me bend your ear and for the good conversation tonight.
I feel lifted and ready to jump back into the groove again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15007','b0844d0dac','205-281-0807');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15009','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('15018','741e341ae4','Styrene ala Joey Beck.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15019','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('15022','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('15028','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('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('15038','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('15042','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('15048','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('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('15052','b29162f080','Cool deal! I saw where you called today, sorry, it's been a hell of a day! Also saw where Chuck called too. Joey and I had lunch and he forwarned me about the Chuck thing too. I'm all for it! I'll be real cool and really it will take the pressure off me know when he tries to bum a room again! He'll know how I feel next time. Thanks, Skip for bringing this to light. I think Chuck is a great guy and hope he get's to do more stuff with us soon!

P.S. I hate I missed the greatest get together since the Beatles reunion this past weekend.....my damn luck....

CZ');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15053','1590732f72','I dont have a problem talking to her about the problem. I didnt feel Corey's party was the place to do it. If she would simply discuss her involvement in the matter and apoligize specifically for what happened it will be forgiven and forgotten. At this point she has talked around the issue. I never wanted it to affect our friendship--thats why I wouldnt bring it up to her. But with all the problems in the Outpost exploding and get resolved, I figured it was time to lay this thing to rest. I believe the only way to get through your problems is talking them through and working them out. Tell her to pm me and we will straighten this mes out. Love ya man, Bob');
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('15066','1590732f72','I dont have a problem talking to her about the problem. I didnt feel Corey's party was the place to do it. If she would simply discuss her involvement in the matter and apoligize specifically for what happened it will be forgiven and forgotten. At this point she has talked around the issue. I never wanted it to affect our friendship--thats why I wouldnt bring it up to her. But with all the problems in the Outpost exploding and get resolved, I figured it was time to lay this thing to rest. I believe the only way to get through your problems is talking them through and working them out. Tell her to pm me and we will straighten this mes out. Love ya man, Bob');
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('15075','49da9dd4ad','Thanks for the reply. Susie didn't know that I contacted you. I just know that it's been bothering her alot here lately.

I don't ever want to step into someone else's affairs, but I knew that you and me were too good of buds to not be able to sort this out.

Thanks for being cool about it with me.

I'll talk to her and maybe we can finally put this to bed and get on with some good times.

BTW, for what its worth, I think Betty is a really sweet girl. You were really lucky to get her.');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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('1199271200','451eda239dc353950942f2798b2833fa','a:7:{s:14:"search_results";s:27:"16, 17, 27, 28, 85, 97, 105";s:17:"total_match_count";i:7;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('1176947475','36e72e771a6c60d2aa2c1c0f593bd2f7','a:7:{s:14:"search_results";s:11:"85, 97, 105";s:17:"total_match_count";i:3;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('668661169','60e78d0eb0619363ea117900912b1d60','a:7:{s:14:"search_results";s:2:"97";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:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1611809710','f0f66140c7e934487771f8700ce86d73','a:7:{s:14:"search_results";s:11:"86, 97, 105";s:17:"total_match_count";i:3;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1982345645','01ce1529e949cdf125fbbe7e75a94ff4','a:7:{s:14:"search_results";s:44:"11, 16, 17, 27, 28, 29, 85, 86, 97, 100, 105";s:17:"total_match_count";i:11;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('931235084','2aaa54837e5f0e3a6f34fdd4a07a9a83','a:7:{s:14:"search_results";s:23:"11, 17, 85, 86, 97, 105";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;}');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('testing','3458','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('jeditoren','7551','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('locked','7552','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('endevour','7550','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('losing','7553','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('daughter','7549','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('pure','7554','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('central','7548','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('reimer','7555','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('door','4869','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('mrgreen','4897','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('below','7547','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('jem','7371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isolation','7370','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('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('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('empire','5001','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('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('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('title','5152','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('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('prostitue','5174','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('rotsanikin','7556','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('720','7545','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('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('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('glitter','6068','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('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('handicapped','6360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('families','6359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disabledchildrens','6358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contacted','6357','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('boardmember','6355','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','6321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trav','6320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tabletop','6319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('student','6318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miskatonic','6317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minicon','6316','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('larps','6313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kentuckys','6312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judging','6311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halloween','6310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drew','6309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dominate','6308','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('cardgames','6306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ballroom','6305','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('allimportant','6303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('40506','6302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('31st','6301','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('hospitalvisit','6362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intends','6363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junction','6364','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('lebanon','6365','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('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('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('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('travelling','6546','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('donkey','6733','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('mexico','6735','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('anxious','6991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cocs','6992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('committed','6993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communication','6994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('condemn','6995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endeavors','6996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('focus','6997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guidance','6998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('klingon','6999','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('leadership','7001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liaisons','7002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mature','7003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overstep','7004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personel','7005','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('rep','7007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scrapped','7008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sincere','7009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squared','7010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strung','7011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throttling','7012','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','7389','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','7390','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','7391','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('673','7544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggesting','7363','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('cartridge','7199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implies','7200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lemme','7201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minds','7202','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('647','7543','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','7369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alli','7368','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('lieutenants','7392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lonely','7393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meetings','7394','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('wookiegunner','7558','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('523','7542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('17','7541','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('bodysuit','7527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crouching','7528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halls','7529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latexacrylic','7530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monsterroom','7531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repainted','7532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roam','7533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spines','7534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tacky','7535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tail','7536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upperbody','7537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whooping','7538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brotherinlaws','7540','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('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','7558','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','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','4240','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','4238','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','4219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','751','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('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','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('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','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','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('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','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2650','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','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','7556','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','7555','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','7554','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','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','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4921','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','1541','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','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','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','7553','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','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','7552','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','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','3553','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','212','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','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('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','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('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','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','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('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('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('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('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('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('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','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('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','550','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3806','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','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','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','7371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','7370','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','7369','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('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('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('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('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('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('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','7551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','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','3428','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','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','698','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','7550','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','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','7549','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','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','192','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','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','7548','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','2471','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('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','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','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','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('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('456','7547','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','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1581','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','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7546','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('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','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('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('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('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('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('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('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','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','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','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','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','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','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','6365','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','6364','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','6363','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','6362','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','6360','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('915','6359','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','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6358','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','6357','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('916','6316','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','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','6321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6320','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','6319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6318','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','6317','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','6313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6312','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','6311','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','6310','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','6309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6308','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','6306','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','6305','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','6303','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','6302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','36','1');
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','3016','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','6355','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('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','1793','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('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('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('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('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','42','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','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','6733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','6735','0');
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','6734','1');
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('1081','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','7012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1081','1126','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','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','7391','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','7390','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','7389','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('1108','722','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','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('1110','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','7363','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('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('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','927','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','402','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','600','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','1104','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','7199','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','667','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','905','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','5092','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','675','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','7200','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','7079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','7201','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','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','7202','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','6454','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','93','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','2236','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','96','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','6006','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','100','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','5052','0');
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','567','1');
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','7545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','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('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','521','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','111','0');
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','1255','1');
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('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','7368','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','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','7392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','7393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','7394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1159','49','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','252','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','7541','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('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','7527','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','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7528','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','905','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','7529','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','1218','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','1985','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','7530','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','406','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','7531','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','2258','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','224','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','7532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7533','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','7534','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','7535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7536','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','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7538','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('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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('218cbb63a997f7e8287271820a665d55','61','1141088566','1141088566','189f39c0','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('4bea3a94c2d344bdee54ff4030bde2c2','93','1141087847','1141089326','ccfa9479','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('d42ef7507939d6126c7459de402b95ae','-1','1141087954','1141087954','46628c25','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('5a3fc53179e4143508cc1c3d7a3e22ea','7','1141087599','1141087599','400c74c5','-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('7d465fa975a62e39dcf4a64cc720412c','7','1141088217','1141088380','400c74c7','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('17c1e013213c2164f3dfe35a857bbb91','-1','1141087286','1141087286','42f94867','-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('e6bab59ad66cf22c82fc99b66499df87','-1','1141086667','1141086667','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('09ba8fe05b9e284a2bee2a4e71b0f494','61','1141087288','1141087288','189f39c0','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('1536d295427b3c674cd04dc616e53e3a','-1','1141087166','1141087166','42f94867','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('eef8a69dc259e9cf450eb0f7a4a5cd4c','174','1141088548','1141089154','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('c62fde7482e1481c222f0c45792f234e','134','1141087571','1141087571','8b3702e9','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('ebcd8b5c8094322284c204b278bf13ad','-1','1141087252','1141087252','42f94867','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('f437184c837864da89a913334314e280','7','1141086013','1141087571','400c7484','-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('0d974d3fe2582a636648cce4e5cf3c45','-1','1141088214','1141088214','41596214','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('2dbd3ad0c7a3769240ade23ed0cd8889','7','1141085979','1141085979','400c750d','-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('2281d339a04b300f2c45dc381aa1e31c','-1','1141087227','1141087227','42f94867','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('b6f7fdce706c1ccdf9eea82325fbf4df','56','1141085949','1141085949','18606920','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('354bc2c66a6bb59d8a5aa8a5e9146bc6','-1','1141086019','1141086019','46628c25','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('0531de2f8180e6f569d672b2722aad9f','7','1141087903','1141087903','400c750d','-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('8f5a2de12be0edaaa177ade35a622554','61','1141088518','1141088518','189f39c0','2','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('6f6a0ad009a7953902cdb7b6dd307f73','7','1141088209','1141088209','400c7508','12','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('f0f66140c7e934487771f8700ce86d73','64','1141088163','1141088163','45496868','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('aa7058e3a7ced63b932bdc348e0370e6','43','1141088140','1141089246','aa8d6d21','8','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('05221f391670cf5cce9576a920eecf7b','26','1141083173','1141087342','4101768a','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('02645f0cc485dcaa7bc503e9aaeb69a6','-1','1141087262','1141087262','42f94867','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('208ab7b34b09f56b53c8a3220122b9e9','-1','1141087219','1141087219','42f94867','-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('ebb9d799e187c04d7a04c4f1f437e1d1','-1','1141088801','1141088801','44eef45d','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('f0c8a1596ffe69d4ceb02ab07f96b97a','-1','1141087197','1141087197','42f94867','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('fb9bd54533cb1ecf101e8d563cc9dde0','-1','1141087183','1141087183','42f94867','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('3d346e8f2ecd16414958f10ed2477ee0','70','1141087013','1141088130','1897b8d1','2','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('451eda239dc353950942f2798b2833fa','23','1141084401','1141087787','189f080c','8','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('3aebaaefbc4f0ac29a73aef773d63afa','-1','1141087231','1141087231','42f94867','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('7e905e74ba7deedac47c7e22b36870a0','-1','1141085971','1141085971','471fec99','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('2100ea28366593a627b5f1c7a1e51235','-1','1141087171','1141087171','42f94867','-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('74e3a800125b6dcb831609051c555097','-1','1141087246','1141087246','42f94867','-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('43b7763482793baae7820f518f93fe1f','7','1141087991','1141088193','400c748a','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('f843c0344aea3dad81ca4798dccdfda5','35','1141085789','1141087337','45b4f874','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('77958798b0014de4b546f063772e5cef','7','1141085647','1141085977','400c7444','-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('5ae498970f5e9cb7a01383835dcad23b','34','1141087902','1141088036','186096f2','8','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('8deac7c3efc594d6153acfd40cb7d6f0','-1','1141087218','1141087218','42f94867','-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('70681fe2dbe93c09850567306db3f191','-1','1141088043','1141088043','46628c25','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('67412b5d51f3943eaba638a964bf1103','-1','1141087176','1141087176','42f94867','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('5c57ab62d4b39fab15579ac75d6d2d88','-1','1141087254','1141087254','42f94867','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('b3dc81d3b59764e48178d9de14b60c79','155','1141085757','1141085757','4549723b','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('443aebc49ece8806dfa8a83bc4647aff','-1','1141087172','1141087172','42f94867','-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('c104ffad8c535c161a057dd6d6a41bbe','61','1141086595','1141086595','189f39c0','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('60e78d0eb0619363ea117900912b1d60','87','1141084793','1141087492','45b4f874','-2','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('ed95e43aea5c56fbdad5af77c3ecae33','61','1141088659','1141088659','189f39c0','4','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('519d456b7d93cbbdaca304162b0310f1','225','1141088989','1141088989','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('ca5dec2285888957938cb534e49146e0','7','1141087582','1141087582','400c750d','-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('482cf78d7035d11840d606b160ed9f45','88','1141084883','1141089304','a081cb13','-9','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('3baa21f5ecdb8c60250bf2a04b8f97ce','-1','1141086082','1141086082','46628c25','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('c37c27d1fd06a92681ee472128db48bf','-1','1141087250','1141087250','42f94867','-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('9a2f881703468caa655386f5c85d3e20','-1','1141087249','1141087249','42f94867','-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('36e72e771a6c60d2aa2c1c0f593bd2f7','64','1141085688','1141085838','45496868','-9','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('7f07087f8e9f2168777d0e69b749dbe7','145','1141089275','1141089275','44125bc3','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('3a02143957b15201b13b158f5c744988','-1','1141089260','1141089260','44125bc3','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('7841a97a1466ad630e0f3e1289c3d93f','55','1141089037','1141089305','4623bfed','-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('85a6f9087e3c65169c44559a046d1173','-1','1141089049','1141089049','481e6fdf','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('f4e37ee7eda13264f9dec7146e3d9afa','19','1141085730','1141085730','189f3504','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('2aaa54837e5f0e3a6f34fdd4a07a9a83','5','1141089145','1141089145','41068ca1','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('01ce1529e949cdf125fbbe7e75a94ff4','4','1141084011','1141088583','4435463c','12','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('ef5d617961510506da140801116fba3d','26','1141088662','1141089025','469d20ce','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('c0177b71da62b428f34151fe2414b5e8','70','1141088695','1141089015','1897b8d1','4','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('1ad69e6db900663e7c319037f76cbfed','8','1141088763','1141088763','44d15415','0','1','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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('56c441274e0b87c357dad555f0e66262','64','45496868','1141004969');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1afd092aa10a32c5a8dc14160e39fdc8','64','45496868','1141088163');
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('43e8787278b5ab5ffc4399feac18db57','208','4434d7e6','1141006565');
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('1d78514da83515c354a598a8850ed9f4','26','469d20ce','1141088662');
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('4d0256321c4c1d02e04d3d623de4d9ca','38','45f13255','1141082632');
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('ca3d5aeea0082f680fb34c67432c6e15','160','44118bbc','1141004095');
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('4f9465f3447f57d8a8d85735ecaf3393','74','443ebf60','1141077190');
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('30007ebaeefb74f523a4fee869905709','75','185c56da','1141067047');
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('746a7b3c5e6fc7239fede13fc32c395c','187','469d2b6f','1141080618');
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('67a37bbe8cefb0aae38b2f65a205ebc9','87','45b4f874','1141084793');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('41852195213457ce659466e97e0ff707','23','189f080c','1141084401');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f87102e71bf7056d3e27e79396bd3c80','172','d8b76a1b','1140806137');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4b26e80dd25e9f2eb6ac3272b9244e4d','18','42260467','1141055817');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a8ba5c3a3b8402b308e311a3546d8798','88','48966e6b','1140989257');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('99aba21b16b7ce05f6a9aec49ed28f59','153','40357317','1141077920');
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('ec80b37ebdee1ab636054cda5842d489','20','4750189c','1141081392');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cfc9ad36c7dd437fb22991f3014e53e6','209','1897dbbe','1141071859');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('83bd9272fae5b1c2878c75d66f109671','180','443993bf','1141083125');
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('dfcc6e9efbc6dbf1b354b8105b9c82a6','174','45f5386d','1141088548');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a47406b4e252bd21b4393eb1a3841ee2','13','d8fd9a63','1141072989');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('aba1ab2d211ec7b0285133a69e7aaf4d','209','a666f1e9','1141066388');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1e44ac5e792b54c42b4875fb2bb7a30f','225','413c9251','1141088989');
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('b05c546a8480ffccf2c496526f7c8e74','41','d02dfefc','1140445335');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7856d3795e40515ce451ed8a1eca38cc','49','18b30f73','1141046789');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ac669067d8d18120897a24158a0db3e9','210','45fe5dd6','1141048301');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3e086218edff1bb93d353b6482256442','64','c6b1e8fd','1141082082');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ab191f5fc7527e6a1b535bff4a3e283b','64','c6b1e8fd','1141082586');
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('071dc512a12836c5d66e35ee52d0ff01','52','18b1b942','1141080501');
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('dfa0b0a8488ebeb634be952620476a26','130','9d5947ec','1141063126');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b13c2238ea9ba2e41ca4eac6098592bc','158','44bb101b','1140989551');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('84c4f0b8da26f916e9321ed3b15c7c14','44','447144ae','1141002295');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b7c40cb4ffacc4c3d5c0b62f3f158345','101','400c74c4','1141078516');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c985ddd7f38a1afdc4ff48c8619b63cb','152','189f3b3a','1141058827');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('26867508473cd547c99cc371b9e463af','12','c6a06007','1140634344');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('66fda0c01ae0367365fe4e27bbe2de98','49','460b6754','1140807266');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('47695f2e95813d6ee63c05b71f4bcfb6','37','d8b4411d','1140893023');
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('bed3c5b0e7a62eedb926227e381b28c9','49','48934506','1141081104');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d32d5e411ec3da88edaf796f06a3c01e','163','46982d51','1141002706');
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('68a0f291438fc68d032e77c0fe399e40','65','454958df','1141085009');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d19c8b778dec8b03fb183973a3d042e3','19','189f3504','1141085730');
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('239670b06419bb5b8a5ba5f94e147ce6','3','44d15415','1141018590');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4ed85191df4797b3b0d017b8f874b735','60','423fcebc','1141063110');
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('64573232aef260d42b3a7be9774cf6aa','37','0c0da104','1141073851');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('09cf05a788241bcd1ded8da7416a74c9','43','aa8d6d21','1141088140');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3c40cc9b18313293af51bddd505f49f6','3','ccb540c2','1140807272');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('10a89df17b632869950efd7c7b47c7a6','10','443444b6','1140629881');
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('d19c4875c775bfcd1c30641bc98ddf8e','7','cfbf0571','1141069678');
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('d11c710d7ff78c2cddc2d77120d6bc77','33','410160e7','1141082889');
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('b130cda6ef31ce4b18d5518dbe3e6f81','6','4549723b','1140977246');
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('21e47e8c3af2b41e0c858696c603e9d9','45','46c5140b','1141023988');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fcaf0424393e1befd8a2c2741fc18b4c','88','a081cb13','1141084883');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c5ad35b486fc7b7984f0c653ba0c714d','56','18606920','1141085949');
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('29ada5c08631a2b5630c7ba16d3dd2a2','53','412b3164','1140648724');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('269213fdef670675e12eaa4aadc6c4d5','70','d1026652','1141082729');
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('43792f24ffe62740be133ee27174a9de','233','0459bb19','1140701084');
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('1018c98b40fc9f5915ed930151f8f491','211','443ee898','1141080650');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f7f12d1c98b8a3c234bb025479f78678','10','d8994a18','1140723803');
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('9202b24e8fc7b227b6eaa1b6ea28649e','70','1897b8d1','1141088695');
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('ceb476e7f94af3961fa629c6f6447b9b','70','1897b8d1','1141087013');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b6953be0fdeaa9709d03644f831621dd','53','18ec4841','1140745752');
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('3cf1f8674937cd202559ee09dbba770c','193','a12dcda1','1140902805');
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('6058d627455ac66228a55c488ecf08fb','134','d8453c29','1140798336');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3978e682f70df84447388e106b1ed133','163','435df202','1141060130');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('99d53ffb54e4be0d4b3f2b25ac379adb','219','45aaca89','1141003713');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fecdd8d3ababb81c943a1bac8dd69a1d','49','18b30f73','1140987762');
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('904b6da8318253b650b3debcecb2a859','4','4435463c','1141084011');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2b41143cfe7394019f04c2b0cb65073d','234','cdbc740a','1140842985');
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('0d1d8529d756df5517447d6a851bba9e','112','438c76c4','1140898155');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('21c907ec6091bb5975150c05ca613673','210','d84efcb4','1141079109');
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('53ce10c6225fa19ebac2feafdac8dde8','10','d8994a18','1140971416');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ffc74ee1fae25c028bf5861d2b23e2cd','134','8b3702e9','1141087571');
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('5ef54465035be145674addce8c7f8dee','124','453dec3e','1140983277');
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('21870bf46d94f248802eb06e0d050766','19','189f3504','1141020977');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('257f4fc348e6eec72d1eaeb7cef9b153','155','4549723b','1141085757');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0f9e187ca002d0dff70962c2c823b53d','7','400c74c7','1141088217');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('26b24f6fe7a76a63010ffb456c3d27a2','93','ccfa9479','1141087847');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('812147e8050fa26cb6fa30593f5889aa','188','4434dd67','1141083022');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f012315a89801eb8de9e67abc41cee3b','7','cfbf0571','1141045291');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d12016eae782e4d5cfc61b1de0082603','208','cf2d830b','1141066886');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c0b76eedc47798f3e44e538ebc32e084','61','189f39c0','1141088659');
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('6b22d4a9de0a73a012df0ea41157f7d7','235','c758147b','1141073666');
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('13ef87a6d9e5a64627a61117d1a6d4f8','160','d0ffd002','1141073591');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3386c3e723fa97c51fc4073bb2de818a','35','45b4f874','1141085789');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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','256','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','432','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','303','54','0','0','0','6','1187','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','112','15','0','0','0','8','869','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','267','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','81','2','0','0','2','485','1092','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','348','35','0','0','0','23','1221','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','505','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','199','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','204','23','0','0','0','38','1068','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','21','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','8','ATINMMY CON FEb 25, 2006','61','1140408520','688','81','0','0','0','105','1211','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','552','56','0','0','0','107','1222','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','358','29','0','0','0','118','1053','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','43','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','39','0','0','0','0','137','137','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','112','5','0','0','0','147','910','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','114','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','33','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','209','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','268','21','0','0','0','199','1131','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','275','30','0','0','1','203','1214','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','208','23','0','0','1','204','1213','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','515','63','0','0','1','206','1201','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','194','26','0','0','1','208','1171','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','42','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','176','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','136','13','0','0','1','248','1133','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','22','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','65','7','0','0','1','277','1134','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','41','5','0','0','1','279','550','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','39','4','0','0','1','280','1137','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','36','2','0','0','0','281','533','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','15','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','111','4','0','0','0','327','1172','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','35','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','144','11','0','0','0','335','1175','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','30','1','0','0','0','341','348','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','167','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','42','1','0','0','0','345','629','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','46','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','51','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','45','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','185','19','0','0','0','413','1177','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','149','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','85','7','0','0','0','438','636','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','29','0','0','0','0','439','439','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','68','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','80','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','64','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','104','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','52','3','0','0','0','543','647','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','78','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','225','26','0','0','0','596','1181','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','105','11','0','0','0','631','846','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','45','6','0','0','1','645','673','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','147','17','0','0','0','666','1140','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','45','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','122','10','0','0','0','681','856','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','150','11','0','0','0','729','1049','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','59','5','0','0','0','730','956','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','129','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','100','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','8','Events from early 2006','88','1140675040','58','7','0','0','0','760','1224','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','62','1','0','0','0','762','788','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','177','13','0','0','0','816','1186','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','92','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','32','2','0','0','0','855','904','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','84','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','157','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','134','1140785371','59','6','0','0','0','915','1143','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','134','1140786043','36','3','0','0','0','916','1076','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','29','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','19','3','0','0','0','937','1081','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','173','13','0','0','0','984','1215','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','159','11','0','0','0','992','1220','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','113','5','0','0','0','1020','1120','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','21','1','0','0','1','1041','1136','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','15','1','0','0','0','1042','1159','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','8','MDA Lock-up March 1??','88','1140848408','17','1','0','0','0','1044','1051','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','20','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','12','1','0','0','1','1057','1096','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','15','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','34','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','36','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','48','3','0','0','0','1072','1091','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','51','4','0','0','0','1077','1223','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','35','3','0','0','0','1082','1139','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','42','4','0','0','0','1086','1125','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','95','7','0','0','0','1110','1198','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','46','2','0','0','0','1119','1176','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','30','1','0','0','0','1121','1123','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','47','1','0','0','0','1130','1148','0');
INSERT INTO so_phpbb_topics (topic_id,forum_id,topic_title,topic_poster,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','29','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','40','4','0','0','0','1200','1219','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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','1');
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','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('22','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('25','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','49','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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('9','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','49','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','0');
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','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('39','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','2','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','1');
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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('54','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('55','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('55','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('35','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('38','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('36','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('37','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('33','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('35','61','0');
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('17','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('64','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('105','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('68','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('62','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('72','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('70','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','174','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','61','1');
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','1');
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','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('25','62','1');
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','0');
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','0');
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','0');
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','0');
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','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('100','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','62','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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','334','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','1141080013','-2','1141072794','1095735743','1','198','-6.00','1','english','d M Y h:i a','0','0','1141078363','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','1141088720','0','1141077719','1096853003','1','902','-6.00','1','english','D M d, Y g:i a','1','3','1141088975','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','1141088583','12','1141063650','1096853547','1','829','-6.00','1','english','D M d, Y g:i a','0','0','1141084011','0','0','','1','1','1','1','1','1','1','1','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;','6f546d8c83','','','','','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1141089145','0','1141084042','1096853603','1','1252','6.00','1','english','D M d, Y g:i a','0','2','1141082410','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','1141062185','13','1140977495','1096853654','1','216','-4.00','1','english','D M d, Y g:i a','0','0','1140557863','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','1141088380','0','1141088209','1096853738','1','1108','-5.00','1','english','D M d, Y g:i a','0','0','1141087903','0','0','','1','1','1','1','1','1','1','0','0','0','0','2','http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/johnwayne.jpg','2','tk-6873@netscape.com','','','Under here. You just said underwear','[img:e50855a32e]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/NewJester.jpg[/img:e50855a32e]
69th Imperial Dewback Cavalry Commander','e50855a32e','','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','1141088763','0','1141077255','1104163393','0','221','-6.00','1','english','D M d, Y g:i a','0','0','1141088763','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','1140971902','10','1140959812','1104165502','0','122','0.00','1','english','D M d, Y g:i a','0','0','1140957480','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','1140999262','0','1140440409','1104165545','0','32','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','1140634428','8','1140459678','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','1141072989','0','1141046641','1104165644','0','56','-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','1141055817','0','1141022595','1104166740','0','25','0.00','1','english','D M d, Y g:i a','0','0','1141019627','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','1141085730','0','1141083802','1104166785','0','372','-6.00','1','english','D M d, Y g:i a','0','2','1141076705','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','1141081392','0','1141063079','1104166829','0','241','0.00','1','english','D M d, Y g:i a','0','0','1140757952','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','1141054761','0','1141008805','1104166927','0','209','3.00','1','english','D M d, Y g:i a','1','0','1141078537','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','1141087787','8','1141076029','1104166981','0','381','-6.00','1','english','D M d, Y g:i a','0','0','1140670153','0','0','','0','1','1','1','1','1','1','1','0','0','1','0','http://photobucket.com/albums/y57/Darthangi/th_carr.jpg','2','Dolphingirlangi@aol.com','','','KY','[img:86cdab7700]http://i3.photobucket.com/albums/y57/Darthangi/SOSIG.jpg[/img:86cdab7700]','86cdab7700','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','1141089025','0','1141087342','1104167129','0','1989','-6.00','1','english','D M d, Y g:i a','0','1','1141083173','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','1141065009','-1','1140997522','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','1141065163','-10','1141062505','1104167242','0','368','-6.00','1','english','D M d, Y g:i a','0','1','1141065037','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','1141084026','-9','1141032768','1104168054','0','152','0.00','1','english','D M d, Y g:i a','0','0','1140891424','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','1141088036','8','1141070277','1104168162','0','249','0.00','1','english','D M d, Y g:i a','0','0','1141011434','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','1141087337','0','1141082273','1104173922','0','116','0.00','1','english','D M d, Y g:i a','0','2','1141055094','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:c7bc4aff44]http://www.yarwood.org/kell/banner.gif[/img:c7bc4aff44][/url]','c7bc4aff44','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','1141058654','5','1140715839','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','1141073851','0','1141072162','1104173986','0','381','0.00','1','english','D M d, Y g:i a','0','0','1140534826','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','knt_walker
Shawn
ID/TK5773','f15dc3b99f','','','','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','1141082632','0','1141078897','1104174022','0','513','-5.00','1','english','D M d, Y g:i a','0','0','1140658318','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','1140445335','0','1129574997','1104174258','0','3','0.00','1','english','D M d, Y g:i a','0','0','1140445335','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','1141089246','8','1141088011','1104174315','0','385','-6.00','1','english','D M d, Y g:i a','0','0','1141088140','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','1141003507','5','1140894383','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','1141023988','0','1140874531','1104174375','0','119','-6.00','1','english','D M d, Y g:i a','0','0','1139676367','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','fdd70bf5665be25986736d042c0df3c7','1124944467','0','1124885591','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','1141081589','-10','1141047690','1104174524','0','1375','-6.00','1','english','D M d, Y g:i a','0','0','1141081104','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','1140727882','-9','1139610701','1104174594','0','80','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','1141081211','-2','1141076990','1104174646','0','77','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','1140746439','5','1140648724','1104174680','0','91','-5.00','1','english','D M d, Y g:i a','0','0','1140745752','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','1140211114','10','1140208382','1104174708','0','244','-6.00','1','english','D M d, Y g:i a','0','0','1140179965','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','1141089305','-10','1141086612','1104174738','0','261','0.00','1','english','D M d, Y g:i a','0','0','1141089037','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','','','The Force','&quot;The first Wet Wookie, BITCH!!&quot;

Bob Link

TK 6977

2004 Wet Wookie
[img:e13dd3da2c]http://i29.photobucket.com/albums/c275/buffbat1/LoveBlaster2.jpg[/img:e13dd3da2c]','e13dd3da2c','','','','Stormtrooper','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1141085949','0','1141084709','1104174858','0','310','-5.00','1','english','D M d, Y g:i a','0','0','1141075798','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://knoxlotr.8m.com/rg/kate41.jpg','2','rose@severedwings.com','','http://www.severedwings.com','Knoxvegas','TR5123/RoseGuard/RoseFettish
[url=http://www.severedwings.com/]A Severed Wings Concept[/url]
[img:268f6bf3b5]http://www.severedwings.com/rg/roseban2.jpg[/img:268f6bf3b5]','268f6bf3b5','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','1141024172','1','1140983717','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','1139613464','-10','1139597685','1104175029','0','29','0.00','1','english','D M d, Y g:i a','0','0','1139613379','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','1141063177','13','1141038571','1104175119','0','147','0.00','1','english','D M d, Y g:i a','0','1','1140646129','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','1141088659','4','1141088566','1104175168','0','2165','0.00','1','english','D M d, Y g:i a','0','0','1141039863','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','1141079925','-10','1141072097','1104175241','0','46','-6.00','1','english','D M d, Y g:i a','0','0','1141079439','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','1141088163','0','1141085838','1104175988','0','351','-6.00','1','english','D M d, Y g:i a','0','0','1140534844','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','1141085226','-9','1141044770','1104176031','0','416','-6.00','1','english','D M d, Y g:i a','0','0','1140479053','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','knight-star','fc660677f036ae8c51d5ac15fd98f90d','1140977000','0','1140931134','1137547068','0','16','0.00','1','english','D M d, Y g:i a','0','0','1138918890','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','richardamckeel@bellsouth.net','','http://www.chattooine.com','CHATTANOOGA','Your failed your highness. I am a Jedi like my father before me','4d720670d7','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','1141063013','5','1141005667','1104176988','0','5','0.00','1','english','D M d, Y g:i a','0','0','1140707499','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','1141089015','4','1141088130','1104195641','0','627','0.00','1','english','D M d, Y g:i a','0','0','1141087013','0','0','','0','1','1','1','1','1','1','1','0','1','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:357bced44d]http://www.severedwings.com/rg/newjonban111.jpg[/img:357bced44d]
Life is what happens while planning for tomorrow.','357bced44d','','','','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','1141077190','0','1141075403','1105135776','0','435','-6.00','1','english','D M d, Y g:i a','0','1','1140586154','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','1141088989','0','1141083995','1139687664','0','6','0.00','1','english','D M d, Y g:i a','0','0','1139856973','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','1141067866','10','1141064128','1105591988','0','182','-6.00','1','english','D M d, Y g:i a','1','0','1141087486','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','1141087492','-2','1141084132','1111761784','0','414','0.00','1','english','D M d, Y g:i a','0','0','1141051998','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.geocities.com/gustafadesign/pic3.jpg','2','gustafagraphics@hotmail.com','','','Nashville','~"Just because you can, doesnt mean you should"

~"Don't confuse activity with acheivement"','2abc8ab469','','','','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','1141089304','-9','1141075384','1112126663','0','518','-6.00','1','english','D M d, Y g:i a','0','0','1140820293','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','1140665427','1','1139690578','1112663912','0','13','-6.00','1','english','D M d, Y g:i a','0','0','1139690578','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','1141089326','0','1141080465','1112668770','0','275','-6.00','1','english','D M d, Y g:i a','0','0','1141078762','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','1130178364','-10','1130166873','1113102267','0','35','-6.00','1','english','D M d, Y g:i a','0','0','1130178364','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://ozurr.walagata.com/tivalavab.jpg','2','valgard123@yahoo.com','','http://dthorne.deviantart.com/','Belzoni,  MS','[URL=http://www.imagerage.com][img:e868b68ec5]http://www.imagerage.com/pics/yA590973.jpg[/img:e868b68ec5][/URL]
Brad Abel','e868b68ec5','','','','','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1141078882','-10','1141078382','1114391429','0','200','0.00','1','english','D M d, Y g:i a','0','0','1141078516','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://i18.photobucket.com/albums/b131/BAMABOUNCER/DSCN0203_064.jpg','2','SOL8582174@AOL.COM','','','OXFORD AL','TK3331................. Vader's plan "B" !','22223f1646','','','','Plan B','Seeing how long it takes me to empty a blaster!','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1137532494','7','1135811399','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','1140898155','0','1140862280','1115702343','0','13','0.00','1','english','D M d, Y g:i a','0','0','1128059967','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','Kevin G. / DZ-8722
Tatooine Desert Nomad Extraordinaire
http://www.borskaegel.com/index_dune.html','c285d93608','','','','','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','1136327261','0','1135885983','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','1140983569','3','1140737355','1117412993','0','18','0.00','1','english','D M d, Y g:i a','1','0','1140987312','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','1141063188','19','1140991866','1118435136','0','38','0.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
"The Cadet"
TKBearCrew.com
Now Stationed: Southern Outpost, EKU Squad.
Robin Trooper','a5c5604482','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','1139754281','6','1139704494','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','1141087571','0','1141043574','1119134275','0','128','0.00','1','english','D M d, Y g:i a','0','0','1140065825','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','1141089275','0','1141083138','1120505440','0','125','-4.00','1','english','D M d, Y g:i a','0','0','1141049770','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','1140983376','0','1140899102','1121633040','0','32','-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','1141059658','13','1141013511','1123462517','0','79','0.00','1','english','D M d, Y g:i a','0','0','1140728368','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','1141078334','3','1140855861','1123696903','0','145','-6.00','1','english','D M d, Y g:i a','0','0','1141077920','0','0','','1','1','1','1','1','1','1','1','0','1','0','0','http://i22.photobucket.com/albums/b347/ROTSAnakin/anipalpy.jpg','2','rotsanakin@hotmail.com','','','','SL-4358

[img:1b10397ac7]http://i22.photobucket.com/albums/b347/ROTSAnakin/DoWhatMustBeDone_ani.gif[/img:1b10397ac7]

"Is Lord Vader gonna have to force-choke a bitch?"','1b10397ac7','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','1141085757','5','1141001693','1124196831','0','46','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','1141073896','-10','1141004246','1125366247','0','313','-6.00','1','english','D M d, Y g:i a','1','0','1141078433','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','1140989614','3','1140922413','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','1141061186','0','1141002770','1126042005','0','53','0.00','1','english','D M d, Y g:i a','0','0','1140570497','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','1141085944','-4','1141050574','1126048542','0','12','0.00','1','english','D M d, Y g:i a','0','0','1141050269','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','157068969144010e35538c6.jpg','1','jmsullens@alltel.net','','','Springville, AL','~I live somewhere between the Port of Indecision and Southwest of Disorder~','ae53bdbaa6','','','','','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1139685192','7','1139518106','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','1140875335','-1','1140828846','1127423952','0','86','-5.00','1','english','D M d, Y g:i a','0','0','1140661962','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','1140994408','0','1140807747','1127704736','0','66','0.00','1','english','D M d, Y g:i a','0','0','1140714682','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','1141089154','0','1141084609','1128900948','0','151','-6.00','1','english','D M d, Y g:i a','0','0','1141016854','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://www.dwrd.net/lj/tgavatar.jpg','2','deweese@gmail.com','16938338','http://dwrd.livejournal.com','Nashville','Derek DeWeese
RL: MasterKoon

[img:d1fab1cb69]http://www.dwrd.net/lj/messagebanner.jpg[/img:d1fab1cb69]','d1fab1cb69','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','1140631384','0','1140631364','1128993085','0','8','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','','0','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','1141088043','-1','1141086076','1129165673','0','273','-6.00','1','english','D M d, Y g:i a','0','0','1139955895','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','177110861643dc386d0564c.gif','1','infrafett@yahoo.com','','','Haruun Kal','[img:4925376b19]http://i18.photobucket.com/albums/b129/InfraFett/movie2_bg1.jpg[/img:4925376b19]

The brighter a Candle burns, the Darker the Shadow becomes. -expression from RotS the book','4925376b19','','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','1141083223','4','1140994992','1129399962','0','22','-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','1134602463','10','1134536622','1129831517','0','94','0.00','1','english','D M d, Y g:i a','0','0','1134444539','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','1141080618','0','1141078689','1131507510','0','21','0.00','1','english','D M d, Y g:i a','1','0','1141082707','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','84086326944037a1e22f71.jpg','1','retzfett@yahoo.com','','','Clarksville, Tn','','','','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','1141085267','19','1141080071','1131553236','0','114','-12.00','1','english','D M d, Y g:i a','0','0','1141057127','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:d83865badf]http://i29.photobucket.com/albums/c295/toddtaylor/banner2.jpg[/img:d83865badf]','d83865badf','','','','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','1140902805','10','1140897965','1132427262','0','25','0.00','1','english','D M d, Y g:i a','1','0','1140957559','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','1135220681','6','1135219264','1134855508','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','techwilkerson@rasmeystreet.org','','','LaVergne, 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('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','1141084684','19','1141074830','1135807690','0','63','-5.00','1','english','D M d, Y g:i a','0','0','1140726457','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','1141067053','8','1141054372','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','1141079299','0','1141048301','1136061894','0','4','0.00','1','english','D M d, Y g:i a','0','0','1140446001','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','1141072713','-10','1141067050','1136047359','0','78','-5.00','1','english','D M d, Y g:i a','1','0','1141074169','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','1141082812','2','1140738339','1136235067','0','22','-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','1141087793','0','1138776206','1137095697','0','11','-5.00','1','english','D M d, Y g:i a','0','0','1137193354','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','1141003713','0','1140931825','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','1141015984','2','1141015401','1138674700','0','1','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','0','0','0','18174732604402851ce2ce8.png','1','milady.jody@gmail.com','','','AlaBAMa','AM I NOT MERCIFUL?','9cad2729ba','Sarkavrae22','','','','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_website,user_from,user_sig,user_sig_bbcode_uid,user_aim,user_yim,user_msnm,user_occ,user_interests,user_actkey,user_newpasswd) VALUES('224','1','J.A.F.T.','8718248d71d0e003a72fde16362f626d','1141064407','0','1141063614','1139107965','0','4','0.00','1','english','D M d, Y g:i a','0','0','1141064407','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','1140498637','18','1139861942','1139806677','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','rotundo41@yahoo.com','','','Biloxi','I always drink coffe when I watch radar, you know that, everyone knows that!','e78d8ca1f4','','','','','','','');
INSERT INTO so_phpbb_users (user_id,user_active,username,user_password,user_session_time,user_session_page,user_lastvisit,user_regdate,user_level,user_posts,user_timezone,user_style,user_lang,user_dateformat,user_new_privmsg,user_unread_privmsg,user_last_privmsg,user_login_tries,user_last_login_try,user_emailtime,user_viewemail,user_attachsig,user_allowhtml,user_allowbbcode,user_allowsmile,user_allowavatar,user_allow_pm,user_allow_viewonline,user_notify,user_notify_pm,user_popup_pm,user_rank,user_avatar,user_avatar_type,user_email,user_icq,user_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','1141009053','','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','1141082716','0','1141073568','1140114982','0','11','-5.00','1','english','D M d, Y g:i a','0','0','1141043881','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','1140701084','-4','1140700931','1140555969','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','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','1140842985','-10','1140842978','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','1141073811','0','1141055721','1141047792','0','0','-6.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','0','1','1','1','1','1','0','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','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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 : 1-27-2006 20:15:50 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)
);

