· 8 years ago · May 31, 2018, 01:08 AM
1DROP TABLE IF EXISTS `furniture`;
2CREATE TABLE `furniture` (
3 `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
4 `public_name` varchar(100) NOT NULL COMMENT 'temp only',
5 `item_name` varchar(100) NOT NULL,
6 `type` enum('s','i','e','h','v') NOT NULL DEFAULT 's',
7 `width` int(11) NOT NULL DEFAULT '1',
8 `length` int(11) NOT NULL DEFAULT '1',
9 `stack_height` double NOT NULL DEFAULT '1',
10 `can_stack` enum('0','1') NOT NULL DEFAULT '1',
11 `can_sit` enum('0','1') NOT NULL DEFAULT '0',
12 `is_walkable` enum('0','1') NOT NULL DEFAULT '0',
13 `sprite_id` int(11) NOT NULL,
14 `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
15 `allow_trade` enum('0','1') NOT NULL DEFAULT '1',
16 `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
17 `allow_gift` enum('0','1') NOT NULL DEFAULT '1',
18 `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
19 `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','counter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch') DEFAULT 'default',
20 `interaction_modes_count` int(11) NOT NULL DEFAULT '1',
21 `vending_ids` varchar(100) NOT NULL DEFAULT '0',
22 `is_arrow` enum('0','1') NOT NULL DEFAULT '0',
23 PRIMARY KEY (`id`)
24) ENGINE=MyISAM AUTO_INCREMENT=3568407 DEFAULT CHARSET=latin1;
25
26-- ----------------------------
27-- Records of furniture
28-- ----------------------------
29INSERT INTO `furniture` VALUES ('1', 'Bookcase', 'shelves_norja', 's', '1', '1', '1', '0', '0', '0', '13', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
30INSERT INTO `furniture` VALUES ('2', 'Bookcase', 'shelves_polyfon', 's', '2', '1', '1', '0', '0', '0', '14', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
31INSERT INTO `furniture` VALUES ('3', 'Bookcase', 'shelves_silo', 's', '2', '1', '1', '0', '0', '0', '15', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
32INSERT INTO `furniture` VALUES ('4', 'Small Coffee Table', 'table_polyfon_small', 's', '2', '2', '1', '0', '0', '0', '17', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
33INSERT INTO `furniture` VALUES ('5', 'Dining Chair', 'chair_polyfon', 's', '1', '1', '1', '0', '1', '0', '18', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
34INSERT INTO `furniture` VALUES ('6', 'Coffee Table', 'table_norja_med', 's', '2', '2', '1', '1', '0', '0', '20', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
35INSERT INTO `furniture` VALUES ('7', 'Coffee Table', 'table_silo_med', 's', '2', '2', '1', '1', '0', '0', '21', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
36INSERT INTO `furniture` VALUES ('8', 'Occasional Table', 'table_plasto_4leg', 's', '2', '2', '1', '1', '0', '0', '22', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
37INSERT INTO `furniture` VALUES ('9', 'Round Dining Table', 'table_plasto_round', 's', '2', '2', '1', '1', '0', '0', '23', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
38INSERT INTO `furniture` VALUES ('10', 'Square Dining Table', 'table_plasto_bigsquare', 's', '2', '2', '1', '1', '0', '0', '24', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
39INSERT INTO `furniture` VALUES ('11', 'Shelf', 'stand_polyfon_z', 's', '1', '1', '0.5', '1', '0', '0', '25', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
40INSERT INTO `furniture` VALUES ('12', 'Dining Chair', 'chair_silo', 's', '1', '1', '1.1', '0', '1', '0', '26', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
41INSERT INTO `furniture` VALUES ('13', 'Cushioned', 'sofa_silo', 's', '2', '1', '1.1', '0', '1', '0', '28', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
42INSERT INTO `furniture` VALUES ('14', 'Bench', 'couch_norja', 's', '2', '1', '1', '0', '1', '0', '29', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
43INSERT INTO `furniture` VALUES ('15', 'Chair', 'chair_norja', 's', '1', '1', '1', '0', '1', '0', '30', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
44INSERT INTO `furniture` VALUES ('16', 'Large Coffee Table', 'table_polyfon_med', 's', '2', '2', '1', '1', '0', '0', '31', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
45INSERT INTO `furniture` VALUES ('17', 'Doormat', 'doormat_love', 's', '1', '1', '0.1', '0', '0', '1', '32', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
46INSERT INTO `furniture` VALUES ('18', 'Doormat', 'doormat_plain', 's', '1', '1', '0.1', '0', '0', '1', '33', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
47INSERT INTO `furniture` VALUES ('19', 'Armchair', 'sofachair_polyfon', 's', '1', '1', '1.1', '0', '1', '0', '34', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
48INSERT INTO `furniture` VALUES ('20', 'Two-seater Sofa', 'sofa_polyfon', 's', '2', '1', '1.1', '0', '1', '0', '35', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
49INSERT INTO `furniture` VALUES ('21', 'Large', 'sofachair_silo', 's', '1', '1', '1.1', '0', '1', '0', '36', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
50INSERT INTO `furniture` VALUES ('22', 'Plastic Pod Chair', 'chair_plasty', 's', '1', '1', '1', '0', '1', '0', '38', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
51INSERT INTO `furniture` VALUES ('23', 'Chair', 'chair_plasto', 's', '1', '1', '1', '0', '1', '0', '39', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
52INSERT INTO `furniture` VALUES ('24', 'Occasional Table', 'table_plasto_square', 's', '1', '1', '1', '1', '0', '0', '40', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
53INSERT INTO `furniture` VALUES ('25', 'Double Bed', 'bed_polyfon', 's', '2', '3', '1.8', '0', '0', '0', '41', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
54INSERT INTO `furniture` VALUES ('26', 'Single Bed', 'bed_polyfon_one', 's', '1', '3', '1.8', '0', '0', '0', '42', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
55INSERT INTO `furniture` VALUES ('27', 'Plain Single Bed', 'bed_trad_one', 's', '2', '3', '1', '0', '0', '0', '43', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
56INSERT INTO `furniture` VALUES ('28', 'Plain Double Bed', 'bed_trad', 's', '2', '3', '1', '0', '0', '0', '44', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
57INSERT INTO `furniture` VALUES ('29', 'Single Bed', 'bed_silo_one', 's', '1', '3', '1.8', '0', '0', '0', '45', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
58INSERT INTO `furniture` VALUES ('30', 'Double Bed', 'bed_silo_two', 's', '2', '3', '1.8', '0', '0', '0', '46', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
59INSERT INTO `furniture` VALUES ('31', 'Occasional Table', 'table_silo_small', 's', '1', '1', '1', '1', '0', '0', '47', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
60INSERT INTO `furniture` VALUES ('32', 'Double Bed', 'bed_armas_two', 's', '2', '3', '1.8', '0', '0', '0', '48', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
61INSERT INTO `furniture` VALUES ('33', 'bed_budget_one', 'bed_budget_one', 's', '1', '3', '1.9', '0', '0', '0', '49', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
62INSERT INTO `furniture` VALUES ('34', 'Comfortable', 'bed_budget', 's', '2', '3', '1.9', '0', '0', '0', '50', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
63INSERT INTO `furniture` VALUES ('35', 'Bookcase', 'shelves_armas', 's', '2', '1', '1', '0', '0', '0', '51', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
64INSERT INTO `furniture` VALUES ('36', 'Bench', 'bench_armas', 's', '2', '1', '1.1', '0', '1', '0', '52', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
65INSERT INTO `furniture` VALUES ('37', 'Dining Table', 'table_armas', 's', '2', '2', '1', '1', '0', '0', '53', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
66INSERT INTO `furniture` VALUES ('38', 'Occasional Table', 'small_table_armas', 's', '1', '1', '1', '1', '0', '0', '54', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
67INSERT INTO `furniture` VALUES ('39', 'Stool', 'small_chair_armas', 's', '1', '1', '1', '0', '1', '0', '55', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
68INSERT INTO `furniture` VALUES ('40', 'Authentic', 'fireplace_armas', 's', '2', '1', '1', '0', '0', '0', '56', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
69INSERT INTO `furniture` VALUES ('41', 'Table Lamp', 'lamp_armas', 's', '1', '1', '1', '0', '0', '0', '57', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
70INSERT INTO `furniture` VALUES ('42', 'Single Bed', 'bed_armas_one', 's', '1', '3', '1.8', '0', '0', '0', '58', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
71INSERT INTO `furniture` VALUES ('43', 'Floor rug', 'carpet_standard', 's', '3', '5', '0', '1', '0', '1', '59', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
72INSERT INTO `furniture` VALUES ('44', 'Hand-Woven Rug', 'carpet_armas', 's', '2', '4', '0', '1', '0', '1', '60', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
73INSERT INTO `furniture` VALUES ('45', 'Faux-Fur Bear Rug', 'carpet_polar', 's', '2', '3', '0', '1', '0', '1', '61', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
74INSERT INTO `furniture` VALUES ('46', 'Fireplace', 'fireplace_polyfon', 's', '2', '1', '1', '0', '0', '0', '62', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
75INSERT INTO `furniture` VALUES ('47', 'Square Dining Table', 'table_plasto_4leg*1', 's', '2', '2', '1', '1', '0', '0', '63', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
76INSERT INTO `furniture` VALUES ('48', 'Square Dining Table', 'table_plasto_bigsquare*1', 's', '2', '2', '1', '1', '0', '0', '64', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
77INSERT INTO `furniture` VALUES ('49', 'Round Dining Table', 'table_plasto_round*1', 's', '2', '2', '1', '1', '0', '0', '65', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
78INSERT INTO `furniture` VALUES ('50', 'Occasional Table', 'table_plasto_square*1', 's', '1', '1', '1', '1', '0', '0', '66', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
79INSERT INTO `furniture` VALUES ('51', 'Chair', 'chair_plasto*1', 's', '1', '1', '1', '0', '1', '0', '67', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
80INSERT INTO `furniture` VALUES ('52', 'Floor Rug', 'carpet_standard*1', 's', '3', '5', '0', '1', '0', '1', '68', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
81INSERT INTO `furniture` VALUES ('53', 'Doormat', 'doormat_plain*1', 's', '1', '1', '0.1', '0', '0', '1', '69', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
82INSERT INTO `furniture` VALUES ('54', 'Occasional Table', 'table_plasto_4leg*2', 's', '2', '2', '1', '1', '0', '0', '70', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
83INSERT INTO `furniture` VALUES ('55', 'Square Dining Table', 'table_plasto_bigsquare*2', 's', '2', '2', '1', '1', '0', '0', '71', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
84INSERT INTO `furniture` VALUES ('56', 'Round Dining Table', 'table_plasto_round*2', 's', '2', '2', '1', '1', '0', '0', '72', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
85INSERT INTO `furniture` VALUES ('57', 'Round Dining Table', 'table_plasto_square*2', 's', '1', '1', '1', '1', '0', '0', '73', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
86INSERT INTO `furniture` VALUES ('58', 'Chair', 'chair_plasto*2', 's', '1', '1', '1', '0', '1', '0', '74', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
87INSERT INTO `furniture` VALUES ('59', 'Doormat', 'doormat_plain*2', 's', '1', '1', '0.1', '0', '0', '1', '75', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
88INSERT INTO `furniture` VALUES ('60', 'Floor Rug', 'carpet_standard*2', 's', '3', '5', '0', '1', '0', '1', '76', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
89INSERT INTO `furniture` VALUES ('61', 'Round Dining Table', 'table_plasto_4leg*3', 's', '2', '2', '1', '1', '0', '0', '77', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
90INSERT INTO `furniture` VALUES ('62', 'Square Dining Table', 'table_plasto_bigsquare*3', 's', '2', '2', '1', '1', '0', '0', '78', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
91INSERT INTO `furniture` VALUES ('63', 'Round Dining Table', 'table_plasto_round*3', 's', '2', '2', '1', '1', '0', '0', '79', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
92INSERT INTO `furniture` VALUES ('64', 'Square Dining Table', 'table_plasto_square*3', 's', '1', '1', '1', '1', '0', '0', '80', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
93INSERT INTO `furniture` VALUES ('65', 'Chair', 'chair_plasto*3', 's', '1', '1', '1', '0', '1', '0', '81', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
94INSERT INTO `furniture` VALUES ('66', 'Floor Rug', 'carpet_standard*3', 's', '3', '5', '0', '1', '0', '1', '82', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
95INSERT INTO `furniture` VALUES ('67', 'Doormat', 'doormat_plain*3', 's', '1', '1', '0.1', '0', '0', '1', '83', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
96INSERT INTO `furniture` VALUES ('68', 'Square Dining Table', 'table_plasto_4leg*4', 's', '2', '2', '1', '1', '0', '0', '84', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
97INSERT INTO `furniture` VALUES ('71', 'Square Dining Table', 'table_plasto_square*4', 's', '1', '1', '1', '1', '0', '0', '87', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
98INSERT INTO `furniture` VALUES ('72', 'Chair', 'chair_plasto*4', 's', '1', '1', '1', '0', '1', '0', '88', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
99INSERT INTO `furniture` VALUES ('73', 'Floor Rug', 'carpet_standard*4', 's', '3', '5', '0', '1', '0', '1', '89', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
100INSERT INTO `furniture` VALUES ('74', 'Doormat', 'doormat_plain*4', 's', '1', '1', '0.1', '0', '0', '1', '90', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
101INSERT INTO `furniture` VALUES ('75', 'Doormat', 'doormat_plain*6', 's', '1', '1', '0.1', '0', '0', '1', '91', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
102INSERT INTO `furniture` VALUES ('76', 'Doormat', 'doormat_plain*5', 's', '1', '1', '0.1', '0', '0', '1', '93', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
103INSERT INTO `furniture` VALUES ('77', 'Floor Rug', 'carpet_standard*5', 's', '3', '5', '0', '1', '0', '1', '94', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
104INSERT INTO `furniture` VALUES ('78', 'Occasional Table', 'table_plasto_4leg*5', 's', '2', '2', '1', '1', '0', '0', '95', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
105INSERT INTO `furniture` VALUES ('79', 'Square Dining Table', 'table_plasto_bigsquare*5', 's', '2', '2', '1', '1', '0', '0', '96', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
106INSERT INTO `furniture` VALUES ('80', 'Round Dining Table', 'table_plasto_round*5', 's', '2', '2', '1', '1', '0', '0', '97', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
107INSERT INTO `furniture` VALUES ('81', 'Square Dining Table', 'table_plasto_square*5', 's', '1', '1', '1', '1', '0', '0', '98', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
108INSERT INTO `furniture` VALUES ('82', 'Chair', 'chair_plasto*5', 's', '1', '1', '1', '0', '1', '0', '99', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
109INSERT INTO `furniture` VALUES ('83', 'Occasional table Table', 'table_plasto_4leg*6', 's', '2', '2', '1', '1', '0', '0', '100', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
110INSERT INTO `furniture` VALUES ('84', 'Square Dining Table', 'table_plasto_bigsquare*6', 's', '2', '2', '1', '1', '0', '0', '101', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
111INSERT INTO `furniture` VALUES ('85', 'Round Dining Table', 'table_plasto_round*6', 's', '2', '2', '1', '1', '0', '0', '102', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
112INSERT INTO `furniture` VALUES ('86', 'Square Dining Table', 'table_plasto_square*6', 's', '1', '1', '1', '1', '0', '0', '103', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
113INSERT INTO `furniture` VALUES ('87', 'Chair', 'chair_plasto*6', 's', '1', '1', '1', '0', '1', '0', '104', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
114INSERT INTO `furniture` VALUES ('88', 'Occasional table', 'table_plasto_4leg*7', 's', '2', '2', '1', '1', '0', '0', '105', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
115INSERT INTO `furniture` VALUES ('89', 'Square Dining Table', 'table_plasto_bigsquare*7', 's', '2', '2', '1', '1', '0', '0', '106', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
116INSERT INTO `furniture` VALUES ('90', 'Round Dining Table', 'table_plasto_round*7', 's', '2', '2', '1', '1', '0', '0', '107', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
117INSERT INTO `furniture` VALUES ('91', 'Square Dining Table', 'table_plasto_square*7', 's', '1', '1', '1', '1', '0', '0', '108', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
118INSERT INTO `furniture` VALUES ('92', 'Chair', 'chair_plasto*7', 's', '1', '1', '1', '0', '1', '0', '109', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
119INSERT INTO `furniture` VALUES ('93', 'Occasional Table', 'table_plasto_4leg*8', 's', '2', '2', '1', '1', '0', '0', '110', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
120INSERT INTO `furniture` VALUES ('94', 'Square Dining Table', 'table_plasto_bigsquare*8', 's', '2', '2', '1', '1', '0', '0', '111', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
121INSERT INTO `furniture` VALUES ('95', 'Round Dining Table', 'table_plasto_round*8', 's', '2', '2', '1', '1', '0', '0', '112', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
122INSERT INTO `furniture` VALUES ('96', 'Square Dining Table', 'table_plasto_square*8', 's', '1', '1', '1', '1', '0', '0', '113', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
123INSERT INTO `furniture` VALUES ('97', 'Chair', 'chair_plasto*8', 's', '1', '1', '1', '0', '1', '0', '114', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
124INSERT INTO `furniture` VALUES ('98', 'Occasional Table', 'table_plasto_4leg*9', 's', '2', '2', '1', '1', '0', '0', '115', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
125INSERT INTO `furniture` VALUES ('99', 'Square Dining Table', 'table_plasto_bigsquare*9', 's', '2', '2', '1', '1', '0', '0', '116', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
126INSERT INTO `furniture` VALUES ('100', 'Square Dining Table', 'table_plasto_round*9', 's', '2', '2', '1', '1', '0', '0', '117', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
127INSERT INTO `furniture` VALUES ('101', 'Chair', 'chair_plasto*9', 's', '1', '1', '1', '0', '1', '0', '119', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
128INSERT INTO `furniture` VALUES ('102', 'Floor Rug', 'carpet_standard*6', 's', '3', '5', '0', '1', '0', '1', '120', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
129INSERT INTO `furniture` VALUES ('103', 'Plastic Pod Chair', 'chair_plasty*1', 's', '1', '1', '1', '0', '1', '0', '121', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
130INSERT INTO `furniture` VALUES ('104', 'Pizza Box', 'pizza', 's', '1', '1', '1', '0', '0', '0', '122', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
131INSERT INTO `furniture` VALUES ('105', 'Empty Cans', 'drinks', 's', '1', '1', '1', '0', '0', '0', '123', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
132INSERT INTO `furniture` VALUES ('106', 'Plastic Pod Chair', 'chair_plasty*2', 's', '1', '1', '1', '0', '1', '0', '124', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
133INSERT INTO `furniture` VALUES ('107', 'Plastic Pod Chair', 'chair_plasty*3', 's', '1', '1', '1', '0', '1', '0', '125', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
134INSERT INTO `furniture` VALUES ('108', 'Plastic Pod Chair', 'chair_plasty*4', 's', '1', '1', '1', '0', '1', '0', '126', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
135INSERT INTO `furniture` VALUES ('109', 'Mini-Bar', 'bar_polyfon', 's', '1', '1', '1', '0', '0', '0', '127', '1', '1', '0', '1', '1', 'vendingmachine', '0', '6,5,2,1', '0');
136INSERT INTO `furniture` VALUES ('110', 'Aloe Vera', 'plant_cruddy', 's', '1', '1', '1', '0', '0', '0', '128', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
137INSERT INTO `furniture` VALUES ('111', 'Empty Spinning Bottle', 'bottle', 's', '1', '1', '1', '0', '0', '0', '129', '1', '1', '0', '1', '1', 'bottle', '0', '0', '0');
138INSERT INTO `furniture` VALUES ('112', 'Bar/desk', 'bardesk_polyfon', 's', '2', '1', '1', '1', '0', '0', '130', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
139INSERT INTO `furniture` VALUES ('113', 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', '1', '1', '1', '1', '0', '0', '131', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
140INSERT INTO `furniture` VALUES ('115', 'Barrel Minibar', 'bar_armas', 's', '1', '1', '1', '0', '0', '0', '133', '1', '1', '0', '1', '1', 'vendingmachine', '0', '6,2,1', '0');
141INSERT INTO `furniture` VALUES ('116', 'Bardesk', 'bartable_armas', 's', '1', '3', '1.2', '1', '0', '0', '134', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
142INSERT INTO `furniture` VALUES ('117', 'Barrel Stool', 'bar_chair_armas', 's', '1', '1', '1.2', '0', '1', '0', '135', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
143INSERT INTO `furniture` VALUES ('118', 'Soft Wool Rug', 'carpet_soft', 's', '2', '4', '0', '1', '0', '1', '136', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
144INSERT INTO `furniture` VALUES ('119', 'Soft Wool Rug', 'carpet_soft*1', 's', '2', '4', '0', '1', '0', '1', '137', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
145INSERT INTO `furniture` VALUES ('120', 'Soft Wool Rug', 'carpet_soft*2', 's', '2', '4', '0', '1', '0', '1', '138', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
146INSERT INTO `furniture` VALUES ('121', 'Soft Wool Rug', 'carpet_soft*3', 's', '2', '4', '0', '1', '0', '1', '139', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
147INSERT INTO `furniture` VALUES ('122', 'Soft Wool Rug', 'carpet_soft*4', 's', '2', '4', '0', '1', '0', '1', '140', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
148INSERT INTO `furniture` VALUES ('123', 'Soft Wool Rug', 'carpet_soft*5', 's', '2', '4', '0', '1', '0', '1', '141', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
149INSERT INTO `furniture` VALUES ('124', 'Soft Wool Rug', 'carpet_soft*6', 's', '2', '4', '0', '1', '0', '1', '143', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
150INSERT INTO `furniture` VALUES ('125', 'Portable TV', 'red_tv', 's', '1', '1', '1', '0', '0', '0', '144', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
151INSERT INTO `furniture` VALUES ('126', 'Large TV', 'wood_tv', 's', '1', '2', '1', '0', '0', '0', '145', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
152INSERT INTO `furniture` VALUES ('127', 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', '2', '3', '0', '1', '0', '1', '146', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
153INSERT INTO `furniture` VALUES ('128', 'Plastic Pod Chair', 'chair_plasty*5', 's', '1', '1', '1', '0', '1', '0', '147', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
154INSERT INTO `furniture` VALUES ('129', 'Blue Bear Rug', 'carpet_polar*2', 's', '2', '3', '0', '1', '0', '1', '148', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
155INSERT INTO `furniture` VALUES ('130', 'Yellow Bear Rug', 'carpet_polar*3', 's', '2', '3', '0', '1', '0', '1', '149', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
156INSERT INTO `furniture` VALUES ('131', 'Green Bear Rug', 'carpet_polar*4', 's', '2', '3', '0', '1', '0', '1', '150', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
157INSERT INTO `furniture` VALUES ('132', 'Plastic Pod Chair', 'chair_plasty*6', 's', '1', '1', '1', '0', '1', '0', '151', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
158INSERT INTO `furniture` VALUES ('133', 'Large Coffee Table', 'table_polyfon', 's', '2', '2', '1', '1', '0', '0', '152', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
159INSERT INTO `furniture` VALUES ('134', 'Large Dining Table', 'smooth_table_polyfon', 's', '2', '2', '1', '1', '0', '0', '153', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
160INSERT INTO `furniture` VALUES ('135', 'Armchair', 'sofachair_polyfon_girl', 's', '1', '1', '1.1', '0', '1', '0', '154', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
161INSERT INTO `furniture` VALUES ('136', 'Single Bed', 'bed_polyfon_girl_one', 's', '1', '3', '1.8', '0', '0', '0', '155', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
162INSERT INTO `furniture` VALUES ('137', 'Double Bed', 'bed_polyfon_girl', 's', '2', '3', '1.8', '0', '0', '0', '156', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
163INSERT INTO `furniture` VALUES ('138', 'Two-seater Sofa', 'sofa_polyfon_girl', 's', '2', '1', '1.1', '0', '1', '0', '157', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
164INSERT INTO `furniture` VALUES ('139', 'Plain Single Bed', 'bed_budgetb_one', 's', '1', '3', '1.9', '0', '0', '0', '158', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
165INSERT INTO `furniture` VALUES ('140', 'Plain Double Bed', 'bed_budgetb', 's', '2', '3', '1.9', '0', '0', '0', '159', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
166INSERT INTO `furniture` VALUES ('141', 'Pineapple Plant', 'plant_pineapple', 's', '1', '1', '1', '0', '0', '0', '160', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
167INSERT INTO `furniture` VALUES ('142', 'Fruit Tree', 'plant_fruittree', 's', '1', '1', '1', '0', '0', '0', '161', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
168INSERT INTO `furniture` VALUES ('143', 'Small Cactus', 'plant_small_cactus', 's', '1', '1', '1', '0', '0', '0', '162', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
169INSERT INTO `furniture` VALUES ('144', 'Bonsai Tree', 'plant_bonsai', 's', '1', '1', '1', '0', '0', '0', '163', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
170INSERT INTO `furniture` VALUES ('145', 'Mature Cactus', 'plant_big_cactus', 's', '1', '1', '1', '0', '0', '0', '164', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
171INSERT INTO `furniture` VALUES ('146', 'Yukka Plant', 'plant_yukka', 's', '1', '1', '1', '0', '0', '0', '165', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
172INSERT INTO `furniture` VALUES ('147', 'Floor Rug', 'carpet_standard*7', 's', '3', '5', '0', '1', '0', '1', '166', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
173INSERT INTO `furniture` VALUES ('148', 'Floor Rug', 'carpet_standard*8', 's', '3', '5', '0', '1', '0', '1', '167', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
174INSERT INTO `furniture` VALUES ('149', 'Floor Rug', 'carpet_standard*9', 's', '3', '5', '0', '1', '0', '1', '168', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
175INSERT INTO `furniture` VALUES ('150', 'Floor Rug', 'carpet_standard*10', 's', '3', '5', '0', '1', '0', '1', '169', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
176INSERT INTO `furniture` VALUES ('151', 'Floor Rug', 'carpet_standard*11', 's', '3', '5', '0', '1', '0', '1', '170', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
177INSERT INTO `furniture` VALUES ('152', 'Cut Sunflower', 'plant_sunflower', 's', '1', '1', '1', '0', '0', '0', '171', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
178INSERT INTO `furniture` VALUES ('153', 'Cut Roses', 'plant_rose', 's', '1', '1', '1', '0', '0', '0', '172', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
179INSERT INTO `furniture` VALUES ('154', 'Digital TV', 'tv_luxus', 's', '1', '3', '1', '0', '0', '0', '173', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
180INSERT INTO `furniture` VALUES ('155', 'Bubble Bath', 'bath', 's', '1', '2', '1', '0', '1', '0', '174', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
181INSERT INTO `furniture` VALUES ('156', 'Sink', 'sink', 's', '1', '1', '1', '0', '0', '0', '177', '1', '1', '0', '1', '1', 'vendingmachine', '0', '100', '0');
182INSERT INTO `furniture` VALUES ('157', 'Loo Seat', 'toilet', 's', '1', '1', '1.2', '0', '1', '0', '178', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
183INSERT INTO `furniture` VALUES ('158', 'Rubber Duck', 'duck', 's', '1', '1', '1', '0', '0', '0', '179', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
184INSERT INTO `furniture` VALUES ('159', 'Floor Tiles', 'tile', 's', '4', '4', '0', '1', '0', '1', '180', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
185INSERT INTO `furniture` VALUES ('160', 'Loo Seat', 'toilet_red', 's', '1', '1', '1.2', '0', '1', '0', '181', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
186INSERT INTO `furniture` VALUES ('161', 'Loo Seat', 'toilet_yell', 's', '1', '1', '1.2', '0', '1', '0', '182', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
187INSERT INTO `furniture` VALUES ('162', 'Floor Tiles', 'tile_red', 's', '4', '4', '0', '1', '0', '1', '183', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
188INSERT INTO `furniture` VALUES ('163', 'Floor Tiles', 'tile_yell', 's', '4', '4', '0', '1', '0', '1', '184', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
189INSERT INTO `furniture` VALUES ('164', 'Gift', 'present_gen', 's', '1', '1', '1', '1', '0', '0', '187', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
190INSERT INTO `furniture` VALUES ('165', 'Gift', 'present_gen1', 's', '1', '1', '1', '1', '0', '0', '188', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
191INSERT INTO `furniture` VALUES ('166', 'Gift', 'present_gen2', 's', '1', '1', '1', '1', '0', '0', '189', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
192INSERT INTO `furniture` VALUES ('167', 'Gift', 'present_gen3', 's', '1', '1', '1', '1', '0', '0', '190', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
193INSERT INTO `furniture` VALUES ('168', 'Gift', 'present_gen4', 's', '1', '1', '1', '1', '0', '0', '191', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
194INSERT INTO `furniture` VALUES ('169', 'Gift', 'present_gen5', 's', '1', '1', '1', '1', '0', '0', '192', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
195INSERT INTO `furniture` VALUES ('170', 'Gift', 'present_gen6', 's', '1', '1', '1', '1', '0', '0', '193', '1', '0', '0', '1', '1', 'default', '1', '0', '0');
196INSERT INTO `furniture` VALUES ('171', 'A Pura Minibar', 'bar_basic', 's', '1', '1', '1', '0', '0', '0', '195', '1', '1', '0', '1', '1', 'vendingmachine', '0', '6,2,5,1', '0');
197INSERT INTO `furniture` VALUES ('172', 'Pura Shelves', 'shelves_basic', 's', '2', '1', '1', '0', '0', '0', '196', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
198INSERT INTO `furniture` VALUES ('173', 'iced sofachair', 'soft_sofachair_norja', 's', '1', '1', '1', '0', '1', '0', '197', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
199INSERT INTO `furniture` VALUES ('174', 'iced sofa', 'soft_sofa_norja', 's', '2', '1', '1', '0', '1', '0', '198', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
200INSERT INTO `furniture` VALUES ('175', 'Pura Lamp', 'lamp_basic', 's', '1', '1', '1', '0', '0', '0', '199', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
201INSERT INTO `furniture` VALUES ('176', 'Lodge Candle', 'lamp2_armas', 's', '1', '1', '1', '0', '0', '0', '200', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
202INSERT INTO `furniture` VALUES ('177', 'Pura Refridgerator', 'fridge', 's', '1', '1', '1', '0', '0', '0', '201', '1', '1', '0', '1', '1', 'vendingmachine', '0', '3,5,6,2', '0');
203INSERT INTO `furniture` VALUES ('178', 'Telephone Box', 'door', 's', '1', '1', '0.001', '0', '0', '0', '202', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
204INSERT INTO `furniture` VALUES ('179', 'Wardrobe', 'doorB', 's', '1', '1', '0.001', '0', '0', '0', '204', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
205INSERT INTO `furniture` VALUES ('180', 'Portaloo', 'doorC', 's', '1', '1', '0.001', '0', '0', '0', '205', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
206INSERT INTO `furniture` VALUES ('181', 'Pumpkin Lamp', 'pumpkin', 's', '1', '1', '1', '1', '0', '0', '206', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
207INSERT INTO `furniture` VALUES ('182', 'Skull Candle Holder', 'skullcandle', 's', '1', '1', '1', '0', '0', '0', '207', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
208INSERT INTO `furniture` VALUES ('183', 'Blood', 'deadduck', 's', '1', '1', '1', '0', '0', '0', '208', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
209INSERT INTO `furniture` VALUES ('184', 'Dead Duck 2', 'deadduck2', 's', '1', '1', '1', '0', '0', '0', '209', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
210INSERT INTO `furniture` VALUES ('185', 'Dead Duck 3', 'deadduck3', 's', '1', '1', '1', '0', '0', '0', '210', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
211INSERT INTO `furniture` VALUES ('186', 'Menorah', 'menorah', 's', '1', '1', '1', '0', '0', '0', '211', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
212INSERT INTO `furniture` VALUES ('187', 'Christmas Pudding', 'pudding', 's', '1', '1', '1', '1', '0', '0', '212', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
213INSERT INTO `furniture` VALUES ('188', 'Joint of Ham', 'ham', 's', '1', '1', '1', '0', '0', '0', '213', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
214INSERT INTO `furniture` VALUES ('189', 'Roast Turkey', 'turkey', 's', '1', '1', '1', '0', '0', '0', '214', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
215INSERT INTO `furniture` VALUES ('190', 'Christmas Rubber Duck', 'xmasduck', 's', '1', '1', '1', '1', '0', '0', '215', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
216INSERT INTO `furniture` VALUES ('191', 'Gingerbread House', 'house', 's', '1', '1', '1', '0', '0', '0', '216', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
217INSERT INTO `furniture` VALUES ('192', 'Electric Candles', 'triplecandle', 's', '1', '1', '1', '0', '0', '0', '217', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
218INSERT INTO `furniture` VALUES ('193', 'Christmas Tree 1', 'tree3', 's', '1', '1', '1', '0', '0', '0', '218', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
219INSERT INTO `furniture` VALUES ('194', 'Christmas Tree 2', 'tree4', 's', '1', '1', '1', '0', '0', '0', '219', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
220INSERT INTO `furniture` VALUES ('195', 'Christmas Tree 3', 'tree5', 's', '1', '1', '1', '0', '0', '0', '220', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
221INSERT INTO `furniture` VALUES ('196', 'Eaten Ham', 'ham2', 's', '1', '1', '1', '0', '0', '0', '223', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
222INSERT INTO `furniture` VALUES ('197', 'White Candle Plate', 'wcandleset', 's', '1', '1', '1', '0', '0', '0', '224', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
223INSERT INTO `furniture` VALUES ('198', 'Red Candle Plate', 'rcandleset', 's', '1', '1', '1', '0', '0', '0', '225', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
224INSERT INTO `furniture` VALUES ('199', 'Cupid Statue', 'statue', 's', '1', '1', '1', '0', '0', '0', '226', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
225INSERT INTO `furniture` VALUES ('200', 'Valentine\'s Duck', 'valeduck', 's', '1', '1', '1', '0', '0', '0', '228', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
226INSERT INTO `furniture` VALUES ('201', 'Heart Sofa', 'heartsofa', 's', '2', '1', '1', '0', '1', '0', '229', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
227INSERT INTO `furniture` VALUES ('202', 'Throne', 'throne', 's', '1', '1', '1', '0', '1', '0', '230', '0', '1', '1', '1', '1', 'default', '1', '0', '0');
228INSERT INTO `furniture` VALUES ('203', 'Russian Samovar', 'samovar', 's', '1', '1', '1', '0', '0', '0', '231', '0', '1', '1', '1', '1', 'vendingmachine', '0', '1', '0');
229INSERT INTO `furniture` VALUES ('204', 'Vase of Flowers', 'giftflowers', 's', '1', '1', '1', '0', '0', '0', '232', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
230INSERT INTO `furniture` VALUES ('205', 'Cake', 'habbocake', 's', '1', '1', '1', '0', '0', '0', '233', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
231INSERT INTO `furniture` VALUES ('206', 'Holopod', 'hologram', 's', '1', '1', '1', '0', '0', '0', '234', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
232INSERT INTO `furniture` VALUES ('207', 'Wannabe bunny', 'easterduck', 's', '1', '1', '1', '0', '0', '0', '235', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
233INSERT INTO `furniture` VALUES ('208', 'Squidgy Bunny', 'bunny', 's', '1', '1', '1', '0', '0', '0', '236', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
234INSERT INTO `furniture` VALUES ('209', 'Basket Of Eggs', 'basket', 's', '1', '1', '1', '0', '0', '0', '237', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
235INSERT INTO `furniture` VALUES ('210', 'Pop-up Egg', 'birdie', 's', '1', '1', '1', '0', '0', '0', '238', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
236INSERT INTO `furniture` VALUES ('211', 'Holo-dice', 'edice', 's', '1', '1', '1', '0', '0', '0', '239', '1', '1', '0', '1', '1', 'dice', '1', '0', '0');
237INSERT INTO `furniture` VALUES ('212', 'Club sofa', 'club_sofa', 's', '2', '1', '1', '0', '1', '0', '267', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
238INSERT INTO `furniture` VALUES ('213', 'Gold Trophy', 'prize1', 's', '1', '1', '1', '0', '0', '0', '185', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
239INSERT INTO `furniture` VALUES ('214', 'Silver Trophy', 'prize2', 's', '1', '1', '1', '0', '0', '0', '186', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
240INSERT INTO `furniture` VALUES ('215', 'Bronze Trophy', 'prize3', 's', '1', '1', '1', '0', '0', '0', '243', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
241INSERT INTO `furniture` VALUES ('216', 'Hatch (Lockable)', 'divider_poly3', 's', '1', '1', '0.001', '0', '0', '0', '244', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
242INSERT INTO `furniture` VALUES ('217', 'Corner plinth', 'divider_arm1', 's', '1', '1', '1.4', '1', '0', '0', '245', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
243INSERT INTO `furniture` VALUES ('218', 'Room divider', 'divider_arm2', 's', '2', '1', '1', '0', '0', '0', '246', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
244INSERT INTO `furniture` VALUES ('219', 'Knock', 'divider_arm3', 's', '1', '1', '0.001', '0', '0', '0', '247', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
245INSERT INTO `furniture` VALUES ('220', 'Looks squishy', 'divider_nor1', 's', '1', '1', '1', '0', '0', '0', '248', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
246INSERT INTO `furniture` VALUES ('221', 'Corner Shelf', 'divider_silo1', 's', '1', '1', '1', '0', '0', '0', '249', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
247INSERT INTO `furniture` VALUES ('222', 'Strong', 'divider_nor2', 's', '2', '1', '1', '0', '0', '0', '250', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
248INSERT INTO `furniture` VALUES ('223', 'Screen', 'divider_silo2', 's', '2', '1', '1', '0', '0', '0', '251', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
249INSERT INTO `furniture` VALUES ('224', 'Door (Lockable)', 'divider_nor3', 's', '1', '1', '0.001', '0', '0', '0', '252', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
250INSERT INTO `furniture` VALUES ('225', 'Gate (lockable)', 'divider_silo3', 's', '1', '1', '0.001', '0', '0', '0', '253', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
251INSERT INTO `furniture` VALUES ('226', 'Typewriter', 'typingmachine', 's', '1', '1', '1', '0', '0', '0', '254', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
252INSERT INTO `furniture` VALUES ('227', 'Dragon Egg', 'spyro', 's', '1', '1', '1', '0', '0', '0', '260', '0', '1', '1', '1', '1', 'default', '1', '0', '0');
253INSERT INTO `furniture` VALUES ('228', 'Holo-girl', 'redhologram', 's', '1', '1', '1', '0', '0', '0', '261', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
254INSERT INTO `furniture` VALUES ('230', 'Poinsetta', 'joulutahti', 's', '1', '1', '1', '0', '0', '0', '264', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
255INSERT INTO `furniture` VALUES ('231', 'Pink Hyacinth', 'hyacinth1', 's', '1', '1', '1', '0', '0', '0', '265', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
256INSERT INTO `furniture` VALUES ('232', 'Blue Hyacinth', 'hyacinth2', 's', '1', '1', '1', '0', '0', '0', '266', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
257INSERT INTO `furniture` VALUES ('233', 'Chair', 'chair_plasto*10', 's', '1', '1', '1', '0', '1', '0', '268', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
258INSERT INTO `furniture` VALUES ('234', 'Chair', 'chair_plasto*11', 's', '1', '1', '1', '0', '1', '0', '269', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
259INSERT INTO `furniture` VALUES ('235', 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', '1', '1', '1', '1', '0', '0', '270', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
260INSERT INTO `furniture` VALUES ('236', 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', '1', '1', '1', '1', '0', '0', '271', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
261INSERT INTO `furniture` VALUES ('237', 'Chair', 'chair_plasto*12', 's', '1', '1', '1', '0', '1', '0', '273', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
262INSERT INTO `furniture` VALUES ('238', 'Chair', 'chair_plasto*13', 's', '1', '1', '1', '0', '1', '0', '274', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
263INSERT INTO `furniture` VALUES ('239', 'HC chair', 'chair_plasto*14', 's', '1', '1', '1', '0', '1', '0', '275', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
264INSERT INTO `furniture` VALUES ('240', 'HC table', 'table_plasto_4leg*14', 's', '2', '2', '1', '1', '0', '0', '276', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
265INSERT INTO `furniture` VALUES ('241', 'Mochamaster', 'mocchamaster', 's', '1', '1', '1', '1', '0', '0', '277', '1', '1', '0', '1', '1', 'vendingmachine', '0', '9,8,14,15,6,10,11,12,17,13', '0');
266INSERT INTO `furniture` VALUES ('242', 'Basketball Court', 'carpet_legocourt', 's', '3', '3', '0', '1', '0', '1', '278', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
267INSERT INTO `furniture` VALUES ('243', 'Team Bench', 'bench_lego', 's', '4', '1', '1', '0', '1', '0', '279', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
268INSERT INTO `furniture` VALUES ('244', 'Basketball Trophy', 'legotrophy', 's', '1', '1', '1', '0', '0', '0', '280', '1', '1', '0', '1', '0', 'trophy', '2', '0', '0');
269INSERT INTO `furniture` VALUES ('245', 'Holiday Romance', 'valentinescreen', 's', '2', '1', '0.1', '0', '0', '1', '283', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
270INSERT INTO `furniture` VALUES ('246', 'Dicemaster', 'edicehc', 's', '1', '1', '1', '0', '0', '0', '284', '1', '1', '0', '1', '1', 'dice', '1', '0', '0');
271INSERT INTO `furniture` VALUES ('247', 'Petal Patch', 'rare_daffodil_rug', 's', '2', '2', '0', '1', '0', '1', '285', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
272INSERT INTO `furniture` VALUES ('248', 'Blue Amber Lamp', 'rare_beehive_bulb', 's', '1', '1', '1', '0', '0', '0', '286', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
273INSERT INTO `furniture` VALUES ('249', 'Throne Sofa', 'hcsohva', 's', '2', '1', '1', '0', '1', '0', '287', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
274INSERT INTO `furniture` VALUES ('250', 'Tubmaster', 'hcamme', 's', '1', '2', '0.6', '0', '1', '0', '288', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
275INSERT INTO `furniture` VALUES ('251', 'Golden Elephant', 'rare_elephant_statue', 's', '1', '1', '1', '0', '0', '0', '290', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
276INSERT INTO `furniture` VALUES ('252', 'Bird Bath (red)', 'rare_fountain', 's', '1', '1', '1', '0', '0', '0', '291', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
277INSERT INTO `furniture` VALUES ('253', 'Speaker\'s Corner', 'rare_stand', 's', '1', '1', '1.7', '0', '1', '0', '292', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
278INSERT INTO `furniture` VALUES ('254', 'Snow Globe', 'rare_globe', 's', '1', '1', '1', '0', '0', '0', '293', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
279INSERT INTO `furniture` VALUES ('255', 'Hammock', 'rare_hammock', 's', '1', '3', '1.57', '0', '0', '0', '294', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
280INSERT INTO `furniture` VALUES ('256', 'Silver Elephant', 'rare_elephant_statue*1', 's', '1', '1', '1', '0', '0', '0', '295', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
281INSERT INTO `furniture` VALUES ('257', 'Bronze Elephant', 'rare_elephant_statue*2', 's', '1', '1', '1', '0', '0', '0', '296', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
282INSERT INTO `furniture` VALUES ('258', 'Bird Bath (grey)', 'rare_fountain*1', 's', '1', '1', '1', '0', '0', '0', '297', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
283INSERT INTO `furniture` VALUES ('259', 'Bird Bath (green)', 'rare_fountain*2', 's', '1', '1', '1', '0', '0', '0', '298', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
284INSERT INTO `furniture` VALUES ('260', 'Bird Bath (blue)', 'rare_fountain*3', 's', '1', '1', '1', '0', '0', '0', '299', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
285INSERT INTO `furniture` VALUES ('261', 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', '1', '1', '1', '0', '0', '0', '300', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
286INSERT INTO `furniture` VALUES ('262', 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', '1', '1', '1', '0', '0', '0', '301', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
287INSERT INTO `furniture` VALUES ('263', 'Lappland Greetings', 'rare_xmas_screen', 's', '2', '1', '0', '0', '0', '1', '302', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
288INSERT INTO `furniture` VALUES ('264', 'Yellow Parasol', 'rare_parasol*1', 's', '1', '1', '1', '0', '0', '0', '303', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
289INSERT INTO `furniture` VALUES ('265', 'Orange Parasol', 'rare_parasol*2', 's', '1', '1', '1', '0', '0', '0', '304', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
290INSERT INTO `furniture` VALUES ('266', 'Violet Parasol', 'rare_parasol*3', 's', '1', '1', '1', '0', '0', '0', '305', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
291INSERT INTO `furniture` VALUES ('267', 'Dead tree', 'tree1', 's', '1', '1', '1', '0', '0', '0', '1758', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
292INSERT INTO `furniture` VALUES ('20045', 'arabian_tile', 'arabian_tile', 's', '2', '2', '0', '1', '0', '1', '3312', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
293INSERT INTO `furniture` VALUES ('269', 'White Candle', 'wcandle', 's', '1', '1', '1', '0', '0', '0', '2102', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
294INSERT INTO `furniture` VALUES ('270', 'Red Candle', 'rcandle', 's', '1', '1', '1', '0', '0', '0', '2121', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
295INSERT INTO `furniture` VALUES ('272', 'Gingerbread House', 'house2', 's', '1', '1', '1', '0', '0', '0', '428', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
296INSERT INTO `furniture` VALUES ('273', 'Habbo Turntable', 'djesko_turntable', 's', '1', '1', '1', '0', '0', '0', '449', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
297INSERT INTO `furniture` VALUES ('275', 'Habbo Cola Machine', 'md_limukaappi', 's', '1', '1', '1', '0', '0', '0', '457', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0');
298INSERT INTO `furniture` VALUES ('276', 'Occasional Table', 'table_plasto_4leg*10', 's', '2', '2', '1', '1', '0', '0', '1484', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
299INSERT INTO `furniture` VALUES ('277', 'Occasional Table', 'table_plasto_4leg*15', 's', '2', '2', '1', '1', '0', '0', '1486', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
300INSERT INTO `furniture` VALUES ('278', 'Occasional Table', 'table_plasto_bigsquare*14', 's', '2', '2', '1', '1', '0', '0', '1487', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
301INSERT INTO `furniture` VALUES ('279', 'Occasional Table', 'table_plasto_bigsquare*15', 's', '2', '2', '1', '1', '0', '0', '1488', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
302INSERT INTO `furniture` VALUES ('280', 'Occasional Table', 'table_plasto_round*14', 's', '2', '2', '1', '1', '0', '0', '1489', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
303INSERT INTO `furniture` VALUES ('281', 'Occasional Table', 'table_plasto_round*15', 's', '2', '2', '1', '1', '0', '0', '1490', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
304INSERT INTO `furniture` VALUES ('282', 'Occasional Table', 'table_plasto_square*14', 's', '1', '1', '1', '1', '0', '0', '1491', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
305INSERT INTO `furniture` VALUES ('283', 'Occasional Table', 'table_plasto_square*15', 's', '1', '1', '1', '1', '0', '0', '1492', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
306INSERT INTO `furniture` VALUES ('284', 'Chair', 'chair_plasto*15', 's', '1', '1', '1', '0', '1', '0', '1495', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
307INSERT INTO `furniture` VALUES ('285', 'Plastic Pod Chair', 'chair_plasty*7', 's', '1', '1', '1', '0', '1', '0', '1496', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
308INSERT INTO `furniture` VALUES ('286', 'Plastic Pod Chair', 'chair_plasty*8', 's', '1', '1', '1', '0', '1', '0', '1497', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
309INSERT INTO `furniture` VALUES ('287', 'Plastic Pod Chair', 'chair_plasty*9', 's', '1', '1', '1', '0', '1', '0', '1498', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
310INSERT INTO `furniture` VALUES ('288', 'Plastic Pod Chair', 'chair_plasty*10', 's', '1', '1', '1', '0', '1', '0', '1499', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
311INSERT INTO `furniture` VALUES ('289', 'Plastic Pod Chair', 'chair_plasty*11', 's', '1', '1', '1', '0', '1', '0', '1500', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
312INSERT INTO `furniture` VALUES ('290', 'Chair', 'chair_plasto*16', 's', '1', '1', '1', '0', '1', '0', '1501', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
313INSERT INTO `furniture` VALUES ('291', 'Occasional Table', 'table_plasto_4leg*16', 's', '2', '2', '1', '1', '0', '0', '1502', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
314INSERT INTO `furniture` VALUES ('292', 'Scoreboard', 'hockey_score', 's', '1', '1', '1', '0', '0', '0', '1503', '1', '1', '0', '1', '1', 'scoreboard', '100', '0', '0');
315INSERT INTO `furniture` VALUES ('293', 'Lert', 'hockey_light', 's', '1', '1', '1', '0', '0', '0', '1504', '1', '1', '0', '1', '1', 'alert', '2', '0', '0');
316INSERT INTO `furniture` VALUES ('294', 'Imperial Teleport', 'doorD', 's', '1', '1', '0.001', '0', '0', '0', '1505', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
317INSERT INTO `furniture` VALUES ('295', 'Duck trophy', 'a0 prizetrophy2_b', 's', '1', '1', '1', '0', '0', '0', '1506', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
318INSERT INTO `furniture` VALUES ('296', 'Globe trophy', 'a0 prizetrophy3_b', 's', '1', '1', '1', '0', '0', '0', '1507', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
319INSERT INTO `furniture` VALUES ('297', 'Fish trophy', 'a0 prizetrophy4_b', 's', '1', '1', '1', '0', '0', '0', '1508', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
320INSERT INTO `furniture` VALUES ('298', 'Champion trophy', 'a0 prizetrophy5_b', 's', '1', '1', '1', '0', '0', '0', '1509', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
321INSERT INTO `furniture` VALUES ('299', 'Classic trophy', 'prizetrophy*1', 's', '1', '1', '1', '0', '0', '0', '1512', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
322INSERT INTO `furniture` VALUES ('300', 'Duck trophy', 'a0 prizetrophy2_g', 's', '1', '1', '1', '0', '0', '0', '1512', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
323INSERT INTO `furniture` VALUES ('301', 'Globe trophy', 'a0 prizetrophy3_g', 's', '1', '1', '1', '0', '0', '0', '1513', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
324INSERT INTO `furniture` VALUES ('302', 'Fish trophy', 'a0 prizetrophy4_g', 's', '1', '1', '1', '0', '0', '0', '1514', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
325INSERT INTO `furniture` VALUES ('303', 'Duo trophy', 'a0 prizetrophy5_g', 's', '1', '1', '1', '0', '0', '0', '1515', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
326INSERT INTO `furniture` VALUES ('304', 'Champion trophy', 'a0 prizetrophy6_g', 's', '1', '1', '1', '0', '0', '0', '1516', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
327INSERT INTO `furniture` VALUES ('305', 'Classic trophy', 'prizetrophy*2', 's', '1', '1', '1', '0', '0', '0', '1519', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
328INSERT INTO `furniture` VALUES ('306', 'Duck trophy', 'a0 prizetrophy2_s', 's', '1', '1', '1', '0', '0', '0', '1518', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
329INSERT INTO `furniture` VALUES ('307', 'Globe trophy', 'a0 prizetrophy3_s', 's', '1', '1', '1', '0', '0', '0', '1519', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
330INSERT INTO `furniture` VALUES ('308', 'Fish trophy', 'a0 prizetrophy4_s', 's', '1', '1', '1', '0', '0', '0', '1520', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
331INSERT INTO `furniture` VALUES ('309', 'Duo trophy', 'a0 prizetrophy5_s', 's', '1', '1', '1', '0', '0', '0', '1521', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
332INSERT INTO `furniture` VALUES ('310', 'Champion trophy', 'a0 prizetrophy6_s', 's', '1', '1', '1', '0', '0', '0', '1522', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
333INSERT INTO `furniture` VALUES ('311', 'Classic trophy', 'prizetrophy*3', 's', '1', '1', '1', '0', '0', '0', '1526', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
334INSERT INTO `furniture` VALUES ('312', 'Green Parasol', 'rare_parasol*0', 's', '1', '1', '1', '0', '0', '0', '289', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
335INSERT INTO `furniture` VALUES ('313', 'Oil Lamp', 'hc_lmp', 's', '1', '1', '1', '0', '0', '0', '1529', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
336INSERT INTO `furniture` VALUES ('314', 'Nordic Table', 'hc_tbl', 's', '1', '3', '1', '1', '0', '0', '1528', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
337INSERT INTO `furniture` VALUES ('315', 'Majestic Chair', 'hc_chr', 's', '1', '1', '1', '0', '1', '0', '1527', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
338INSERT INTO `furniture` VALUES ('316', 'Study Desk', 'hc_dsk', 's', '1', '2', '1', '0', '0', '0', '1530', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
339INSERT INTO `furniture` VALUES ('317', 'Night', 'nest', 's', '1', '1', '1', '1', '0', '0', '1531', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
340INSERT INTO `furniture` VALUES ('318', 'Bones Mega Multipack', 'petfood1', 's', '1', '1', '1', '1', '0', '0', '1532', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
341INSERT INTO `furniture` VALUES ('319', 'Sardines Mega Multipack', 'petfood2', 's', '1', '1', '1', '1', '0', '0', '1533', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
342INSERT INTO `furniture` VALUES ('320', 'Cabbage Mega Multipack', 'petfood3', 's', '1', '1', '1', '1', '0', '0', '1534', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
343INSERT INTO `furniture` VALUES ('321', 'Blue Water Bowl', 'waterbowl*4', 's', '1', '1', '1', '1', '0', '0', '1535', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
344INSERT INTO `furniture` VALUES ('322', 'Brown Water Bowl', 'waterbowl*5', 's', '1', '1', '1', '1', '0', '0', '1536', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
345INSERT INTO `furniture` VALUES ('323', 'Green Water Bowl', 'waterbowl*2', 's', '1', '1', '1', '1', '0', '0', '1537', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
346INSERT INTO `furniture` VALUES ('324', 'Red Water Bowl', 'waterbowl*1', 's', '1', '1', '1', '1', '0', '0', '1538', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
347INSERT INTO `furniture` VALUES ('325', 'Yellow Water Bowl', 'waterbowl*3', 's', '1', '1', '1', '1', '0', '0', '1539', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
348INSERT INTO `furniture` VALUES ('326', 'Rubber Ball', 'toy1', 's', '1', '1', '1', '1', '0', '0', '1540', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
349INSERT INTO `furniture` VALUES ('327', 'Rubber Ball', 'toy1*1', 's', '1', '1', '1', '1', '0', '0', '1541', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
350INSERT INTO `furniture` VALUES ('328', 'Rubber Ball', 'toy1*2', 's', '1', '1', '1', '1', '0', '0', '1542', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
351INSERT INTO `furniture` VALUES ('329', 'Rubber Ball', 'toy1*3', 's', '1', '1', '1', '1', '0', '0', '1543', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
352INSERT INTO `furniture` VALUES ('330', 'Rubber Ball', 'toy1*4', 's', '1', '1', '1', '1', '0', '0', '1544', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
353INSERT INTO `furniture` VALUES ('331', 'Marzipan Man', 'goodie1', 's', '1', '1', '1', '1', '0', '0', '1545', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
354INSERT INTO `furniture` VALUES ('332', 'Marzipan Man', 'goodie1*1', 's', '1', '1', '1', '1', '0', '0', '1546', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
355INSERT INTO `furniture` VALUES ('333', 'Marzipan Man', 'goodie1*2', 's', '1', '1', '1', '1', '0', '0', '1547', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
356INSERT INTO `furniture` VALUES ('334', 'Chocolate Mouse', 'goodie2', 's', '1', '1', '1', '1', '0', '0', '1548', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
357INSERT INTO `furniture` VALUES ('335', 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', '1', '1', '1', '0', '0', '0', '1547', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
358INSERT INTO `furniture` VALUES ('336', 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', '1', '1', '1', '0', '0', '0', '1548', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
359INSERT INTO `furniture` VALUES ('337', 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', '1', '1', '1', '0', '0', '0', '1549', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
360INSERT INTO `furniture` VALUES ('338', 'Red Laser Door', 'scifiport*0', 's', '1', '1', '0.001', '0', '0', '0', '1549', '1', '1', '1', '1', '1', 'gate', '2', '0', '0');
361INSERT INTO `furniture` VALUES ('339', 'Violet Sci-Fi Port', 'scifiport*9', 's', '1', '1', '0.001', '0', '0', '0', '1550', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
362INSERT INTO `furniture` VALUES ('340', 'Purple Sci-Fi Port', 'scifiport*8', 's', '1', '1', '0.001', '0', '0', '0', '1551', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
363INSERT INTO `furniture` VALUES ('341', 'Aqua Laser Gate', 'scifiport*7', 's', '1', '1', '0.001', '0', '0', '0', '1552', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
364INSERT INTO `furniture` VALUES ('342', 'White Sci-Fi Port', 'scifiport*6', 's', '1', '1', '0.001', '0', '0', '0', '1553', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
365INSERT INTO `furniture` VALUES ('343', 'Security Fence', 'scifiport*5', 's', '1', '1', '0.001', '0', '0', '0', '1554', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
366INSERT INTO `furniture` VALUES ('344', 'Pink Sci-Fi Port', 'scifiport*4', 's', '1', '1', '0.001', '0', '0', '0', '1555', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
367INSERT INTO `furniture` VALUES ('345', 'Jade Sci-Fi Port', 'scifiport*3', 's', '1', '1', '0.001', '0', '0', '0', '1556', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
368INSERT INTO `furniture` VALUES ('346', 'Blue Laser Gate', 'scifiport*2', 's', '1', '1', '0.001', '0', '0', '0', '1557', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
369INSERT INTO `furniture` VALUES ('347', 'Gold Laser Gate', 'scifiport*1', 's', '1', '1', '0.001', '0', '0', '0', '1558', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
370INSERT INTO `furniture` VALUES ('348', 'Neptune Smoke Machine', 'scifirocket*9', 's', '1', '1', '1', '0', '0', '0', '1559', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
371INSERT INTO `furniture` VALUES ('349', 'From a space far', 'scifirocket*8', 's', '1', '1', '1', '0', '0', '0', '1560', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
372INSERT INTO `furniture` VALUES ('350', 'Jupiter Smoke Machine', 'scifirocket*7', 's', '1', '1', '1', '0', '0', '0', '1561', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
373INSERT INTO `furniture` VALUES ('351', 'Mercury Smoke Machine', 'scifirocket*6', 's', '1', '1', '1', '0', '0', '0', '1562', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
374INSERT INTO `furniture` VALUES ('352', 'Uranus Smoke Machine', 'scifirocket*5', 's', '1', '1', '1', '0', '0', '0', '1563', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
375INSERT INTO `furniture` VALUES ('353', 'Venus Smoke Machine', 'scifirocket*4', 's', '1', '1', '1', '0', '0', '0', '1564', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
376INSERT INTO `furniture` VALUES ('354', 'Endor Smoke Machine', 'scifirocket*3', 's', '1', '1', '1', '0', '0', '0', '1565', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
377INSERT INTO `furniture` VALUES ('355', 'Earth Smoke Machine', 'scifirocket*2', 's', '1', '1', '1', '0', '0', '0', '1566', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
378INSERT INTO `furniture` VALUES ('356', 'Saturn Smoke Machine', 'scifirocket*1', 's', '1', '1', '1', '0', '0', '0', '1567', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
379INSERT INTO `furniture` VALUES ('357', 'Mars Smoke Machine', 'scifirocket*0', 's', '1', '1', '1', '0', '0', '0', '1568', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
380INSERT INTO `furniture` VALUES ('358', 'Violet Starship Door', 'scifidoor*10', 's', '1', '1', '0.001', '0', '0', '0', '1569', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
381INSERT INTO `furniture` VALUES ('359', 'It\'s blue', 'scifidoor*9', 's', '1', '1', '0.001', '0', '0', '0', '1570', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
382INSERT INTO `furniture` VALUES ('360', 'Purple Spaceship Door', 'scifidoor*8', 's', '1', '1', '0.001', '0', '0', '0', '1571', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
383INSERT INTO `furniture` VALUES ('361', 'Aqua Spaceship Door', 'scifidoor*7', 's', '1', '1', '0.001', '0', '0', '0', '1572', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
384INSERT INTO `furniture` VALUES ('362', 'Black Monolith', 'scifidoor*6', 's', '1', '1', '0.001', '0', '0', '0', '1573', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
385INSERT INTO `furniture` VALUES ('363', 'White Spaceship Door', 'scifidoor*5', 's', '1', '1', '0.001', '0', '0', '0', '1574', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
386INSERT INTO `furniture` VALUES ('364', 'Emerald Spaceship Door', 'scifidoor*4', 's', '1', '1', '0.001', '0', '0', '0', '1575', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
387INSERT INTO `furniture` VALUES ('365', 'Lightblue Spaceship Door', 'scifidoor*3', 's', '1', '1', '0.001', '0', '0', '0', '1576', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
388INSERT INTO `furniture` VALUES ('366', 'Yellow Spaceship Door', 'scifidoor*2', 's', '1', '1', '0.001', '0', '0', '0', '1577', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
389INSERT INTO `furniture` VALUES ('367', 'Pink Spaceship Door', 'scifidoor*1', 's', '1', '1', '0.001', '0', '0', '0', '1578', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
390INSERT INTO `furniture` VALUES ('368', 'Puffy', 'pillow*5', 's', '1', '1', '1', '0', '1', '0', '1579', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
391INSERT INTO `furniture` VALUES ('369', 'Puffy', 'pillow*8', 's', '1', '1', '1', '0', '1', '0', '1580', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
392INSERT INTO `furniture` VALUES ('370', 'White Lace Pillow', 'pillow*0', 's', '1', '1', '1', '0', '1', '0', '1581', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
393INSERT INTO `furniture` VALUES ('371', 'Puffy', 'pillow*1', 's', '1', '1', '1', '0', '1', '0', '1582', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
394INSERT INTO `furniture` VALUES ('372', 'Puffy', 'pillow*2', 's', '1', '1', '1', '0', '1', '0', '1583', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
395INSERT INTO `furniture` VALUES ('373', 'Purple Velvet Pillow', 'pillow*7', 's', '1', '1', '1', '0', '1', '0', '1584', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
396INSERT INTO `furniture` VALUES ('374', 'Puffy', 'pillow*9', 's', '1', '1', '1', '0', '1', '0', '1585', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
397INSERT INTO `furniture` VALUES ('375', 'Puffy', 'pillow*4', 's', '1', '1', '1', '0', '1', '0', '1586', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
398INSERT INTO `furniture` VALUES ('376', 'Puffy', 'pillow*6', 's', '1', '1', '1', '0', '1', '0', '1587', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
399INSERT INTO `furniture` VALUES ('377', 'Puffy', 'pillow*3', 's', '1', '1', '1', '0', '1', '0', '1588', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
400INSERT INTO `furniture` VALUES ('378', 'Pink marquee', 'marquee*1', 's', '1', '1', '0.001', '0', '0', '0', '1589', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
401INSERT INTO `furniture` VALUES ('379', 'Red Dragon Marquee', 'marquee*2', 's', '1', '1', '0.001', '0', '0', '0', '1590', '1', '1', '1', '1', '1', 'gate', '2', '0', '0');
402INSERT INTO `furniture` VALUES ('380', 'Purple Marquee', 'marquee*7', 's', '1', '1', '0.001', '0', '0', '0', '1591', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
403INSERT INTO `furniture` VALUES ('381', 'White Marquee', 'marquee*10', 's', '1', '1', '0.001', '0', '0', '0', '1592', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
404INSERT INTO `furniture` VALUES ('382', 'Ultramarine Marquee', 'marquee*8', 's', '1', '1', '0.001', '0', '0', '0', '1593', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
405INSERT INTO `furniture` VALUES ('383', 'Green Marquee', 'marquee*9', 's', '1', '1', '0.001', '0', '0', '0', '1594', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
406INSERT INTO `furniture` VALUES ('384', 'Graphite Marquee', 'marquee*5', 's', '1', '1', '0.001', '0', '0', '0', '1595', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
407INSERT INTO `furniture` VALUES ('385', 'Yellow Marquee', 'marquee*4', 's', '1', '1', '0.001', '0', '0', '0', '1596', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
408INSERT INTO `furniture` VALUES ('386', 'Blue Marquee', 'marquee*6', 's', '1', '1', '0.001', '0', '0', '0', '1597', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
409INSERT INTO `furniture` VALUES ('387', 'Aqua Marquee', 'marquee*3', 's', '1', '1', '0.001', '0', '0', '0', '1598', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
410INSERT INTO `furniture` VALUES ('388', 'Pink Oriental screen', 'wooden_screen*1', 's', '1', '2', '1', '0', '0', '0', '1599', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
411INSERT INTO `furniture` VALUES ('389', 'RosewoodScreen', 'wooden_screen*2', 's', '1', '2', '1', '0', '0', '0', '1600', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
412INSERT INTO `furniture` VALUES ('390', 'Purple Oriental Screen', 'wooden_screen*7', 's', '1', '2', '1', '0', '0', '0', '1601', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
413INSERT INTO `furniture` VALUES ('391', 'White Oriental Screen', 'wooden_screen*0', 's', '1', '2', '1', '0', '0', '0', '1602', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
414INSERT INTO `furniture` VALUES ('392', 'Night Blue Oriental Screen', 'wooden_screen*8', 's', '1', '2', '1', '0', '0', '0', '1603', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
415INSERT INTO `furniture` VALUES ('393', 'Gray Oriental Screen', 'wooden_screen*5', 's', '1', '2', '1', '0', '0', '0', '1604', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
416INSERT INTO `furniture` VALUES ('394', 'Green Oriental Screen', 'wooden_screen*9', 's', '1', '2', '1', '0', '0', '0', '1605', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
417INSERT INTO `furniture` VALUES ('395', 'Golden Oriental Screen', 'wooden_screen*4', 's', '1', '2', '1', '0', '0', '0', '1606', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
418INSERT INTO `furniture` VALUES ('396', 'Blue Oriental Screen', 'wooden_screen*6', 's', '1', '2', '1', '0', '0', '0', '1607', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
419INSERT INTO `furniture` VALUES ('397', 'Terracotta Pillar', 'wooden_screen*3', 's', '1', '2', '1', '0', '0', '0', '1608', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
420INSERT INTO `furniture` VALUES ('398', 'Pink Marble Pillar', 'pillar*1', 's', '1', '1', '1', '0', '0', '0', '1610', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
421INSERT INTO `furniture` VALUES ('399', 'Rock Pillar', 'pillar*9', 's', '1', '1', '1', '0', '0', '0', '1611', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
422INSERT INTO `furniture` VALUES ('400', 'Classy architect', 'pillar*0', 's', '1', '1', '1', '0', '0', '0', '1612', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
423INSERT INTO `furniture` VALUES ('401', 'Roman Pillar', 'pillar*8', 's', '1', '1', '1', '0', '0', '0', '1613', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
424INSERT INTO `furniture` VALUES ('402', 'Nordic Pillar', 'pillar*2', 's', '1', '1', '1', '0', '0', '0', '1614', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
425INSERT INTO `furniture` VALUES ('403', 'Pagan Pillar', 'pillar*5', 's', '1', '1', '1', '0', '0', '0', '1615', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
426INSERT INTO `furniture` VALUES ('404', 'Dark Ages Pillar', 'pillar*4', 's', '1', '1', '1', '0', '0', '0', '1616', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
427INSERT INTO `furniture` VALUES ('405', 'Atlantean Pillar', 'pillar*7', 's', '1', '1', '1', '0', '0', '0', '1617', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
428INSERT INTO `furniture` VALUES ('406', 'blue pillar', 'pillar*3', 's', '1', '1', '1', '0', '0', '0', '1618', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
429INSERT INTO `furniture` VALUES ('407', 'Serpent of Doom', 'rare_dragonlamp*4', 's', '1', '1', '1', '0', '0', '0', '1619', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
430INSERT INTO `furniture` VALUES ('408', 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', '1', '1', '1', '0', '0', '0', '1620', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
431INSERT INTO `furniture` VALUES ('409', 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', '1', '1', '1', '0', '0', '0', '1621', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
432INSERT INTO `furniture` VALUES ('410', 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', '1', '1', '1', '0', '0', '0', '1622', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
433INSERT INTO `furniture` VALUES ('411', 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', '1', '1', '1', '0', '0', '0', '1623', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
434INSERT INTO `furniture` VALUES ('412', 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', '1', '1', '1', '0', '0', '0', '1624', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
435INSERT INTO `furniture` VALUES ('413', 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', '1', '1', '1', '0', '0', '0', '1625', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
436INSERT INTO `furniture` VALUES ('414', 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', '1', '1', '1', '0', '0', '0', '1626', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
437INSERT INTO `furniture` VALUES ('415', 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', '1', '1', '1', '0', '0', '0', '1627', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
438INSERT INTO `furniture` VALUES ('416', 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', '1', '1', '1', '0', '0', '0', '1628', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
439INSERT INTO `furniture` VALUES ('417', 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', '1', '1', '1', '0', '0', '0', '1629', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
440INSERT INTO `furniture` VALUES ('418', 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', '1', '1', '1', '0', '0', '0', '1630', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
441INSERT INTO `furniture` VALUES ('419', 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', '1', '1', '1', '0', '0', '0', '1631', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
442INSERT INTO `furniture` VALUES ('420', 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', '1', '1', '1', '0', '0', '0', '1632', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
443INSERT INTO `furniture` VALUES ('421', 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', '1', '1', '1', '0', '0', '0', '1633', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
444INSERT INTO `furniture` VALUES ('422', 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', '1', '1', '1', '0', '0', '0', '1634', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
445INSERT INTO `furniture` VALUES ('423', 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', '1', '1', '1', '0', '0', '0', '1635', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
446INSERT INTO `furniture` VALUES ('424', 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', '1', '1', '1', '0', '0', '0', '1636', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
447INSERT INTO `furniture` VALUES ('425', 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', '1', '1', '1', '0', '0', '0', '1637', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
448INSERT INTO `furniture` VALUES ('426', 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', '1', '1', '1', '0', '0', '0', '1638', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
449INSERT INTO `furniture` VALUES ('427', 'Brown Powered Fan', 'rare_fan*7', 's', '1', '1', '1', '0', '0', '0', '1639', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
450INSERT INTO `furniture` VALUES ('428', 'Ochre Powered Fan', 'rare_fan*6', 's', '1', '1', '1', '0', '0', '0', '1640', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
451INSERT INTO `furniture` VALUES ('429', 'Fucsia Powered Fan', 'rare_fan*9', 's', '1', '1', '1', '0', '0', '0', '1641', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
452INSERT INTO `furniture` VALUES ('430', 'Purple Dragon Skin Fan', 'rare_fan*3', 's', '1', '1', '1', '0', '0', '0', '1642', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
453INSERT INTO `furniture` VALUES ('431', 'Festive Fan', 'rare_fan*0', 's', '1', '1', '1', '0', '0', '0', '1643', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
454INSERT INTO `furniture` VALUES ('432', 'SUPERLOVE Fan', 'rare_fan*4', 's', '1', '1', '1', '0', '0', '0', '1644', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
455INSERT INTO `furniture` VALUES ('433', 'Yellow Powered Fan', 'rare_fan*5', 's', '1', '1', '1', '0', '0', '0', '1645', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
456INSERT INTO `furniture` VALUES ('434', 'Birthday Fan', 'rare_fan*1', 's', '1', '1', '1', '0', '0', '0', '1646', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
457INSERT INTO `furniture` VALUES ('435', 'Stylish', 'rare_fan*8', 's', '1', '1', '1', '0', '0', '0', '1647', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
458INSERT INTO `furniture` VALUES ('436', 'Green Powered Fan', 'rare_fan*2', 's', '1', '1', '1', '0', '0', '0', '1648', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
459INSERT INTO `furniture` VALUES ('437', 'Ice Habbo Roller', 'queue_tile1*3', 's', '1', '1', '0.5', '1', '0', '1', '1649', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
460INSERT INTO `furniture` VALUES ('438', 'Blue Habbo Roller', 'queue_tile1*6', 's', '1', '1', '0.5', '1', '0', '1', '1650', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
461INSERT INTO `furniture` VALUES ('439', 'Gold Habbo Roller', 'queue_tile1*4', 's', '1', '1', '0.5', '1', '0', '1', '1651', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
462INSERT INTO `furniture` VALUES ('440', 'Green Habbo Roller', 'queue_tile1*9', 's', '1', '1', '0.5', '1', '0', '1', '1652', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
463INSERT INTO `furniture` VALUES ('441', 'Navy Habbo Roller', 'queue_tile1*8', 's', '1', '1', '0.5', '1', '0', '1', '1653', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
464INSERT INTO `furniture` VALUES ('442', 'Knight Roller', 'queue_tile1*5', 's', '1', '1', '0.5', '1', '0', '1', '1654', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
465INSERT INTO `furniture` VALUES ('443', 'Purple Habbo Roller', 'queue_tile1*7', 's', '1', '1', '0.5', '1', '0', '1', '1655', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
466INSERT INTO `furniture` VALUES ('444', 'Red Habbo Roller', 'queue_tile1*2', 's', '1', '1', '0.5', '1', '0', '1', '1656', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
467INSERT INTO `furniture` VALUES ('445', 'Pink Habbo Roller', 'queue_tile1*1', 's', '1', '1', '0.5', '1', '0', '1', '1657', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
468INSERT INTO `furniture` VALUES ('446', 'White Quest Roller', 'queue_tile1*0', 's', '1', '1', '0.5', '1', '0', '1', '1658', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
469INSERT INTO `furniture` VALUES ('20071', 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', '1', '1', '1', '1', '0', '0', '3278', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
470INSERT INTO `furniture` VALUES ('448', 'Snow Rug', 'rare_snowrug', 's', '2', '2', '0', '1', '0', '1', '1738', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
471INSERT INTO `furniture` VALUES ('449', 'Lantern', 'cn_lamp', 's', '1', '1', '1', '0', '0', '0', '1741', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
472INSERT INTO `furniture` VALUES ('450', 'Chinese Sofa', 'cn_sofa', 's', '3', '1', '1', '0', '1', '0', '1742', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
473INSERT INTO `furniture` VALUES ('451', 'Sport track straight', 'sporttrack1*1', 's', '2', '2', '0', '1', '0', '1', '1745', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
474INSERT INTO `furniture` VALUES ('452', 'Sport track straight grass', 'sporttrack1*3', 's', '2', '2', '0', '1', '0', '1', '1747', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
475INSERT INTO `furniture` VALUES ('453', 'Sport track straight asphalt', 'sporttrack1*2', 's', '2', '2', '0', '1', '0', '1', '1748', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
476INSERT INTO `furniture` VALUES ('454', 'Sport corner tartan', 'sporttrack2*1', 's', '2', '2', '0', '1', '0', '1', '1750', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
477INSERT INTO `furniture` VALUES ('455', 'Sport corner asphalt', 'sporttrack2*2', 's', '2', '2', '0', '1', '0', '1', '1751', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
478INSERT INTO `furniture` VALUES ('456', 'Sport corner grass', 'sporttrack2*3', 's', '2', '2', '0', '1', '0', '1', '1752', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
479INSERT INTO `furniture` VALUES ('457', 'Sport goal tartan', 'sporttrack3*1', 's', '2', '2', '0', '1', '0', '1', '1754', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
480INSERT INTO `furniture` VALUES ('458', 'Sport goal asphalt', 'sporttrack3*2', 's', '2', '2', '0', '1', '0', '1', '1755', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
481INSERT INTO `furniture` VALUES ('459', 'Sport goal grass', 'sporttrack3*3', 's', '2', '2', '0', '1', '0', '1', '1756', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
482INSERT INTO `furniture` VALUES ('460', 'Football Lamp', 'footylamp', 's', '1', '1', '1', '0', '0', '0', '1757', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
483INSERT INTO `furniture` VALUES ('461', 'Bar Stool', 'barchair_silo', 's', '1', '1', '1.2', '0', '1', '0', '1759', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
484INSERT INTO `furniture` VALUES ('462', 'Habbos', 'divider_nor4*4', 's', '2', '1', '1', '0', '0', '0', '1760', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
485INSERT INTO `furniture` VALUES ('463', 'Classic Traffic Light', 'traffic_light*1', 's', '1', '1', '1', '0', '0', '0', '1761', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
486INSERT INTO `furniture` VALUES ('464', 'Blue Traffic Light', 'traffic_light*2', 's', '1', '1', '1', '0', '0', '0', '1762', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
487INSERT INTO `furniture` VALUES ('465', 'Purple Traffic Light', 'traffic_light*3', 's', '1', '1', '1', '0', '0', '0', '1763', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
488INSERT INTO `furniture` VALUES ('466', 'Yellow Traffic Light', 'traffic_light*4', 's', '1', '1', '1', '0', '0', '0', '1764', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
489INSERT INTO `furniture` VALUES ('467', 'Red Traffic Light', 'traffic_light*6', 's', '1', '1', '1', '0', '0', '0', '1765', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
490INSERT INTO `furniture` VALUES ('468', 'Blue Inflatable Chair', 'rubberchair*1', 's', '1', '1', '1', '0', '1', '0', '1766', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
491INSERT INTO `furniture` VALUES ('469', 'Pink Inflatable Chair', 'rubberchair*2', 's', '1', '1', '1', '0', '1', '0', '1767', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
492INSERT INTO `furniture` VALUES ('470', 'Orange Inflatable Chair', 'rubberchair*3', 's', '1', '1', '1', '0', '1', '0', '1768', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
493INSERT INTO `furniture` VALUES ('471', 'Ocean Inflatable Chair', 'rubberchair*4', 's', '1', '1', '1', '0', '1', '0', '1769', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
494INSERT INTO `furniture` VALUES ('472', 'Lime Inflatable Chair', 'rubberchair*5', 's', '1', '1', '1', '0', '1', '0', '1770', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
495INSERT INTO `furniture` VALUES ('473', 'Violet Inflatable Chair', 'rubberchair*6', 's', '1', '1', '1', '0', '1', '0', '1771', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
496INSERT INTO `furniture` VALUES ('474', 'Yellow Maze Barrier', 'barrier*1', 's', '1', '2', '1', '0', '0', '0', '1772', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
497INSERT INTO `furniture` VALUES ('475', 'No trespassing', 'barrier*2', 's', '1', '2', '1', '0', '0', '0', '1773', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
498INSERT INTO `furniture` VALUES ('476', 'No trespassing', 'barrier*3', 's', '1', '2', '1', '0', '0', '0', '1774', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
499INSERT INTO `furniture` VALUES ('477', 'White Inflatable Chair', 'rubberchair*7', 's', '1', '1', '1', '0', '1', '0', '1775', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
500INSERT INTO `furniture` VALUES ('478', 'Black Inflatable Chair', 'rubberchair*8', 's', '1', '1', '1', '0', '1', '0', '1776', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
501INSERT INTO `furniture` VALUES ('479', 'Black Iced Table', 'table_norja_med*2', 's', '2', '2', '1', '1', '0', '0', '1777', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
502INSERT INTO `furniture` VALUES ('480', 'White Iced Table', 'table_norja_med*3', 's', '2', '2', '1', '1', '0', '0', '1778', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
503INSERT INTO `furniture` VALUES ('481', 'Urban Iced Coffee Table', 'table_norja_med*4', 's', '2', '2', '1', '1', '0', '0', '1779', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
504INSERT INTO `furniture` VALUES ('482', 'Large Coffee Table Pink', 'table_norja_med*5', 's', '2', '2', '1', '1', '0', '0', '1780', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
505INSERT INTO `furniture` VALUES ('483', 'Large Coffee Table Blue', 'table_norja_med*6', 's', '2', '2', '1', '1', '0', '0', '1781', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
506INSERT INTO `furniture` VALUES ('484', 'Rural Iced Coffee Table', 'table_norja_med*7', 's', '2', '2', '1', '1', '0', '0', '1782', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
507INSERT INTO `furniture` VALUES ('485', 'Large Coffee Table Yellow', 'table_norja_med*8', 's', '2', '2', '1', '1', '0', '0', '1783', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
508INSERT INTO `furniture` VALUES ('486', 'Large Coffee Table Red', 'table_norja_med*9', 's', '2', '2', '1', '1', '0', '0', '1784', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
509INSERT INTO `furniture` VALUES ('487', 'Black Iced Bench', 'couch_norja*2', 's', '2', '1', '1', '0', '1', '0', '1785', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
510INSERT INTO `furniture` VALUES ('488', 'White Iced Bench', 'couch_norja*3', 's', '2', '1', '1', '0', '1', '0', '1786', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
511INSERT INTO `furniture` VALUES ('489', 'Urban Iced Bench', 'couch_norja*4', 's', '2', '1', '1', '0', '1', '0', '1787', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
512INSERT INTO `furniture` VALUES ('490', 'Pink Bench', 'couch_norja*5', 's', '2', '1', '1', '0', '1', '0', '1788', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
513INSERT INTO `furniture` VALUES ('491', 'Blue Bench', 'couch_norja*6', 's', '2', '1', '1', '0', '1', '0', '1789', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
514INSERT INTO `furniture` VALUES ('492', 'Rural Iced Bench', 'couch_norja*7', 's', '2', '1', '1', '0', '1', '0', '1790', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
515INSERT INTO `furniture` VALUES ('493', 'Yellow Bench', 'couch_norja*8', 's', '2', '1', '1', '0', '1', '0', '1791', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
516INSERT INTO `furniture` VALUES ('494', 'Red Bench', 'couch_norja*9', 's', '2', '1', '1', '0', '1', '0', '1792', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
517INSERT INTO `furniture` VALUES ('495', 'Black Iced Bookcase', 'shelves_norja*2', 's', '1', '1', '1', '0', '0', '0', '1793', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
518INSERT INTO `furniture` VALUES ('496', 'Urban Iced Bookcase', 'shelves_norja*3', 's', '1', '1', '1', '0', '0', '0', '1794', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
519INSERT INTO `furniture` VALUES ('497', 'Pink Bookcase', 'shelves_norja*5', 's', '1', '1', '1', '0', '0', '0', '1796', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
520INSERT INTO `furniture` VALUES ('498', 'Blue Bookcase', 'shelves_norja*6', 's', '1', '1', '1', '0', '0', '0', '1797', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
521INSERT INTO `furniture` VALUES ('499', 'Rural Iced Bookcase', 'shelves_norja*7', 's', '1', '1', '1', '0', '0', '0', '1798', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
522INSERT INTO `furniture` VALUES ('500', 'Yellow Bookcase', 'shelves_norja*8', 's', '1', '1', '1', '0', '0', '0', '1799', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
523INSERT INTO `furniture` VALUES ('501', 'Red Bookcase', 'shelves_norja*9', 's', '1', '1', '1', '0', '0', '0', '1800', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
524INSERT INTO `furniture` VALUES ('502', 'Black Iced Chair', 'chair_norja*2', 's', '1', '1', '1', '0', '1', '0', '1801', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
525INSERT INTO `furniture` VALUES ('503', 'White Iced Chair', 'chair_norja*3', 's', '1', '1', '1', '0', '1', '0', '1802', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
526INSERT INTO `furniture` VALUES ('504', 'Urban Iced Chair', 'chair_norja*4', 's', '1', '1', '1', '0', '1', '0', '1803', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
527INSERT INTO `furniture` VALUES ('505', 'Pink Chair', 'chair_norja*5', 's', '1', '1', '1', '0', '1', '0', '1804', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
528INSERT INTO `furniture` VALUES ('506', 'Blue Chair', 'chair_norja*6', 's', '1', '1', '1', '0', '1', '0', '1805', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
529INSERT INTO `furniture` VALUES ('507', 'Rural Chair', 'chair_norja*7', 's', '1', '1', '1', '0', '1', '0', '1806', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
530INSERT INTO `furniture` VALUES ('508', 'Yellow Chair', 'chair_norja*8', 's', '1', '1', '1', '0', '1', '0', '1807', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
531INSERT INTO `furniture` VALUES ('509', 'Red Chair', 'chair_norja*9', 's', '1', '1', '1', '0', '1', '0', '1808', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
532INSERT INTO `furniture` VALUES ('510', 'Black Iced Corner', 'divider_nor1*2', 's', '1', '1', '1', '0', '0', '0', '1809', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
533INSERT INTO `furniture` VALUES ('511', 'Looks squishy', 'divider_nor1*3', 's', '1', '1', '1', '0', '0', '0', '1810', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
534INSERT INTO `furniture` VALUES ('512', 'Urban Iced Corner', 'divider_nor1*4', 's', '1', '1', '1', '0', '0', '0', '1811', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
535INSERT INTO `furniture` VALUES ('513', 'Pink Ice corner', 'divider_nor1*5', 's', '1', '1', '1', '0', '0', '0', '1812', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
536INSERT INTO `furniture` VALUES ('514', 'Blue Ice corner', 'divider_nor1*6', 's', '1', '1', '1', '0', '0', '0', '1813', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
537INSERT INTO `furniture` VALUES ('515', 'Rural Iced Corner', 'divider_nor1*7', 's', '1', '1', '1', '0', '0', '0', '1814', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
538INSERT INTO `furniture` VALUES ('516', 'Yellow Ice corner', 'divider_nor1*8', 's', '1', '1', '1', '0', '0', '0', '1815', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
539INSERT INTO `furniture` VALUES ('517', 'Red Ice corner', 'divider_nor1*9', 's', '1', '1', '1', '0', '0', '0', '1816', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
540INSERT INTO `furniture` VALUES ('518', 'Black Iced Sofa', 'soft_sofa_norja*2', 's', '2', '1', '1', '0', '1', '0', '1817', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
541INSERT INTO `furniture` VALUES ('519', 'Pristine white', 'soft_sofa_norja*3', 's', '2', '1', '1', '0', '1', '0', '1818', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
542INSERT INTO `furniture` VALUES ('520', 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', '2', '1', '1', '0', '1', '0', '1819', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
543INSERT INTO `furniture` VALUES ('521', 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', '2', '1', '1', '0', '1', '0', '1820', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
544INSERT INTO `furniture` VALUES ('522', 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', '2', '1', '1', '0', '1', '0', '1821', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
545INSERT INTO `furniture` VALUES ('523', 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', '2', '1', '1', '0', '1', '0', '1822', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
546INSERT INTO `furniture` VALUES ('524', 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', '2', '1', '1', '0', '1', '0', '1823', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
547INSERT INTO `furniture` VALUES ('525', 'Red Iced Sofa', 'soft_sofa_norja*9', 's', '2', '1', '1', '0', '1', '0', '1824', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
548INSERT INTO `furniture` VALUES ('526', 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', '1', '1', '1', '0', '1', '0', '1825', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
549INSERT INTO `furniture` VALUES ('527', 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', '1', '1', '1', '0', '1', '0', '1826', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
550INSERT INTO `furniture` VALUES ('528', 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', '1', '1', '1', '0', '1', '0', '1827', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
551INSERT INTO `furniture` VALUES ('529', 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', '1', '1', '1', '0', '1', '0', '1828', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
552INSERT INTO `furniture` VALUES ('530', 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', '1', '1', '1', '0', '1', '0', '1829', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
553INSERT INTO `furniture` VALUES ('531', 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', '1', '1', '1', '0', '1', '0', '1830', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
554INSERT INTO `furniture` VALUES ('532', 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', '1', '1', '1', '0', '1', '0', '1831', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
555INSERT INTO `furniture` VALUES ('533', 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', '1', '1', '1', '0', '1', '0', '1832', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
556INSERT INTO `furniture` VALUES ('534', 'Large', 'sofachair_silo*2', 's', '1', '1', '1.1', '0', '1', '0', '1833', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
557INSERT INTO `furniture` VALUES ('535', 'Large', 'sofachair_silo*3', 's', '1', '1', '1.1', '0', '1', '0', '1834', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
558INSERT INTO `furniture` VALUES ('536', 'Beige Area Armchair', 'sofachair_silo*4', 's', '1', '1', '1.1', '0', '1', '0', '1835', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
559INSERT INTO `furniture` VALUES ('537', 'Pink Area Armchair', 'sofachair_silo*5', 's', '1', '1', '1.1', '0', '1', '0', '1836', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
560INSERT INTO `furniture` VALUES ('538', 'Blue Area Armchair', 'sofachair_silo*6', 's', '1', '1', '1.1', '0', '1', '0', '1837', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
561INSERT INTO `furniture` VALUES ('539', 'Green Area Armchair', 'sofachair_silo*7', 's', '1', '1', '1.1', '0', '1', '0', '1838', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
562INSERT INTO `furniture` VALUES ('540', 'Large', 'sofachair_silo*8', 's', '1', '1', '1.1', '0', '1', '0', '1839', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
563INSERT INTO `furniture` VALUES ('541', 'Red Area Armchair', 'sofachair_silo*9', 's', '1', '1', '1.1', '0', '1', '0', '1840', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
564INSERT INTO `furniture` VALUES ('542', 'Black Occasional Table', 'table_silo_small*2', 's', '1', '1', '1', '1', '0', '0', '1841', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
565INSERT INTO `furniture` VALUES ('543', 'White Occasional Table', 'table_silo_small*3', 's', '1', '1', '1', '1', '0', '0', '1842', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
566INSERT INTO `furniture` VALUES ('544', 'Beige Area Occasional Table', 'table_silo_small*4', 's', '1', '1', '1', '1', '0', '0', '1843', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
567INSERT INTO `furniture` VALUES ('545', 'Pink Area Occasional Table', 'table_silo_small*5', 's', '1', '1', '1', '1', '0', '0', '1844', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
568INSERT INTO `furniture` VALUES ('546', 'Blue Area Occasional Table', 'table_silo_small*6', 's', '1', '1', '1', '1', '0', '0', '1845', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
569INSERT INTO `furniture` VALUES ('547', 'Green Area Occasional Table', 'table_silo_small*7', 's', '1', '1', '1', '1', '0', '0', '1846', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
570INSERT INTO `furniture` VALUES ('548', 'Yellow Occasional Table', 'table_silo_small*8', 's', '1', '1', '1', '1', '0', '0', '1847', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
571INSERT INTO `furniture` VALUES ('549', 'Red Area Occasional Table', 'table_silo_small*9', 's', '1', '1', '1', '1', '0', '0', '1848', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
572INSERT INTO `furniture` VALUES ('550', 'Black Corner Shelf', 'divider_silo1*2', 's', '1', '1', '1', '0', '0', '0', '1849', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
573INSERT INTO `furniture` VALUES ('551', 'White Corner Shelf', 'divider_silo1*3', 's', '1', '1', '1', '0', '0', '0', '1850', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
574INSERT INTO `furniture` VALUES ('552', 'Beige Area Corner Shelf', 'divider_silo1*4', 's', '1', '1', '1', '0', '0', '0', '1851', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
575INSERT INTO `furniture` VALUES ('553', 'Pink Area Corner Shelf', 'divider_silo1*5', 's', '1', '1', '1', '0', '0', '0', '1852', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
576INSERT INTO `furniture` VALUES ('554', 'Blue Area Corner Shelf', 'divider_silo1*6', 's', '1', '1', '1', '0', '0', '0', '1853', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
577INSERT INTO `furniture` VALUES ('555', 'Green Area Corner Shelf', 'divider_silo1*7', 's', '1', '1', '1', '0', '0', '0', '1854', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
578INSERT INTO `furniture` VALUES ('556', 'Yellow Corner Shelf', 'divider_silo1*8', 's', '1', '1', '1', '0', '0', '0', '1855', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
579INSERT INTO `furniture` VALUES ('557', 'Red Area Corner Shelf', 'divider_silo1*9', 's', '1', '1', '1', '0', '0', '0', '1856', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
580INSERT INTO `furniture` VALUES ('558', 'Black Area Gate', 'divider_silo3*2', 's', '1', '1', '0.001', '0', '0', '0', '1857', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
581INSERT INTO `furniture` VALUES ('559', 'White Area Gate', 'divider_silo3*3', 's', '1', '1', '0.001', '0', '0', '0', '1858', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
582INSERT INTO `furniture` VALUES ('560', 'Beige Area Gate', 'divider_silo3*4', 's', '1', '1', '0.001', '0', '0', '0', '1859', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
583INSERT INTO `furniture` VALUES ('561', 'Pink Area Gate', 'divider_silo3*5', 's', '1', '1', '0.001', '0', '0', '0', '1860', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
584INSERT INTO `furniture` VALUES ('562', 'Blue Area Gate', 'divider_silo3*6', 's', '1', '1', '0.001', '0', '0', '0', '1861', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
585INSERT INTO `furniture` VALUES ('563', 'Green Area Gate', 'divider_silo3*7', 's', '1', '1', '0.001', '0', '0', '0', '1862', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
586INSERT INTO `furniture` VALUES ('564', 'Yellow Area Gate', 'divider_silo3*8', 's', '1', '1', '0.001', '0', '0', '0', '1863', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
587INSERT INTO `furniture` VALUES ('565', 'Red Area Gate', 'divider_silo3*9', 's', '1', '1', '0.001', '0', '0', '0', '1864', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
588INSERT INTO `furniture` VALUES ('566', 'Black Coffee Table', 'table_silo_med*2', 's', '2', '2', '1', '1', '0', '0', '1865', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
589INSERT INTO `furniture` VALUES ('567', 'White Coffee Table', 'table_silo_med*3', 's', '2', '2', '1', '1', '0', '0', '1866', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
590INSERT INTO `furniture` VALUES ('568', 'Beige Area Coffee Table', 'table_silo_med*4', 's', '2', '2', '1', '1', '0', '0', '1867', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
591INSERT INTO `furniture` VALUES ('569', 'Pink Area Coffee Table', 'table_silo_med*5', 's', '2', '2', '1', '1', '0', '0', '1868', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
592INSERT INTO `furniture` VALUES ('570', 'Blue Area Coffee Table', 'table_silo_med*6', 's', '2', '2', '1', '1', '0', '0', '1869', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
593INSERT INTO `furniture` VALUES ('571', 'Green Area Coffee Table', 'table_silo_med*7', 's', '2', '2', '1', '1', '0', '0', '1870', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
594INSERT INTO `furniture` VALUES ('572', 'Yellow Coffee Table', 'table_silo_med*8', 's', '2', '2', '1', '1', '0', '0', '1871', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
595INSERT INTO `furniture` VALUES ('573', 'Red Area Coffee Table', 'table_silo_med*9', 's', '2', '2', '1', '1', '0', '0', '1872', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
596INSERT INTO `furniture` VALUES ('574', 'Cushioned', 'sofa_silo*2', 's', '2', '1', '1.1', '0', '1', '0', '1873', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
597INSERT INTO `furniture` VALUES ('575', 'Cushioned', 'sofa_silo*3', 's', '2', '1', '1.1', '0', '1', '0', '1874', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
598INSERT INTO `furniture` VALUES ('576', 'Beige Area Sofa', 'sofa_silo*4', 's', '2', '1', '1.1', '0', '1', '0', '1875', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
599INSERT INTO `furniture` VALUES ('577', 'Pink Area Sofa', 'sofa_silo*5', 's', '2', '1', '1.1', '0', '1', '0', '1876', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
600INSERT INTO `furniture` VALUES ('578', 'Blue Area Sofa', 'sofa_silo*6', 's', '2', '1', '1.1', '0', '1', '0', '1877', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
601INSERT INTO `furniture` VALUES ('579', 'Green Area Sofa', 'sofa_silo*7', 's', '2', '1', '1.1', '0', '1', '0', '1878', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
602INSERT INTO `furniture` VALUES ('580', 'Cushioned', 'sofa_silo*8', 's', '2', '1', '1.1', '0', '1', '0', '1879', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
603INSERT INTO `furniture` VALUES ('581', 'Red Area Sofa', 'sofa_silo*9', 's', '2', '1', '1.1', '0', '1', '0', '1880', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
604INSERT INTO `furniture` VALUES ('582', 'Black Mode Armchair', 'sofachair_polyfon*2', 's', '1', '1', '1.1', '0', '1', '0', '1881', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
605INSERT INTO `furniture` VALUES ('583', 'White Armchair', 'sofachair_polyfon*3', 's', '1', '1', '1.1', '0', '1', '0', '1882', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
606INSERT INTO `furniture` VALUES ('584', 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', '1', '1', '1.1', '0', '1', '0', '1883', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
607INSERT INTO `furniture` VALUES ('585', 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', '1', '1', '1.1', '0', '1', '0', '1884', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
608INSERT INTO `furniture` VALUES ('586', 'Green Armchair', 'sofachair_polyfon*7', 's', '1', '1', '1.1', '0', '1', '0', '1885', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
609INSERT INTO `furniture` VALUES ('587', 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', '1', '1', '1.1', '0', '1', '0', '1886', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
610INSERT INTO `furniture` VALUES ('588', 'Red Armchair', 'sofachair_polyfon*9', 's', '1', '1', '1.1', '0', '1', '0', '1887', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
611INSERT INTO `furniture` VALUES ('589', 'Black Mode Sofa', 'sofa_polyfon*2', 's', '2', '1', '1.1', '0', '1', '0', '1888', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
612INSERT INTO `furniture` VALUES ('590', 'White Two-seater Sofa', 'sofa_polyfon*3', 's', '2', '1', '1.1', '0', '1', '0', '1889', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
613INSERT INTO `furniture` VALUES ('591', 'Beige Mode Sofa', 'sofa_polyfon*4', 's', '2', '1', '1.1', '0', '1', '0', '1890', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
614INSERT INTO `furniture` VALUES ('592', 'Blue Mode Sofa', 'sofa_polyfon*6', 's', '2', '1', '1.1', '0', '1', '0', '1891', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
615INSERT INTO `furniture` VALUES ('593', 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', '2', '1', '1.1', '0', '1', '0', '1892', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
616INSERT INTO `furniture` VALUES ('594', 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', '2', '1', '1.1', '0', '1', '0', '1893', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
617INSERT INTO `furniture` VALUES ('595', 'Black Mode Double Bed', 'sofa_polyfon*9', 's', '2', '1', '1.1', '0', '1', '0', '1894', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
618INSERT INTO `furniture` VALUES ('596', 'White Double Bed', 'bed_polyfon*3', 's', '2', '3', '1.8', '0', '0', '0', '1896', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
619INSERT INTO `furniture` VALUES ('597', 'Beige Mode Double Bed', 'bed_polyfon*4', 's', '2', '3', '1.8', '0', '0', '0', '1897', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
620INSERT INTO `furniture` VALUES ('598', 'Blue Mode Double Bed', 'bed_polyfon*6', 's', '2', '3', '1.8', '0', '0', '0', '1898', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
621INSERT INTO `furniture` VALUES ('599', 'Green Double Bed', 'bed_polyfon*7', 's', '2', '3', '1.8', '0', '0', '0', '1899', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
622INSERT INTO `furniture` VALUES ('600', 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', '2', '3', '1.8', '0', '0', '0', '1900', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
623INSERT INTO `furniture` VALUES ('601', 'Red Double Bed', 'bed_polyfon*9', 's', '2', '3', '1.8', '0', '0', '0', '1901', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
624INSERT INTO `furniture` VALUES ('602', 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', '1', '3', '1.8', '0', '0', '0', '1902', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
625INSERT INTO `furniture` VALUES ('603', 'White Single Bed', 'bed_polyfon_one*3', 's', '1', '3', '1.8', '0', '0', '0', '1903', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
626INSERT INTO `furniture` VALUES ('604', 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', '1', '3', '1.8', '0', '0', '0', '1904', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
627INSERT INTO `furniture` VALUES ('605', 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', '1', '3', '1.8', '0', '0', '0', '1905', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
628INSERT INTO `furniture` VALUES ('606', 'Green Single Bed', 'bed_polyfon_one*7', 's', '1', '3', '1.8', '0', '0', '0', '1906', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
629INSERT INTO `furniture` VALUES ('607', 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', '1', '3', '1.8', '0', '0', '0', '1907', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
630INSERT INTO `furniture` VALUES ('608', 'Red Single Bed', 'bed_polyfon_one*9', 's', '1', '3', '1.8', '0', '0', '0', '1908', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
631INSERT INTO `furniture` VALUES ('609', 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', '2', '1', '1', '1', '0', '0', '1909', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
632INSERT INTO `furniture` VALUES ('610', 'White Bardesk', 'bardesk_polyfon*3', 's', '2', '1', '1', '1', '0', '0', '1910', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
633INSERT INTO `furniture` VALUES ('611', 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', '2', '1', '1', '1', '0', '0', '1911', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
634INSERT INTO `furniture` VALUES ('612', 'Candy Bar', 'bardesk_polyfon*5', 's', '2', '1', '1', '1', '0', '0', '1912', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
635INSERT INTO `furniture` VALUES ('613', 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', '2', '1', '1', '1', '0', '0', '1913', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
636INSERT INTO `furniture` VALUES ('614', 'Green Bardesk', 'bardesk_polyfon*7', 's', '2', '1', '1', '1', '0', '0', '1914', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
637INSERT INTO `furniture` VALUES ('615', 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', '2', '1', '1', '1', '0', '0', '1915', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
638INSERT INTO `furniture` VALUES ('616', 'Red Bardesk', 'bardesk_polyfon*9', 's', '2', '1', '1', '1', '0', '0', '1916', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
639INSERT INTO `furniture` VALUES ('617', 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', '1', '1', '1', '1', '0', '0', '1917', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
640INSERT INTO `furniture` VALUES ('618', 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', '1', '1', '1', '1', '0', '0', '1918', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
641INSERT INTO `furniture` VALUES ('619', 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', '1', '1', '1', '1', '0', '0', '1919', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
642INSERT INTO `furniture` VALUES ('620', 'Candy Corner', 'bardeskcorner_polyfon*5', 's', '1', '1', '1', '1', '0', '0', '1920', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
643INSERT INTO `furniture` VALUES ('621', 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', '1', '1', '1', '1', '0', '0', '1921', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
644INSERT INTO `furniture` VALUES ('622', 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', '1', '1', '1', '1', '0', '0', '1922', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
645INSERT INTO `furniture` VALUES ('623', 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', '1', '1', '1', '1', '0', '0', '1923', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
646INSERT INTO `furniture` VALUES ('624', 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', '1', '1', '1', '1', '0', '0', '1924', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
647INSERT INTO `furniture` VALUES ('625', 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', '1', '1', '0.001', '0', '0', '0', '1925', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
648INSERT INTO `furniture` VALUES ('626', 'White Hatch', 'divider_poly3*3', 's', '1', '1', '0.001', '0', '0', '0', '1926', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
649INSERT INTO `furniture` VALUES ('627', 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', '1', '1', '0.001', '0', '0', '0', '1927', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
650INSERT INTO `furniture` VALUES ('628', 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', '1', '1', '0.001', '0', '0', '0', '1928', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
651INSERT INTO `furniture` VALUES ('629', 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', '1', '1', '0.001', '0', '0', '0', '1929', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
652INSERT INTO `furniture` VALUES ('20073', 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', '2', '7', '0', '1', '0', '0', '3276', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
653INSERT INTO `furniture` VALUES ('631', 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', '1', '1', '0.001', '0', '0', '0', '1931', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
654INSERT INTO `furniture` VALUES ('632', 'Red Hatch', 'divider_poly3*9', 's', '1', '1', '0.001', '0', '0', '0', '1932', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
655INSERT INTO `furniture` VALUES ('633', 'Black Dining Chair', 'chair_silo*2', 's', '1', '1', '1.1', '0', '1', '0', '1933', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
656INSERT INTO `furniture` VALUES ('634', 'White Dining Chair', 'chair_silo*3', 's', '1', '1', '1.1', '0', '1', '0', '1934', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
657INSERT INTO `furniture` VALUES ('635', 'Beige Silo Dining Chair', 'chair_silo*4', 's', '1', '1', '1.1', '0', '1', '0', '1935', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
658INSERT INTO `furniture` VALUES ('636', 'Pink Silo Dining Chair', 'chair_silo*5', 's', '1', '1', '1.1', '0', '1', '0', '1936', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
659INSERT INTO `furniture` VALUES ('637', 'Blue Area Dining Chair', 'chair_silo*6', 's', '1', '1', '1.1', '0', '1', '0', '1937', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
660INSERT INTO `furniture` VALUES ('638', 'Green Area Dining Chair', 'chair_silo*7', 's', '1', '1', '1.1', '0', '1', '0', '1938', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
661INSERT INTO `furniture` VALUES ('639', 'Yellow Dining Chair', 'chair_silo*8', 's', '1', '1', '1.1', '0', '1', '0', '1939', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
662INSERT INTO `furniture` VALUES ('640', 'Red Area Dining Chair', 'chair_silo*9', 's', '1', '1', '1.1', '0', '1', '0', '1940', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
663INSERT INTO `furniture` VALUES ('641', 'No way through', 'divider_nor3*2', 's', '1', '1', '1', '0', '0', '0', '1941', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
664INSERT INTO `furniture` VALUES ('642', 'White Iced Gate', 'divider_nor3*3', 's', '1', '1', '0.001', '0', '0', '0', '1942', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
665INSERT INTO `furniture` VALUES ('643', 'Urban Iced Gate', 'divider_nor3*4', 's', '1', '1', '0.001', '0', '0', '0', '1943', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
666INSERT INTO `furniture` VALUES ('644', 'Pink Iced gate', 'divider_nor3*5', 's', '1', '1', '0.001', '0', '0', '0', '1944', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
667INSERT INTO `furniture` VALUES ('645', 'Blue Iced gate', 'divider_nor3*6', 's', '1', '1', '0.001', '0', '0', '0', '1945', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
668INSERT INTO `furniture` VALUES ('646', 'Rural Iced gate', 'divider_nor3*7', 's', '1', '1', '0.001', '0', '0', '0', '1946', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
669INSERT INTO `furniture` VALUES ('647', 'Yellow Iced gate', 'divider_nor3*8', 's', '1', '1', '0.001', '0', '0', '0', '1947', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
670INSERT INTO `furniture` VALUES ('648', 'Red Iced gate', 'divider_nor3*9', 's', '1', '1', '0.001', '0', '0', '0', '1948', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
671INSERT INTO `furniture` VALUES ('649', 'Black Iced Bar-Desk', 'divider_nor2*2', 's', '2', '1', '1', '0', '0', '0', '1949', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
672INSERT INTO `furniture` VALUES ('650', 'Strong', 'divider_nor2*3', 's', '2', '1', '1', '0', '0', '0', '1950', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
673INSERT INTO `furniture` VALUES ('651', 'Urban Iced Bar', 'divider_nor2*4', 's', '2', '1', '1', '0', '0', '0', '1951', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
674INSERT INTO `furniture` VALUES ('652', 'Pink Iced bar desk', 'divider_nor2*5', 's', '2', '1', '1', '0', '0', '0', '1952', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
675INSERT INTO `furniture` VALUES ('653', 'Blue Iced bar desk', 'divider_nor2*6', 's', '2', '1', '1', '0', '0', '0', '1953', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
676INSERT INTO `furniture` VALUES ('654', 'Rural Iced Bar', 'divider_nor2*7', 's', '2', '1', '1', '0', '0', '0', '1954', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
677INSERT INTO `furniture` VALUES ('655', 'Yellow Iced bar desk', 'divider_nor2*8', 's', '2', '1', '1', '0', '0', '0', '1955', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
678INSERT INTO `furniture` VALUES ('656', 'Red Iced bar desk', 'divider_nor2*9', 's', '2', '1', '1', '0', '0', '0', '1956', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
679INSERT INTO `furniture` VALUES ('657', 'Area Quest Desk', 'silo_studydesk', 's', '2', '1', '1', '1', '0', '0', '1957', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
680INSERT INTO `furniture` VALUES ('658', 'White Solarium', 'solarium_norja', 's', '1', '1', '1', '0', '0', '0', '1958', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
681INSERT INTO `furniture` VALUES ('659', 'Black Solarium', 'solarium_norja*1', 's', '1', '1', '1', '0', '0', '0', '1959', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
682INSERT INTO `furniture` VALUES ('660', 'Beige Solarium', 'solarium_norja*2', 's', '1', '1', '1', '0', '0', '0', '1960', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
683INSERT INTO `furniture` VALUES ('661', 'Urban Solarium', 'solarium_norja*3', 's', '1', '1', '1', '0', '0', '0', '1961', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
684INSERT INTO `furniture` VALUES ('662', 'Pink Solarium', 'solarium_norja*5', 's', '1', '1', '1', '0', '0', '0', '1962', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
685INSERT INTO `furniture` VALUES ('663', 'Blue Solarium', 'solarium_norja*6', 's', '1', '1', '1', '0', '0', '0', '1963', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
686INSERT INTO `furniture` VALUES ('664', 'Rural Solarium', 'solarium_norja*7', 's', '1', '1', '1', '0', '0', '0', '1964', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
687INSERT INTO `furniture` VALUES ('665', 'Yellow Solarium', 'solarium_norja*8', 's', '1', '1', '1', '0', '0', '0', '1965', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
688INSERT INTO `furniture` VALUES ('666', 'Red Solarium', 'solarium_norja*9', 's', '1', '1', '1', '0', '0', '0', '1966', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
689INSERT INTO `furniture` VALUES ('667', 'Tropical Beach Rug', 'sandrug', 's', '2', '2', '0', '1', '0', '1', '1967', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
690INSERT INTO `furniture` VALUES ('668', 'Moon Patch', 'rare_moonrug', 's', '2', '2', '0', '1', '0', '1', '1968', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
691INSERT INTO `furniture` VALUES ('669', 'Chinese Lacquer Chair', 'chair_china', 's', '1', '1', '1', '0', '1', '0', '1969', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
692INSERT INTO `furniture` VALUES ('670', 'Chinese Lacquer Table', 'china_table', 's', '1', '1', '1', '1', '0', '0', '1970', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
693INSERT INTO `furniture` VALUES ('671', 'Red Sleeping Bag', 'sleepingbag*1', 's', '1', '3', '0.8', '0', '0', '0', '1971', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
694INSERT INTO `furniture` VALUES ('672', 'Lime Sleeping Bag', 'sleepingbag*2', 's', '1', '3', '0.8', '0', '0', '0', '1972', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
695INSERT INTO `furniture` VALUES ('673', 'Ocean Sleeping Bag', 'sleepingbag*3', 's', '1', '3', '0.8', '0', '0', '0', '1973', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
696INSERT INTO `furniture` VALUES ('674', 'Safety Sleeping Bag', 'sleepingbag*4', 's', '1', '3', '0.8', '0', '0', '0', '1974', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
697INSERT INTO `furniture` VALUES ('675', 'Safe Minibar', 'safe_silo', 's', '1', '1', '1.3', '1', '0', '0', '1975', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
698INSERT INTO `furniture` VALUES ('676', 'Orange Sleeping Bag', 'sleepingbag*7', 's', '1', '3', '0.8', '0', '0', '0', '1976', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
699INSERT INTO `furniture` VALUES ('677', 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', '1', '3', '0.8', '0', '0', '0', '1977', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
700INSERT INTO `furniture` VALUES ('678', 'Graphite Sleeping Bag', 'sleepingbag*5', 's', '1', '3', '0.8', '0', '0', '0', '1978', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
701INSERT INTO `furniture` VALUES ('679', 'Khaki Sleeping Bag', 'sleepingbag*10', 's', '1', '3', '0.8', '0', '0', '0', '1979', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
702INSERT INTO `furniture` VALUES ('680', 'Purple Sleeping Bag', 'sleepingbag*6', 's', '1', '3', '0.8', '0', '0', '0', '1980', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
703INSERT INTO `furniture` VALUES ('681', 'Golden Sleeping Bag', 'sleepingbag*8', 's', '1', '3', '0.8', '0', '0', '0', '1981', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
704INSERT INTO `furniture` VALUES ('682', 'Chinese Bookshelf', 'china_shelve', 's', '2', '1', '1', '0', '0', '0', '1982', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
705INSERT INTO `furniture` VALUES ('683', 'White Traffic Light', 'traffic_light*5', 's', '1', '1', '1', '0', '0', '0', '1983', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
706INSERT INTO `furniture` VALUES ('684', 'Habbos', 'divider_nor4*2', 's', '2', '1', '1', '0', '0', '0', '1984', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
707INSERT INTO `furniture` VALUES ('685', 'Habbos', 'divider_nor4*3', 's', '2', '1', '1', '0', '0', '0', '1985', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
708INSERT INTO `furniture` VALUES ('686', 'Habbos', 'divider_nor4*5', 's', '2', '1', '1', '0', '0', '0', '1986', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
709INSERT INTO `furniture` VALUES ('687', 'Habbos', 'divider_nor4*6', 's', '2', '1', '1', '0', '0', '0', '1987', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
710INSERT INTO `furniture` VALUES ('688', 'Habbos', 'divider_nor4*7', 's', '2', '1', '1', '0', '0', '0', '1988', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
711INSERT INTO `furniture` VALUES ('689', 'Habbos', 'divider_nor4*8', 's', '2', '1', '1', '0', '0', '0', '1989', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
712INSERT INTO `furniture` VALUES ('690', 'Habbos', 'divider_nor4*9', 's', '2', '1', '1', '0', '0', '0', '1990', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
713INSERT INTO `furniture` VALUES ('691', 'Black Iced Angle', 'divider_nor5*2', 's', '1', '1', '1', '0', '0', '0', '1991', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
714INSERT INTO `furniture` VALUES ('692', 'White Iced Angle', 'divider_nor5*3', 's', '1', '1', '1', '0', '0', '0', '1992', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
715INSERT INTO `furniture` VALUES ('693', 'Urban Iced Angle', 'divider_nor5*4', 's', '1', '1', '1', '0', '0', '0', '1993', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
716INSERT INTO `furniture` VALUES ('694', 'Blue Iced Angle', 'divider_nor5*5', 's', '1', '1', '1', '0', '0', '0', '1994', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
717INSERT INTO `furniture` VALUES ('695', 'Rural Iced Angle', 'divider_nor5*7', 's', '1', '1', '1', '0', '0', '0', '1996', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
718INSERT INTO `furniture` VALUES ('696', 'Yellow Iced Angle', 'divider_nor5*8', 's', '1', '1', '1', '0', '0', '0', '1997', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
719INSERT INTO `furniture` VALUES ('697', 'Red Iced Angle', 'divider_nor5*9', 's', '1', '1', '1', '0', '0', '0', '1998', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
720INSERT INTO `furniture` VALUES ('698', 'Plain Iced Angle', 'divider_nor5', 's', '1', '1', '1', '0', '0', '0', '1999', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
721INSERT INTO `furniture` VALUES ('699', 'Habbos', 'divider_nor4', 's', '2', '1', '1', '0', '0', '0', '2000', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
722INSERT INTO `furniture` VALUES ('700', 'Dragon Screen', 'wall_china', 's', '1', '1', '1', '0', '0', '0', '2001', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
723INSERT INTO `furniture` VALUES ('701', 'Firm', 'corner_china', 's', '1', '1', '1', '0', '0', '0', '2002', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
724INSERT INTO `furniture` VALUES ('702', 'Black Bar Stool', 'barchair_silo*2', 's', '1', '1', '1.2', '0', '1', '0', '2003', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
725INSERT INTO `furniture` VALUES ('703', 'White Bar Stool', 'barchair_silo*3', 's', '1', '1', '1.2', '0', '1', '0', '2004', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
726INSERT INTO `furniture` VALUES ('704', 'Beige Bar Stool', 'barchair_silo*4', 's', '1', '1', '1.2', '0', '1', '0', '2005', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
727INSERT INTO `furniture` VALUES ('705', 'Pink Bar Stool', 'barchair_silo*5', 's', '1', '1', '1.2', '0', '1', '0', '2006', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
728INSERT INTO `furniture` VALUES ('706', 'Blue Bar Stool', 'barchair_silo*6', 's', '1', '1', '1.2', '0', '1', '0', '2007', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
729INSERT INTO `furniture` VALUES ('707', 'Green Bar Stool', 'barchair_silo*7', 's', '1', '1', '1.2', '0', '1', '0', '2008', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
730INSERT INTO `furniture` VALUES ('708', 'Yellow Bar Stool', 'barchair_silo*8', 's', '1', '1', '1.2', '0', '1', '0', '2009', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
731INSERT INTO `furniture` VALUES ('709', 'Red Bar Stool', 'barchair_silo*9', 's', '1', '1', '1.2', '0', '1', '0', '2010', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
732INSERT INTO `furniture` VALUES ('710', 'Black Safe Minibar', 'safe_silo*2', 's', '1', '1', '1.3', '1', '0', '0', '2011', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
733INSERT INTO `furniture` VALUES ('711', 'White Safe Minibar', 'safe_silo*3', 's', '1', '1', '1.3', '1', '0', '0', '2012', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
734INSERT INTO `furniture` VALUES ('712', 'Beige Safe Minibar', 'safe_silo*4', 's', '1', '1', '1.3', '1', '0', '0', '2013', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
735INSERT INTO `furniture` VALUES ('713', 'Pink Safe Minibar', 'safe_silo*5', 's', '1', '1', '1.3', '1', '0', '0', '2014', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
736INSERT INTO `furniture` VALUES ('714', 'Blue Safe Minibar', 'safe_silo*6', 's', '1', '1', '1.3', '1', '0', '0', '2015', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
737INSERT INTO `furniture` VALUES ('715', 'Green Safe Minibar', 'safe_silo*7', 's', '1', '1', '1.3', '1', '0', '0', '2016', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
738INSERT INTO `furniture` VALUES ('716', 'Yellow Safe Minibar', 'safe_silo*8', 's', '1', '1', '1.3', '1', '0', '0', '2017', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
739INSERT INTO `furniture` VALUES ('717', 'Red Safe Minibar', 'safe_silo*9', 's', '1', '1', '1.3', '1', '0', '0', '2018', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
740INSERT INTO `furniture` VALUES ('718', 'Glass shelf', 'glass_shelf', 's', '2', '1', '1', '0', '0', '0', '2019', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
741INSERT INTO `furniture` VALUES ('719', 'Glass chair', 'glass_chair', 's', '1', '1', '1', '0', '1', '0', '2020', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
742INSERT INTO `furniture` VALUES ('720', 'Glass stool', 'glass_stool', 's', '1', '1', '1', '0', '1', '0', '2021', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
743INSERT INTO `furniture` VALUES ('721', 'Glass sofa', 'glass_sofa', 's', '2', '1', '1', '0', '1', '0', '2022', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
744INSERT INTO `furniture` VALUES ('722', 'Glass table', 'glass_table', 's', '2', '2', '1', '1', '0', '0', '2023', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
745INSERT INTO `furniture` VALUES ('723', 'Glass table', 'glass_table*2', 's', '2', '2', '1', '1', '0', '0', '2024', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
746INSERT INTO `furniture` VALUES ('724', 'White Glass Table', 'glass_table*3', 's', '2', '2', '1', '1', '0', '0', '2025', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
747INSERT INTO `furniture` VALUES ('725', 'Glass table', 'glass_table*4', 's', '2', '2', '1', '1', '0', '0', '2026', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
748INSERT INTO `furniture` VALUES ('726', 'Candy Glass Table', 'glass_table*5', 's', '2', '2', '1', '1', '0', '0', '2027', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
749INSERT INTO `furniture` VALUES ('727', 'Blue Glass Table', 'glass_table*6', 's', '2', '2', '1', '1', '0', '0', '2028', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
750INSERT INTO `furniture` VALUES ('728', 'Green Glass Table', 'glass_table*7', 's', '2', '2', '1', '1', '0', '0', '2029', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
751INSERT INTO `furniture` VALUES ('729', 'Yellow Glass Table', 'glass_table*8', 's', '2', '2', '1', '1', '0', '0', '2030', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
752INSERT INTO `furniture` VALUES ('730', 'Glass table', 'glass_table*9', 's', '2', '2', '1', '1', '0', '0', '2031', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
753INSERT INTO `furniture` VALUES ('731', 'Glass chair', 'glass_chair*2', 's', '1', '1', '1', '0', '1', '0', '2032', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
754INSERT INTO `furniture` VALUES ('732', 'Glass chair', 'glass_chair*3', 's', '1', '1', '1', '0', '1', '0', '2033', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
755INSERT INTO `furniture` VALUES ('733', 'Glass chair', 'glass_chair*4', 's', '1', '1', '1', '0', '1', '0', '2034', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
756INSERT INTO `furniture` VALUES ('734', 'Candy Glass Chair', 'glass_chair*5', 's', '1', '1', '1', '0', '1', '0', '2035', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
757INSERT INTO `furniture` VALUES ('735', 'Blue Glass Chair', 'glass_chair*6', 's', '1', '1', '1', '0', '1', '0', '2036', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
758INSERT INTO `furniture` VALUES ('736', 'Green Glass Chair', 'glass_chair*7', 's', '1', '1', '1', '0', '1', '0', '2037', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
759INSERT INTO `furniture` VALUES ('737', 'Yellow Glass Chair', 'glass_chair*8', 's', '1', '1', '1', '0', '1', '0', '2038', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
760INSERT INTO `furniture` VALUES ('738', 'Glass chair', 'glass_chair*9', 's', '1', '1', '1', '0', '1', '0', '2039', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
761INSERT INTO `furniture` VALUES ('739', 'Glass sofa', 'glass_sofa*2', 's', '2', '1', '1', '0', '1', '0', '2040', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
762INSERT INTO `furniture` VALUES ('740', 'White Glass Sofa', 'glass_sofa*3', 's', '2', '1', '1', '0', '1', '0', '2041', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
763INSERT INTO `furniture` VALUES ('741', 'Glass sofa', 'glass_sofa*4', 's', '2', '1', '1', '0', '1', '0', '2042', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
764INSERT INTO `furniture` VALUES ('742', 'Candy Glass Sofa', 'glass_sofa*5', 's', '2', '1', '1', '0', '1', '0', '2043', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
765INSERT INTO `furniture` VALUES ('743', 'Blue Glass Sofa', 'glass_sofa*6', 's', '2', '1', '1', '0', '1', '0', '2044', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
766INSERT INTO `furniture` VALUES ('744', 'Green Glass Sofa', 'glass_sofa*7', 's', '2', '1', '1', '0', '1', '0', '2045', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
767INSERT INTO `furniture` VALUES ('745', 'Yellow Glass Sofa', 'glass_sofa*8', 's', '2', '1', '1', '0', '1', '0', '2046', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
768INSERT INTO `furniture` VALUES ('746', 'Glass sofa', 'glass_sofa*9', 's', '2', '1', '1', '0', '1', '0', '2047', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
769INSERT INTO `furniture` VALUES ('747', 'Glass stool', 'glass_stool*2', 's', '1', '1', '1', '0', '1', '0', '2048', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
770INSERT INTO `furniture` VALUES ('748', 'Glass stool', 'glass_stool*4', 's', '1', '1', '1', '0', '1', '0', '2050', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
771INSERT INTO `furniture` VALUES ('749', 'Candy Glass Stool', 'glass_stool*5', 's', '1', '1', '1', '0', '1', '0', '2051', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
772INSERT INTO `furniture` VALUES ('750', 'Blue Glass Stool', 'glass_stool*6', 's', '1', '1', '1', '0', '1', '0', '2052', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
773INSERT INTO `furniture` VALUES ('751', 'Green Glass Stool', 'glass_stool*7', 's', '1', '1', '1', '0', '1', '0', '2053', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
774INSERT INTO `furniture` VALUES ('752', 'Yellow Glass Stool', 'glass_stool*8', 's', '1', '1', '1', '0', '1', '0', '2054', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
775INSERT INTO `furniture` VALUES ('753', 'White Glass Stool', 'glass_stool*3', 's', '1', '1', '1', '0', '1', '0', '2056', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
776INSERT INTO `furniture` VALUES ('754', 'Glass stool', 'glass_stool*9', 's', '1', '1', '1', '0', '1', '0', '2057', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
777INSERT INTO `furniture` VALUES ('755', 'Gold Coin', 'CF_10_coin_gold', 's', '1', '1', '0.2', '1', '0', '0', '2063', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
778INSERT INTO `furniture` VALUES ('756', 'Bronze Coin', 'CF_1_coin_bronze', 's', '1', '1', '0.2', '1', '0', '0', '2064', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
779INSERT INTO `furniture` VALUES ('757', 'Sack of Credits', 'CF_20_moneybag', 's', '1', '1', '1', '1', '0', '0', '2065', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
780INSERT INTO `furniture` VALUES ('758', 'Gold Bar', 'CF_50_goldbar', 's', '1', '1', '0.2', '1', '0', '0', '2066', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
781INSERT INTO `furniture` VALUES ('759', 'Silver Coin', 'CF_5_coin_silver', 's', '1', '1', '0.2', '1', '0', '0', '2067', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
782INSERT INTO `furniture` VALUES ('760', 'Persian Carpet', 'hc_crpt', 's', '3', '5', '0', '1', '0', '0', '2068', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
783INSERT INTO `furniture` VALUES ('761', 'Forget plasma', 'hc_tv', 's', '2', '1', '1.4', '0', '1', '0', '2069', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
784INSERT INTO `furniture` VALUES ('762', 'Gothic Portcullis', 'gothgate', 's', '2', '1', '0.001', '0', '0', '0', '2070', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
785INSERT INTO `furniture` VALUES ('763', 'Gothic Candelabra', 'gothiccandelabra', 's', '1', '1', '1', '0', '0', '0', '2071', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
786INSERT INTO `furniture` VALUES ('764', 'Gothic Railing', 'gothrailing', 's', '2', '1', '1', '0', '0', '0', '2072', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
787INSERT INTO `furniture` VALUES ('765', 'Gothic table', 'goth_table', 's', '1', '5', '1.7', '0', '0', '0', '2073', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
788INSERT INTO `furniture` VALUES ('766', 'Medieval Bookcase', 'hc_bkshlf', 's', '1', '4', '1', '0', '0', '0', '2074', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
789INSERT INTO `furniture` VALUES ('767', 'Electric Butler', 'hc_btlr', 's', '1', '1', '1', '0', '0', '0', '2075', '1', '1', '0', '1', '1', 'vendingmachine', '0', '24', '0');
790INSERT INTO `furniture` VALUES ('768', 'Antique Drapery', 'hc_crtn', 's', '2', '1', '0.001', '0', '0', '0', '2076', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
791INSERT INTO `furniture` VALUES ('769', 'The Grammophon', 'hc_djset', 's', '3', '1', '1', '0', '0', '0', '2077', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
792INSERT INTO `furniture` VALUES ('770', 'Heavy Duty Fireplace', 'hc_frplc', 's', '1', '3', '1', '0', '0', '0', '2078', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
793INSERT INTO `furniture` VALUES ('771', 'Victorian Street Light', 'hc_lmpst', 's', '1', '1', '1', '0', '0', '0', '2079', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
794INSERT INTO `furniture` VALUES ('772', 'Weird Science Machine', 'hc_machine', 's', '1', '3', '1', '0', '0', '0', '2080', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
795INSERT INTO `furniture` VALUES ('773', 'HC Rollers Set', 'hc_rllr', 's', '1', '1', '1', '0', '0', '1', '2081', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
796INSERT INTO `furniture` VALUES ('774', 'X-Ray Divider', 'hc_rntgn', 's', '2', '1', '1', '0', '0', '0', '2082', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
797INSERT INTO `furniture` VALUES ('775', 'Drinks Trolley', 'hc_trll', 's', '1', '2', '1', '0', '0', '0', '2083', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
798INSERT INTO `furniture` VALUES ('776', 'Gothic Chair Pink', 'gothic_chair*1', 's', '1', '1', '1', '0', '1', '0', '2084', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
799INSERT INTO `furniture` VALUES ('777', 'Gothic Sofa Pink', 'gothic_sofa*1', 's', '2', '1', '1', '0', '1', '0', '2085', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
800INSERT INTO `furniture` VALUES ('778', 'Gothic Stool Pink', 'gothic_stool*1', 's', '1', '1', '1', '0', '1', '0', '2086', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
801INSERT INTO `furniture` VALUES ('779', 'Golden Gothic Chair', 'gothic_chair*2', 's', '1', '1', '1', '0', '1', '0', '2087', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
802INSERT INTO `furniture` VALUES ('780', 'Golden Gothic Sofa', 'gothic_sofa*2', 's', '2', '1', '1', '0', '1', '0', '2088', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
803INSERT INTO `furniture` VALUES ('781', 'Golden Gothic Stool', 'gothic_stool*2', 's', '1', '1', '1', '0', '1', '0', '2089', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
804INSERT INTO `furniture` VALUES ('782', 'Red Gothic Chair', 'gothic_chair*3', 's', '1', '1', '1', '0', '1', '0', '2090', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
805INSERT INTO `furniture` VALUES ('783', 'Red Gothic Sofa', 'gothic_sofa*3', 's', '2', '1', '1', '0', '1', '0', '2091', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
806INSERT INTO `furniture` VALUES ('784', 'Red Gothic Stool', 'gothic_stool*3', 's', '1', '1', '1', '0', '1', '0', '2092', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
807INSERT INTO `furniture` VALUES ('785', 'Black Gothic Chair', 'gothic_chair*4', 's', '1', '1', '1', '0', '1', '0', '2093', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
808INSERT INTO `furniture` VALUES ('786', 'Black Gothic Sofa', 'gothic_sofa*4', 's', '2', '1', '1', '0', '1', '0', '2094', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
809INSERT INTO `furniture` VALUES ('787', 'Black Gothic Stool', 'gothic_stool*4', 's', '1', '1', '1', '0', '1', '0', '2095', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
810INSERT INTO `furniture` VALUES ('788', 'Green Gothic Chair', 'gothic_chair*5', 's', '1', '1', '1', '0', '1', '0', '2096', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
811INSERT INTO `furniture` VALUES ('789', 'Green Gothic Sofa', 'gothic_sofa*5', 's', '2', '1', '1', '0', '1', '0', '2097', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
812INSERT INTO `furniture` VALUES ('790', 'Green Gothic Stool', 'gothic_stool*5', 's', '1', '1', '1', '0', '1', '0', '2098', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
813INSERT INTO `furniture` VALUES ('791', 'Gothic Chair Blue', 'gothic_chair*6', 's', '1', '1', '1', '0', '1', '0', '2099', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
814INSERT INTO `furniture` VALUES ('792', 'Gothic Sofa Blue', 'gothic_sofa*6', 's', '2', '1', '1', '0', '1', '0', '2100', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
815INSERT INTO `furniture` VALUES ('793', 'Valentine\'s Cauldron', 'gothic_stool*6', 's', '1', '1', '1', '0', '1', '0', '2101', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
816INSERT INTO `furniture` VALUES ('794', 'Sound Machine', 'sound_machine', 's', '1', '1', '1', '0', '0', '0', '2105', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
817INSERT INTO `furniture` VALUES ('795', 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', '1', '1', '1', '0', '1', '0', '2106', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
818INSERT INTO `furniture` VALUES ('796', 'Onyx Piano Stool', 'romantique_pianochair*5', 's', '1', '1', '1', '0', '1', '0', '2107', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
819INSERT INTO `furniture` VALUES ('797', 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', '1', '1', '1', '0', '1', '0', '2108', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
820INSERT INTO `furniture` VALUES ('798', 'Amber Piano Stool', 'romantique_pianochair*4', 's', '1', '1', '1', '0', '1', '0', '2109', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
821INSERT INTO `furniture` VALUES ('799', 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', '1', '1', '1', '0', '1', '0', '2110', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
822INSERT INTO `furniture` VALUES ('800', 'Turquoise Romantique Divan', 'romantique_divan*3', 's', '2', '1', '1', '0', '1', '0', '2111', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
823INSERT INTO `furniture` VALUES ('801', 'Onyx Chaise-Longue', 'romantique_divan*5', 's', '2', '1', '1', '0', '1', '0', '2112', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
824INSERT INTO `furniture` VALUES ('802', 'Emerald Chaise-Longue', 'romantique_divan*2', 's', '2', '1', '1', '0', '1', '0', '2113', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
825INSERT INTO `furniture` VALUES ('803', 'Amber Chaise-Longue', 'romantique_divan*4', 's', '2', '1', '1', '0', '1', '0', '2114', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
826INSERT INTO `furniture` VALUES ('804', 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', '2', '1', '1', '0', '1', '0', '2115', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
827INSERT INTO `furniture` VALUES ('805', 'Turquoise Romantique Chair', 'romantique_chair*3', 's', '1', '1', '1', '0', '1', '0', '2116', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
828INSERT INTO `furniture` VALUES ('806', 'Onyx Chair', 'romantique_chair*5', 's', '1', '1', '1', '0', '1', '0', '2117', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
829INSERT INTO `furniture` VALUES ('807', 'Lime Romantique Chair', 'romantique_chair*2', 's', '1', '1', '1', '0', '1', '0', '2118', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
830INSERT INTO `furniture` VALUES ('808', 'Amber Chair', 'romantique_chair*4', 's', '1', '1', '1', '0', '1', '0', '2119', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
831INSERT INTO `furniture` VALUES ('809', 'Rose Quartz Chair', 'romantique_chair*1', 's', '1', '1', '1', '0', '1', '0', '2120', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
832INSERT INTO `furniture` VALUES ('811', 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', '1', '1', '1', '0', '0', '0', '2123', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
833INSERT INTO `furniture` VALUES ('812', 'Purple Valentine\'s Rose', 'plant_valentinerose*5', 's', '1', '1', '1', '0', '0', '0', '2124', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
834INSERT INTO `furniture` VALUES ('813', 'White Valentine\'s Rose', 'plant_valentinerose*2', 's', '1', '1', '1', '0', '0', '0', '2125', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
835INSERT INTO `furniture` VALUES ('814', 'Pink Valentine\'s Rose', 'plant_valentinerose*4', 's', '1', '1', '1', '0', '0', '0', '2126', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
836INSERT INTO `furniture` VALUES ('815', 'Red Valentine\'s Rose', 'plant_valentinerose*1', 's', '1', '1', '1', '0', '0', '0', '2127', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
837INSERT INTO `furniture` VALUES ('816', 'Maze Shrubbery Gate', 'plant_mazegate', 's', '2', '1', '0.001', '0', '0', '0', '2128', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
838INSERT INTO `furniture` VALUES ('817', 'Maze Shrubbery', 'plant_maze', 's', '2', '1', '1', '0', '0', '0', '2129', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
839INSERT INTO `furniture` VALUES ('818', 'Bulrush', 'plant_bulrush', 's', '1', '1', '1', '0', '0', '0', '2130', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
840INSERT INTO `furniture` VALUES ('819', 'T-Bones Mega Multipack', 'petfood4', 's', '1', '1', '1', '1', '0', '0', '2131', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
841INSERT INTO `furniture` VALUES ('820', 'Red carpet', 'carpet_valentine', 's', '2', '7', '0', '1', '0', '1', '2132', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
842INSERT INTO `furniture` VALUES ('821', 'Cobbled Path', 'gothic_carpet', 's', '2', '4', '0', '1', '0', '1', '2133', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
843INSERT INTO `furniture` VALUES ('822', 'Dungeon Floor', 'gothic_carpet2', 's', '2', '4', '0', '1', '0', '1', '2134', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
844INSERT INTO `furniture` VALUES ('823', '', 'gothic_chair', 's', '1', '1', '1', '0', '1', '0', '2135', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
845INSERT INTO `furniture` VALUES ('824', '', 'gothic_sofa', 's', '2', '1', '1', '0', '1', '0', '2136', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
846INSERT INTO `furniture` VALUES ('825', '', 'gothic_stool', 's', '1', '1', '1', '0', '1', '0', '2137', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
847INSERT INTO `furniture` VALUES ('826', 'Pink Grand Piano', 'grand_piano*3', 's', '2', '2', '1', '0', '0', '0', '2138', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
848INSERT INTO `furniture` VALUES ('827', 'Onyx Grand Piano', 'grand_piano*5', 's', '2', '2', '1', '0', '0', '0', '2139', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
849INSERT INTO `furniture` VALUES ('828', 'Black Grand Piano', 'grand_piano*2', 's', '2', '2', '1', '0', '0', '0', '2140', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
850INSERT INTO `furniture` VALUES ('829', 'Amber Grand Piano', 'grand_piano*4', 's', '2', '2', '1', '0', '0', '0', '2141', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
851INSERT INTO `furniture` VALUES ('830', 'Turquoise Grand Piano', 'grand_piano*1', 's', '2', '2', '1', '0', '0', '0', '2142', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
852INSERT INTO `furniture` VALUES ('831', 'Deluxe Theatre Chair', 'theatre_seat', 's', '1', '1', '1.2', '0', '1', '0', '2143', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
853INSERT INTO `furniture` VALUES ('832', 'Treats Tray', 'romantique_tray2', 's', '1', '1', '1', '0', '0', '0', '2144', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
854INSERT INTO `furniture` VALUES ('833', 'Breakfast Tray', 'romantique_tray1', 's', '1', '1', '1', '0', '0', '0', '2145', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
855INSERT INTO `furniture` VALUES ('834', 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', '1', '1', '1', '1', '0', '0', '2146', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
856INSERT INTO `furniture` VALUES ('835', 'Onyx Tray Table', 'romantique_smalltabl*5', 's', '1', '1', '1', '1', '0', '0', '2147', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
857INSERT INTO `furniture` VALUES ('836', 'Lime Tray Table', 'romantique_smalltabl*2', 's', '1', '1', '1', '1', '0', '0', '2148', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
858INSERT INTO `furniture` VALUES ('837', 'Amber Tray Table', 'romantique_smalltabl*4', 's', '1', '1', '1', '1', '0', '0', '2149', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
859INSERT INTO `furniture` VALUES ('838', 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', '1', '1', '1', '1', '0', '0', '2150', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
860INSERT INTO `furniture` VALUES ('839', 'Dressing Table', 'romantique_mirrortabl', 's', '1', '1', '1', '1', '0', '0', '2151', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
861INSERT INTO `furniture` VALUES ('840', 'Turquoise Screen', 'romantique_divider*3', 's', '2', '1', '1', '0', '0', '0', '2152', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
862INSERT INTO `furniture` VALUES ('841', 'Green Screen', 'romantique_divider*2', 's', '2', '1', '1', '1', '0', '0', '2153', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
863INSERT INTO `furniture` VALUES ('842', 'Amber Screen', 'romantique_divider*4', 's', '2', '1', '1', '1', '0', '0', '2154', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
864INSERT INTO `furniture` VALUES ('843', 'Rose Quartz Screen', 'romantique_divider*1', 's', '2', '1', '1', '1', '0', '0', '2155', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
865INSERT INTO `furniture` VALUES ('844', 'Large Tatami Mat', 'jp_tatami2', 's', '2', '4', '0', '1', '0', '1', '2156', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
866INSERT INTO `furniture` VALUES ('845', 'Small Tatami Mat', 'jp_tatami', 's', '2', '2', '0', '1', '0', '1', '2157', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
867INSERT INTO `furniture` VALUES ('846', 'Director\'s Chair', 'habbowood_chair', 's', '1', '1', '1.2', '0', '1', '0', '2158', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
868INSERT INTO `furniture` VALUES ('847', 'Bamboo Forest', 'jp_bamboo', 's', '2', '2', '0', '1', '0', '1', '2159', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
869INSERT INTO `furniture` VALUES ('848', 'Irori', 'jp_irori', 's', '2', '2', '1', '0', '0', '0', '2160', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
870INSERT INTO `furniture` VALUES ('849', 'Pillow Chair', 'jp_pillow', 's', '1', '1', '0.8', '0', '1', '0', '2161', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
871INSERT INTO `furniture` VALUES ('850', 'Habbo Sounds 1', 'sound_set_1', 's', '1', '1', '0.2', '1', '0', '0', '2162', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
872INSERT INTO `furniture` VALUES ('851', 'Habbo Sounds 3', 'sound_set_2', 's', '1', '1', '0.2', '1', '0', '0', '2163', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
873INSERT INTO `furniture` VALUES ('852', 'Electronic 1', 'sound_set_3', 's', '1', '1', '0.2', '1', '0', '0', '2164', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
874INSERT INTO `furniture` VALUES ('853', 'Ambient 1', 'sound_set_4', 's', '1', '1', '0.2', '1', '0', '0', '2165', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
875INSERT INTO `furniture` VALUES ('854', 'Ambient 4', 'sound_set_5', 's', '1', '1', '0.2', '1', '0', '0', '2166', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
876INSERT INTO `furniture` VALUES ('855', 'Ambient 3', 'sound_set_6', 's', '1', '1', '0.2', '1', '0', '0', '2167', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
877INSERT INTO `furniture` VALUES ('856', 'SFX 5', 'sound_set_7', 's', '1', '1', '0.2', '1', '0', '0', '2168', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
878INSERT INTO `furniture` VALUES ('857', 'Ambient 2', 'sound_set_8', 's', '1', '1', '0.2', '1', '0', '0', '2169', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
879INSERT INTO `furniture` VALUES ('858', 'Electronic 2', 'sound_set_9', 's', '1', '1', '0.2', '1', '0', '0', '2170', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
880INSERT INTO `furniture` VALUES ('859', 'Traxmachine', 'sound_machine*1', 's', '1', '1', '1', '0', '0', '0', '2171', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
881INSERT INTO `furniture` VALUES ('860', 'Habbowood Spotlight', 'spotlight', 's', '1', '1', '1', '0', '0', '0', '2519', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
882INSERT INTO `furniture` VALUES ('861', 'Ocean Traxmachine', 'sound_machine*2', 's', '1', '1', '1', '0', '0', '0', '2543', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
883INSERT INTO `furniture` VALUES ('862', 'Green Traxmachine', 'sound_machine*3', 's', '1', '1', '1', '0', '0', '0', '2544', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
884INSERT INTO `furniture` VALUES ('863', 'For Funky', 'sound_machine*4', 's', '1', '1', '1', '0', '0', '0', '2545', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
885INSERT INTO `furniture` VALUES ('864', 'Brown Traxmachine', 'sound_machine*5', 's', '1', '1', '1', '0', '0', '0', '2546', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
886INSERT INTO `furniture` VALUES ('865', 'Purple Traxmachine', 'sound_machine*6', 's', '1', '1', '1', '0', '0', '0', '2547', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
887INSERT INTO `furniture` VALUES ('866', 'Red Traxmachine', 'sound_machine*7', 's', '1', '1', '1', '0', '0', '0', '2548', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
888INSERT INTO `furniture` VALUES ('867', 'Crystal Lamp', 'rom_lamp', 's', '1', '1', '1', '0', '0', '0', '2551', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
889INSERT INTO `furniture` VALUES ('868', 'Polar Sofa', 'rclr_sofa', 's', '2', '1', '1', '0', '1', '0', '2459', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
890INSERT INTO `furniture` VALUES ('869', 'Water Garden', 'rclr_garden', 's', '1', '3', '1', '0', '0', '0', '2458', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
891INSERT INTO `furniture` VALUES ('870', 'Palm Chair', 'rclr_chair', 's', '1', '1', '1', '0', '1', '0', '2562', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
892INSERT INTO `furniture` VALUES ('871', 'Rock 2', 'sound_set_28', 's', '1', '1', '0.2', '1', '0', '0', '2496', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
893INSERT INTO `furniture` VALUES ('872', 'Groove 2', 'sound_set_27', 's', '1', '1', '0.2', '1', '0', '0', '2549', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
894INSERT INTO `furniture` VALUES ('873', 'Groove 1', 'sound_set_26', 's', '1', '1', '0.2', '1', '0', '0', '2508', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
895INSERT INTO `furniture` VALUES ('874', 'Actually', 'sound_set_25', 's', '1', '1', '0.2', '1', '0', '0', '2470', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
896INSERT INTO `furniture` VALUES ('875', 'It\'s all about the Pentiums', 'sound_set_24', 's', '1', '1', '0.2', '1', '0', '0', '2492', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
897INSERT INTO `furniture` VALUES ('876', 'SFX 4', 'sound_set_23', 's', '1', '1', '0.2', '1', '0', '0', '2457', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
898INSERT INTO `furniture` VALUES ('877', 'With a hamper full of sounds', 'sound_set_22', 's', '1', '1', '0.2', '1', '0', '0', '2521', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
899INSERT INTO `furniture` VALUES ('878', 'Rock 1', 'sound_set_21', 's', '1', '1', '0.2', '1', '0', '0', '2494', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
900INSERT INTO `furniture` VALUES ('879', 'SFX 2', 'sound_set_20', 's', '1', '1', '0.2', '1', '0', '0', '2524', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
901INSERT INTO `furniture` VALUES ('880', 'Hip Hop Beats 4', 'sound_set_19', 's', '1', '1', '0.2', '1', '0', '0', '2469', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
902INSERT INTO `furniture` VALUES ('881', 'Groove 4', 'sound_set_18', 's', '1', '1', '0.2', '1', '0', '0', '2497', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
903INSERT INTO `furniture` VALUES ('882', 'Groove 3', 'sound_set_17', 's', '1', '1', '0.2', '1', '0', '0', '2550', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
904INSERT INTO `furniture` VALUES ('883', 'Ferry', 'sound_set_16', 's', '1', '1', '0.2', '1', '0', '0', '2561', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
905INSERT INTO `furniture` VALUES ('884', 'RnB Grooves 6', 'sound_set_15', 's', '1', '1', '0.2', '1', '0', '0', '2495', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
906INSERT INTO `furniture` VALUES ('885', 'Hip Hop Beats 2', 'sound_set_14', 's', '1', '1', '0.2', '1', '0', '0', '2482', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
907INSERT INTO `furniture` VALUES ('886', 'Dance 5', 'sound_set_13', 's', '1', '1', '0.2', '1', '0', '0', '2523', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
908INSERT INTO `furniture` VALUES ('887', 'Habbo Sounds 2', 'sound_set_12', 's', '1', '1', '0.2', '1', '0', '0', '2493', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
909INSERT INTO `furniture` VALUES ('888', 'Dance 4', 'sound_set_11', 's', '1', '1', '0.2', '1', '0', '0', '2563', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
910INSERT INTO `furniture` VALUES ('889', 'Hip Hop Beats 1', 'sound_set_10', 's', '1', '1', '0.2', '1', '0', '0', '2481', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
911INSERT INTO `furniture` VALUES ('890', 'Rope Divider', 'rope_divider', 's', '2', '1', '0.001', '0', '0', '0', '2518', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
912INSERT INTO `furniture` VALUES ('891', 'romantique_clock', 'romantique_clock', 's', '1', '1', '1', '0', '0', '0', '2520', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
913INSERT INTO `furniture` VALUES ('892', 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', '1', '1', '1', '0', '0', '0', '2507', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
914INSERT INTO `furniture` VALUES ('893', 'Pink Pura Module 5', 'pura_mdl5*2', 's', '1', '1', '1', '0', '1', '0', '2510', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
915INSERT INTO `furniture` VALUES ('894', 'Black Pura Module 5', 'pura_mdl5*3', 's', '1', '1', '1', '0', '1', '0', '2511', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
916INSERT INTO `furniture` VALUES ('895', 'White Pura Module 5', 'pura_mdl5*4', 's', '1', '1', '1', '0', '1', '0', '2512', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
917INSERT INTO `furniture` VALUES ('896', 'beige pura module 5', 'pura_mdl5*5', 's', '1', '1', '1', '0', '1', '0', '2513', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
918INSERT INTO `furniture` VALUES ('897', 'Blue Pura Module 5', 'pura_mdl5*6', 's', '1', '1', '1', '0', '1', '0', '2514', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
919INSERT INTO `furniture` VALUES ('898', 'Green Pura Module 5', 'pura_mdl5*7', 's', '1', '1', '1', '0', '1', '0', '2515', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
920INSERT INTO `furniture` VALUES ('899', 'Yellow Pura Module 5', 'pura_mdl5*8', 's', '1', '1', '1', '0', '1', '0', '2516', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
921INSERT INTO `furniture` VALUES ('900', 'Red Pura Module 5', 'pura_mdl5*9', 's', '1', '1', '1', '0', '1', '0', '2517', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
922INSERT INTO `furniture` VALUES ('901', 'Aqua Pura Module 4', 'pura_mdl4*1', 's', '1', '1', '1', '0', '1', '0', '2472', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
923INSERT INTO `furniture` VALUES ('902', 'Pink Pura Module 4', 'pura_mdl4*2', 's', '1', '1', '1', '0', '1', '0', '2473', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
924INSERT INTO `furniture` VALUES ('903', 'Black Pura Module 4', 'pura_mdl4*3', 's', '1', '1', '1', '0', '1', '0', '2474', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
925INSERT INTO `furniture` VALUES ('904', 'White Pura Module 4', 'pura_mdl4*4', 's', '1', '1', '1', '0', '1', '0', '2475', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
926INSERT INTO `furniture` VALUES ('905', 'beige pura module 4', 'pura_mdl4*5', 's', '1', '1', '1', '0', '1', '0', '2476', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
927INSERT INTO `furniture` VALUES ('906', 'Blue Pura Module 4', 'pura_mdl4*6', 's', '1', '1', '1', '0', '1', '0', '2477', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
928INSERT INTO `furniture` VALUES ('907', 'Green Pura Module 4', 'pura_mdl4*7', 's', '1', '1', '1', '0', '1', '0', '2478', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
929INSERT INTO `furniture` VALUES ('908', 'yellow pura module 4', 'pura_mdl4*8', 's', '1', '1', '1', '0', '1', '0', '2479', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
930INSERT INTO `furniture` VALUES ('909', 'Red Pura Module 4', 'pura_mdl4*9', 's', '1', '1', '1', '0', '1', '0', '2480', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
931INSERT INTO `furniture` VALUES ('910', 'Aqua Pura Module 3', 'pura_mdl3*1', 's', '1', '1', '1', '0', '1', '0', '2534', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
932INSERT INTO `furniture` VALUES ('911', 'Pink Pura Module 3', 'pura_mdl3*2', 's', '1', '1', '1', '0', '1', '0', '2535', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
933INSERT INTO `furniture` VALUES ('912', 'Black Pura Module 3', 'pura_mdl3*3', 's', '1', '1', '1', '0', '1', '0', '2536', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
934INSERT INTO `furniture` VALUES ('913', 'White Pura Module 3', 'pura_mdl3*4', 's', '1', '1', '1', '0', '1', '0', '2537', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
935INSERT INTO `furniture` VALUES ('914', 'beige pura module 3', 'pura_mdl3*5', 's', '1', '1', '1', '0', '1', '0', '2538', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
936INSERT INTO `furniture` VALUES ('915', 'Blue Pura Module 3', 'pura_mdl3*6', 's', '1', '1', '1', '0', '1', '0', '2539', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
937INSERT INTO `furniture` VALUES ('916', 'Green Pura Module 3', 'pura_mdl3*7', 's', '1', '1', '1', '0', '1', '0', '2540', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
938INSERT INTO `furniture` VALUES ('917', 'yellow pura module 3', 'pura_mdl3*8', 's', '1', '1', '1', '0', '1', '0', '2541', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
939INSERT INTO `furniture` VALUES ('918', 'Red Pura Module 3', 'pura_mdl3*9', 's', '1', '1', '1', '0', '1', '0', '2542', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
940INSERT INTO `furniture` VALUES ('919', 'Aqua Pura Module 2', 'pura_mdl2*1', 's', '1', '1', '1', '0', '1', '0', '2483', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
941INSERT INTO `furniture` VALUES ('920', 'Pink Pura Module 2', 'pura_mdl2*2', 's', '1', '1', '1', '0', '1', '0', '2484', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
942INSERT INTO `furniture` VALUES ('921', 'Black Pura Module 2', 'pura_mdl2*3', 's', '1', '1', '1', '0', '1', '0', '2485', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
943INSERT INTO `furniture` VALUES ('922', 'White Pura Module 2', 'pura_mdl2*4', 's', '1', '1', '1', '0', '1', '0', '2486', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
944INSERT INTO `furniture` VALUES ('923', 'beige pura module 2', 'pura_mdl2*5', 's', '1', '1', '1', '0', '1', '0', '2487', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
945INSERT INTO `furniture` VALUES ('924', 'Blue Pura Module 2', 'pura_mdl2*6', 's', '1', '1', '1', '0', '1', '0', '2488', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
946INSERT INTO `furniture` VALUES ('925', 'Green Pura Module 2', 'pura_mdl2*7', 's', '1', '1', '1', '0', '1', '0', '2489', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
947INSERT INTO `furniture` VALUES ('926', 'yellow pura module 2', 'pura_mdl2*8', 's', '1', '1', '1', '0', '1', '0', '2490', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
948INSERT INTO `furniture` VALUES ('927', 'Red Pura Module 2', 'pura_mdl2*9', 's', '1', '1', '1', '0', '1', '0', '2491', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
949INSERT INTO `furniture` VALUES ('928', 'Aqua Pura Module 1', 'pura_mdl1*1', 's', '1', '1', '1', '0', '1', '0', '2460', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
950INSERT INTO `furniture` VALUES ('929', 'Pink Pura Module 1', 'pura_mdl1*2', 's', '1', '1', '1', '0', '1', '0', '2461', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
951INSERT INTO `furniture` VALUES ('930', 'Black Pura Module 1', 'pura_mdl1*3', 's', '1', '1', '1', '0', '1', '0', '2462', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
952INSERT INTO `furniture` VALUES ('931', 'White Pura Module 1', 'pura_mdl1*4', 's', '1', '1', '1', '0', '1', '0', '2463', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
953INSERT INTO `furniture` VALUES ('932', 'beige pura module 1', 'pura_mdl1*5', 's', '1', '1', '1', '0', '1', '0', '2464', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
954INSERT INTO `furniture` VALUES ('933', 'Blue Pura Module 1', 'pura_mdl1*6', 's', '1', '1', '1', '0', '1', '0', '2465', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
955INSERT INTO `furniture` VALUES ('934', 'Green Pura Module 1', 'pura_mdl1*7', 's', '1', '1', '1', '0', '1', '0', '2466', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
956INSERT INTO `furniture` VALUES ('935', 'yellow pura module 1', 'pura_mdl1*8', 's', '1', '1', '1', '0', '1', '0', '2467', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
957INSERT INTO `furniture` VALUES ('936', 'Red Pura Module 1', 'pura_mdl1*9', 's', '1', '1', '1', '0', '1', '0', '2468', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
958INSERT INTO `furniture` VALUES ('937', 'Japanese Lantern', 'jp_lantern', 's', '1', '1', '1', '0', '0', '0', '2471', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
959INSERT INTO `furniture` VALUES ('938', 'chair_basic', 'chair_basic*1', 's', '1', '1', '1.1', '0', '1', '0', '2525', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
960INSERT INTO `furniture` VALUES ('939', 'Pink Pura Egg Chair', 'chair_basic*2', 's', '1', '1', '1.1', '0', '1', '0', '2526', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
961INSERT INTO `furniture` VALUES ('940', 'Black Pura Egg Chair', 'chair_basic*3', 's', '1', '1', '1.1', '0', '1', '0', '2527', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
962INSERT INTO `furniture` VALUES ('941', 'White Pura Egg Chair', 'chair_basic*4', 's', '1', '1', '1.1', '0', '1', '0', '2528', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
963INSERT INTO `furniture` VALUES ('942', 'Beige Pura Egg Chair', 'chair_basic*5', 's', '1', '1', '1.1', '0', '1', '0', '2529', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
964INSERT INTO `furniture` VALUES ('943', 'Blue Pura Egg Chair', 'chair_basic*6', 's', '1', '1', '1.1', '0', '1', '0', '2530', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
965INSERT INTO `furniture` VALUES ('944', 'Green Pura Egg Chair', 'chair_basic*7', 's', '1', '1', '1.1', '0', '1', '0', '2531', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
966INSERT INTO `furniture` VALUES ('945', 'chair_basic', 'chair_basic*8', 's', '1', '1', '1.1', '0', '1', '0', '2532', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
967INSERT INTO `furniture` VALUES ('946', 'Red Pura Egg Chair', 'chair_basic*9', 's', '1', '1', '1.1', '0', '1', '0', '2533', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
968INSERT INTO `furniture` VALUES ('947', '', 'bed_budget*1', 's', '2', '3', '1.9', '0', '0', '0', '2552', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
969INSERT INTO `furniture` VALUES ('948', 'Pink Pura Double Bed', 'bed_budget*2', 's', '2', '3', '1.9', '0', '0', '0', '2553', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
970INSERT INTO `furniture` VALUES ('949', 'Black Pura Double Bed', 'bed_budget*3', 's', '2', '3', '1.9', '0', '0', '0', '2554', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
971INSERT INTO `furniture` VALUES ('950', 'White Pura Double Bed', 'bed_budget*4', 's', '2', '3', '1.9', '0', '0', '0', '2555', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
972INSERT INTO `furniture` VALUES ('951', 'Beige Pura Double Bed', 'bed_budget*5', 's', '2', '3', '1.9', '0', '0', '0', '2556', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
973INSERT INTO `furniture` VALUES ('952', 'Blue Pura Double Bed', 'bed_budget*6', 's', '2', '3', '1.9', '0', '0', '0', '2557', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
974INSERT INTO `furniture` VALUES ('953', 'Green Pura Double Bed', 'bed_budget*7', 's', '2', '3', '1.9', '0', '0', '0', '2558', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
975INSERT INTO `furniture` VALUES ('954', 'Yellow Pura Double Bed', 'bed_budget*8', 's', '2', '3', '1.9', '0', '0', '0', '2559', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
976INSERT INTO `furniture` VALUES ('955', 'Red Pura Double Bed', 'bed_budget*9', 's', '2', '3', '1.9', '0', '0', '0', '2560', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
977INSERT INTO `furniture` VALUES ('956', '', 'bed_budget_one*1', 's', '1', '3', '1.9', '0', '0', '0', '2498', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
978INSERT INTO `furniture` VALUES ('957', 'Pink Pura Bed', 'bed_budget_one*2', 's', '1', '3', '1.9', '0', '0', '0', '2499', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
979INSERT INTO `furniture` VALUES ('958', 'Black Pura Bed', 'bed_budget_one*3', 's', '1', '3', '1.9', '0', '0', '0', '2500', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
980INSERT INTO `furniture` VALUES ('959', 'White Pura Bed', 'bed_budget_one*4', 's', '1', '3', '1.9', '0', '0', '0', '2501', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
981INSERT INTO `furniture` VALUES ('960', 'Beige Pura Bed', 'bed_budget_one*5', 's', '1', '3', '1.9', '0', '0', '0', '2502', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
982INSERT INTO `furniture` VALUES ('961', 'Blue Pura Bed', 'bed_budget_one*6', 's', '1', '3', '1.9', '0', '0', '0', '2503', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
983INSERT INTO `furniture` VALUES ('962', 'Green Pura Bed', 'bed_budget_one*7', 's', '1', '3', '1.9', '0', '0', '0', '2504', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
984INSERT INTO `furniture` VALUES ('963', 'Yellow Pura Bed', 'bed_budget_one*8', 's', '1', '3', '1.9', '0', '0', '0', '2505', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
985INSERT INTO `furniture` VALUES ('964', 'Red Pura Bed', 'bed_budget_one*9', 's', '1', '3', '1.9', '0', '0', '0', '2506', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
986INSERT INTO `furniture` VALUES ('965', 'Japanese Drawer', 'jp_drawer', 's', '1', '1', '1', '1', '0', '0', '2522', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
987INSERT INTO `furniture` VALUES ('966', 'Star Tile', 'tile_stella', 's', '1', '1', '0.05', '1', '0', '1', '2568', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
988INSERT INTO `furniture` VALUES ('967', 'Marble Tile', 'tile_marble', 's', '1', '1', '0.1', '1', '0', '1', '2566', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
989INSERT INTO `furniture` VALUES ('968', 'Red Tile', 'tile_brown', 's', '1', '1', '0.05', '1', '0', '1', '2582', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
990INSERT INTO `furniture` VALUES ('969', 'Blue Barbeque Grill', 'summer_grill*1', 's', '2', '1', '1', '0', '0', '0', '2587', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
991INSERT INTO `furniture` VALUES ('970', 'Red Barbeque Grill', 'summer_grill*2', 's', '2', '1', '1', '0', '0', '0', '2588', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
992INSERT INTO `furniture` VALUES ('971', 'Green Barbeque Grill', 'summer_grill*3', 's', '2', '1', '1', '0', '0', '0', '2589', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
993INSERT INTO `furniture` VALUES ('972', 'Green Barbeque Grill', 'summer_grill*4', 's', '2', '1', '1', '0', '0', '0', '2590', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
994INSERT INTO `furniture` VALUES ('973', 'Aqua Deck Chair', 'summer_chair*1', 's', '1', '1', '1', '0', '1', '0', '2571', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
995INSERT INTO `furniture` VALUES ('974', 'Pink Deck Chair', 'summer_chair*2', 's', '1', '1', '1', '0', '1', '0', '2572', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
996INSERT INTO `furniture` VALUES ('975', 'Black Deck Chair', 'summer_chair*3', 's', '1', '1', '1', '0', '1', '0', '2573', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
997INSERT INTO `furniture` VALUES ('976', 'White Deck Chair', 'summer_chair*4', 's', '1', '1', '1', '0', '1', '0', '2574', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
998INSERT INTO `furniture` VALUES ('977', 'Deck Chair', 'summer_chair*5', 's', '1', '1', '1', '0', '1', '0', '2575', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
999INSERT INTO `furniture` VALUES ('978', 'Deck Chair', 'summer_chair*6', 's', '1', '1', '1', '0', '1', '0', '2576', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1000INSERT INTO `furniture` VALUES ('979', 'Green Deck Chair', 'summer_chair*7', 's', '1', '1', '1', '0', '1', '0', '2577', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1001INSERT INTO `furniture` VALUES ('980', 'Yellow Deck Chair', 'summer_chair*8', 's', '1', '1', '1', '0', '1', '0', '2578', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1002INSERT INTO `furniture` VALUES ('981', 'Red Deck Chair', 'summer_chair*9', 's', '1', '1', '1', '0', '1', '0', '2579', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1003INSERT INTO `furniture` VALUES ('982', 'Latin Love 1', 'sound_set_36', 's', '1', '1', '0.2', '1', '0', '0', '2583', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1004INSERT INTO `furniture` VALUES ('983', 'Dance 6', 'sound_set_35', 's', '1', '1', '0.2', '1', '0', '0', '2595', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1005INSERT INTO `furniture` VALUES ('984', 'Rock 5', 'sound_set_34', 's', '1', '1', '0.2', '1', '0', '0', '2570', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1006INSERT INTO `furniture` VALUES ('985', 'Rock 3', 'sound_set_33', 's', '1', '1', '0.2', '1', '0', '0', '2564', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1007INSERT INTO `furniture` VALUES ('986', 'Instrumental 2', 'sound_set_32', 's', '1', '1', '0.2', '1', '0', '0', '2569', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1008INSERT INTO `furniture` VALUES ('987', 'Dance 3', 'sound_set_31', 's', '1', '1', '0.2', '1', '0', '0', '2596', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1009INSERT INTO `furniture` VALUES ('988', 'Instrumental 1', 'sound_set_30', 's', '1', '1', '0.2', '1', '0', '0', '2585', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1010INSERT INTO `furniture` VALUES ('989', 'Dance 2', 'sound_set_29', 's', '1', '1', '0.2', '1', '0', '0', '2580', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1011INSERT INTO `furniture` VALUES ('990', 'Sound Machine Pro', 'sound_machine_pro', 's', '1', '1', '1', '0', '0', '0', '2606', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1012INSERT INTO `furniture` VALUES ('991', 'Aqua One Way Gate', 'rare_mnstr', 's', '1', '1', '0.001', '0', '0', '0', '2584', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1013INSERT INTO `furniture` VALUES ('992', 'Black HC Gate', 'one_way_door*2', 's', '1', '1', '0.001', '0', '0', '0', '2598', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1014INSERT INTO `furniture` VALUES ('993', 'White HC Gate', 'one_way_door*3', 's', '1', '1', '0.001', '0', '0', '0', '2599', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1015INSERT INTO `furniture` VALUES ('994', 'Beige One Way Gate', 'one_way_door*4', 's', '1', '1', '0.001', '0', '0', '0', '2600', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1016INSERT INTO `furniture` VALUES ('995', 'Pink One Way Gate', 'one_way_door*5', 's', '1', '1', '0.001', '0', '0', '0', '2601', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1017INSERT INTO `furniture` VALUES ('996', 'Blue HC Gate', 'one_way_door*6', 's', '1', '1', '0.001', '0', '0', '0', '2602', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1018INSERT INTO `furniture` VALUES ('997', 'Green One Way Gate', 'one_way_door*7', 's', '1', '1', '0.001', '0', '0', '0', '2603', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1019INSERT INTO `furniture` VALUES ('998', 'Yellow One Way Gate', 'one_way_door*8', 's', '1', '1', '0.001', '0', '0', '0', '2604', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1020INSERT INTO `furniture` VALUES ('999', 'Red One Way Gate', 'one_way_door*9', 's', '1', '1', '0.001', '0', '0', '0', '2605', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1021INSERT INTO `furniture` VALUES ('1000', 'Executive Rug', 'exe_rug', 's', '3', '3', '0', '1', '0', '1', '2567', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1022INSERT INTO `furniture` VALUES ('1001', 'Executive Glass Table', 'exe_s_table', 's', '2', '2', '1', '1', '0', '0', '2581', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1023INSERT INTO `furniture` VALUES ('1002', 'Sound set 37', 'sound_set_37', 's', '1', '1', '0.2', '1', '0', '0', '2565', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1024INSERT INTO `furniture` VALUES ('1003', 'Blue Summer Pool', 'summer_pool*1', 's', '2', '2', '0', '0', '0', '1', '2591', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1025INSERT INTO `furniture` VALUES ('1004', 'Red Summer Pool', 'summer_pool*2', 's', '2', '2', '0', '0', '0', '1', '2592', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1026INSERT INTO `furniture` VALUES ('1005', 'Green Summer Pool', 'summer_pool*3', 's', '2', '2', '0', '0', '0', '1', '2593', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1027INSERT INTO `furniture` VALUES ('1006', 'Yellow Summer Pool', 'summer_pool*4', 's', '2', '2', '0', '0', '0', '1', '2594', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1028INSERT INTO `furniture` VALUES ('1007', 'Burn', 'song_disk', 's', '1', '1', '0.1', '1', '0', '0', '2607', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1029INSERT INTO `furniture` VALUES ('1008', 'Jukebox', 'jukebox*1', 's', '1', '1', '1', '1', '0', '0', '2608', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1030INSERT INTO `furniture` VALUES ('1009', 'Welcome', 'carpet_soft_tut', 's', '1', '1', '0', '1', '0', '1', '2609', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1031INSERT INTO `furniture` VALUES ('1010', 'Graveyard Portal', 'sound_set_44', 's', '1', '1', '0.2', '1', '0', '0', '2610', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1032INSERT INTO `furniture` VALUES ('1011', 'SFX 1', 'sound_set_43', 's', '1', '1', '0.2', '1', '0', '0', '2614', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1033INSERT INTO `furniture` VALUES ('1012', 'Haunted Mansion', 'sound_set_42', 's', '1', '1', '0.2', '1', '0', '0', '2624', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1034INSERT INTO `furniture` VALUES ('1013', 'Rock 8', 'sound_set_41', 's', '1', '1', '0.2', '1', '0', '0', '2612', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1035INSERT INTO `furniture` VALUES ('1014', 'Rock 4', 'sound_set_40', 's', '1', '1', '0.2', '1', '0', '0', '2615', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1036INSERT INTO `furniture` VALUES ('1015', 'Rock 7', 'sound_set_39', 's', '1', '1', '0.2', '1', '0', '0', '2622', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1037INSERT INTO `furniture` VALUES ('1016', 'Rock 6', 'sound_set_38', 's', '1', '1', '0.2', '1', '0', '0', '2616', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1038INSERT INTO `furniture` VALUES ('1017', 'Grunge Chair', 'grunge_chair', 's', '1', '1', '1', '0', '1', '0', '2617', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1039INSERT INTO `furniture` VALUES ('1018', 'Grunge Mattress', 'grunge_mattress', 's', '3', '1', '1', '0', '1', '0', '2618', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1040INSERT INTO `furniture` VALUES ('1019', 'Radiator', 'grunge_radiator', 's', '1', '1', '1', '0', '0', '0', '2621', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1041INSERT INTO `furniture` VALUES ('1020', 'Grunge Bookshelf', 'grunge_shelf', 's', '3', '1', '1', '0', '0', '0', '2619', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1042INSERT INTO `furniture` VALUES ('1021', 'Road Sign', 'grunge_sign', 's', '1', '1', '1', '0', '0', '0', '2613', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1043INSERT INTO `furniture` VALUES ('1022', 'Grunge Table', 'grunge_table', 's', '2', '2', '1', '1', '0', '0', '2623', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1044INSERT INTO `furniture` VALUES ('1023', 'Creepy Crypt', 'habboween_crypt', 's', '1', '3', '1.1', '0', '0', '0', '2611', '1', '1', '0', '1', '1', 'bed', '2', '0', '0');
1045INSERT INTO `furniture` VALUES ('1024', 'Unholy Ground', 'habboween_grass', 's', '2', '2', '0', '0', '0', '1', '2626', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1046INSERT INTO `furniture` VALUES ('1025', 'Habboween Cauldron', 'hal_cauldron', 's', '1', '1', '1', '0', '0', '0', '2625', '1', '1', '0', '1', '1', 'vendingmachine', '0', '30', '0');
1047INSERT INTO `furniture` VALUES ('1026', 'Haunted Grave', 'hal_grave', 's', '1', '1', '1', '0', '0', '0', '2620', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1048INSERT INTO `furniture` VALUES ('1027', 'Christmas Party', 'sound_set_52', 's', '1', '1', '0.2', '1', '0', '0', '2633', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1049INSERT INTO `furniture` VALUES ('1028', 'Club 6', 'sound_set_51', 's', '1', '1', '0.2', '1', '0', '0', '2631', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1050INSERT INTO `furniture` VALUES ('1029', 'Club 5', 'sound_set_50', 's', '1', '1', '0.2', '1', '0', '0', '2632', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1051INSERT INTO `furniture` VALUES ('1030', 'Club 4', 'sound_set_49', 's', '1', '1', '0.2', '1', '0', '0', '2634', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1052INSERT INTO `furniture` VALUES ('1031', 'Club 3', 'sound_set_48', 's', '1', '1', '0.2', '1', '0', '0', '2629', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1053INSERT INTO `furniture` VALUES ('1032', 'Club 2', 'sound_set_47', 's', '1', '1', '0.2', '1', '0', '0', '2627', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1054INSERT INTO `furniture` VALUES ('1033', 'Club 1', 'sound_set_46', 's', '1', '1', '0.2', '1', '0', '0', '2630', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1055INSERT INTO `furniture` VALUES ('1034', 'Lost_Beatness', 'sound_set_45', 's', '1', '1', '0.2', '1', '0', '0', '2628', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1056INSERT INTO `furniture` VALUES ('1035', 'Lantern Bundle 2', 'xmas_icelamp', 's', '1', '1', '1', '1', '0', '0', '2641', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1057INSERT INTO `furniture` VALUES ('1036', 'Ice Castle Wall', 'xmas_cstl_wall', 's', '2', '1', '1', '0', '0', '0', '2646', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1058INSERT INTO `furniture` VALUES ('1037', 'Ice Castle Tower', 'xmas_cstl_twr', 's', '1', '1', '1', '0', '0', '0', '2651', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1059INSERT INTO `furniture` VALUES ('1038', 'Ice Castle Gate', 'xmas_cstl_gate', 's', '2', '1', '0.001', '0', '0', '0', '2636', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1060INSERT INTO `furniture` VALUES ('1039', 'Snowy Christmas Tree', 'tree7', 's', '1', '1', '1', '0', '0', '0', '2653', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1061INSERT INTO `furniture` VALUES ('1040', 'Flashy Christmas Tree', 'tree6', 's', '1', '1', '1', '0', '0', '0', '2638', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1062INSERT INTO `furniture` VALUES ('1041', 'Oh Blinging Tree', 'sound_set_54', 's', '1', '1', '0.2', '1', '0', '0', '2649', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1063INSERT INTO `furniture` VALUES ('1042', 'Snowy Surprise', 'sound_set_53', 's', '1', '1', '0.2', '1', '0', '0', '2652', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1064INSERT INTO `furniture` VALUES ('1043', 'postbank Safe', 'safe_silo_pb', 's', '1', '1', '1.3', '1', '0', '0', '2642', '1', '1', '0', '1', '1', 'vendingmachine', '0', '17', '0');
1065INSERT INTO `furniture` VALUES ('1044', 'Snowy Maze Gate', 'plant_mazegate_snow', 's', '2', '1', '0.001', '0', '0', '1', '2640', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1066INSERT INTO `furniture` VALUES ('1045', 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', '2', '1', '1', '0', '0', '1', '2635', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1067INSERT INTO `furniture` VALUES ('1046', 'Winter Sleigh', 'christmas_sleigh', 's', '2', '2', '1', '0', '1', '0', '2648', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1068INSERT INTO `furniture` VALUES ('1047', 'Reindeer', 'christmas_reindeer', 's', '1', '2', '1', '0', '0', '0', '2637', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1069INSERT INTO `furniture` VALUES ('1048', 'Reindeer Droppings', 'christmas_poop', 's', '1', '1', '1', '0', '0', '0', '2654', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1070INSERT INTO `furniture` VALUES ('1049', 'Executive Bar Desk', 'exe_bardesk', 's', '1', '1', '1', '1', '0', '0', '2643', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1071INSERT INTO `furniture` VALUES ('1050', 'Executive Sofa Chair', 'exe_chair', 's', '1', '1', '1', '0', '1', '0', '2647', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1072INSERT INTO `furniture` VALUES ('1051', 'Executive Boss Chair', 'exe_chair2', 's', '1', '1', '1', '0', '1', '0', '2650', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1073INSERT INTO `furniture` VALUES ('1052', 'Executive Corner Desk', 'exe_corner', 's', '1', '1', '1', '1', '0', '0', '2655', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1074INSERT INTO `furniture` VALUES ('1053', 'Executive Drinks Tray', 'exe_drinks', 's', '1', '1', '1', '0', '0', '0', '2645', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1075INSERT INTO `furniture` VALUES ('1054', '3-Seater Sofa', 'exe_sofa', 's', '3', '1', '1', '0', '1', '0', '2639', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1076INSERT INTO `furniture` VALUES ('1055', 'Take a memo', 'exe_table', 's', '3', '2', '1.1', '0', '0', '0', '2644', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1077INSERT INTO `furniture` VALUES ('1056', 'RnB Grooves 5', 'sound_set_59', 's', '1', '1', '0.2', '1', '0', '0', '2670', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1078INSERT INTO `furniture` VALUES ('1057', 'RnB Grooves 4', 'sound_set_58', 's', '1', '1', '0.2', '1', '0', '0', '2656', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1079INSERT INTO `furniture` VALUES ('1058', 'RnB Grooves 3', 'sound_set_57', 's', '1', '1', '0.2', '1', '0', '0', '2673', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1080INSERT INTO `furniture` VALUES ('1059', 'RnB Grooves 2', 'sound_set_56', 's', '1', '1', '0.2', '1', '0', '0', '2669', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1081INSERT INTO `furniture` VALUES ('1060', 'RnB Grooves 1', 'sound_set_55', 's', '1', '1', '0.2', '1', '0', '0', '2671', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1082INSERT INTO `furniture` VALUES ('1061', 'Lightweight', 'noob_table*1', 's', '2', '2', '1', '1', '0', '0', '2687', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1083INSERT INTO `furniture` VALUES ('1062', 'Lightweight', 'noob_table*2', 's', '2', '2', '1', '1', '0', '0', '2688', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1084INSERT INTO `furniture` VALUES ('1063', 'Lightweight', 'noob_table*3', 's', '2', '2', '1', '1', '0', '0', '2689', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1085INSERT INTO `furniture` VALUES ('1064', 'Lightweight', 'noob_table*4', 's', '2', '2', '1', '1', '0', '0', '2690', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1086INSERT INTO `furniture` VALUES ('1065', 'Lightweight', 'noob_table*5', 's', '2', '2', '1', '1', '0', '0', '2691', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1087INSERT INTO `furniture` VALUES ('1066', 'Lightweight', 'noob_table*6', 's', '2', '2', '1', '1', '0', '0', '2692', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1088INSERT INTO `furniture` VALUES ('1067', 'My first Habbo stool', 'noob_stool*1', 's', '1', '1', '1', '0', '1', '0', '2657', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1089INSERT INTO `furniture` VALUES ('1068', 'My first Habbo stool', 'noob_stool*2', 's', '1', '1', '1', '0', '1', '0', '2658', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1090INSERT INTO `furniture` VALUES ('1069', 'My first Habbo stool', 'noob_stool*3', 's', '1', '1', '1', '0', '1', '0', '2659', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1091INSERT INTO `furniture` VALUES ('1070', 'My first Habbo stool', 'noob_stool*4', 's', '1', '1', '1', '0', '1', '0', '2660', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1092INSERT INTO `furniture` VALUES ('1071', 'My first Habbo stool', 'noob_stool*5', 's', '1', '1', '1', '0', '1', '0', '2661', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1093INSERT INTO `furniture` VALUES ('1072', 'My first Habbo stool', 'noob_stool*6', 's', '1', '1', '1', '0', '1', '0', '2662', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1094INSERT INTO `furniture` VALUES ('1073', 'My first Habbo rug', 'noob_rug*1', 's', '2', '3', '0', '1', '0', '1', '2681', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1095INSERT INTO `furniture` VALUES ('1074', 'My first Habbo rug', 'noob_rug*2', 's', '2', '3', '0', '1', '0', '1', '2682', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1096INSERT INTO `furniture` VALUES ('1075', 'My first Habbo rug', 'noob_rug*3', 's', '2', '3', '0', '1', '0', '1', '2683', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1097INSERT INTO `furniture` VALUES ('1076', 'My first Habbo rug', 'noob_rug*4', 's', '2', '3', '0', '1', '0', '1', '2684', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1098INSERT INTO `furniture` VALUES ('1077', 'My first Habbo rug', 'noob_rug*5', 's', '2', '3', '0', '1', '0', '1', '2685', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1099INSERT INTO `furniture` VALUES ('1078', 'My first Habbo rug', 'noob_rug*6', 's', '2', '3', '0', '1', '0', '1', '2686', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1100INSERT INTO `furniture` VALUES ('1079', 'My first Habbo lamp', 'noob_lamp*1', 's', '1', '1', '1', '0', '0', '0', '2663', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1101INSERT INTO `furniture` VALUES ('1080', 'My first Habbo lamp', 'noob_lamp*2', 's', '1', '1', '1', '0', '0', '0', '2664', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1102INSERT INTO `furniture` VALUES ('1081', 'My first Habbo lamp', 'noob_lamp*3', 's', '1', '1', '1', '0', '0', '0', '2665', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1103INSERT INTO `furniture` VALUES ('1082', 'My first Habbo lamp', 'noob_lamp*4', 's', '1', '1', '1', '0', '0', '0', '2666', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1104INSERT INTO `furniture` VALUES ('1083', 'My first Habbo lamp', 'noob_lamp*5', 's', '1', '1', '1', '0', '0', '0', '2667', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1105INSERT INTO `furniture` VALUES ('1084', 'My first Habbo lamp', 'noob_lamp*6', 's', '1', '1', '1', '0', '0', '0', '2668', '0', '0', '0', '0', '1', 'default', '2', '0', '0');
1106INSERT INTO `furniture` VALUES ('1085', 'Lightweight', 'noob_chair*1', 's', '1', '1', '1', '0', '1', '0', '2675', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1107INSERT INTO `furniture` VALUES ('1086', ' practical', 'noob_chair*2', 's', '1', '1', '1', '0', '1', '0', '2676', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1108INSERT INTO `furniture` VALUES ('1087', ' practical', 'noob_chair*3', 's', '1', '1', '1', '0', '1', '0', '2677', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1109INSERT INTO `furniture` VALUES ('1088', ' practical', 'noob_chair*4', 's', '1', '1', '1', '0', '1', '0', '2678', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1110INSERT INTO `furniture` VALUES ('1089', ' practical', 'noob_chair*5', 's', '1', '1', '1', '0', '1', '0', '2679', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1111INSERT INTO `furniture` VALUES ('1090', 'Power Globe', 'noob_chair*6', 's', '1', '1', '1', '0', '1', '0', '2680', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1112INSERT INTO `furniture` VALUES ('1091', 'Executive Plant', 'exe_plant', 's', '1', '1', '1', '0', '0', '0', '2674', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1113INSERT INTO `furniture` VALUES ('1092', 'Grey Share Bear', 'val_teddy*1', 's', '1', '1', '1', '0', '1', '0', '2699', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1114INSERT INTO `furniture` VALUES ('1093', 'Pink Share Bear', 'val_teddy*2', 's', '1', '1', '1', '0', '1', '0', '2700', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1115INSERT INTO `furniture` VALUES ('1094', 'Green Share Bear', 'val_teddy*3', 's', '1', '1', '1', '0', '1', '0', '2701', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1116INSERT INTO `furniture` VALUES ('1095', 'Brown Share Bear', 'val_teddy*4', 's', '1', '1', '1', '0', '1', '0', '2702', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1117INSERT INTO `furniture` VALUES ('1096', 'Yellow Share Bear', 'val_teddy*5', 's', '1', '1', '1', '0', '1', '0', '2703', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1118INSERT INTO `furniture` VALUES ('1097', 'Blue Share Bear', 'val_teddy*6', 's', '1', '1', '1', '0', '1', '0', '2704', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1119INSERT INTO `furniture` VALUES ('1098', 'Love Randomiser', 'val_randomizer', 's', '4', '1', '1.4', '0', '1', '0', '2696', '1', '1', '0', '1', '1', 'loveshuffler', '1', '0', '0');
1120INSERT INTO `furniture` VALUES ('1099', 'Heart Shaped Chocs', 'val_choco', 's', '1', '1', '1', '0', '0', '0', '2697', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1121INSERT INTO `furniture` VALUES ('1100', 'Teleport Door', 'teleport_door', 's', '1', '1', '0.1', '1', '0', '1', '2693', '1', '1', '0', '1', '1', 'teleport', '2', '0', '0');
1122INSERT INTO `furniture` VALUES ('1101', 'Latin Love 3', 'sound_set_61', 's', '1', '1', '0.2', '1', '0', '0', '2698', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1123INSERT INTO `furniture` VALUES ('1102', 'Latin Love 2', 'sound_set_60', 's', '1', '1', '0.2', '1', '0', '0', '2695', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1124INSERT INTO `furniture` VALUES ('1103', 'Crystal Ball', 'fortune', 's', '1', '1', '1', '0', '0', '0', '2694', '1', '1', '0', '1', '1', 'dice', '1', '0', '0');
1125INSERT INTO `furniture` VALUES ('1104', 'Adventure Desk', 'sw_table', 's', '1', '2', '1', '0', '0', '0', '2713', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1126INSERT INTO `furniture` VALUES ('1105', 'Raven', 'sw_raven', 's', '1', '1', '1', '0', '0', '0', '2711', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1127INSERT INTO `furniture` VALUES ('1106', 'Ye Olde Chest', 'sw_chest', 's', '1', '2', '1', '0', '0', '0', '2709', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1128INSERT INTO `furniture` VALUES ('1107', 'Sand Castle Wall', 'sand_cstl_wall', 's', '2', '1', '1', '0', '0', '0', '2710', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1129INSERT INTO `furniture` VALUES ('1108', 'Sand Castle Tower', 'sand_cstl_twr', 's', '1', '1', '1', '0', '0', '0', '2705', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1130INSERT INTO `furniture` VALUES ('1109', 'Sand Castle Gate', 'sand_cstl_gate', 's', '2', '1', '0.001', '0', '0', '0', '2712', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1131INSERT INTO `furniture` VALUES ('1110', 'Candle Box', 'grunge_candle', 's', '1', '1', '1', '0', '0', '0', '2708', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1132INSERT INTO `furniture` VALUES ('1111', 'Bench', 'grunge_bench', 's', '3', '1', '1', '0', '0', '0', '2707', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1133INSERT INTO `furniture` VALUES ('1112', 'Flaming Barrel', 'grunge_barrel', 's', '1', '1', '1', '0', '0', '0', '2706', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1134INSERT INTO `furniture` VALUES ('1113', 'Moon Lamp', 'rclr_lamp', 's', '1', '1', '1', '0', '0', '0', '2733', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1135INSERT INTO `furniture` VALUES ('1115', 'Bubble trophy', 'a0 prizetrophy8_g', 's', '1', '1', '1', '0', '0', '0', '2426', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1136INSERT INTO `furniture` VALUES ('1116', 'nouvelle_trax', 'nouvelle_trax', 's', '1', '1', '1', '0', '0', '0', '2736', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1137INSERT INTO `furniture` VALUES ('1117', 'Bubble Juice Floor', 'md_rug', 's', '4', '4', '0', '1', '0', '1', '2727', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1138INSERT INTO `furniture` VALUES ('1118', 'Sushi Kohada', 'jp_tray6', 's', '1', '1', '1', '0', '0', '0', '2720', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1139INSERT INTO `furniture` VALUES ('1119', 'Sushi Tamago', 'jp_tray5', 's', '1', '1', '1', '0', '0', '0', '2717', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1140INSERT INTO `furniture` VALUES ('1120', 'Sushi Uni', 'jp_tray4', 's', '1', '1', '1', '0', '0', '0', '2725', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1141INSERT INTO `furniture` VALUES ('1121', 'Sushi Ikura', 'jp_tray3', 's', '1', '1', '1', '0', '0', '0', '2726', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1142INSERT INTO `furniture` VALUES ('1122', 'Sushi Ika', 'jp_tray2', 's', '1', '1', '1', '0', '0', '0', '2724', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1143INSERT INTO `furniture` VALUES ('1123', 'Sushi Maguro', 'jp_tray1', 's', '1', '1', '1', '0', '0', '0', '2715', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1144INSERT INTO `furniture` VALUES ('1124', 'Tea Maker', 'arabian_teamk', 's', '1', '1', '1', '0', '0', '0', '2716', '1', '1', '0', '1', '1', 'vendingmachine', '0', '1', '0');
1145INSERT INTO `furniture` VALUES ('1125', 'Ornamental Urn', 'arabian_snake', 's', '1', '1', '1', '0', '0', '0', '2732', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1146INSERT INTO `furniture` VALUES ('1126', 'Berber Kilim Rug', 'arabian_rug', 's', '3', '5', '0', '0', '0', '1', '2719', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1147INSERT INTO `furniture` VALUES ('1127', 'Green Blossom Pillow', 'arabian_pllw', 's', '1', '1', '0.8', '0', '1', '0', '2722', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1148INSERT INTO `furniture` VALUES ('1128', 'Soft wooden screen', 'arabian_divdr', 's', '1', '2', '1', '0', '0', '0', '2730', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1149INSERT INTO `furniture` VALUES ('1129', 'Exotic', 'arabian_chair', 's', '1', '1', '1.2', '0', '1', '0', '2721', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1150INSERT INTO `furniture` VALUES ('1130', 'Amanjena Table', 'arabian_bigtb', 's', '3', '2', '0.8', '1', '0', '0', '2731', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1151INSERT INTO `furniture` VALUES ('1131', 'Hexagonal Tea Table', 'arabian_tetbl', 's', '1', '1', '1', '1', '0', '0', '2714', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1152INSERT INTO `furniture` VALUES ('1132', 'Mint Tea Tray', 'arabian_tray1', 's', '1', '1', '1', '0', '0', '0', '2734', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1153INSERT INTO `furniture` VALUES ('1133', 'Candle Tray', 'arabian_tray2', 's', '1', '1', '1', '0', '0', '0', '2735', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1154INSERT INTO `furniture` VALUES ('1134', 'Sweets Tray', 'arabian_tray3', 's', '1', '1', '1', '0', '0', '0', '2723', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1155INSERT INTO `furniture` VALUES ('1135', 'Sweet', 'arabian_tray4', 's', '1', '1', '1', '0', '0', '0', '2728', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1156INSERT INTO `furniture` VALUES ('1136', 'Alhambra Trax 3', 'sound_set_64', 's', '1', '1', '0.2', '1', '0', '0', '2738', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1157INSERT INTO `furniture` VALUES ('1137', 'Alhambra Trax 2', 'sound_set_63', 's', '1', '1', '0.2', '1', '0', '0', '2740', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1158INSERT INTO `furniture` VALUES ('1138', 'Alhambra Trax 1', 'sound_set_62', 's', '1', '1', '0.2', '1', '0', '0', '2741', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1159INSERT INTO `furniture` VALUES ('1139', 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', '1', '1', '1', '0', '0', '0', '2739', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1160INSERT INTO `furniture` VALUES ('1140', 'Calippo icecream machine', 'calippo', 's', '1', '1', '1', '0', '0', '0', '2737', '1', '1', '0', '1', '1', 'vendingmachine', '0', '4', '0');
1161INSERT INTO `furniture` VALUES ('1141', 'traxsilver', 'traxsilver', 's', '1', '1', '1', '1', '0', '0', '2744', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1162INSERT INTO `furniture` VALUES ('1142', 'traxgold', 'traxgold', 's', '1', '1', '1', '1', '0', '0', '2742', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1163INSERT INTO `furniture` VALUES ('1143', 'traxbronze', 'traxbronze', 's', '1', '1', '1', '1', '0', '0', '2743', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1164INSERT INTO `furniture` VALUES ('1144', 'bench_puffet', 'bench_puffet', 's', '2', '1', '1', '0', '1', '0', '2745', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1165INSERT INTO `furniture` VALUES ('1145', 'Gold Bar (China)', 'CFC_500_goldbar', 's', '1', '1', '0.4', '1', '0', '0', '2764', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1166INSERT INTO `furniture` VALUES ('1146', 'Sack of Credits (China)', 'CFC_200_moneybag', 's', '1', '1', '1', '1', '0', '0', '2770', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1167INSERT INTO `furniture` VALUES ('20006', 'Mesh Corner', 'urban_fence_corner', 's', '1', '1', '1', '1', '0', '0', '3275', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1168INSERT INTO `furniture` VALUES ('1148', 'Gold Coin (China)', 'CFC_100_coin_gold', 's', '1', '1', '0.2', '1', '0', '0', '2796', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1169INSERT INTO `furniture` VALUES ('1149', 'Silver Coin (China)', 'CFC_50_coin_silver', 's', '1', '1', '0.2', '1', '0', '0', '2772', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1170INSERT INTO `furniture` VALUES ('1150', 'Chabu Dai', 'jp_table', 's', '2', '2', '1', '0', '0', '0', '2749', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1171INSERT INTO `furniture` VALUES ('1151', 'Shishi Odishi', 'jp_rare', 's', '2', '2', '1', '0', '0', '0', '2750', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1172INSERT INTO `furniture` VALUES ('1152', 'Katana Green', 'jp_katana3', 's', '1', '1', '1', '0', '0', '0', '2748', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1173INSERT INTO `furniture` VALUES ('1153', 'Katana Blue', 'jp_katana2', 's', '1', '1', '1', '0', '0', '0', '2747', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1174INSERT INTO `furniture` VALUES ('1154', 'HC Katana Red', 'jp_katana1', 's', '1', '1', '1', '0', '0', '0', '2751', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1175INSERT INTO `furniture` VALUES ('1156', 'Tiki Waterfall', 'tiki_waterfall', 's', '3', '2', '1', '0', '0', '0', '2757', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1176INSERT INTO `furniture` VALUES ('1157', 'Tiki Pig Tray', 'tiki_tray4', 's', '1', '1', '1', '0', '0', '0', '2765', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1177INSERT INTO `furniture` VALUES ('1158', 'Tiki Fish Tray', 'tiki_tray3', 's', '1', '1', '1', '0', '0', '0', '2753', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1178INSERT INTO `furniture` VALUES ('1159', 'Tiki Pineapple Plate', 'tiki_tray2', 's', '1', '1', '1', '0', '0', '0', '2768', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1179INSERT INTO `furniture` VALUES ('1160', 'Tiki Fruit Tray', 'tiki_tray1', 's', '1', '1', '1', '0', '0', '0', '2755', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1180INSERT INTO `furniture` VALUES ('1161', 'Empty Tray', 'tiki_tray0', 's', '1', '1', '1', '0', '0', '0', '2792', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1181INSERT INTO `furniture` VALUES ('1162', 'Toucan', 'tiki_toucan', 's', '1', '1', '1', '0', '0', '0', '2756', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1182INSERT INTO `furniture` VALUES ('1163', 'Beach Torch', 'tiki_torch', 's', '1', '1', '1', '0', '0', '0', '2773', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1183INSERT INTO `furniture` VALUES ('1164', 'Tribal Statue', 'tiki_statue', 's', '1', '1', '1', '0', '0', '0', '2782', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1184INSERT INTO `furniture` VALUES ('1165', 'Island Sand Patch', 'tiki_sand', 's', '2', '2', '0', '1', '0', '1', '2798', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1185INSERT INTO `furniture` VALUES ('1166', 'Tiki Parasol', 'tiki_parasol', 's', '1', '1', '1', '0', '0', '0', '2769', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1186INSERT INTO `furniture` VALUES ('1167', 'Jungle Patch', 'tiki_junglerug', 's', '2', '2', '0', '1', '0', '1', '2781', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1187INSERT INTO `furniture` VALUES ('1168', 'Tiki Bar Corner', 'tiki_corner', 's', '1', '1', '1', '1', '0', '0', '2794', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1188INSERT INTO `furniture` VALUES ('1169', 'Butterflies', 'tiki_bflies', 's', '1', '1', '1', '0', '0', '0', '2785', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1189INSERT INTO `furniture` VALUES ('1170', 'Tiki Bar Stool', 'tiki_bench', 's', '1', '1', '1.3', '0', '1', '0', '2784', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1190INSERT INTO `furniture` VALUES ('1171', 'Tiki Bar Desk', 'tiki_bardesk', 's', '1', '1', '1', '1', '0', '0', '2795', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1191INSERT INTO `furniture` VALUES ('1172', 'tampax_rug', 'tampax_rug', 's', '3', '4', '0', '1', '0', '1', '2754', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1192INSERT INTO `furniture` VALUES ('1173', 'Sound set 70', 'sound_set_70', 's', '1', '1', '0.2', '1', '0', '0', '2767', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1193INSERT INTO `furniture` VALUES ('1174', 'Sound set 69', 'sound_set_69', 's', '1', '1', '0.2', '1', '0', '0', '2799', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1194INSERT INTO `furniture` VALUES ('1175', 'Sound set 68', 'sound_set_68', 's', '1', '1', '0.2', '1', '0', '0', '2793', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1195INSERT INTO `furniture` VALUES ('1176', 'Sound set 67', 'sound_set_67', 's', '1', '1', '0.2', '1', '0', '0', '2771', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1196INSERT INTO `furniture` VALUES ('1177', 'Sound set 66', 'sound_set_66', 's', '1', '1', '0.2', '1', '0', '0', '2752', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1197INSERT INTO `furniture` VALUES ('1178', 'Sound set 65', 'sound_set_65', 's', '1', '1', '0.2', '1', '0', '0', '2766', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1198INSERT INTO `furniture` VALUES ('20024', 'Square Dining Table', 'table_plasto_square*9', 's', '1', '1', '1', '1', '0', '0', '118', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1199INSERT INTO `furniture` VALUES ('20021', 'Giant Heart', 'heart', 's', '2', '1', '1', '0', '0', '0', '227', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1200INSERT INTO `furniture` VALUES ('20016', 'Street Lamp', 'urban_lamp', 's', '1', '1', '1', '1', '0', '0', '3265', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1201INSERT INTO `furniture` VALUES ('1185', 'Lucky Bamboo', 'noob_plant', 's', '1', '1', '1', '0', '0', '0', '2783', '0', '1', '0', '0', '1', 'default', '1', '0', '0');
1202INSERT INTO `furniture` VALUES ('20018', 'Street Wall', 'urban_wall', 'i', '0', '0', '1', '1', '0', '0', '4244', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
1203INSERT INTO `furniture` VALUES ('20022', 'Champion trophy', 'a0 prizetrophy6_b', 's', '1', '1', '1', '0', '0', '0', '1510', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1204INSERT INTO `furniture` VALUES ('1197', 'Japanese Teamaker', 'jp_teamaker', 's', '1', '1', '1', '0', '0', '0', '2774', '1', '1', '0', '1', '1', 'vendingmachine', '0', '28', '0');
1205INSERT INTO `furniture` VALUES ('1198', 'September 2008', 'svnr_uk', 's', '1', '1', '1', '0', '0', '0', '2838', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1206INSERT INTO `furniture` VALUES ('1199', 'August 2008', 'svnr_nl', 's', '1', '2', '1', '0', '1', '0', '2825', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1207INSERT INTO `furniture` VALUES ('1200', 'July 2008', 'svnr_it', 's', '2', '1', '1', '0', '1', '0', '2813', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1208INSERT INTO `furniture` VALUES ('1201', 'October 2008', 'svnr_de', 's', '1', '1', '1', '0', '0', '0', '2801', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1209INSERT INTO `furniture` VALUES ('1202', 'November 2008', 'svnr_aus', 's', '1', '1', '1', '0', '0', '0', '2836', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1210INSERT INTO `furniture` VALUES ('1203', 'Accompaniments', 'diner_tray_7', 's', '1', '1', '1', '0', '0', '0', '2840', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1211INSERT INTO `furniture` VALUES ('1204', 'Vanilla', 'diner_tray_6', 's', '1', '1', '1', '0', '0', '0', '2826', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1212INSERT INTO `furniture` VALUES ('1205', 'Bacon and Eggs', 'diner_tray_5', 's', '1', '1', '1', '0', '0', '0', '2815', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1213INSERT INTO `furniture` VALUES ('1206', 'Pancakes', 'diner_tray_4', 's', '1', '1', '1', '0', '0', '0', '2800', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1214INSERT INTO `furniture` VALUES ('1207', 'Spaghetti Meatballs', 'diner_tray_3', 's', '1', '1', '1', '0', '0', '0', '2841', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1215INSERT INTO `furniture` VALUES ('1208', 'Steak and Mash', 'diner_tray_2', 's', '1', '1', '1', '0', '0', '0', '2802', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1216INSERT INTO `furniture` VALUES ('1209', 'Burger and Chips', 'diner_tray_1', 's', '1', '1', '1', '0', '0', '0', '2839', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1217INSERT INTO `furniture` VALUES ('1210', 'Had your fill', 'diner_tray_0', 's', '1', '1', '0.1', '1', '0', '0', '2837', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1218INSERT INTO `furniture` VALUES ('1211', 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', '1', '1', '1', '0', '1', '0', '2804', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1219INSERT INTO `furniture` VALUES ('1212', 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', '1', '1', '1', '0', '1', '0', '2805', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1220INSERT INTO `furniture` VALUES ('1213', 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', '1', '1', '1', '0', '1', '0', '2806', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1221INSERT INTO `furniture` VALUES ('1214', 'White Diner Sofa 2', 'diner_sofa_2*4', 's', '1', '1', '1', '0', '1', '0', '2807', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1222INSERT INTO `furniture` VALUES ('1215', 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', '1', '1', '1', '0', '1', '0', '2808', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1223INSERT INTO `furniture` VALUES ('1216', 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', '1', '1', '1', '0', '1', '0', '2809', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1224INSERT INTO `furniture` VALUES ('1217', 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', '1', '1', '1', '0', '1', '0', '2810', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1225INSERT INTO `furniture` VALUES ('1218', 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', '1', '1', '1', '0', '1', '0', '2811', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1226INSERT INTO `furniture` VALUES ('1219', 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', '1', '1', '1', '0', '1', '0', '2812', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1227INSERT INTO `furniture` VALUES ('1220', 'Diner Shaker', 'diner_shaker', 's', '1', '1', '1', '0', '0', '0', '2814', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1228INSERT INTO `furniture` VALUES ('1221', 'Diner Floor', 'diner_rug', 's', '2', '2', '0', '1', '0', '1', '2803', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1229INSERT INTO `furniture` VALUES ('1222', 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', '1', '1', '1', '0', '0', '0', '2827', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1230INSERT INTO `furniture` VALUES ('1223', 'Pink Gumball Machine', 'diner_gumvendor*2', 's', '1', '1', '1', '0', '0', '0', '2828', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1231INSERT INTO `furniture` VALUES ('1224', 'Black Gumball Machine', 'diner_gumvendor*3', 's', '1', '1', '1', '0', '0', '0', '2829', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1232INSERT INTO `furniture` VALUES ('1225', 'White Gumball Machine', 'diner_gumvendor*4', 's', '1', '1', '1', '0', '0', '0', '2830', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1233INSERT INTO `furniture` VALUES ('1226', 'Latte Gumball Machine', 'diner_gumvendor*5', 's', '1', '1', '1', '0', '0', '0', '2831', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1234INSERT INTO `furniture` VALUES ('1227', 'Blue Gumball Machine', 'diner_gumvendor*6', 's', '1', '1', '1', '0', '0', '0', '2832', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1235INSERT INTO `furniture` VALUES ('1228', 'Green Gumball Machine', 'diner_gumvendor*7', 's', '1', '1', '1', '0', '0', '0', '2833', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1236INSERT INTO `furniture` VALUES ('1229', 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', '1', '1', '1', '0', '0', '0', '2834', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1237INSERT INTO `furniture` VALUES ('1230', 'Red Gumball Machine', 'diner_gumvendor*9', 's', '1', '1', '1', '0', '0', '0', '2835', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1238INSERT INTO `furniture` VALUES ('1231', 'Aqua Diner Till', 'diner_cashreg*1', 's', '1', '1', '1', '0', '0', '0', '2816', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1239INSERT INTO `furniture` VALUES ('1232', 'Pink Diner Till', 'diner_cashreg*2', 's', '1', '1', '1', '0', '0', '0', '2817', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1240INSERT INTO `furniture` VALUES ('1233', 'Black Diner Till', 'diner_cashreg*3', 's', '1', '1', '1', '0', '0', '0', '2818', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1241INSERT INTO `furniture` VALUES ('1234', 'White Diner Till', 'diner_cashreg*4', 's', '1', '1', '1', '0', '0', '0', '2819', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1242INSERT INTO `furniture` VALUES ('1235', 'Latte Diner Till', 'diner_cashreg*5', 's', '1', '1', '1', '0', '0', '0', '2820', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1243INSERT INTO `furniture` VALUES ('1236', 'Blue Diner Till', 'diner_cashreg*6', 's', '1', '1', '1', '0', '0', '0', '2821', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1244INSERT INTO `furniture` VALUES ('1237', 'Green Diner Till', 'diner_cashreg*7', 's', '1', '1', '1', '0', '0', '0', '2822', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1245INSERT INTO `furniture` VALUES ('1238', 'Yellow Diner Till', 'diner_cashreg*8', 's', '1', '1', '1', '0', '0', '0', '2823', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1246INSERT INTO `furniture` VALUES ('1239', 'Red Diner Till', 'diner_cashreg*9', 's', '1', '1', '1', '0', '0', '0', '2824', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1247INSERT INTO `furniture` VALUES ('1240', 'Aqua Diner Table', 'diner_table_2*1', 's', '3', '2', '1', '1', '0', '0', '2879', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1248INSERT INTO `furniture` VALUES ('1241', 'Pink Diner Table', 'diner_table_2*2', 's', '3', '2', '1', '1', '0', '0', '2880', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1249INSERT INTO `furniture` VALUES ('1242', 'Black Diner Table', 'diner_table_2*3', 's', '3', '2', '1', '1', '0', '0', '2881', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1250INSERT INTO `furniture` VALUES ('1243', 'White Diner Table', 'diner_table_2*4', 's', '3', '2', '1', '1', '0', '0', '2882', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1251INSERT INTO `furniture` VALUES ('1244', 'Latte Diner Table', 'diner_table_2*5', 's', '3', '2', '1', '1', '0', '0', '2883', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1252INSERT INTO `furniture` VALUES ('1245', 'Blue Diner Table', 'diner_table_2*6', 's', '3', '2', '1', '1', '0', '0', '2884', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1253INSERT INTO `furniture` VALUES ('1246', 'Green Diner Table', 'diner_table_2*7', 's', '3', '2', '1', '1', '0', '0', '2885', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1254INSERT INTO `furniture` VALUES ('1247', 'Yellow Diner Table', 'diner_table_2*8', 's', '3', '2', '1', '1', '0', '0', '2886', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1255INSERT INTO `furniture` VALUES ('1248', 'Red Diner Table', 'diner_table_2*9', 's', '3', '2', '1', '1', '0', '0', '2887', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1256INSERT INTO `furniture` VALUES ('1249', 'Aqua Diner Booth Table', 'diner_table_1*1', 's', '2', '2', '1', '1', '0', '0', '2897', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1257INSERT INTO `furniture` VALUES ('1250', 'Pink Diner Booth Table', 'diner_table_1*2', 's', '2', '2', '1', '1', '0', '0', '2898', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1258INSERT INTO `furniture` VALUES ('1251', 'Black Diner Booth Table', 'diner_table_1*3', 's', '2', '2', '1', '1', '0', '0', '2899', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1259INSERT INTO `furniture` VALUES ('1252', 'White Diner Booth Table', 'diner_table_1*4', 's', '2', '2', '1', '1', '0', '0', '2900', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1260INSERT INTO `furniture` VALUES ('1253', 'Latte Diner Booth Table', 'diner_table_1*5', 's', '2', '2', '1', '1', '0', '0', '2901', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1261INSERT INTO `furniture` VALUES ('1254', 'Blue Diner Booth Table', 'diner_table_1*6', 's', '2', '2', '1', '1', '0', '0', '2902', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1262INSERT INTO `furniture` VALUES ('1255', 'Green Diner Booth Table', 'diner_table_1*7', 's', '2', '2', '1', '1', '0', '0', '2903', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1263INSERT INTO `furniture` VALUES ('1256', 'Yellow Diner Booth Table', 'diner_table_1*8', 's', '2', '2', '1', '1', '0', '0', '2904', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1264INSERT INTO `furniture` VALUES ('1257', 'Red Diner Booth Table', 'diner_table_1*9', 's', '2', '2', '1', '1', '0', '0', '2905', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1265INSERT INTO `furniture` VALUES ('1258', 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', '1', '1', '1', '0', '1', '0', '2888', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1266INSERT INTO `furniture` VALUES ('1259', 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', '1', '1', '1', '0', '1', '0', '2889', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1267INSERT INTO `furniture` VALUES ('1260', 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', '1', '1', '1', '0', '1', '0', '2890', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1268INSERT INTO `furniture` VALUES ('1261', 'White Diner Sofa 1', 'diner_sofa_1*4', 's', '1', '1', '1', '0', '1', '0', '2891', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1269INSERT INTO `furniture` VALUES ('1262', 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', '1', '1', '1', '0', '1', '0', '2892', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1270INSERT INTO `furniture` VALUES ('1263', 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', '1', '1', '1', '0', '1', '0', '2893', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1271INSERT INTO `furniture` VALUES ('1264', 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', '1', '1', '1', '0', '1', '0', '2894', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1272INSERT INTO `furniture` VALUES ('1265', 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', '1', '1', '1', '0', '1', '0', '2895', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1273INSERT INTO `furniture` VALUES ('1266', 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', '1', '1', '1', '0', '1', '0', '2896', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1274INSERT INTO `furniture` VALUES ('1267', 'Aqua Diner Stool', 'diner_chair*1', 's', '1', '1', '1.4', '0', '1', '0', '2861', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1275INSERT INTO `furniture` VALUES ('1268', 'Pink Diner Stool', 'diner_chair*2', 's', '1', '1', '1.4', '0', '1', '0', '2862', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1276INSERT INTO `furniture` VALUES ('1269', 'Black Diner Stool', 'diner_chair*3', 's', '1', '1', '1.4', '0', '1', '0', '2863', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1277INSERT INTO `furniture` VALUES ('1270', 'White Diner Stool', 'diner_chair*4', 's', '1', '1', '1.4', '0', '1', '0', '2864', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1278INSERT INTO `furniture` VALUES ('1271', 'Latte Diner Stool', 'diner_chair*5', 's', '1', '1', '1.4', '0', '1', '0', '2865', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1279INSERT INTO `furniture` VALUES ('1272', 'Blue Diner Stool', 'diner_chair*6', 's', '1', '1', '1.4', '0', '1', '0', '2866', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1280INSERT INTO `furniture` VALUES ('1273', 'Green Diner Stool', 'diner_chair*7', 's', '1', '1', '1.4', '0', '1', '0', '2867', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1281INSERT INTO `furniture` VALUES ('1274', 'Yellow Diner Stool', 'diner_chair*8', 's', '1', '1', '1.4', '0', '1', '0', '2868', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1282INSERT INTO `furniture` VALUES ('1275', 'Red Diner Stool', 'diner_chair*9', 's', '1', '1', '1.4', '0', '1', '0', '2869', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1283INSERT INTO `furniture` VALUES ('1276', 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', '1', '1', '0.001', '0', '0', '0', '2842', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1284INSERT INTO `furniture` VALUES ('1277', 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', '1', '1', '0.001', '0', '0', '0', '2843', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1285INSERT INTO `furniture` VALUES ('1278', 'Black Diner Gate', 'diner_bardesk_gate*3', 's', '1', '1', '0.001', '0', '0', '0', '2844', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1286INSERT INTO `furniture` VALUES ('1279', 'White Diner Gate', 'diner_bardesk_gate*4', 's', '1', '1', '0.001', '0', '0', '0', '2845', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1287INSERT INTO `furniture` VALUES ('1280', 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', '1', '1', '0.001', '0', '0', '0', '2846', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1288INSERT INTO `furniture` VALUES ('1281', 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', '1', '1', '0.001', '0', '0', '0', '2847', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1289INSERT INTO `furniture` VALUES ('1282', 'Green Diner Gate', 'diner_bardesk_gate*7', 's', '1', '1', '0.001', '0', '0', '0', '2848', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1290INSERT INTO `furniture` VALUES ('1283', 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', '1', '1', '0.001', '0', '0', '0', '2849', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1291INSERT INTO `furniture` VALUES ('1284', 'Red Diner Gate', 'diner_bardesk_gate*9', 's', '1', '1', '0.001', '0', '0', '0', '2850', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1292INSERT INTO `furniture` VALUES ('1285', 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', '1', '1', '1', '1', '0', '0', '2870', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1293INSERT INTO `furniture` VALUES ('1286', 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', '1', '1', '1', '1', '0', '0', '2871', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1294INSERT INTO `furniture` VALUES ('1287', 'Black Diner Corner', 'diner_bardesk_corner*3', 's', '1', '1', '1', '1', '0', '0', '2872', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1295INSERT INTO `furniture` VALUES ('1288', 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', '1', '1', '1', '1', '0', '0', '2873', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1296INSERT INTO `furniture` VALUES ('1289', 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', '1', '1', '1', '1', '0', '0', '2875', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1297INSERT INTO `furniture` VALUES ('1290', 'Green Diner Corner', 'diner_bardesk_corner*7', 's', '1', '1', '1', '1', '0', '0', '2876', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1298INSERT INTO `furniture` VALUES ('1291', 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', '1', '1', '1', '1', '0', '0', '2877', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1299INSERT INTO `furniture` VALUES ('1292', 'Red Diner Corner', 'diner_bardesk_corner*9', 's', '1', '1', '1', '1', '0', '0', '2878', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1300INSERT INTO `furniture` VALUES ('1293', 'Aqua Diner Bar', 'diner_bardesk*1', 's', '1', '1', '1', '1', '0', '0', '2851', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1301INSERT INTO `furniture` VALUES ('1294', 'Pink Diner Bar', 'diner_bardesk*2', 's', '1', '1', '1', '1', '0', '0', '2852', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1302INSERT INTO `furniture` VALUES ('1295', 'Black Diner Bar', 'diner_bardesk*3', 's', '1', '1', '1', '1', '0', '0', '2853', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1303INSERT INTO `furniture` VALUES ('1296', 'White Diner Bar', 'diner_bardesk*4', 's', '1', '1', '1', '1', '0', '0', '2854', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1304INSERT INTO `furniture` VALUES ('1297', 'Latte Diner Bar', 'diner_bardesk*5', 's', '1', '1', '1', '1', '0', '0', '2855', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1305INSERT INTO `furniture` VALUES ('1298', 'Blue Diner Bar', 'diner_bardesk*6', 's', '1', '1', '1', '1', '0', '0', '2856', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1306INSERT INTO `furniture` VALUES ('1299', 'Green Diner Bar', 'diner_bardesk*7', 's', '1', '1', '1', '1', '0', '0', '2857', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1307INSERT INTO `furniture` VALUES ('1300', 'Yellow Diner Bar', 'diner_bardesk*8', 's', '1', '1', '1', '1', '0', '0', '2858', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1308INSERT INTO `furniture` VALUES ('1301', 'Red Diner Bar', 'diner_bardesk*9', 's', '1', '1', '1', '1', '0', '0', '2859', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1309INSERT INTO `furniture` VALUES ('1302', 'ads_dave_cns', 'ads_dave_cns', 's', '1', '1', '1', '0', '0', '0', '2860', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1310INSERT INTO `furniture` VALUES ('1303', 'easy_carpet name', 'easy_carpet', 's', '4', '4', '0', '1', '0', '1', '2911', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1311INSERT INTO `furniture` VALUES ('1304', 'easy_bowl2', 'easy_bowl2', 's', '1', '1', '1', '1', '0', '0', '2907', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1312INSERT INTO `furniture` VALUES ('1305', 'Greek Corner', 'greek_corner', 's', '1', '1', '1', '0', '0', '0', '2910', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1313INSERT INTO `furniture` VALUES ('1306', 'Enter mortal', 'greek_gate', 's', '2', '1', '0.001', '0', '0', '0', '2908', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1314INSERT INTO `furniture` VALUES ('1307', 'Greek Pillars', 'greek_pillars', 's', '2', '1', '1', '0', '0', '0', '2909', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1315INSERT INTO `furniture` VALUES ('1308', 'Greek Seat', 'greek_seat', 's', '1', '1', '0.5', '0', '1', '0', '2906', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1316INSERT INTO `furniture` VALUES ('1309', 'Greek trophy', 'a0 greektrophy_g', 's', '1', '1', '1', '0', '0', '0', '2622', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1317INSERT INTO `furniture` VALUES ('1310', 'Greek trophy', 'a0 greektrophy_s', 's', '1', '1', '1', '0', '0', '0', '2623', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1318INSERT INTO `furniture` VALUES ('1311', 'Greek trophy', 'a0 greektrophy_b', 's', '1', '1', '1', '0', '0', '0', '2624', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1319INSERT INTO `furniture` VALUES ('1312', 'greek_block', 'greek_block', 's', '2', '1', '0.8', '0', '1', '0', '2915', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1320INSERT INTO `furniture` VALUES ('1313', 'Glass Table', 'hcc_table', 's', '1', '2', '1', '0', '0', '0', '2923', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1321INSERT INTO `furniture` VALUES ('1314', 'Bookshelf', 'hcc_shelf', 's', '1', '2', '1', '0', '0', '0', '2917', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1322INSERT INTO `furniture` VALUES ('1315', 'Low Back Sofa', 'hcc_sofa', 's', '2', '1', '1.2', '0', '1', '0', '2921', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1323INSERT INTO `furniture` VALUES ('1316', 'Cool look', 'hcc_minibar', 's', '1', '1', '1', '0', '0', '0', '2924', '1', '1', '0', '1', '1', 'vendingmachine', '0', '24', '0');
1324INSERT INTO `furniture` VALUES ('1317', 'Trendy Stool', 'hcc_chair', 's', '1', '1', '1', '0', '1', '0', '2919', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1325INSERT INTO `furniture` VALUES ('1318', 'Crime scene', 'det_divider', 's', '2', '1', '1', '0', '0', '0', '2918', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1326INSERT INTO `furniture` VALUES ('1319', 'netari_carpet', 'netari_carpet', 's', '3', '5', '0', '1', '0', '1', '2916', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1327INSERT INTO `furniture` VALUES ('1320', 'Chalk Outline', 'det_body', 's', '2', '3', '0', '0', '0', '1', '2922', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1328INSERT INTO `furniture` VALUES ('1321', 'Antique Stool', 'hcc_stool', 's', '1', '1', '1.2', '0', '1', '0', '2920', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1329INSERT INTO `furniture` VALUES ('1322', 'Reclining Chair', 'hcc_sofachair', 's', '1', '1', '1.2', '0', '1', '0', '2925', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1330INSERT INTO `furniture` VALUES ('1323', 'Glass Corner', 'hcc_crnr', 's', '1', '1', '1', '0', '0', '0', '2926', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1331INSERT INTO `furniture` VALUES ('1324', 'Glass Divider', 'hcc_dvdr', 's', '2', '1', '1', '0', '0', '0', '2927', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1332INSERT INTO `furniture` VALUES ('1325', 'sob_carpet', 'sob_carpet', 's', '3', '5', '0', '1', '0', '1', '2928', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1333INSERT INTO `furniture` VALUES ('1326', 'My Hump', 'igor_seat', 's', '1', '1', '1', '0', '1', '0', '2929', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1334INSERT INTO `furniture` VALUES ('1327', 'The Brain', 'ads_igorbrain', 's', '1', '1', '1', '0', '0', '0', '2936', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1335INSERT INTO `furniture` VALUES ('1328', 'Igor Switch', 'ads_igorswitch', 's', '1', '1', '1', '0', '0', '0', '2934', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1336INSERT INTO `furniture` VALUES ('1329', 'ads_711', 'ads_711*1', 's', '1', '1', '1', '0', '0', '0', '2930', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1337INSERT INTO `furniture` VALUES ('1330', 'ads_711', 'ads_711*2', 's', '1', '1', '1', '0', '0', '0', '2931', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1338INSERT INTO `furniture` VALUES ('1331', 'ads_711', 'ads_711*3', 's', '1', '1', '1', '0', '0', '0', '2932', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1339INSERT INTO `furniture` VALUES ('1332', 'ads_711', 'ads_711*4', 's', '1', '1', '1', '0', '0', '0', '2933', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1340INSERT INTO `furniture` VALUES ('1333', 'Igor Ray Gun', 'ads_igorraygun', 's', '1', '2', '1', '0', '0', '0', '2935', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1341INSERT INTO `furniture` VALUES ('1334', 'Blood Sink', 'hween08_sink', 's', '1', '1', '1', '0', '0', '0', '2944', '1', '1', '0', '1', '1', 'vendingmachine', '0', '29', '0');
1342INSERT INTO `furniture` VALUES ('1335', 'Hospital Curtain (blood)', 'hween08_curtain', 's', '3', '1', '1', '0', '0', '0', '2942', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1343INSERT INTO `furniture` VALUES ('1336', 'Blood Bath', 'hween08_bath', 's', '1', '2', '1', '0', '1', '0', '2948', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1344INSERT INTO `furniture` VALUES ('1337', 'Life Support (blood)', 'hween08_defibs', 's', '1', '1', '1', '0', '0', '0', '2938', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1345INSERT INTO `furniture` VALUES ('1338', 'Body Bag', 'hween08_bbag', 's', '1', '3', '1.3', '0', '0', '0', '2943', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
1346INSERT INTO `furniture` VALUES ('1339', 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', '3', '1', '1', '0', '0', '0', '2949', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1347INSERT INTO `furniture` VALUES ('1340', 'Life Support (ooze)', 'hween08_defibs2', 's', '1', '1', '1', '0', '0', '0', '2939', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1348INSERT INTO `furniture` VALUES ('1341', 'Hospital Bed (blood)', 'hween08_bed', 's', '1', '3', '2', '0', '0', '0', '2945', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
1349INSERT INTO `furniture` VALUES ('1342', 'Ooze Sink', 'hween08_sink2', 's', '1', '1', '1', '0', '0', '0', '2940', '1', '1', '0', '1', '1', 'vendingmachine', '0', '30', '0');
1350INSERT INTO `furniture` VALUES ('1343', 'Hospital Bed (ooze)', 'hween08_bed2', 's', '1', '3', '1', '0', '0', '0', '2937', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
1351INSERT INTO `furniture` VALUES ('1344', 'Ooze Bath', 'hween08_bath2', 's', '1', '2', '1', '0', '1', '0', '2947', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1352INSERT INTO `furniture` VALUES ('1345', 'Manhole', 'hween08_manhole', 's', '1', '1', '1', '0', '0', '0', '2946', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1353INSERT INTO `furniture` VALUES ('1346', ' poke', 'hween08_trll', 's', '1', '1', '1', '0', '0', '0', '2941', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1354INSERT INTO `furniture` VALUES ('1347', 'Glass High Bar Table', 'party_table', 's', '1', '1', '1', '1', '0', '0', '2956', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1355INSERT INTO `furniture` VALUES ('1348', 'Spotlight', 'party_discol', 's', '1', '1', '1', '0', '0', '0', '2963', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1356INSERT INTO `furniture` VALUES ('1349', 'Stage Block Large', 'party_block2', 's', '2', '2', '0.7', '1', '0', '1', '2950', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1357INSERT INTO `furniture` VALUES ('1350', 'Bar Corner', 'party_barcorn', 's', '1', '1', '1', '1', '0', '0', '2957', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1358INSERT INTO `furniture` VALUES ('1351', 'High Class Bar Stool', 'party_chair', 's', '1', '1', '1.3', '0', '1', '0', '2960', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1359INSERT INTO `furniture` VALUES ('1352', 'Small Stage', 'party_block', 's', '1', '1', '0.9', '1', '0', '1', '2959', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1360INSERT INTO `furniture` VALUES ('1353', 'Dance Floor Laser', 'party_ravel', 's', '1', '1', '1', '0', '0', '0', '2965', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1361INSERT INTO `furniture` VALUES ('1354', 'Despite being made a lava', 'party_tube_lava', 's', '1', '1', '1', '0', '0', '0', '2966', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1362INSERT INTO `furniture` VALUES ('1355', 'Club Tray', 'party_tray', 's', '1', '1', '1', '0', '0', '0', '2955', '1', '1', '0', '1', '1', 'vendingmachine', '0', '31', '0');
1363INSERT INTO `furniture` VALUES ('1356', 'Scratch it', 'party_djtable', 's', '1', '2', '1', '0', '0', '0', '2954', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1364INSERT INTO `furniture` VALUES ('1357', 'Disco Floor', 'party_floor', 's', '2', '2', '0', '1', '0', '1', '2958', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
1365INSERT INTO `furniture` VALUES ('1358', 'Glitter Ball', 'party_ball', 's', '1', '1', '0', '0', '0', '1', '2964', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1366INSERT INTO `furniture` VALUES ('1359', 'Bubbles Machine', 'party_tube_bubble', 's', '1', '1', '1', '0', '0', '0', '2951', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1367INSERT INTO `furniture` VALUES ('1360', ' MC', 'party_mic', 's', '1', '1', '1', '0', '0', '0', '2953', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1368INSERT INTO `furniture` VALUES ('1361', 'Dance Floor Beamer', 'party_beamer', 's', '1', '1', '1', '0', '0', '0', '2961', '1', '1', '0', '1', '1', 'default', '7', '0', '0');
1369INSERT INTO `furniture` VALUES ('1362', 'Bar Centre', 'party_bardesk', 's', '1', '1', '1', '1', '0', '0', '2962', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1370INSERT INTO `furniture` VALUES ('1363', 'Club seat', 'party_seat', 's', '1', '1', '1.1', '0', '1', '0', '2952', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1371INSERT INTO `furniture` VALUES ('1364', 'Snow Seat', 'xmas08_snowpl', 's', '1', '1', '1', '0', '1', '1', '3005', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1372INSERT INTO `furniture` VALUES ('1365', 'Emperor Penguin', 'penguin_basic', 's', '1', '1', '1', '0', '0', '0', '2977', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1373INSERT INTO `furniture` VALUES ('1366', 'Arctic Penguin Trophy', 'xmas08_trph1', 's', '1', '1', '1', '0', '0', '0', '2972', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1374INSERT INTO `furniture` VALUES ('1367', 'Musketeer Penguin', 'penguin_musketeer', 's', '1', '1', '1', '0', '0', '0', '2995', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1375INSERT INTO `furniture` VALUES ('1368', 'Icy table', 'xmas08_table', 's', '2', '2', '1', '1', '0', '0', '3009', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1376INSERT INTO `furniture` VALUES ('1369', 'Hot Tub', 'xmas08_hottub', 's', '2', '2', '1', '0', '1', '0', '2986', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1377INSERT INTO `furniture` VALUES ('1370', 'Luchador Penguin', 'penguin_wrestler', 's', '1', '1', '1', '0', '0', '0', '2990', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1378INSERT INTO `furniture` VALUES ('1371', 'Blow it up', 'fx_explosion', 's', '1', '1', '1', '0', '0', '0', '3011', '0', '0', '0', '0', '1', 'rentals', '2', '0', '0');
1379INSERT INTO `furniture` VALUES ('1372', 'Robot Penguin', 'penguin_robot', 's', '1', '1', '1', '0', '0', '0', '2969', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1380INSERT INTO `furniture` VALUES ('1373', 'Icy Christmas Tree', 'xmas08_icetree', 's', '1', '1', '1', '0', '0', '0', '2967', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1381INSERT INTO `furniture` VALUES ('1374', 'Camp fire', 'campfire', 's', '1', '1', '1', '1', '0', '0', '2974', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1382INSERT INTO `furniture` VALUES ('1375', 'Ice', 'xmas08_icerug', 's', '2', '2', '0', '1', '0', '1', '3002', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1383INSERT INTO `furniture` VALUES ('1376', 'Executive Penguin', 'penguin_suit', 's', '1', '1', '1', '0', '0', '0', '3008', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1384INSERT INTO `furniture` VALUES ('1377', 'December 2008', 'svnr_fi', 's', '1', '1', '1', '0', '0', '0', '2991', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1385INSERT INTO `furniture` VALUES ('1378', 'Snow Storm', 'xmas_snow', 's', '1', '1', '0', '1', '0', '1', '2982', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1386INSERT INTO `furniture` VALUES ('1379', 'Hockey Penguin', 'penguin_icehockey', 's', '1', '1', '1', '0', '0', '0', '2988', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1387INSERT INTO `furniture` VALUES ('1380', 'Pilot Penguin', 'penguin_pilot', 's', '1', '1', '1', '0', '0', '0', '3007', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1388INSERT INTO `furniture` VALUES ('1381', 'Ballerina Penguin', 'penguin_ballet', 's', '1', '1', '1', '0', '0', '0', '2996', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1389INSERT INTO `furniture` VALUES ('1382', 'Arctic SFX', 'sound_set_71', 's', '1', '1', '0.2', '1', '0', '0', '3000', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1390INSERT INTO `furniture` VALUES ('1383', 'Boxer Penguin', 'penguin_boxer', 's', '1', '1', '1', '0', '0', '0', '2979', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1391INSERT INTO `furniture` VALUES ('1384', 'Fluorescent Penguin', 'penguin_glow', 's', '1', '1', '1', '0', '0', '0', '2993', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1392INSERT INTO `furniture` VALUES ('1385', 'Summer Penguin', 'penguin_swim', 's', '1', '1', '1', '0', '0', '0', '2984', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1393INSERT INTO `furniture` VALUES ('1386', 'Sumo Penguin', 'penguin_sumo', 's', '1', '1', '1', '0', '0', '0', '2994', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1394INSERT INTO `furniture` VALUES ('1387', 'Bubbles', 'xmas08_geysir', 's', '2', '2', '1', '0', '0', '0', '2985', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1395INSERT INTO `furniture` VALUES ('1388', 'Clown Penguin', 'penguin_clown', 's', '1', '1', '1', '0', '0', '0', '2989', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1396INSERT INTO `furniture` VALUES ('1389', 'Infected Penguin', 'penguin_infected', 's', '1', '1', '1', '0', '0', '0', '2983', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1397INSERT INTO `furniture` VALUES ('1390', 'Firestarter', 'fx_flare', 's', '1', '1', '1', '1', '0', '0', '3013', '0', '0', '0', '0', '1', 'rentals', '2', '0', '0');
1398INSERT INTO `furniture` VALUES ('1391', 'Snowball Lantern Pile', 'xmas08_lantern', 's', '1', '1', '1', '0', '0', '0', '2968', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1399INSERT INTO `furniture` VALUES ('1392', 'Ice chair', 'xmas08_chair', 's', '1', '1', '1', '0', '1', '0', '3001', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1400INSERT INTO `furniture` VALUES ('1393', 'Superhero Penguin', 'penguin_super', 's', '1', '1', '1', '0', '0', '0', '2998', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1401INSERT INTO `furniture` VALUES ('1394', 'Icy Teleport', 'xmas08_telep', 's', '1', '1', '0.001', '0', '0', '0', '2978', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1402INSERT INTO `furniture` VALUES ('1395', 'Cube Tree', 'xmas08_cubetree', 's', '1', '1', '1', '0', '0', '0', '3006', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1403INSERT INTO `furniture` VALUES ('1396', 'Disco Penguin', 'penguin_rock', 's', '1', '1', '1', '0', '0', '0', '3010', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1404INSERT INTO `furniture` VALUES ('1397', 'Ice divider', 'xmas08_dvdr1', 's', '2', '1', '1', '0', '0', '0', '2992', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1405INSERT INTO `furniture` VALUES ('1398', 'Ice Fish Hole', 'xmas08_hole', 's', '1', '1', '1', '0', '0', '0', '2980', '1', '1', '0', '1', '1', 'vendingmachine', '0', '34', '0');
1406INSERT INTO `furniture` VALUES ('1399', 'XC Penguin', 'penguin_ski', 's', '1', '1', '1', '0', '0', '0', '2981', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1407INSERT INTO `furniture` VALUES ('1400', 'Skater Penguin', 'penguin_skater', 's', '1', '1', '1', '0', '0', '0', '2973', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1408INSERT INTO `furniture` VALUES ('1401', 'Icy Divider Corner', 'xmas08_dvdr2', 's', '1', '1', '1', '0', '0', '0', '2970', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1409INSERT INTO `furniture` VALUES ('1402', 'Christmas Penguin', 'penguin_elf', 's', '1', '1', '1', '0', '0', '0', '2971', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1410INSERT INTO `furniture` VALUES ('1403', 'Bunny Penguin', 'penguin_bunny', 's', '1', '1', '1', '0', '0', '0', '2975', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1411INSERT INTO `furniture` VALUES ('1404', 'Ninja Penguin', 'penguin_ninja', 's', '1', '1', '1', '0', '0', '0', '2976', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1412INSERT INTO `furniture` VALUES ('1405', 'Magic Penguin', 'penguin_magician', 's', '1', '1', '1', '0', '0', '0', '2997', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1413INSERT INTO `furniture` VALUES ('1406', 'Beautiful Penguin', 'penguin_hunchback', 's', '1', '1', '1', '0', '0', '0', '3003', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1414INSERT INTO `furniture` VALUES ('1407', 'Cowboy Penguin', 'penguin_cowboy', 's', '1', '1', '1', '0', '0', '0', '2987', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1415INSERT INTO `furniture` VALUES ('1408', 'Punk Penguin', 'penguin_punk', 's', '1', '1', '1', '0', '0', '0', '3004', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1416INSERT INTO `furniture` VALUES ('1409', 'Pirate Penguin', 'penguin_pirate', 's', '1', '1', '1', '0', '0', '0', '2999', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1417INSERT INTO `furniture` VALUES ('1410', 'ads_ob_pillow name', 'ads_ob_pillow', 's', '1', '1', '1', '0', '1', '0', '3018', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1418INSERT INTO `furniture` VALUES ('1411', 'Leviathon', 'lostc_merdragon', 's', '1', '3', '1', '0', '0', '0', '3016', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1419INSERT INTO `furniture` VALUES ('1412', 'Idea Agency Desk', 'ads_cldesk', 's', '2', '2', '1', '0', '0', '0', '3017', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1420INSERT INTO `furniture` VALUES ('1413', 'Eco Friendly Penguin', 'xmas08_trph2', 's', '1', '1', '1', '0', '0', '0', '3015', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1421INSERT INTO `furniture` VALUES ('1414', 'Whatever your Idea', 'ads_cltele', 's', '1', '1', '0.001', '0', '0', '0', '3014', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1422INSERT INTO `furniture` VALUES ('1415', 'Childline Rug', 'ads_clfloor', 's', '3', '5', '0', '0', '0', '1', '3019', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1423INSERT INTO `furniture` VALUES ('1417', 'Mall tele-door', 'ads_mall_tele', 's', '1', '1', '0.001', '1', '0', '1', '3020', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1424INSERT INTO `furniture` VALUES ('1418', 'Moongate', 'china_moongt', 's', '1', '3', '0.001', '0', '0', '1', '3024', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1425INSERT INTO `furniture` VALUES ('1419', 'Lotus Pool', 'bolly_lotus_pool', 's', '2', '2', '0', '0', '0', '0', '3022', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1426INSERT INTO `furniture` VALUES ('1420', 'Ox Statue', 'china_ox', 's', '1', '1', '1', '0', '0', '0', '3025', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1427INSERT INTO `furniture` VALUES ('1422', 'Petal Flurry', 'bolly_petals', 's', '2', '2', '0', '1', '0', '1', '3026', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1428INSERT INTO `furniture` VALUES ('1423', 'Palm Tree', 'bolly_tree', 's', '1', '1', '1', '0', '0', '0', '3042', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1429INSERT INTO `furniture` VALUES ('1424', 'Swing low', 'bolly_swing', 's', '2', '1', '1.5', '0', '1', '0', '3037', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1430INSERT INTO `furniture` VALUES ('1425', 'Star Pillow', 'bolly_pillow', 's', '1', '1', '0.8', '0', '1', '0', '3030', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1431INSERT INTO `furniture` VALUES ('1426', 'Bollywood Corner', 'bolly_corner', 's', '1', '1', '1', '1', '0', '0', '3031', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1432INSERT INTO `furniture` VALUES ('1427', 'Elephant MiniBar', 'bolly_phant', 's', '1', '1', '1', '0', '0', '0', '3033', '1', '1', '0', '1', '1', 'vendingmachine', '0', '35', '0');
1433INSERT INTO `furniture` VALUES ('1428', 'Monkey Lamp', 'bolly_monkey_lamp', 's', '1', '1', '1', '0', '0', '0', '3036', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1434INSERT INTO `furniture` VALUES ('1429', 'Green Curtain', 'bolly_drapeb', 's', '3', '1', '0.001', '0', '0', '0', '3040', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1435INSERT INTO `furniture` VALUES ('1430', 'Planet of Love', 'planet_of_love', 's', '1', '1', '1', '1', '0', '0', '3044', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1436INSERT INTO `furniture` VALUES ('1431', 'Chandelier', 'bolly_lamp', 's', '1', '1', '1', '0', '0', '0', '3041', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1437INSERT INTO `furniture` VALUES ('1432', 'Bollywood Desk', 'bolly_desk', 's', '2', '1', '1', '1', '0', '0', '3034', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1438INSERT INTO `furniture` VALUES ('1433', 'Vase of Flowers', 'bolly_vase', 's', '1', '1', '1', '0', '0', '0', '3043', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1439INSERT INTO `furniture` VALUES ('1434', 'Standard Tile', 'bolly_tile2', 's', '2', '2', '0', '1', '0', '1', '3027', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1440INSERT INTO `furniture` VALUES ('1435', 'Large Ornamental Table', 'bolly_table', 's', '2', '2', '1', '1', '0', '0', '3035', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1441INSERT INTO `furniture` VALUES ('1436', 'Yellow Curtain', 'bolly_drapec', 's', '3', '1', '0.001', '0', '0', '0', '3032', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1442INSERT INTO `furniture` VALUES ('1437', 'Extravagant Fountain', 'bolly_fountain', 's', '2', '2', '1', '0', '0', '0', '3029', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1443INSERT INTO `furniture` VALUES ('20046', 'Executive Teleport', 'exe_elevator', 's', '1', '1', '0.001', '0', '0', '0', '3305', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1444INSERT INTO `furniture` VALUES ('1439', 'Ornamental Tile', 'bolly_tile1', 's', '2', '2', '0', '1', '0', '1', '3028', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1445INSERT INTO `furniture` VALUES ('1440', 'Pink Curtain', 'bolly_drapea', 's', '3', '1', '0.001', '0', '0', '0', '3038', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1446INSERT INTO `furniture` VALUES ('1441', 'ads_idol_floor1 name', 'ads_idol_floor1', 's', '2', '2', '0', '0', '0', '1', '3045', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1447INSERT INTO `furniture` VALUES ('1442', 'Inventor\'s Desk', 'ads_igor_dsk', 's', '2', '1', '1', '0', '0', '0', '3049', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1448INSERT INTO `furniture` VALUES ('1443', 'ads_idol_desk', 'ads_idol_desk', 's', '1', '4', '1', '0', '0', '0', '3050', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1449INSERT INTO `furniture` VALUES ('1444', 'ads_idol_ch', 'ads_idol_ch', 's', '1', '1', '1.2', '0', '1', '0', '3051', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1450INSERT INTO `furniture` VALUES ('1445', 'Glass Flask', 'ads_igor_flask', 's', '1', '1', '1', '0', '0', '0', '3046', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1451INSERT INTO `furniture` VALUES ('1446', 'ads_idol_drape name', 'ads_idol_drape', 's', '3', '1', '0.001', '0', '0', '0', '3048', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1452INSERT INTO `furniture` VALUES ('1447', 'ads_idol_floor2 name', 'ads_idol_floor2', 's', '2', '2', '0', '0', '0', '1', '3047', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1453INSERT INTO `furniture` VALUES ('1448', 'Kraken', 'lostc_octopus', 's', '1', '2', '1', '0', '0', '0', '3052', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1454INSERT INTO `furniture` VALUES ('1449', 'Marble Floor Tile', 'lc_tile1', 's', '2', '2', '0', '1', '0', '1', '3076', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1455INSERT INTO `furniture` VALUES ('1450', 'Small Jellyfish Lamp', 'lc_medusa2', 's', '1', '1', '1', '0', '0', '0', '3073', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1456INSERT INTO `furniture` VALUES ('1451', 'Sally Lightfoot', 'lc_crab2', 's', '1', '1', '1', '0', '0', '0', '3068', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1457INSERT INTO `furniture` VALUES ('1452', 'March Collectable 2009', 'lostc_teleport', 's', '1', '1', '0.001', '0', '0', '1', '3071', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1458INSERT INTO `furniture` VALUES ('1453', 'ads_idol_piano name', 'ads_idol_piano', 's', '2', '2', '1', '0', '0', '0', '3058', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1459INSERT INTO `furniture` VALUES ('1454', 'Large Coral Divider', 'lc_coral_divider_hi', 's', '2', '1', '1', '0', '0', '0', '3078', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1460INSERT INTO `furniture` VALUES ('1455', 'ads_711shelf name', 'ads_711shelf', 's', '1', '2', '1', '0', '0', '0', '3066', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1461INSERT INTO `furniture` VALUES ('1456', 'Water Tube Corner', 'lc_tubes_corners', 's', '1', '1', '1', '0', '0', '0', '3072', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1462INSERT INTO `furniture` VALUES ('1457', 'Captain\'s Table', 'lc_table', 's', '2', '2', '1', '1', '0', '0', '3067', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1463INSERT INTO `furniture` VALUES ('1458', 'Cobbled Stones', 'lc_tile2', 's', '2', '2', '0', '1', '0', '1', '3069', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1464INSERT INTO `furniture` VALUES ('1459', 'Anemone', 'lc_anemone', 's', '1', '1', '1', '0', '0', '0', '3074', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1465INSERT INTO `furniture` VALUES ('1460', 'Small Coral Divider', 'lc_coral_divider_low', 's', '2', '1', '1', '0', '0', '0', '3077', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1466INSERT INTO `furniture` VALUES ('1461', 'Ocean Window Rug', 'lc_glass_floor', 's', '2', '3', '0', '0', '0', '1', '3060', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1467INSERT INTO `furniture` VALUES ('1462', 'Large Jellyfish Lamp', 'lc_medusa1', 's', '1', '1', '1', '0', '0', '0', '3064', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1468INSERT INTO `furniture` VALUES ('1463', 'Crab Patch', 'lc_crab1', 's', '2', '2', '1', '0', '0', '0', '3062', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1469INSERT INTO `furniture` VALUES ('1464', 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', '1', '1', '1', '0', '0', '0', '3059', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1470INSERT INTO `furniture` VALUES ('1465', 'ads_idol_pchair name', 'ads_idol_pchair', 's', '1', '1', '1', '0', '1', '0', '3056', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1471INSERT INTO `furniture` VALUES ('1466', 'Water Tube Straight', 'lc_tubes_straight', 's', '1', '1', '1', '0', '0', '0', '3065', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1472INSERT INTO `furniture` VALUES ('1467', 'ads_idol_audChr name', 'ads_idol_audChr', 's', '1', '1', '1', '0', '1', '0', '3057', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1473INSERT INTO `furniture` VALUES ('1468', 'ads_idol_trax name', 'ads_idol_trax', 's', '1', '1', '1', '0', '0', '0', '3055', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1474INSERT INTO `furniture` VALUES ('1469', 'ads_idol_tele', 'ads_idol_tele', 's', '1', '1', '0.001', '0', '0', '1', '3053', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1475INSERT INTO `furniture` VALUES ('1470', 'Wooden Corner', 'lc_corner', 's', '1', '1', '1', '1', '0', '0', '3075', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1476INSERT INTO `furniture` VALUES ('1471', 'Wooden Stool', 'lc_stool', 's', '1', '1', '1', '0', '1', '0', '3063', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1477INSERT INTO `furniture` VALUES ('1472', 'No rusty nails', 'lc_chair', 's', '1', '1', '1', '0', '1', '0', '3061', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1478INSERT INTO `furniture` VALUES ('1473', 'Wooden Bar Desk', 'lc_desk', 's', '2', '1', '1', '1', '0', '0', '3070', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1479INSERT INTO `furniture` VALUES ('1474', 'ads_idol_mic name', 'ads_idol_mic', 's', '1', '1', '1', '0', '0', '0', '3054', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1480INSERT INTO `furniture` VALUES ('1475', 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', '1', '1', '0.2', '0', '0', '1', '3080', '1', '1', '0', '1', '1', 'default', '103', '0', '0');
1481INSERT INTO `furniture` VALUES ('1476', 'ads_idol_clRack name', 'ads_idol_clRack', 's', '3', '1', '1', '0', '0', '0', '3079', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1482INSERT INTO `furniture` VALUES ('1477', 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', '1', '1', '1.2', '0', '1', '0', '3081', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1483INSERT INTO `furniture` VALUES ('1478', 'Ecotron prize', 'ecotron_box', 's', '1', '1', '1', '1', '0', '0', '3095', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1484INSERT INTO `furniture` VALUES ('1479', 'Eco Light 2', 'eco_light2', 's', '1', '1', '1', '1', '0', '0', '3082', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1485INSERT INTO `furniture` VALUES ('1480', 'Eco Stool 3', 'eco_chair3', 's', '1', '1', '1', '0', '1', '0', '3094', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1486INSERT INTO `furniture` VALUES ('1481', 'Eco Coffee Table 3', 'eco_table3', 's', '2', '2', '1', '1', '0', '0', '3086', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1487INSERT INTO `furniture` VALUES ('1482', 'Eco Lamp 2', 'eco_lamp2', 's', '1', '1', '1', '1', '0', '0', '3092', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1488INSERT INTO `furniture` VALUES ('1483', 'Eco Armchair 3', 'eco_sofa3', 's', '1', '1', '1', '0', '1', '0', '3088', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1489INSERT INTO `furniture` VALUES ('1484', 'Eco Coffee Table 2', 'eco_table2', 's', '2', '2', '1', '1', '0', '0', '3089', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1490INSERT INTO `furniture` VALUES ('1485', 'Fruit Bowl 2', 'eco_fruits2', 's', '1', '1', '1', '1', '0', '0', '3102', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1491INSERT INTO `furniture` VALUES ('1486', 'Eco Armchair 1', 'eco_sofa1', 's', '1', '1', '1', '0', '1', '0', '3096', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1492INSERT INTO `furniture` VALUES ('1487', 'Fruit Bowl 3', 'eco_fruits3', 's', '1', '1', '1', '1', '0', '0', '3104', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1493INSERT INTO `furniture` VALUES ('1488', 'Eco Light 1', 'eco_light1', 's', '1', '1', '1', '1', '0', '0', '3098', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1494INSERT INTO `furniture` VALUES ('1489', 'Actually', 'eco_tree1', 's', '1', '1', '1', '0', '0', '0', '3093', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1495INSERT INTO `furniture` VALUES ('1490', 'Potted Cactus 2', 'eco_cactus2', 's', '1', '1', '1', '1', '0', '0', '3105', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1496INSERT INTO `furniture` VALUES ('1491', 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', '1', '1', '1', '0', '0', '0', '3111', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1497INSERT INTO `furniture` VALUES ('1492', 'Road Signs', 'bump_signs', 's', '1', '1', '1', '0', '0', '0', '3090', '1', '1', '0', '0', '1', 'default', '7', '0', '0');
1498INSERT INTO `furniture` VALUES ('1493', 'Potted Cactus 1', 'eco_cactus1', 's', '1', '1', '1', '1', '0', '0', '3083', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1499INSERT INTO `furniture` VALUES ('1494', 'Eco Stool 2', 'eco_chair2', 's', '1', '1', '1', '0', '1', '0', '3106', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1500INSERT INTO `furniture` VALUES ('1495', 'Potted Cactus 3', 'eco_cactus3', 's', '1', '1', '1', '1', '0', '0', '3085', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1501INSERT INTO `furniture` VALUES ('1496', 'Bumper Tyres', 'bump_tires', 's', '1', '1', '0.8', '1', '0', '0', '3101', '1', '1', '0', '0', '1', 'default', '3', '0', '0');
1502INSERT INTO `furniture` VALUES ('1497', 'Traffic Lights', 'bump_lights', 's', '1', '1', '1', '0', '0', '0', '3103', '1', '1', '0', '0', '1', 'default', '3', '0', '0');
1503INSERT INTO `furniture` VALUES ('1498', 'Eco Lamp 3', 'eco_lamp3', 's', '1', '1', '1', '1', '0', '0', '3091', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1504INSERT INTO `furniture` VALUES ('1499', 'Eco Coffee Table 1', 'eco_table1', 's', '2', '2', '1', '1', '0', '0', '3099', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1505INSERT INTO `furniture` VALUES ('1500', 'Eco Stool 1', 'eco_chair1', 's', '1', '1', '1', '0', '1', '0', '3084', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1506INSERT INTO `furniture` VALUES ('1501', 'Eco Armchair 2', 'eco_sofa2', 's', '1', '1', '1', '0', '1', '0', '3100', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1507INSERT INTO `furniture` VALUES ('1502', 'Road', 'bump_road', 's', '2', '2', '0', '1', '0', '1', '3110', '1', '1', '0', '0', '1', 'default', '4', '0', '0');
1508INSERT INTO `furniture` VALUES ('1503', 'Fruit Bowl 1', 'eco_fruits1', 's', '1', '1', '1', '1', '0', '0', '3107', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1509INSERT INTO `furniture` VALUES ('1504', 'Eco Lamp 1', 'eco_lamp1', 's', '1', '1', '1', '1', '0', '0', '3097', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1510INSERT INTO `furniture` VALUES ('1505', 'Eco Light 3', 'eco_light3', 's', '1', '1', '1', '1', '0', '0', '3108', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1511INSERT INTO `furniture` VALUES ('1506', 'Pear Tree', 'eco_tree2', 's', '1', '1', '1', '0', '0', '0', '3109', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1512INSERT INTO `furniture` VALUES ('1507', 'Totem Leg', 'totem_leg', 's', '1', '1', '1.2', '1', '0', '0', '3113', '1', '1', '0', '1', '1', 'default', '9', '0', '0');
1513INSERT INTO `furniture` VALUES ('1508', 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', '1', '1', '1', '0', '0', '0', '3112', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1514INSERT INTO `furniture` VALUES ('1509', 'ads_idol_tube name', 'ads_idol_tube', 's', '1', '1', '1', '0', '0', '0', '3126', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1515INSERT INTO `furniture` VALUES ('1510', 'Executive Light', 'exe_light', 's', '1', '1', '0', '1', '0', '1', '3122', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1516INSERT INTO `furniture` VALUES ('1511', 'ads_idol_cork name', 'ads_idol_cork', 's', '3', '1', '1', '0', '0', '0', '3120', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1517INSERT INTO `furniture` VALUES ('1512', 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', '1', '1', '1', '0', '0', '0', '3127', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1518INSERT INTO `furniture` VALUES ('1513', 'Grass patch', 'env_grass', 's', '2', '2', '0', '1', '0', '1', '3129', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1519INSERT INTO `furniture` VALUES ('1514', 'Forest Trunk Seat', 'env_tree3', 's', '1', '1', '1', '0', '0', '0', '3125', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1520INSERT INTO `furniture` VALUES ('1515', 'Eco Hedgerow', 'env_bushes', 's', '1', '2', '1', '0', '0', '0', '3115', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1521INSERT INTO `furniture` VALUES ('1516', 'Eco Hedgerows Gate', 'env_bushes_gate', 's', '1', '2', '0.001', '0', '0', '0', '3128', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1522INSERT INTO `furniture` VALUES ('1517', 'Executive Gate', 'exe_gate', 's', '1', '1', '0.001', '0', '0', '0', '3119', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1523INSERT INTO `furniture` VALUES ('1518', 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', '2', '2', '1', '0', '0', '0', '3116', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1524INSERT INTO `furniture` VALUES ('1519', 'Forest Tree Chair', 'env_tree1', 's', '1', '1', '1', '0', '1', '0', '3117', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1525INSERT INTO `furniture` VALUES ('1520', 'Forest Tree Americana', 'env_tree2', 's', '1', '1', '1', '0', '1', '0', '3123', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1526INSERT INTO `furniture` VALUES ('1521', 'Cubist Light', 'exe_cubelight', 's', '1', '1', '1', '0', '0', '0', '3121', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1527INSERT INTO `furniture` VALUES ('1522', 'The Four Seasons Tree', 'env_tree4', 's', '2', '2', '1', '0', '0', '0', '3118', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1528INSERT INTO `furniture` VALUES ('1523', 'Sphere Lamp', 'exe_artlamp', 's', '1', '1', '1', '0', '0', '0', '3114', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1529INSERT INTO `furniture` VALUES ('1524', 'ads_idol_ichair name', 'ads_idol_ichair', 's', '1', '1', '1.4', '0', '1', '0', '3124', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1530INSERT INTO `furniture` VALUES ('1525', 'Wedding Cake', 'tray_cake', 's', '1', '1', '1', '0', '0', '0', '3133', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1531INSERT INTO `furniture` VALUES ('1526', 'ads_reebok_block2', 'ads_reebok_block2', 's', '2', '2', '0.8', '1', '0', '1', '3132', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1532INSERT INTO `furniture` VALUES ('1527', 'ads_malaco_rug_name', 'ads_malaco_rug', 's', '3', '3', '0', '0', '0', '1', '3135', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1533INSERT INTO `furniture` VALUES ('1528', 'Champagne Bucket', 'tray_champagne', 's', '1', '1', '1', '0', '0', '0', '3134', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1534INSERT INTO `furniture` VALUES ('1529', 'Champagne Tower', 'tray_glasstower', 's', '1', '1', '1', '0', '0', '0', '3130', '1', '1', '0', '1', '1', 'vendingmachine', '0', '40', '0');
1535INSERT INTO `furniture` VALUES ('1530', 'ads_malaco_gu', 'ads_malaco_gu', 's', '1', '1', '1', '0', '0', '0', '3131', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1536INSERT INTO `furniture` VALUES ('1531', 'Idea Agency Super Cake', 'ads_clcake', 's', '1', '1', '1', '0', '0', '0', '3139', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1537INSERT INTO `furniture` VALUES ('1532', 'Idea Agency Sofa', 'ads_cl_sofa', 's', '2', '1', '1', '0', '1', '0', '3137', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1538INSERT INTO `furniture` VALUES ('1533', 'Function Table', 'ads_idol_tblCloth', 's', '2', '2', '1', '1', '0', '0', '3136', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1539INSERT INTO `furniture` VALUES ('1534', 'ads_idol_carpet name', 'ads_idol_carpet', 's', '2', '7', '0', '0', '0', '1', '3140', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1540INSERT INTO `furniture` VALUES ('1535', 'Function Lamp', 'ads_idol_lamp', 's', '1', '1', '0', '1', '0', '1', '3138', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1541INSERT INTO `furniture` VALUES ('1536', 'Rain Shower', 'country_rain', 's', '1', '1', '0', '1', '0', '1', '3153', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1542INSERT INTO `furniture` VALUES ('1537', 'Scarecrow', 'country_scarecrow', 's', '1', '1', '1', '0', '0', '0', '3160', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1543INSERT INTO `furniture` VALUES ('1538', 'Porta-House', 'env_telep', 's', '1', '1', '0.001', '0', '0', '0', '3161', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1544INSERT INTO `furniture` VALUES ('1539', 'Crop Field', 'country_soil', 's', '2', '2', '0', '1', '0', '1', '3145', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1545INSERT INTO `furniture` VALUES ('1540', 'Field Grass', 'country_grass', 's', '2', '2', '0', '1', '0', '1', '3162', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1546INSERT INTO `furniture` VALUES ('1541', 'The Golden Tablet', 'ads_goldtabl', 's', '1', '1', '1', '0', '0', '0', '3151', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1547INSERT INTO `furniture` VALUES ('1542', 'Witch Mushroom', 'eco_mush1', 's', '1', '1', '1', '1', '0', '0', '3142', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1548INSERT INTO `furniture` VALUES ('1543', 'Tractor', 'country_trctr', 's', '2', '2', '1', '0', '0', '0', '3147', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1549INSERT INTO `furniture` VALUES ('1544', 'Stone Wall', 'country_fnc2', 's', '2', '1', '1', '0', '0', '0', '3141', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1550INSERT INTO `furniture` VALUES ('1545', 'Stick Fence', 'country_fnc1', 's', '2', '1', '1', '0', '0', '0', '3154', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1551INSERT INTO `furniture` VALUES ('1546', 'Wishing Well', 'country_well', 's', '1', '1', '1', '0', '0', '0', '3149', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1552INSERT INTO `furniture` VALUES ('1547', 'Fairy Mushroom', 'eco_mush2', 's', '1', '1', '1', '1', '0', '0', '3155', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1553INSERT INTO `furniture` VALUES ('1548', 'Rainbow', 'country_rbw', 's', '1', '1', '1', '0', '0', '0', '3143', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1554INSERT INTO `furniture` VALUES ('1549', 'Golden Wheat', 'country_wheat', 's', '2', '2', '1', '0', '0', '0', '3163', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1555INSERT INTO `furniture` VALUES ('1550', 'Farm Gate', 'country_gate', 's', '2', '1', '0.001', '0', '0', '0', '3150', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1556INSERT INTO `furniture` VALUES ('1551', 'Country Trax', 'sound_set_72', 's', '1', '1', '0.2', '1', '0', '0', '3144', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1557INSERT INTO `furniture` VALUES ('1552', 'Wooden Stage', 'country_stage', 's', '2', '2', '1', '1', '0', '1', '3148', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1558INSERT INTO `furniture` VALUES ('1553', 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', '1', '1', '1', '0', '0', '0', '3156', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1559INSERT INTO `furniture` VALUES ('1554', 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', '1', '1', '1', '0', '0', '0', '3157', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1560INSERT INTO `furniture` VALUES ('1555', 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', '1', '1', '1', '0', '0', '0', '3158', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1561INSERT INTO `furniture` VALUES ('1556', 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', '1', '1', '1', '0', '0', '0', '3159', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1562INSERT INTO `furniture` VALUES ('1557', 'Log Bench', 'country_log', 's', '2', '1', '1', '0', '1', '0', '3146', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1563INSERT INTO `furniture` VALUES ('1558', 'Stone Pile', 'country_fnc3', 's', '1', '1', '1', '0', '0', '0', '3152', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1564INSERT INTO `furniture` VALUES ('1559', 'Wooden Patio Tile', 'country_patio', 's', '1', '1', '1', '0', '0', '0', '3166', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1565INSERT INTO `furniture` VALUES ('1560', 'Country Ditch Corner', 'country_corner', 's', '1', '1', '1', '0', '0', '0', '3164', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1566INSERT INTO `furniture` VALUES ('1561', 'Country Ditch', 'country_ditch', 's', '1', '2', '0.001', '0', '0', '0', '3165', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1567INSERT INTO `furniture` VALUES ('1562', 'ads_calip_chair name', 'ads_calip_chair', 's', '1', '1', '1', '0', '1', '0', '3168', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1568INSERT INTO `furniture` VALUES ('1563', 'ads_idol_trophy name', 'ads_idol_trophy', 's', '1', '1', '1', '0', '0', '0', '3169', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1569INSERT INTO `furniture` VALUES ('1564', 'Totem Spirit Head', 'totem_head', 's', '1', '1', '1.7', '1', '0', '0', '3167', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
1570INSERT INTO `furniture` VALUES ('1565', 'ads_calip_pool name', 'ads_calip_pool', 's', '2', '2', '0', '0', '0', '1', '3182', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1571INSERT INTO `furniture` VALUES ('1566', 'laptopdesk name', 'laptopdesk', 's', '2', '2', '1', '0', '0', '0', '3173', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1572INSERT INTO `furniture` VALUES ('1567', 'Skull', 'LT_skull', 's', '1', '1', '1', '0', '0', '0', '3189', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1573INSERT INTO `furniture` VALUES ('1568', 'Large Tribal Block', 'lt_stage2', 's', '2', '2', '0.9', '1', '0', '1', '3175', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1574INSERT INTO `furniture` VALUES ('1569', 'Lava Corner', 'lt_lavac', 's', '1', '1', '1', '0', '0', '0', '3180', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1575INSERT INTO `furniture` VALUES ('1570', 'Tribal Gate', 'lt_gate', 's', '2', '1', '0.001', '0', '0', '0', '3172', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1576INSERT INTO `furniture` VALUES ('1571', 'Planet of Eternity', 'saturn', 's', '1', '1', '1', '1', '0', '0', '3181', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1577INSERT INTO `furniture` VALUES ('1572', 'ads_calip_tele name', 'ads_calip_tele', 's', '1', '1', '0.001', '0', '0', '0', '3190', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1578INSERT INTO `furniture` VALUES ('1573', 'Stone Statue', 'lt_statue', 's', '1', '1', '1', '0', '0', '0', '3185', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1579INSERT INTO `furniture` VALUES ('1574', 'Tarantula', 'lt_spider', 's', '1', '1', '1', '0', '0', '0', '3178', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1580INSERT INTO `furniture` VALUES ('1575', 'Tribal Stone Wall', 'lt_stone2', 's', '2', '1', '1.2', '1', '0', '0', '3177', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1581INSERT INTO `furniture` VALUES ('1576', 'Tribal Seat', 'LT_throne', 's', '1', '1', '1.5', '0', '1', '0', '3171', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1582INSERT INTO `furniture` VALUES ('1577', 'audChr name', 'audChr', 's', '1', '1', '1', '0', '1', '0', '3179', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1583INSERT INTO `furniture` VALUES ('1578', 'Moss Patch', 'lt_patch', 's', '2', '2', '0', '1', '0', '1', '3188', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1584INSERT INTO `furniture` VALUES ('1579', 'Lava Ditch', 'lt_lava', 's', '1', '2', '1', '0', '0', '0', '3176', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1585INSERT INTO `furniture` VALUES ('1580', 'Small Tribal Torch', 'LT_pillar2', 's', '1', '1', '1', '0', '0', '0', '3170', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1586INSERT INTO `furniture` VALUES ('1581', 'Ant Hill', 'lt_bughill', 's', '1', '1', '1', '0', '0', '0', '3174', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1587INSERT INTO `furniture` VALUES ('1582', 'noticeboard name', 'noticeboard', 's', '3', '1', '1', '0', '0', '0', '3186', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1588INSERT INTO `furniture` VALUES ('1583', 'clrack name', 'clrack', 's', '3', '1', '0', '1', '0', '0', '3184', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1589INSERT INTO `furniture` VALUES ('1584', 'Large Tribal Torch', 'LT_pillar', 's', '1', '1', '1', '0', '0', '0', '3187', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1590INSERT INTO `furniture` VALUES ('1585', 'Small Tribal Block', 'lt_stage1', 's', '1', '1', '0.9', '1', '0', '1', '3183', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1591INSERT INTO `furniture` VALUES ('1586', 'transparent_floor name', 'transparent_floor', 's', '2', '2', '0', '1', '0', '1', '3199', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1592INSERT INTO `furniture` VALUES ('1587', 'ads_calip_lava name', 'ads_calip_lava', 's', '1', '1', '1', '0', '0', '0', '3197', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1593INSERT INTO `furniture` VALUES ('1588', 'Tribal Stone Corner', 'lt_stone1', 's', '1', '1', '1.2', '1', '0', '0', '3196', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1594INSERT INTO `furniture` VALUES ('1589', 'ads_calip_fan', 'ads_calip_fan', 's', '1', '1', '1', '0', '0', '0', '3198', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1595INSERT INTO `furniture` VALUES ('1590', 'voting_ch name', 'voting_ch', 's', '1', '1', '1.3', '0', '1', '0', '3201', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1596INSERT INTO `furniture` VALUES ('1591', 'Quick Coffee Stop', 'ads_mall_coffeem', 's', '1', '1', '1', '0', '0', '0', '3202', '1', '1', '0', '1', '1', 'vendingmachine', '0', '41', '0');
1597INSERT INTO `furniture` VALUES ('1592', 'Totem Planet', 'totem_planet', 's', '1', '1', '1', '0', '0', '0', '3200', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1598INSERT INTO `furniture` VALUES ('1593', 'Don\'t worry', 'SF_reactor', 's', '1', '1', '1', '1', '0', '0', '3212', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1599INSERT INTO `furniture` VALUES ('1594', 'Pack all you want', 'SF_crate_2', 's', '2', '1', '1', '1', '0', '0', '3204', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1600INSERT INTO `furniture` VALUES ('1595', 'Space Crew Chair', 'SF_chair_blue', 's', '1', '1', '1.2', '0', '1', '0', '3207', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1601INSERT INTO `furniture` VALUES ('1596', 'Cryogenic Bed', 'sf_pod', 's', '1', '3', '1.36', '0', '0', '0', '3219', '1', '1', '0', '1', '1', 'bed', '2', '0', '0');
1602INSERT INTO `furniture` VALUES ('1597', 'Command Console', 'SF_panel1', 's', '1', '1', '1', '0', '0', '0', '3217', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1603INSERT INTO `furniture` VALUES ('1598', 'Starship Table', 'SF_table', 's', '2', '2', '1', '1', '0', '0', '3220', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1604INSERT INTO `furniture` VALUES ('1599', 'Welcome aboard', 'SF_chair_green', 's', '1', '1', '1.2', '0', '1', '0', '3215', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1605INSERT INTO `furniture` VALUES ('1600', 'Small Crate', 'SF_crate_1', 's', '1', '1', '1', '1', '0', '0', '3205', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1606INSERT INTO `furniture` VALUES ('1601', 'Alien Lifeform', 'SF_alien', 's', '1', '1', '1', '0', '0', '0', '3210', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1607INSERT INTO `furniture` VALUES ('1602', 'Engineering Console', 'SF_panel2', 's', '2', '1', '1', '0', '0', '0', '3218', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1608INSERT INTO `furniture` VALUES ('1603', 'Display Gate', 'sf_gate', 's', '2', '1', '0.001', '0', '0', '0', '3221', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1609INSERT INTO `furniture` VALUES ('1604', 'Navigation Panel', 'SF_panel3', 's', '1', '1', '1', '0', '0', '0', '3208', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1610INSERT INTO `furniture` VALUES ('1605', 'Starship Floor 2', 'SF_floor_2', 's', '2', '2', '0', '1', '0', '1', '3211', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1611INSERT INTO `furniture` VALUES ('1606', 'Sci Fi Lamp', 'SF_lamp', 's', '1', '1', '1', '0', '0', '0', '3224', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1612INSERT INTO `furniture` VALUES ('1607', 'Captain\'s Chair', 'SF_chair_red', 's', '1', '1', '1.2', '0', '1', '0', '3223', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1613INSERT INTO `furniture` VALUES ('1608', 'Transparent Floor', 'sf_floor', 's', '2', '4', '0', '1', '0', '1', '3213', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1614INSERT INTO `furniture` VALUES ('1609', 'Starship Roof', 'sf_roof', 's', '2', '4', '0', '1', '0', '1', '3203', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1615INSERT INTO `furniture` VALUES ('1610', 'Light Pole', 'sf_stick', 's', '1', '1', '1', '0', '0', '0', '3206', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
1616INSERT INTO `furniture` VALUES ('1611', 'Starship Floor 1', 'SF_floor_1', 's', '2', '2', '0', '1', '0', '1', '3222', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1617INSERT INTO `furniture` VALUES ('1612', ' sweets', 'ads_mall_kiosk', 's', '1', '2', '1', '0', '0', '0', '3216', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1618INSERT INTO `furniture` VALUES ('1613', 'Futuristic Teleport', 'sf_tele', 's', '1', '1', '0.001', '0', '0', '0', '3214', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1619INSERT INTO `furniture` VALUES ('1614', 'Sci Fi Roller', 'sf_roller', 's', '1', '1', '0.5', '1', '0', '1', '3209', '1', '1', '0', '1', '1', 'roller', '1', '0', '0');
1620INSERT INTO `furniture` VALUES ('1615', 'Hot Trophy', 'prizetrophy_hot', 's', '1', '1', '1', '0', '0', '0', '3229', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1621INSERT INTO `furniture` VALUES ('1616', 'Pink Inflatable Raft', 'summer_raft1', 's', '1', '1', '1', '0', '1', '0', '3228', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1622INSERT INTO `furniture` VALUES ('1617', 'Cool Trophy', 'prizetrophy_cool', 's', '1', '1', '1', '0', '0', '0', '3225', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
1623INSERT INTO `furniture` VALUES ('1618', 'Blue Inflatable Raft', 'summer_raft2', 's', '1', '1', '1', '0', '1', '0', '3227', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1624INSERT INTO `furniture` VALUES ('1619', 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', '1', '1', '1', '0', '0', '0', '3226', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1625INSERT INTO `furniture` VALUES ('1620', 'Summer Cool Box', 'summer_icebox', 's', '1', '1', '1', '0', '0', '0', '3231', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1626INSERT INTO `furniture` VALUES ('1621', 'ads_oc_soda', 'ads_oc_soda', 's', '1', '1', '1', '0', '0', '0', '3230', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1627INSERT INTO `furniture` VALUES ('1622', 'Mars Patch', 'marsrug', 's', '2', '2', '0', '1', '0', '1', '3232', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
1628INSERT INTO `furniture` VALUES ('1623', 'White Candle', 'rela_candle1', 's', '1', '1', '1', '0', '0', '0', '3238', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1629INSERT INTO `furniture` VALUES ('20066', 'Dead Tree', 'tree2', 's', '1', '1', '1', '0', '0', '0', '2104', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1630INSERT INTO `furniture` VALUES ('1625', 'Red Candles', 'rela_candles2', 's', '1', '1', '1', '0', '0', '0', '3245', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1631INSERT INTO `furniture` VALUES ('1626', 'Stones', 'rela_stone', 's', '1', '1', '0.5', '0', '0', '1', '3233', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1632INSERT INTO `furniture` VALUES ('1627', 'Wicker Chair', 'rela_hchair', 's', '1', '1', '1.3', '0', '1', '0', '3247', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1633INSERT INTO `furniture` VALUES ('1628', 'Red Candle', 'rela_candle2', 's', '1', '1', '1', '0', '0', '0', '3244', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1634INSERT INTO `furniture` VALUES ('1629', 'ads_711', 'ads_711*5', 's', '1', '1', '1', '0', '0', '0', '3241', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1635INSERT INTO `furniture` VALUES ('1630', 'ads_711', 'ads_711*6', 's', '1', '1', '1', '0', '0', '0', '3242', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1636INSERT INTO `furniture` VALUES ('1631', 'ads_711', 'ads_711*7', 's', '1', '1', '1', '0', '0', '0', '3243', '1', '1', '0', '1', '1', 'vendingmachine', '0', '19', '0');
1637INSERT INTO `furniture` VALUES ('1632', 'Purple Candle', 'rela_candle3', 's', '1', '1', '1', '0', '0', '0', '3235', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1638INSERT INTO `furniture` VALUES ('1633', 'Asteroid', 'pix_asteroid', 's', '1', '1', '1', '1', '0', '0', '3237', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1639INSERT INTO `furniture` VALUES ('1634', 'Bushy Houseplant', 'rela_plant', 's', '1', '1', '1', '0', '0', '0', '3246', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1640INSERT INTO `furniture` VALUES ('1635', 'White Candles', 'rela_candles1', 's', '1', '1', '1', '0', '0', '0', '3234', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1641INSERT INTO `furniture` VALUES ('1636', 'Purple Candles', 'rela_candles3', 's', '1', '1', '1', '0', '0', '0', '3236', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1642INSERT INTO `furniture` VALUES ('1637', 'Orchid', 'rela_orchid', 's', '1', '1', '1', '0', '0', '0', '3239', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1643INSERT INTO `furniture` VALUES ('1638', 'Rocks', 'rela_rock', 's', '1', '1', '0.8', '0', '1', '0', '3248', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1644INSERT INTO `furniture` VALUES ('1639', 'ktchn_stove name', 'ktchn_stove', 's', '2', '1', '1', '0', '0', '0', '3256', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1645INSERT INTO `furniture` VALUES ('1640', 'ktchn_light name', 'ktchn_light', 's', '2', '1', '0', '1', '0', '1', '3258', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1646INSERT INTO `furniture` VALUES ('1641', 'ktchn_plates name', 'ktchn_plates', 's', '1', '1', '1', '0', '0', '0', '3263', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1647INSERT INTO `furniture` VALUES ('1642', 'ktchn_countr_1 name', 'ktchn_countr_1', 's', '1', '1', '1', '1', '0', '0', '3261', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1648INSERT INTO `furniture` VALUES ('1643', 'ktchn_pots name', 'ktchn_pots', 's', '2', '1', '0', '1', '0', '1', '3252', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
1649INSERT INTO `furniture` VALUES ('1644', 'ktchn_cornr name', 'ktchn_cornr', 's', '1', '1', '1', '0', '0', '0', '3257', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1650INSERT INTO `furniture` VALUES ('1645', 'ktchn_desk name', 'ktchn_desk', 's', '2', '1', '1', '1', '0', '0', '3260', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1651INSERT INTO `furniture` VALUES ('1646', 'ktchn_trash name', 'ktchn_trash', 's', '1', '1', '1', '0', '0', '0', '3264', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1652INSERT INTO `furniture` VALUES ('1647', 'ktchn_countr_2 name', 'ktchn_countr_2', 's', '2', '1', '1', '1', '0', '0', '3253', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1653INSERT INTO `furniture` VALUES ('1648', 'ktchn_bBlock name', 'ktchn_bBlock', 's', '1', '1', '1', '0', '0', '0', '3255', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1654INSERT INTO `furniture` VALUES ('1649', 'ktchn_dvdr name', 'ktchn_dvdr', 's', '2', '1', '1', '0', '0', '0', '3259', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1655INSERT INTO `furniture` VALUES ('1650', 'ktchn_inspctr name', 'ktchn_inspctr', 's', '1', '1', '1', '1', '0', '0', '3250', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1656INSERT INTO `furniture` VALUES ('1651', 'ktchn_fridge name', 'ktchn_fridge', 's', '1', '1', '1', '1', '0', '0', '3249', '1', '1', '0', '1', '1', 'vendingmachine', '0', '3,36,37,38', '0');
1657INSERT INTO `furniture` VALUES ('1652', 'ads_1800tele', 'ads_1800tele', 's', '1', '1', '0.001', '0', '0', '0', '3251', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1658INSERT INTO `furniture` VALUES ('1653', 'ktchn_sink name', 'ktchn_sink', 's', '2', '1', '1', '0', '0', '0', '3262', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1659INSERT INTO `furniture` VALUES ('1654', 'ktchn_gate name', 'ktchn_gate', 's', '2', '1', '0.001', '0', '0', '0', '3254', '1', '1', '0', '1', '1', 'gate', '2', '0', '0');
1660INSERT INTO `furniture` VALUES ('1655', 'Pad of stickies', 'post.it', 'i', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '1', 'postit', '1', '0', '0');
1661INSERT INTO `furniture` VALUES ('1656', 'Heart Stickies', 'post.it.vd', 'i', '0', '0', '1', '0', '0', '0', '2', '0', '0', '0', '0', '1', 'postit', '1', '0', '0');
1662INSERT INTO `furniture` VALUES ('20067', 'Green Hatch', 'divider_poly3*7', 's', '1', '1', '0.001', '0', '0', '0', '1930', '1', '1', '0', '1', '1', 'gate', '1', '0', '0');
1663INSERT INTO `furniture` VALUES ('20068', 'Idea Agency Lava Lamp', 'ads_cllava2', 's', '1', '1', '1', '0', '0', '0', '3021', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1664INSERT INTO `furniture` VALUES ('1665', 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', '0', '0', '1', '0', '0', '0', '4002', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1665INSERT INTO `furniture` VALUES ('1666', 'Retro Wall Lamp', 'hc_wall_lamp', 'i', '0', '0', '1', '0', '0', '0', '4003', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1666INSERT INTO `furniture` VALUES ('1667', 'Industrial Turbine', 'industrialfan', 'i', '0', '0', '1', '0', '0', '0', '4004', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1667INSERT INTO `furniture` VALUES ('1668', 'Gothic Torch', 'torch', 'i', '0', '0', '1', '0', '0', '0', '4005', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1668INSERT INTO `furniture` VALUES ('1669', 'Heart Light', 'val_heart', 'i', '0', '0', '1', '0', '0', '0', '4006', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1669INSERT INTO `furniture` VALUES ('1670', 'Mirror', 'wallmirror', 'i', '0', '0', '1', '0', '0', '0', '4007', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1670INSERT INTO `furniture` VALUES ('1671', 'Ninja Stars', 'jp_ninjastars', 'i', '0', '0', '1', '0', '0', '0', '4008', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1671INSERT INTO `furniture` VALUES ('1672', 'Habbowood Mirror', 'habw_mirror', 'i', '0', '0', '1', '0', '0', '0', '4009', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1672INSERT INTO `furniture` VALUES ('1673', 'So you gotta ask yourself', 'habbowheel', 'i', '0', '0', '1', '0', '0', '0', '4010', '1', '1', '0', '1', '1', 'habbowheel', '1', '0', '0');
1673INSERT INTO `furniture` VALUES ('1674', 'Skull Guitar', 'guitar_skull', 'i', '0', '0', '1', '0', '0', '0', '4011', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1674INSERT INTO `furniture` VALUES ('1675', 'V Guitar', 'guitar_v', 'i', '0', '0', '1', '0', '0', '0', '4012', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1675INSERT INTO `furniture` VALUES ('1676', 'Christmas Lights', 'xmas_light', 'i', '0', '0', '1', '0', '0', '0', '4015', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1676INSERT INTO `furniture` VALUES ('1677', 'Anchor', 'hrella_poster_3', 'i', '0', '0', '1', '0', '0', '0', '4016', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1677INSERT INTO `furniture` VALUES ('1678', 'Life Buoy', 'hrella_poster_2', 'i', '0', '0', '1', '0', '0', '0', '4013', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1678INSERT INTO `furniture` VALUES ('1679', 'Porthole', 'hrella_poster_1', 'i', '0', '0', '1', '0', '0', '0', '4014', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1679INSERT INTO `furniture` VALUES ('1680', 'Swords', 'sw_swords', 'i', '0', '0', '1', '0', '0', '0', '4017', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1680INSERT INTO `furniture` VALUES ('1681', 'Mysterious Necklace', 'sw_stone', 'i', '0', '0', '1', '0', '0', '0', '4018', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1681INSERT INTO `furniture` VALUES ('1682', 'Ventilation Duct', 'sw_hole', 'i', '0', '0', '1', '0', '0', '0', '4019', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1682INSERT INTO `furniture` VALUES ('1683', 'Mood Light', 'roomdimmer', 'i', '0', '0', '1', '0', '0', '0', '4027', '1', '1', '0', '1', '1', 'dimmer', '1', '0', '0');
1683INSERT INTO `furniture` VALUES ('1684', 'Bubble Juice Can', 'md_logo_wall', 'i', '0', '0', '1', '0', '0', '0', '4023', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1684INSERT INTO `furniture` VALUES ('1685', 'Kakejiku Hokusai', 'jp_sheet3', 'i', '0', '0', '1', '0', '0', '0', '4021', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1685INSERT INTO `furniture` VALUES ('1686', 'Kakejiku Ninjya', 'jp_sheet2', 'i', '0', '0', '1', '0', '0', '0', '4026', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1686INSERT INTO `furniture` VALUES ('1687', 'Kakejiku Ziritsu', 'jp_sheet1', 'i', '0', '0', '1', '0', '0', '0', '4024', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1687INSERT INTO `furniture` VALUES ('1688', 'Ancestral Scimitars', 'arabian_swords', 'i', '0', '0', '1', '0', '0', '0', '4020', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1688INSERT INTO `furniture` VALUES ('1689', 'Arabian Window Frame', 'arabian_wndw', 'i', '0', '0', '1', '0', '0', '0', '4022', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1689INSERT INTO `furniture` VALUES ('1690', 'Jungle Wallplant', 'tiki_wallplnt', 'i', '0', '0', '1', '0', '0', '0', '4030', '0', '0', '0', '1', '1', 'default', '1', '0', '0');
1690INSERT INTO `furniture` VALUES ('1691', 'Surfboard', 'tiki_surfboard', 'i', '0', '0', '1', '0', '0', '0', '4028', '1', '1', '0', '1', '1', 'default', '9', '0', '0');
1691INSERT INTO `furniture` VALUES ('1692', 'tampax_wall', 'tampax_wall', 'i', '0', '0', '1', '0', '0', '0', '4029', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1692INSERT INTO `furniture` VALUES ('1693', 'Single Window', 'window_single_default', 'i', '0', '0', '1', '0', '0', '0', '4031', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1693INSERT INTO `furniture` VALUES ('1694', 'Double Window', 'window_double_default', 'i', '0', '0', '1', '0', '0', '0', '4032', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1694INSERT INTO `furniture` VALUES ('1695', 'Window', 'noob_window_double', 'i', '0', '0', '1', '0', '0', '0', '4033', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1695INSERT INTO `furniture` VALUES ('1696', 'Bay Window', 'window_triple', 'i', '0', '0', '1', '0', '0', '0', '4045', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1696INSERT INTO `furniture` VALUES ('1697', 'Glass Square Window', 'window_square', 'i', '0', '0', '1', '0', '0', '0', '4036', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1697INSERT INTO `furniture` VALUES ('1698', 'Large Romantic Window', 'window_romantic_wide', 'i', '0', '0', '1', '0', '0', '0', '4041', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1698INSERT INTO `furniture` VALUES ('1699', 'Small Romantic Window', 'window_romantic_narrow', 'i', '0', '0', '1', '0', '0', '0', '4037', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1699INSERT INTO `furniture` VALUES ('1700', 'Grunge Window', 'window_grunge', 'i', '0', '0', '1', '0', '0', '0', '4044', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1700INSERT INTO `furniture` VALUES ('1701', 'Golden Window', 'window_golden', 'i', '0', '0', '1', '0', '0', '0', '4035', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1701INSERT INTO `furniture` VALUES ('1702', 'Large Oriental Window', 'window_chinese_wide', 'i', '0', '0', '1', '0', '0', '0', '4034', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1702INSERT INTO `furniture` VALUES ('1703', 'Small Oriental Window', 'window_chinese_narrow', 'i', '0', '0', '1', '0', '0', '0', '4038', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1703INSERT INTO `furniture` VALUES ('1704', 'Basic Window', 'window_basic', 'i', '0', '0', '1', '0', '0', '0', '4042', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1704INSERT INTO `furniture` VALUES ('1705', 'Large 70s Window', 'window_70s_wide', 'i', '0', '0', '1', '0', '0', '0', '4039', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1705INSERT INTO `furniture` VALUES ('1706', 'Small 70s Window', 'window_70s_narrow', 'i', '0', '0', '1', '0', '0', '0', '4040', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1706INSERT INTO `furniture` VALUES ('1707', 'Sunny Delight', 'ads_sunnyd', 'i', '0', '0', '1', '0', '0', '0', '4043', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1707INSERT INTO `furniture` VALUES ('1708', 'Good grub', 'window_diner2', 'i', '0', '0', '1', '0', '0', '0', '4046', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1708INSERT INTO `furniture` VALUES ('1709', 'Large Diner Window', 'window_diner', 'i', '0', '0', '1', '0', '0', '0', '4049', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1709INSERT INTO `furniture` VALUES ('1710', 'Diner Side Table', 'diner_walltable', 'i', '0', '0', '1', '0', '0', '0', '4048', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1710INSERT INTO `furniture` VALUES ('1711', 'ads_dave_wall', 'ads_dave_wall', 'i', '0', '0', '1', '0', '0', '0', '4047', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1711INSERT INTO `furniture` VALUES ('1712', 'Window', 'window_hole', 'i', '0', '0', '1', '0', '0', '0', '4052', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1712INSERT INTO `furniture` VALUES ('1713', 'easy_poster', 'easy_poster', 'i', '0', '0', '1', '0', '0', '0', '4051', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1713INSERT INTO `furniture` VALUES ('1714', 'ads_nokia_logo name', 'ads_nokia_logo', 'i', '0', '0', '1', '0', '0', '0', '4050', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1714INSERT INTO `furniture` VALUES ('1715', 'ads_nokia_phone name', 'ads_nokia_phone', 'i', '0', '0', '1', '0', '0', '0', '4053', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1715INSERT INTO `furniture` VALUES ('1717', 'Skyscraper Window', 'window_skyscraper', 'i', '0', '0', '1', '0', '0', '0', '4054', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1716INSERT INTO `furniture` VALUES ('1718', 'netari_poster', 'netari_poster', 'i', '0', '0', '1', '0', '0', '0', '4057', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1717INSERT INTO `furniture` VALUES ('1719', 'Bullet Hole', 'det_bhole', 'i', '0', '0', '1', '0', '0', '0', '4056', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1718INSERT INTO `furniture` VALUES ('1720', 'Red V Guitar', 'ads_campguitar', 'i', '0', '0', '1', '0', '0', '0', '4058', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1719INSERT INTO `furniture` VALUES ('1721', 'Nuclear Radiation Sign', 'hween08_rad', 'i', '0', '0', '1', '0', '0', '0', '4059', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1720INSERT INTO `furniture` VALUES ('1722', 'Broken Window (small)', 'hween08_wndwb', 'i', '0', '0', '1', '0', '0', '0', '4061', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1721INSERT INTO `furniture` VALUES ('1723', 'Broken Window (large)', 'hween08_wndw', 'i', '0', '0', '1', '0', '0', '0', '4062', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1722INSERT INTO `furniture` VALUES ('1724', 'Biohazard Sign', 'hween08_bio', 'i', '0', '0', '1', '0', '0', '0', '4063', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1723INSERT INTO `furniture` VALUES ('1725', 'X-Ray Light Box', 'hw_08_xray', 'i', '0', '0', '1', '0', '0', '0', '4060', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1724INSERT INTO `furniture` VALUES ('1726', 'Red Gothic Fountain', 'gothicfountain2', 'i', '0', '0', '1', '0', '0', '0', '4065', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1725INSERT INTO `furniture` VALUES ('20052', 'Volturi Crest', 'ads_twi_crest', 'i', '0', '0', '1', '1', '0', '0', '4275', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1726INSERT INTO `furniture` VALUES ('1728', 'TBD Central Musical TV', 'ads_cmusic', 'i', '0', '0', '1', '0', '0', '0', '4067', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1727INSERT INTO `furniture` VALUES ('1729', 'Stand up or sitting down', 'party_wc_boy', 'i', '0', '0', '1', '0', '0', '0', '4070', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1728INSERT INTO `furniture` VALUES ('1730', 'Big Wall Lights', 'party_led', 'i', '0', '0', '1', '0', '0', '0', '4066', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1729INSERT INTO `furniture` VALUES ('1731', 'Neon Heart Light', 'party_neon5', 'i', '0', '0', '1', '0', '0', '0', '4074', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
1730INSERT INTO `furniture` VALUES ('1732', 'Neon Right Arrows', 'party_neon1', 'i', '0', '0', '1', '0', '0', '0', '4069', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1731INSERT INTO `furniture` VALUES ('1733', 'Neon Left Arrows', 'party_neon2', 'i', '0', '0', '1', '0', '0', '0', '4073', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1732INSERT INTO `furniture` VALUES ('1734', 'Girls Toilets', 'party_wc_girl', 'i', '0', '0', '1', '0', '0', '0', '4068', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1733INSERT INTO `furniture` VALUES ('1735', 'Neon Pink Flamingo', 'party_neon3', 'i', '0', '0', '1', '0', '0', '0', '4075', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1734INSERT INTO `furniture` VALUES ('1736', 'Bar Shelf', 'party_shelf', 'i', '0', '0', '1', '0', '0', '0', '4071', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1735INSERT INTO `furniture` VALUES ('1737', 'Neon Skull Light', 'party_neon4', 'i', '0', '0', '1', '0', '0', '0', '4072', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1736INSERT INTO `furniture` VALUES ('1738', 'Snowy Posters', 'xmas08_wallpaper', 'i', '0', '0', '1', '0', '0', '0', '4077', '0', '0', '0', '1', '1', 'roomeffect', '1', '0', '0');
1737INSERT INTO `furniture` VALUES ('1739', 'Icy Wall', 'xmas08_icewall', 'i', '0', '0', '1', '0', '0', '0', '4076', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1738INSERT INTO `furniture` VALUES ('1741', 'Idea Agency Plasma 1', 'ads_clwall1', 'i', '0', '0', '1', '0', '0', '0', '4082', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1739INSERT INTO `furniture` VALUES ('1742', 'Idea Agency Plasma 2', 'ads_clwall2', 'i', '0', '0', '1', '0', '0', '0', '4078', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1740INSERT INTO `furniture` VALUES ('1743', 'Idea Agency Plasma 3', 'ads_clwall3', 'i', '0', '0', '1', '0', '0', '0', '4079', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1741INSERT INTO `furniture` VALUES ('1744', 'ads_ob_wall', 'ads_ob_wall', 'i', '0', '0', '1', '0', '0', '0', '4081', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1742INSERT INTO `furniture` VALUES ('1745', 'Mall Window', 'ads_mall_window', 'i', '0', '0', '1', '0', '0', '0', '4083', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1743INSERT INTO `furniture` VALUES ('1746', 'Dragon Poster', 'china_pstr2', 'i', '0', '0', '1', '0', '0', '0', '4085', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1744INSERT INTO `furniture` VALUES ('1747', 'Chinese Wall Lamp', 'china_light', 'i', '0', '0', '1', '0', '0', '0', '4086', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1745INSERT INTO `furniture` VALUES ('1748', 'Ox Poster', 'china_pstr1', 'i', '0', '0', '1', '0', '0', '0', '4084', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1746INSERT INTO `furniture` VALUES ('1749', 'Bolly Window', 'bolly_wdw_wd', 'i', '0', '0', '1', '0', '0', '0', '4087', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1747INSERT INTO `furniture` VALUES ('1750', 'Monster Plan Poster', 'ads_igor_wall', 'i', '0', '0', '1', '0', '0', '0', '4090', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1748INSERT INTO `furniture` VALUES ('1751', 'Evil Bone', 'ads_igorevilb', 'i', '0', '0', '1', '0', '0', '0', '4089', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1749INSERT INTO `furniture` VALUES ('1752', 'ads_idol_wall name', 'ads_idol_wall', 'i', '0', '0', '1', '0', '0', '0', '4088', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1750INSERT INTO `furniture` VALUES ('1753', 'Mall Furni Showroom', 'ads_mall_winfur', 'i', '0', '0', '1', '0', '0', '0', '4092', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1751INSERT INTO `furniture` VALUES ('1754', 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', '0', '0', '1', '0', '0', '0', '4091', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1752INSERT INTO `furniture` VALUES ('1755', 'Rock Wall', 'lc_wall1', 'i', '0', '0', '1', '0', '0', '0', '4095', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1753INSERT INTO `furniture` VALUES ('1756', 'Aquarium Window', 'lc_window2', 'i', '0', '0', '1', '0', '0', '0', '4096', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1754INSERT INTO `furniture` VALUES ('1757', 'Wooden Window', 'lc_window1', 'i', '0', '0', '1', '0', '0', '0', '4094', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1755INSERT INTO `furniture` VALUES ('1758', 'American Idol TV', 'ads_idol_tv', 'i', '0', '0', '1', '0', '0', '0', '4093', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1756INSERT INTO `furniture` VALUES ('1759', 'Coral Wall', 'lc_wall2', 'i', '0', '0', '1', '0', '0', '0', '4097', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1757INSERT INTO `furniture` VALUES ('1760', 'ads_idol_mirror name', 'ads_idol_mirror', 'i', '0', '0', '1', '0', '0', '0', '4099', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1758INSERT INTO `furniture` VALUES ('1761', 'Mall Cinema Window', 'ads_mall_wincin', 'i', '0', '0', '1', '0', '0', '0', '4098', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1759INSERT INTO `furniture` VALUES ('1762', 'Strum', 'ads_mall_winmus', 'i', '0', '0', '1', '0', '0', '0', '4101', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1760INSERT INTO `furniture` VALUES ('1763', 'Mall Beauty Salon', 'ads_mall_winbea', 'i', '0', '0', '1', '0', '0', '0', '4100', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1761INSERT INTO `furniture` VALUES ('1764', 'Eco Curtain 1', 'eco_curtains1', 'i', '0', '0', '1', '0', '0', '0', '4105', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1762INSERT INTO `furniture` VALUES ('1765', 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', '0', '0', '1', '0', '0', '0', '4103', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1763INSERT INTO `furniture` VALUES ('1766', 'Eco Curtain 3', 'eco_curtains3', 'i', '0', '0', '1', '0', '0', '0', '4104', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1764INSERT INTO `furniture` VALUES ('1767', 'Eco Curtain 2', 'eco_curtains2', 'i', '0', '0', '1', '0', '0', '0', '4102', '0', '1', '0', '1', '1', 'default', '2', '0', '0');
1765INSERT INTO `furniture` VALUES ('1768', 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', '0', '0', '1', '0', '0', '0', '4109', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1766INSERT INTO `furniture` VALUES ('1769', 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', '0', '0', '1', '0', '0', '0', '4106', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1767INSERT INTO `furniture` VALUES ('1770', 'ads_idol_logo name', 'ads_idol_logo', 'i', '0', '0', '1', '0', '0', '0', '4108', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1768INSERT INTO `furniture` VALUES ('1771', 'World Map', 'exe_map', 'i', '0', '0', '1', '0', '0', '0', '4110', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1769INSERT INTO `furniture` VALUES ('1772', 'Wall Fall', 'exe_wfall', 'i', '0', '0', '1', '0', '0', '0', '4107', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1770INSERT INTO `furniture` VALUES ('1773', 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', '0', '0', '1', '0', '0', '0', '4115', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1771INSERT INTO `furniture` VALUES ('1774', 'ads_malaco_tv name', 'ads_malaco_tv', 'i', '0', '0', '1', '0', '0', '0', '4113', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1772INSERT INTO `furniture` VALUES ('1775', 'ads_puffet_tv name', 'ads_puffet_tv', 'i', '0', '0', '1', '0', '0', '0', '4111', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1773INSERT INTO `furniture` VALUES ('1776', 'ads_reebok_tv name', 'ads_reebok_tv', 'i', '0', '0', '1', '0', '0', '0', '4112', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1774INSERT INTO `furniture` VALUES ('1777', 'Forest Wall Poster', 'country_forestwall', 'i', '0', '0', '1', '0', '0', '0', '4114', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1775INSERT INTO `furniture` VALUES ('1778', 'Marble Fireplace', 'country_fp', 'i', '0', '0', '1', '0', '0', '0', '4117', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1776INSERT INTO `furniture` VALUES ('1779', 'Farmhouse Wall', 'country_wall', 'i', '0', '0', '1', '0', '0', '0', '4118', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1777INSERT INTO `furniture` VALUES ('1780', 'Ye Olde Lantern', 'country_lantern', 'i', '0', '0', '1', '0', '0', '0', '4116', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1778INSERT INTO `furniture` VALUES ('1781', 'Norwegian Flag', 'flag_norway', 'i', '0', '0', '1', '0', '0', '0', '4119', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1779INSERT INTO `furniture` VALUES ('1782', 'Diner Poster', 'diner_poster', 'i', '0', '0', '1', '0', '0', '0', '4120', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1780INSERT INTO `furniture` VALUES ('1783', '', 'lt_jngl_wall', 'i', '0', '0', '1', '0', '0', '0', '4121', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1781INSERT INTO `furniture` VALUES ('1784', 'ads_mirror name', 'ads_mirror', 'i', '0', '0', '1', '0', '0', '0', '4122', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1782INSERT INTO `furniture` VALUES ('1785', 'lt_wall', 'lt_wall', 'i', '0', '0', '1', '0', '0', '0', '4123', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1783INSERT INTO `furniture` VALUES ('1787', 'Starship Window', 'sf_window', 'i', '0', '0', '1', '0', '0', '0', '4224', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1784INSERT INTO `furniture` VALUES ('1788', 'Starship Wall', 'sf_wall2', 'i', '0', '0', '1', '0', '0', '0', '4228', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1785INSERT INTO `furniture` VALUES ('1789', 'ads_wwe_poster name', 'ads_wwe_poster', 'i', '0', '0', '1', '0', '0', '0', '4226', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1786INSERT INTO `furniture` VALUES ('1790', 'Fly me to the moon', 'ads_mall_wintra', 'i', '0', '0', '1', '0', '0', '0', '4225', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1787INSERT INTO `furniture` VALUES ('1791', 'Starship Corner', 'sf_wall3', 'i', '0', '0', '1', '0', '0', '0', '4223', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1788INSERT INTO `furniture` VALUES ('1793', 'ads_veet name', 'ads_veet', 'i', '0', '0', '1', '0', '0', '0', '4222', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1789INSERT INTO `furniture` VALUES ('1794', 'Wall Tiles', 'rela_wall', 'i', '0', '0', '1', '0', '0', '0', '4232', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
1790INSERT INTO `furniture` VALUES ('1795', 'flag_belgium', 'flag_belgium', 'i', '0', '0', '1', '0', '0', '0', '4229', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1791INSERT INTO `furniture` VALUES ('1796', 'flag_portugal', 'flag_portugal', 'i', '0', '0', '1', '0', '0', '0', '4231', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1792INSERT INTO `furniture` VALUES ('1797', 'ads_mall_wingar', 'ads_mall_wingar', 'i', '0', '0', '1', '0', '0', '0', '4230', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1793INSERT INTO `furniture` VALUES ('1798', 'ktchn_wall name', 'ktchn_wall', 'i', '0', '0', '1', '0', '0', '0', '4235', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1794INSERT INTO `furniture` VALUES ('1799', 'ads_mall_winclo', 'ads_mall_winclo', 'i', '0', '0', '1', '0', '0', '0', '4236', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1795INSERT INTO `furniture` VALUES ('1800', 'ktchn_oven name', 'ktchn_oven', 'i', '0', '0', '1', '0', '0', '0', '4234', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1796INSERT INTO `furniture` VALUES ('1801', 'ktchn_knives name', 'ktchn_knives', 'i', '0', '0', '1', '0', '0', '0', '4233', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1797INSERT INTO `furniture` VALUES ('1802', 'Mood Controller (Large)', 'dimmer_fuse6', 'i', '0', '0', '1', '0', '0', '0', '4240', '1', '1', '0', '1', '1', 'dimmer', '1', '0', '0');
1798INSERT INTO `furniture` VALUES ('1803', 'Mood Switch (Large)', 'dimmer_swtch', 'i', '0', '0', '1', '0', '0', '0', '4237', '1', '1', '0', '1', '1', 'dimmer', '1', '0', '0');
1799INSERT INTO `furniture` VALUES ('1804', 'Mood Controller (Small)', 'dimmer_fuse2', 'i', '0', '0', '1', '0', '0', '0', '4239', '1', '1', '0', '1', '1', 'dimmer', '1', '0', '0');
1800INSERT INTO `furniture` VALUES ('1805', 'Mood Switch (Small)', 'dimmer_buttn', 'i', '0', '0', '1', '0', '0', '0', '4238', '1', '1', '0', '1', '1', 'dimmer', '1', '0', '0');
1801INSERT INTO `furniture` VALUES ('19877', '', 'avatar_effect9', 'e', '1', '1', '1', '0', '0', '0', '9', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1802INSERT INTO `furniture` VALUES ('19878', '', 'avatar_effect6', 'e', '1', '1', '1', '0', '0', '0', '6', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1803INSERT INTO `furniture` VALUES ('19879', '', 'avatar_effect16', 'e', '1', '1', '1', '0', '0', '0', '16', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1804INSERT INTO `furniture` VALUES ('19880', '', 'avatar_effect2', 'e', '1', '1', '1', '0', '0', '0', '2', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1805INSERT INTO `furniture` VALUES ('19881', '', 'avatar_effect14', 'e', '1', '1', '1', '0', '0', '0', '14', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1806INSERT INTO `furniture` VALUES ('19882', '', 'avatar_effect15', 'e', '1', '1', '1', '0', '0', '0', '15', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1807INSERT INTO `furniture` VALUES ('19883', '', 'avatar_effect3', 'e', '1', '1', '1', '0', '0', '0', '3', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1808INSERT INTO `furniture` VALUES ('19884', '', 'avatar_effect17', 'e', '1', '1', '1', '0', '0', '0', '17', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1809INSERT INTO `furniture` VALUES ('19885', '', 'avatar_effect18', 'e', '1', '1', '1', '0', '0', '0', '18', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1810INSERT INTO `furniture` VALUES ('19886', '', 'avatar_effect1', 'e', '1', '1', '1', '0', '0', '0', '1', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1811INSERT INTO `furniture` VALUES ('19887', '', 'avatar_effect4', 'e', '1', '1', '1', '0', '0', '0', '4', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1812INSERT INTO `furniture` VALUES ('19888', '', 'avatar_effect5', 'e', '1', '1', '1', '0', '0', '0', '5', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1813INSERT INTO `furniture` VALUES ('19889', '', 'avatar_effect7', 'e', '1', '1', '1', '0', '0', '0', '7', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1814INSERT INTO `furniture` VALUES ('19890', '', 'avatar_effect8', 'e', '1', '1', '1', '0', '0', '0', '8', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1815INSERT INTO `furniture` VALUES ('19891', '', 'avatar_effect10', 'e', '1', '1', '1', '0', '0', '0', '10', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1816INSERT INTO `furniture` VALUES ('19892', '', 'avatar_effect12', 'e', '1', '1', '1', '0', '0', '0', '12', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1817INSERT INTO `furniture` VALUES ('19893', '', 'avatar_effect13', 'e', '1', '1', '1', '0', '0', '0', '13', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
1818INSERT INTO `furniture` VALUES ('19894', '', 'a2 l', 'i', '1', '1', '1', '0', '0', '0', '3002', '0', '0', '0', '1', '0', 'roomeffect', '1', '0', '0');
1819INSERT INTO `furniture` VALUES ('19895', '', 'a2 t', 'i', '1', '1', '1', '0', '0', '0', '3001', '0', '0', '0', '1', '0', 'roomeffect', '1', '0', '0');
1820INSERT INTO `furniture` VALUES ('19896', '', 'wallpaper 1', 'i', '1', '1', '1', '0', '0', '0', '3001', '0', '0', '0', '1', '0', 'roomeffect', '1', '0', '0');
1821INSERT INTO `furniture` VALUES ('19926', '', 'landscape 10', 'i', '1', '1', '1', '0', '0', '0', '4055', '0', '0', '0', '1', '0', 'roomeffect', '1', '0', '0');
1822INSERT INTO `furniture` VALUES ('19938', '', 'hween09_floor', 's', '2', '2', '0', '1', '0', '1', '3288', '0', '0', '0', '1', '1', 'default', '1', '0', '0');
1823INSERT INTO `furniture` VALUES ('19939', '', 'hween09_jar', 's', '1', '1', '1', '0', '0', '0', '3287', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1824INSERT INTO `furniture` VALUES ('19940', 'City Bench (Clean)', 'urban_bench_plain', 's', '2', '1', '1', '0', '1', '0', '3284', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1825INSERT INTO `furniture` VALUES ('19941', '', 'hween09_organ', 's', '2', '1', '1', '0', '0', '0', '3282', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1826INSERT INTO `furniture` VALUES ('19942', '', 'byesw_hand', 's', '1', '1', '1.35', '0', '1', '0', '3291', '0', '1', '0', '1', '1', 'default', '1', '0', '0');
1827INSERT INTO `furniture` VALUES ('19943', '', 'byesw_hotel', 's', '1', '1', '1', '0', '0', '0', '3289', '0', '1', '0', '1', '1', 'default', '6', '0', '0');
1828INSERT INTO `furniture` VALUES ('19944', '', 'hween09_table', 's', '1', '3', '1', '0', '0', '0', '3286', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1829INSERT INTO `furniture` VALUES ('19945', '', 'hween09_chair', 's', '1', '1', '1', '0', '1', '0', '3295', '0', '0', '0', '1', '1', 'default', '1', '0', '0');
1830INSERT INTO `furniture` VALUES ('19946', '', 'hween09_mirror', 's', '1', '1', '1', '0', '1', '0', '3293', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1831INSERT INTO `furniture` VALUES ('19947', 'Trap Door', 'hween09_hatch', 's', '2', '2', '0.001', '0', '0', '1', '3285', '0', '0', '0', '1', '1', 'gate', '2', '0', '0');
1832INSERT INTO `furniture` VALUES ('19948', '', 'hween09_ghost', 's', '1', '1', '1', '0', '0', '0', '3290', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1833INSERT INTO `furniture` VALUES ('19949', '', 'hween09_tv', 's', '2', '1', '1', '0', '0', '0', '3292', '0', '0', '0', '1', '1', 'default', '3', '0', '0');
1834INSERT INTO `furniture` VALUES ('19950', '', 'hween09_chandelier', 's', '1', '1', '1', '0', '0', '1', '3294', '0', '0', '0', '1', '1', 'default', '3', '0', '0');
1835INSERT INTO `furniture` VALUES ('19951', '', 'hween09_crnr1', 'i', '0', '0', '1', '0', '0', '0', '4247', '0', '0', '0', '1', '1', 'default', '4', '0', '0');
1836INSERT INTO `furniture` VALUES ('19952', '', 'hween09_paint', 'i', '0', '0', '1', '0', '0', '0', '4263', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1837INSERT INTO `furniture` VALUES ('19953', '', 'hween09_treewall', 'i', '0', '0', '1', '0', '0', '0', '4269', '0', '0', '0', '1', '1', 'default', '2', '0', '0');
1838INSERT INTO `furniture` VALUES ('19954', '', 'hween09_wall1', 'i', '0', '0', '1', '0', '0', '0', '4257', '0', '0', '0', '1', '1', 'default', '4', '0', '0');
1839INSERT INTO `furniture` VALUES ('19955', '', 'hween09_stonewall', 'i', '0', '0', '1', '0', '0', '0', '4259', '0', '0', '0', '1', '1', 'default', '5', '0', '0');
1840INSERT INTO `furniture` VALUES ('19956', '', 'hween09_win', 'i', '0', '0', '1', '0', '0', '0', '4271', '0', '0', '0', '1', '1', 'default', '10', '0', '0');
1841INSERT INTO `furniture` VALUES ('19957', '', 'avatar_effect22', 'e', '1', '1', '1', '0', '0', '0', '22', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1842INSERT INTO `furniture` VALUES ('19958', '', 'avatar_effect19', 'e', '1', '1', '1', '0', '0', '0', '19', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1843INSERT INTO `furniture` VALUES ('19959', '', 'avatar_effect20', 'e', '1', '1', '1', '0', '0', '0', '20', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1844INSERT INTO `furniture` VALUES ('19960', '', 'avatar_effect21', 'e', '1', '1', '1', '0', '0', '0', '21', '0', '0', '0', '0', '1', 'default', '1', '0', '0');
1845INSERT INTO `furniture` VALUES ('19989', 'Snowman Base', 'xm09_man_a', 's', '1', '1', '1', '1', '0', '0', '3330', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
1846INSERT INTO `furniture` VALUES ('19971', 'Snowman Middle', 'xm09_man_b', 's', '1', '1', '0.8', '1', '0', '0', '3328', '1', '1', '0', '1', '1', 'default', '9', '0', '0');
1847INSERT INTO `furniture` VALUES ('19972', 'Snowman Head', 'xm09_man_c', 's', '1', '1', '1', '0', '0', '0', '3329', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
1848INSERT INTO `furniture` VALUES ('19973', 'Christmas Table', 'xm09_table', 's', '2', '6', '1', '1', '0', '0', '3335', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1849INSERT INTO `furniture` VALUES ('19974', '6-Seater Bench', 'xm09_bench', 's', '6', '1', '1', '0', '1', '0', '3340', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1850INSERT INTO `furniture` VALUES ('19976', 'Snowy Fir Trees', 'xm09_firwall', 'i', '0', '0', '1', '0', '0', '0', '4307', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1851INSERT INTO `furniture` VALUES ('19977', 'Snowy Forest', 'xm09_forestwall', 'i', '0', '0', '1', '0', '0', '0', '4308', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1852INSERT INTO `furniture` VALUES ('19978', 'Lodge Wall', 'xm09_lodgewall', 'i', '0', '0', '1', '1', '0', '0', '4311', '0', '1', '0', '1', '1', 'default', '8', '0', '0');
1853INSERT INTO `furniture` VALUES ('19979', 'Gold Heart Bauble', 'xm09_bauble_25', 'i', '0', '0', '1', '1', '0', '0', '4286', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1854INSERT INTO `furniture` VALUES ('19980', 'Silver Heart Bauble', 'xm09_bauble_26', 'i', '0', '0', '1', '1', '0', '0', '4306', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1855INSERT INTO `furniture` VALUES ('19981', 'Pink Heart Bauble', 'xm09_bauble_27', 'i', '0', '0', '1', '1', '0', '0', '4279', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1856INSERT INTO `furniture` VALUES ('19982', 'Pink Heart Bauble', 'xm09_bauble_27', 'i', '0', '0', '1', '1', '0', '0', '4313', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1857INSERT INTO `furniture` VALUES ('19983', 'Blue Heart Bauble', 'xm09_bauble_23', 'i', '0', '0', '1', '1', '0', '0', '4292', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1858INSERT INTO `furniture` VALUES ('19984', 'Green Heart Bauble', 'xm09_bauble_24', 'i', '0', '0', '1', '1', '0', '0', '4278', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1859INSERT INTO `furniture` VALUES ('19985', 'Candy Cane', 'xm09_candyCane', 's', '1', '1', '1', '0', '0', '0', '3314', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1860INSERT INTO `furniture` VALUES ('19986', 'Big Stocking', 'xm09_stocking', 'i', '0', '0', '1', '1', '0', '0', '4280', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1861INSERT INTO `furniture` VALUES ('19994', 'Fountain', 'ads_twi_fountn', 's', '2', '2', '1', '0', '0', '0', '3301', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1862INSERT INTO `furniture` VALUES ('19995', 'Clock Tower wall', 'ads_twi_dvdr2', 's', '2', '1', '1', '0', '0', '0', '3302', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1863INSERT INTO `furniture` VALUES ('19996', 'Standing Rose Bouquet', 'ads_twi_roses', 's', '1', '1', '1', '0', '0', '0', '3304', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1864INSERT INTO `furniture` VALUES ('19997', 'Cake on Table with Presents', 'ads_twi_table', 's', '2', '2', '1', '0', '0', '0', '3297', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1865INSERT INTO `furniture` VALUES ('19998', 'Volturi Royal Chair', 'ads_twi_chair', 's', '1', '1', '1', '0', '1', '0', '3300', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1866INSERT INTO `furniture` VALUES ('19999', 'Half wall', 'ads_twi_dvdr1', 's', '2', '1', '1', '0', '0', '0', '3303', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1867INSERT INTO `furniture` VALUES ('20000', 'Broken Piano', 'ads_twi_piano', 's', '2', '2', '1', '0', '0', '0', '3299', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1868INSERT INTO `furniture` VALUES ('20001', 'ads_twi_tower name', 'ads_twi_tower', 's', '1', '1', '1', '0', '0', '0', '3298', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1869INSERT INTO `furniture` VALUES ('20002', 'Toolbox', 'ads_twi_toolbx', 's', '1', '1', '1', '0', '0', '0', '3296', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1870INSERT INTO `furniture` VALUES ('20003', 'Mist', 'ads_twi_mist', 's', '1', '1', '0', '1', '0', '1', '3308', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1871INSERT INTO `furniture` VALUES ('20011', 'Water Hydrant', 'urban_wpost', 's', '1', '1', '1', '0', '0', '0', '3272', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1872INSERT INTO `furniture` VALUES ('20010', 'Pavement Slab', 'urban_sidewalk', 's', '2', '2', '0.2', '1', '0', '1', '3274', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
1873INSERT INTO `furniture` VALUES ('20008', 'City Bench (Dirty)', 'urban_bench', 's', '2', '1', '1', '0', '1', '0', '3269', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1874INSERT INTO `furniture` VALUES ('20007', 'Taxi Sofa', 'urban_carsofa', 's', '2', '1', '1', '0', '1', '0', '3268', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1875INSERT INTO `furniture` VALUES ('20014', 'Concrete Block', 'urban_blocker', 's', '1', '1', '1', '0', '0', '0', '3270', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1876INSERT INTO `furniture` VALUES ('20013', 'Garbage Bin', 'urban_bin', 's', '1', '1', '1', '0', '0', '0', '3266', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1877INSERT INTO `furniture` VALUES ('20012', 'Mesh Fencing', 'urban_fence', 's', '1', '2', '1', '0', '0', '0', '3267', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1878INSERT INTO `furniture` VALUES ('20015', 'Basketball Pole', 'urban_bsktbll', 's', '1', '1', '1', '0', '0', '0', '3271', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1879INSERT INTO `furniture` VALUES ('20025', 'Terracotta Pillar', 'pillar*6', 's', '1', '1', '1', '0', '0', '0', '1609', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1880INSERT INTO `furniture` VALUES ('20026', 'Urban Iced Bookcase', 'shelves_norja*4', 's', '1', '1', '1', '0', '0', '0', '1795', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1881INSERT INTO `furniture` VALUES ('20027', 'Black Mode Double Bed', 'bed_polyfon*2', 's', '2', '3', '1.8', '0', '0', '0', '1895', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
1882INSERT INTO `furniture` VALUES ('20028', 'Blue Iced Angle', 'divider_nor5*6', 's', '1', '1', '1', '0', '0', '0', '1995', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1883INSERT INTO `furniture` VALUES ('20029', 'Valentine\'s Cauldron', 'val_cauldron', 's', '1', '1', '1', '0', '0', '0', '2103', '1', '1', '0', '1', '1', 'vendingmachine', '0', '25', '0');
1884INSERT INTO `furniture` VALUES ('20030', 'Aqua Pura Module 5', 'pura_mdl5*1', 's', '1', '1', '1', '0', '1', '0', '2509', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1885INSERT INTO `furniture` VALUES ('20031', 'Aqua One Way Gate', 'one_way_door*1', 's', '1', '1', '0.001', '0', '0', '0', '2597', '1', '1', '0', '1', '1', 'onewaygate', '2', '0', '0');
1886INSERT INTO `furniture` VALUES ('20032', 'Power Globe', 'exe_globe', 's', '1', '1', '1', '0', '0', '0', '2672', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
1887INSERT INTO `furniture` VALUES ('20034', 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', '1', '1', '1', '1', '0', '0', '2874', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1888INSERT INTO `furniture` VALUES ('20035', 'Bubbles', 'fx_bubble', 's', '1', '1', '1', '1', '0', '0', '3012', '0', '0', '0', '0', '1', 'rentals', '2', '0', '0');
1889INSERT INTO `furniture` VALUES ('20036', 'Safety Cone', 'bump_tottero', 's', '1', '1', '1', '0', '0', '0', '3087', '1', '1', '0', '0', '1', 'default', '1', '0', '0');
1890INSERT INTO `furniture` VALUES ('20037', 'ads_calip_parasol name', 'ads_calip_parasol', 's', '1', '1', '1', '0', '0', '0', '3195', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1891INSERT INTO `furniture` VALUES ('20041', '2010 Poster', 'year2010', 'i', '0', '0', '1', '1', '0', '0', '4313', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1892INSERT INTO `furniture` VALUES ('20042', 'Party Lantern', 'party_lantern', 's', '1', '1', '0', '1', '0', '1', '3327', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1893INSERT INTO `furniture` VALUES ('20043', 'Party Lights', 'party_lights', 'i', '0', '0', '1', '0', '0', '0', '4310', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1894INSERT INTO `furniture` VALUES ('20047', 'Soothing Stick', 'rela_stick', 's', '1', '1', '1', '0', '0', '0', '3240', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1895INSERT INTO `furniture` VALUES ('20048', 'Mall Lift', 'ads_mall_elevator', 's', '1', '1', '0.001', '0', '0', '0', '3306', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
1896INSERT INTO `furniture` VALUES ('20050', 'Flatscreen TV', 'xm09_infotv', 'i', '0', '0', '1', '1', '0', '0', '4309', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1897INSERT INTO `furniture` VALUES ('20051', 'Twilight Trophy', 'ads_twi_trophy', 's', '1', '1', '1', '1', '0', '0', '3311', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
1898INSERT INTO `furniture` VALUES ('20053', 'Painting', 'ads_twi_paint', 'i', '0', '0', '1', '1', '0', '0', '4272', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1899INSERT INTO `furniture` VALUES ('20054', 'Window with Candles', 'ads_twi_windw', 'i', '0', '0', '1', '1', '0', '0', '4277', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1900INSERT INTO `furniture` VALUES ('20055', 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', '0', '0', '1', '1', '0', '0', '4276', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1901INSERT INTO `furniture` VALUES ('20056', 'Dream Catcher', 'ads_twi_dreamc', 'i', '0', '0', '1', '1', '0', '0', '4273', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1902INSERT INTO `furniture` VALUES ('20057', 'Barn Wall', 'ads_twi_bwall1', 'i', '0', '0', '1', '1', '0', '0', '4274', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1903INSERT INTO `furniture` VALUES ('20059', 'Arabian Wall', 'arabian_wall', 'i', '0', '0', '1', '1', '0', '0', '4287', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1904INSERT INTO `furniture` VALUES ('20060', 'DEAL_HC_1', 'DEAL_HC_1', 'h', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'default', '0', '0', '0');
1905INSERT INTO `furniture` VALUES ('20072', 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', '1', '1', '1', '1', '0', '0', '3277', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1906INSERT INTO `furniture` VALUES ('20063', 'Hot Choc Machine', 'xm09_cocoa', 's', '1', '1', '1', '1', '0', '0', '3337', '1', '1', '0', '1', '1', 'vendingmachine', '0', '10', '0');
1907INSERT INTO `furniture` VALUES ('20064', 'Astro-Bar', 'sf_mbar', 's', '1', '1', '1', '1', '0', '0', '3273', '1', '1', '0', '1', '1', 'vendingmachine', '0', '44', '0');
1908INSERT INTO `furniture` VALUES ('20074', 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', '1', '1', '1', '0', '0', '0', '3281', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1909INSERT INTO `furniture` VALUES ('20075', 'ads_spang_sleep', 'ads_spang_sleep', 's', '1', '3', '0.8', '1', '0', '0', '3280', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
1910INSERT INTO `furniture` VALUES ('20076', 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', '1', '1', '1', '0', '0', '0', '3279', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1911INSERT INTO `furniture` VALUES ('20077', 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', '1', '1', '1', '1', '0', '0', '3307', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1912INSERT INTO `furniture` VALUES ('20078', 'Chicken', 'petfood8', 's', '1', '1', '1', '1', '0', '0', '3325', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1913INSERT INTO `furniture` VALUES ('20079', 'nest_plow_reg', 'nest_plow_reg', 's', '1', '1', '1', '1', '0', '0', '3318', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1914INSERT INTO `furniture` VALUES ('20080', 'Yellow Pet Snuggle', 'nest_snug_yel', 's', '1', '1', '1', '1', '0', '0', '3319', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1915INSERT INTO `furniture` VALUES ('20081', 'Salmon', 'petfood9', 's', '1', '1', '1', '1', '0', '0', '3322', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1916INSERT INTO `furniture` VALUES ('20082', 'Leveling Cake', 'petfood10', 's', '1', '1', '1', '1', '0', '0', '3326', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1917INSERT INTO `furniture` VALUES ('20083', 'Ice Apples', 'petfood7', 's', '1', '1', '1', '1', '0', '0', '3321', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1918INSERT INTO `furniture` VALUES ('20084', 'Red Apples', 'petfood6', 's', '1', '1', '1', '1', '0', '0', '3323', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1919INSERT INTO `furniture` VALUES ('20085', 'Green Pet Snuggle', 'nest_snug_grn', 's', '1', '1', '1', '1', '0', '0', '3310', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1920INSERT INTO `furniture` VALUES ('20086', 'nest_snug_red', 'nest_snug_red', 's', '1', '1', '1', '1', '0', '0', '3317', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1921INSERT INTO `furniture` VALUES ('20087', 'Green Pet Snuggle', 'nest_snug_grn', 's', '1', '1', '1', '1', '0', '0', '3023', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1922INSERT INTO `furniture` VALUES ('20088', 'nest_plow_bro', 'nest_plow_bro', 's', '1', '1', '1', '1', '0', '0', '3309', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1923INSERT INTO `furniture` VALUES ('20089', 'Red Pet Pillow', 'nest_plow_red', 's', '1', '1', '1', '1', '0', '0', '3320', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1924INSERT INTO `furniture` VALUES ('20090', 'nest_snug_blu', 'nest_snug_blu', 's', '1', '1', '1', '1', '0', '0', '3315', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1925INSERT INTO `furniture` VALUES ('20091', 'Green Apples', 'petfood5', 's', '1', '1', '1', '1', '0', '0', '3324', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1926INSERT INTO `furniture` VALUES ('20092', 'Blue Pet Pillow', 'nest_plow_blu', 's', '1', '1', '1', '1', '0', '0', '3316', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1927INSERT INTO `furniture` VALUES ('20093', 'Giant Bauble', 'xm09_lrgBauble', 's', '1', '1', '1', '1', '0', '0', '3313', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
1928INSERT INTO `furniture` VALUES ('20094', 'nest_dirt', 'nest_dirt', 's', '1', '1', '1', '1', '0', '0', '3331', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1929INSERT INTO `furniture` VALUES ('20095', 'nest_snug_prp', 'nest_snug_prp', 's', '1', '1', '1', '1', '0', '0', '3332', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1930INSERT INTO `furniture` VALUES ('20096', 'nest_nest', 'nest_nest', 's', '1', '1', '1', '1', '0', '0', '3334', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1931INSERT INTO `furniture` VALUES ('20097', 'nest_nails', 'nest_nails', 's', '1', '1', '1', '1', '0', '0', '3336', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1932INSERT INTO `furniture` VALUES ('20098', 'nest_basket', 'nest_basket', 's', '1', '1', '1', '1', '0', '0', '3333', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1933INSERT INTO `furniture` VALUES ('20099', 'Polar Bear Nest', 'nest_ice', 's', '1', '1', '1', '1', '0', '0', '3339', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1934INSERT INTO `furniture` VALUES ('20100', 'nest_plow_skl', 'nest_plow_skl', 's', '1', '1', '1', '1', '0', '0', '3341', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1935INSERT INTO `furniture` VALUES ('20101', 'nest_snug_bla', 'nest_snug_bla', 's', '1', '1', '1', '1', '0', '0', '3338', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1936INSERT INTO `furniture` VALUES ('20102', 'The Moodi Machine', 'ads_cl_moodi', 's', '1', '1', '1', '1', '0', '0', '3342', '1', '1', '0', '1', '1', 'vendingmachine', '1', '46,47,45', '0');
1937INSERT INTO `furniture` VALUES ('20103', 'org_chairpnk', 'org_chairpnk', 's', '1', '1', '1.2', '0', '1', '0', '3354', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
1938INSERT INTO `furniture` VALUES ('20104', 'org_tblpnk', 'org_tblpnk', 's', '1', '1', '1', '1', '0', '0', '3352', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1939INSERT INTO `furniture` VALUES ('20105', 'org_lampblk', 'org_lampblk', 's', '1', '1', '1.2', '0', '0', '0', '3353', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1940INSERT INTO `furniture` VALUES ('20106', 'org_lamppnk', 'org_lamppnk', 's', '1', '1', '1.2', '0', '0', '0', '3348', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1941INSERT INTO `furniture` VALUES ('20107', 'org_table', 'org_table', 's', '2', '2', '1', '1', '0', '0', '3356', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1942INSERT INTO `furniture` VALUES ('20108', 'china_tiger', 'china_tiger', 's', '1', '1', '1', '1', '0', '0', '3344', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1943INSERT INTO `furniture` VALUES ('20109', 'xm09_trophy name', 'xm09_trophy', 's', '1', '1', '1', '1', '0', '0', '3351', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1944INSERT INTO `furniture` VALUES ('20110', 'china_plmTree name', 'china_plmTree', 's', '1', '1', '1', '1', '0', '0', '3355', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1945INSERT INTO `furniture` VALUES ('20111', 'org_chairblk', 'org_chairblk', 's', '1', '1', '1.2', '0', '1', '0', '3349', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
1946INSERT INTO `furniture` VALUES ('20112', 'org_tblblk', 'org_tblblk', 's', '1', '1', '1', '1', '0', '0', '3347', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1947INSERT INTO `furniture` VALUES ('20113', 'org_chrblk', 'org_chrblk', 's', '1', '1', '1.2', '0', '1', '0', '3345', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
1948INSERT INTO `furniture` VALUES ('20114', 'china_tigrSeat name', 'china_tigrSeat', 's', '1', '2', '1', '1', '0', '0', '3346', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1949INSERT INTO `furniture` VALUES ('20115', 'org_chrpnk', 'org_chrpnk', 's', '1', '1', '1.2', '0', '1', '0', '3350', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
1950INSERT INTO `furniture` VALUES ('20116', 'ads_chups name', 'ads_chups', 's', '1', '1', '1', '1', '0', '0', '3367', '1', '1', '0', '1', '1', 'vendingmachine', '1', '48', '0');
1951INSERT INTO `furniture` VALUES ('20117', 'bling_fridge', 'bling_fridge', 's', '1', '1', '1', '0', '0', '0', '3366', '1', '1', '0', '1', '1', 'vendingmachine', '0', '50', '0');
1952INSERT INTO `furniture` VALUES ('20118', 'petfood12 name', 'petfood12', 's', '1', '1', '1', '1', '0', '0', '3370', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1953INSERT INTO `furniture` VALUES ('20119', 'ads_droetker_paula name', 'ads_droetker_paula', 's', '1', '1', '1', '1', '0', '0', '3365', '1', '1', '0', '1', '1', 'vendingmachine', '1', '49', '0');
1954INSERT INTO `furniture` VALUES ('20120', 'petfood11 name', 'petfood11', 's', '1', '1', '1', '1', '0', '0', '3358', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1955INSERT INTO `furniture` VALUES ('20121', 'bling_chair_a', 'bling_chair_a', 's', '1', '1', '1', '0', '1', '0', '3368', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1956INSERT INTO `furniture` VALUES ('20122', 'petfood13 name', 'petfood13', 's', '1', '1', '1', '1', '0', '0', '3359', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1957INSERT INTO `furniture` VALUES ('20123', 'bling_pool', 'bling_pool', 's', '3', '1', '0.01', '0', '1', '0', '3369', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1958INSERT INTO `furniture` VALUES ('20124', 'bling_toilet', 'bling_toilet', 's', '1', '1', '1.2', '0', '1', '0', '3362', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
1959INSERT INTO `furniture` VALUES ('20125', 'val09_floor', 'val09_floor', 's', '2', '2', '0', '1', '0', '1', '3363', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
1960INSERT INTO `furniture` VALUES ('20126', 'bling_chair_c', 'bling_chair_c', 's', '1', '1', '1', '0', '1', '0', '3361', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1961INSERT INTO `furniture` VALUES ('20127', 'bling_chair_b', 'bling_chair_b', 's', '1', '1', '1', '0', '1', '0', '3360', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1962INSERT INTO `furniture` VALUES ('20128', 'bling_shwr name', 'bling_shwr', 's', '1', '1', '0', '1', '0', '1', '3396', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1963INSERT INTO `furniture` VALUES ('20129', 'bling_bed name', 'bling_bed', 's', '2', '3', '1.6', '0', '1', '0', '3364', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1964INSERT INTO `furniture` VALUES ('20130', 'bling_sofa', 'bling_sofa', 's', '2', '1', '1.5', '0', '1', '0', '3371', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1965INSERT INTO `furniture` VALUES ('20131', 'val09_floor2', 'val09_floor2', 's', '2', '2', '0', '1', '0', '1', '3357', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
1966INSERT INTO `furniture` VALUES ('20132', 'teddy_basic', 'teddy_basic', 's', '1', '1', '1', '1', '0', '0', '3393', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1967INSERT INTO `furniture` VALUES ('20133', 'teddy_pendergrass', 'teddy_pendergrass', 's', '1', '1', '1', '1', '0', '0', '3384', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1968INSERT INTO `furniture` VALUES ('20134', 'val_hSeat_1 name', 'val_hSeat*1', 's', '1', '1', '1', '0', '1', '0', '3386', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1969INSERT INTO `furniture` VALUES ('20135', 'val_hSeat_2 name', 'val_hSeat*2', 's', '1', '1', '1', '0', '1', '0', '3387', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1970INSERT INTO `furniture` VALUES ('20136', 'val_hSeat_3 name', 'val_hSeat*3', 's', '1', '1', '1', '0', '1', '0', '3388', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1971INSERT INTO `furniture` VALUES ('20137', 'val_hSeat_4 name', 'val_hSeat*4', 's', '1', '1', '1', '0', '1', '0', '3389', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1972INSERT INTO `furniture` VALUES ('20138', 'val_hSeat_5 name', 'val_hSeat*5', 's', '1', '1', '1', '0', '1', '0', '3390', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1973INSERT INTO `furniture` VALUES ('20139', 'val_hSeat_6 name', 'val_hSeat*6', 's', '1', '1', '1', '0', '1', '0', '3391', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1974INSERT INTO `furniture` VALUES ('20140', 'val_hSeat_7 name', 'val_hSeat*7', 's', '1', '1', '1', '0', '1', '0', '3392', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1975INSERT INTO `furniture` VALUES ('20141', 'Valentines gift basket', 'val_basket', 's', '1', '1', '1', '1', '0', '0', '3382', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1976INSERT INTO `furniture` VALUES ('20142', 'teddy_bear', 'teddy_bear', 's', '1', '1', '1', '1', '0', '0', '3385', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1977INSERT INTO `furniture` VALUES ('20143', 'teddy_pink', 'teddy_pink', 's', '1', '1', '1', '1', '0', '0', '3383', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1978INSERT INTO `furniture` VALUES ('20144', 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', '1', '1', '1', '0', '0', '0', '3394', '1', '1', '0', '1', '1', 'vendingmachine', '0', '50', '0');
1979INSERT INTO `furniture` VALUES ('20145', 'ads_percyrock name', 'ads_percyrock', 's', '2', '2', '1', '1', '0', '0', '3395', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1980INSERT INTO `furniture` VALUES ('20146', 'Bubble Juice Can', 'md_can', 'i', '0', '0', '1', '1', '0', '0', '4025', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1981INSERT INTO `furniture` VALUES ('20147', 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', '0', '0', '1', '1', '0', '0', '4243', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1982INSERT INTO `furniture` VALUES ('20148', 'Latin American Idol TV', 'ads_idol_l_tv', 'i', '0', '0', '1', '1', '0', '0', '4245', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1983INSERT INTO `furniture` VALUES ('20149', 'Big MTV', 'ads_mtv_bigtv', 'i', '0', '0', '1', '1', '0', '0', '4241', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1984INSERT INTO `furniture` VALUES ('20150', 'Small MTV', 'ads_mtv_tv', 'i', '0', '0', '1', '1', '0', '0', '4242', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1985INSERT INTO `furniture` VALUES ('20151', 'flag_singapore', 'flag_singapore', 'i', '0', '0', '1', '1', '0', '0', '4249', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1986INSERT INTO `furniture` VALUES ('20152', 'Old Curtain', 'hween09_curt', 'i', '0', '0', '1', '1', '0', '0', '4266', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
1987INSERT INTO `furniture` VALUES ('20153', 'flag_columbia', 'flag_columbia', 'i', '0', '0', '1', '1', '0', '0', '4258', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1988INSERT INTO `furniture` VALUES ('20154', 'flag_chile', 'flag_chile', 'i', '0', '0', '1', '1', '0', '0', '4256', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1989INSERT INTO `furniture` VALUES ('20155', 'flag_ecuador', 'flag_ecuador', 'i', '0', '0', '1', '1', '0', '0', '4268', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1990INSERT INTO `furniture` VALUES ('20156', 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', '0', '0', '1', '1', '0', '0', '4265', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1991INSERT INTO `furniture` VALUES ('20157', 'flag_newzealand', 'flag_newzealand', 'i', '0', '0', '1', '1', '0', '0', '4260', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1992INSERT INTO `furniture` VALUES ('20158', 'flag_malaysia', 'flag_malaysia', 'i', '0', '0', '1', '1', '0', '0', '4252', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1993INSERT INTO `furniture` VALUES ('20159', 'Loading Poster', 'byesw_loadscreen', 'i', '0', '0', '1', '1', '0', '0', '4267', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
1994INSERT INTO `furniture` VALUES ('20160', 'flag_venezl', 'flag_venezl', 'i', '0', '0', '1', '1', '0', '0', '4254', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1995INSERT INTO `furniture` VALUES ('20161', 'flag_algeria', 'flag_algeria', 'i', '0', '0', '1', '1', '0', '0', '4270', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1996INSERT INTO `furniture` VALUES ('20162', 'flag_tunisia', 'flag_tunisia', 'i', '0', '0', '1', '1', '0', '0', '4248', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1997INSERT INTO `furniture` VALUES ('20163', 'flag_panama', 'flag_panama', 'i', '0', '0', '1', '1', '0', '0', '4262', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1998INSERT INTO `furniture` VALUES ('20164', 'flag_mexico', 'flag_mexico', 'i', '0', '0', '1', '1', '0', '0', '4250', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
1999INSERT INTO `furniture` VALUES ('20165', 'flag_argentina', 'flag_argentina', 'i', '0', '0', '1', '1', '0', '0', '4261', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2000INSERT INTO `furniture` VALUES ('20166', 'flag_philippines', 'flag_philippines', 'i', '0', '0', '1', '1', '0', '0', '4251', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2001INSERT INTO `furniture` VALUES ('20167', 'flag_greece', 'flag_greece', 'i', '0', '0', '1', '1', '0', '0', '4253', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2002INSERT INTO `furniture` VALUES ('20168', 'flag_peru', 'flag_peru', 'i', '0', '0', '1', '1', '0', '0', '4246', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2003INSERT INTO `furniture` VALUES ('20169', 'flag_morocco', 'flag_morocco', 'i', '0', '0', '1', '1', '0', '0', '4264', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2004INSERT INTO `furniture` VALUES ('20170', 'flag_turkey', 'flag_turkey', 'i', '0', '0', '1', '1', '0', '0', '4255', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2005INSERT INTO `furniture` VALUES ('20171', 'Blue Long Bauble', 'xm09_bauble_12', 'i', '0', '0', '1', '1', '0', '0', '4304', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2006INSERT INTO `furniture` VALUES ('20172', 'Purple Long Bauble', 'xm09_bauble_16', 'i', '0', '0', '1', '1', '0', '0', '4303', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2007INSERT INTO `furniture` VALUES ('20173', 'Red Long Bauble', 'xm09_bauble_17', 'i', '0', '0', '1', '1', '0', '0', '4281', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2008INSERT INTO `furniture` VALUES ('20174', 'Silver Long Bauble', 'xm09_bauble_15', 'i', '0', '0', '1', '1', '0', '0', '4301', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2009INSERT INTO `furniture` VALUES ('20175', 'Silver Round Bauble', 'xm09_bauble_10', 'i', '0', '0', '1', '1', '0', '0', '4293', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2010INSERT INTO `furniture` VALUES ('20176', 'Gold Round Bauble', 'xm09_bauble_9', 'i', '0', '0', '1', '1', '0', '0', '4294', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2011INSERT INTO `furniture` VALUES ('20177', 'Green Long Bauble', 'xm09_bauble_18', 'i', '0', '0', '1', '1', '0', '0', '4298', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2012INSERT INTO `furniture` VALUES ('20178', 'Green Long Bauble', 'xm09_bauble_13', 'i', '0', '0', '1', '1', '0', '0', '4299', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2013INSERT INTO `furniture` VALUES ('20179', 'Blue Round Bauble', 'xm09_bauble_2', 'i', '0', '0', '1', '1', '0', '0', '4297', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2014INSERT INTO `furniture` VALUES ('20180', 'Red Round Bauble', 'xm09_bauble_1', 'i', '0', '0', '1', '1', '0', '0', '4300', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2015INSERT INTO `furniture` VALUES ('20181', 'Red Heart Bauble', 'xm09_bauble_22', 'i', '0', '0', '1', '1', '0', '0', '4302', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2016INSERT INTO `furniture` VALUES ('20182', 'Green Round Bauble', 'xm09_bauble_3', 'i', '0', '0', '1', '1', '0', '0', '4285', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2017INSERT INTO `furniture` VALUES ('20183', 'Silver Long Bauble', 'xm09_bauble_21', 'i', '0', '0', '1', '1', '0', '0', '4305', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2018INSERT INTO `furniture` VALUES ('20184', 'Green Round Bauble', 'xm09_bauble_8', 'i', '0', '0', '1', '1', '0', '0', '4295', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2019INSERT INTO `furniture` VALUES ('20185', 'Gold Round Bauble', 'xm09_bauble_4', 'i', '0', '0', '1', '1', '0', '0', '4282', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2020INSERT INTO `furniture` VALUES ('20186', 'Silver Round Bauble', 'xm09_bauble_5', 'i', '0', '0', '1', '1', '0', '0', '4288', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2021INSERT INTO `furniture` VALUES ('20187', 'Red Long Bauble', 'xm09_bauble_11', 'i', '0', '0', '1', '1', '0', '0', '4289', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2022INSERT INTO `furniture` VALUES ('20188', 'Gold Long Bauble', 'xm09_bauble_20', 'i', '0', '0', '1', '1', '0', '0', '4296', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2023INSERT INTO `furniture` VALUES ('20190', 'val_table1 name', 'val_table1', 's', '1', '1', '1', '0', '0', '0', '3397', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
2024INSERT INTO `furniture` VALUES ('20191', 'Gold Long Bauble', 'xm09_bauble_14', 'i', '0', '0', '1', '1', '0', '0', '4290', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2025INSERT INTO `furniture` VALUES ('20192', 'Blue Round Bauble', 'xm09_bauble_7', 'i', '0', '0', '1', '1', '0', '0', '4291', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2026INSERT INTO `furniture` VALUES ('20193', 'Red Round Bauble', 'xm09_bauble_6', 'i', '0', '0', '1', '1', '0', '0', '4284', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2027INSERT INTO `furniture` VALUES ('20194', 'Blue Long Bauble', 'xm09_bauble_19', 'i', '0', '0', '1', '1', '0', '0', '4283', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2028INSERT INTO `furniture` VALUES ('20195', 'china_pstr3 name', 'china_pstr3', 'i', '0', '0', '1', '1', '0', '0', '4314', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2029INSERT INTO `furniture` VALUES ('20196', 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', '0', '0', '1', '1', '0', '0', '4315', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2030INSERT INTO `furniture` VALUES ('20197', 'Empire State Building Clock', 'ads_percyw', 'i', '0', '0', '1', '1', '0', '0', '4322', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2031INSERT INTO `furniture` VALUES ('20198', 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', '0', '0', '1', '1', '0', '0', '4320', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2032INSERT INTO `furniture` VALUES ('20199', 'val09_wall2', 'val09_wall2', 'i', '0', '0', '1', '1', '0', '0', '4316', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
2033INSERT INTO `furniture` VALUES ('20200', 'bling_sink', 'bling_sink', 'i', '0', '0', '1', '1', '0', '0', '4319', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2034INSERT INTO `furniture` VALUES ('20201', 'val09_wall1', 'val09_wall1', 'i', '0', '0', '1', '1', '0', '0', '4318', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
2035INSERT INTO `furniture` VALUES ('20202', 'bling_cabinet', 'bling_cabinet', 'i', '0', '0', '1', '1', '0', '0', '4321', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2036INSERT INTO `furniture` VALUES ('20204', 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', '0', '0', '1', '1', '0', '0', '4317', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2037INSERT INTO `furniture` VALUES ('20207', 'rare_ironmaiden name', 'rare_ironmaiden', 's', '1', '1', '0.001', '0', '0', '0', '3399', '1', '1', '0', '1', '1', 'teleport', '2', '0', '0');
2038INSERT INTO `furniture` VALUES ('20208', 'rare_trex name', 'rare_trex', 's', '3', '7', '1', '0', '0', '0', '3398', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2039INSERT INTO `furniture` VALUES ('20209', 'beanstalk', 'beanstalk', 's', '1', '1', '1', '1', '0', '0', '3401', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
2040INSERT INTO `furniture` VALUES ('20210', 'rare_vdoll name', 'rare_vdoll', 's', '1', '1', '1', '0', '0', '0', '3403', '1', '1', '1', '1', '1', 'default', '10', '0', '0');
2041INSERT INTO `furniture` VALUES ('20211', 'Sofa Mamut', 'Sofa Mamut', 's', '2', '1', '1', '0', '1', '0', '3402', '1', '1', '1', '1', '1', 'default', '0', '0', '0');
2042INSERT INTO `furniture` VALUES ('20212', 'crystal_patch', 'crystal_patch', 's', '3', '3', '0', '0', '0', '1', '3400', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2043INSERT INTO `furniture` VALUES ('20213', 'ads_boost_surfb name', 'ads_boost_surfb', 'i', '0', '0', '1', '1', '0', '0', '4323', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
2044INSERT INTO `furniture` VALUES ('20214', 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', '0', '0', '1', '1', '0', '0', '4324', '1', '1', '0', '1', '1', 'habbowheel', '1', '0', '0');
2045INSERT INTO `furniture` VALUES ('20220', 'Pigs', 'a0 pet5', 's', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2046INSERT INTO `furniture` VALUES ('20221', 'White moon lupine', 'garden_lupin4', 's', '1', '1', '0.000000001', '0', '0', '0', '3419', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2047INSERT INTO `furniture` VALUES ('20222', 'Gold rush', 'garden_mursu3', 's', '1', '1', '1', '0', '0', '0', '3408', '1', '1', '0', '1', '1', 'default', '0', '0', '0');
2048INSERT INTO `furniture` VALUES ('20223', 'Purple Lupine', 'garden_lupin5', 's', '1', '1', '1', '0', '0', '0', '3411', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2049INSERT INTO `furniture` VALUES ('20224', 'Violet Blossom', 'garden_seed', 's', '1', '1', '1', '0', '0', '0', '3406', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2050INSERT INTO `furniture` VALUES ('20225', 'Snapping teleporter', 'garden_flytrap', 's', '1', '1', '0.001', '0', '0', '0', '3420', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
2051INSERT INTO `furniture` VALUES ('20226', 'Pink pandemic', 'garden_flo3', 's', '1', '1', '1', '1', '0', '1', '3426', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2052INSERT INTO `furniture` VALUES ('20227', 'Belching pod', 'garden_volcano', 's', '2', '2', '1', '0', '0', '0', '3424', '1', '1', '0', '1', '1', 'alert', '2', '0', '0');
2053INSERT INTO `furniture` VALUES ('20228', 'Wonder lamp', 'garden_flolamp', 's', '1', '1', '1', '0', '0', '0', '3415', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2054INSERT INTO `furniture` VALUES ('20229', 'Red rush', 'garden_mursu2', 's', '1', '1', '1', '0', '0', '0', '3412', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2055INSERT INTO `furniture` VALUES ('20230', 'Star flower', 'garden_jyrki', 's', '1', '1', '1', '0', '0', '0', '3405', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
2056INSERT INTO `furniture` VALUES ('20231', 'White rush', 'garden_mursu4', 's', '1', '1', '1', '0', '0', '0', '3414', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2057INSERT INTO `furniture` VALUES ('20232', 'Garden leaves', 'garden_leaves', 's', '1', '1', '1', '0', '0', '0', '3425', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2058INSERT INTO `furniture` VALUES ('20233', 'Sky blue lupine', 'garden_lupin2', 's', '1', '1', '1', '0', '0', '0', '3416', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2059INSERT INTO `furniture` VALUES ('20234', 'Red lupine', 'garden_lupin3', 's', '1', '1', '1', '0', '0', '0', '3407', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2060INSERT INTO `furniture` VALUES ('20235', 'Pink rush', 'garden_mursu', 's', '1', '1', '1', '0', '0', '0', '3404', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2061INSERT INTO `furniture` VALUES ('20238', 'Bauhinia orchid tree', 'garden_orchtree', 's', '1', '1', '1', '0', '0', '0', '3413', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2062INSERT INTO `furniture` VALUES ('20237', 'Yellow happiness', 'garden_flo2', 's', '1', '1', '0', '1', '0', '1', '3409', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2063INSERT INTO `furniture` VALUES ('20239', 'Orange lupine', 'garden_lupin1', 's', '1', '1', '1', '0', '0', '0', '3421', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2064INSERT INTO `furniture` VALUES ('20240', 'Weird staring bush', 'garden_staringbush', 's', '1', '3', '1', '0', '0', '0', '3417', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2065INSERT INTO `furniture` VALUES ('20241', 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', '1', '1', '1', '1', '0', '0', '3423', '1', '1', '0', '1', '1', 'vendingmachine', '1', '51, 52', '0');
2066INSERT INTO `furniture` VALUES ('20242', 'Blue passion', 'garden_flo1', 's', '1', '1', '1', '1', '0', '1', '3418', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2067INSERT INTO `furniture` VALUES ('20243', 'Duck grass', 'garden_jungle', 's', '1', '1', '0', '1', '0', '0', '3422', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2068INSERT INTO `furniture` VALUES ('20244', 'merger_chest name', 'merger_chest', 's', '2', '1', '1', '0', '0', '0', '3455', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2069INSERT INTO `furniture` VALUES ('20245', 'Suave Fireplace', 'hc2_frplc', 's', '1', '2', '1', '0', '0', '0', '3458', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2070INSERT INTO `furniture` VALUES ('20246', 'Leather Bar Stool', 'hc2_barchair', 's', '1', '1', '1.7', '0', '1', '0', '3439', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2071INSERT INTO `furniture` VALUES ('20247', 'runway_display name', 'runway_display', 's', '1', '1', '1', '0', '0', '0', '3457', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2072INSERT INTO `furniture` VALUES ('20248', 'runway_bigchr_5 name', 'runway_bigchr_5', 's', '1', '1', '0.8', '1', '1', '0', '3463', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2073INSERT INTO `furniture` VALUES ('20249', 'runway_bigchr_4 name', 'runway_bigchr_4', 's', '1', '1', '0.8', '1', '1', '0', '3435', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2074INSERT INTO `furniture` VALUES ('20250', 'VIP Duvan', 'hc3_dc', 's', '1', '3', '1', '0', '0', '0', '3461', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
2075INSERT INTO `furniture` VALUES ('20252', 'Glass Table', 'hc2_sofatbl', 's', '2', '2', '0.5', '1', '0', '0', '3434', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2076INSERT INTO `furniture` VALUES ('20253', 'runway_stool name', 'runway_stool', 's', '1', '1', '1.2', '0', '1', '0', '3442', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2077INSERT INTO `furniture` VALUES ('20254', 'runway_dvdr name', 'runway_dvdr', 's', '2', '1', '1', '0', '0', '0', '3456', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2078INSERT INTO `furniture` VALUES ('20255', 'runway_block_2 name', 'runway_block_2', 's', '2', '2', '0.8', '1', '0', '1', '3443', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
2079INSERT INTO `furniture` VALUES ('20256', 'runway_bigchr_1 name', 'runway_bigchr_1', 's', '1', '1', '0.8', '0', '1', '0', '3462', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2080INSERT INTO `furniture` VALUES ('20257', 'Black Lamp', 'hc2_biglamp', 's', '1', '1', '1', '0', '0', '0', '3446', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2081INSERT INTO `furniture` VALUES ('20258', 'Leather Sofa', 'hc2_sofa', 's', '2', '1', '1', '0', '1', '0', '3452', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2082INSERT INTO `furniture` VALUES ('20259', 'Trendy Rug', 'hc2_carpet', 's', '3', '5', '0', '1', '0', '1', '3440', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2083INSERT INTO `furniture` VALUES ('20260', 'runway_block_1 name', 'runway_block_1', 's', '2', '2', '0.8', '1', '0', '1', '3433', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
2084INSERT INTO `furniture` VALUES ('20261', 'runway_bench name', 'runway_bench', 's', '2', '1', '1.4', '0', '1', '0', '3464', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2085INSERT INTO `furniture` VALUES ('20262', 'runway_chair_2 name', 'runway_chair_2', 's', '1', '1', '1.4', '0', '1', '0', '3429', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2086INSERT INTO `furniture` VALUES ('20263', 'ads_cheetos name', 'ads_cheetos', 's', '1', '1', '1', '0', '0', '0', '3453', '1', '1', '0', '1', '1', 'vendingmachine', '1', '51, 52', '0');
2087INSERT INTO `furniture` VALUES ('20264', 'VIP Coffee Table', 'hc3_table', 's', '2', '2', '0.5', '1', '0', '0', '3466', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2088INSERT INTO `furniture` VALUES ('20265', 'runway_bigchr_3 name', 'runway_bigchr_3', 's', '1', '1', '0.8', '1', '1', '0', '3454', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2089INSERT INTO `furniture` VALUES ('20266', 'VIP Stool', 'hc3_stool', 's', '1', '1', '1.7', '0', '1', '0', '3448', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2090INSERT INTO `furniture` VALUES ('20267', 'VIP Sofa', 'hc3_sofa', 's', '2', '1', '1', '0', '1', '0', '3441', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2091INSERT INTO `furniture` VALUES ('20268', 'runway_bigchr_2 name', 'runway_bigchr_2', 's', '1', '1', '0.8', '1', '1', '0', '3427', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2092INSERT INTO `furniture` VALUES ('20269', 'Leather Armchair', 'hc2_armchair', 's', '1', '1', '1', '1', '1', '0', '3436', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2093INSERT INTO `furniture` VALUES ('20270', 'runway_table_2 name', 'runway_table_2', 's', '2', '1', '1', '0', '0', '0', '3444', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2094INSERT INTO `furniture` VALUES ('20271', 'runway_table_1 name', 'runway_table_1', 's', '3', '2', '1', '1', '0', '0', '3460', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2095INSERT INTO `furniture` VALUES ('20272', 'runway_manqn_1 name', 'runway_manqn_1', 's', '1', '1', '1', '0', '0', '0', '3437', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
2096INSERT INTO `furniture` VALUES ('20273', 'Leather Duvan', 'hc2_dvn', 's', '1', '3', '1', '0', '0', '0', '3459', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
2097INSERT INTO `furniture` VALUES ('20274', 'VIP Light', 'hc3_light', 's', '2', '1', '0', '1', '0', '1', '3465', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2098INSERT INTO `furniture` VALUES ('20275', 'VIP Shelves', 'hc3_shelf', 's', '3', '1', '1.75', '1', '0', '0', '3438', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2099INSERT INTO `furniture` VALUES ('20276', 'runway_head name', 'runway_head', 's', '1', '1', '1', '1', '0', '0', '3432', '1', '1', '0', '1', '1', 'default', '7', '0', '0');
2100INSERT INTO `furniture` VALUES ('20277', 'runway_manqn_2 name', 'runway_manqn_2', 's', '1', '1', '1', '0', '0', '0', '3467', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
2101INSERT INTO `furniture` VALUES ('20278', 'Black Divider', 'hc2_divider', 's', '1', '3', '1', '0', '0', '0', '3449', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2102INSERT INTO `furniture` VALUES ('20279', 'Espresso Machine', 'hc2_coffee', 's', '1', '1', '1', '0', '0', '0', '3450', '1', '1', '0', '1', '1', 'vendingmachine', '0', '9,8,14,15,6,10,11,12,17,13', '0');
2103INSERT INTO `furniture` VALUES ('20280', 'Service Trolley', 'hc2_cart', 's', '1', '1', '1', '0', '0', '0', '3430', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2104INSERT INTO `furniture` VALUES ('20281', 'VIP Bar Desk', 'hc3_bard', 's', '2', '1', '1.05', '1', '0', '0', '3445', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2105INSERT INTO `furniture` VALUES ('20282', 'VIP Lamp', 'hc3_hugelamp', 's', '1', '1', '0', '1', '0', '1', '3447', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2106INSERT INTO `furniture` VALUES ('20283', 'VIP Divider', 'hc3_divider', 's', '1', '3', '1', '0', '0', '0', '3431', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2107INSERT INTO `furniture` VALUES ('20284', 'Black Vase', 'hc2_vase', 's', '1', '1', '1', '0', '0', '0', '3428', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2108INSERT INTO `furniture` VALUES ('20285', 'runway_chair_1 name', 'runway_chair_1', 's', '1', '1', '1.4', '0', '1', '0', '3451', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2109INSERT INTO `furniture` VALUES ('20286', 'Green been vines', 'garden_wall', 'i', '0', '0', '1', '1', '0', '0', '4325', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2110INSERT INTO `furniture` VALUES ('20287', 'ads_tv_yle name', 'ads_tv_yle', 'i', '0', '0', '1', '1', '0', '0', '4326', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2111INSERT INTO `furniture` VALUES ('20288', 'VIP Wall Art', 'hc3_walldeco', 'i', '0', '0', '1', '1', '0', '0', '4329', '1', '1', '0', '1', '1', 'default', '10', '0', '0');
2112INSERT INTO `furniture` VALUES ('20289', 'runway_shelf name', 'runway_shelf', 'i', '0', '0', '1', '1', '0', '0', '4327', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2113INSERT INTO `furniture` VALUES ('20290', 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', '0', '0', '1', '1', '0', '0', '4330', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2114INSERT INTO `furniture` VALUES ('20291', 'ads_target_wall name', 'ads_target_wall', 'i', '0', '0', '1', '1', '0', '0', '4332', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2115INSERT INTO `furniture` VALUES ('20292', 'runway_fabric name', 'runway_fabric', 'i', '0', '0', '1', '1', '0', '0', '4331', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
2116INSERT INTO `furniture` VALUES ('20293', 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', '0', '0', '1', '1', '0', '0', '4328', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2117INSERT INTO `furniture` VALUES ('20295', 'Camera', 'camera', 's', '1', '1', '1', '0', '0', '0', '263', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2118INSERT INTO `furniture` VALUES ('20296', 'Holly', 'holly', 'i', '0', '0', '0', '1', '0', '0', '4001', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2119INSERT INTO `furniture` VALUES ('20299', 'Wetting Ice Sculpture', 'wed_icesculp', 's', '1', '1', '3', '0', '0', '0', '3488', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2120INSERT INTO `furniture` VALUES ('20300', 'Wedding Car', 'wed_carsofa', 's', '2', '1', '1.25', '0', '1', '0', '3493', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2121INSERT INTO `furniture` VALUES ('20297', 'Wedding Arch', 'wed_arch', 's', '3', '1', '0.001', '1', '0', '1', '3483', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2122INSERT INTO `furniture` VALUES ('20298', 'Wedding Plant', 'wed_plant', 's', '1', '1', '1', '0', '0', '0', '3482', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2123INSERT INTO `furniture` VALUES ('20301', 'Terrier', 'a0 pet3', 's', '1', '1', '1', '1', '0', '0', '4026', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2124INSERT INTO `furniture` VALUES ('20303', 'Bear', 'a0 pet4', 's', '1', '1', '1', '1', '0', '0', '4027', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2125INSERT INTO `furniture` VALUES ('20304', 'Cat', 'a0 pet1', 's', '1', '1', '1', '1', '0', '0', '453', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2126INSERT INTO `furniture` VALUES ('20305', 'Dog', 'a0 pet0', 's', '1', '1', '1', '1', '0', '0', '452', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2127INSERT INTO `furniture` VALUES ('20306', 'Crocodile', 'a0 pet2', 's', '1', '1', '1', '1', '0', '0', '1290', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2128INSERT INTO `furniture` VALUES ('20392', 'Cereal', 'ads_chocapic', 's', '2', '1', '1', '0', '0', '0', '3486', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2129INSERT INTO `furniture` VALUES ('20393', 'TV Chocapic', 'ads_tv_chocapic_01', 'i', '0', '0', '0', '0', '0', '0', '4335', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2130INSERT INTO `furniture` VALUES ('20394', 'Poster Super Pop', 'ads_super_pop', 'i', '0', '0', '0', '0', '0', '0', '4333', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2131INSERT INTO `furniture` VALUES ('20395', 'Caja Fiesta', 'party_crate1_1', 's', '0', '1', '1', '0', '0', '0', '3487', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2132INSERT INTO `furniture` VALUES ('20396', 'Caja Fiesta', 'party_crate1_2', 's', '0', '1', '1', '0', '0', '0', '3489', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2133INSERT INTO `furniture` VALUES ('20397', 'Caja Fiesta', 'party_crate1_3', 's', '0', '1', '1', '0', '0', '0', '3481', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2134INSERT INTO `furniture` VALUES ('20398', 'Caja Fiesta', 'party_crate1_4', 's', '0', '1', '1', '0', '0', '0', '3485', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2135INSERT INTO `furniture` VALUES ('20399', 'Caja Fiesta', 'party_crate2_1', 's', '0', '1', '1', '0', '0', '0', '3480', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2136INSERT INTO `furniture` VALUES ('20400', 'Caja Fiesta', 'party_crate2_2', 's', '0', '1', '1', '0', '0', '0', '3490', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2137INSERT INTO `furniture` VALUES ('20401', 'Caja Fiesta', 'party_crate2_3', 's', '0', '1', '1', '0', '0', '0', '3491', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2138INSERT INTO `furniture` VALUES ('20402', 'Caja Fiesta', 'party_crate2_4', 's', '0', '1', '1', '0', '0', '0', '3492', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2139INSERT INTO `furniture` VALUES ('20403', 'Stereo Fiesta', 'party_djset', 's', '1', '3', '3', '0', '0', '0', '3484', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2140INSERT INTO `furniture` VALUES ('20354', 'fball_score_y', 'fball_score_y', 's', '1', '1', '1', '0', '0', '0', '3506', '1', '1', '0', '1', '1', 'yellow_score', '1', '0', '0');
2141INSERT INTO `furniture` VALUES ('20353', 'fball_score_r', 'fball_score_r', 's', '1', '1', '1', '0', '0', '0', '3522', '1', '1', '0', '1', '1', 'red_score', '1', '0', '0');
2142INSERT INTO `furniture` VALUES ('20352', 'fball_score_g', 'fball_score_g', 's', '1', '1', '1', '0', '0', '0', '3512', '1', '1', '0', '1', '1', 'green_score', '1', '0', '0');
2143INSERT INTO `furniture` VALUES ('20351', 'fball_score_b', 'fball_score_b', 's', '1', '1', '1', '0', '0', '0', '3496', '1', '1', '0', '1', '1', 'blue_score', '1', '0', '0');
2144INSERT INTO `furniture` VALUES ('20350', 'fball_ptch8 name', 'fball_ptch8', 's', '3', '3', '0', '1', '0', '0', '3502', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2145INSERT INTO `furniture` VALUES ('20349', 'fball_ptch7 name', 'fball_ptch7', 's', '3', '3', '0', '1', '0', '0', '3509', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2146INSERT INTO `furniture` VALUES ('20348', 'fball_ptch6 name', 'fball_ptch6', 's', '3', '3', '0', '1', '0', '0', '3517', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2147INSERT INTO `furniture` VALUES ('20347', 'fball_ptch5 name', 'fball_ptch5', 's', '3', '3', '0', '1', '0', '0', '3498', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2148INSERT INTO `furniture` VALUES ('20346', 'fball_ptch4 name', 'fball_ptch4', 's', '3', '3', '0', '1', '0', '0', '3504', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2149INSERT INTO `furniture` VALUES ('20345', 'fball_ptch3 name', 'fball_ptch3', 's', '3', '3', '0', '1', '0', '0', '3513', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2150INSERT INTO `furniture` VALUES ('20344', 'fball_ptch2 name', 'fball_ptch2', 's', '3', '3', '0', '1', '0', '0', '3511', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2151INSERT INTO `furniture` VALUES ('20343', 'fball_ptch1', 'fball_ptch1', 's', '3', '3', '0', '1', '0', '0', '3524', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2152INSERT INTO `furniture` VALUES ('20342', 'fball_ptch0', 'fball_ptch0', 's', '3', '3', '0', '1', '0', '0', '3520', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2153INSERT INTO `furniture` VALUES ('20341', 'fball_counter name', 'fball_counter', 's', '2', '1', '1', '0', '0', '0', '3525', '1', '1', '0', '1', '1', 'counter', '2', '0', '0');
2154INSERT INTO `furniture` VALUES ('20340', 'fball_gate name', 'fball_gate', 's', '1', '1', '0', '0', '0', '1', '3516', '1', '1', '0', '1', '1', 'fbgate', '1', '0', '0');
2155INSERT INTO `furniture` VALUES ('20339', 'fball_light name', 'fball_light', 's', '1', '1', '1', '0', '0', '0', '3499', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2156INSERT INTO `furniture` VALUES ('20338', 'fball_goal_y name', 'fball_goal_y', 's', '3', '1', '0', '1', '0', '1', '3523', '1', '1', '0', '1', '1', 'yellow_goal', '1', '0', '0');
2157INSERT INTO `furniture` VALUES ('20337', 'fball_goal_r name', 'fball_goal_r', 's', '3', '1', '0', '1', '0', '1', '3514', '1', '1', '0', '1', '1', 'red_goal', '1', '0', '0');
2158INSERT INTO `furniture` VALUES ('20336', 'fball_goal_g', 'fball_goal_g', 's', '3', '1', '0', '1', '0', '1', '3519', '1', '1', '0', '1', '1', 'green_goal', '1', '0', '0');
2159INSERT INTO `furniture` VALUES ('20335', 'fball_goal_b name', 'fball_goal_b', 's', '3', '1', '0', '1', '0', '1', '3515', '1', '1', '0', '1', '1', 'blue_goal', '1', '0', '0');
2160INSERT INTO `furniture` VALUES ('20334', 'fball_fnc3 name', 'fball_fnc3', 's', '1', '3', '1', '0', '0', '0', '3495', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2161INSERT INTO `furniture` VALUES ('20333', 'fball_fnc1 name', 'fball_fnc1', 's', '1', '1', '1', '0', '0', '0', '3501', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2162INSERT INTO `furniture` VALUES ('20332', 'fball_crnr name', 'fball_crnr', 's', '1', '1', '1', '0', '0', '0', '3503', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2163INSERT INTO `furniture` VALUES ('20331', 'fball_cote name', 'fball_cote', 's', '3', '1', '0', '0', '0', '0', '3507', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2164INSERT INTO `furniture` VALUES ('20330', 'fball_bench name', 'fball_bench', 's', '3', '1', '1', '0', '1', '0', '3494', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2165INSERT INTO `furniture` VALUES ('20329', 'fball_ball5 name', 'fball_ball5', 's', '1', '1', '0', '0', '0', '1', '3518', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2166INSERT INTO `furniture` VALUES ('20328', 'fball_ball4 name', 'fball_ball4', 's', '1', '1', '0', '0', '0', '1', '3521', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2167INSERT INTO `furniture` VALUES ('20327', 'fball_ball3 name', 'fball_ball3', 's', '1', '1', '0', '0', '0', '1', '3497', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2168INSERT INTO `furniture` VALUES ('20326', 'fball_ball2 name', 'fball_ball2', 's', '1', '1', '0', '0', '0', '1', '3510', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2169INSERT INTO `furniture` VALUES ('20325', 'fball_ball name', 'fball_ball', 's', '1', '1', '0', '0', '0', '1', '3508', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2170INSERT INTO `furniture` VALUES ('20324', 'fball_audbench name', 'fball_audbench', 's', '4', '1', '1', '0', '1', '0', '3500', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2171INSERT INTO `furniture` VALUES ('20323', 'fball_trophy name', 'fball_trophy', 's', '1', '1', '1', '0', '0', '0', '3505', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2172INSERT INTO `furniture` VALUES ('20428', 'Pac-Sun', 'ads_capri_arcade', 's', '2', '1', '1', '0', '0', '0', '3553', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2173INSERT INTO `furniture` VALUES ('20427', 'Arbolito Sun', 'ads_capri_tree', 's', '2', '1', '1', '0', '0', '0', '3546', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2174INSERT INTO `furniture` VALUES ('20426', 'Tubo De Lava Capri', 'ads_capri_lava', 's', '0', '1', '1', '0', '0', '0', '3536', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2175INSERT INTO `furniture` VALUES ('20425', 'Silla CapriSun', 'ads_capri_chair', 's', '0', '1', '1', '0', '1', '0', '3535', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2176INSERT INTO `furniture` VALUES ('20404', 'Efecto Lido', 'avatar_effect29', 'e', '1', '1', '1', '0', '0', '0', '29', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2177INSERT INTO `furniture` VALUES ('20415', 'Vikingo', 'avatar_effect27', 'e', '1', '1', '1', '0', '0', '0', '27', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2178INSERT INTO `furniture` VALUES ('20317', 'cmp_fish_s name', 'cmp_fish_s', 's', '1', '2', '1', '0', '0', '0', '3468', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2179INSERT INTO `furniture` VALUES ('20316', 'cmp_fish_r name', 'cmp_fish_r', 's', '1', '2', '1', '0', '0', '0', '3477', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2180INSERT INTO `furniture` VALUES ('20315', 'cmp_fish_gr name', 'cmp_fish_gr', 's', '1', '2', '1', '0', '0', '0', '3474', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2181INSERT INTO `furniture` VALUES ('20314', 'cmp_fish_g name', 'cmp_fish_g', 's', '1', '2', '1', '0', '0', '0', '3475', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2182INSERT INTO `furniture` VALUES ('20313', 'cmp_fish_bk name', 'cmp_fish_bk', 's', '1', '2', '1', '0', '0', '0', '3469', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2183INSERT INTO `furniture` VALUES ('20917', 'cmp_fish_s name', 'cmp_fish_s', 's', '1', '2', '1', '0', '0', '0', '3468', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2184INSERT INTO `furniture` VALUES ('21217', 'cmp_fish_s name', 'cmp_fish_s', 's', '1', '2', '1', '0', '0', '0', '3468', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2185INSERT INTO `furniture` VALUES ('21216', 'cmp_fish_r name', 'cmp_fish_r', 's', '1', '2', '1', '0', '0', '0', '3477', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2186INSERT INTO `furniture` VALUES ('21215', 'cmp_fish_gr name', 'cmp_fish_gr', 's', '1', '2', '1', '0', '0', '0', '3474', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2187INSERT INTO `furniture` VALUES ('21214', 'cmp_fish_g name', 'cmp_fish_g', 's', '1', '2', '1', '0', '0', '0', '3475', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2188INSERT INTO `furniture` VALUES ('21213', 'cmp_fish_bk name', 'cmp_fish_bk', 's', '1', '2', '1', '0', '0', '0', '3469', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2189INSERT INTO `furniture` VALUES ('21298', 'cmp_fish_b name', 'cmp_fish_b', 's', '1', '2', '1', '0', '0', '0', '3472', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2190INSERT INTO `furniture` VALUES ('25367', 'bw_ball', 'bw_ball', 's', '1', '1', '1', '0', '0', '1', '3547', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2191INSERT INTO `furniture` VALUES ('25366', 'bw_table', 'bw_table', 's', '2', '2', '1', '1', '0', '0', '3545', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2192INSERT INTO `furniture` VALUES ('25365', 'bw_chair', 'bw_chair', 's', '1', '1', '0.8', '1', '1', '0', '3544', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2193INSERT INTO `furniture` VALUES ('25364', 'bw_sboard', 'bw_sboard', 's', '2', '1', '0', '0', '0', '0', '3543', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2194INSERT INTO `furniture` VALUES ('25363', 'bw_croc', 'bw_croc', 's', '1', '3', '1', '1', '1', '0', '3542', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2195INSERT INTO `furniture` VALUES ('25362', 'bw_water_2', 'bw_water_2', 's', '2', '2', '0.1', '1', '0', '1', '3541', '1', '1', '0', '1', '1', 'water', '1', '0', '0');
2196INSERT INTO `furniture` VALUES ('25361', 'bw_shower', 'bw_shower', 's', '1', '1', '2', '1', '0', '0', '3540', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2197INSERT INTO `furniture` VALUES ('25360', 'bw_ccnuts', 'bw_ccnuts', 's', '1', '1', '1', '0', '0', '0', '3539', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2198INSERT INTO `furniture` VALUES ('25359', 'bw_fin', 'bw_fin', 's', '1', '1', '1', '1', '0', '0', '3538', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2199INSERT INTO `furniture` VALUES ('25357', 'bw_sofa', 'bw_sofa', 's', '2', '1', '1', '1', '1', '0', '3533', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2200INSERT INTO `furniture` VALUES ('25355', 'bw_lgchair', 'bw_lgchair', 's', '1', '1', '3', '0', '1', '0', '3529', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2201INSERT INTO `furniture` VALUES ('25354', 'bw_boat', 'bw_boat', 's', '2', '2', '1', '1', '1', '0', '3527', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2202INSERT INTO `furniture` VALUES ('39911', 'prison_dvdr2', 'prison_dvdr2', 's', '2', '1', '3.5', '1', '0', '0', '3532', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2203INSERT INTO `furniture` VALUES ('39912', 'prison_gate', 'prison_gate', 's', '1', '1', '0.1', '0', '0', '0', '3526', '1', '1', '0', '1', '1', 'gate', '1', '0', '0');
2204INSERT INTO `furniture` VALUES ('39913', 'prison_dvdr1', 'prison_dvdr1', 's', '1', '1', '3.5', '1', '0', '0', '3534', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2205INSERT INTO `furniture` VALUES ('39914', 'prison_stone', 'prison_stone', 's', '1', '1', '1', '0', '0', '0', '3537', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2206INSERT INTO `furniture` VALUES ('39915', 'prison_tower', 'prison_tower', 's', '1', '1', '3', '1', '0', '1', '3531', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2207INSERT INTO `furniture` VALUES ('39916', 'prison_crnr', 'prison_crnr', 's', '1', '1', '3.5', '1', '0', '0', '3528', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2208INSERT INTO `furniture` VALUES ('39917', 'hc3_stereo', 'hc3_stereo', 's', '3', '1', '1', '1', '0', '0', '3470', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2209INSERT INTO `furniture` VALUES ('20450', 'Trofeo Pulgar', 'prizetrophy_thumb', 's', '1', '1', '1', '0', '0', '0', '3410', '1', '1', '0', '1', '0', 'trophy', '1', '0', '0');
2210INSERT INTO `furniture` VALUES ('39918', 'Jarr?n VIP', 'hc3_vase', 's', '0', '1', '1', '0', '0', '0', '3185', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2211INSERT INTO `furniture` VALUES ('96401', 'Submarino', 'cmp_sub', 's', '7', '1', '3', '0', '0', '0', '3478', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2212INSERT INTO `furniture` VALUES ('96400', 'Nobox Amarillo', 'cmp_nobox_3', 's', '1', '1', '1', '0', '0', '0', '3473', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2213INSERT INTO `furniture` VALUES ('96398', 'Nobox Rojo', 'cmp_nobox', 's', '1', '1', '1', '0', '0', '0', '3476', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2214INSERT INTO `furniture` VALUES ('96399', 'Nobox Azul', 'cmp_nobox_2', 's', '1', '1', '1', '0', '0', '0', '3471', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2215INSERT INTO `furniture` VALUES ('95394', 'bw_sofa_p', 'bw_sofa_p', 's', '2', '1', '1', '1', '1', '0', '3561', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2216INSERT INTO `furniture` VALUES ('95393', 'bw_sofa_g', 'bw_sofa_g', 's', '2', '1', '1', '1', '1', '0', '3575', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2217INSERT INTO `furniture` VALUES ('95392', 'bw_van_g', 'bw_van_g', 's', '2', '2', '1', '0', '1', '0', '3574', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2218INSERT INTO `furniture` VALUES ('95391', 'bw_van_p', 'bw_van_p', 's', '2', '2', '1', '0', '1', '0', '3570', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2219INSERT INTO `furniture` VALUES ('95390', 'bw_table_p', 'bw_table_p', 's', '2', '1', '0', '1', '0', '0', '3578', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2220INSERT INTO `furniture` VALUES ('95389', 'bw_table_g', 'bw_table_g', 's', '2', '2', '1', '1', '0', '0', '3566', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2221INSERT INTO `furniture` VALUES ('95388', 'bw_sboard_p', 'bw_sboard_p', 's', '2', '1', '0', '0', '0', '0', '3571', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2222INSERT INTO `furniture` VALUES ('59918', 'Vase vip', 'hc3_vase', 's', '1', '1', '1', '1', '0', '0', '3479', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2223INSERT INTO `furniture` VALUES ('95387', 'bw_sboard_g', 'bw_sboard_g', 's', '2', '1', '0', '0', '0', '0', '3562', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2224INSERT INTO `furniture` VALUES ('95371', 'Lava', 'Lava', 's', '0', '0', '0', '0', '0', '0', '3021', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2225INSERT INTO `furniture` VALUES ('95386', 'bw_fnc_crnr_p', 'bw_fnc_crnr_p', 's', '1', '2', '1', '0', '0', '0', '3576', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2226INSERT INTO `furniture` VALUES ('95385', 'bw_pool_b1', 'bw_pool_b1', 's', '1', '1', '1', '1', '0', '0', '3560', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2227INSERT INTO `furniture` VALUES ('95374', 'ads_grefusa_surfb', 'ads_grefusa_surfb', 'i', '0', '0', '0', '0', '0', '0', '3600', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2228INSERT INTO `furniture` VALUES ('95375', 'ads_pepsi0', 'ads_pepsi0', 's', '1', '1', '3', '0', '0', '0', '3554', '1', '1', '0', '1', '1', 'vendingmachine', '1', '55', '0');
2229INSERT INTO `furniture` VALUES ('95384', 'bw_pool_a1', 'bw_pool_a1', 's', '1', '1', '1', '1', '1', '0', '3577', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2230INSERT INTO `furniture` VALUES ('95383', 'bw_pool_a3', 'bw_pool_a3', 's', '1', '1', '0', '1', '0', '0', '3556', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2231INSERT INTO `furniture` VALUES ('95382', 'bw_pool_a2', 'bw_pool_a2', 's', '2', '1', '1', '1', '0', '0', '3564', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2232INSERT INTO `furniture` VALUES ('95381', 'bw_pool_b2', 'bw_pool_b2', 's', '2', '1', '1', '1', '0', '0', '3565', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2233INSERT INTO `furniture` VALUES ('95380', 'bw_mttrss_g', 'bw_mttrss_g', 's', '1', '3', '0.8', '1', '0', '0', '3558', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2234INSERT INTO `furniture` VALUES ('25368', 'bw_mttrss', 'bw_mttrss', 's', '1', '3', '0.8', '1', '1', '0', '3548', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2235INSERT INTO `furniture` VALUES ('25369', 'bw_van', 'bw_van', 's', '2', '2', '1', '0', '1', '0', '3549', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2236INSERT INTO `furniture` VALUES ('25371', 'bw_fnc_crnr', 'bw_fnc crnr', 's', '1', '2', '1', '1', '0', '0', '3551', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2237INSERT INTO `furniture` VALUES ('25372', 'bw_fnc', 'bw_fnc', 's', '2', '1', '1', '1', '0', '0', '3552', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2238INSERT INTO `furniture` VALUES ('59919', 'Mandibula', 'bw_jaws', 'i', '0', '0', '0', '0', '0', '0', '3602', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2239INSERT INTO `furniture` VALUES ('59939', 'Mandibula', 'bw_jaws', 'i', '0', '0', '0', '0', '0', '0', '3602', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2240INSERT INTO `furniture` VALUES ('95376', 'bw_fnc_p', 'bw_fnc_p', 's', '2', '1', '1', '1', '0', '0', '3569', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2241INSERT INTO `furniture` VALUES ('95377', 'bw_fnc_crnr_g', 'bw_fnc_crnr_g', 's', '1', '2', '1', '1', '0', '0', '3563', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2242INSERT INTO `furniture` VALUES ('95378', 'bw_sofa_p', 'bw_sofa_p', 's', '2', '1', '1', '1', '1', '1', '3567', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2243INSERT INTO `furniture` VALUES ('95379', 'bw_boat_g', 'bw_boat_g', 's', '2', '2', '0.8', '1', '1', '0', '3568', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2244INSERT INTO `furniture` VALUES ('95395', 'bw_fnc_g name', 'bw_fnc_g', 's', '2', '1', '1', '1', '0', '0', '3557', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2245INSERT INTO `furniture` VALUES ('95397', 'bw_tele', 'bw_tele', 's', '1', '1', '3', '0', '0', '0', '3550', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
2246INSERT INTO `furniture` VALUES ('21001', 'Bast??n de mando', 'avatar_effect26', 'e', '1', '1', '1', '0', '0', '0', '26', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2247INSERT INTO `furniture` VALUES ('21002', 'Llamaradas', 'avatar_effect25', 'e', '1', '1', '1', '0', '0', '0', '25', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2248INSERT INTO `furniture` VALUES ('21003', 'Bajo Lluvia', 'avatar_effect24', 'e', '1', '1', '1', '0', '0', '0', '24', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2249INSERT INTO `furniture` VALUES ('21004', 'Levitaci??n', 'avatar_effect23', 'e', '1', '1', '1', '0', '0', '0', '23', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2250INSERT INTO `furniture` VALUES ('96402', '', 'newitem', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2251INSERT INTO `furniture` VALUES ('10289', 'easel_0', 'easel_0', 's', '1', '1', '1', '0', '0', '0', '3582', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2252INSERT INTO `furniture` VALUES ('10290', 'easel_1', 'easel_1', 's', '1', '1', '1', '0', '0', '0', '3594', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2253INSERT INTO `furniture` VALUES ('10291', 'easel_2', 'easel_2', 's', '1', '1', '1', '0', '0', '0', '3603', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2254INSERT INTO `furniture` VALUES ('10292', 'easel_3', 'easel_3', 's', '1', '1', '1', '1', '0', '0', '3596', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
2255INSERT INTO `furniture` VALUES ('10293', 'easel_4', 'easel_4', 's', '1', '1', '1', '0', '0', '0', '3600', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
2256INSERT INTO `furniture` VALUES ('10294', 'easel_2', 'easel_2', 's', '1', '1', '1', '0', '0', '0', '3603', '1', '1', '0', '1', '1', 'default', '6', '0', '0');
2257INSERT INTO `furniture` VALUES ('10278', 'hosptl_bbag name', 'hosptl_bbag', 's', '1', '3', '1', '0', '0', '0', '3591', '1', '1', '0', '1', '1', 'bed', '2', '0', '0');
2258INSERT INTO `furniture` VALUES ('10279', 'hosptl_bed', 'hosptl_bed', 's', '1', '3', '2', '0', '0', '0', '3590', '1', '1', '0', '1', '1', 'bed', '2', '0', '0');
2259INSERT INTO `furniture` VALUES ('10280', 'hosptl_cab1', 'hosptl_cab1', 's', '1', '1', '1', '0', '0', '0', '3586', '1', '1', '0', '1', '1', 'vendingmachine', '2', '35', '0');
2260INSERT INTO `furniture` VALUES ('10281', 'hosptl_cab2', 'hosptl_cab2', 's', '2', '1', '1', '0', '0', '0', '3608', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2261INSERT INTO `furniture` VALUES ('10282', 'hosptl_curtain', 'hosptl_curtain', 's', '3', '1', '1', '0', '0', '0', '3588', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2262INSERT INTO `furniture` VALUES ('10283', 'hosptl_defibs', 'hosptl_defibs', 's', '1', '1', '1', '0', '0', '0', '3606', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2263INSERT INTO `furniture` VALUES ('10284', 'hosptl_light', 'hosptl_light', 's', '1', '1', '1', '0', '0', '0', '3610', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2264INSERT INTO `furniture` VALUES ('10285', 'hosptl_seat', 'hosptl_seat', 's', '2', '1', '2', '0', '1', '0', '3611', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2265INSERT INTO `furniture` VALUES ('10286', 'hosptl_skele', 'hosptl_skele', 's', '1', '1', '1', '0', '0', '0', '3604', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2266INSERT INTO `furniture` VALUES ('10287', 'hosptl_xray', 'hosptl_xray', 'i', '0', '0', '0', '0', '0', '0', '4339', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2267INSERT INTO `furniture` VALUES ('10355', 'african_tree2', 'african_tree2', 's', '1', '1', '1', '0', '0', '0', '3605', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2268INSERT INTO `furniture` VALUES ('10354', 'african_tree1', 'african_tree1', 's', '1', '1', '1', '0', '0', '0', '3584', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2269INSERT INTO `furniture` VALUES ('10353', 'african_stage', 'african_stage', 's', '2', '2', '1', '1', '0', '1', '3607', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2270INSERT INTO `furniture` VALUES ('10352', 'african_patch', 'african_patch', 's', '2', '2', '1', '0', '0', '1', '3602', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2271INSERT INTO `furniture` VALUES ('10351', 'african_fence', 'african_fence', 's', '1', '2', '1', '0', '0', '0', '3579', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2272INSERT INTO `furniture` VALUES ('10350', 'african_bones', 'african_bones', 's', '1', '1', '1', '0', '0', '0', '3609', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2273INSERT INTO `furniture` VALUES ('97419', 'ktchn10_block', 'ktchn10_block', 's', '1', '1', '1', '1', '0', '0', '3589', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2274INSERT INTO `furniture` VALUES ('97420', 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', '1', '1', '1', '1', '0', '0', '4338', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2275INSERT INTO `furniture` VALUES ('97421', 'ktchn10_pot', 'ktchn10_pot', 's', '1', '1', '1', '1', '0', '0', '3580', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2276INSERT INTO `furniture` VALUES ('97422', 'ktchn10_sink', 'ktchn10_sink', 's', '2', '1', '1', '1', '0', '0', '3612', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2277INSERT INTO `furniture` VALUES ('97423', 'ktchn10_stove', 'ktchn10_stove', 's', '2', '1', '1.2', '1', '0', '0', '3581', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2278INSERT INTO `furniture` VALUES ('97424', 'ktchn10_tea', 'ktchn10_tea', 's', '1', '1', '1', '1', '0', '0', '3592', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2279INSERT INTO `furniture` VALUES ('3530', 'bw_water_1', 'bw_water_1', 's', '2', '2', '0.1', '1', '0', '1', '3530', '1', '1', '0', '1', '1', 'water', '1', '0', '0');
2280INSERT INTO `furniture` VALUES ('97111', 'Cheetos', 'Cheester Rules!', 'e', '1', '1', '1', '0', '0', '0', '31', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2281INSERT INTO `furniture` VALUES ('3568275', 'despicableme_desc', 'despicableme_desc', 'e', '1', '1', '1', '0', '0', '0', '32', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2282INSERT INTO `furniture` VALUES ('2785108', 'bb_painimies2', 'bb_painimies2', 'i', '1', '1', '1', '0', '0', '1', '4342', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2283INSERT INTO `furniture` VALUES ('2785078', 'bb_score_b', 'bb_score_b', 's', '1', '1', '1', '0', '0', '0', '3615', '1', '1', '0', '1', '1', 'blue_score', '2', '0', '0');
2284INSERT INTO `furniture` VALUES ('2785079', 'bb_robo', 'bb_robo', 's', '2', '2', '2', '0', '0', '0', '3616', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2285INSERT INTO `furniture` VALUES ('2785080', 'bb_dragon', 'bb_dragon', 's', '3', '1', '2.5', '0', '0', '0', '3617', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2286INSERT INTO `furniture` VALUES ('2785081', 'bb_ducklight', 'bb_ducklight', 's', '1', '1', '3', '0', '0', '0', '3618', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
2287INSERT INTO `furniture` VALUES ('2785082', 'bb_caterhead', 'bb_caterhead', 's', '1', '1', '1', '0', '0', '0', '3619', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2288INSERT INTO `furniture` VALUES ('2785083', 'bb_cargobox', 'bb_cargobox', 's', '2', '1', '1', '0', '0', '0', '3620', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2289INSERT INTO `furniture` VALUES ('2785084', 'bb_gate_g', 'bb_gate_g', 's', '1', '1', '0', '0', '0', '1', '3621', '1', '1', '0', '1', '1', 'bb_green_gate', '2', '0', '0');
2290INSERT INTO `furniture` VALUES ('2785085', 'bb_crchair3', 'bb_crchair3', 's', '1', '1', '1', '0', '1', '0', '3622', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2291INSERT INTO `furniture` VALUES ('2785086', 'bb_score_g', 'bb_score_g', 's', '1', '1', '1', '0', '0', '0', '3623', '1', '1', '0', '1', '1', 'green_score', '1', '0', '0');
2292INSERT INTO `furniture` VALUES ('2785087', 'bb_crchair', 'bb_crchair', 's', '1', '1', '1', '0', '1', '0', '3624', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2293INSERT INTO `furniture` VALUES ('2785088', 'bb_crchair2', 'bb_crchair2', 's', '1', '1', '1', '0', '1', '0', '3625', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2294INSERT INTO `furniture` VALUES ('2785089', 'bb_score_y', 'bb_score_y', 's', '1', '1', '1', '0', '0', '0', '3626', '1', '1', '0', '1', '1', 'yellow_score', '2', '0', '0');
2295INSERT INTO `furniture` VALUES ('2785090', 'bb_knj1', 'bb_knj1', 's', '2', '1', '1', '0', '0', '0', '3627', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2296INSERT INTO `furniture` VALUES ('2785091', 'bb_gate_r', 'bb_gate_r', 's', '1', '1', '0', '0', '0', '1', '3628', '1', '1', '0', '1', '1', 'bb_red_gate', '2', '0', '0');
2297INSERT INTO `furniture` VALUES ('2785092', 'bb_tddhnd', 'bb_tddhnd', 's', '1', '1', '1', '1', '0', '0', '3629', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2298INSERT INTO `furniture` VALUES ('2785093', 'bb_lightdiv', 'bb_lightdiv', 's', '1', '1', '1', '1', '0', '0', '3630', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
2299INSERT INTO `furniture` VALUES ('2785094', 'bb_tddhead', 'bb_tddhead', 's', '2', '2', '2', '0', '0', '0', '3631', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2300INSERT INTO `furniture` VALUES ('2785095', 'bb_pyramid', 'bb_pyramid', 's', '1', '1', '0', '0', '0', '0', '3632', '1', '1', '0', '1', '1', 'gate', '3', '0', '0');
2301INSERT INTO `furniture` VALUES ('2785096', 'bb_patch1', 'bb_patch1', 's', '1', '1', '0.1', '1', '0', '1', '3633', '1', '1', '0', '1', '1', 'bb_patch', '1', '0', '0');
2302INSERT INTO `furniture` VALUES ('2785097', 'bb_fnc3', 'bb_fnc3', 's', '1', '3', '1', '0', '0', '0', '3634', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2303INSERT INTO `furniture` VALUES ('2785098', 'bb_gate_y', 'bb_gate_y', 's', '1', '1', '0', '0', '0', '1', '3635', '1', '1', '0', '1', '1', 'bb_yellow_gate', '1', '0', '0');
2304INSERT INTO `furniture` VALUES ('2785099', 'bb_apparatus', 'bb_apparatus', 's', '2', '2', '0', '1', '0', '1', '3637', '1', '1', '0', '1', '1', 'default', '8', '0', '0');
2305INSERT INTO `furniture` VALUES ('2785100', 'bb_caterbody', 'bb_caterbody', 's', '1', '1', '1.7', '1', '1', '0', '3638', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2306INSERT INTO `furniture` VALUES ('2785101', 'bb_knj2', 'bb_knj2', 's', '1', '1', '2', '1', '0', '0', '3639', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2307INSERT INTO `furniture` VALUES ('2785102', 'bb_fnc1', 'bb_fnc1', 's', '1', '1', '1', '0', '0', '0', '3640', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2308INSERT INTO `furniture` VALUES ('2785103', 'bb_puck', 'bb_puck', 's', '1', '1', '0.6', '1', '0', '1', '3641', '1', '1', '0', '1', '1', 'ball', '3', '0', '0');
2309INSERT INTO `furniture` VALUES ('2785104', 'bb_rnd_tele', 'bb_rnd_tele', 's', '1', '1', '0.3', '0', '0', '1', '3642', '1', '1', '0', '1', '1', 'bb_teleport', '8000', '0', '0');
2310INSERT INTO `furniture` VALUES ('2785105', 'bb_gate_b', 'bb_gate_b', 's', '1', '1', '0', '0', '0', '1', '3643', '1', '1', '0', '1', '1', 'bb_blue_gate', '1', '0', '0');
2311INSERT INTO `furniture` VALUES ('2785106', 'bb_score_r', 'bb_score_r', 's', '1', '1', '1', '0', '0', '0', '3644', '1', '1', '0', '1', '1', 'red_score', '2', '0', '0');
2312INSERT INTO `furniture` VALUES ('2785107', 'bb_painimies1', 'bb_painimies1', 'i', '1', '1', '1', '0', '0', '1', '4341', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2313INSERT INTO `furniture` VALUES ('2785077', 'bb_crnr', 'bb_crnr', 's', '1', '1', '1', '0', '0', '0', '3614', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2314INSERT INTO `furniture` VALUES ('2785116', 'hween10_fogwall', 'hween10_fogwall', 'i', '1', '1', '1', '0', '0', '1', '4340', '1', '1', '0', '1', '1', 'default', '3', '0', '0');
2315INSERT INTO `furniture` VALUES ('2785115', 'hween10_zombie', 'hween10_zombie', 's', '1', '1', '3', '0', '0', '0', '3636', '1', '1', '0', '1', '1', 'vendingmachine', '2', '58', '0');
2316INSERT INTO `furniture` VALUES ('97222', 'Battle Ball P??rpura', '??A saltar se ha dicho!', 'e', '1', '1', '1', '0', '0', '0', '33', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2317INSERT INTO `furniture` VALUES ('97333', 'Battle Ball Az??l', '??A saltar se ha dicho!', 'e', '1', '1', '1', '0', '0', '0', '34', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2318INSERT INTO `furniture` VALUES ('97444', 'Battle Ball Verde', '??A saltar se ha dicho!', 'e', '1', '1', '1', '0', '0', '0', '35', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2319INSERT INTO `furniture` VALUES ('97555', 'Battle Ball Amarilla', '??A saltar se ha dicho!', 'e', '1', '1', '1', '0', '0', '0', '36', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2320INSERT INTO `furniture` VALUES ('3568276', 'nest_lion', 'nest_lion', 's', '1', '1', '1', '1', '0', '1', '3601', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2321INSERT INTO `furniture` VALUES ('3568277', 'nest_lion2', 'nest_lion2', 's', '1', '1', '0.5', '1', '0', '1', '3587', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2322INSERT INTO `furniture` VALUES ('3568278', 'nest_rhino', 'nest_rhino', 's', '1', '1', '0.2', '1', '0', '1', '3597', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2323INSERT INTO `furniture` VALUES ('3568279', 'petfood14', 'petfood14', 's', '1', '1', '0', '0', '0', '1', '3599', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2324INSERT INTO `furniture` VALUES ('3568280', 'petfood15', 'petfood15', 's', '1', '1', '0.1', '1', '0', '1', '3583', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2325INSERT INTO `furniture` VALUES ('84586', 'Lion', 'a0 pet6', 's', '1', '1', '1', '1', '0', '0', '7457', '1', '1', '0', '1', '1', 'pet', '0', '0', '0');
2326INSERT INTO `furniture` VALUES ('83545', 'Rhino', 'a0 pet7', 's', '1', '1', '1', '1', '0', '0', '5354', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2327INSERT INTO `furniture` VALUES ('2785117', 'hween10_bat', 'hween10_bat', 's', '1', '1', '1', '0', '0', '0', '3662', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2328INSERT INTO `furniture` VALUES ('2785118', 'hween10_card_1', 'hween10_card_1', 'i', '1', '1', '1', '1', '0', '0', '4346', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2329INSERT INTO `furniture` VALUES ('2785119', 'hween10_card_2', 'hween10_card_2', 'i', '1', '1', '1', '1', '0', '0', '4350', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2330INSERT INTO `furniture` VALUES ('2785120', 'hween10_card_3', 'hween10_card_3', 'i', '1', '1', '1', '1', '0', '0', '4345', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2331INSERT INTO `furniture` VALUES ('2785121', 'hween10_card_4', 'hween10_card_4', 'i', '1', '1', '1', '1', '0', '0', '4347', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2332INSERT INTO `furniture` VALUES ('2785122', 'hween10_card_5', 'hween10_card_5', 'i', '1', '1', '1', '1', '0', '0', '4351', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2333INSERT INTO `furniture` VALUES ('2785123', 'hween10_card_6', 'hween10_card_6', 'i', '1', '1', '1', '1', '0', '0', '4348', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2334INSERT INTO `furniture` VALUES ('2785124', 'hween10_chicken', 'hween10_chicken', 's', '2', '1', '3', '0', '0', '0', '3658', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2335INSERT INTO `furniture` VALUES ('2785125', 'hween10_ffly', 'hween10_ffly', 's', '1', '1', '0', '0', '0', '1', '3657', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2336INSERT INTO `furniture` VALUES ('2785126', 'hween10_fog', 'hween10_fog', 's', '2', '2', '0.0001', '1', '0', '1', '3652', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2337INSERT INTO `furniture` VALUES ('2785127', 'hween10_jar', 'hween10_jar', 's', '1', '1', '3', '0', '0', '0', '3651', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2338INSERT INTO `furniture` VALUES ('2785128', 'hween10_logs', 'hween10_logs', 's', '1', '1', '0.05', '1', '0', '1', '3656', '1', '1', '0', '1', '1', 'pressure_pad', '1', '0', '0');
2339INSERT INTO `furniture` VALUES ('2785129', 'hween10_pond', 'hween10_pond', 's', '2', '2', '0.1', '1', '0', '1', '3650', '1', '1', '0', '1', '1', 'water', '1', '0', '0');
2340INSERT INTO `furniture` VALUES ('2785130', 'hween10_portch', 'hween10_potch', 's', '1', '1', '1', '0', '0', '1', '3661', '1', '1', '0', '1', '1', 'default', '7', '0', '0');
2341INSERT INTO `furniture` VALUES ('2785131', 'hween10_skullpost', 'hween10_skullpost', 's', '1', '1', '3', '0', '0', '0', '3654', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2342INSERT INTO `furniture` VALUES ('2785132', 'hween10_swamp', 'hween10_swamp', 's', '2', '2', '0.01', '0', '0', '1', '3649', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2343INSERT INTO `furniture` VALUES ('2785133', 'hween10_tarot', 'hween10_tarot', 's', '1', '1', '1', '1', '0', '0', '3646', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2344INSERT INTO `furniture` VALUES ('2785134', 'hween10_tele', 'hween10_tele', 's', '1', '1', '0.001', '0', '0', '0', '3659', '1', '1', '0', '1', '1', 'teleport', '2', '0', '0');
2345INSERT INTO `furniture` VALUES ('2785135', 'hween10_throne', 'hween10_throne', 's', '1', '1', '1.1', '0', '1', '0', '3660', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2346INSERT INTO `furniture` VALUES ('2785136', 'hween10_tree', 'hween10_tree', 's', '1', '1', '5', '1', '0', '0', '3648', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2347INSERT INTO `furniture` VALUES ('2785137', 'hween10_voodoo1', 'hween10_voodoo1', 's', '1', '1', '3', '1', '0', '0', '3647', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2348INSERT INTO `furniture` VALUES ('2785138', 'hween10_voodoo2', 'hween10_voodoo2', 's', '1', '1', '3', '1', '0', '0', '3653', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2349INSERT INTO `furniture` VALUES ('2785139', 'hween10_voodoo3', 'hween10_voodoo3', 's', '1', '1', '3', '1', '0', '0', '3655', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2350INSERT INTO `furniture` VALUES ('2785140', 'hween10_wallskull', 'hween10_wallskull', 'i', '1', '1', '4', '1', '0', '0', '4349', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2351INSERT INTO `furniture` VALUES ('89914', 'nest_frog', 'nest_frog', 's', '1', '1', '0.1', '0', '0', '1', '3830', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2352INSERT INTO `furniture` VALUES ('972592', 'Efecto Escalofriante', '??Que miedo!', 'e', '1', '1', '1', '0', '0', '0', '37', '0', '0', '0', '0', '0', 'default', '1', '0', '0');
2353INSERT INTO `furniture` VALUES ('2785109', 'bb_counter', 'bb_counter', 's', '1', '4', '0.1', '0', '0', '0', '3645', '1', '1', '0', '1', '1', 'counter', '1', '0', '0');
2354INSERT INTO `furniture` VALUES ('3568401', 'exe_copier', 'exe_copier', 's', '1', '1', '1', '0', '0', '0', '9215', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2355INSERT INTO `furniture` VALUES ('3568402', 'exe_glassdvdr', 'exe_glassdvdr', 's', '2', '1', '1', '0', '0', '0', '9216', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2356INSERT INTO `furniture` VALUES ('3568403', 'exe_wrkdesk', 'exe_wrkdesk', 's', '2', '1', '1', '0', '0', '0', '9217', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2357INSERT INTO `furniture` VALUES ('3568404', 'exe_seccam', 'exe_seccam', 's', '1', '1', '0', '0', '0', '1', '9218', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2358INSERT INTO `furniture` VALUES ('3568405', 'exe_sensor', 'exe_sensor', 'i', '1', '1', '1', '0', '0', '0', '4355', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2359INSERT INTO `furniture` VALUES ('99000', 'qt_xm10_nest', 'qt_xm10_nest', 's', '1', '1', '1', '0', '0', '0', '3742', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2360INSERT INTO `furniture` VALUES ('99001', 'qt_xm10_icedragon', 'qt_xm10_icedragon', 's', '1', '1', '1', '0', '0', '0', '3746', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2361INSERT INTO `furniture` VALUES ('99002', 'qt_xm10_stone', 'qt_xm10_stone', 's', '2', '1', '1', '0', '0', '0', '3747', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2362INSERT INTO `furniture` VALUES ('99003', 'qt_xm10_icetiger', 'qt_xm10_icetiger', 's', '1', '1', '1', '0', '0', '0', '3728', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2363INSERT INTO `furniture` VALUES ('99004', 'qt_xm10_trex', 'qt_xm10_trex', 's', '3', '7', '1', '0', '0', '0', '3722', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2364INSERT INTO `furniture` VALUES ('99005', 'qt_xm10_palm_tree', 'qt_xm10_palm_tree', 's', '1', '1', '3', '0', '0', '0', '3720', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2365INSERT INTO `furniture` VALUES ('99006', 'qt_xm10_bench', 'qt_xm10_bench', 's', '2', '1', '1', '0', '0', '0', '3750', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2366INSERT INTO `furniture` VALUES ('99007', 'qt_xm10_icelupin', 'qt_xm10_icelupin', 's', '1', '1', '1', '0', '0', '0', '3732', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2367INSERT INTO `furniture` VALUES ('99008', 'qt_xm10_xmduck', 'qt_xm10_xmduck', 's', '1', '1', '1', '0', '0', '0', '3719', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2368INSERT INTO `furniture` VALUES ('99009', 'qt_xm10_iceduck', 'qt_xm10_iceduck', 's', '1', '1', '1', '0', '0', '0', '3727', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2369INSERT INTO `furniture` VALUES ('99010', 'qt_xm10_bauble1', 'qt_xm10_bauble1', 'i', '1', '1', '1', '0', '0', '0', '4365', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2370INSERT INTO `furniture` VALUES ('99011', 'qt_xm10_bauble2', 'qt_xm10_bauble2', 'i', '1', '1', '1', '0', '0', '0', '4361', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2371INSERT INTO `furniture` VALUES ('99012', 'qt_xm10_bauble3', 'qt_xm10_bauble3', 'i', '1', '1', '1', '0', '0', '0', '4368', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2372INSERT INTO `furniture` VALUES ('99013', 'qt_xm10_iceplasto', 'qt_xm10_iceplasto', 's', '1', '1', '1', '0', '1', '0', '3730', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2373INSERT INTO `furniture` VALUES ('99014', 'qt_xm10_ice_fish', 'qt_xm10_ice_fish', 's', '1', '2', '3', '0', '0', '0', '3748', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2374INSERT INTO `furniture` VALUES ('99015', 'qt_xm10_gnome', 'qt_xm10_gnome', 's', '1', '2', '1', '0', '0', '0', '3726', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2375INSERT INTO `furniture` VALUES ('99016', 'qt_xm10_icesilotable', 'qt_xm10_icesilotable', 's', '1', '1', '1', '0', '0', '0', '3743', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2376INSERT INTO `furniture` VALUES ('99017', 'qt_xm10_iceteddy', 'qt_xm10_iceteddy', 's', '1', '1', '1', '0', '0', '0', '3734', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2377INSERT INTO `furniture` VALUES ('99018', 'qt_xm10_elephant', 'qt_xm10_elephant', 's', '1', '1', '1', '0', '0', '0', '3724', '1', '1', '0', '1', '1', 'vendingmachine', '2', '0', '0');
2378INSERT INTO `furniture` VALUES ('99019', 'qt_xm10_iceclubsofa', 'qt_xm10_iceclubsofa', 's', '2', '1', '1', '0', '1', '0', '3718', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2379INSERT INTO `furniture` VALUES ('99020', 'es_skating_ice', 'es_skating_ice', 's', '2', '2', '0.01', '1', '0', '1', '3736', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2380INSERT INTO `furniture` VALUES ('99021', 'es_sidewalk', 'es_sidewalk', 's', '2', '2', '0.2', '0', '0', '1', '3716', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2381INSERT INTO `furniture` VALUES ('99022', 'es_wpost', 'es_wpost', 's', '1', '1', '1', '0', '0', '0', '3725', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2382INSERT INTO `furniture` VALUES ('99023', 'es_tagging', 'es_tagging', 's', '1', '1', '3', '0', '0', '0', '3741', '1', '1', '0', '1', '1', 'tagpole', '2', '0', '0');
2383INSERT INTO `furniture` VALUES ('99024', 'es_santa', 'es_santa', 's', '1', '1', '1', '0', '0', '0', '3740', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2384INSERT INTO `furniture` VALUES ('99025', 'es_window', 'es_window', 'i', '1', '1', '1', '0', '0', '0', '4367', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2385INSERT INTO `furniture` VALUES ('99026', 'es_bench', 'es_bench', 's', '2', '1', '1', '0', '1', '0', '3712', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2386INSERT INTO `furniture` VALUES ('99027', 'es_fnc_1', 'es_fnc_1', 's', '1', '1', '1', '0', '0', '0', '3729', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2387INSERT INTO `furniture` VALUES ('99028', 'es_fnc_2', 'es_fnc_2', 's', '1', '1', '1', '0', '0', '0', '3714', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2388INSERT INTO `furniture` VALUES ('99029', 'es_fnc_crnr', 'es_fnc_crnr', 's', '1', '1', '1', '0', '0', '0', '3721', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2389INSERT INTO `furniture` VALUES ('99030', 'es_epictree', 'es_epictree', 's', '2', '2', '4', '0', '0', '0', '3723', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2390INSERT INTO `furniture` VALUES ('99031', 'es_icestar_g', 'es_icestar_g', 's', '1', '1', '6', '0', '0', '0', '3731', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2391INSERT INTO `furniture` VALUES ('99032', 'es_icestar_r', 'es_icestar_r', 's', '1', '1', '6', '0', '0', '0', '3745', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2392INSERT INTO `furniture` VALUES ('99033', 'es_icestar_y', 'es_icestar_y', 's', '1', '1', '6', '0', '0', '0', '3749', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2393INSERT INTO `furniture` VALUES ('99034', 'es_icestar', 'es_icestar', 's', '1', '1', '6', '0', '0', '0', '3713', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2394INSERT INTO `furniture` VALUES ('99035', 'es_puck', 'es_puck', 's', '1', '1', '0', '0', '0', '1', '3739', '1', '1', '0', '1', '1', 'ball', '2', '0', '0');
2395INSERT INTO `furniture` VALUES ('99036', 'es_roaster', 'es_roaster', 's', '1', '1', '2', '0', '0', '0', '3738', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2396INSERT INTO `furniture` VALUES ('99037', 'es_lmppst', 'es_lmppst', 's', '1', '1', '4', '0', '0', '0', '3735', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2397INSERT INTO `furniture` VALUES ('99038', 'es_statue', 'es_statue', 's', '1', '1', '1', '0', '0', '0', '3717', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2398INSERT INTO `furniture` VALUES ('99904', 'year2011_waver_b', 'year2011_waver_b', 's', '1', '1', '1', '1', '0', '0', '3781', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2399INSERT INTO `furniture` VALUES ('99905', 'year2011_waver_g', 'year2011_waver_g', 's', '1', '1', '1', '1', '0', '0', '3780', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2400INSERT INTO `furniture` VALUES ('99906', 'year2011_waver_r', 'year2011_waver_r', 's', '1', '1', '1', '1', '0', '0', '3777', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2401INSERT INTO `furniture` VALUES ('99907', 'year2011_waver_y', 'year2011_waver_y', 's', '1', '1', '1', '1', '0', '0', '3768', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2402INSERT INTO `furniture` VALUES ('99908', 'prizetrophy_2011_y', 'prizetrophy_2011_y', 's', '1', '1', '1', '1', '0', '0', '3771', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2403INSERT INTO `furniture` VALUES ('99909', 'prizetrophy_2011_b', 'prizetrophy_2011_b', 's', '1', '1', '1', '1', '0', '0', '3773', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2404INSERT INTO `furniture` VALUES ('99910', 'prizetrophy_2011_r', 'prizetrophy_2011_r', 's', '1', '1', '1', '1', '0', '0', '3770', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2405INSERT INTO `furniture` VALUES ('99911', 'prizetrophy_2011_p', 'prizetrophy_2011_p', 's', '1', '1', '1', '1', '0', '0', '3775', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2406INSERT INTO `furniture` VALUES ('99912', 'prizetrophy_2011_g', 'prizetrophy_2011_g', 's', '1', '1', '1', '1', '0', '0', '3781', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2407INSERT INTO `furniture` VALUES ('99913', 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', '1', '1', '1', '1', '0', '0', '3778', '1', '1', '0', '1', '1', 'trophy', '1', '0', '0');
2408INSERT INTO `furniture` VALUES ('99914', 'year2011', 'year2011', 'i', '1', '1', '1', '1', '0', '0', '4373', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2409INSERT INTO `furniture` VALUES ('29281', 'wf_act_move_rotate', 'wf_act_move_rotate', 's', '1', '1', '0.5', '1', '0', '0', '3663', '1', '1', '0', '1', '1', 'wf_act_moverotate', '1', '0', '0');
2410INSERT INTO `furniture` VALUES ('29282', 'wf_wire2', 'wf_wire2', 's', '1', '1', '0', '0', '0', '0', '3664', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2411INSERT INTO `furniture` VALUES ('29283', 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', '1', '1', '0.5', '1', '0', '0', '3665', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2412INSERT INTO `furniture` VALUES ('29284', 'wf_colortile', 'wf_colortile', 's', '1', '1', '0.1', '0', '0', '1', '3666', '1', '1', '0', '1', '1', 'pressure_pad', '1', '0', '0');
2413INSERT INTO `furniture` VALUES ('29285', 'wf_floor_switch2', 'wf_floor_switch2', 's', '1', '1', '1', '0', '0', '0', '3667', '1', '1', '0', '1', '1', 'default', '4', '0', '0');
2414INSERT INTO `furniture` VALUES ('29286', 'wf_trg_state_changed', 'wf_trg_state_changed', 's', '1', '1', '0.5', '1', '0', '0', '3668', '1', '1', '0', '1', '1', 'wf_trg_furnistate', '1', '0', '0');
2415INSERT INTO `furniture` VALUES ('29287', 'wf_xtra_random', 'wf_xtra_random', 's', '1', '1', '0.5', '1', '0', '0', '3669', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2416INSERT INTO `furniture` VALUES ('29288', 'wf_xtra_unseen', 'wf_xtra_unseen', 's', '1', '1', '0.5', '1', '0', '0', '3670', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2417INSERT INTO `furniture` VALUES ('29289', 'wf_trg_periodically', 'wf_trg_periodically', 's', '1', '1', '0.5', '1', '0', '0', '3671', '1', '1', '0', '1', '1', 'wf_trg_timer', '1', '0', '0');
2418INSERT INTO `furniture` VALUES ('29290', 'wf_pyramid', 'wf_pyramid', 's', '1', '1', '0.1', '0', '0', '0', '3672', '1', '1', '0', '1', '1', 'gate', '1', '0', '0');
2419INSERT INTO `furniture` VALUES ('29291', 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', '1', '1', '0.5', '1', '0', '0', '3673', '1', '1', '0', '1', '1', 'wf_trg_atscore', '1', '0', '0');
2420INSERT INTO `furniture` VALUES ('29292', 'wf_act_teleport_to', 'wf_act_teleport_to', 's', '1', '1', '0.5', '1', '0', '0', '3674', '1', '1', '0', '1', '1', 'wf_act_moveuser', '1', '0', '0');
2421INSERT INTO `furniture` VALUES ('29293', 'wf_trg_says_something', 'wf_trg_says_something', 's', '1', '1', '0.5', '1', '0', '0', '3675', '1', '1', '0', '1', '1', 'wf_trg_onsay', '1', '0', '0');
2422INSERT INTO `furniture` VALUES ('29294', 'wf_colorwheel', 'wf_colorwheel', 's', '1', '1', '1', '0', '0', '0', '3676', '1', '1', '0', '1', '1', 'dice', '1', '0', '0');
2423INSERT INTO `furniture` VALUES ('29295', 'wf_wire4', 'wf_wire4', 's', '1', '1', '0', '0', '0', '0', '3677', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2424INSERT INTO `furniture` VALUES ('29296', 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', '1', '1', '0.5', '1', '0', '0', '3678', '1', '1', '0', '1', '1', 'wf_trg_offfurni', '1', '0', '0');
2425INSERT INTO `furniture` VALUES ('29297', 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', '1', '1', '0.5', '1', '0', '0', '3679', '1', '1', '0', '1', '1', 'wf_trg_attime', '1', '0', '0');
2426INSERT INTO `furniture` VALUES ('29298', 'wf_trg_game_ends', 'wf_trg_game_ends', 's', '1', '1', '0.5', '1', '0', '0', '3680', '1', '1', '0', '1', '1', 'wf_trg_gameend', '1', '0', '0');
2427INSERT INTO `furniture` VALUES ('29299', 'wf_act_show_message', 'wf_act_show_message', 's', '1', '1', '0.5', '1', '0', '0', '3681', '1', '1', '0', '1', '1', 'wf_act_saymsg', '1', '0', '0');
2428INSERT INTO `furniture` VALUES ('29300', 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', '1', '1', '0.5', '1', '0', '0', '3682', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2429INSERT INTO `furniture` VALUES ('29301', 'wf_trg_enter_room', 'wf_trg_enter_room', 's', '1', '1', '0.5', '1', '0', '0', '3683', '1', '1', '0', '1', '1', 'wf_trg_enterroom', '1', '0', '0');
2430INSERT INTO `furniture` VALUES ('29303', 'wf_act_toggle_state', 'wf_act_toggle_state', 's', '1', '1', '0.5', '1', '0', '0', '3685', '1', '1', '0', '1', '1', 'wf_act_togglefurni', '1', '0', '0');
2431INSERT INTO `furniture` VALUES ('29304', 'wf_firegate', 'wf_firegate', 's', '1', '1', '0.1', '0', '0', '0', '3686', '1', '1', '0', '1', '1', 'gate', '1', '0', '0');
2432INSERT INTO `furniture` VALUES ('29305', 'wf_ringplate', 'wf_ringplate', 's', '1', '1', '0.1', '0', '0', '1', '3687', '1', '1', '0', '1', '1', 'pressure_pad', '1', '0', '0');
2433INSERT INTO `furniture` VALUES ('29306', 'wf_pressureplate', 'wf_pressureplate', 's', '1', '1', '0.1', '0', '0', '1', '3688', '1', '1', '0', '1', '1', 'pressure_pad', '1', '0', '0');
2434INSERT INTO `furniture` VALUES ('29307', 'wf_glowball', 'wf_glowball', 's', '1', '1', '1', '0', '0', '0', '3689', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2435INSERT INTO `furniture` VALUES ('29309', 'wf_act_reset_timers', 'wf_act_reset_timers', 's', '1', '1', '0.5', '1', '0', '0', '3691', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2436INSERT INTO `furniture` VALUES ('29310', 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', '1', '1', '0.5', '1', '0', '0', '3692', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2437INSERT INTO `furniture` VALUES ('29311', 'wf_arrowplate', 'wf_arrowplate', 's', '1', '1', '0.1', '0', '0', '1', '3693', '1', '1', '0', '1', '1', 'pressure_pad', '1', '0', '0');
2438INSERT INTO `furniture` VALUES ('29312', 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', '1', '1', '0.5', '1', '0', '0', '3694', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2439INSERT INTO `furniture` VALUES ('29313', 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', '1', '1', '0.5', '1', '0', '0', '3695', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2440INSERT INTO `furniture` VALUES ('29314', 'wf_wire1', 'wf_wire1', 's', '1', '1', '0', '0', '0', '0', '3696', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2441INSERT INTO `furniture` VALUES ('29315', 'wf_act_give_score', 'wf_act_give_score', 's', '1', '1', '0.5', '1', '0', '0', '3697', '1', '1', '0', '1', '1', 'wf_act_givepoints', '1', '0', '0');
2442INSERT INTO `furniture` VALUES ('29316', 'wf_wire3', 'wf_wire3', 's', '1', '1', '0', '0', '0', '0', '3698', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2443INSERT INTO `furniture` VALUES ('29317', 'wf_glassdoor', 'wf_glassdoor', 's', '1', '1', '0.1', '0', '0', '0', '3699', '1', '1', '0', '1', '1', 'gate', '1', '0', '0');
2444INSERT INTO `furniture` VALUES ('29318', 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', '1', '1', '0.5', '1', '0', '0', '3700', '1', '1', '0', '1', '1', 'wired', '1', '0', '0');
2445INSERT INTO `furniture` VALUES ('29319', 'wf_floor_switch1', 'wf_floor_switch1', 's', '1', '1', '1', '0', '0', '0', '3701', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2446INSERT INTO `furniture` VALUES ('29320', 'wf_trg_game_starts', 'wf_trg_game_starts', 's', '1', '1', '0.5', '1', '0', '0', '3702', '1', '1', '0', '1', '1', 'wf_trg_gamestart', '1', '0', '0');
2447INSERT INTO `furniture` VALUES ('292308', 'ads_hh_safe', 'ads_hh_safe', 's', '1', '1', '0', '0', '0', '0', '3684', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2448INSERT INTO `furniture` VALUES ('29321', 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', '1', '1', '0.5', '1', '0', '0', '3703', '1', '1', '0', '1', '1', 'wf_trg_onfurni', '1', '0', '0');
2449INSERT INTO `furniture` VALUES ('77701', 'bling11_block', 'bling11_block', 's', '1', '1', '2', '1', '0', '0', '3801', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2450INSERT INTO `furniture` VALUES ('77702', 'bling11_dvd', 'bling11_dvd', 's', '1', '2', '1.6', '1', '0', '0', '3793', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2451INSERT INTO `furniture` VALUES ('77703', 'bling11_dvn', 'bling11_dnv', 's', '1', '3', '1.2', '0', '0', '0', '3798', '1', '1', '0', '1', '1', 'bed', '1', '0', '0');
2452INSERT INTO `furniture` VALUES ('77704', 'bling11_floor', 'bling11_floor', 's', '1', '1', '0.1', '1', '0', '0', '3794', '1', '1', '0', '1', '1', 'default', '9', '0', '0');
2453INSERT INTO `furniture` VALUES ('77705', 'bling11_pillar', 'bling11_pillar', 's', '1', '1', '3.3', '1', '0', '0', '3802', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2454INSERT INTO `furniture` VALUES ('77706', 'bling11_plant', 'bling11_plant', 's', '1', '1', '1', '0', '0', '0', '3795', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2455INSERT INTO `furniture` VALUES ('77707', 'bling11_rug1', 'bling11_rug1', 's', '2', '2', '0.1', '1', '0', '1', '3788', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2456INSERT INTO `furniture` VALUES ('77708', 'bling11_rug2', 'bling11_rug2', 's', '3', '3', '0.2', '1', '0', '1', '3797', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2457INSERT INTO `furniture` VALUES ('77709', 'bling11_seat1', 'bling11_seat1', 's', '1', '1', '1', '0', '1', '0', '3800', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2458INSERT INTO `furniture` VALUES ('77710', 'bling11_seat2', 'bling11_seat2', 's', '1', '1', '1.2', '0', '1', '0', '3799', '1', '1', '0', '1', '1', 'default', '5', '0', '0');
2459INSERT INTO `furniture` VALUES ('77711', 'bling11_slot', 'bling11_slot', 's', '1', '1', '1', '0', '0', '0', '3786', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2460INSERT INTO `furniture` VALUES ('77712', 'bling11_sofa', 'bling11_sofa', 's', '3', '1', '0.4', '0', '1', '0', '3790', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2461INSERT INTO `furniture` VALUES ('77713', 'bling11_statue1', 'bling11_statue1', 's', '1', '1', '1', '0', '0', '0', '3791', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2462INSERT INTO `furniture` VALUES ('77714', 'bling11_statue2', 'bling11_statue2', 's', '2', '2', '1', '0', '0', '0', '3785', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2463INSERT INTO `furniture` VALUES ('77715', 'bling11_tele', 'bling11_tele', 's', '1', '1', '0.1', '0', '0', '0', '3789', '1', '1', '0', '1', '1', 'teleport', '1', '0', '0');
2464INSERT INTO `furniture` VALUES ('77716', 'bling11_towels', 'bling11_towels', 's', '1', '1', '1', '0', '0', '0', '3787', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2465INSERT INTO `furniture` VALUES ('77717', 'val11_floor', 'val11_floor', 's', '2', '2', '0.1', '1', '0', '1', '3792', '1', '1', '0', '1', '1', 'rollerskate', '1', '0', '0');
2466INSERT INTO `furniture` VALUES ('77801', 'china_rabbit', 'china_rabbit', 's', '1', '1', '1', '0', '0', '0', '3796', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2467INSERT INTO `furniture` VALUES ('77900', 'qt_val11_holoduck', 'qt_val11_holoduck', 's', '1', '1', '1', '0', '0', '0', '3803', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2468INSERT INTO `furniture` VALUES ('77901', 'qt_val11_holoheart', 'qt_val11_holoheart', 's', '1', '1', '1', '0', '0', '0', '3813', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2469INSERT INTO `furniture` VALUES ('77902', 'qt_val11_discoball', 'qt_val11_discoball', 's', '1', '1', '0', '1', '0', '0', '3805', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2470INSERT INTO `furniture` VALUES ('77903', 'qt_val11_duckformer', 'qt_val11_duckformer', 's', '1', '1', '1', '1', '0', '0', '3809', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2471INSERT INTO `furniture` VALUES ('77904', 'qt_val11_heartlights', 'qt_val11_heartlights', 'i', '1', '1', '0', '0', '0', '0', '4378', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2472INSERT INTO `furniture` VALUES ('77905', 'qt_val11_jellychair', 'qt_val11_jellychair', 's', '1', '1', '1', '1', '1', '0', '3810', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2473INSERT INTO `furniture` VALUES ('77906', 'qt_val11_jellyheart', 'qt_val11_jellyheart', 's', '1', '1', '1', '1', '0', '0', '3811', '1', '1', '0', '1', '1', 'default', '2', '0', '0');
2474INSERT INTO `furniture` VALUES ('77907', 'val11_chair', 'val11_chair', 's', '1', '1', '1.2', '0', '1', '0', '3806', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2475INSERT INTO `furniture` VALUES ('77908', 'val11_playa', 'val11_playa', 's', '1', '1', '1', '1', '0', '0', '3804', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2476INSERT INTO `furniture` VALUES ('77909', 'val11_rail', 'val11_rail', 's', '1', '2', '0.5', '1', '0', '0', '3812', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2477INSERT INTO `furniture` VALUES ('89915', 'pond', 'pond', 's', '1', '1', '0.01', '0', '0', '1', '3831', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2478INSERT INTO `furniture` VALUES ('89916', 'val11_present', 'val11_present', 's', '1', '1', '1.2', '1', '0', '0', '3832', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2479INSERT INTO `furniture` VALUES ('89917', 'prizetrophy_cine', 'prizetrophy_cine', 's', '1', '1', '1', '0', '0', '0', '3833', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2480INSERT INTO `furniture` VALUES ('89918', 'cine_vipsign', 'cine_vipsign', 's', '1', '1', '1', '0', '0', '0', '3834', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2481INSERT INTO `furniture` VALUES ('89919', 'limo_b_mid3', 'limo_b_mid3', 's', '2', '1', '1', '0', '0', '0', '3835', '1', '1', '1', '1', '1', 'vendingmachine', '1', '50', '0');
2482INSERT INTO `furniture` VALUES ('89920', 'limo_b_mid2', 'limo_b_mid2', 's', '2', '1', '0.3', '0', '0', '1', '3836', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2483INSERT INTO `furniture` VALUES ('89921', 'limo_b_front', 'limo_b_front', 's', '2', '1', '1', '0', '0', '0', '3837', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2484INSERT INTO `furniture` VALUES ('89922', 'limo_b_mid', 'limo_b_mid', 's', '2', '1', '1.2', '0', '1', '0', '3838', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2485INSERT INTO `furniture` VALUES ('89923', 'cine_star', 'cine_star', 's', '1', '1', '0.1', '1', '0', '1', '3839', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2486INSERT INTO `furniture` VALUES ('89924', 'limo_b_back', 'limo_b_back', 's', '2', '1', '1.2', '0', '1', '0', '3840', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2487INSERT INTO `furniture` VALUES ('89925', 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', '1', '1', '1', '0', '0', '0', '4381', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2488INSERT INTO `furniture` VALUES ('89926', 'cine_curtain', 'cine_curtain', 's', '8', '1', '0.001', '0', '0', '0', '3841', '1', '1', '1', '1', '1', 'gate', '2', '0', '0');
2489INSERT INTO `furniture` VALUES ('89927', 'cine_screen', 'cine_screen', 's', '8', '1', '1', '0', '0', '0', '3842', '1', '1', '1', '1', '1', 'default', '7', '0', '0');
2490INSERT INTO `furniture` VALUES ('89928', 'theatre_seat_g', 'theatre_seat_g', 's', '1', '1', '1', '0', '1', '0', '3843', '1', '1', '1', '1', '1', 'default', '6', '0', '0');
2491INSERT INTO `furniture` VALUES ('89929', 'cine_tile', 'cine_tile', 's', '1', '1', '0.1', '0', '0', '1', '3844', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2492INSERT INTO `furniture` VALUES ('89930', 'cine_bench_b', 'cine_bench_b', 's', '3', '1', '1.1', '0', '1', '0', '3845', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2493INSERT INTO `furniture` VALUES ('89931', 'theatre_seat_b', 'theatre_seat_b', 's', '1', '1', '1', '0', '1', '0', '3846', '1', '1', '1', '1', '1', 'default', '6', '0', '0');
2494INSERT INTO `furniture` VALUES ('89932', 'cine_roof', 'cine_roof', 's', '3', '3', '0.1', '1', '0', '1', '3847', '1', '1', '1', '1', '1', 'default', '5', '0', '0');
2495INSERT INTO `furniture` VALUES ('89933', 'cine_popcorn', 'cine_popcorn', 's', '1', '1', '1', '0', '0', '0', '3848', '1', '1', '1', '1', '1', 'vendingmachine', '1', '63', '0');
2496INSERT INTO `furniture` VALUES ('89934', 'cine_bench', 'cine_bench', 's', '3', '1', '1.1', '0', '1', '0', '3849', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2497INSERT INTO `furniture` VALUES ('89935', 'cine_bench_g', 'cine_bench_g', 's', '3', '1', '1.1', '0', '1', '0', '3850', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2498INSERT INTO `furniture` VALUES ('89936', 'cine_ticket_booth', 'cine_ticket_booth', 's', '1', '1', '1.5', '0', '1', '0', '3851', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2499INSERT INTO `furniture` VALUES ('89937', 'cine_projector', 'cine_projector', 's', '1', '1', '1', '0', '0', '0', '3852', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2500INSERT INTO `furniture` VALUES ('89907', 'gothic_st_glass', 'gothic_st_glass', 'i', '1', '1', '1', '0', '0', '0', '4380', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2501INSERT INTO `furniture` VALUES ('89908', 'gothic_candles', 'gothic_candles', 's', '1', '1', '1', '0', '0', '0', '3825', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2502INSERT INTO `furniture` VALUES ('89909', 'gothic_bed', 'gothic_bed', 's', '2', '3', '1.6', '0', '1', '0', '3824', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2503INSERT INTO `furniture` VALUES ('89910', 'gothic_bowl', 'gothic_bowl', 's', '1', '1', '1', '0', '0', '0', '3828', '1', '1', '1', '1', '1', 'vendingmachine', '1', '62', '0');
2504INSERT INTO `furniture` VALUES ('89911', 'gothic_desk', 'gothic_desk', 's', '1', '2', '1', '0', '0', '0', '3826', '1', '1', '1', '1', '1', 'default', '5', '0', '0');
2505INSERT INTO `furniture` VALUES ('89912', 'ads_grefu_trophy', 'ads_grefu_trophy', 's', '1', '1', '1', '0', '0', '0', '3827', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0');
2506INSERT INTO `furniture` VALUES ('89900', 'limo_w_front', 'limo_w_front', 's', '2', '1', '1', '0', '0', '0', '3823', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2507INSERT INTO `furniture` VALUES ('89901', 'limo_w_mid', 'limo_w_mid', 's', '2', '1', '1', '0', '1', '0', '3819', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2508INSERT INTO `furniture` VALUES ('89902', 'limo_w_mid2', 'limo_w_mid2', 's', '2', '1', '0.3', '0', '0', '1', '3820', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2509INSERT INTO `furniture` VALUES ('89903', 'limo_w_back', 'limo_w_back', 's', '2', '1', '1', '0', '1', '0', '3822', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2510INSERT INTO `furniture` VALUES ('89904', 'petfood19', 'petfood19', 's', '1', '1', '0.001', '0', '0', '1', '3821', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2511INSERT INTO `furniture` VALUES ('89905', 'petfood18', 'petfood18', 's', '1', '1', '0.001', '0', '0', '1', '3816', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2512INSERT INTO `furniture` VALUES ('89906', 'petfood17', 'petfood17', 's', '1', '1', '0.001', '0', '0', '1', '3817', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2513INSERT INTO `furniture` VALUES ('89950', 'fireworks_01', 'fireworks_01', 's', '1', '1', '1', '0', '0', '0', '3772', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2514INSERT INTO `furniture` VALUES ('89951', 'fireworks_02', 'fireworks_02', 's', '1', '1', '1', '0', '0', '0', '3776', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2515INSERT INTO `furniture` VALUES ('89952', 'fireworks_03', 'fireworks_03', 's', '1', '1', '1', '0', '0', '0', '3774', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2516INSERT INTO `furniture` VALUES ('89953', 'fireworks_04', 'fireworks_04', 's', '1', '1', '1', '0', '0', '0', '3784', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2517INSERT INTO `furniture` VALUES ('89954', 'fireworks_05', 'fireworks_05', 's', '1', '1', '1', '0', '0', '0', '3779', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2518INSERT INTO `furniture` VALUES ('89955', 'fireworks_06', 'fireworks_06', 's', '1', '1', '1', '0', '0', '0', '3783', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2519INSERT INTO `furniture` VALUES ('89956', 'fireworks_07', 'fireworks_07', 's', '1', '1', '1', '0', '0', '0', '3782', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2520INSERT INTO `furniture` VALUES ('89938', 'wf_box', 'wf_box', 's', '1', '1', '1.2', '1', '0', '0', '3853', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2521INSERT INTO `furniture` VALUES ('89939', 'wf_maze', 'wf_maze', 's', '1', '1', '1', '0', '0', '0', '3854', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2522INSERT INTO `furniture` VALUES ('89940', 'ads_rangocactus', 'ads_rangocactus', 's', '1', '1', '1', '0', '0', '0', '3855', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2523INSERT INTO `furniture` VALUES ('89941', 'cine_glass', 'cine_glass', 's', '1', '1', '0.01', '1', '0', '0', '3856', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2524INSERT INTO `furniture` VALUES ('89942', 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', '1', '1', '0.6', '1', '0', '0', '3857', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2525INSERT INTO `furniture` VALUES ('89943', 'cine_light2', 'cine_light2', 'i', '1', '1', '1', '1', '0', '0', '4382', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2526INSERT INTO `furniture` VALUES ('89944', 'cine_light1', 'cine_light1', 'i', '1', '1', '1', '1', '0', '0', '4383', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2527INSERT INTO `furniture` VALUES ('99947', 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', '2', '1', '1', '1', '0', '0', '3873', '1', '1', '1', '1', '1', 'default', '9', '0', '0');
2528INSERT INTO `furniture` VALUES ('99948', 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', '3', '1', '1', '1', '0', '0', '3882', '1', '1', '1', '1', '1', 'default', '6', '0', '0');
2529INSERT INTO `furniture` VALUES ('99949', 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', '1', '1', '1', '0', '0', '0', '3875', '1', '1', '1', '1', '1', 'default', '14', '0', '0');
2530INSERT INTO `furniture` VALUES ('99950', 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', '1', '1', '1', '0', '0', '0', '3874', '1', '1', '1', '1', '1', 'default', '14', '0', '0');
2531INSERT INTO `furniture` VALUES ('99951', 'cubie_chair_p', 'cubie_chair_p', 's', '1', '1', '1.2', '0', '1', '0', '3879', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2532INSERT INTO `furniture` VALUES ('99952', 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', '3', '1', '1', '0', '0', '0', '3866', '1', '1', '1', '1', '1', 'default', '6', '0', '0');
2533INSERT INTO `furniture` VALUES ('99953', 'cubie_bigtable_p', 'cubie_bigtable_p', 's', '2', '2', '0.5', '1', '0', '1', '3876', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2534INSERT INTO `furniture` VALUES ('99954', 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', '1', '1', '0.5', '1', '0', '0', '3884', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2535INSERT INTO `furniture` VALUES ('99955', 'cubie_beanbag_b', 'cubie_beanbag_b', 's', '1', '1', '1', '0', '1', '0', '3877', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2536INSERT INTO `furniture` VALUES ('99956', 'cubie_chair_b', 'cubie_chair_b', 's', '1', '1', '1.2', '0', '1', '0', '3859', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2537INSERT INTO `furniture` VALUES ('99957', 'cubie_bed_b', 'cubie_bed_b', 's', '1', '3', '1.8', '0', '0', '0', '3871', '1', '1', '1', '1', '1', 'bed', '1', '0', '0');
2538INSERT INTO `furniture` VALUES ('99958', 'cubie_bigtable_b', 'cubie_bigtable_b', 's', '2', '2', '0.5', '1', '0', '1', '3861', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2539INSERT INTO `furniture` VALUES ('99959', 'cubie_stool_b', 'cubie_stool_b', 's', '1', '1', '1.2', '0', '1', '0', '3869', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2540INSERT INTO `furniture` VALUES ('99960', 'cubie_beanbag_p', 'cubie_beanbag_p', 's', '1', '1', '1', '0', '1', '0', '3862', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2541INSERT INTO `furniture` VALUES ('99961', 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', '1', '1', '0.5', '1', '0', '0', '3865', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2542INSERT INTO `furniture` VALUES ('99962', 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', '2', '1', '1', '1', '0', '0', '3867', '1', '1', '1', '1', '1', 'default', '17', '0', '0');
2543INSERT INTO `furniture` VALUES ('99963', 'cubie_rug_p', 'cubie_rug_p', 's', '2', '3', '0.1', '1', '0', '1', '3870', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2544INSERT INTO `furniture` VALUES ('99964', 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', '1', '1', '1', '0', '1', '0', '3881', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2545INSERT INTO `furniture` VALUES ('99965', 'cubie_table', 'cubie_table', 's', '1', '2', '1', '1', '0', '0', '3880', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2546INSERT INTO `furniture` VALUES ('99966', 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', '1', '1', '1', '0', '1', '0', '3864', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2547INSERT INTO `furniture` VALUES ('99967', 'cubie_bed_p', 'cubie_bed_p', 's', '1', '3', '1.8', '0', '0', '0', '3868', '1', '1', '1', '1', '1', 'bed', '1', '0', '0');
2548INSERT INTO `furniture` VALUES ('99968', 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', '2', '1', '1', '1', '0', '0', '3872', '1', '1', '1', '1', '1', 'default', '9', '0', '0');
2549INSERT INTO `furniture` VALUES ('99969', 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', '2', '1', '1', '1', '0', '0', '3883', '1', '1', '1', '1', '1', 'default', '14', '0', '0');
2550INSERT INTO `furniture` VALUES ('99970', 'cubie_lamp_b', 'cubie_lamp_b', 's', '1', '1', '1', '0', '0', '0', '3858', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2551INSERT INTO `furniture` VALUES ('99971', 'cubie_stool_p', 'cubie_stool_p', 's', '1', '1', '1.2', '0', '1', '0', '3878', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2552INSERT INTO `furniture` VALUES ('99972', 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', '1', '1', '1', '1', '0', '0', '4389', '1', '1', '1', '1', '1', 'default', '7', '0', '0');
2553INSERT INTO `furniture` VALUES ('99973', 'cubie_decklight_p', 'cubie_decklight_p', 'i', '1', '1', '1', '1', '0', '0', '4385', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2554INSERT INTO `furniture` VALUES ('99974', 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', '1', '1', '1', '1', '0', '0', '4392', '1', '1', '1', '1', '1', 'default', '7', '0', '0');
2555INSERT INTO `furniture` VALUES ('99975', 'cubie_decal_0', 'cubie_decal_0', 'i', '1', '1', '1', '1', '0', '0', '4395', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2556INSERT INTO `furniture` VALUES ('99976', 'cubie_decal_3', 'cubie_decal_3', 'i', '1', '1', '1', '1', '0', '0', '4384', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2557INSERT INTO `furniture` VALUES ('99977', 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', '1', '1', '1', '1', '0', '0', '4390', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2558INSERT INTO `furniture` VALUES ('99978', 'cubie_decklight_b', 'cubie_decklight_b', 'i', '1', '1', '1', '1', '0', '0', '4394', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2559INSERT INTO `furniture` VALUES ('99979', 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', '1', '1', '1', '1', '0', '0', '4386', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2560INSERT INTO `furniture` VALUES ('99980', 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', '1', '1', '1', '1', '0', '0', '4387', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2561INSERT INTO `furniture` VALUES ('99981', 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', '1', '1', '1', '1', '0', '0', '4388', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2562INSERT INTO `furniture` VALUES ('99982', 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', '1', '1', '1', '1', '0', '0', '4393', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2563INSERT INTO `furniture` VALUES ('99983', 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', '1', '1', '1', '1', '0', '0', '4384', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2564INSERT INTO `furniture` VALUES ('80378', 'waasa_rug1', 'waasa_rug1', 's', '2', '4', '0.01', '1', '0', '1', '3899', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2565INSERT INTO `furniture` VALUES ('80379', 'waasa_rug2', 'waasa_rug2', 's', '2', '4', '0.01', '1', '0', '1', '3904', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2566INSERT INTO `furniture` VALUES ('80380', 'waasa_rug3', 'waasa_rug3', 's', '2', '4', '0.01', '1', '0', '1', '3900', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2567INSERT INTO `furniture` VALUES ('80381', 'waasa_rug4', 'waasa_rug4', 's', '2', '4', '0.01', '1', '0', '1', '3902', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2568INSERT INTO `furniture` VALUES ('80382', 'waasa_rug5', 'waasa_rug5', 's', '2', '4', '0.01', '1', '0', '1', '3898', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2569INSERT INTO `furniture` VALUES ('80383', 'waasa_chair_wood', 'waasa_chair_wood', 's', '1', '1', '1', '0', '1', '0', '3903', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2570INSERT INTO `furniture` VALUES ('80384', 'waasa_aquarium', 'waasa_aquarium', 's', '1', '2', '0', '0', '0', '0', '3901', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2571INSERT INTO `furniture` VALUES ('80385', 'newbie_nest', 'newbie_nest', 's', '1', '1', '0.01', '0', '0', '1', '3897', '1', '1', '0', '1', '1', 'default', '1', '0', '0');
2572INSERT INTO `furniture` VALUES ('99946', 'cubie_lamp_p', 'cubie_lamp_p', 's', '1', '1', '1', '0', '0', '0', '3863', '1', '1', '1', '1', '1', 'default', '4', '0', '0');
2573INSERT INTO `furniture` VALUES ('99945', 'cubie_rug_b', 'cubie_rug_b', 's', '2', '3', '0.1', '1', '0', '1', '3860', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2574INSERT INTO `furniture` VALUES ('89984', 'newbie_present', 'newbie_present', 's', '1', '1', '1', '1', '0', '0', '3885', '1', '1', '1', '1', '1', 'default', '5', '0', '0');
2575INSERT INTO `furniture` VALUES ('89985', 'tv_flat', 'tv_flat', 's', '2', '1', '1', '0', '0', '0', '3886', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2576INSERT INTO `furniture` VALUES ('89986', 'waasa_table2', 'waasa_table2', 's', '2', '1', '1', '1', '0', '0', '3887', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2577INSERT INTO `furniture` VALUES ('89987', 'computer_flatscreen', 'computer_flatscreen', 's', '1', '1', '1', '0', '0', '0', '3888', '1', '1', '1', '1', '1', 'default', '3', '0', '0');
2578INSERT INTO `furniture` VALUES ('89988', 'waasa_chair', 'waasa_chair', 's', '1', '1', '1.2', '0', '1', '0', '3889', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2579INSERT INTO `furniture` VALUES ('89989', 'waasa_ship2', 'waasa_ship2', 's', '2', '1', '1', '0', '0', '0', '3890', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2580INSERT INTO `furniture` VALUES ('89990', 'waasa_ship1', 'waasa_ship1', 's', '1', '1', '1', '0', '0', '0', '3891', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2581INSERT INTO `furniture` VALUES ('89991', 'waasa_bunk_bed', 'waasa_bunk_bed', 's', '3', '1', '1', '1', '0', '0', '3892', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2582INSERT INTO `furniture` VALUES ('89992', 'computer_laptop', 'computer_laptop', 's', '1', '1', '1', '0', '0', '0', '3893', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2583INSERT INTO `furniture` VALUES ('89993', 'computer_old', 'computer_old', 's', '1', '1', '1', '0', '0', '0', '3894', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2584INSERT INTO `furniture` VALUES ('89994', 'waasa_table1', 'waasa_table1', 's', '1', '1', '1', '1', '0', '0', '3895', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2585INSERT INTO `furniture` VALUES ('89995', 'waasa_desk', 'waasa_desk', 's', '2', '1', '1', '1', '0', '0', '3896', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
2586INSERT INTO `furniture` VALUES ('89996', 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', '1', '1', '1', '1', '0', '0', '4396', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2587INSERT INTO `furniture` VALUES ('89997', 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', '1', '1', '1', '1', '0', '0', '4397', '1', '1', '1', '1', '1', 'default', '2', '0', '0');
2588INSERT INTO `furniture` VALUES ('20600', 'Spiders', 'a0 pet8', 's', '1', '1', '1', '1', '0', '0', '3817', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2589INSERT INTO `furniture` VALUES ('20601', 'Frogs', 'a0 pet11', 's', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2590INSERT INTO `furniture` VALUES ('20602', 'Chicks', 'a0 pet10', 's', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');
2591INSERT INTO `furniture` VALUES ('20603', 'Dragon', 'a0 pet12', 's', '1', '1', '1', '1', '0', '0', '10117', '0', '0', '0', '0', '0', 'pet', '0', '0', '0');