• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Official PlusEMU - Help Thread

Status
Not open for further replies.
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Post your help requests related to the PlusEMU emulator here.

Please use the SPOILER tags if you're going to post screenshots or a large chunk of code.
Also make sure your code is between the CODE tags to make it easier to read.

WARNING:
When replying to a post, QUOTE the post. There's a link under the user's post "Reply With Quote" - use it. If you're not replying to a question with quote, it will be considered as Spam.

Edit 01/05/16: Please! Make sure to add your emulator version, if it's either Habboon or any other edit, or original PlusEMU. There's a lot of PlusEmu edits out there, and we would like the questions get to be made in only one thread.
 
Last edited by a moderator:
Experienced Elementalist
Joined
Oct 5, 2010
Messages
260
Reaction score
109
Problem with furni

Taiga - Official PlusEMU - Help Thread - RaGEZONE Forums

You have changed the configuration of external_override_variables?
 
Upvote 0
Newbie Spellweaver
Joined
Jan 29, 2014
Messages
38
Reaction score
0
Find in your external_variables: flash.dynamic.download.name.template= Review and revise %revision%/%typeid%.swf typeid remove %revision%/ and so will you fix
 
Upvote 0
Newbie Spellweaver
Joined
Dec 17, 2015
Messages
30
Reaction score
4
lol, I can't solve this problem:


Can you help me? :S

When I "get" a furni, client crashes.
Example: I buy a pet, it gives me food too. When I open inventory, I get disconnected (because it loads the food...)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 1, 2014
Messages
98
Reaction score
4
My client go 100% after i see the hotel but start to crash.
How can i fix that?

SOLVED, but..
No one furni shows me, why?

SOLVED but.. i have another problem (only this)
No one badge view.. how is possible?

3ec05ac54ba156e0b4a8396712d2f3cf - Official PlusEMU - Help Thread - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Joined
Oct 11, 2012
Messages
544
Reaction score
143
My client go 100% after i see the hotel but start to crash.
How can i fix that?

SOLVED, but..
No one furni shows me, why?

SOLVED but.. i have another problem (only this)
No one badge view.. how is possible?

3ec05ac54ba156e0b4a8396712d2f3cf - Official PlusEMU - Help Thread - RaGEZONE Forums

Go through other pages on this topic. Fix is already posted.
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2016
Messages
85
Reaction score
8
There's a bug with Moodlights, it doesn't let you place them in your room. When you try it says "You cannot place this item here."
 
Upvote 0
Joined
Oct 11, 2012
Messages
544
Reaction score
143
Saddle Stand and Pegasus Wing - Fixed

Replace your furniture table with this below (Run as new query)
Code:
DROP TABLE IF EXISTS `furniture`;
CREATE TABLE `furniture` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `item_name` varchar(70) NOT NULL,
  `public_name` varchar(56) NOT NULL DEFAULT '',
  `type` enum('s','i','e','h','v','r','b','p') NOT NULL DEFAULT 's',
  `width` int(11) NOT NULL DEFAULT '1',
  `length` int(11) NOT NULL DEFAULT '1',
  `stack_height` double NOT NULL DEFAULT '0',
  `can_stack` enum('0','1') NOT NULL DEFAULT '1',
  `can_sit` enum('0','1') NOT NULL DEFAULT '0',
  `is_walkable` enum('0','1') NOT NULL DEFAULT '0',
  `sprite_id` int(11) NOT NULL DEFAULT '0',
  `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
  `allow_trade` enum('0','1') NOT NULL DEFAULT '1',
  `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
  `allow_gift` enum('0','1') NOT NULL DEFAULT '1',
  `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
  `interaction_type` varchar(25) NOT NULL DEFAULT 'default',
  `interaction_modes_count` int(11) NOT NULL DEFAULT '1',
  `vending_ids` varchar(255) NOT NULL DEFAULT '0',
  `height_adjustable` varchar(50) NOT NULL DEFAULT '0',
  `effect_id` int(3) NOT NULL DEFAULT '0',
  `wired_id` int(11) NOT NULL DEFAULT '0',
  `is_rare` enum('0','1') NOT NULL DEFAULT '0',
  `clothing_id` int(11) NOT NULL DEFAULT '0',
  `extra_rot` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`) USING BTREE,
  KEY `sprite_id` (`sprite_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1000000109 DEFAULT CHARSET=latin1;

INSERT INTO `furniture` VALUES ('1', 'shelves_norja', 'Beige Bookcase', 's', '1', '1', '1', '1', '0', '0', '13', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1003,1004', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2', 'shelves_polyfon', 'Bookcase', 's', '2', '1', '1', '1', '0', '0', '14', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3', 'shelves_silo', 'Bookcase', 's', '2', '1', '1', '1', '0', '0', '15', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4', 'table_polyfon_small', 'Small Coffee Table', 's', '2', '2', '1', '1', '0', '0', '17', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5', 'chair_polyfon', 'Dining Chair', 's', '1', '1', '1', '1', '1', '0', '18', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6', 'table_norja_med', 'Beige Coffee Table', 's', '2', '2', '1', '1', '0', '0', '20', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7', 'table_silo_med', 'Gray Coffee Table', 's', '2', '2', '1', '1', '0', '0', '21', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8', 'table_plasto_4leg', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '22', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9', 'table_plasto_round', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '23', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10', 'table_plasto_bigsquare', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '24', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('11', 'stand_polyfon_z', 'Z Shelf', 's', '1', '1', '0.5', '1', '0', '0', '25', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('12', 'chair_silo', 'Gray Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '26', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('13', 'sofa_silo', 'Gray Sofa', 's', '2', '1', '1.1', '1', '1', '0', '28', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14', 'couch_norja', 'Beige Bench', 's', '2', '1', '1', '1', '1', '0', '29', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('15', 'chair_norja', 'Beige Chair', 's', '1', '1', '1', '1', '1', '0', '30', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('16', 'table_polyfon_med', 'Large Coffee Table', 's', '2', '2', '1', '1', '0', '0', '31', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('17', 'doormat_love', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '32', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18', 'doormat_plain', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '33', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19', 'sofachair_polyfon', 'Aquamarine Armchair', 's', '1', '1', '1.1', '1', '1', '0', '34', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20', 'sofa_polyfon', 'Aquamarine Sofa', 's', '2', '1', '1.1', '1', '1', '0', '35', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('21', 'sofachair_silo', 'Gray Armchair', 's', '1', '1', '1.1', '1', '1', '0', '36', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('22', 'chair_plasty', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '38', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23', 'chair_plasto', 'Chair', 's', '1', '1', '1', '1', '1', '0', '39', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('24', 'table_plasto_square', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '40', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25', 'bed_polyfon', 'Aquamarine Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '41', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('26', 'bed_polyfon_one', 'Aquamarine Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '42', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('27', 'bed_trad_one', 'Plain Single Bed', 's', '2', '3', '1', '1', '0', '0', '43', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('28', 'bed_trad', 'Plain Double Bed', 's', '2', '3', '1', '1', '0', '0', '44', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29', 'bed_silo_one', 'Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '45', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30', 'bed_silo_two', 'Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '46', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31', 'table_silo_small', 'Gray Occasional Table', 's', '1', '1', '1', '1', '0', '0', '47', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('32', 'bed_armas_two', 'Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '48', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('33', 'bed_budget_one', 'Aquamarine Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '49', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('34', 'bed_budget', 'Plain Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '50', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('35', 'shelves_armas', 'Bookcase', 's', '2', '1', '1', '1', '0', '0', '51', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('36', 'bench_armas', 'Bench', 's', '2', '1', '1.1', '1', '1', '0', '52', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('37', 'table_armas', 'Dining Table', 's', '2', '2', '1', '1', '0', '0', '53', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('38', 'small_table_armas', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '54', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39', 'small_chair_armas', 'Stool', 's', '1', '1', '1', '1', '1', '0', '55', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('40', 'fireplace_armas', 'Fireplace', 's', '2', '1', '1', '1', '0', '0', '56', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('41', 'lamp_armas', 'Table Lamp', 's', '1', '1', '1', '1', '0', '0', '57', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('42', 'bed_armas_one', 'Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '58', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('43', 'carpet_standard', 'Floor rug', 's', '3', '5', '0', '1', '0', '1', '59', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44', 'carpet_armas', 'Hand-Woven Rug', 's', '2', '4', '0', '1', '0', '1', '60', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45', 'carpet_polar', 'Faux-Fur Bear Rug', 's', '2', '3', '0', '1', '0', '1', '61', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46', 'fireplace_polyfon', 'Fireplace', 's', '2', '1', '1', '1', '0', '0', '62', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('47', 'table_plasto_4leg*1', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '63', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('48', 'table_plasto_bigsquare*1', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '64', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49', 'table_plasto_round*1', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '65', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('50', 'table_plasto_square*1', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '66', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51', 'chair_plasto*1', 'Chair', 's', '1', '1', '1', '1', '1', '0', '67', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('52', 'carpet_standard*1', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '68', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('53', 'doormat_plain*1', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '69', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54', 'table_plasto_4leg*2', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '70', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55', 'table_plasto_bigsquare*2', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '71', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56', 'table_plasto_round*2', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '72', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('57', 'table_plasto_square*2', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '73', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('58', 'chair_plasto*2', 'Chair', 's', '1', '1', '1', '1', '1', '0', '74', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('59', 'doormat_plain*2', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '75', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('60', 'carpet_standard*2', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '76', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('61', 'table_plasto_4leg*3', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '77', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('62', 'table_plasto_bigsquare*3', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '78', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('63', 'table_plasto_round*3', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '79', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('64', 'table_plasto_square*3', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '80', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65', 'chair_plasto*3', 'Chair', 's', '1', '1', '1', '1', '1', '0', '81', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('66', 'carpet_standard*3', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '82', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('67', 'doormat_plain*3', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '83', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('68', 'table_plasto_4leg*4', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '84', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('71', 'table_plasto_square*4', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '87', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('72', 'chair_plasto*4', 'Chair', 's', '1', '1', '1', '1', '1', '0', '88', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('73', 'carpet_standard*4', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '89', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('74', 'doormat_plain*4', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '90', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('75', 'doormat_plain*6', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '91', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('76', 'doormat_plain*5', 'Doormat', 's', '1', '1', '0.1', '1', '0', '1', '93', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77', 'carpet_standard*5', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '94', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('78', 'table_plasto_4leg*5', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '95', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('79', 'table_plasto_bigsquare*5', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '96', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80', 'table_plasto_round*5', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '97', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('81', 'table_plasto_square*5', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '98', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('82', 'chair_plasto*5', 'Chair', 's', '1', '1', '1', '1', '1', '0', '99', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('83', 'table_plasto_4leg*6', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '100', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('84', 'table_plasto_bigsquare*6', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '101', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('85', 'table_plasto_round*6', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '102', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('86', 'table_plasto_square*6', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '103', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('87', 'chair_plasto*6', 'Chair', 's', '1', '1', '1', '1', '1', '0', '104', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88', 'table_plasto_4leg*7', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '105', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89', 'table_plasto_bigsquare*7', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '106', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90', 'table_plasto_round*7', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '107', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('91', 'table_plasto_square*7', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '108', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('92', 'chair_plasto*7', 'Chair', 's', '1', '1', '1', '1', '1', '0', '109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('93', 'table_plasto_4leg*8', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '110', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('94', 'table_plasto_bigsquare*8', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '111', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95', 'table_plasto_round*8', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '112', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96', 'table_plasto_square*8', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '113', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97', 'chair_plasto*8', 'Chair', 's', '1', '1', '1', '1', '1', '0', '114', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('98', 'table_plasto_4leg*9', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '115', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99', 'table_plasto_bigsquare*9', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '116', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('100', 'table_plasto_round*9', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '117', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('101', 'chair_plasto*9', 'Chair', 's', '1', '1', '1', '1', '1', '0', '119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('102', 'carpet_standard*6', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('103', 'chair_plasty*1', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '121', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('104', 'pizza', 'Pizza Box', 's', '1', '1', '1', '1', '0', '0', '122', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('105', 'drinks', 'Empty Cans', 's', '1', '1', '1', '1', '0', '0', '123', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('106', 'chair_plasty*2', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '124', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('107', 'chair_plasty*3', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '125', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('108', 'chair_plasty*4', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '126', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('109', 'bar_polyfon', 'Mini-bar', 's', '1', '1', '1', '1', '0', '0', '127', '1', '1', '1', '1', '1', 'vendingmachine', '0', '6,5,2,1', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('110', 'plant_cruddy', 'Aloe Vera', 's', '1', '1', '1', '1', '0', '0', '128', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('111', 'bottle', 'Empty Spinning Bottle', 's', '1', '1', '1', '1', '0', '0', '129', '1', '1', '1', '1', '1', 'bottle', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('112', 'bardesk_polyfon', 'Aquamarine Bar', 's', '2', '1', '1', '1', '0', '0', '130', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('113', 'bardeskcorner_polyfon', 'Aquamarine Corner', 's', '1', '1', '1', '1', '0', '0', '131', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('115', 'bar_armas', 'Barrel Minibar', 's', '1', '1', '1', '1', '0', '0', '133', '1', '1', '1', '1', '1', 'vendingmachine', '0', '6,2,1', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('116', 'bartable_armas', 'Bar', 's', '1', '3', '1.2', '1', '0', '0', '134', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('117', 'bar_chair_armas', 'Barrel Stool', 's', '1', '1', '1.2', '1', '1', '0', '135', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('118', 'carpet_soft', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '136', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('119', 'carpet_soft*1', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '137', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('120', 'carpet_soft*2', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '138', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('121', 'carpet_soft*3', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '139', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('122', 'carpet_soft*4', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '140', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('123', 'carpet_soft*5', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '141', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('124', 'carpet_soft*6', 'Soft Wool Rug', 's', '2', '4', '0', '1', '0', '1', '143', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('125', 'red_tv', 'Portable TV', 's', '1', '1', '1', '1', '0', '0', '144', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('126', 'wood_tv', 'Large TV', 's', '1', '2', '1', '1', '0', '0', '145', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('127', 'carpet_polar*1', 'Pink Faux-Fur Bear Rug', 's', '2', '3', '0', '1', '0', '1', '146', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('128', 'chair_plasty*5', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '147', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('129', 'carpet_polar*2', 'Arctic Bear Rug', 's', '2', '3', '0', '1', '0', '1', '148', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('130', 'carpet_polar*3', 'Faux-Fur Bear Rug', 's', '2', '3', '0', '1', '0', '1', '149', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('131', 'carpet_polar*4', 'Faux-Fur Bear Rug', 's', '2', '3', '0', '1', '0', '1', '150', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('132', 'chair_plasty*6', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '151', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('133', 'table_polyfon', 'Large Table', 's', '2', '2', '1', '1', '0', '0', '152', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('134', 'smooth_table_polyfon', 'Large Dining Table', 's', '2', '2', '1', '1', '0', '0', '153', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('135', 'sofachair_polyfon_girl', 'Pink Armchair', 's', '1', '1', '1.1', '1', '1', '0', '154', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('136', 'bed_polyfon_girl_one', 'Pink Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '155', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('137', 'bed_polyfon_girl', 'Pink Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '156', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('138', 'sofa_polyfon_girl', 'Pink Sofa', 's', '2', '1', '1.1', '1', '1', '0', '157', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('139', 'bed_budgetb_one', 'White Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '158', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('140', 'bed_budgetb', 'Plain Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '159', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('141', 'plant_pineapple', 'Pineapple Plant', 's', '1', '1', '1', '1', '0', '0', '160', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('142', 'plant_fruittree', 'Cherry Tree', 's', '1', '1', '1', '1', '0', '0', '161', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('143', 'plant_small_cactus', 'Small Cactus', 's', '1', '1', '1', '1', '0', '0', '162', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('144', 'plant_bonsai', 'Bonsai Tree', 's', '1', '1', '1', '1', '0', '0', '163', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('145', 'plant_big_cactus', 'Mature Cactus', 's', '1', '1', '1', '1', '0', '0', '164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('146', 'plant_yukka', 'Yucca Plant', 's', '1', '1', '1', '1', '0', '0', '165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('147', 'carpet_standard*7', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '166', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('148', 'carpet_standard*8', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '167', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('149', 'carpet_standard*9', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '168', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('150', 'carpet_standard*10', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '169', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('151', 'carpet_standard*11', 'Floor Rug', 's', '3', '5', '0', '1', '0', '1', '170', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('152', 'plant_sunflower', 'Cut Sunflower', 's', '1', '1', '1', '1', '0', '0', '171', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1002', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('153', 'plant_rose', 'Cut Roses', 's', '1', '1', '1', '1', '0', '0', '172', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1000', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('154', 'tv_luxus', 'Digital TV', 's', '1', '3', '1', '1', '0', '0', '173', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('155', 'bath', 'Bubble Bath', 's', '1', '2', '1', '1', '1', '0', '174', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('156', 'sink', 'Sink', 's', '1', '1', '1', '1', '0', '0', '177', '1', '1', '1', '1', '1', 'vendingmachine', '0', '100', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('157', 'toilet', 'Blue Loo Seat', 's', '1', '1', '1.2', '1', '1', '0', '178', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('158', 'duck', 'Rubber Duck', 's', '1', '1', '1', '1', '0', '0', '179', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('159', 'tile', 'Blue Floor Tiles', 's', '4', '4', '0.1', '1', '0', '1', '180', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('160', 'toilet_red', 'Pink Loo Seat', 's', '1', '1', '1.2', '1', '1', '0', '181', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('161', 'toilet_yell', 'Yellow Loo Seat', 's', '1', '1', '1.2', '1', '1', '0', '182', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('162', 'tile_red', 'Pink Floor Tiles', 's', '4', '4', '0.1', '1', '0', '1', '183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('163', 'tile_yell', 'Yellow Floor Tiles', 's', '4', '4', '0.1', '1', '0', '1', '184', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('164', 'present_gen', 'Gift', 's', '1', '1', '1', '1', '0', '0', '187', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('165', 'present_gen1', 'Gift', 's', '1', '1', '1', '1', '0', '0', '188', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('166', 'present_gen2', 'Gift', 's', '1', '1', '1', '1', '0', '0', '189', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('167', 'present_gen3', 'Gift', 's', '1', '1', '1', '1', '0', '0', '190', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('168', 'present_gen4', 'Gift', 's', '1', '1', '1', '1', '0', '0', '191', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('169', 'present_gen5', 'Gift', 's', '1', '1', '1', '1', '0', '0', '192', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('170', 'present_gen6', 'Gift', 's', '1', '1', '1', '1', '0', '0', '193', '1', '0', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('171', 'bar_basic', 'Pura Minibar', 's', '1', '1', '1.25', '1', '0', '0', '195', '1', '1', '1', '1', '1', 'vendingmachine', '0', '6,2,5,1', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('172', 'shelves_basic', 'pura shelves', 's', '2', '1', '1', '1', '0', '0', '196', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('173', 'soft_sofachair_norja', 'Beige Sofachair', 's', '1', '1', '1', '1', '1', '0', '197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('174', 'soft_sofa_norja', 'Beige Sofa', 's', '2', '1', '1', '1', '1', '0', '198', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('175', 'lamp_basic', 'Pura lamp', 's', '1', '1', '1', '1', '0', '0', '199', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('176', 'lamp2_armas', 'Lodge candle', 's', '1', '1', '1', '1', '0', '0', '200', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('177', 'fridge', 'Pura Refrigerator', 's', '1', '1', '1', '1', '0', '0', '201', '1', '1', '1', '1', '1', 'vendingmachine', '0', '3,5,6,2', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('178', 'door', 'Telephone Box', 's', '1', '1', '0.001', '1', '0', '0', '202', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('179', 'doorB', 'Wardrobe', 's', '1', '1', '0.001', '1', '0', '0', '204', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('180', 'doorC', 'Portaloo', 's', '1', '1', '0.001', '1', '0', '0', '205', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('181', 'pumpkin', 'Pumpkin Lamp', 's', '1', '1', '1', '1', '0', '0', '206', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('182', 'skullcandle', 'Skull Candle Holder', 's', '1', '1', '1', '1', '0', '0', '207', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('183', 'deadduck', 'Bloody Duck', 's', '1', '1', '1', '1', '0', '0', '208', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('184', 'deadduck2', 'Skeleduck', 's', '1', '1', '1', '1', '0', '0', '209', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('185', 'deadduck3', 'Gory Duck', 's', '1', '1', '1', '1', '0', '0', '210', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('186', 'menorah', 'Menorah', 's', '1', '1', '1', '1', '0', '0', '211', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('187', 'pudding', 'Holiday Pudding', 's', '1', '1', '1', '1', '0', '0', '212', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1024', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('188', 'ham', 'Joint of Ham', 's', '1', '1', '1', '1', '0', '0', '213', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('189', 'turkey', 'Roast turkey', 's', '1', '1', '1', '1', '0', '0', '214', '1', '1', '1', '1', '1', 'vendingmachine', '1', '70', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('190', 'xmasduck', 'Christmas Duck', 's', '1', '1', '1', '1', '0', '0', '215', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('191', 'house', 'Gingerbread House', 's', '1', '1', '1', '1', '0', '0', '216', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('192', 'triplecandle', 'Electric Candles', 's', '1', '1', '1', '1', '0', '0', '217', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('193', 'tree3', 'Christmas tree 2', 's', '1', '1', '1', '1', '0', '0', '218', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('194', 'tree4', 'Christmas tree 1', 's', '1', '1', '1', '1', '0', '0', '219', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('195', 'tree5', 'Christmas tree 3', 's', '1', '1', '1', '1', '0', '0', '220', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('196', 'ham2', 'Eaten ham', 's', '1', '1', '1', '1', '0', '0', '223', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('197', 'wcandleset', 'White Candles', 's', '1', '1', '1', '1', '0', '0', '224', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('198', 'rcandleset', 'Red Candles', 's', '1', '1', '1', '1', '0', '0', '225', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199', 'statue', 'Cupid Statue', 's', '1', '1', '1', '1', '0', '0', '226', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('200', 'valeduck', '', 's', '1', '1', '1', '1', '0', '0', '228', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('201', 'heartsofa', 'Heart Sofa', 's', '2', '1', '1', '1', '1', '0', '229', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('202', 'throne', 'Throne', 's', '1', '1', '1', '1', '1', '0', '230', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('203', 'samovar', 'Russian Samovar', 's', '1', '1', '1', '1', '0', '0', '231', '0', '1', '1', '1', '1', 'vendingmachine', '0', '1', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('204', 'giftflowers', 'Vase of Flowers', 's', '1', '1', '1', '1', '0', '0', '232', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1006', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('206', 'hologram', 'Holoboy', 's', '1', '1', '1', '1', '0', '0', '234', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('207', 'easterduck', 'Wannabe Duck', 's', '1', '1', '1', '1', '0', '0', '235', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('208', 'bunny', 'Squidgy Bunny', 's', '1', '1', '1', '1', '0', '0', '236', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('209', 'basket', 'Basket of eggs', 's', '1', '1', '1', '1', '0', '0', '237', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('210', 'birdie', 'Pop-Up Chicken', 's', '1', '1', '1', '1', '0', '0', '238', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('211', 'edice', 'Holodice', 's', '1', '1', '1', '1', '0', '0', '239', '1', '1', '1', '1', '1', 'dice', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('212', 'club_sofa', 'Club sofa', 's', '2', '1', '1', '1', '1', '0', '267', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('213', 'prize1', 'Gold Trophy', 's', '1', '1', '1', '1', '0', '0', '185', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('214', 'prize2', 'Silver Trophy', 's', '1', '1', '1', '1', '0', '0', '186', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('215', 'prize3', 'Bronze Trophy', 's', '1', '1', '1', '1', '0', '0', '243', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('216', 'divider_poly3', 'Aquamarine Gate', 's', '1', '1', '0.001', '1', '0', '0', '244', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('217', 'divider_arm1', 'Corner Plinth', 's', '1', '1', '1.4', '1', '0', '0', '245', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('218', 'divider_arm2', 'Room Divider', 's', '2', '1', '1', '1', '0', '0', '246', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('219', 'divider_arm3', 'Gate (lockable)', 's', '1', '1', '0.001', '1', '0', '0', '247', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('220', 'divider_nor1', 'Beige Corner', 's', '1', '1', '1', '1', '0', '0', '248', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('221', 'divider_silo1', 'Gray Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '249', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('222', 'divider_nor2', 'Beige Bar', 's', '2', '1', '1', '1', '0', '0', '250', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('223', 'divider_silo2', 'Screen', 's', '2', '1', '1', '1', '0', '0', '251', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('224', 'divider_nor3', 'Beige Gate', 's', '1', '1', '0.001', '1', '0', '0', '252', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('225', 'divider_silo3', 'Gray Gate', 's', '1', '1', '0.001', '1', '0', '0', '253', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('226', 'typingmachine', 'Typewriter', 's', '1', '1', '1', '1', '0', '0', '254', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('227', 'spyro', 'Dragon Egg', 's', '1', '1', '0.5', '1', '0', '0', '260', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('228', 'redhologram', 'Hologirl', 's', '1', '1', '1', '1', '0', '0', '261', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('230', 'joulutahti', 'Poinsetta', 's', '1', '1', '1', '1', '0', '0', '264', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1023', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('231', 'hyacinth1', 'Pink Hyacinth', 's', '1', '1', '1', '1', '0', '0', '265', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1021', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('232', 'hyacinth2', 'Blue Hyacinth', 's', '1', '1', '1', '1', '0', '0', '266', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1022', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('233', 'chair_plasto*10', 'Chair', 's', '1', '1', '1', '1', '1', '0', '268', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('234', 'chair_plasto*11', 'Chair', 's', '1', '1', '1', '1', '1', '0', '269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('235', 'bardeskcorner_polyfon*12', 'Corner Cabinet/Desk', 's', '1', '1', '1', '1', '0', '0', '270', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('237', 'chair_plasto*12', 'Chair', 's', '1', '1', '1', '1', '1', '0', '273', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('238', 'chair_plasto*13', 'Chair', 's', '1', '1', '1', '1', '1', '0', '274', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('239', 'chair_plasto*14', 'HC chair', 's', '1', '1', '1', '1', '1', '0', '275', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('240', 'table_plasto_4leg*14', 'HC table', 's', '2', '2', '1', '1', '0', '0', '276', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('241', 'mocchamaster', 'Mochamaster', 's', '1', '1', '1', '1', '0', '0', '277', '1', '1', '1', '1', '1', 'vendingmachine', '0', '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('242', 'carpet_legocourt', 'Basketball Court', 's', '3', '3', '0', '1', '0', '1', '278', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('243', 'bench_lego', 'Team Bench', 's', '4', '1', '1', '1', '1', '0', '279', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('244', 'legotrophy', 'Basketball Trophy', 's', '1', '1', '1', '1', '0', '0', '280', '1', '1', '1', '1', '0', 'trophy', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('245', 'valentinescreen', 'Holiday romance', 's', '2', '1', '2', '1', '1', '0', '283', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('246', 'edicehc', 'Dicemaster', 's', '1', '1', '1', '1', '0', '0', '284', '1', '1', '1', '1', '1', 'dice', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('247', 'rare_daffodil_rug', 'Petal Patch', 's', '2', '2', '0', '1', '0', '1', '285', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('248', 'rare_beehive_bulb', 'Royal Egyptian Lamp', 's', '1', '1', '1', '1', '0', '0', '286', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('249', 'hcsohva', 'Throne sofa', 's', '2', '1', '1', '1', '1', '0', '287', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('250', 'hcamme', 'Tubmaster', 's', '1', '2', '0.6', '1', '1', '0', '288', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('251', 'rare_elephant_statue', 'Golden Elephant', 's', '1', '1', '1', '1', '0', '0', '290', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('252', 'rare_fountain', 'Granite Fountain', 's', '1', '1', '1', '1', '0', '0', '291', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('253', 'rare_stand', '', 's', '1', '1', '1.7', '1', '1', '0', '292', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('254', 'rare_globe', 'Habbo Globe', 's', '1', '1', '1', '1', '0', '0', '293', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('255', 'rare_hammock', '', 's', '1', '3', '1.57', '1', '0', '0', '294', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('256', 'rare_elephant_statue*1', 'Silver Elephant', 's', '1', '1', '1', '1', '0', '0', '295', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('257', 'rare_elephant_statue*2', 'Bronze Elephant', 's', '1', '1', '1', '1', '0', '0', '296', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('258', 'rare_fountain*1', 'Grey Fountain', 's', '1', '1', '1', '1', '0', '0', '297', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('259', 'rare_fountain*2', 'Jade Birdbath', 's', '1', '1', '1', '1', '0', '0', '298', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('260', 'rare_fountain*3', 'Blue Kimberlite Fountain', 's', '1', '1', '1', '1', '0', '0', '299', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('261', 'rare_beehive_bulb*1', 'Red Amber Lamp', 's', '1', '1', '1', '1', '0', '0', '300', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('262', 'rare_beehive_bulb*2', 'Yellow Amber Lamp', 's', '1', '1', '1', '1', '0', '0', '301', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('263', 'rare_xmas_screen', 'Santa and Elf', 's', '2', '1', '0', '1', '1', '0', '302', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('264', 'rare_parasol*1', 'Yellow Parasol', 's', '1', '1', '1', '1', '0', '0', '303', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('265', 'rare_parasol*2', 'Orange Parasol', 's', '1', '1', '1', '1', '0', '0', '304', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('266', 'rare_parasol*3', 'Violet Parasol', 's', '1', '1', '1', '1', '0', '0', '305', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('267', 'tree1', 'Old Christmas Tree', 's', '1', '1', '1', '1', '0', '0', '1758', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('269', 'wcandle', 'White candle', 's', '1', '1', '1', '1', '0', '0', '2102', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('270', 'rcandle', 'Red candle', 's', '1', '1', '1', '1', '0', '0', '2121', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('272', 'house2', 'Eaten Gingerbread', 's', '1', '1', '1', '1', '0', '0', '428', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('273', 'djesko_turntable', 'DJ Turntable', 's', '1', '1', '0.5', '1', '0', '0', '449', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('275', 'md_limukaappi', 'Habbo Cola Machine', 's', '1', '1', '1', '1', '0', '0', '457', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('276', 'table_plasto_4leg*10', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '1484', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('277', 'table_plasto_4leg*15', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '1486', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('278', 'table_plasto_bigsquare*14', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '1487', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('279', 'table_plasto_bigsquare*15', 'Square Dining Table', 's', '2', '2', '1', '1', '0', '0', '1488', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('280', 'table_plasto_round*14', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '1489', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('281', 'table_plasto_round*15', 'Round Dining Table', 's', '2', '2', '1', '1', '0', '0', '1490', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('282', 'table_plasto_square*14', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1491', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('283', 'table_plasto_square*15', 'Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1492', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('284', 'chair_plasto*15', 'Chair', 's', '1', '1', '1', '1', '1', '0', '1495', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('285', 'chair_plasty*7', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '1496', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('286', 'chair_plasty*8', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '1497', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('287', 'chair_plasty*9', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '1498', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('288', 'chair_plasty*10', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '1499', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('289', 'chair_plasty*11', 'Plastic Pod Chair', 's', '1', '1', '0.8', '1', '1', '0', '1500', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('290', 'chair_plasto*16', 'Chair', 's', '1', '1', '1', '1', '1', '0', '1501', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('291', 'table_plasto_4leg*16', 'Occasional Table', 's', '2', '2', '1', '1', '0', '0', '1502', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('292', 'hockey_score', 'Scoreboard', 's', '1', '1', '1', '1', '0', '0', '1503', '1', '1', '1', '1', '1', 'scoreboard', '100', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('293', 'hockey_light', 'Lert', 's', '1', '1', '1', '1', '0', '0', '1504', '1', '1', '1', '1', '1', 'alert', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('294', 'doorD', 'Imperial Teleport', 's', '1', '1', '0.001', '1', '0', '0', '1505', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('295', 'prizetrophy2*3', 'Duck trophy', 's', '1', '1', '1', '1', '0', '0', '1506', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('296', 'prizetrophy3*3', 'Globe trophy', 's', '1', '1', '1', '1', '0', '0', '1507', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('297', 'prizetrophy4*3', 'Fish trophy', 's', '1', '1', '1', '1', '0', '0', '1508', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('298', 'prizetrophy5*3', 'Duo trophy', 's', '1', '1', '1', '1', '0', '0', '1509', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('299', 'prizetrophy*1', 'Classic trophy', 's', '1', '1', '1', '1', '0', '0', '1512', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('300', 'a0 prizetrophy2_g', 'Classic trophy', 's', '1', '1', '1', '1', '0', '0', '1512', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('301', 'prizetrophy2*1', 'Duck trophy', 's', '1', '1', '1', '1', '0', '0', '1513', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('302', 'prizetrophy3*1', 'Globe trophy', 's', '1', '1', '1', '1', '0', '0', '1514', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('303', 'prizetrophy4*1', 'Fish trophy', 's', '1', '1', '1', '1', '0', '0', '1515', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('304', 'prizetrophy5*1', 'Duo trophy', 's', '1', '1', '1', '1', '0', '0', '1516', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('305', 'prizetrophy*2', 'Classic trophy', 's', '1', '1', '1', '1', '0', '0', '1519', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('306', 'prizetrophy7*1', 'Gold Habbo trophy', 's', '1', '1', '1', '1', '0', '0', '1518', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('307', 'a0 prizetrophy3_s', 'Classic trophy', 's', '1', '1', '1', '1', '0', '0', '1519', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('308', 'prizetrophy2*2', 'Duck trophy', 's', '1', '1', '1', '1', '0', '0', '1520', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('309', 'prizetrophy3*2', 'Globe trophy', 's', '1', '1', '1', '1', '0', '0', '1521', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('310', 'prizetrophy4*2', 'Fish trophy', 's', '1', '1', '1', '1', '0', '0', '1522', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('311', 'prizetrophy*3', 'Classic trophy', 's', '1', '1', '1', '1', '0', '0', '1526', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('312', 'rare_parasol*0', 'Green Parasol', 's', '1', '1', '1', '1', '0', '0', '289', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('313', 'hc_lmp', 'Oil lamp', 's', '1', '1', '1', '1', '0', '0', '1529', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('314', 'hc_tbl', 'Nordic Table', 's', '1', '3', '1', '1', '0', '0', '1528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('315', 'hc_chr', 'Majestic Chair', 's', '1', '1', '1', '1', '1', '0', '1527', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('316', 'hc_dsk', 'Study desk', 's', '1', '2', '1', '1', '0', '0', '1530', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('317', 'nest', 'Nest', 's', '1', '1', '1', '1', '0', '1', '1531', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('318', 'petfood1', 'Doggy Bones', 's', '1', '1', '1', '1', '0', '1', '1532', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('319', 'petfood2', 'Sardines', 's', '1', '1', '1', '1', '0', '1', '1533', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('320', 'petfood3', 'Cabbage', 's', '1', '1', '0', '0', '0', '1', '1534', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('321', 'waterbowl*4', 'Blue Water Bowl', 's', '1', '1', '0', '1', '0', '1', '1535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('322', 'waterbowl*5', 'Brown Water Bowl', 's', '1', '1', '0', '1', '0', '1', '1536', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('323', 'waterbowl*2', 'Green Water Bowl', 's', '1', '1', '0', '1', '0', '1', '1537', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('324', 'waterbowl*1', 'Red Water Bowl', 's', '1', '1', '0', '1', '0', '1', '1538', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('325', 'waterbowl*3', 'Yellow Water Bowl', 's', '1', '1', '0', '1', '0', '1', '1539', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('326', 'toy1', 'Rubber Ball', 's', '1', '1', '1', '1', '0', '1', '1540', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('327', 'toy1*1', 'Rubber Ball', 's', '1', '1', '1', '1', '0', '1', '1541', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('328', 'toy1*2', 'Rubber Ball', 's', '1', '1', '1', '1', '0', '1', '1542', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('329', 'toy1*3', 'Rubber Ball', 's', '1', '1', '1', '1', '0', '1', '1543', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('330', 'toy1*4', 'Rubber Ball', 's', '1', '1', '1', '1', '0', '1', '1544', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('331', 'goodie1', 'Marzipan Man', 's', '1', '1', '1', '1', '0', '1', '1545', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('332', 'goodie1*1', 'Marzipan Man', 's', '1', '1', '1', '1', '0', '1', '1546', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('333', 'goodie1*2', 'Marzipan Man', 's', '1', '1', '1', '1', '0', '1', '1547', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('334', 'goodie2', 'Chocolate Mouse', 's', '1', '1', '1', '1', '0', '1', '1548', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('335', 'a0 prizetrophy7_b', 'Marzipan Man', 's', '1', '1', '1', '1', '0', '0', '1547', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('336', 'a0 prizetrophy7_g', 'Chocolate Mouse', 's', '1', '1', '1', '1', '0', '0', '1548', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('337', 'scifiport*0', 'Red Laser Door', 's', '1', '1', '1', '1', '0', '1', '1549', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('338', 'scifiport*0', 'Red Laser Door', 's', '1', '1', '0.001', '1', '0', '0', '1549', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('339', 'scifiport*9', 'Violet Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1550', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('340', 'scifiport*8', 'Purple Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1551', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('341', 'scifiport*7', 'Turquoise Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1552', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('342', 'scifiport*6', 'White Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1553', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('343', 'scifiport*5', 'Black Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1554', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('344', 'scifiport*4', 'Pink Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1555', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('345', 'scifiport*3', 'Jade Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1556', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('346', 'scifiport*2', 'Blue Laser Portal', 's', '1', '1', '0.001', '1', '0', '0', '1557', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('347', 'scifiport*1', 'Golden Plasma Gate', 's', '1', '1', '0.001', '1', '0', '0', '1558', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('348', 'scifirocket*9', 'Violet Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1559', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('349', 'scifirocket*8', 'Purple Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1560', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('350', 'scifirocket*7', 'Aqua Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1561', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('351', 'scifirocket*6', 'Grey Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1562', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('352', 'scifirocket*5', 'HB Zero-300', 's', '1', '1', '1', '1', '0', '0', '1563', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('353', 'scifirocket*4', 'Pink Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1564', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('354', 'scifirocket*3', 'Jade Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1565', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('355', 'scifirocket*2', 'Blue Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1566', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('356', 'scifirocket*1', 'Yellow Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1567', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('357', 'scifirocket*0', 'Red Smoke Machine', 's', '1', '1', '1', '1', '0', '0', '1568', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('358', 'scifidoor*10', 'Violet Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1569', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('359', 'scifidoor*9', 'Blue Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1570', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('360', 'scifidoor*8', 'Purple Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1571', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('361', 'scifidoor*7', 'Aqua Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1572', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('362', 'scifidoor*6', 'The Black Monolith', 's', '1', '1', '0.001', '1', '0', '0', '1573', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('363', 'scifidoor*5', 'White Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1574', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('364', 'scifidoor*4', 'Jade Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1575', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('365', 'scifidoor*3', 'Sky Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1576', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('366', 'scifidoor*2', 'Yellow Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1577', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('367', 'scifidoor*1', 'Pink Spaceship Door', 's', '1', '1', '0.001', '1', '0', '0', '1578', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('368', 'pillow*5', 'Black Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1579', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('369', 'pillow*8', 'Navy Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1580', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('370', 'pillow*0', 'A Snow Drift', 's', '1', '1', '1', '1', '1', '0', '1581', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('371', 'pillow*1', 'Pink Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1582', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('372', 'pillow*2', 'Festive Red Pillow', 's', '1', '1', '1', '1', '1', '0', '1583', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('373', 'pillow*7', 'pillow*7', 's', '1', '1', '1', '1', '1', '0', '1584', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('374', 'pillow*9', 'Green Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1585', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('375', 'pillow*4', 'Golden Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1586', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('376', 'pillow*6', 'Blue Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1587', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('377', 'pillow*3', 'Turquoise Giant Pillow', 's', '1', '1', '1', '1', '1', '0', '1588', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('378', 'marquee*1', 'Pink marquee', 's', '1', '1', '0', '0', '0', '0', '1589', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('379', 'marquee*2', 'Red Marquee', 's', '1', '1', '0', '0', '0', '0', '1590', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('380', 'marquee*7', 'Purple Marquee', 's', '1', '1', '0', '0', '0', '0', '1591', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('381', 'marquee*10', 'White Marquee', 's', '1', '1', '0', '0', '0', '0', '1592', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('382', 'marquee*8', 'Majestic Marquee', 's', '1', '1', '0', '0', '0', '0', '1593', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('383', 'marquee*9', 'Green Marquee', 's', '1', '1', '0', '0', '0', '0', '1594', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('384', 'marquee*5', 'Graphite Marquee', 's', '1', '1', '0', '0', '0', '0', '1595', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('385', 'marquee*4', 'Yellow Marquee', 's', '1', '1', '0', '0', '0', '0', '1596', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('386', 'marquee*6', 'Blue Marquee', 's', '1', '1', '0', '0', '0', '0', '1597', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('387', 'marquee*3', 'Aqua Marquee', 's', '1', '1', '0', '0', '0', '0', '1598', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('388', 'wooden_screen*1', 'Pink Oriental screen', 's', '1', '2', '1', '1', '0', '0', '1599', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('389', 'wooden_screen*2', 'Red Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1600', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('390', 'wooden_screen*7', 'Purple Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1601', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('391', 'wooden_screen*0', 'White Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1602', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('392', 'wooden_screen*8', 'Teal Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1603', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('393', 'wooden_screen*5', 'Grey Asian Screen', 's', '1', '2', '1', '1', '0', '0', '1604', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('394', 'wooden_screen*9', 'Green Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1605', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('395', 'wooden_screen*4', 'Golden Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1606', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('396', 'wooden_screen*6', 'Blue Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1607', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('397', 'wooden_screen*3', 'Aqua Oriental Screen', 's', '1', '2', '1', '1', '0', '0', '1608', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('398', 'pillar*1', 'Doric Pink Marble Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1610', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('399', 'pillar*9', 'Doric Rock', 's', '1', '1', '3.5', '1', '0', '0', '1611', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('400', 'pillar*0', 'Doric Classic Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1612', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('401', 'pillar*8', 'Doric Olive Green Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1613', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('402', 'pillar*2', 'Leap Day Pillar', 's', '1', '1', '1', '1', '0', '0', '1614', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('403', 'pillar*5', 'Doric Green Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1615', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('404', 'pillar*4', 'Doric Graphite Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1616', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('405', 'pillar*7', 'Doric Gold Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1617', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('406', 'pillar*3', 'Doric Blue Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1618', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('407', 'rare_dragonlamp*4', 'Black Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1619', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('408', 'rare_dragonlamp*0', 'Fire Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1620', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('409', 'rare_dragonlamp*5', 'Forest Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1621', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('410', 'rare_dragonlamp*2', 'Jade Dragon', 's', '1', '1', '1', '1', '0', '0', '1622', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('411', 'rare_dragonlamp*8', 'Bronze Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1623', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('412', 'rare_dragonlamp*9', 'Frost Dragon', 's', '1', '1', '1', '1', '0', '0', '1624', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('413', 'rare_dragonlamp*7', 'Sky Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1625', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('414', 'rare_dragonlamp*6', 'Golden Dragon', 's', '1', '1', '1', '1', '0', '0', '1626', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('415', 'rare_dragonlamp*1', 'Blue Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1627', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('416', 'rare_dragonlamp*3', 'Silver Dragon Lamp', 's', '1', '1', '1', '1', '0', '0', '1628', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('417', 'rare_icecream*1', 'Blue Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1629', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('418', 'rare_icecream*7', 'Choco Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1630', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('419', 'rare_icecream*8', 'Aqua Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1631', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('420', 'rare_icecream*2', 'Shamrock Shake Machine', 's', '1', '1', '2.5', '1', '0', '0', '1632', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('421', 'rare_icecream*6', 'Ochre Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1633', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('422', 'rare_icecream*9', 'Fucsia Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1634', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('423', 'rare_icecream*3', 'Purple Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1635', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('424', 'rare_icecream*0', 'Red Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1636', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('425', 'rare_icecream*4', 'Pink Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1637', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('426', 'rare_icecream*5', 'Gold Ice Cream Maker', 's', '1', '1', '2.5', '1', '0', '0', '1638', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('427', 'rare_fan*7', 'Brown Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1639', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('428', 'rare_fan*6', 'Orange Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1640', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('429', 'rare_fan*9', 'Fucsia Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1641', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('430', 'rare_fan*3', 'Purple Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1642', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('431', 'rare_fan*0', 'Red Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1643', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('432', 'rare_fan*4', 'Superlove Pink Fan', 's', '1', '1', '1', '1', '0', '0', '1644', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('433', 'rare_fan*5', 'Yellow Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1645', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('434', 'rare_fan*1', 'Blue Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1646', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('435', 'rare_fan*8', 'Turquoise Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1647', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('436', 'rare_fan*2', 'Green Powered Fan', 's', '1', '1', '1', '1', '0', '0', '1648', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('437', 'queue_tile1*3', 'Aqua Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1649', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('438', 'queue_tile1*6', 'Blue Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1650', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('439', 'queue_tile1*4', 'Gold Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1651', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('440', 'queue_tile1*9', 'Green Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1652', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('441', 'queue_tile1*8', 'Teal Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1653', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('442', 'queue_tile1*5', 'Black Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1654', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('443', 'queue_tile1*7', 'Purple Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1655', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('444', 'queue_tile1*2', 'Red Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1656', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('445', 'queue_tile1*1', 'Pink Habbo Roller', 's', '1', '1', '0.5', '1', '0', '1', '1657', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('446', 'queue_tile1*0', 'Silver Habbo Rollers', 's', '1', '1', '0.5', '1', '0', '1', '1658', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('448', 'rare_snowrug', 'Snow Patch', 's', '2', '2', '0', '1', '0', '1', '1738', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('449', 'cn_lamp', 'Chinese Lantern', 's', '1', '1', '1', '1', '0', '0', '1741', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('450', 'cn_sofa', 'Chinese Lacquer Sofa', 's', '3', '1', '1', '1', '1', '0', '1742', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('451', 'sporttrack1*1', 'Clay Straight Track', 's', '2', '2', '0', '1', '0', '1', '1745', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('452', 'sporttrack1*3', 'Grass Straight Track', 's', '2', '2', '0', '1', '0', '1', '1747', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('453', 'sporttrack1*2', 'Synthetic Track', 's', '2', '2', '0', '1', '0', '1', '1748', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('454', 'sporttrack2*1', 'Clay Corner Track', 's', '2', '2', '0', '1', '0', '1', '1750', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('455', 'sporttrack2*2', 'Synthetic Corner Track', 's', '2', '2', '0', '1', '0', '1', '1751', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('456', 'sporttrack2*3', 'Grass Corner Track', 's', '2', '2', '0', '1', '0', '1', '1752', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('457', 'sporttrack3*1', 'Clay Finish Line', 's', '2', '2', '0', '1', '0', '1', '1754', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('458', 'sporttrack3*2', 'Synthetic Finish Line', 's', '2', '2', '0', '1', '0', '1', '1755', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('459', 'sporttrack3*3', 'Grass Finish Line!', 's', '2', '2', '0', '1', '0', '1', '1756', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('460', 'footylamp', 'Soccer Ball Lamp', 's', '1', '1', '1', '1', '0', '0', '1757', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('461', 'barchair_silo', 'Gray Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '1759', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('462', 'divider_nor4*4', 'Aquamarine Shutter', 's', '2', '1', '1', '1', '0', '0', '1760', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('463', 'traffic_light*1', 'Classic Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1761', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('464', 'traffic_light*2', 'Blue Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1762', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('465', 'traffic_light*3', 'Purple Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1763', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('466', 'traffic_light*4', 'Yellow Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1764', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('467', 'traffic_light*6', 'Red Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1765', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('468', 'rubberchair*1', 'Blue Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1766', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('469', 'rubberchair*2', 'Red Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1767', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('470', 'rubberchair*3', 'Orange Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1768', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('471', 'rubberchair*4', 'Ocean Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1769', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('472', 'rubberchair*5', 'Lime Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1770', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('473', 'rubberchair*6', 'Violet Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1771', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('474', 'barrier*1', 'Yellow Road Barrier', 's', '1', '2', '1', '1', '0', '0', '1772', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('475', 'barrier*2', 'White Road Barrier', 's', '1', '2', '1', '1', '0', '0', '1773', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('476', 'barrier*3', 'Red Road Barrier', 's', '1', '2', '1', '1', '0', '0', '1774', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('477', 'rubberchair*7', 'White Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1775', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('478', 'rubberchair*8', 'Black Inflatable Chair', 's', '1', '1', '1', '1', '1', '0', '1776', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('479', 'table_norja_med*2', 'Black Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1777', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('480', 'table_norja_med*3', 'White Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1778', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('481', 'table_norja_med*4', 'Aquamarine Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1779', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('482', 'table_norja_med*5', 'Pink Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1780', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('483', 'table_norja_med*6', 'Blue Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1781', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('484', 'table_norja_med*7', 'Green Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1782', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('485', 'table_norja_med*8', 'Yellow Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1783', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('486', 'table_norja_med*9', 'Red Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1784', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('487', 'couch_norja*2', 'Black Bench', 's', '2', '1', '1', '1', '1', '0', '1785', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('488', 'couch_norja*3', 'White Bench', 's', '2', '1', '1', '1', '1', '0', '1786', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('489', 'couch_norja*4', 'Aquamarine Bench', 's', '2', '1', '1', '1', '1', '0', '1787', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491', 'couch_norja*6', 'Blue Bench', 's', '2', '1', '1', '1', '1', '0', '1789', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492', 'couch_norja*7', 'Green Iced Bench', 's', '2', '1', '1', '1', '1', '0', '1790', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493', 'couch_norja*8', 'Yellow Bench', 's', '2', '1', '1', '1', '1', '0', '1791', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494', 'couch_norja*9', 'Red Bench', 's', '2', '1', '1', '1', '1', '0', '1792', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('495', 'shelves_norja*2', 'Black Bookcase', 's', '1', '1', '1', '1', '0', '0', '1793', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('496', 'shelves_norja*3', 'White Bookcase', 's', '1', '1', '1', '1', '0', '0', '1794', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('497', 'shelves_norja*5', 'Pink Bookcase', 's', '1', '1', '1', '1', '0', '0', '1796', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('498', 'shelves_norja*6', 'Blue Bookcase', 's', '1', '1', '1', '1', '0', '0', '1797', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('499', 'shelves_norja*7', 'Green Bookcase', 's', '1', '1', '1', '1', '0', '0', '1798', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('500', 'shelves_norja*8', 'Yellow Bookcase', 's', '1', '1', '1', '1', '0', '0', '1799', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('501', 'shelves_norja*9', 'Red Iced Bookcase', 's', '1', '1', '1', '1', '0', '0', '1800', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('502', 'chair_norja*2', 'Black Chair', 's', '1', '1', '1', '1', '1', '0', '1801', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('503', 'chair_norja*3', 'White Chair', 's', '1', '1', '1', '1', '1', '0', '1802', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('504', 'chair_norja*4', 'Aquamarine Chair', 's', '1', '1', '1', '1', '1', '0', '1803', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('505', 'chair_norja*5', 'Pink Chair', 's', '1', '1', '1', '1', '1', '0', '1804', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('506', 'chair_norja*6', 'Blue Chair', 's', '1', '1', '1', '1', '1', '0', '1805', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('507', 'chair_norja*7', 'Green Chair', 's', '1', '1', '1', '1', '1', '0', '1806', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('508', 'chair_norja*8', 'Yellow Chair', 's', '1', '1', '1', '1', '1', '0', '1807', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('509', 'chair_norja*9', 'Red Chair', 's', '1', '1', '1', '1', '1', '0', '1808', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('510', 'divider_nor1*2', 'Black Corner', 's', '1', '1', '1', '1', '0', '0', '1809', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('511', 'divider_nor1*3', 'White Corner', 's', '1', '1', '1', '1', '0', '0', '1810', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('512', 'divider_nor1*4', 'Aquamarine Corner', 's', '1', '1', '1', '1', '0', '0', '1811', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('513', 'divider_nor1*5', 'Pink Corner', 's', '1', '1', '1', '1', '0', '0', '1812', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('514', 'divider_nor1*6', 'Blue Corner', 's', '1', '1', '1', '1', '0', '0', '1813', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('515', 'divider_nor1*7', 'Green Corner', 's', '1', '1', '1', '1', '0', '0', '1814', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('516', 'divider_nor1*8', 'Yellow Corner', 's', '1', '1', '1', '1', '0', '0', '1815', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('517', 'divider_nor1*9', 'Red Corner', 's', '1', '1', '1', '1', '0', '0', '1816', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('518', 'soft_sofa_norja*2', 'Black Sofa', 's', '2', '1', '1', '1', '1', '0', '1817', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('519', 'soft_sofa_norja*3', 'White Sofa', 's', '2', '1', '1', '1', '1', '0', '1818', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('520', 'soft_sofa_norja*4', 'Aquamarine Sofa', 's', '2', '1', '1', '1', '1', '0', '1819', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('521', 'soft_sofa_norja*5', 'Pink Sofa', 's', '2', '1', '1', '1', '1', '0', '1820', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('522', 'soft_sofa_norja*6', 'Blue Sofa', 's', '2', '1', '1', '1', '1', '0', '1821', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('523', 'soft_sofa_norja*7', 'Green Sofa', 's', '2', '1', '1', '1', '1', '0', '1822', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('524', 'soft_sofa_norja*8', 'Yellow Sofa', 's', '2', '1', '1', '1', '1', '0', '1823', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('525', 'soft_sofa_norja*9', 'Red Sofa', 's', '2', '1', '1', '1', '1', '0', '1824', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('526', 'soft_sofachair_norja*2', 'Black Sofachair', 's', '1', '1', '1', '1', '1', '0', '1825', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('527', 'soft_sofachair_norja*3', 'White Sofachair', 's', '1', '1', '1', '1', '1', '0', '1826', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('528', 'soft_sofachair_norja*4', 'Aquamarine Sofachair', 's', '1', '1', '1', '1', '1', '0', '1827', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('529', 'soft_sofachair_norja*5', 'Pink Sofachair', 's', '1', '1', '1', '1', '1', '0', '1828', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('530', 'soft_sofachair_norja*6', 'Blue Sofachair', 's', '1', '1', '1', '1', '1', '0', '1829', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('531', 'soft_sofachair_norja*7', 'Green Sofachair', 's', '1', '1', '1', '1', '1', '0', '1830', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('532', 'soft_sofachair_norja*8', 'Yellow Sofachair', 's', '1', '1', '1', '1', '1', '0', '1831', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('533', 'soft_sofachair_norja*9', 'Red Sofachair', 's', '1', '1', '1', '1', '1', '0', '1832', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('534', 'sofachair_silo*2', 'Black Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1833', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('535', 'sofachair_silo*3', 'White Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1834', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('536', 'sofachair_silo*4', 'Beige Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1835', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('537', 'sofachair_silo*5', 'Pink Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1836', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('538', 'sofachair_silo*6', 'Blue Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1837', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('539', 'sofachair_silo*7', 'Green Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1838', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('540', 'sofachair_silo*8', 'Yellow Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1839', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('541', 'sofachair_silo*9', 'Red Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1840', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('542', 'table_silo_small*2', 'Black Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1841', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('543', 'table_silo_small*3', 'White Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1842', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('544', 'table_silo_small*4', 'Beige Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1843', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('545', 'table_silo_small*5', 'Pink Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1844', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('546', 'table_silo_small*6', 'Blue Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1845', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('547', 'table_silo_small*7', 'Green Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1846', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('548', 'table_silo_small*8', 'Yellow Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1847', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('549', 'table_silo_small*9', 'Red Occasional Table', 's', '1', '1', '1', '1', '0', '0', '1848', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('550', 'divider_silo1*2', 'Black Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1849', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('551', 'divider_silo1*3', 'White Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1850', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('552', 'divider_silo1*4', 'Beige Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1851', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('553', 'divider_silo1*5', 'Pink Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1852', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('554', 'divider_silo1*6', 'Blue Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1853', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('555', 'divider_silo1*7', 'Green Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1854', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('556', 'divider_silo1*8', 'Yellow Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1855', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('557', 'divider_silo1*9', 'Red Corner Shelf', 's', '1', '1', '1', '1', '0', '0', '1856', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('558', 'divider_silo3*2', 'Black Gate', 's', '1', '1', '0.001', '1', '0', '0', '1857', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('559', 'divider_silo3*3', 'White Gate', 's', '1', '1', '0.001', '1', '0', '0', '1858', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('560', 'divider_silo3*4', 'Beige Gate', 's', '1', '1', '0.001', '1', '0', '0', '1859', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('561', 'divider_silo3*5', 'Pink Gate', 's', '1', '1', '0.001', '1', '0', '0', '1860', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('562', 'divider_silo3*6', 'Blue Gate', 's', '1', '1', '0.001', '1', '0', '0', '1861', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('563', 'divider_silo3*7', 'Green Gate', 's', '1', '1', '0.001', '1', '0', '0', '1862', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('564', 'divider_silo3*8', 'Yellow Gate', 's', '1', '1', '0.001', '1', '0', '0', '1863', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('565', 'divider_silo3*9', 'Red Gate', 's', '1', '1', '0.001', '1', '0', '0', '1864', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('566', 'table_silo_med*2', 'Black Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1865', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('567', 'table_silo_med*3', 'White Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1866', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('568', 'table_silo_med*4', 'Beige Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1867', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('569', 'table_silo_med*5', 'Pink Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1868', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('570', 'table_silo_med*6', 'Blue Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1869', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('571', 'table_silo_med*7', 'Green Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1870', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('572', 'table_silo_med*8', 'Yellow Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1871', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('573', 'table_silo_med*9', 'Red Coffee Table', 's', '2', '2', '1', '1', '0', '0', '1872', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('574', 'sofa_silo*2', 'Black Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1873', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('575', 'sofa_silo*3', 'White Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1874', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('576', 'sofa_silo*4', 'Beige Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1875', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('577', 'sofa_silo*5', 'Pink Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1876', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('578', 'sofa_silo*6', 'Blue Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1877', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('579', 'sofa_silo*7', 'Green Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1878', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('580', 'sofa_silo*8', 'Yellow Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1879', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('581', 'sofa_silo*9', 'Red Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1880', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('582', 'sofachair_polyfon*2', 'Black Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1881', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('583', 'sofachair_polyfon*3', 'White Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1882', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('584', 'sofachair_polyfon*4', 'Beige Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1883', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('585', 'sofachair_polyfon*6', 'Blue Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1884', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('586', 'sofachair_polyfon*7', 'Green Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1885', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('587', 'sofachair_polyfon*8', 'Yellow Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1886', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('588', 'sofachair_polyfon*9', 'Red Armchair', 's', '1', '1', '1.1', '1', '1', '0', '1887', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('589', 'sofa_polyfon*2', 'Black Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1888', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('590', 'sofa_polyfon*3', 'White Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1889', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('591', 'sofa_polyfon*4', 'Beige Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1890', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('592', 'sofa_polyfon*6', 'Blue Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1891', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('593', 'sofa_polyfon*7', 'Green Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1892', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('594', 'sofa_polyfon*8', 'Yellow Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1893', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('595', 'sofa_polyfon*9', 'Red Sofa', 's', '2', '1', '1.1', '1', '1', '0', '1894', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('596', 'bed_polyfon*3', 'White Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1896', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('597', 'bed_polyfon*4', 'Beige Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1897', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('598', 'bed_polyfon*6', 'Blue Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1898', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('599', 'bed_polyfon*7', 'Green Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1899', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('600', 'bed_polyfon*8', 'Yellow Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1900', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('601', 'bed_polyfon*9', 'Red Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1901', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('602', 'bed_polyfon_one*2', 'Black Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1902', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('603', 'bed_polyfon_one*3', 'White Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1903', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('604', 'bed_polyfon_one*4', 'Beige Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1904', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('605', 'bed_polyfon_one*6', 'Blue Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1905', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('606', 'bed_polyfon_one*7', 'Green Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1906', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('607', 'bed_polyfon_one*8', 'Yellow Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1907', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('608', 'bed_polyfon_one*9', 'Red Single Bed', 's', '1', '3', '1.8', '1', '0', '0', '1908', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('609', 'bardesk_polyfon*2', 'Black Bar', 's', '2', '1', '1', '1', '0', '0', '1909', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('610', 'bardesk_polyfon*3', 'White Bar', 's', '2', '1', '1', '1', '0', '0', '1910', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('611', 'bardesk_polyfon*4', 'Beige Bar', 's', '2', '1', '1', '1', '0', '0', '1911', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('612', 'bardesk_polyfon*5', 'Pink Bar', 's', '2', '1', '1', '1', '0', '0', '1912', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('613', 'bardesk_polyfon*6', 'Blue Bar', 's', '2', '1', '1', '1', '0', '0', '1913', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('614', 'bardesk_polyfon*7', 'Green Bar', 's', '2', '1', '1', '1', '0', '0', '1914', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('615', 'bardesk_polyfon*8', 'Yellow Bar', 's', '2', '1', '1', '1', '0', '0', '1915', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('616', 'bardesk_polyfon*9', 'Red Bar', 's', '2', '1', '1', '1', '0', '0', '1916', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('617', 'bardeskcorner_polyfon*2', 'Black Corner', 's', '1', '1', '1', '1', '0', '0', '1917', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('618', 'bardeskcorner_polyfon*3', 'White Corner', 's', '1', '1', '1', '1', '0', '0', '1918', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('619', 'bardeskcorner_polyfon*4', 'Beige Corner', 's', '1', '1', '1', '1', '0', '0', '1919', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('620', 'bardeskcorner_polyfon*5', 'Pink Corner', 's', '1', '1', '1', '1', '0', '0', '1920', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('621', 'bardeskcorner_polyfon*6', 'Blue Corner', 's', '1', '1', '1', '1', '0', '0', '1921', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('622', 'bardeskcorner_polyfon*7', 'Green Corner', 's', '1', '1', '1', '1', '0', '0', '1922', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('623', 'bardeskcorner_polyfon*8', 'Yellow Corner', 's', '1', '1', '1', '1', '0', '0', '1923', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('624', 'bardeskcorner_polyfon*9', 'Red Corner', 's', '1', '1', '1', '1', '0', '0', '1924', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('625', 'divider_poly3*2', 'Black Gate', 's', '1', '1', '0.001', '1', '0', '0', '1925', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('626', 'divider_poly3*3', 'White Gate', 's', '1', '1', '0.001', '1', '0', '0', '1926', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('627', 'divider_poly3*4', 'Beige Gate', 's', '1', '1', '0.001', '1', '0', '0', '1927', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('628', 'divider_poly3*5', 'Pink Gate', 's', '1', '1', '0.001', '1', '0', '0', '1928', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('629', 'divider_poly3*6', 'Blue Gate', 's', '1', '1', '0.001', '1', '0', '0', '1929', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('631', 'divider_poly3*8', 'Yellow Gate', 's', '1', '1', '0.001', '1', '0', '0', '1931', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('632', 'divider_poly3*9', 'Red Gate', 's', '1', '1', '0.001', '1', '0', '0', '1932', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('633', 'chair_silo*2', 'Black Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1933', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('634', 'chair_silo*3', 'White Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1934', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('635', 'chair_silo*4', 'Beige Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1935', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('636', 'chair_silo*5', 'Pink Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1936', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('637', 'chair_silo*6', 'Blue Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1937', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('638', 'chair_silo*7', 'Green Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1938', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('639', 'chair_silo*8', 'Yellow Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1939', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('640', 'chair_silo*9', 'Red Dining Chair', 's', '1', '1', '1.1', '1', '1', '0', '1940', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('641', 'divider_nor3*2', 'Black Gate', 's', '1', '1', '1', '1', '0', '0', '1941', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('642', 'divider_nor3*3', 'White Gate', 's', '1', '1', '0.001', '1', '0', '0', '1942', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('643', 'divider_nor3*4', 'Aquamarine Gate', 's', '1', '1', '0.001', '1', '0', '0', '1943', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('644', 'divider_nor3*5', 'Pink Gate', 's', '1', '1', '0.001', '1', '0', '0', '1944', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('645', 'divider_nor3*6', 'Blue Gate', 's', '1', '1', '0.001', '1', '0', '0', '1945', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('646', 'divider_nor3*7', 'Green Gate', 's', '1', '1', '0.001', '1', '0', '0', '1946', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('647', 'divider_nor3*8', 'Yellow Gate', 's', '1', '1', '0.001', '1', '0', '0', '1947', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('648', 'divider_nor3*9', 'Red Gate', 's', '1', '1', '0.001', '1', '0', '0', '1948', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('649', 'divider_nor2*2', 'Black Bar', 's', '2', '1', '1', '1', '0', '0', '1949', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('650', 'divider_nor2*3', 'White Bar', 's', '2', '1', '1', '1', '0', '0', '1950', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('651', 'divider_nor2*4', 'Aquamarine Bar', 's', '2', '1', '1', '1', '0', '0', '1951', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('652', 'divider_nor2*5', 'Pink Bar', 's', '2', '1', '1', '1', '0', '0', '1952', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('653', 'divider_nor2*6', 'Blue Bar', 's', '2', '1', '1', '1', '0', '0', '1953', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('654', 'divider_nor2*7', 'Green Bar', 's', '2', '1', '1', '1', '0', '0', '1954', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('655', 'divider_nor2*8', 'Yellow Bar', 's', '2', '1', '1', '1', '0', '0', '1955', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('656', 'divider_nor2*9', 'Red Bar', 's', '2', '1', '1', '1', '0', '0', '1956', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('657', 'silo_studydesk', 'Area Master Desk', 's', '2', '1', '1', '1', '0', '0', '1957', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('658', 'solarium_norja', 'White Panel', 's', '1', '1', '1', '1', '0', '0', '1958', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('659', 'solarium_norja*1', 'Black Panel', 's', '1', '1', '1', '1', '0', '0', '1959', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('660', 'solarium_norja*2', 'Beige Panel', 's', '1', '1', '1', '1', '0', '0', '1960', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('661', 'solarium_norja*3', 'Aquamarine Panel', 's', '1', '1', '1', '1', '0', '0', '1961', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('662', 'solarium_norja*5', 'Pink Panel', 's', '1', '1', '1', '1', '0', '0', '1962', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('663', 'solarium_norja*6', 'Blue Panel', 's', '1', '1', '1', '1', '0', '0', '1963', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('664', 'solarium_norja*7', 'Green Panel', 's', '1', '1', '1', '1', '0', '0', '1964', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('665', 'solarium_norja*8', 'Yellow Panel', 's', '1', '1', '1', '1', '0', '0', '1965', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('666', 'solarium_norja*9', 'Red Panel', 's', '1', '1', '1', '1', '0', '0', '1966', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('667', 'sandrug', 'Tropical Beach Rug', 's', '2', '2', '0', '1', '0', '1', '1967', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('668', 'rare_moonrug', 'Moon Rug', 's', '2', '2', '0', '1', '0', '1', '1968', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('669', 'chair_china', 'Chinese Lacquer Chair', 's', '1', '1', '1', '1', '1', '0', '1969', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('670', 'china_table', 'Chinese Lacquer Table', 's', '1', '1', '1', '1', '0', '0', '1970', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('671', 'sleepingbag*1', 'Red Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1971', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('672', 'sleepingbag*2', 'Lime Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1972', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('673', 'sleepingbag*3', 'Ocean Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1973', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('674', 'sleepingbag*4', 'Army Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1974', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('675', 'safe_silo', 'Gray Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '1975', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('676', 'sleepingbag*7', 'Orange Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1976', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('677', 'sleepingbag*9', 'Blue Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1977', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('678', 'sleepingbag*5', 'Graphite Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1978', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('679', 'sleepingbag*10', 'Khaki Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1979', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('680', 'sleepingbag*6', 'Purple Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1980', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('681', 'sleepingbag*8', 'Yellow Sleeping Bag', 's', '1', '3', '0.8', '1', '0', '0', '1981', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('682', 'china_shelve', 'Chinese Lacquer Bookshelf', 's', '2', '1', '1', '1', '0', '0', '1982', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('683', 'traffic_light*5', 'White Traffic Light', 's', '1', '1', '1', '1', '0', '0', '1983', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('684', 'divider_nor4*2', 'Black Shutter', 's', '2', '1', '1', '1', '0', '0', '1984', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('685', 'divider_nor4*3', 'White Shutter', 's', '2', '1', '1', '1', '0', '0', '1985', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('686', 'divider_nor4*5', 'Pink Shutter', 's', '2', '1', '1', '1', '0', '0', '1986', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('687', 'divider_nor4*6', 'Blue Shutter', 's', '2', '1', '1', '1', '0', '0', '1987', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('688', 'divider_nor4*7', 'Green Shutter', 's', '2', '1', '1', '1', '0', '0', '1988', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('689', 'divider_nor4*8', 'Yellow Shutter', 's', '2', '1', '1', '1', '0', '0', '1989', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('690', 'divider_nor4*9', 'Red Shutter', 's', '2', '1', '1', '1', '0', '0', '1990', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('691', 'divider_nor5*2', 'Black Angle', 's', '1', '1', '1', '1', '0', '0', '1991', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('692', 'divider_nor5*3', 'White Angle', 's', '1', '1', '1', '1', '0', '0', '1992', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('693', 'divider_nor5*4', 'Aquamarine Angle', 's', '1', '1', '1', '1', '0', '0', '1993', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('694', 'divider_nor5*5', 'Pink Angle', 's', '1', '1', '1', '1', '0', '0', '1994', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('695', 'divider_nor5*7', 'Green Angle', 's', '1', '1', '1', '1', '0', '0', '1996', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('696', 'divider_nor5*8', 'Yellow Angle', 's', '1', '1', '1', '1', '0', '0', '1997', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('697', 'divider_nor5*9', 'Red Angle', 's', '1', '1', '1', '1', '0', '0', '1998', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('698', 'divider_nor5', 'Beige Angle', 's', '1', '1', '1', '1', '0', '0', '1999', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('699', 'divider_nor4', 'Beige Shutter', 's', '2', '1', '1', '1', '0', '0', '2000', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('700', 'wall_china', 'Dragon Screen', 's', '1', '1', '1', '1', '0', '0', '2001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('701', 'corner_china', 'Dragon Screen Corner', 's', '1', '1', '1', '1', '0', '0', '2002', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('702', 'barchair_silo*2', 'Black Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('703', 'barchair_silo*3', 'White Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2004', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('704', 'barchair_silo*4', 'Beige Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('705', 'barchair_silo*5', 'Pink Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('706', 'barchair_silo*6', 'Blue Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('707', 'barchair_silo*7', 'Green Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2008', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('708', 'barchair_silo*8', 'Yellow Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2009', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('709', 'barchair_silo*9', 'Red Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '2010', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710', 'safe_silo*2', 'Black Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2011', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('711', 'safe_silo*3', 'White Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2012', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('712', 'safe_silo*4', 'Beige Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2013', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('713', 'safe_silo*5', 'Pink Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2014', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('714', 'safe_silo*6', 'Blue Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2015', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('715', 'safe_silo*7', 'Green Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2016', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('716', 'safe_silo*8', 'Yellow Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2017', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('717', 'safe_silo*9', 'Red Safe Minibar', 's', '1', '1', '1.3', '1', '0', '0', '2018', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('718', 'glass_shelf', 'glass shelf', 's', '2', '1', '1', '1', '0', '0', '2019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('719', 'glass_chair', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2020', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('720', 'glass_stool', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2021', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('721', 'glass_sofa', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2022', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('722', 'glass_table', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2023', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('723', 'glass_table*2', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2024', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('724', 'glass_table*3', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2025', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('725', 'glass_table*4', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2026', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('726', 'glass_table*5', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2027', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('727', 'glass_table*6', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2028', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('728', 'glass_table*7', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2029', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('729', 'glass_table*8', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2030', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('730', 'glass_table*9', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2031', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('731', 'glass_chair*2', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2032', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('732', 'glass_chair*3', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2033', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('733', 'glass_chair*4', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2034', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('734', 'glass_chair*5', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2035', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('735', 'glass_chair*6', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2036', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('736', 'glass_chair*7', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2037', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('737', 'glass_chair*8', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2038', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('738', 'glass_chair*9', 'Glass Chair', 's', '1', '1', '1', '1', '1', '0', '2039', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('739', 'glass_sofa*2', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2040', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('740', 'glass_sofa*3', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2041', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('741', 'glass_sofa*4', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2042', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('742', 'glass_sofa*5', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2043', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('743', 'glass_sofa*6', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2044', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('744', 'glass_sofa*7', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2045', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('745', 'glass_sofa*8', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2046', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('746', 'glass_sofa*9', 'Glass Sofa', 's', '2', '1', '1', '1', '1', '0', '2047', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('747', 'glass_stool*2', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2048', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('748', 'glass_stool*4', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('749', 'glass_stool*5', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2051', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('750', 'glass_stool*6', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2052', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('751', 'glass_stool*7', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2053', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('752', 'glass_stool*8', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('753', 'glass_stool*3', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('754', 'glass_stool*9', 'Glass Stool', 's', '1', '1', '1', '1', '1', '0', '2057', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('755', 'CF_10_coin_gold', 'Gold Coin', 's', '1', '1', '0.2', '1', '0', '0', '2063', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('756', 'CF_1_coin_bronze', 'Bronze Coin', 's', '1', '1', '0.2', '1', '0', '0', '2064', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('757', 'CF_20_moneybag', 'Sack of Coins', 's', '1', '1', '1', '1', '0', '0', '2065', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('758', 'CF_50_goldbar', 'Gold Bar', 's', '1', '1', '0.2', '1', '0', '0', '2066', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('759', 'CF_5_coin_silver', 'Silver Coin', 's', '1', '1', '0.2', '1', '0', '0', '2067', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('760', 'hc_crpt', 'Persian Carpet', 's', '3', '5', '0', '1', '0', '1', '2068', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('761', 'hc_tv', 'Mega TV Set', 's', '2', '1', '1.4', '1', '1', '0', '2069', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('762', 'gothgate', 'Gothic Portcullis', 's', '2', '1', '0.001', '1', '0', '0', '2070', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('763', 'gothiccandelabra', 'Gothic Candelabra', 's', '1', '1', '1', '1', '0', '0', '2071', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('764', 'gothrailing', 'Gothic Railing', 's', '2', '1', '1', '1', '0', '0', '2072', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('765', 'goth_table', 'Gothic Table', 's', '1', '5', '1.7', '1', '0', '0', '2073', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('766', 'hc_bkshlf', 'Medieval Bookcase', 's', '1', '4', '1', '1', '0', '0', '2074', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('767', 'hc_btlr', 'Electric Butler', 's', '1', '1', '1', '1', '0', '0', '2075', '1', '1', '1', '1', '1', 'vendingmachine', '0', '24', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('768', 'hc_crtn', 'Antique Drapery', 's', '2', '1', '0.001', '1', '0', '0', '2076', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('769', 'hc_djset', 'The Grammophon', 's', '3', '1', '1', '1', '0', '0', '2077', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('770', 'hc_frplc', 'Heavy Duty Fireplace', 's', '1', '3', '1', '1', '0', '0', '2078', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('771', 'hc_lmpst', 'Victorian Street Light', 's', '1', '1', '1', '1', '0', '0', '2079', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('772', 'hc_machine', 'Weird Science Machine', 's', '1', '3', '1', '1', '0', '0', '2080', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('773', 'hc_rllr', 'HC Roller', 's', '1', '1', '0.5', '1', '0', '1', '2081', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('774', 'hc_rntgn', 'X-Ray Divider', 's', '2', '1', '1', '1', '0', '0', '2082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('775', 'hc_trll', 'Drinks Trolley', 's', '1', '2', '1', '1', '0', '0', '2083', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('776', 'gothic_chair*1', 'Gothic Chair Pink', 's', '1', '1', '1', '1', '1', '0', '2084', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('777', 'gothic_sofa*1', 'Gothic Sofa Pink', 's', '2', '1', '1', '1', '1', '0', '2085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('778', 'gothic_stool*1', 'Gothic Stool Pink', 's', '1', '1', '1', '1', '1', '0', '2086', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('779', 'gothic_chair*2', 'Gothic Chair Saffron', 's', '1', '1', '1', '1', '1', '0', '2087', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('780', 'gothic_sofa*2', 'Gothic Sofa Saffron', 's', '2', '1', '1', '1', '1', '0', '2088', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('781', 'gothic_stool*2', 'Gothic Stool Saffron', 's', '1', '1', '1', '1', '1', '0', '2089', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('782', 'gothic_chair*3', 'Gothic Chair Red', 's', '1', '1', '1', '1', '1', '0', '2090', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('783', 'gothic_sofa*3', 'Gothic Sofa Red', 's', '2', '1', '1', '1', '1', '0', '2091', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('784', 'gothic_stool*3', 'Gothic Stool Red', 's', '1', '1', '1', '1', '1', '0', '2092', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('785', 'gothic_chair*4', 'Black Gothic Chair', 's', '1', '1', '1', '1', '1', '0', '2093', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('786', 'gothic_sofa*4', 'Black Gothic Sofa', 's', '2', '1', '1', '1', '1', '0', '2094', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('787', 'gothic_stool*4', 'Black Gothic Stool', 's', '1', '1', '1', '1', '1', '0', '2095', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('788', 'gothic_chair*5', 'Gothic Chair Green', 's', '1', '1', '1', '1', '1', '0', '2096', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('789', 'gothic_sofa*5', 'Gothic Sofa Green', 's', '2', '1', '1', '1', '1', '0', '2097', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('790', 'gothic_stool*5', 'Gothic Stool Green', 's', '1', '1', '1', '1', '1', '0', '2098', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('791', 'gothic_chair*6', 'Gothic Chair Blue', 's', '1', '1', '1', '1', '1', '0', '2099', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('792', 'gothic_sofa*6', 'Gothic Sofa Blue', 's', '2', '1', '1', '1', '1', '0', '2100', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('793', 'gothic_stool*6', 'Gothic Stool Blue', 's', '1', '1', '1', '1', '1', '0', '2101', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('794', 'sound_machine', 'Sound Machine', 's', '1', '1', '1', '1', '0', '0', '2105', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('795', 'romantique_pianochair*3', 'Turquoise Piano Chair', 's', '1', '1', '1', '1', '1', '0', '2106', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('796', 'romantique_pianochair*5', 'Black Piano Chair', 's', '1', '1', '1', '1', '1', '0', '2107', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('797', 'romantique_pianochair*2', 'Green Piano Chair', 's', '1', '1', '1', '1', '1', '0', '2108', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('798', 'romantique_pianochair*4', 'Lemon Piano Chair', 's', '1', '1', '1', '1', '1', '0', '2109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('799', 'romantique_pianochair*1', 'Pink Piano Chair', 's', '1', '1', '1', '1', '1', '0', '2110', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800', 'romantique_divan*3', 'Turquoise Divan', 's', '2', '1', '1', '1', '1', '0', '2111', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('801', 'romantique_divan*5', 'Black Divan', 's', '2', '1', '1', '1', '1', '0', '2112', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('802', 'romantique_divan*2', 'Green Divan', 's', '2', '1', '1', '1', '1', '0', '2113', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('803', 'romantique_divan*4', 'Lemon Divan', 's', '2', '1', '1', '1', '1', '0', '2114', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('804', 'romantique_divan*1', 'Pink Divan', 's', '2', '1', '1', '1', '1', '0', '2115', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('805', 'romantique_chair*3', 'Turquoise Chair', 's', '1', '1', '1', '1', '1', '0', '2116', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('806', 'romantique_chair*5', 'Black Chair', 's', '1', '1', '1', '1', '1', '0', '2117', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('807', 'romantique_chair*2', 'Green Chair', 's', '1', '1', '1', '1', '1', '0', '2118', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('808', 'romantique_chair*4', 'Lemon Chair', 's', '1', '1', '1', '1', '1', '0', '2119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('809', 'romantique_chair*1', 'Pink Chair', 's', '1', '1', '1', '1', '1', '0', '2120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('811', 'plant_valentinerose*3', 'Yellow Rose', 's', '1', '1', '1', '1', '0', '0', '2123', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('812', 'plant_valentinerose*5', 'Purple Rose', 's', '1', '1', '1', '1', '0', '0', '2124', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('813', 'plant_valentinerose*2', 'White Rose', 's', '1', '1', '1', '1', '0', '0', '2125', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('814', 'plant_valentinerose*4', 'Pink Rose', 's', '1', '1', '1', '1', '0', '0', '2126', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('815', 'plant_valentinerose*1', 'Red Rose', 's', '1', '1', '1', '1', '0', '0', '2127', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('816', 'plant_mazegate', 'Maze Shrubbery Gate', 's', '2', '1', '0.001', '1', '0', '0', '2128', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('817', 'plant_maze', 'Maze Shrubbery', 's', '2', '1', '1', '1', '0', '0', '2129', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('818', 'plant_bulrush', 'Bulrush', 's', '1', '1', '1', '1', '0', '0', '2130', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('819', 'petfood4', 'T-Bones', 's', '1', '1', '1', '1', '0', '1', '2131', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('820', 'carpet_valentine', 'Red Carpet', 's', '2', '7', '0', '1', '0', '1', '2132', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('821', 'gothic_carpet', 'Cobbled Path', 's', '2', '4', '0', '1', '0', '1', '2133', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('822', 'gothic_carpet2', 'Floor Hatch', 's', '2', '4', '0', '1', '0', '1', '2134', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('823', 'gothic_chair', '', 's', '1', '1', '1', '1', '1', '0', '2135', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('824', 'gothic_sofa', '', 's', '2', '1', '1', '1', '1', '0', '2136', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('825', 'gothic_stool', '', 's', '1', '1', '1', '1', '1', '0', '2137', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('826', 'grand_piano*3', 'Turquoise Grand Piano', 's', '2', '2', '1', '1', '0', '0', '2138', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('827', 'grand_piano*5', 'Black Grand Piano', 's', '2', '2', '1', '1', '0', '0', '2139', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('828', 'grand_piano*2', 'Green Grand Piano', 's', '2', '2', '1', '1', '0', '0', '2140', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('829', 'grand_piano*4', 'Lemon Grand Piano', 's', '2', '2', '1', '1', '0', '0', '2141', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('830', 'grand_piano*1', 'Pink Grand Piano', 's', '2', '2', '1', '1', '0', '0', '2142', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('831', 'theatre_seat', 'Red Theatre Seat', 's', '1', '1', '1.2', '1', '1', '0', '2143', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('832', 'romantique_tray2', 'Romantique Treats Tray', 's', '1', '1', '1', '1', '0', '0', '2144', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('833', 'romantique_tray1', 'Romantique  Tray', 's', '1', '1', '1', '1', '0', '0', '2145', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('834', 'romantique_smalltabl*3', 'Turquoise Tray Table', 's', '1', '1', '1', '1', '0', '0', '2146', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('835', 'romantique_smalltabl*5', 'Black Tray Table', 's', '1', '1', '1', '1', '0', '0', '2147', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('836', 'romantique_smalltabl*2', 'Green Tray Table', 's', '1', '1', '1', '1', '0', '0', '2148', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('837', 'romantique_smalltabl*4', 'Lemon Tray Table', 's', '1', '1', '1', '1', '0', '0', '2149', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('838', 'romantique_smalltabl*1', 'Pink Tray Table', 's', '1', '1', '1', '1', '0', '0', '2150', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('839', 'romantique_mirrortabl', 'Romantique Mirrortable', 's', '1', '1', '1', '1', '0', '0', '2151', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('840', 'romantique_divider*3', 'Turquoise Screen', 's', '2', '1', '1', '1', '0', '0', '2152', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('841', 'romantique_divider*2', 'Green Screen', 's', '2', '1', '1', '1', '0', '0', '2153', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('842', 'romantique_divider*4', 'Lemon Screen', 's', '2', '1', '1', '1', '0', '0', '2154', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('843', 'romantique_divider*1', 'Pink Screen', 's', '2', '1', '1', '1', '0', '0', '2155', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('844', 'jp_tatami2', 'Large Tatami Rug', 's', '2', '4', '0', '1', '0', '1', '2156', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('845', 'jp_tatami', 'Small Tatami Rug', 's', '2', '2', '0', '1', '0', '1', '2157', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('846', 'habbowood_chair', 'Habbowood Chair', 's', '1', '1', '1.2', '1', '1', '0', '2158', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('847', 'jp_bamboo', 'Bamboo Forest', 's', '2', '2', '0', '1', '0', '1', '2159', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('848', 'jp_irori', 'Irori Table', 's', '2', '2', '1', '1', '0', '0', '2160', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('849', 'jp_pillow', 'Floor Pillow', 's', '1', '1', '0.8', '1', '1', '0', '2161', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('850', 'sound_set_1', 'Habbo Sounds 1', 's', '1', '1', '0.2', '1', '0', '0', '2162', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('851', 'sound_set_2', 'Habbo Sounds 3', 's', '1', '1', '0.2', '1', '0', '0', '2163', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('852', 'sound_set_3', 'Electronic 1', 's', '1', '1', '0.2', '1', '0', '0', '2164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('853', 'sound_set_4', 'Ambient 1', 's', '1', '1', '0.2', '1', '0', '0', '2165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('854', 'sound_set_5', 'Ambient 4', 's', '1', '1', '0.2', '1', '0', '0', '2166', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('855', 'sound_set_6', 'Ambient 3', 's', '1', '1', '0.2', '1', '0', '0', '2167', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('856', 'sound_set_7', 'SFX 5', 's', '1', '1', '0.2', '1', '0', '0', '2168', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('857', 'sound_set_8', 'Ambient 2', 's', '1', '1', '0.2', '1', '0', '0', '2169', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('858', 'sound_set_9', 'Electronic 2', 's', '1', '1', '0.2', '1', '0', '0', '2170', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('859', 'sound_machine*1', '', 's', '1', '1', '1', '1', '0', '0', '2171', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('861', 'sound_machine*2', 'Turquoise Traxmachine', 's', '1', '1', '1', '1', '0', '0', '2543', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('862', 'sound_machine*3', '', 's', '1', '1', '1', '1', '0', '0', '2544', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('863', 'sound_machine*4', '', 's', '1', '1', '1', '1', '0', '0', '2545', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('864', 'sound_machine*5', 'Sound Machine Brown', 's', '1', '1', '1', '1', '0', '0', '2546', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('865', 'sound_machine*6', '', 's', '1', '1', '1', '1', '0', '0', '2547', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('866', 'sound_machine*7', 'Red Traxmachine', 's', '1', '1', '1', '1', '0', '0', '2548', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('867', 'rom_lamp', 'Romantique Lamp', 's', '1', '1', '1', '1', '0', '0', '2551', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('868', 'rclr_sofa', 'Polar Sofa', 's', '2', '1', '1', '1', '1', '0', '2459', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('869', 'rclr_garden', 'Water Garden', 's', '1', '3', '1', '1', '0', '0', '2458', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('870', 'rclr_chair', 'Palm Chair', 's', '1', '1', '1', '1', '1', '0', '2562', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('871', 'sound_set_28', 'Moshy Metal', 's', '1', '1', '0.2', '1', '0', '0', '2496', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('872', 'sound_set_27', '', 's', '1', '1', '0.2', '1', '0', '0', '2549', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('873', 'sound_set_26', 'Bhangra Mangra', 's', '1', '1', '0.2', '1', '0', '0', '2508', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('874', 'sound_set_25', '', 's', '1', '1', '0.2', '1', '0', '0', '2470', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('875', 'sound_set_24', '', 's', '1', '1', '0.2', '1', '0', '0', '2492', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('876', 'sound_set_23', '', 's', '1', '1', '0.2', '1', '0', '0', '2457', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('877', 'sound_set_22', '', 's', '1', '1', '0.2', '1', '0', '0', '2521', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('878', 'sound_set_21', 'Snotty Day', 's', '1', '1', '0.2', '1', '0', '0', '2494', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('879', 'sound_set_20', '', 's', '1', '1', '0.2', '1', '0', '0', '2524', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('880', 'sound_set_19', 'MnM', 's', '1', '1', '0.2', '1', '0', '0', '2469', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('881', 'sound_set_18', '', 's', '1', '1', '0.2', '1', '0', '0', '2497', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('882', 'sound_set_17', '', 's', '1', '1', '0.2', '1', '0', '0', '2550', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('883', 'sound_set_16', 'Hip hop Beats 3', 's', '1', '1', '0.2', '1', '0', '0', '2561', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('884', 'sound_set_15', 'RnB Grooves 6', 's', '1', '1', '0.2', '1', '0', '0', '2495', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('885', 'sound_set_14', 'Hip hop Beats 2', 's', '1', '1', '0.2', '1', '0', '0', '2482', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('886', 'sound_set_13', 'Dance 5', 's', '1', '1', '0.2', '1', '0', '0', '2523', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('887', 'sound_set_12', 'Habbo Sounds 2', 's', '1', '1', '0.2', '1', '0', '0', '2493', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('888', 'sound_set_11', 'Dance 4', 's', '1', '1', '0.2', '1', '0', '0', '2563', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('889', 'sound_set_10', 'Hip Hop Beats 1', 's', '1', '1', '0.2', '1', '0', '0', '2481', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('890', 'rope_divider', 'Rope Divider', 's', '2', '1', '0.001', '1', '0', '0', '2518', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('891', 'romantique_clock', 'Romantique Clock', 's', '1', '1', '1', '1', '0', '0', '2520', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('892', 'rare_icecream_campaign', 'Rare icecream white', 's', '1', '1', '2.5', '1', '0', '0', '2507', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('893', 'pura_mdl5*2', 'Pink Square Module', 's', '1', '1', '1', '1', '1', '0', '2510', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('894', 'pura_mdl5*3', 'Black Square Module', 's', '1', '1', '1', '1', '1', '0', '2511', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('895', 'pura_mdl5*4', 'White Square Module', 's', '1', '1', '1', '1', '1', '0', '2512', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('896', 'pura_mdl5*5', 'Beige Square Module', 's', '1', '1', '1', '1', '1', '0', '2513', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('897', 'pura_mdl5*6', 'Blue Square Module', 's', '1', '1', '1', '1', '1', '0', '2514', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('898', 'pura_mdl5*7', 'Green Square Module', 's', '1', '1', '1', '1', '1', '0', '2515', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('899', 'pura_mdl5*8', 'Yellow Square Module', 's', '1', '1', '1', '1', '1', '0', '2516', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900', 'pura_mdl5*9', 'Red Square Module', 's', '1', '1', '1', '1', '1', '0', '2517', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('901', 'pura_mdl4*1', 'Aquamarine Corner Module', 's', '1', '1', '1', '1', '1', '0', '2472', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('902', 'pura_mdl4*2', 'Pink Corner Module', 's', '1', '1', '1', '1', '1', '0', '2473', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('903', 'pura_mdl4*3', 'Black Corner Module', 's', '1', '1', '1', '1', '1', '0', '2474', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('904', 'pura_mdl4*4', 'White Corner Module', 's', '1', '1', '1', '1', '1', '0', '2475', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('905', 'pura_mdl4*5', 'Beige Corner Module', 's', '1', '1', '1', '1', '1', '0', '2476', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('906', 'pura_mdl4*6', 'Blue Corner Module', 's', '1', '1', '1', '1', '1', '0', '2477', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('907', 'pura_mdl4*7', 'Green Corner Module', 's', '1', '1', '1', '1', '1', '0', '2478', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('908', 'pura_mdl4*8', 'Yellow Corner Module', 's', '1', '1', '1', '1', '1', '0', '2479', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('909', 'pura_mdl4*9', 'Red Corner Module', 's', '1', '1', '1', '1', '1', '0', '2480', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('910', 'pura_mdl3*1', 'Straight Module', 's', '1', '1', '1', '1', '1', '0', '2534', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('911', 'pura_mdl3*2', 'Pink Straight Module', 's', '1', '1', '1', '1', '1', '0', '2535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('912', 'pura_mdl3*3', 'Black Straight Module', 's', '1', '1', '1', '1', '1', '0', '2536', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('913', 'pura_mdl3*4', 'White Straight Module', 's', '1', '1', '1', '1', '1', '0', '2537', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('914', 'pura_mdl3*5', 'Beige Straight Module', 's', '1', '1', '1', '1', '1', '0', '2538', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('915', 'pura_mdl3*6', 'Blue Straight Module', 's', '1', '1', '1', '1', '1', '0', '2539', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('916', 'pura_mdl3*7', 'Green Straight Module', 's', '1', '1', '1', '1', '1', '0', '2540', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('917', 'pura_mdl3*8', 'Yellow Straight Module', 's', '1', '1', '1', '1', '1', '0', '2541', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('918', 'pura_mdl3*9', 'Red Straight Module', 's', '1', '1', '1', '1', '1', '0', '2542', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('919', 'pura_mdl2*1', 'Aquamarine Right Module', 's', '1', '1', '1', '1', '1', '0', '2483', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920', 'pura_mdl2*2', 'Pink Right Module', 's', '1', '1', '1', '1', '1', '0', '2484', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('921', 'pura_mdl2*3', 'Black Right Module', 's', '1', '1', '1', '1', '1', '0', '2485', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('922', 'pura_mdl2*4', 'White Right Module', 's', '1', '1', '1', '1', '1', '0', '2486', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('923', 'pura_mdl2*5', 'Beige Right Module', 's', '1', '1', '1', '1', '1', '0', '2487', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('924', 'pura_mdl2*6', 'Blue Right Module', 's', '1', '1', '1', '1', '1', '0', '2488', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('925', 'pura_mdl2*7', 'Green Right Module', 's', '1', '1', '1', '1', '1', '0', '2489', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('926', 'pura_mdl2*8', 'Yellow Right Module', 's', '1', '1', '1', '1', '1', '0', '2490', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('927', 'pura_mdl2*9', 'Red Right Module', 's', '1', '1', '1', '1', '1', '0', '2491', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('928', 'pura_mdl1*1', 'Aquamarine Left Module', 's', '1', '1', '1', '1', '1', '0', '2460', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('929', 'pura_mdl1*2', 'Pink Left Module', 's', '1', '1', '1', '1', '1', '0', '2461', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('930', 'pura_mdl1*3', 'Black Left Module', 's', '1', '1', '1', '1', '1', '0', '2462', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('931', 'pura_mdl1*4', 'White Left Module', 's', '1', '1', '1', '1', '1', '0', '2463', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('932', 'pura_mdl1*5', 'Beige Left Module', 's', '1', '1', '1', '1', '1', '0', '2464', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('933', 'pura_mdl1*6', 'Blue Left Module', 's', '1', '1', '1', '1', '1', '0', '2465', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('934', 'pura_mdl1*7', 'Green Left Module', 's', '1', '1', '1', '1', '1', '0', '2466', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('935', 'pura_mdl1*8', 'Yellow Left Module', 's', '1', '1', '1', '1', '1', '0', '2467', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('936', 'pura_mdl1*9', 'Red Left Module', 's', '1', '1', '1', '1', '1', '0', '2468', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('937', 'jp_lantern', 'Japanese Lantern', 's', '1', '1', '1', '1', '0', '0', '2471', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('938', 'chair_basic*1', 'Aquamarine Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2525', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('939', 'chair_basic*2', 'Pink Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2526', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('940', 'chair_basic*3', 'Black Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2527', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('941', 'chair_basic*4', 'White Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('942', 'chair_basic*5', 'Beige Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('943', 'chair_basic*6', 'Blue Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2530', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('944', 'chair_basic*7', 'Green Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2531', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('945', 'chair_basic*8', 'Yellow Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2532', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('946', 'chair_basic*9', 'Red Egg Chair', 's', '1', '1', '1.1', '1', '1', '0', '2533', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('947', 'bed_budget*1', 'Aquamarine Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2552', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('948', 'bed_budget*2', 'Pink Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2553', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('949', 'bed_budget*3', 'Black Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2554', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('950', 'bed_budget*4', 'White Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2555', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('951', 'bed_budget*5', 'Beige Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2556', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('952', 'bed_budget*6', 'Blue Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2557', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('953', 'bed_budget*7', 'Green Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2558', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('954', 'bed_budget*8', 'Yellow Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2559', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('955', 'bed_budget*9', 'Red Double Bed', 's', '2', '3', '1.9', '1', '0', '0', '2560', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('956', 'bed_budget_one*1', '', 's', '1', '3', '1.9', '1', '0', '0', '2498', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('957', 'bed_budget_one*2', 'Pink Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2499', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('958', 'bed_budget_one*3', 'Black Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2500', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('959', 'bed_budget_one*4', 'Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2501', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('960', 'bed_budget_one*5', 'Beige Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2502', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('961', 'bed_budget_one*6', 'Blue Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2503', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('962', 'bed_budget_one*7', 'Green Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2504', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('963', 'bed_budget_one*8', 'Yellow Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2505', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('964', 'bed_budget_one*9', 'Red Single Bed', 's', '1', '3', '1.9', '1', '0', '0', '2506', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('965', 'jp_drawer', 'Ornate Drawer', 's', '1', '1', '1', '1', '0', '0', '2522', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('966', 'tile_stella', 'Stella tile', 's', '1', '1', '0.1', '1', '0', '1', '2568', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('967', 'tile_marble', 'Marble tile', 's', '1', '1', '0.1', '1', '0', '1', '2566', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('968', 'tile_brown', 'Brown tile', 's', '1', '1', '0.1', '1', '0', '1', '2582', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('969', 'summer_grill*1', 'Blue BBQ', 's', '2', '1', '1', '1', '0', '0', '2587', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('970', 'summer_grill*2', 'Red BBQ', 's', '2', '1', '1', '1', '0', '0', '2588', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('971', 'summer_grill*3', 'Green BBQ', 's', '2', '1', '1', '1', '0', '0', '2589', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('972', 'summer_grill*4', 'Yellow BBQ', 's', '2', '1', '1', '1', '0', '0', '2590', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('973', 'summer_chair*1', 'Aquamarine Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2571', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('974', 'summer_chair*2', 'Pink Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2572', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('975', 'summer_chair*3', 'Black Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2573', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('976', 'summer_chair*4', 'White Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2574', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('977', 'summer_chair*5', 'Beige Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2575', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('978', 'summer_chair*6', 'Blue Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2576', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('979', 'summer_chair*7', 'Green Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2577', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('980', 'summer_chair*8', 'Yellow Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2578', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('981', 'summer_chair*9', 'Red Deck Chair', 's', '1', '1', '1', '1', '1', '0', '2579', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('982', 'sound_set_36', 'Bossa Nueva', 's', '1', '1', '0.2', '1', '0', '0', '2583', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('983', 'sound_set_35', 'Dance 6', 's', '1', '1', '0.2', '1', '0', '0', '2595', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('984', 'sound_set_34', 'Rock 5', 's', '1', '1', '0.2', '1', '0', '0', '2570', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('985', 'sound_set_33', 'Rock 3', 's', '1', '1', '0.2', '1', '0', '0', '2564', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('986', 'sound_set_32', 'Instrumental 2', 's', '1', '1', '0.2', '1', '0', '0', '2569', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('987', 'sound_set_31', 'Dance 3', 's', '1', '1', '0.2', '1', '0', '0', '2596', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('988', 'sound_set_30', 'Instrumental 1', 's', '1', '1', '0.2', '1', '0', '0', '2585', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('989', 'sound_set_29', 'Dance 2', 's', '1', '1', '0.2', '1', '0', '0', '2580', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('990', 'sound_machine_pro', 'Sound Machine Pro', 's', '1', '1', '1', '1', '0', '0', '2606', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('991', 'rare_mnstr', 'Rare Monster Plant', 's', '1', '1', '0.001', '1', '0', '0', '2584', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('992', 'one_way_door*2', 'Black One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2598', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('993', 'one_way_door*3', 'White One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2599', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('994', 'one_way_door*4', 'Beige One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2600', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('995', 'one_way_door*5', 'Pink One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2601', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('996', 'one_way_door*6', 'Blue One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2602', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('997', 'one_way_door*7', 'Green One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2603', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('999', 'one_way_door*9', 'Red One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2605', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1000', 'exe_rug', 'Executive Carpet', 's', '3', '3', '0', '1', '0', '1', '2567', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1001', 'exe_s_table', 'Glass Table', 's', '2', '2', '1', '1', '0', '0', '2581', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1002', 'sound_set_37', 'Sound set 37', 's', '1', '1', '0.2', '1', '0', '0', '2565', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1003', 'summer_pool*1', 'Blue Paddling Pool', 's', '2', '2', '0', '1', '0', '1', '2591', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1004', 'summer_pool*2', 'Red Paddling Pool', 's', '2', '2', '0', '1', '0', '1', '2592', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1005', 'summer_pool*3', 'Green Paddling Pool', 's', '2', '2', '0', '1', '0', '1', '2593', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1006', 'summer_pool*4', 'Yellow Paddling Pool', 's', '2', '2', '0', '1', '0', '1', '2594', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1007', 'song_disk', 'Tapes from Goa', 's', '1', '1', '0.1', '1', '0', '0', '2607', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1008', 'jukebox*1', 'Jukebox', 's', '1', '1', '1', '1', '0', '0', '2608', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1009', 'carpet_soft_tut', 'welcome_carpet', 's', '1', '1', '0', '1', '0', '1', '2609', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1010', 'sound_set_44', 'Sound set 44', 's', '1', '1', '0.2', '1', '0', '0', '2610', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1011', 'sound_set_43', 'SFX 1', 's', '1', '1', '0.2', '1', '0', '0', '2614', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1012', 'sound_set_42', 'Sound set 42', 's', '1', '1', '0.2', '1', '0', '0', '2624', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1013', 'sound_set_41', 'Rock 8', 's', '1', '1', '0.2', '1', '0', '0', '2612', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1014', 'sound_set_40', 'Rock 4', 's', '1', '1', '0.2', '1', '0', '0', '2615', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1015', 'sound_set_39', 'Rock 7', 's', '1', '1', '0.2', '1', '0', '0', '2622', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1016', 'sound_set_38', 'Rock 6', 's', '1', '1', '0.2', '1', '0', '0', '2616', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1017', 'grunge_chair', 'Grunge Chair', 's', '1', '1', '1', '1', '1', '0', '2617', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1018', 'grunge_mattress', 'Grunge Mattress', 's', '3', '1', '1', '1', '1', '0', '2618', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1019', 'grunge_radiator', 'Grunge Radiator', 's', '1', '1', '1', '1', '0', '0', '2621', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1020', 'grunge_shelf', 'Grunge Shelf', 's', '3', '1', '1', '1', '0', '0', '2619', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1021', 'grunge_sign', 'Grunge Sign', 's', '1', '1', '1', '1', '0', '0', '2613', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1022', 'grunge_table', 'Grunge Table', 's', '2', '2', '1', '1', '0', '0', '2623', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1025', 'hal_cauldron', 'Green Cauldron', 's', '1', '1', '1', '1', '0', '0', '2625', '1', '1', '1', '1', '1', 'vendingmachine', '0', '30', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1026', 'hal_grave', 'Grave', 's', '1', '1', '1', '1', '0', '0', '2620', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1027', 'sound_set_52', 'Club 7', 's', '1', '1', '0.2', '1', '0', '0', '2633', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1028', 'sound_set_51', 'Club 6', 's', '1', '1', '0.2', '1', '0', '0', '2631', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1029', 'sound_set_50', 'Club 5', 's', '1', '1', '0.2', '1', '0', '0', '2632', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1030', 'sound_set_49', 'Club 4', 's', '1', '1', '0.2', '1', '0', '0', '2634', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1031', 'sound_set_48', 'Club 3', 's', '1', '1', '0.2', '1', '0', '0', '2629', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1032', 'sound_set_47', 'Club 2', 's', '1', '1', '0.2', '1', '0', '0', '2627', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1033', 'sound_set_46', 'Club 1', 's', '1', '1', '0.2', '1', '0', '0', '2630', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1034', 'sound_set_45', 'Berlin Connection', 's', '1', '1', '0.2', '1', '0', '0', '2628', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1035', 'xmas_icelamp', 'Ice Block Lantern', 's', '1', '1', '1', '1', '0', '0', '2641', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1036', 'xmas_cstl_wall', 'Snow Castle Wall', 's', '2', '1', '1', '1', '0', '0', '2646', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1037', 'xmas_cstl_twr', 'Snow Castle Tower', 's', '1', '1', '1', '1', '0', '0', '2651', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1038', 'xmas_cstl_gate', 'Snow Castle Gate', 's', '2', '1', '0.001', '1', '0', '0', '2636', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1039', 'tree7', 'Snowy Christmas Tree', 's', '1', '1', '1', '1', '0', '0', '2653', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1040', 'tree6', 'Flashy Christmas tree', 's', '1', '1', '1', '1', '0', '0', '2638', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1041', 'sound_set_54', '', 's', '1', '1', '0.2', '1', '0', '0', '2649', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1042', 'sound_set_53', 'Oh Holy Habbo', 's', '1', '1', '0.2', '1', '0', '0', '2652', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1043', 'safe_silo_pb', 'postbank Safe', 's', '1', '1', '1.3', '1', '0', '0', '2642', '1', '1', '1', '1', '1', 'vendingmachine', '0', '17', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1044', 'plant_mazegate_snow', 'Snowy Maze Gate', 's', '2', '1', '0.001', '1', '0', '0', '2640', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1045', 'plant_maze_snow', 'Snowy Maze Shrubbery', 's', '2', '1', '1', '1', '0', '0', '2635', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1046', 'christmas_sleigh', '', 's', '2', '2', '1', '1', '1', '0', '2648', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1047', 'christmas_reindeer', 'Reindeer', 's', '1', '2', '1', '1', '0', '0', '2637', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1048', 'christmas_poop', 'Reindeer Droppings', 's', '1', '1', '1', '1', '0', '0', '2654', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1049', 'exe_bardesk', 'Bar', 's', '1', '1', '1', '1', '0', '0', '2643', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1050', 'exe_chair', 'Sofa Chair', 's', '1', '1', '1', '1', '1', '0', '2647', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1051', 'exe_chair2', 'Boss Chair', 's', '1', '1', '1.2', '1', '1', '0', '2650', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1052', 'exe_corner', 'Bar Corner', 's', '1', '1', '1', '1', '0', '0', '2655', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1053', 'exe_drinks', 'Drinks Tray', 's', '1', '1', '1', '1', '0', '0', '2645', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1054', 'exe_sofa', 'Three Seat Sofa', 's', '3', '1', '1', '1', '1', '0', '2639', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1055', 'exe_table', 'Office Desk', 's', '3', '2', '1.1', '1', '0', '0', '2644', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1056', 'sound_set_59', 'RnB Grooves 5', 's', '1', '1', '0.2', '1', '0', '0', '2670', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1057', 'sound_set_58', 'RnB Grooves 4', 's', '1', '1', '0.2', '1', '0', '0', '2656', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1058', 'sound_set_57', 'RnB Grooves 3', 's', '1', '1', '0.2', '1', '0', '0', '2673', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1059', 'sound_set_56', 'RnB Grooves 2', 's', '1', '1', '0.2', '1', '0', '0', '2669', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1060', 'sound_set_55', 'RnB Grooves 1', 's', '1', '1', '0.2', '1', '0', '0', '2671', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1061', 'noob_table*1', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2687', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1062', 'noob_table*2', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2688', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1063', 'noob_table*3', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2689', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1064', 'noob_table*4', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2690', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1065', 'noob_table*5', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2691', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1066', 'noob_table*6', 'My first Habbo table', 's', '2', '2', '1', '1', '0', '0', '2692', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1067', 'noob_stool*1', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2657', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1068', 'noob_stool*2', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2658', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1069', 'noob_stool*3', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2659', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1070', 'noob_stool*4', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2660', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1071', 'noob_stool*5', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2661', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1072', 'noob_stool*6', 'My first Habbo stool', 's', '1', '1', '1', '1', '1', '0', '2662', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1073', 'noob_rug*1', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2681', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1074', 'noob_rug*2', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2682', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1075', 'noob_rug*3', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2683', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1076', 'noob_rug*4', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2684', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1077', 'noob_rug*5', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2685', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1078', 'noob_rug*6', 'My first Habbo rug', 's', '2', '3', '0', '1', '0', '1', '2686', '0', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1079', 'noob_lamp*1', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2663', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1080', 'noob_lamp*2', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2664', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1081', 'noob_lamp*3', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2665', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1082', 'noob_lamp*4', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2666', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1083', 'noob_lamp*5', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2667', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1084', 'noob_lamp*6', 'My first Habbo lamp', 's', '1', '1', '1', '1', '0', '0', '2668', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1085', 'noob_chair*1', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2675', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1086', 'noob_chair*2', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2676', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1087', 'noob_chair*3', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2677', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1088', 'noob_chair*4', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2678', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1089', 'noob_chair*5', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2679', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1090', 'noob_chair*6', 'My first Habbo chair', 's', '1', '1', '1', '1', '1', '0', '2680', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1091', 'exe_plant', 'Office Plant', 's', '1', '1', '1', '1', '0', '0', '2674', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1092', 'val_teddy*1', 'Grey Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2699', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1093', 'val_teddy*2', 'Pink Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2700', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1094', 'val_teddy*3', 'Green Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1095', 'val_teddy*4', 'Brown Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2702', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1096', 'val_teddy*5', 'Yellow Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2703', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1097', 'val_teddy*6', 'Blue Teddy Bear', 's', '1', '1', '1', '1', '1', '0', '2704', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1098', 'val_randomizer', 'Love Randomizer', 's', '4', '1', '1.4', '1', '1', '0', '2696', '1', '1', '1', '1', '1', 'loveshuffler', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1099', 'val_choco', 'Chocolate', 's', '1', '1', '1', '1', '0', '0', '2697', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1100', 'teleport_door', 'Door Teleports', 's', '1', '1', '0.1', '1', '0', '1', '2693', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1101', 'sound_set_61', 'Latin 2', 's', '1', '1', '0.2', '1', '0', '0', '2698', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1102', 'sound_set_60', 'Latin 1', 's', '1', '1', '0.2', '1', '0', '0', '2695', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1103', 'fortune', 'Magic Crystal Ball', 's', '1', '1', '1', '1', '0', '0', '2694', '1', '1', '1', '1', '1', 'dice', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1104', 'sw_table', 'Spiderwick Desk', 's', '1', '2', '1', '1', '0', '0', '2713', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1105', 'sw_raven', 'Spiderwick Raven', 's', '1', '1', '1', '1', '0', '0', '2711', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1106', 'sw_chest', 'Spiderwick Chest', 's', '1', '2', '1', '1', '0', '0', '2709', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1107', 'sand_cstl_wall', 'Sand Castle Wall', 's', '2', '1', '1', '1', '0', '0', '2710', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1108', 'sand_cstl_twr', 'Sand Castle Tower', 's', '1', '1', '1', '1', '0', '0', '2705', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1109', 'sand_cstl_gate', 'Sand Castle Gate', 's', '2', '1', '0.001', '1', '0', '0', '2712', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1110', 'grunge_candle', 'Grunge Candle', 's', '1', '1', '1', '1', '0', '0', '2708', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1111', 'grunge_bench', 'Grunge Bench', 's', '3', '1', '1', '1', '1', '0', '2707', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1112', 'grunge_barrel', 'Grunge Barrel', 's', '1', '1', '1', '1', '0', '0', '2706', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1113', 'rclr_lamp', 'Moon Lamp', 's', '1', '1', '1', '1', '0', '0', '2733', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1117', 'md_rug', 'Bubble Juice Floor', 's', '4', '4', '0', '1', '0', '1', '2727', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1118', 'jp_tray6', 'Sushi Kohada', 's', '1', '1', '1', '1', '0', '0', '2720', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1119', 'jp_tray5', 'Sushi Tamago', 's', '1', '1', '1', '1', '0', '0', '2717', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1120', 'jp_tray4', 'Sushi Uni', 's', '1', '1', '1', '1', '0', '0', '2725', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1121', 'jp_tray3', 'Sushi Ikura', 's', '1', '1', '1', '1', '0', '0', '2726', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1122', 'jp_tray2', 'Sushi Ika', 's', '1', '1', '1', '1', '0', '0', '2724', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1123', 'jp_tray1', 'Sushi Maguro', 's', '1', '1', '1', '1', '0', '0', '2715', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1124', 'arabian_teamk', 'Tea Maker', 's', '1', '1', '1', '1', '0', '0', '2716', '1', '1', '1', '1', '1', 'vendingmachine', '0', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1125', 'arabian_snake', 'Ornamental Urn', 's', '1', '1', '1', '1', '0', '0', '2732', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1126', 'arabian_rug', 'Berber Kilim Rug', 's', '3', '5', '0', '1', '0', '1', '2719', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1127', 'arabian_pllw', 'Green Blossom Pillow', 's', '1', '1', '0.8', '1', '1', '0', '2722', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1128', 'arabian_divdr', 'Carved Cedar Divider', 's', '1', '2', '1', '1', '0', '0', '2730', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1129', 'arabian_chair', 'Green Blossom Chair', 's', '1', '1', '1.2', '1', '1', '0', '2721', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1130', 'arabian_bigtb', 'Amanjena Table', 's', '3', '2', '0.8', '1', '0', '0', '2731', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1131', 'arabian_tetbl', 'Hexagonal Tea Table', 's', '1', '1', '1', '1', '0', '0', '2714', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1132', 'arabian_tray1', 'Mint Tea Tray', 's', '1', '1', '1', '1', '0', '0', '2734', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1133', 'arabian_tray2', 'Candle Tray', 's', '1', '1', '1', '1', '0', '0', '2735', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1134', 'arabian_tray3', 'Sweets Tray', 's', '1', '1', '1', '1', '0', '0', '2723', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1135', 'arabian_tray4', 'Fruits Tray', 's', '1', '1', '1', '1', '0', '0', '2728', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1136', 'sound_set_64', 'Trax Alhambra 3', 's', '1', '1', '0.2', '1', '0', '0', '2738', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1137', 'sound_set_63', 'Trax Alhambra 2', 's', '1', '1', '0.2', '1', '0', '0', '2740', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1138', 'sound_set_62', 'Trax Alhambra 1', 's', '1', '1', '0.2', '1', '0', '0', '2741', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1139', 'jukebox_ptv*1', 'Jukebox Pacha TV', 's', '1', '1', '1', '1', '0', '0', '2739', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1140', 'calippo', 'Calippo icecream machine', 's', '1', '1', '1', '1', '0', '0', '2737', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1141', 'traxsilver', 'traxsilver', 's', '1', '1', '1', '1', '0', '0', '2744', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1142', 'traxgold', 'traxgold', 's', '1', '1', '1', '1', '0', '0', '2742', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1143', 'traxbronze', 'traxbronze', 's', '1', '1', '1', '1', '0', '0', '2743', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1144', 'bench_puffet', 'bench_puffet', 's', '2', '1', '1', '1', '1', '0', '2745', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1145', 'CFC_500_goldbar', 'Gold Bar (500)', 's', '1', '1', '0.4', '1', '0', '0', '2764', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1146', 'CFC_200_moneybag', 'Sack of Coins (200)', 's', '1', '1', '1', '1', '0', '0', '2770', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1148', 'CFC_100_coin_gold', 'Gold Coin (100)', 's', '1', '1', '0.2', '1', '0', '0', '2796', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1149', 'CFC_50_coin_silver', 'Silver Coin (50)', 's', '1', '1', '0.2', '1', '0', '0', '2772', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1150', 'jp_table', 'Sushi Table', 's', '2', '2', '1', '1', '0', '0', '2749', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1151', 'jp_rare', 'Shishi Odoishi', 's', '2', '2', '1', '1', '0', '0', '2750', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1152', 'jp_katana3', 'Green Katana', 's', '1', '1', '1', '1', '0', '0', '2748', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1153', 'jp_katana2', 'Blue Katana', 's', '1', '1', '1', '1', '0', '0', '2747', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1154', 'jp_katana1', 'Red Katana', 's', '1', '1', '1', '1', '0', '0', '2751', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1156', 'tiki_waterfall', 'Tiki Waterfall', 's', '3', '2', '1', '1', '0', '0', '2757', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1157', 'tiki_tray4', '', 's', '1', '1', '1', '1', '0', '0', '2765', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1158', 'tiki_tray3', 'Tiki Tray with Fish', 's', '1', '1', '1', '1', '0', '0', '2753', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1159', 'tiki_tray2', 'Tiki Tray with Pineapple', 's', '1', '1', '1', '1', '0', '0', '2768', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1160', 'tiki_tray1', 'Tiki Tray with Fruit', 's', '1', '1', '1', '1', '0', '0', '2755', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1161', 'tiki_tray0', 'Tiki Tray Empty', 's', '1', '1', '1', '1', '0', '0', '2792', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1162', 'tiki_toucan', 'Tiki Toucan', 's', '1', '1', '1', '1', '0', '0', '2756', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1163', 'tiki_torch', 'Tiki Torch', 's', '1', '1', '1', '1', '0', '0', '2773', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1164', 'tiki_statue', 'Tiki Statue', 's', '1', '1', '1', '1', '0', '0', '2782', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1165', 'tiki_sand', 'Tiki Sand Rug', 's', '2', '2', '0', '1', '0', '1', '2798', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1166', 'tiki_parasol', 'Tiki Parasol', 's', '1', '1', '1', '1', '0', '1', '2769', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1167', 'tiki_junglerug', 'Tiki Jungle Rug', 's', '2', '2', '0', '1', '0', '1', '2781', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1168', 'tiki_corner', 'Tiki Bar Corner', 's', '1', '1', '1', '1', '0', '0', '2794', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1169', 'tiki_bflies', 'Tiki Butterflies', 's', '1', '1', '0', '1', '0', '1', '2785', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1170', 'tiki_bench', 'Tiki Bar Stool', 's', '1', '1', '1.3', '1', '1', '0', '2784', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1171', 'tiki_bardesk', 'Tiki Bar Desk', 's', '1', '1', '1', '1', '0', '0', '2795', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1172', 'tampax_rug', 'tampax_rug', 's', '3', '4', '0', '1', '0', '1', '2754', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1173', 'sound_set_70', 'Madball Trax 3', 's', '1', '1', '0.2', '1', '0', '0', '2767', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1174', 'sound_set_69', 'Madball Trax 2', 's', '1', '1', '0.2', '1', '0', '0', '2799', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1175', 'sound_set_68', 'Madball Trax 1', 's', '1', '1', '0.2', '1', '0', '0', '2793', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1176', 'sound_set_67', 'Tiki Trax Pack 3', 's', '1', '1', '0.2', '1', '0', '0', '2771', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1177', 'sound_set_66', 'Tiki Trax Pack 2', 's', '1', '1', '0.2', '1', '0', '0', '2752', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1178', 'sound_set_65', 'Tiki Trax Pack 1', 's', '1', '1', '0.2', '1', '0', '0', '2766', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1185', 'noob_plant', 'Lucky Bamboo', 's', '1', '1', '1', '1', '0', '0', '2783', '0', '1', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1197', 'jp_teamaker', 'Teamaker', 's', '1', '1', '1', '1', '0', '0', '2774', '1', '1', '1', '1', '1', 'vendingmachine', '0', '28', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1198', 'svnr_uk', 'Big Ben', 's', '1', '1', '1', '1', '0', '0', '2838', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1199', 'svnr_nl', 'Clog', 's', '1', '2', '1', '1', '1', '0', '2825', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1200', 'svnr_it', 'Gondola', 's', '2', '1', '1', '1', '1', '0', '2813', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1201', 'svnr_de', 'Garden Gnome', 's', '1', '1', '1', '1', '0', '0', '2801', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1202', 'svnr_aus', 'Koala', 's', '1', '1', '1', '1', '0', '0', '2836', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1203', 'diner_tray_7', 'Ketchup and Mustard', 's', '1', '1', '1', '1', '0', '0', '2840', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1204', 'diner_tray_6', 'Plate With Milkshakes', 's', '1', '1', '1', '1', '0', '0', '2826', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1205', 'diner_tray_5', 'Plate With Bacon', 's', '1', '1', '1', '1', '0', '0', '2815', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1206', 'diner_tray_4', 'Plate With Pancakes', 's', '1', '1', '1', '1', '0', '0', '2800', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1207', 'diner_tray_3', 'Plate With Spaghetti', 's', '1', '1', '1', '1', '0', '0', '2841', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1208', 'diner_tray_2', 'Plate With Steak', 's', '1', '1', '1', '1', '0', '0', '2802', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1209', 'diner_tray_1', 'Plate With Hamburger', 's', '1', '1', '1', '1', '0', '0', '2839', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1210', 'diner_tray_0', 'Empty Plate', 's', '1', '1', '0.1', '1', '0', '0', '2837', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1211', 'diner_sofa_2*1', 'Aquamarine Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2804', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1212', 'diner_sofa_2*2', 'Pink Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2805', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1213', 'diner_sofa_2*3', 'Black Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2806', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1214', 'diner_sofa_2*4', 'White Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2807', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1215', 'diner_sofa_2*5', 'Beige Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2808', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1216', 'diner_sofa_2*6', 'Blue Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2809', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1217', 'diner_sofa_2*7', 'Green Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2810', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1218', 'diner_sofa_2*8', 'Yellow Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2811', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1219', 'diner_sofa_2*9', 'Red Sofa 2', 's', '1', '1', '1', '1', '1', '0', '2812', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1220', 'diner_shaker', 'Diner Shaker', 's', '1', '1', '1', '1', '0', '0', '2814', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1221', 'diner_rug', 'Diner Rug', 's', '2', '2', '0', '1', '0', '1', '2803', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1222', 'diner_gumvendor*1', 'Aquamarine Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2827', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1223', 'diner_gumvendor*2', 'Pink Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2828', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1224', 'diner_gumvendor*3', 'Black Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2829', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1225', 'diner_gumvendor*4', 'White Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2830', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1226', 'diner_gumvendor*5', 'Beige Gumball Machine', 's', '1', '1', '1', '1', '0', '0', '2831', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1227', 'diner_gumvendor*6', 'Blue Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2832', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1228', 'diner_gumvendor*7', 'Green Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2833', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1229', 'diner_gumvendor*8', 'Yellow Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2834', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1230', 'diner_gumvendor*9', 'Red Gum Machine', 's', '1', '1', '1', '1', '0', '0', '2835', '1', '1', '1', '1', '1', 'vendingmachine', '1', '67,68,69', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1231', 'diner_cashreg*1', 'Aquamarine Register', 's', '1', '1', '1', '1', '0', '0', '2816', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1232', 'diner_cashreg*2', 'Pink Register', 's', '1', '1', '1', '1', '0', '0', '2817', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1233', 'diner_cashreg*3', 'Black Register', 's', '1', '1', '1', '1', '0', '0', '2818', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1234', 'diner_cashreg*4', 'White Register', 's', '1', '1', '1', '1', '0', '0', '2819', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1235', 'diner_cashreg*5', 'Beige Register', 's', '1', '1', '1', '1', '0', '0', '2820', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1236', 'diner_cashreg*6', 'Blue Register', 's', '1', '1', '1', '1', '0', '0', '2821', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1237', 'diner_cashreg*7', 'Green Register', 's', '1', '1', '1', '1', '0', '0', '2822', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1238', 'diner_cashreg*8', 'Yellow Register', 's', '1', '1', '1', '1', '0', '0', '2823', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1239', 'diner_cashreg*9', 'Red Register', 's', '1', '1', '1', '1', '0', '0', '2824', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1240', 'diner_table_2*1', 'Aquamarine Table', 's', '3', '2', '1', '1', '0', '0', '2879', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1241', 'diner_table_2*2', 'Pink Table', 's', '3', '2', '1', '1', '0', '0', '2880', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1242', 'diner_table_2*3', 'Black Table', 's', '3', '2', '1', '1', '0', '0', '2881', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1243', 'diner_table_2*4', 'White Table', 's', '3', '2', '1', '1', '0', '0', '2882', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1244', 'diner_table_2*5', 'Beige Table', 's', '3', '2', '1', '1', '0', '0', '2883', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1245', 'diner_table_2*6', 'Blue Table', 's', '3', '2', '1', '1', '0', '0', '2884', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1246', 'diner_table_2*7', 'Green Table', 's', '3', '2', '1', '1', '0', '0', '2885', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1247', 'diner_table_2*8', 'Yellow Table', 's', '3', '2', '1', '1', '0', '0', '2886', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1248', 'diner_table_2*9', 'Red Table', 's', '3', '2', '1', '1', '0', '0', '2887', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1249', 'diner_table_1*1', 'Aquamarine Booth Table', 's', '2', '2', '1', '1', '0', '0', '2897', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1250', 'diner_table_1*2', 'Pink Booth Table', 's', '2', '2', '1', '1', '0', '0', '2898', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1251', 'diner_table_1*3', 'Black Booth Table', 's', '2', '2', '1', '1', '0', '0', '2899', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1252', 'diner_table_1*4', 'White Booth Table', 's', '2', '2', '1', '1', '0', '0', '2900', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1253', 'diner_table_1*5', 'Beige Booth Table', 's', '2', '2', '1', '1', '0', '0', '2901', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1254', 'diner_table_1*6', 'Blue Booth Table', 's', '2', '2', '1', '1', '0', '0', '2902', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1255', 'diner_table_1*7', 'Green Booth Table', 's', '2', '2', '1', '1', '0', '0', '2903', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1256', 'diner_table_1*8', 'Yellow Booth Table', 's', '2', '2', '1', '1', '0', '0', '2904', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1257', 'diner_table_1*9', 'Red Booth Table', 's', '2', '2', '1', '1', '0', '0', '2905', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1258', 'diner_sofa_1*1', 'Aquamarine Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2888', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1259', 'diner_sofa_1*2', 'Pink Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2889', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1260', 'diner_sofa_1*3', 'Black Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2890', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1261', 'diner_sofa_1*4', 'White Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2891', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1262', 'diner_sofa_1*5', 'Beige Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2892', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1263', 'diner_sofa_1*6', 'Blue Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2893', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1264', 'diner_sofa_1*7', 'Green Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2894', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1265', 'diner_sofa_1*8', 'Yellow Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2895', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1266', 'diner_sofa_1*9', 'Red Sofa 1', 's', '1', '1', '1', '1', '1', '0', '2896', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1267', 'diner_chair*1', 'Aquamarine Stool', 's', '1', '1', '1.4', '1', '1', '0', '2861', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1268', 'diner_chair*2', 'Pink Stool', 's', '1', '1', '1.4', '1', '1', '0', '2862', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1269', 'diner_chair*3', 'Black Stool', 's', '1', '1', '1.4', '1', '1', '0', '2863', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1270', 'diner_chair*4', 'White Stool', 's', '1', '1', '1.4', '1', '1', '0', '2864', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1271', 'diner_chair*5', 'Beige Stool', 's', '1', '1', '1.4', '1', '1', '0', '2865', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1272', 'diner_chair*6', 'Blue Stool', 's', '1', '1', '1.4', '1', '1', '0', '2866', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1273', 'diner_chair*7', 'Green Stool', 's', '1', '1', '1.4', '1', '1', '0', '2867', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1274', 'diner_chair*8', 'Yellow Stool', 's', '1', '1', '1.4', '1', '1', '0', '2868', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1275', 'diner_chair*9', 'Red Stool', 's', '1', '1', '1.4', '1', '1', '0', '2869', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1276', 'diner_bardesk_gate*1', 'Aquamarine Gate', 's', '1', '1', '0.001', '1', '0', '0', '2842', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1277', 'diner_bardesk_gate*2', 'Pink Gate', 's', '1', '1', '0.001', '1', '0', '0', '2843', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1278', 'diner_bardesk_gate*3', 'Black Gate', 's', '1', '1', '0.001', '1', '0', '0', '2844', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1279', 'diner_bardesk_gate*4', 'White Gate', 's', '1', '1', '0.001', '1', '0', '0', '2845', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1280', 'diner_bardesk_gate*5', 'Beige Gate', 's', '1', '1', '0.001', '1', '0', '0', '2846', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1281', 'diner_bardesk_gate*6', 'Blue Gate', 's', '1', '1', '0.001', '1', '0', '0', '2847', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1282', 'diner_bardesk_gate*7', 'Green Gate', 's', '1', '1', '0.001', '1', '0', '0', '2848', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1283', 'diner_bardesk_gate*8', 'Yellow Gate', 's', '1', '1', '0.001', '1', '0', '0', '2849', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1284', 'diner_bardesk_gate*9', 'Red Gate', 's', '1', '1', '0.001', '1', '0', '0', '2850', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1285', 'diner_bardesk_corner*1', 'Aquamarine Corner', 's', '1', '1', '1', '1', '0', '0', '2870', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1286', 'diner_bardesk_corner*2', 'Pink Corner', 's', '1', '1', '1', '1', '0', '0', '2871', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1287', 'diner_bardesk_corner*3', 'Black Corner', 's', '1', '1', '1', '1', '0', '0', '2872', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1288', 'diner_bardesk_corner*4', 'White Corner', 's', '1', '1', '1', '1', '0', '0', '2873', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1289', 'diner_bardesk_corner*6', 'Blue Corner', 's', '1', '1', '1', '1', '0', '0', '2875', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1290', 'diner_bardesk_corner*7', 'Green Corner', 's', '1', '1', '1', '1', '0', '0', '2876', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1291', 'diner_bardesk_corner*8', 'Yellow Corner', 's', '1', '1', '1', '1', '0', '0', '2877', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1292', 'diner_bardesk_corner*9', 'Red Corner', 's', '1', '1', '1', '1', '0', '0', '2878', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1293', 'diner_bardesk*1', 'Aquamarine Bar', 's', '1', '1', '1', '1', '0', '0', '2851', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1294', 'diner_bardesk*2', 'Pink Bar', 's', '1', '1', '1', '1', '0', '0', '2852', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1295', 'diner_bardesk*3', 'Black Bar', 's', '1', '1', '1', '1', '0', '0', '2853', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1296', 'diner_bardesk*4', 'White Bar', 's', '1', '1', '1', '1', '0', '0', '2854', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1297', 'diner_bardesk*5', 'Beige Bar', 's', '1', '1', '1', '1', '0', '0', '2855', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1298', 'diner_bardesk*6', 'Blue Bar', 's', '1', '1', '1', '1', '0', '0', '2856', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1299', 'diner_bardesk*7', 'Green Bar', 's', '1', '1', '1', '1', '0', '0', '2857', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1300', 'diner_bardesk*8', 'Yellow Bar', 's', '1', '1', '1', '1', '0', '0', '2858', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1301', 'diner_bardesk*9', 'Red Bar', 's', '1', '1', '1', '1', '0', '0', '2859', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1302', 'ads_dave_cns', 'ads_dave_cns', 's', '1', '1', '1', '1', '0', '0', '2860', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1303', 'easy_carpet', 'easy_carpet name', 's', '4', '4', '0', '1', '0', '1', '2911', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1304', 'easy_bowl2', 'easy_bowl2', 's', '1', '1', '1', '1', '0', '0', '2907', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1305', 'greek_corner', 'Greek Corner', 's', '1', '1', '3', '1', '0', '0', '2910', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1306', 'greek_gate', 'Greek Gate', 's', '2', '1', '0', '1', '0', '0', '2908', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1307', 'greek_pillars', 'Greek Pillar', 's', '2', '1', '3', '1', '0', '0', '2909', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1308', 'greek_seat', 'Greek Seat', 's', '1', '1', '0.5', '1', '1', '0', '2906', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1312', 'greek_block', 'greek_block', 's', '2', '1', '0.5', '1', '0', '0', '2915', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1313', 'hcc_table', 'HC Table', 's', '1', '2', '1', '1', '0', '0', '2923', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1314', 'hcc_shelf', 'HC Shelf', 's', '1', '2', '1', '1', '0', '0', '2917', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1315', 'hcc_sofa', 'HC Sofa', 's', '2', '1', '1.2', '1', '1', '0', '2921', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1316', 'hcc_minibar', 'HC Minibar', 's', '1', '1', '1', '1', '0', '0', '2924', '1', '1', '1', '1', '1', 'vendingmachine', '0', '24', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1317', 'hcc_chair', 'HC Chair', 's', '1', '1', '1', '1', '1', '0', '2919', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1318', 'det_divider', 'Crime Divider', 's', '2', '1', '0.001', '1', '0', '1', '2918', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1319', 'netari_carpet', 'netari_carpet', 's', '3', '5', '0', '1', '0', '1', '2916', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1320', 'det_body', 'Chalk Outline', 's', '2', '3', '0', '1', '0', '1', '2922', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1321', 'hcc_stool', 'HC Stool', 's', '1', '1', '1.2', '1', '1', '0', '2920', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1322', 'hcc_sofachair', 'HC Sofa Chair', 's', '1', '1', '1.2', '1', '1', '0', '2925', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1323', 'hcc_crnr', 'HC Corner', 's', '1', '1', '1', '1', '0', '0', '2926', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1324', 'hcc_dvdr', 'HC Divider', 's', '2', '1', '1', '1', '0', '0', '2927', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1325', 'sob_carpet', 'Bobba Carpet', 's', '3', '5', '0', '1', '0', '1', '2928', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1326', 'igor_seat', 'Hump Massaging Chair', 's', '1', '1', '1.2', '1', '1', '0', '2929', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1327', 'ads_igorbrain', 'The Brain', 's', '1', '1', '1', '1', '0', '0', '2936', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1328', 'ads_igorswitch', 'The Switch', 's', '1', '1', '1', '1', '0', '0', '2934', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1329', 'ads_711*1', 'Lime Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '2930', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1330', 'ads_711*2', 'Cherry Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '2931', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1331', 'ads_711*3', 'Blueberry Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '2932', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1332', 'ads_711*4', 'Grape Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '2933', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1333', 'ads_igorraygun', 'Ray Gun', 's', '1', '2', '1', '1', '0', '0', '2935', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1334', 'hween08_sink', 'Bloody Sink', 's', '1', '1', '1', '1', '0', '0', '2944', '1', '1', '1', '1', '1', 'vendingmachine', '0', '29', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1335', 'hween08_curtain', 'Bloody Hospital Curtain', 's', '3', '1', '1', '1', '0', '0', '2942', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1336', 'hween08_bath', 'Bloody Bathtub', 's', '1', '2', '1', '1', '1', '0', '2948', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1337', 'hween08_defibs', 'Bloody Defibrilator', 's', '1', '1', '1', '1', '0', '0', '2938', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1338', 'hween08_bbag', 'Bodybag', 's', '1', '3', '1.3', '1', '0', '0', '2943', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1339', 'hween08_curtain2', 'Gooey Hospital Curtain', 's', '3', '1', '1', '1', '0', '0', '2949', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1340', 'hween08_defibs2', 'Gooey Defibrilator', 's', '1', '1', '1', '1', '0', '0', '2939', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1341', 'hween08_bed', 'Bloody Hospital Bed', 's', '1', '3', '2', '1', '0', '0', '2945', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1342', 'hween08_sink2', 'Gooey Sink', 's', '1', '1', '1', '1', '0', '0', '2940', '1', '1', '1', '1', '1', 'vendingmachine', '0', '30', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1343', 'hween08_bed2', 'Gooey Hospital Bed', 's', '1', '3', '1.8', '1', '0', '0', '2937', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1344', 'hween08_bath2', 'Gooey Bathtub', 's', '1', '2', '1', '1', '1', '0', '2947', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1345', 'hween08_manhole', 'Manhole', 's', '1', '1', '0.001', '1', '0', '1', '2946', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1346', 'hween08_trll', 'Hospital Trolley', 's', '1', '1', '1', '1', '0', '0', '2941', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1347', 'party_table', 'Neon Table', 's', '1', '1', '1', '1', '0', '0', '2956', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1348', 'party_discol', 'Party Spotlight', 's', '1', '1', '1', '1', '0', '0', '2963', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1349', 'party_block2', 'Large Stage', 's', '2', '2', '0.7', '1', '0', '1', '2950', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1350', 'party_barcorn', 'Party Corner', 's', '1', '1', '1', '1', '0', '0', '2957', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1351', 'party_chair', 'Neon Chair', 's', '1', '1', '1.3', '1', '1', '0', '2960', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1352', 'party_block', 'Small Stage', 's', '1', '1', '0.9', '1', '0', '1', '2959', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1353', 'party_ravel', 'Laser', 's', '1', '1', '1', '1', '0', '0', '2965', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1354', 'party_tube_lava', 'Lava Lamp', 's', '1', '1', '1', '1', '0', '0', '2966', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1355', 'party_tray', 'Party Tray', 's', '1', '1', '1', '1', '0', '0', '2955', '1', '1', '1', '1', '1', 'vendingmachine', '0', '31', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1356', 'party_djtable', 'DJ Table', 's', '1', '2', '1', '1', '0', '0', '2954', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1357', 'party_floor', 'Dance Floor', 's', '2', '2', '0', '1', '0', '1', '2958', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1358', 'party_ball', 'Disco Ball', 's', '1', '1', '0', '1', '0', '1', '2964', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1359', 'party_tube_bubble', 'Bubble Lamp', 's', '1', '1', '1', '1', '0', '0', '2951', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1360', 'party_mic', 'Microphone', 's', '1', '1', '1', '1', '0', '0', '2953', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1361', 'party_beamer', 'Beamer', 's', '1', '1', '1', '1', '0', '0', '2961', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1362', 'party_bardesk', 'Party Bar', 's', '1', '1', '1', '1', '0', '0', '2962', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1363', 'party_seat', 'Party Chair', 's', '1', '1', '1.1', '1', '1', '0', '2952', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1364', 'xmas08_snowpl', 'Snow Seat', 's', '1', '1', '1', '1', '1', '0', '3005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1365', 'penguin_basic', 'Emperor Penguin', 's', '1', '1', '1', '1', '0', '0', '2977', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1366', 'xmas08_trph1', 'Penguin Gift', 's', '1', '1', '1', '1', '0', '0', '2972', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1367', 'penguin_musketeer', 'Musketeer Penguin', 's', '1', '1', '1', '1', '0', '0', '2995', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1368', 'xmas08_table', 'Icy Table', 's', '2', '2', '1', '1', '0', '0', '3009', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1369', 'xmas08_hottub', 'Hot Tub', 's', '2', '2', '1', '1', '1', '0', '2986', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1370', 'penguin_wrestler', 'Luchador Penguin', 's', '1', '1', '1', '1', '0', '0', '2990', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1371', 'fx_explosion', 'Explosion', 's', '1', '1', '1', '1', '0', '1', '3011', '0', '0', '1', '0', '1', 'rentals', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1372', 'penguin_robot', 'Robot Penguin', 's', '1', '1', '1', '1', '0', '0', '2969', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1373', 'xmas08_icetree', 'Icy Xmas Tree', 's', '1', '1', '1', '1', '0', '0', '2967', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1374', 'campfire', 'Campfire', 's', '1', '1', '1', '1', '0', '0', '2974', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1375', 'xmas08_icerug', '', 's', '2', '2', '0', '1', '0', '1', '3002', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1376', 'penguin_suit', 'Executive Penguin', 's', '1', '1', '1', '1', '0', '0', '3008', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1377', 'svnr_fi', 'Finnish sauna', 's', '1', '1', '1', '1', '0', '0', '2991', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1378', 'xmas_snow', 'Snow Storm', 's', '2', '2', '0', '1', '0', '1', '2982', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1379', 'penguin_icehockey', 'Hockey Penguin', 's', '1', '1', '1', '1', '0', '0', '2988', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1380', 'penguin_pilot', 'Pilot Penguin', 's', '1', '1', '1', '1', '0', '0', '3007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1381', 'penguin_ballet', 'Ballerina Penguin', 's', '1', '1', '1', '1', '0', '0', '2996', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1382', 'sound_set_71', 'Sound set 71', 's', '1', '1', '0.2', '1', '0', '0', '3000', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1383', 'penguin_boxer', 'Boxer Penguin', 's', '1', '1', '1', '1', '0', '0', '2979', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1384', 'penguin_glow', 'Fluorescent Penguin', 's', '1', '1', '1', '1', '0', '0', '2993', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1385', 'penguin_swim', 'Summer Penguin', 's', '1', '1', '1', '1', '0', '0', '2984', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1386', 'penguin_sumo', 'Sumo Penguin', 's', '1', '1', '1', '1', '0', '0', '2994', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1387', 'xmas08_geysir', 'Geyser', 's', '2', '2', '1', '1', '0', '0', '2985', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1388', 'penguin_clown', 'Clown Penguin', 's', '1', '1', '1', '1', '0', '0', '2989', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1389', 'penguin_infected', 'Infected Penguin', 's', '1', '1', '1', '1', '0', '0', '2983', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1390', 'fx_flare', 'Flare', 's', '1', '1', '1', '1', '0', '1', '3013', '0', '0', '1', '0', '1', 'rentals', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1391', 'xmas08_lantern', 'Icy Lantern', 's', '1', '1', '1', '1', '0', '0', '2968', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1392', 'xmas08_chair', '', 's', '1', '1', '1', '1', '1', '0', '3001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1393', 'penguin_super', 'Superhero Penguin', 's', '1', '1', '1', '1', '0', '0', '2998', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1394', 'xmas08_telep', 'Icy Teleport', 's', '1', '1', '0.001', '1', '0', '0', '2978', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1395', 'xmas08_cubetree', 'Cube Tree', 's', '1', '1', '1', '1', '0', '0', '3006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1396', 'penguin_rock', 'Disco Penguin', 's', '1', '1', '1', '1', '0', '0', '3010', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1397', 'xmas08_dvdr1', 'Icy Divider', 's', '2', '1', '1', '1', '0', '0', '2992', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1398', 'xmas08_hole', 'Fish Hole', 's', '1', '1', '1', '1', '0', '0', '2980', '1', '1', '1', '1', '1', 'vendingmachine', '0', '34', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1399', 'penguin_ski', 'Ski Penguin', 's', '1', '1', '1', '1', '0', '0', '2981', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1400', 'penguin_skater', 'Skater Penguin', 's', '1', '1', '1', '1', '0', '0', '2973', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1401', 'xmas08_dvdr2', 'Icy Divider Corner', 's', '1', '1', '1', '1', '0', '0', '2970', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1402', 'penguin_elf', 'Christmas Penguin', 's', '1', '1', '1', '1', '0', '0', '2971', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1403', 'penguin_bunny', 'Bunny Penguin', 's', '1', '1', '1', '1', '0', '0', '2975', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1404', 'penguin_ninja', 'Ninja Penguin', 's', '1', '1', '1', '1', '0', '0', '2976', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1405', 'penguin_magician', 'Magic Penguin', 's', '1', '1', '1', '1', '0', '0', '2997', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1406', 'penguin_hunchback', 'Beautiful Penguin', 's', '1', '1', '1', '1', '0', '0', '3003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1407', 'penguin_cowboy', 'Cowboy Penguin', 's', '1', '1', '1', '1', '0', '0', '2987', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1408', 'penguin_punk', 'Punk Penguin', 's', '1', '1', '1', '1', '0', '0', '3004', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1409', 'penguin_pirate', 'Pirate Penguin', 's', '1', '1', '1', '1', '0', '0', '2999', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1410', 'ads_ob_pillow', 'OB Pillow', 's', '1', '1', '1', '1', '1', '0', '3018', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1411', 'lostc_merdragon', 'The Leviatha', 's', '1', '3', '1', '1', '0', '0', '3016', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1412', 'ads_cldesk', 'Idea Agency Desk', 's', '2', '2', '1', '1', '0', '0', '3017', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1413', 'xmas08_trph2', 'Eco Friendly Penguin', 's', '1', '1', '1', '1', '0', '0', '3015', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1414', 'ads_cltele', 'Idea Agency Teleporter', 's', '1', '1', '0.001', '1', '0', '0', '3014', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1415', 'ads_clfloor', 'Childline Rug', 's', '3', '5', '0', '1', '0', '1', '3019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1417', 'ads_mall_tele', 'Mall tele-door', 's', '1', '1', '0.001', '1', '0', '1', '3020', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1418', 'china_moongt', 'Moongate', 's', '1', '3', '0.001', '1', '0', '0', '3024', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1419', 'bolly_lotus_pool', 'Lotus Pool', 's', '2', '2', '0', '1', '0', '0', '3022', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1420', 'china_ox', 'Ox Statue', 's', '1', '1', '1', '1', '0', '0', '3025', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1422', 'bolly_petals', 'Petals', 's', '2', '2', '0', '1', '0', '1', '3026', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1423', 'bolly_tree', 'Palm Tree', 's', '1', '1', '1', '1', '0', '0', '3042', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1424', 'bolly_swing', 'Swing', 's', '2', '1', '1.5', '1', '1', '0', '3037', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1425', 'bolly_pillow', 'Pillow', 's', '1', '1', '0.8', '1', '1', '0', '3030', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1426', 'bolly_corner', 'Corner', 's', '1', '1', '1', '1', '0', '0', '3031', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1427', 'bolly_phant', 'Elephant Minibar', 's', '1', '1', '1', '1', '0', '0', '3033', '1', '1', '1', '1', '1', 'vendingmachine', '0', '35', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1428', 'bolly_monkey_lamp', 'Monkey Lamp', 's', '1', '1', '1', '1', '0', '0', '3036', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1429', 'bolly_drapeb', 'Green Curtain', 's', '3', '1', '0.001', '1', '0', '0', '3040', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1430', 'planet_of_love', 'Planet of Love', 's', '1', '1', '1', '1', '0', '1', '3044', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1431', 'bolly_lamp', 'Chandelier', 's', '1', '1', '1', '1', '0', '1', '3041', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1432', 'bolly_desk', 'Desk', 's', '2', '1', '1', '1', '0', '0', '3034', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1433', 'bolly_vase', 'Vase of Flowers', 's', '1', '1', '1', '1', '0', '0', '3043', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1019', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1434', 'bolly_tile2', 'Basic Floor Tile', 's', '2', '2', '0.1', '1', '0', '1', '3027', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1435', 'bolly_table', 'Large square table', 's', '2', '2', '1', '1', '0', '0', '3035', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1436', 'bolly_drapec', 'Yellow Curtain', 's', '3', '1', '0.001', '1', '0', '0', '3032', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1437', 'bolly_fountain', 'Fountain', 's', '2', '2', '1', '1', '0', '0', '3029', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1439', 'bolly_tile1', 'Ornamental Floor Tile', 's', '2', '2', '0.1', '1', '0', '1', '3028', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1440', 'bolly_drapea', 'Pink Curtain', 's', '3', '1', '0.001', '1', '0', '0', '3038', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1441', 'ads_idol_floor1', 'American Idol Floor Tile 1', 's', '2', '2', '0', '1', '0', '1', '3045', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1442', 'ads_igor_dsk', 'Evil Genius Desk', 's', '2', '1', '1', '1', '0', '0', '3049', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1443', 'ads_idol_desk', 'American Idol Judge Desk', 's', '1', '4', '1', '1', '0', '0', '3050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1444', 'ads_idol_ch', 'American Idol Judge Chair', 's', '1', '1', '1.2', '1', '1', '0', '3051', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1445', 'ads_igor_flask', 'Flask', 's', '1', '1', '1', '1', '0', '0', '3046', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1446', 'ads_idol_drape', 'American Idol Curtain', 's', '3', '1', '0.001', '1', '0', '0', '3048', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1447', 'ads_idol_floor2', 'American Idol Floor Tile 2', 's', '2', '2', '0', '1', '0', '1', '3047', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1448', 'lostc_octopus', 'Iku-Turso', 's', '1', '2', '1', '1', '0', '0', '3052', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1449', 'lc_tile1', 'Marble Floor Tile', 's', '2', '2', '0', '1', '0', '1', '3076', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1450', 'lc_medusa2', 'Jellyfish Lamp', 's', '1', '1', '1', '1', '0', '0', '3073', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1451', 'lc_crab2', 'Clawford C. Crabbington III', 's', '1', '1', '1', '1', '0', '0', '3068', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1452', 'lostc_teleport', 'Architeuthis', 's', '1', '1', '0.001', '1', '0', '1', '3071', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1453', 'ads_idol_piano', 'American Idol Piano', 's', '2', '2', '1', '1', '0', '0', '3058', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1454', 'lc_coral_divider_hi', 'Large Coral Divider', 's', '2', '1', '1', '1', '0', '0', '3078', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1455', 'ads_711shelf', '7-11 Cooler', 's', '1', '2', '1', '1', '0', '0', '3066', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1456', 'lc_tubes_corners', 'Tube Corner', 's', '1', '1', '1', '1', '0', '0', '3072', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1457', 'lc_table', 'Wood Table', 's', '2', '2', '1', '1', '0', '0', '3067', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1458', 'lc_tile2', 'Cobbled Stones', 's', '2', '2', '0.1', '1', '0', '1', '3069', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1459', 'lc_anemone', 'Anemone', 's', '1', '1', '1', '1', '0', '0', '3074', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1460', 'lc_coral_divider_low', 'Coral Divider', 's', '2', '1', '1', '1', '0', '0', '3077', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1461', 'lc_glass_floor', 'Ocean Floor Window', 's', '2', '3', '0', '1', '0', '1', '3060', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1462', 'lc_medusa1', 'Large Jellyfish Lamp', 's', '1', '1', '1', '1', '0', '0', '3064', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1463', 'lc_crab1', 'Crab Patch', 's', '2', '2', '1', '1', '0', '0', '3062', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1464', 'ads_idol_jukebox*1', 'American Idol Jukebox', 's', '1', '1', '1', '1', '0', '0', '3059', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1465', 'ads_idol_pchair', 'American Idol Piano Chair', 's', '1', '1', '1', '1', '1', '0', '3056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1466', 'lc_tubes_straight', 'Water Tubes', 's', '1', '1', '1', '1', '0', '0', '3065', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1467', 'ads_idol_audChr', 'American Idol Audience Chair', 's', '1', '1', '1', '1', '1', '0', '3057', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1468', 'ads_idol_trax', 'American Idol Trax Machine', 's', '1', '1', '1', '1', '0', '0', '3055', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1469', 'ads_idol_tele', 'American Idol Star Teleport', 's', '1', '1', '0.001', '1', '0', '1', '3053', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1470', 'lc_corner', 'Bar Corner', 's', '1', '1', '1', '1', '0', '0', '3075', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1471', 'lc_stool', 'Wood Stool', 's', '1', '1', '1', '1', '1', '0', '3063', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1472', 'lc_chair', 'Wood Chair', 's', '1', '1', '1', '1', '1', '0', '3061', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1473', 'lc_desk', 'Bar Desk', 's', '2', '1', '1', '1', '0', '0', '3070', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1474', 'ads_idol_mic', 'American Idol Microphone', 's', '1', '1', '1', '1', '0', '0', '3054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1475', 'ads_idol_hotspot', 'Hot Spot & Scoreboard', 's', '1', '1', '0.2', '1', '0', '0', '3080', '1', '1', '1', '1', '1', 'default', '103', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1476', 'ads_idol_clRack', 'Clothes Rack', 's', '3', '1', '1', '1', '0', '0', '3079', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1477', 'ads_idol_voting_ch', 'Voting Chair', 's', '1', '1', '1.2', '1', '1', '0', '3081', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1478', 'ecotron_box', 'Furni-Matic Box', 's', '1', '1', '1', '1', '0', '0', '3095', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1479', 'eco_light2', 'Eco Light 2', 's', '1', '1', '1', '1', '0', '1', '3082', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1480', 'eco_chair3', 'Eco Stool 3', 's', '1', '1', '1.4', '1', '1', '0', '3094', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1481', 'eco_table3', 'Eco Coffee Table 3', 's', '2', '2', '1', '1', '0', '0', '3086', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1482', 'eco_lamp2', 'Eco Lamp 2', 's', '1', '1', '1', '1', '0', '0', '3092', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1483', 'eco_sofa3', 'Eco Armchair 3', 's', '1', '1', '1', '1', '1', '0', '3088', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1484', 'eco_table2', 'Eco Coffee Table 2', 's', '2', '2', '1', '1', '0', '0', '3089', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1485', 'eco_fruits2', 'Fruit Bowl 2', 's', '1', '1', '1', '1', '0', '0', '3102', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1486', 'eco_sofa1', 'Eco Armchair 1', 's', '1', '1', '1', '1', '1', '0', '3096', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1487', 'eco_fruits3', 'Fruit Bowl 3', 's', '1', '1', '1', '1', '0', '0', '3104', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1488', 'eco_light1', 'Eco Light 1', 's', '1', '1', '1', '1', '0', '1', '3098', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1489', 'eco_tree1', 'Orange Tree', 's', '1', '1', '1', '1', '0', '0', '3093', '0', '1', '1', '1', '1', 'vendingmachine', '1', '36', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1490', 'eco_cactus2', 'Potted Cactus 2', 's', '1', '1', '1', '1', '0', '0', '3105', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1491', 'ads_frankb', 'Talk To FRANK Brain Lamp', 's', '1', '1', '1', '1', '0', '0', '3111', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1492', 'bump_signs', 'Road Signs', 's', '1', '1', '1', '1', '0', '0', '3090', '1', '1', '1', '0', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1493', 'eco_cactus1', 'Potted Cactus 1', 's', '1', '1', '1', '1', '0', '0', '3083', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1494', 'eco_chair2', 'Eco Stool 2', 's', '1', '1', '1', '1', '1', '0', '3106', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1495', 'eco_cactus3', 'Potted Cactus 3', 's', '1', '1', '1', '1', '0', '0', '3085', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1496', 'bump_tires', 'Bumper Tires', 's', '1', '1', '0.8', '1', '0', '0', '3101', '1', '1', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1497', 'bump_lights', 'Traffic Lights', 's', '1', '1', '1', '1', '0', '0', '3103', '1', '1', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1498', 'eco_lamp3', 'Eco Lamp 3', 's', '1', '1', '1', '1', '0', '0', '3091', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1499', 'eco_table1', 'Eco Coffee Table 1', 's', '2', '2', '1', '1', '0', '0', '3099', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1500', 'eco_chair1', 'Eco Stool 1', 's', '1', '1', '1.4', '1', '1', '0', '3084', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1501', 'eco_sofa2', 'Eco Armchair 2', 's', '1', '1', '1', '1', '1', '0', '3100', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1502', 'bump_road', 'Road', 's', '2', '2', '0', '1', '0', '1', '3110', '1', '1', '1', '0', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1503', 'eco_fruits1', 'Fruit Bowl 1', 's', '1', '1', '1', '1', '0', '0', '3107', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1504', 'eco_lamp1', 'Eco Lamp 1', 's', '1', '1', '1', '1', '0', '0', '3097', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1505', 'eco_light3', 'Eco Light 3', 's', '1', '1', '1', '1', '0', '1', '3108', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1506', 'eco_tree2', 'Pear Tree', 's', '1', '1', '1', '1', '0', '0', '3109', '0', '1', '1', '1', '1', 'vendingmachine', '1', '38', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1507', 'totem_leg', 'Sacred Fire', 's', '1', '1', '1.2', '1', '0', '0', '3113', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1508', 'ads_grefusa_cactus', 'ads_grefusa_cactus name', 's', '1', '1', '1', '1', '0', '0', '3112', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1509', 'ads_idol_tube', 'Tube Light', 's', '1', '1', '2.5', '1', '0', '0', '3126', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1510', 'exe_light', 'Light', 's', '1', '1', '0', '1', '0', '1', '3122', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1511', 'ads_idol_cork', 'Cubicle Partition', 's', '3', '1', '1', '1', '0', '0', '3120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1513', 'env_grass', 'Grass Patch', 's', '2', '2', '0', '1', '0', '1', '3129', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1514', 'env_tree3', 'Linden Stool', 's', '1', '1', '1', '1', '1', '0', '3125', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1515', 'env_bushes', 'Bush Divider', 's', '1', '2', '1', '1', '0', '0', '3115', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1516', 'env_bushes_gate', 'Bush Gate Divider', 's', '1', '2', '0.001', '1', '0', '0', '3128', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1517', 'exe_gate', 'Gate', 's', '1', '1', '0.001', '1', '0', '0', '3119', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1518', 'ads_idol_newsDsk', 'News Reporter Desk', 's', '2', '2', '1', '1', '0', '0', '3116', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1519', 'env_tree1', 'Beech Stool', 's', '1', '1', '1.4', '1', '1', '0', '3117', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1520', 'env_tree2', 'Tree Stool 2', 's', '1', '1', '1.1', '1', '1', '0', '3123', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1521', 'exe_cubelight', 'Cubelight', 's', '1', '1', '1', '1', '0', '0', '3121', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1522', 'env_tree4', 'Friendship Tree', 's', '2', '2', '0', '0', '0', '1', '3118', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1523', 'exe_artlamp', 'Art Lamp', 's', '1', '1', '1', '1', '0', '0', '3114', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1524', 'ads_idol_ichair', 'Interview Chair', 's', '1', '1', '1.4', '1', '1', '0', '3124', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1525', 'tray_cake', 'Elegant Party Cake', 's', '1', '1', '1', '1', '0', '0', '3133', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1526', 'ads_reebok_block2', 'ads_reebok_block2', 's', '2', '2', '0.8', '1', '0', '1', '3132', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1527', 'ads_malaco_rug', 'ads_malaco_rug_name', 's', '3', '3', '0', '1', '0', '1', '3135', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1528', 'tray_champagne', 'Beverage Tray', 's', '1', '1', '1', '1', '0', '0', '3134', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1529', 'tray_glasstower', 'Beverage Tower', 's', '1', '1', '1', '1', '0', '0', '3130', '1', '1', '1', '1', '1', 'vendingmachine', '0', '40', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1530', 'ads_malaco_gu', 'ads_malaco_gu', 's', '1', '1', '1', '1', '0', '0', '3131', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1531', 'ads_clcake', 'Idea Agency Super Cake', 's', '1', '1', '1', '1', '0', '0', '3139', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1532', 'ads_cl_sofa', 'Idea Agency Sofa', 's', '2', '1', '1', '1', '1', '0', '3137', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1533', 'ads_idol_tblCloth', 'Formal Dining Table', 's', '2', '2', '1', '1', '0', '0', '3136', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1534', 'ads_idol_carpet', 'American Idol Carpet', 's', '2', '7', '0', '1', '0', '1', '3140', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1535', 'ads_idol_lamp', 'Blue Chandelier', 's', '1', '1', '0', '1', '0', '1', '3138', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1536', 'country_rain', 'Rain', 's', '1', '1', '0', '1', '0', '1', '3153', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1537', 'country_scarecrow', 'Scarecrow', 's', '1', '1', '1', '1', '0', '0', '3160', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1538', 'env_telep', 'The Outhouse', 's', '1', '1', '0.001', '1', '0', '0', '3161', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1539', 'country_soil', 'Soil', 's', '2', '2', '0', '1', '0', '1', '3145', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1540', 'country_grass', 'Grass Patch', 's', '2', '2', '0', '1', '0', '1', '3162', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1541', 'ads_goldtabl', 'The Golden Tablet', 's', '1', '1', '1', '1', '0', '0', '3151', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1542', 'eco_mush1', 'Eco Mushroom 1', 's', '1', '1', '1', '1', '1', '0', '3142', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1543', 'country_trctr', 'Tractor', 's', '2', '2', '1', '1', '0', '0', '3147', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1544', 'country_fnc2', 'Rock Divider', 's', '2', '1', '1', '1', '0', '0', '3141', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1545', 'country_fnc1', 'Wooden Divider', 's', '2', '1', '1', '1', '0', '0', '3154', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1546', 'country_well', 'Well', 's', '1', '1', '1', '1', '0', '0', '3149', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1547', 'eco_mush2', 'Eco Mushroom 2', 's', '1', '1', '1', '1', '1', '0', '3155', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1548', 'country_rbw', 'Rainbow', 's', '1', '1', '1', '1', '0', '1', '3143', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1549', 'country_wheat', 'Wheat Patch', 's', '2', '2', '0', '0', '0', '1', '3163', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1550', 'country_gate', 'Gate', 's', '2', '1', '0.001', '1', '0', '0', '3150', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1551', 'sound_set_72', 'Country Trax Pack', 's', '1', '1', '0.2', '1', '0', '0', '3144', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1552', 'country_stage', 'Country Stage', 's', '2', '2', '0.8', '1', '0', '1', '3148', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1553', 'ads_calip_cola*1', 'ads_calip_cola_1 name', 's', '1', '1', '1', '1', '0', '0', '3156', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1554', 'ads_calip_cola*2', 'ads_calip_cola_2 name', 's', '1', '1', '1', '1', '0', '0', '3157', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1555', 'ads_calip_cola*3', 'ads_calip_cola_3 name', 's', '1', '1', '1', '1', '0', '0', '3158', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1556', 'ads_calip_cola*4', 'ads_calip_cola_4 name', 's', '1', '1', '1', '1', '0', '0', '3159', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1557', 'country_log', 'Log', 's', '2', '1', '1.2', '1', '1', '0', '3146', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1558', 'country_fnc3', 'Rock Corner Divider', 's', '1', '1', '1', '1', '0', '0', '3152', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1559', 'country_patio', 'Patio', 's', '1', '1', '0.1', '1', '0', '1', '3166', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1560', 'country_corner', 'Ditch Corner', 's', '1', '1', '1', '1', '0', '0', '3164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1561', 'country_ditch', 'Ditch', 's', '1', '2', '0.001', '1', '0', '0', '3165', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1562', 'ads_calip_chair', 'ads_calip_chair name', 's', '1', '1', '1', '1', '1', '0', '3168', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1563', 'ads_idol_trophy', 'American Idol Trophy', 's', '1', '1', '1', '1', '0', '0', '3169', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1564', 'totem_head', 'Totem Spirit Head', 's', '1', '1', '1.7', '1', '0', '0', '3167', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1565', 'ads_calip_pool', 'ads_calip_pool name', 's', '2', '2', '0', '1', '0', '1', '3182', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1566', 'laptopdesk', 'Laptop Desk', 's', '2', '2', '1', '1', '0', '0', '3173', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1567', 'LT_skull', 'The Lost Skull', 's', '1', '1', '1', '1', '0', '0', '3189', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1568', 'lt_stage2', 'Lost Tribe Large Stage', 's', '2', '2', '0.9', '1', '0', '1', '3175', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1569', 'lt_lavac', 'Lava Corner', 's', '1', '1', '0.001', '1', '0', '0', '3180', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1570', 'lt_gate', 'Lost Tribe Gate', 's', '2', '1', '0.001', '1', '0', '0', '3172', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1571', 'saturn', 'Planet of Eternity', 's', '1', '1', '1', '1', '0', '1', '3181', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1572', 'ads_calip_tele', 'ads_calip_tele name', 's', '1', '1', '0.001', '1', '0', '0', '3190', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1573', 'lt_statue', 'Lost Tribe Statue', 's', '1', '1', '1', '1', '0', '0', '3185', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1574', 'lt_spider', 'Legs Tarantina', 's', '1', '1', '1', '1', '0', '0', '3178', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1575', 'lt_stone2', 'Stone Divider', 's', '2', '1', '1.2', '1', '0', '0', '3177', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1576', 'LT_throne', 'Tribal Seat', 's', '1', '1', '1.5', '1', '1', '0', '3171', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1577', 'audChr', 'Audience Chair', 's', '1', '1', '1', '1', '1', '0', '3179', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1578', 'lt_patch', 'Lost Tribe Patch', 's', '2', '2', '0', '1', '0', '1', '3188', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1579', 'lt_lava', 'Lava Ditch', 's', '1', '2', '0.001', '1', '0', '0', '3176', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1580', 'LT_pillar2', 'Small Torch', 's', '1', '1', '1', '1', '0', '0', '3170', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1581', 'lt_bughill', 'Ant Hill', 's', '1', '1', '1', '1', '0', '0', '3174', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1582', 'noticeboard', 'Notice Board', 's', '3', '1', '1', '1', '0', '0', '3186', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1583', 'clrack', 'Clothes Rack', 's', '3', '1', '0', '1', '0', '0', '3184', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1584', 'LT_pillar', 'Big Torch', 's', '1', '1', '1', '1', '0', '0', '3187', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1585', 'lt_stage1', 'Lost Tribe Small Stage', 's', '1', '1', '0.9', '1', '0', '1', '3183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1586', 'transparent_floor', 'Transparent Floor', 's', '2', '2', '0', '1', '0', '1', '3199', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1587', 'ads_calip_lava', 'ads_calip_lava name', 's', '1', '1', '1', '1', '0', '0', '3197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1588', 'lt_stone1', 'Stone Corner', 's', '1', '1', '1.2', '1', '0', '0', '3196', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1589', 'ads_calip_fan', 'ads_calip_fan', 's', '1', '1', '1', '1', '0', '0', '3198', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1590', 'voting_ch', 'voting_ch name', 's', '1', '1', '1.3', '1', '1', '0', '3201', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1591', 'ads_mall_coffeem', 'Quick Coffee Stop', 's', '1', '1', '1', '1', '0', '0', '3202', '1', '1', '1', '1', '1', 'vendingmachine', '0', '41', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1592', 'totem_planet', 'Totem Planet', 's', '1', '1', '1', '1', '0', '0', '3200', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1593', 'SF_reactor', 'Warp Reactor', 's', '1', '1', '1', '1', '0', '0', '3212', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1594', 'SF_crate_2', 'Large Crate', 's', '2', '1', '1', '1', '0', '0', '3204', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1595', 'SF_chair_blue', 'Medium Chair', 's', '1', '1', '1.2', '1', '1', '0', '3207', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1596', 'sf_pod', 'Cryogenic Bed', 's', '1', '3', '1.36', '1', '0', '0', '3219', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1597', 'SF_panel1', 'Command Console', 's', '1', '1', '1', '1', '0', '0', '3217', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1598', 'SF_table', 'Space Table', 's', '2', '2', '1', '1', '0', '0', '3220', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1599', 'SF_chair_green', 'Small Chair', 's', '1', '1', '1.2', '1', '1', '0', '3215', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1600', 'SF_crate_1', 'Small Crate', 's', '1', '1', '1', '1', '0', '0', '3205', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1601', 'SF_alien', 'Dizziti', 's', '1', '1', '1', '1', '0', '0', '3210', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1602', 'SF_panel2', 'Engineering Console', 's', '2', '1', '1', '1', '0', '0', '3218', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1603', 'sf_gate', 'Display-Gate', 's', '2', '1', '0.001', '1', '0', '0', '3221', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1604', 'SF_panel3', 'Navigation Console', 's', '1', '1', '1', '1', '0', '0', '3208', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1605', 'SF_floor_2', 'Spaceship Floor Dark', 's', '2', '2', '0', '1', '0', '1', '3211', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1606', 'SF_lamp', 'Spaceship Lamp', 's', '1', '1', '0.001', '1', '0', '0', '3224', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1607', 'SF_chair_red', '', 's', '1', '1', '1.2', '1', '1', '0', '3223', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1608', 'sf_floor', 'Transparent Floor', 's', '2', '4', '0', '1', '0', '1', '3213', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1609', 'sf_roof', 'Spaceship Roof', 's', '2', '4', '0', '1', '0', '1', '3203', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1610', 'sf_stick', 'Light Pole', 's', '1', '1', '1', '1', '0', '0', '3206', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1611', 'SF_floor_1', 'Spaceship Floor Light', 's', '2', '2', '0', '1', '0', '1', '3222', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1612', 'ads_mall_kiosk', 'Mall Kiosk', 's', '1', '2', '1', '1', '0', '0', '3216', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1613', 'sf_tele', 'Space Teleporter', 's', '1', '1', '0.001', '1', '0', '1', '3214', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1614', 'sf_roller', 'SciFi Roller', 's', '1', '1', '0.5', '1', '0', '1', '3209', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1615', 'prizetrophy_hot', 'Hot Trophy', 's', '1', '1', '1', '1', '0', '0', '3229', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1616', 'summer_raft1', 'Pink Raft', 's', '1', '1', '1', '1', '1', '0', '3228', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1617', 'prizetrophy_cool', 'Cool Trophy', 's', '1', '1', '1', '1', '0', '0', '3225', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1618', 'summer_raft2', 'Blue Raft', 's', '1', '1', '1', '1', '1', '0', '3227', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1619', 'ads_elisa_gnome', 'ads_elisa_gnome name', 's', '1', '1', '1', '1', '0', '0', '3226', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1620', 'summer_icebox', 'Ice Box', 's', '1', '1', '1', '1', '0', '0', '3231', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1621', 'ads_oc_soda', 'Orange Soda Machine', 's', '1', '1', '1', '1', '0', '0', '3230', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1622', 'marsrug', 'Mars Moonrug', 's', '2', '2', '0', '1', '0', '1', '3232', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1623', 'rela_candle1', 'White Candle', 's', '1', '1', '1', '1', '0', '0', '3238', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1625', 'rela_candles2', 'Red Candles', 's', '1', '1', '1', '1', '0', '0', '3245', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1626', 'rela_stone', 'Relaxation Stones', 's', '1', '1', '0.5', '1', '0', '1', '3233', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1627', 'rela_hchair', 'Comfort Cradle', 's', '1', '1', '1.3', '1', '1', '0', '3247', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1628', 'rela_candle2', 'Red Candle', 's', '1', '1', '1', '1', '0', '0', '3244', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1629', 'ads_711*5', 'Orange Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '3241', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1630', 'ads_711*6', 'Aqua Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '3242', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1631', 'ads_711*7', 'Pink Slurpee Machine', 's', '1', '1', '1', '1', '0', '0', '3243', '1', '1', '1', '1', '1', 'vendingmachine', '0', '19', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1632', 'rela_candle3', 'Violet Candle', 's', '1', '1', '1', '1', '0', '0', '3235', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1633', 'pix_asteroid', 'The Asteroid', 's', '1', '1', '1', '1', '0', '1', '3237', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1634', 'rela_plant', 'Relaxation Plant', 's', '1', '1', '1', '1', '0', '0', '3246', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1635', 'rela_candles1', 'White Candles', 's', '1', '1', '1', '1', '0', '0', '3234', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1636', 'rela_candles3', 'Violet Candles', 's', '1', '1', '1', '1', '0', '0', '3236', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1637', 'rela_orchid', 'Orchid', 's', '1', '1', '1', '1', '0', '0', '3239', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1638', 'rela_rock', 'Rock Seat', 's', '1', '1', '0.9', '1', '1', '0', '3248', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1639', 'ktchn_stove', 'Industrial Stove', 's', '2', '1', '1', '1', '0', '0', '3256', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1640', 'ktchn_light', 'Kitchen Light', 's', '2', '1', '0', '1', '0', '1', '3258', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1641', 'ktchn_plates', 'Dinner Plates', 's', '1', '1', '1', '1', '0', '0', '3263', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1642', 'ktchn_countr_1', 'Kitchen Counter Small', 's', '1', '1', '1', '1', '0', '0', '3261', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1643', 'ktchn_pots', 'Hanging Pot Rack', 's', '2', '1', '0', '1', '0', '1', '3252', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1644', 'ktchn_cornr', 'Kitchen Wall Divider Corner', 's', '1', '1', '1', '1', '0', '0', '3257', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1645', 'ktchn_desk', 'Kitchen Work Table', 's', '2', '1', '1', '1', '0', '0', '3260', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1646', 'ktchn_trash', 'Trash Can', 's', '1', '1', '1', '1', '0', '0', '3264', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1647', 'ktchn_countr_2', 'Kitchen Counter Large', 's', '2', '1', '1', '1', '0', '0', '3253', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1648', 'ktchn_bBlock', '', 's', '1', '1', '1', '1', '0', '0', '3255', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1649', 'ktchn_dvdr', 'Kitchen Wall Divider', 's', '2', '1', '1', '1', '0', '0', '3259', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1650', 'ktchn_inspctr', 'Kitchen Inspector', 's', '1', '1', '1', '1', '0', '0', '3250', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1651', 'ktchn_fridge', 'Kitchen Fridge', 's', '1', '1', '1', '1', '0', '0', '3249', '1', '1', '1', '1', '1', 'vendingmachine', '0', '3,36,37,38', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1652', 'ads_1800tele', 'ads_1800tele', 's', '1', '1', '0.001', '1', '0', '0', '3251', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1653', 'ktchn_sink', 'Industrial Sink', 's', '2', '1', '1', '1', '0', '0', '3262', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1654', 'ktchn_gate', 'Kitchen Swinging Door', 's', '2', '1', '0.001', '1', '0', '0', '3254', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1655', 'post.it', 'Pad of stickies', 'i', '0', '0', '1', '1', '0', '0', '1', '0', '0', '1', '0', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1656', 'post.it.vd', 'Heart stickies', 'i', '0', '0', '1', '1', '0', '0', '2', '0', '0', '1', '0', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1665', 'gothicfountain', 'Gothic fountain', 'i', '0', '0', '1', '1', '0', '0', '4002', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1666', 'hc_wall_lamp', 'Retro Wall Lamp', 'i', '0', '0', '1', '1', '0', '0', '4003', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1667', 'industrialfan', 'Industrial Turbine', 'i', '0', '0', '1', '1', '0', '0', '4004', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1668', 'torch', 'Gothic Torch', 'i', '0', '0', '1', '1', '0', '0', '4005', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1669', 'val_heart', 'Heartlight', 'i', '0', '0', '1', '1', '0', '0', '4006', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1670', 'wallmirror', 'Romantique Wall Mirror', 'i', '0', '0', '1', '1', '0', '0', '4007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1671', 'jp_ninjastars', 'Ninja Stars', 'i', '0', '0', '1', '1', '0', '0', '4008', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1672', 'habw_mirror', 'Habbowood Mirror', 'i', '0', '0', '1', '1', '0', '0', '4009', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1673', 'habbowheel', 'The Wheel of Fortune', 'i', '0', '0', '1', '1', '0', '0', '4010', '1', '1', '1', '1', '1', 'habbowheel', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1674', 'guitar_skull', 'Skull Guitar', 'i', '0', '0', '1', '1', '0', '0', '4011', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1675', 'guitar_v', 'V Guitar', 'i', '0', '0', '1', '1', '0', '0', '4012', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1676', 'xmas_light', 'Xmas light', 'i', '0', '0', '1', '1', '0', '0', '4015', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1677', 'hrella_poster_3', 'Anchor', 'i', '0', '0', '1', '1', '0', '0', '4016', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1678', 'hrella_poster_2', 'Life Buoy', 'i', '0', '0', '1', '1', '0', '0', '4013', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1679', 'hrella_poster_1', 'Porthole', 'i', '0', '0', '1', '1', '0', '0', '4014', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1680', 'sw_swords', 'Swords', 'i', '0', '0', '1', '1', '0', '0', '4017', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1681', 'sw_stone', 'sw_stone', 'i', '0', '0', '1', '1', '0', '0', '4018', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1682', 'sw_hole', 'Spiderwick Hole on Wall', 'i', '0', '0', '1', '1', '0', '0', '4019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1683', 'roomdimmer', 'Mood Light', 'i', '0', '0', '1', '1', '0', '0', '4027', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1684', 'md_logo_wall', 'Bubble Juice Logo', 'i', '0', '0', '1', '1', '0', '0', '4023', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1685', 'jp_sheet3', 'Kakejiku Hokusai', 'i', '0', '0', '1', '1', '0', '0', '4021', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1686', 'jp_sheet2', 'Kakejiku Ninjya', 'i', '0', '0', '1', '1', '0', '0', '4026', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1687', 'jp_sheet1', 'Kakejiku Ziritsu', 'i', '0', '0', '1', '1', '0', '0', '4024', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1688', 'arabian_swords', 'Ancestral Scimitars', 'i', '0', '0', '1', '1', '0', '0', '4020', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1689', 'arabian_wndw', 'Window Frame', 'i', '0', '0', '1', '1', '0', '0', '4022', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1690', 'tiki_wallplnt', 'Tiki Wallplant', 'i', '0', '0', '1', '1', '0', '0', '4030', '0', '0', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1691', 'tiki_surfboard', 'Tiki Surfboard', 'i', '0', '0', '1', '1', '0', '0', '4028', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1692', 'tampax_wall', 'tampax_wall', 'i', '0', '0', '1', '1', '0', '0', '4029', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1693', 'window_single_default', 'Single Window', 'i', '0', '0', '1', '1', '0', '0', '4031', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1694', 'window_double_default', 'Double Window', 'i', '0', '0', '1', '1', '0', '0', '4032', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1695', 'noob_window_double', 'Window', 'i', '0', '0', '1', '1', '0', '0', '4033', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1696', 'window_triple', 'Bay Window', 'i', '0', '0', '1', '1', '0', '0', '4045', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1697', 'window_square', 'Square Glass Window', 'i', '0', '0', '1', '1', '0', '0', '4036', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1698', 'window_romantic_wide', 'Romantic Window Large', 'i', '0', '0', '1', '1', '0', '0', '4041', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1699', 'window_romantic_narrow', 'Romantic Window Small', 'i', '0', '0', '1', '1', '0', '0', '4037', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1700', 'window_grunge', 'Grunge Window', 'i', '0', '0', '1', '1', '0', '0', '4044', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1701', 'window_golden', 'Golden Window', 'i', '0', '0', '1', '1', '0', '0', '4035', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1702', 'window_chinese_wide', 'Chinese Window Large', 'i', '0', '0', '1', '1', '0', '0', '4034', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1703', 'window_chinese_narrow', 'Chinese Window Small', 'i', '0', '0', '1', '1', '0', '0', '4038', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1704', 'window_basic', 'Basic Window', 'i', '0', '0', '1', '1', '0', '0', '4042', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1705', 'window_70s_wide', '70s Window Large', 'i', '0', '0', '1', '1', '0', '0', '4039', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1706', 'window_70s_narrow', '70s Window Small', 'i', '0', '0', '1', '1', '0', '0', '4040', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1707', 'ads_sunnyd', 'Sunny Delight', 'i', '0', '0', '1', '1', '0', '0', '4043', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1708', 'window_diner2', 'Diner Window Small', 'i', '0', '0', '1', '1', '0', '0', '4046', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1709', 'window_diner', 'Large Window', 'i', '0', '0', '1', '1', '0', '0', '4049', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1710', 'diner_walltable', 'Diner Wall Table', 'i', '0', '0', '1', '1', '0', '0', '4048', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1711', 'ads_dave_wall', 'ads_dave_wall', 'i', '0', '0', '1', '1', '0', '0', '4047', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1712', 'window_hole', 'Window', 'i', '0', '0', '1', '1', '0', '0', '4052', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1713', 'easy_poster', 'easy_poster', 'i', '0', '0', '1', '1', '0', '0', '4051', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1714', 'ads_nokia_logo', 'Nokia', 'i', '0', '0', '1', '1', '0', '0', '4050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1715', 'ads_nokia_phone', 'ads_nokia_phone name', 'i', '0', '0', '1', '1', '0', '0', '4053', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1717', 'window_skyscraper', 'Skyscraper Window', 'i', '0', '0', '1', '1', '0', '0', '4054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1718', 'netari_poster', 'netari_poster', 'i', '0', '0', '1', '1', '0', '0', '4057', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1719', 'det_bhole', 'Bullet Hole', 'i', '0', '0', '1', '1', '0', '0', '4056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1720', 'ads_campguitar', 'ads_campguitar', 'i', '0', '0', '1', '1', '0', '0', '4058', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1721', 'hween08_rad', 'Nuclear poster', 'i', '0', '0', '1', '1', '0', '0', '4059', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1722', 'hween08_wndwb', 'Window with Blood - Small', 'i', '0', '0', '1', '1', '0', '0', '4061', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1723', 'hween08_wndw', 'Window with Blood - Big', 'i', '0', '0', '1', '1', '0', '0', '4062', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1724', 'hween08_bio', 'Biohazard poster', 'i', '0', '0', '1', '1', '0', '0', '4063', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1725', 'hw_08_xray', 'X-Ray light', 'i', '0', '0', '1', '1', '0', '0', '4060', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1726', 'gothicfountain2', 'Gothic fountain', 'i', '0', '0', '1', '1', '0', '0', '4065', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1728', 'ads_cmusic', 'TBD Central Musical TV', 'i', '0', '0', '1', '1', '0', '0', '4067', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1729', 'party_wc_boy', 'Banana', 'i', '0', '0', '1', '1', '0', '0', '4070', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1730', 'party_led', 'LED Wall Poster', 'i', '0', '0', '1', '1', '0', '0', '4066', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1731', 'party_neon5', 'Heart Light', 'i', '0', '0', '1', '1', '0', '0', '4074', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1732', 'party_neon1', 'Neon Left Arrow', 'i', '0', '0', '1', '1', '0', '0', '4069', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1733', 'party_neon2', 'Neon Right Arrow', 'i', '0', '0', '1', '1', '0', '0', '4073', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1734', 'party_wc_girl', 'Banana Drink Machine', 'i', '0', '0', '1', '1', '0', '0', '4068', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1735', 'party_neon3', 'Flamingo Light', 'i', '0', '0', '1', '1', '0', '0', '4075', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1736', 'party_shelf', 'Bar Shelf', 'i', '0', '0', '1', '1', '0', '0', '4071', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1737', 'party_neon4', 'Neon Skull Light', 'i', '0', '0', '1', '1', '0', '0', '4072', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1738', 'xmas08_wallpaper', 'Snowy Poster', 'i', '0', '0', '1', '1', '0', '0', '4077', '0', '0', '1', '1', '1', 'roomeffect', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1739', 'xmas08_icewall', 'Icy Wall', 'i', '0', '0', '1', '1', '0', '0', '4076', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1741', 'ads_clwall1', 'ChildLine TV', 'i', '0', '0', '1', '1', '0', '0', '4082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1742', 'ads_clwall2', 'ads_clwall2', 'i', '0', '0', '1', '1', '0', '0', '4078', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1743', 'ads_clwall3', 'ads_clwall3', 'i', '0', '0', '1', '1', '0', '0', '4079', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1744', 'ads_ob_wall', 'ads_ob_wall', 'i', '0', '0', '1', '1', '0', '0', '4081', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1745', 'ads_mall_window', 'Habbo Mall Window', 'i', '0', '0', '1', '1', '0', '0', '4083', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1746', 'china_pstr2', 'Dragon Poster', 'i', '0', '0', '1', '1', '0', '0', '4085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1747', 'china_light', 'Wall Lamp', 'i', '0', '0', '1', '1', '0', '0', '4086', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1748', 'china_pstr1', 'Ox Poster', 'i', '0', '0', '1', '1', '0', '0', '4084', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1749', 'bolly_wdw_wd', 'Window', 'i', '0', '0', '1', '1', '0', '0', '4087', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1750', 'ads_igor_wall', 'Monster Blueprint', 'i', '0', '0', '1', '1', '0', '0', '4090', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1751', 'ads_igorevilb', 'Evil Bone', 'i', '0', '0', '1', '1', '0', '0', '4089', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1752', 'ads_idol_wall', 'American Idol Poster', 'i', '0', '0', '1', '1', '0', '0', '4088', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1753', 'ads_mall_winfur', 'Habbo Mall Furni Window', 'i', '0', '0', '1', '1', '0', '0', '4092', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1754', 'ads_mall_winpet', 'Habbo Mall Petshop Window', 'i', '0', '0', '1', '1', '0', '0', '4091', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1755', 'lc_wall1', 'Rock Wall', 'i', '0', '0', '1', '1', '0', '0', '4095', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1756', 'lc_window2', 'Aquarium window', 'i', '0', '0', '1', '1', '0', '0', '4096', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1757', 'lc_window1', 'Wooden window', 'i', '0', '0', '1', '1', '0', '0', '4094', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1758', 'ads_idol_tv', 'American Idol Flat Screen', 'i', '0', '0', '1', '1', '0', '0', '4093', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1759', 'lc_wall2', 'Coral Wall', 'i', '0', '0', '1', '1', '0', '0', '4097', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1760', 'ads_idol_mirror', 'Makeup Mirror', 'i', '0', '0', '1', '1', '0', '0', '4099', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1761', 'ads_mall_wincin', 'Habbo Mall Cinema Window', 'i', '0', '0', '1', '1', '0', '0', '4098', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1762', 'ads_mall_winmus', 'Habbo Mall Music Window', 'i', '0', '0', '1', '1', '0', '0', '4101', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1763', 'ads_mall_winbea', 'Habbo Mall Window Beauty', 'i', '0', '0', '1', '1', '0', '0', '4100', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1764', 'eco_curtains1', 'Eco Curtain 1', 'i', '0', '0', '1', '1', '0', '0', '4105', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1765', 'ads_mall_winchi', 'ads_mall_winchi', 'i', '0', '0', '1', '1', '0', '0', '4103', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1766', 'eco_curtains3', 'Eco Curtain 3', 'i', '0', '0', '1', '1', '0', '0', '4104', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1767', 'eco_curtains2', 'Eco Curtain 2', 'i', '0', '0', '1', '1', '0', '0', '4102', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1768', 'ads_mall_winice', 'Habbo Mall Ice Cream Window', 'i', '0', '0', '1', '1', '0', '0', '4109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1769', 'ads_mall_winspo', 'ads_mall_winspo', 'i', '0', '0', '1', '1', '0', '0', '4106', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1770', 'ads_idol_logo', 'American Idol Neon Sign', 'i', '0', '0', '1', '1', '0', '0', '4108', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1771', 'exe_map', 'World Map', 'i', '0', '0', '1', '1', '0', '0', '4110', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1772', 'exe_wfall', 'Waterfall', 'i', '0', '0', '1', '1', '0', '0', '4107', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1773', 'ads_lin_wh_c', 'ads_lin_wh_c name', 'i', '0', '0', '1', '1', '0', '0', '4115', '1', '1', '1', '1', '1', 'default', '11', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1774', 'ads_malaco_tv', 'ads_malaco_tv name', 'i', '0', '0', '1', '1', '0', '0', '4113', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1775', 'ads_puffet_tv', 'ads_puffet_tv name', 'i', '0', '0', '1', '1', '0', '0', '4111', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1776', 'ads_reebok_tv', 'ads_reebok_tv name', 'i', '0', '0', '1', '1', '0', '0', '4112', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1777', 'country_forestwall', 'Forest Wall', 'i', '0', '0', '1', '1', '0', '0', '4114', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1778', 'country_fp', 'Country Fireplace', 'i', '0', '0', '1', '1', '0', '0', '4117', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1779', 'country_wall', 'Country wall', 'i', '0', '0', '1', '1', '0', '0', '4118', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1780', 'country_lantern', 'Country Lantern', 'i', '0', '0', '1', '1', '0', '0', '4116', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1781', 'flag_norway', 'The Norwegian Flag', 'i', '0', '0', '1', '1', '0', '0', '4119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1782', 'diner_poster', 'Le Diner', 'i', '0', '0', '1', '1', '0', '0', '4120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1783', 'lt_jngl_wall', 'Jungle Wall', 'i', '0', '0', '1', '1', '0', '0', '4121', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1784', 'ads_mirror', 'Dress Up Mirror', 'i', '0', '0', '1', '1', '0', '0', '4122', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1785', 'lt_wall', 'Lost Tribe Stone Wall', 'i', '0', '0', '1', '1', '0', '0', '4123', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1787', 'sf_window', 'Spaceship Window', 'i', '0', '0', '1', '1', '0', '0', '4224', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1788', 'sf_wall2', 'Spaceship Wall', 'i', '0', '0', '1', '1', '0', '0', '4228', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1789', 'ads_wwe_poster', 'WWE', 'i', '0', '0', '1', '1', '0', '0', '4226', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1790', 'ads_mall_wintra', 'ads_mall_wintra', 'i', '0', '0', '1', '1', '0', '0', '4225', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1791', 'sf_wall3', 'Spaceship Corner Wall', 'i', '0', '0', '1', '1', '0', '0', '4223', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1793', 'ads_veet', 'ads_veet name', 'i', '0', '0', '1', '1', '0', '0', '4222', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1794', 'rela_wall', 'Relaxation Wall', 'i', '0', '0', '1', '1', '0', '0', '4232', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1795', 'flag_belgium', 'The Belgian Flag', 'i', '0', '0', '1', '1', '0', '0', '4229', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1796', 'flag_portugal', 'The Portuguese Flag', 'i', '0', '0', '1', '1', '0', '0', '4231', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1797', 'ads_mall_wingar', 'ads_mall_wingar', 'i', '0', '0', '1', '1', '0', '0', '4230', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1798', 'ktchn_wall', 'Kitchen Wall', 'i', '0', '0', '1', '1', '0', '0', '4235', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1799', 'ads_mall_winclo', 'ads_mall_winclo', 'i', '0', '0', '1', '1', '0', '0', '4236', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1800', 'ktchn_oven', 'Kitchen Oven', 'i', '0', '0', '1', '1', '0', '0', '4234', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1801', 'ktchn_knives', 'Magnetic Knife Holder', 'i', '0', '0', '1', '1', '0', '0', '4233', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1802', 'dimmer_fuse6', 'Large Mood Controller', 'i', '0', '0', '1', '1', '0', '0', '4240', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1803', 'dimmer_swtch', 'Large Mood Switch', 'i', '0', '0', '1', '1', '0', '0', '4237', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1804', 'dimmer_fuse2', 'Small Mood Controller', 'i', '0', '0', '1', '1', '0', '0', '4239', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1805', 'dimmer_buttn', 'Small Mood Switch', 'i', '0', '0', '1', '1', '0', '0', '4238', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2519', 'spotlight', 'Habbowood Spotlight', 's', '1', '1', '1', '1', '0', '0', '2519', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2611', 'habboween_crypt', 'habboween_crypt', 's', '1', '3', '1.7', '1', '0', '0', '2611', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3530', 'bw_water_1', 'Water Patch', 's', '2', '2', '0', '1', '0', '1', '3530', '1', '1', '1', '1', '1', 'water', '99', '0', '0', '30', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3569', 'bot_generic', '', 'r', '1', '1', '0', '0', '0', '0', '0', '1', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3570', 'bot_bartender', '', 'r', '1', '1', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3808', 'nest_terrarium', 'nest_terrarium', 's', '1', '1', '0', '1', '0', '0', '3808', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3997', 'ads_kelloggs_statue', 'ads_kelloggs_statue', 's', '1', '1', '0', '1', '0', '0', '3997', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3999', 'ads_kfp2statue', 'ads_kfp2statue', 's', '1', '1', '0', '1', '0', '0', '3999', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4034', 'sb_tile', 'sb_tile', 's', '2', '2', '0.001', '1', '0', '1', '4034', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4091', 'ads_mall_winpet', 'ads_mall_winpet', 'i', '1', '1', '0', '1', '0', '0', '4091', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4092', 'ads_mall_winfur', 'ads_mall_winfur', 'i', '1', '1', '0', '1', '0', '0', '4092', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4100', 'ads_mall_winbea', 'ads_mall_winbea', 'i', '1', '1', '0', '1', '0', '0', '4100', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4101', 'ads_mall_winmus', 'ads_mall_winmus', 'i', '1', '1', '0', '1', '0', '0', '4101', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4106', 'ads_mall_winspo', 'ads_mall_winspo', 'i', '1', '1', '0', '1', '0', '0', '4106', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4109', 'ads_mall_winice', 'ads_mall_winice', 'i', '1', '1', '0', '1', '0', '0', '4109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4225', 'ads_mall_wintra', 'ads_mall_wintra', 'i', '1', '1', '0', '1', '0', '0', '4225', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4236', 'ads_mall_winclo', 'ads_mall_winclo', 'i', '1', '1', '0', '1', '0', '0', '4236', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4264', 'prizetrophy_hween11', 'The Moroccan Flag', 's', '1', '1', '1', '1', '0', '0', '4264', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4265', 'hween11_disflo2', 'The Dominican Republic Flag', 's', '2', '2', '0', '1', '0', '1', '4265', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4266', 'hween11_punch', 'Floating Curtain', 's', '1', '1', '1', '1', '0', '0', '4266', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4267', 'hween11_dish2', 'Loading screen memorial', 's', '1', '1', '1', '1', '0', '0', '4267', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4268', 'hween11_pumpkin', 'The Ecuadorian Flag', 's', '1', '1', '1', '1', '0', '0', '4268', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4269', 'hween11_sofa', 'Haunted Forest', 's', '2', '1', '1', '1', '1', '0', '4269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4270', 'hween11_dish3', 'The Algerian Flag', 's', '1', '1', '1', '1', '0', '0', '4270', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4271', 'hween11_dish4', 'Haunted Window', 's', '1', '1', '1', '1', '0', '0', '4271', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4272', 'hween11_disflo', 'Painting', 's', '2', '2', '0', '1', '0', '1', '4272', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4273', 'hween11_dish1', 'Dream Catcher', 's', '1', '1', '1', '1', '0', '0', '4273', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4275', 'horse_poop_luxus', 'Volturi Crest', 's', '1', '1', '0', '1', '0', '0', '4275', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4278', 'hween11_fountain', 'Green Heart Bauble', 's', '2', '2', '1', '1', '0', '0', '4278', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4279', 'plant_rose_black', 'Pink Heart Bauble', 's', '1', '1', '1', '1', '0', '0', '4279', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1001', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4282', 'xmas11_sofatable', 'Yellow Bauble', 's', '2', '2', '0.5', '1', '0', '0', '4282', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4283', 'xmas11_comfy_chair', 'Tall Blue Striped Bauble', 's', '1', '1', '1', '1', '1', '0', '4283', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4284', 'xmas2011_aurora1', 'Red Striped Bauble', 's', '1', '4', '0', '1', '0', '1', '4284', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4285', 'xmas11_stonedivider', 'Green Bauble', 's', '2', '1', '1', '1', '0', '0', '4285', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4286', 'xmas11_yetifeet', 'Yellow Heart Bauble', 's', '1', '1', '1', '1', '0', '1', '4286', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4287', 'xmas2011_tree2', 'Arabian Wall', 's', '1', '1', '1', '1', '0', '0', '4287', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4288', 'xmas11_woodfloor', 'White Bauble', 's', '2', '2', '0.01', '1', '0', '1', '4288', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4289', 'xmas11_footstool', 'Tall Red Bauble', 's', '1', '1', '1', '1', '1', '0', '4289', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4290', 'xmas11_flag', 'Tall Yellow Bauble', 's', '1', '1', '1', '1', '0', '0', '4290', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4291', 'xmas2011_tree1', 'Blue Striped Bauble', 's', '1', '1', '1', '1', '0', '0', '4291', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4292', 'xmas11_firewood', 'Blue Heart Bauble', 's', '1', '1', '1', '1', '0', '0', '4292', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4293', 'xmas11_stool', 'White Striped Bauble', 's', '1', '1', '1', '1', '1', '0', '4293', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4294', 'xmas11_stove', 'Yellow Striped Bauble', 's', '1', '1', '1', '1', '0', '0', '4294', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4295', 'xmas2011_snowlog', 'Green Striped Bauble', 's', '2', '1', '1', '1', '1', '0', '4295', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4296', 'xmas11_stonefloor', 'Tall Yellow Striped Bauble', 's', '2', '2', '0.01', '1', '0', '1', '4296', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4297', 'xmas11_comfy_bench', 'Blue Bauble', 's', '2', '1', '1', '1', '1', '0', '4297', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4298', 'xmas2011_icefall', 'White Dot Bauble', 's', '2', '2', '1', '1', '0', '0', '4298', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4299', 'xmas11_throne', 'Tall Green Bauble', 's', '1', '1', '1', '1', '1', '0', '4299', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4300', 'xmas11_petfood', 'Red Bauble', 's', '1', '1', '0', '1', '0', '1', '4300', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4301', 'xmas2011_aurora2', 'Tall White Bauble', 's', '1', '3', '0', '1', '0', '1', '4301', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4302', 'xmas11_nghtstnd', 'Red Heart Bauble', 's', '1', '1', '1', '1', '0', '0', '4302', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4303', 'xmas11_chair', 'Purple Green Bauble', 's', '1', '1', '1', '1', '1', '0', '4303', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4304', 'xmas2011_rock1', 'Tall Blue Bauble', 's', '1', '1', '1', '1', '0', '1', '4304', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4305', 'xmas2011_balrail', 'Green White Bauble', 's', '2', '1', '1', '1', '0', '0', '4305', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4306', 'xmas2011_tree4', 'White Heart Bauble', 's', '1', '1', '1', '1', '0', '0', '4306', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4307', 'xmas2011_rock2', 'Xmas Tree Wall', 's', '1', '1', '1', '1', '0', '1', '4307', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4308', 'xmas2011_tree3', 'Snow Forest Wall', 's', '1', '1', '1', '1', '0', '0', '4308', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4309', 'xmas11_elewood', 'Flatscreen TV', 's', '1', '1', '0', '1', '0', '1', '4309', '1', '1', '1', '1', '1', 'default', '6', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4310', 'horse_hairstyle_6', 'Party Lights', 's', '1', '1', '0', '1', '0', '0', '4310', '1', '1', '1', '1', '1', 'horse_hairstyle', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4312', 'xm09_frplc', 'xm09_frplc', 'i', '1', '1', '0', '1', '0', '0', '4312', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4333', 'js_exe_bardesk', 'Vanilla Bar', 's', '1', '1', '1', '1', '0', '0', '4627', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4334', 'js_exe_corner', 'Vanilla Bar Corner', 's', '1', '1', '1', '1', '0', '0', '4629', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4335', 'js_exe_chair2', 'Vanilla Boss Chair', 's', '1', '1', '1.2', '1', '1', '0', '4631', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4336', 'js_exe_gate', 'Vanilla Gate', 's', '1', '1', '0.001', '1', '0', '0', '4626', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4337', 'js_exe_rug', 'Vanilla Rug', 's', '3', '3', '0', '1', '0', '1', '4630', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4338', 'js_exe_chair', 'Vanilla Lounge Chair', 's', '1', '1', '1', '1', '1', '0', '4625', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4339', 'js_exe_sofa', 'Vanilla Sofa', 's', '3', '1', '1', '1', '1', '0', '4628', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4340', 'js_exe_s_table', 'Vanilla Glass Table', 's', '2', '2', '1', '1', '0', '0', '4632', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4343', 'ads_mtv_bigtv2', 'ads_mtv_bigtv2', 'i', '1', '1', '0', '1', '0', '0', '4343', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4344', 'ads_mtv_tv2', 'ads_mtv_tv2', 'i', '1', '1', '0', '1', '0', '0', '4344', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4355', 'ads_nokiax3_phn', 'ads_nokiax3_phn', 'i', '1', '1', '0', '1', '0', '0', '4355', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4367', 'vote_count_add', 'vote_count_add', 's', '1', '1', '0', '1', '0', '0', '4367', '1', '1', '1', '1', '1', 'scoreboard', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4392', 'snowb_light', 'snowb_light', 's', '1', '1', '0', '1', '0', '0', '4392', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4395', 'snowb_rail', 'Crazed Rorshach Inkblot', 's', '1', '2', '1', '1', '0', '1', '4395', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4402', 'ads_kfp2_tv', 'ads_kfp2_tv', 'i', '1', '1', '0', '1', '0', '0', '4402', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4434', 'hween11_window', 'Wicked Window', 'i', '0', '0', '0', '1', '0', '0', '4434', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4435', 'xmas11_hd4', 'Crocodile Head', 'i', '0', '0', '0', '1', '0', '0', '4435', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4436', 'xmas11_wall', 'Cabin Wall', 'i', '0', '0', '0', '1', '0', '0', '4436', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4437', 'xmas11_hd2', 'Arctic Bear Head', 'i', '0', '0', '0', '1', '0', '0', '4437', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4438', 'xmas11_hd5', 'Ghost Pet Head', 'i', '0', '0', '0', '1', '0', '0', '4438', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4439', 'xmas11_hd3', 'Wild Boar Head', 'i', '0', '0', '0', '1', '0', '0', '4439', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4440', 'xmas11_hd1', 'Moose Head', 'i', '0', '0', '0', '1', '0', '0', '4440', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4441', 'nest_with_egg', 'nest_with_egg', 's', '1', '1', '0', '1', '0', '0', '4441', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4446', 'snowb_mountain_wall', 'Mountain Landscape', 'i', '0', '0', '1', '1', '0', '0', '4446', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4450', 'horse_saddle2', 'horse_saddle2', 's', '1', '1', '0', '1', '0', '0', '4450', '1', '1', '1', '1', '1', 'horse_saddle_2', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4452', 'horse_track_fence_cor', 'horse_track_fence_cor', 's', '1', '1', '0', '1', '0', '0', '4452', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4454', 'js_exe_wfall', 'Vanilla Waterfall', 'i', '0', '0', '1', '1', '0', '0', '4456', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4455', 'horse_track_fence', 'horse_track_fence', 's', '1', '1', '0', '1', '0', '0', '4455', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4459', 'elerock1', 'elerock1', 's', '1', '1', '0', '1', '0', '1', '4459', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4462', 'anc_waterfall', 'Jungle Waterfall', 's', '1', '1', '0', '1', '0', '1', '4651', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4463', 'lon_skyline', 'lon_skyline', 'i', '1', '1', '0', '1', '0', '0', '4463', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4464', 'anc_talltree', 'Tall tree', 's', '2', '2', '1', '1', '0', '0', '4650', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4465', 'anc_jngl_patch', 'Jungle leaf patch', 's', '2', '2', '0', '1', '0', '1', '4649', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4484', 'exe_drinks_cabinet', 'exe_drinks_cabinet', 's', '2', '1', '0', '1', '0', '0', '4484', '1', '1', '1', '1', '1', 'vendingmachine', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4485', 'cine_curtain_red', 'cine_curtain_red', 's', '8', '1', '0', '1', '0', '1', '4485', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4500', 'steampunk_wall2', 'Steampunk Wall', 'i', '0', '0', '1', '0', '0', '0', '4500', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4501', 'steampunk_wall1', 'Steampunk Wall', 'i', '0', '0', '1', '0', '0', '0', '4501', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4505', 'wf_act_give_reward', 'Egg-shaped Window', 's', '1', '1', '0.65', '1', '0', '1', '4505', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '40', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4508', 'mystics_bwall', 'Bad Side Wall', 'i', '0', '0', '1', '0', '0', '0', '4508', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4509', 'mystics_gwall', 'Good Side Wall', 'i', '0', '0', '1', '0', '0', '0', '4509', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4511', 'lido_bench', 'Grunge Wall', 's', '2', '1', '1', '1', '1', '0', '4511', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4512', 'lidowall3', 'School Chalkboard', 's', '4', '1', '1', '1', '0', '0', '4512', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4513', 'lido_parasol', 'The Ducket List', 's', '1', '1', '1', '1', '0', '0', '4513', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4514', 'lidowall1', 'Dark Duck Descends', 's', '4', '1', '1', '1', '0', '0', '4514', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4515', 'lidofence', 'M.O.D', 's', '1', '1', '0.8', '1', '0', '0', '4515', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4516', 'lido_chair', 'Habbo Club', 's', '1', '1', '1', '1', '1', '0', '4516', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4517', 'lido_kiosk', 'Get Frank', 's', '1', '4', '1', '1', '0', '0', '4517', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4518', 'lido_table', 'Avatar Editor', 's', '1', '1', '1', '1', '0', '0', '4518', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4519', 'lidotree1', 'Revenge of the Cheeps', 's', '1', '1', '1', '1', '0', '0', '4519', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4520', 'lidodoor', 'The Rabbit 2', 's', '1', '1', '1', '1', '0', '0', '4520', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4521', 'lidotile', 'Bobbaro', 's', '2', '2', '1', '1', '0', '1', '4521', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4522', 'lido_kiosk_block', 'The Rabbit', 's', '1', '1', '1', '1', '0', '0', '4522', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4523', 'lidostairs', 'habbopage_wall name', 's', '2', '2', '0.5', '1', '0', '1', '4523', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4524', 'lidostage', 'brnd_cscape_wall name', 's', '2', '2', '0.5', '1', '0', '1', '4524', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4525', 'lidowall2', 'ads_nokiax3_wallb name', 's', '4', '1', '1', '1', '0', '0', '4525', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4526', 'wl_wall2', 'ads_nokiax3_wall name', 's', '1', '2', '1', '1', '0', '0', '4526', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4527', 'wl_table2', 'builderwall_exp name', 's', '1', '2', '1', '1', '0', '0', '4527', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4528', 'wl_sofa', 'test_habbopage_display name', 's', '3', '1', '1', '1', '1', '0', '4528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4529', 'wl_wall1', 'wl_wall1', 's', '1', '2', '4.15', '1', '0', '0', '4529', '1', '1', '1', '1', '1', 'default', '11', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4530', 'wl_floor', 'HC Executive Waterfall', 's', '1', '1', '0', '1', '0', '1', '4530', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4531', 'wl_rdesk', 'Stories Christmas Stickies', 's', '1', '1', '1', '1', '0', '0', '4531', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4533', 'wl_chair', 'Stories Dream Stickies', 's', '1', '1', '1', '1', '1', '0', '4533', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4534', 'wl_table1', 'Horse Poster', 's', '1', '1', '1', '1', '0', '0', '4534', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4535', 'pcnc_tilegrass', 'Heroic Acts Certificate', 's', '1', '1', '0.1', '1', '0', '1', '4535', '1', '1', '1', '1', '1', 'default', '11', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4536', 'pcnc_dvdrtile', 'Valentines card', 's', '1', '1', '1', '1', '0', '0', '4536', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4537', 'pcnc_wtable', 'Green Spa Wall', 's', '3', '1', '1', '1', '0', '0', '4537', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4538', 'pcnc_shrub', 'Orange Spa Wall', 's', '1', '1', '2', '1', '0', '0', '4538', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4539', 'pcnc_fountain', 'Blue Spa Wall', 's', '4', '4', '1', '1', '0', '0', '4539', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4540', 'pcnc_tiledirt', 'Feather Quill Sticky', 's', '1', '1', '0.1', '1', '0', '1', '4540', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4541', 'pcnc_gazebohack', 'Habbo Selfie', 's', '1', '1', '0', '1', '0', '1', '4541', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4543', 'pcnc_carp', 'pcnc_carp name', 's', '1', '1', '1', '1', '0', '0', '4543', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4544', 'pcnc_door', 'Lagomorph Wall', 's', '2', '1', '0', '1', '0', '1', '4544', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4545', 'pcnc_wood', 'The Big Pixel Wave', 's', '1', '1', '1', '1', '0', '0', '4545', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4546', 'pcnc_redbench', 'A Bar at Folies-Habberge', 's', '2', '1', '1', '1', '1', '0', '4546', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4547', 'pcnc_wall2', 'The Duck Pond', 's', '1', '1', '1', '1', '0', '0', '4547', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4548', 'pcnc_swing', 'The Captured Pirates', 's', '2', '1', '1', '1', '1', '0', '4548', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4549', 'pcnc_bbq', 'Duck Funk Dance', 's', '2', '3', '1', '1', '0', '0', '4549', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4550', 'pcnc_tilestone', 'Heartbroken Habbo', 's', '1', '1', '0.1', '1', '0', '1', '4550', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4551', 'pcnc_tree', 'Steelscar Banner', 's', '1', '1', '1', '1', '1', '0', '4551', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4552', 'pcnc_carrot', 'Battleshade Banner', 's', '1', '1', '1', '1', '0', '0', '4552', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4553', 'pcnc_gazebo', 'Battleshade Wall Shield', 's', '5', '5', '0.3', '1', '0', '1', '4553', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4554', 'pcnc_wbench', 'Steelscar Wall Shield', 's', '3', '1', '1', '1', '1', '0', '4554', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4557', 'post_it_juninas', 'post_it_juninas', 'i', '1', '1', '0', '1', '0', '0', '4557', '1', '1', '1', '1', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4583', 'cine_pstr_18', 'cine_pstr_18', 'i', '1', '1', '0', '1', '0', '0', '4583', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4584', 'cine_pstr_16', 'cine_pstr_16', 'i', '1', '1', '0', '1', '0', '0', '4584', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4585', 'cine_pstr_12', 'cine_pstr_12', 'i', '1', '1', '0', '1', '0', '0', '4585', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4586', 'cine_pstr_19', 'cine_pstr_19', 'i', '1', '1', '0', '1', '0', '0', '4586', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4587', 'cine_pstr_13', 'cine_pstr_13', 'i', '1', '1', '0', '1', '0', '0', '4587', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4588', 'cine_pstr_15', 'cine_pstr_15', 'i', '1', '1', '0', '1', '0', '0', '4588', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4589', 'cine_pstr_14', 'cine_pstr_14', 'i', '1', '1', '0', '1', '0', '0', '4589', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4590', 'cine_pstr_17', 'cine_pstr_17', 'i', '1', '1', '0', '1', '0', '0', '4590', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4591', 'st_pstr_felipe', 'st_pstr_felipe', 'i', '1', '1', '0', '1', '0', '0', '4591', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4598', 'carnival15_wallmask', 'carnival15_wallmask', 'i', '1', '1', '0', '1', '0', '0', '4598', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4599', 'cpunk_c15_wall', 'cpunk_c15_wall', 'i', '1', '1', '0', '1', '0', '0', '4599', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4600', 'china_pstr6', 'Year of the Goat Poster', 'i', '1', '1', '0', '1', '0', '0', '4600', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4602', 'cland_c15_wall', 'cland_c15_wall', 'i', '1', '1', '0', '1', '0', '0', '4602', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4609', 'garden_caterpillar', 'Caterpillar ', 's', '3', '1', '1', '1', '1', '0', '4609', '1', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4615', 'patch_cloud', 'Light Cloud', 's', '2', '2', '0.5', '1', '0', '1', '4615', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4616', 'garden_bfly', 'Exotic Butterfly', 's', '1', '1', '2', '1', '0', '0', '4616', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4617', 'kuurna_red_sofa', 'Pixel Sofa', 's', '2', '1', '1.3', '0', '1', '0', '4617', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4618', 'kuurna_red_chair', 'Pixel Sofa Chair', 's', '1', '1', '1.3', '0', '1', '0', '4618', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4619', 'paris_c15_wall', 'paris_c15_wall', 'i', '1', '1', '0', '1', '0', '0', '4619', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4620', 'lodge_c15_window', 'lodge_c15_window', 'i', '1', '1', '0', '1', '0', '0', '4620', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4621', 'lodge_c15_wall', 'lodge_c15_wall', 'i', '1', '1', '0', '1', '0', '0', '4621', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4622', 'drago_c15_flag', 'drago_c15_flag', 'i', '1', '1', '0', '1', '0', '0', '4622', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4623', 'anc_c15_wall', 'anc_c15_wall', 'i', '1', '1', '0', '1', '0', '0', '4623', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4624', 'tiki_c15_wall', 'tiki_c15_wall', 'i', '1', '1', '1', '1', '0', '0', '4624', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4625', 'exe_c15_wall', 'exe_c15_wall', 'i', '1', '1', '1', '1', '0', '0', '4625', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4626', 'romantique_c15_wall', 'romantique_c15_wall', 'i', '1', '1', '1', '1', '0', '0', '4626', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4627', 'bling_c15_wall', 'bling_c15_wall', 'i', '1', '1', '1', '1', '0', '0', '4627', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4628', 'hween_c15_sky', 'hween_c15_sky name', 'i', '0', '0', '0', '1', '0', '0', '4628', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4630', 'ktchn_c15_cupboard', 'ktchn_c15_cupboard', 'i', '1', '1', '0', '1', '0', '0', '4630', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4642', 'anc_ele_rock', 'anc_ele_rock', 's', '1', '1', '0', '1', '0', '1', '4642', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4652', 'anc_mossyrock', 'Mossy rock', 's', '1', '1', '0.5', '1', '1', '0', '4652', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4654', 'gate_of_eternity', 'The Gate of Eternity', 's', '1', '1', '0', '1', '0', '0', '4654', '1', '1', '1', '1', '1', 'teleport', '4', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4655', 'anc_artifact3', 'Mighty Frank Statue', 's', '3', '1', '10', '1', '0', '0', '4655', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4670', 'lon_block2', 'Rectangular Block', 's', '1', '2', '1', '1', '0', '0', '4670', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4671', 'lon_base', 'Door Block', 's', '1', '2', '3', '1', '0', '0', '4671', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4672', 'lon_window', 'Window Piece', 's', '1', '2', '3', '1', '0', '0', '4672', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4673', 'lon_gate', 'lon_gate name', 's', '1', '1', '0.1', '1', '0', '0', '4673', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4674', 'lon_roof', 'Stately Roof', 's', '1', '2', '1', '1', '0', '0', '4674', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4675', 'lon_block1', 'Building Block', 's', '1', '1', '1', '1', '0', '1', '4675', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4677', 'matic_walkway_red', 'Red Walkway', 's', '1', '1', '4', '0', '0', '1', '4677', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4678', 'matic_tree_green', 'Green Holo Tree', 's', '1', '1', '1', '0', '0', '0', '4678', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4679', 'matic_walkway_silver', 'Silver Walkway', 's', '1', '1', '4', '0', '0', '1', '4679', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4680', 'matic_cont_duck', '', 's', '1', '1', '1', '0', '0', '0', '4680', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4681', 'matic_tree_blue', 'Blue Holo Tree', 's', '1', '1', '1', '0', '0', '0', '4681', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4682', 'matic_tree_silver', 'Silver Holo Tree', 's', '1', '1', '1', '0', '0', '0', '4682', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4683', 'matic_cont_frank', 'Frank', 's', '1', '1', '1', '0', '0', '0', '4683', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4684', 'matic_cont_alien', 'Alien Specimen', 's', '1', '1', '1', '0', '0', '0', '4684', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4685', 'matic_tree_yellow', 'Yellow Holo Tree', 's', '1', '1', '1', '0', '0', '0', '4685', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4686', 'matic_probe', 'Deep Space Probe', 's', '1', '1', '1', '0', '0', '0', '4686', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4687', 'matic_walkway_green', 'Green Walkway', 's', '1', '1', '4', '0', '0', '1', '4687', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4688', 'matic_tree_red', 'Red Holo Tree', 's', '1', '1', '1', '0', '0', '0', '4688', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4689', 'matic_walkway_blue', 'Blue Walkway', 's', '1', '1', '4', '0', '0', '1', '4689', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4690', 'matic_walkway_yellow', 'Yellow Walkway', 's', '1', '1', '4', '0', '0', '1', '4690', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4692', 'matic_box', 'Mystery Box', 's', '1', '1', '1', '1', '0', '0', '4692', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4694', 'matic_dispenser', 'Black Hole', 's', '1', '1', '1', '0', '0', '0', '4694', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1045,1044,1043,1042,1041,1040,1039,1038,1037,1036,1035,1034,1033,1032,1031,1029,1015,1014,1011,34', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4695', 'matic_mech', 'Battle Mech', 's', '1', '1', '2.2', '0', '1', '0', '4695', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4701', 'cloud_egg', 'Pearl Dragon Egg', 's', '1', '1', '1', '0', '0', '0', '4701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4702', 'cloud_throne', 'Cloud Throne', 's', '1', '1', '2.3', '0', '1', '0', '4702', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4703', 'jetset_yacht_front', 'Yacht Bow', 's', '3', '3', '3.1', '0', '0', '1', '4703', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4704', 'js_jetski', 'Stealth Jet Ski', 's', '1', '1', '1', '0', '1', '0', '4704', '1', '1', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4705', 'vip_gate', 'HC Gate', 's', '1', '1', '0.1', '0', '0', '0', '4705', '1', '1', '1', '1', '0', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4706', 'jetset_yacht_mid_1', 'Yacht Bridge', 's', '3', '1', '4.2', '0', '1', '0', '4706', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4707', 'jetset_landhigh', 'Grassy Stack', 's', '1', '1', '2.5', '0', '0', '1', '4707', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4708', 'jetset_landlow', 'Rocky Stack', 's', '1', '1', '1', '0', '0', '1', '4708', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4709', 'jetset_yacht_back', 'Yacht Stern', 's', '3', '3', '1', '0', '0', '1', '4709', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4710', 'jetset_yacht_mid_2', 'Yacht Middle', 's', '3', '1', '3.1', '0', '0', '1', '4710', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4711', 'jetset_vipscreen', 'Paparazzi Wall', 's', '1', '3', '2', '0', '0', '1', '4711', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4712', 'jetset_yacht_mid_3', 'Yacht Pool', 's', '3', '1', '3.1', '0', '1', '0', '4712', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4713', 'js_jetski2', 'Jet Ski', 's', '1', '1', '1', '0', '1', '0', '4713', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4714', 'jetset_tent', 'Cabana Tent', 's', '2', '2', '0', '0', '0', '1', '4714', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4715', 'jetset_stonejetty', 'Stone Jetty', 's', '1', '2', '0', '0', '0', '1', '4715', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4717', 'prizetrophy_room_1', 'Emerald Trophy', 's', '1', '1', '1', '0', '0', '0', '4717', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4718', 'js_bouncer', 'Bouncer', 's', '1', '1', '1', '0', '0', '0', '4718', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4719', 'jetset_vault_wall', 'Vault Wall', 's', '2', '1', '4', '1', '0', '0', '4719', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4720', 'jetset_vault_crnr', 'Vault Corner', 's', '1', '1', '4', '1', '0', '0', '4720', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4721', 'jetset_moneypatch', 'Cash Patch', 's', '2', '2', '0.1', '0', '0', '1', '4721', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4722', 'jetset_vault_door', 'Vault Door', 's', '2', '1', '0.1', '1', '0', '0', '4722', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4723', 'diamond_dragon', 'Diamond Dragon Lamp', 's', '1', '1', '1', '0', '0', '0', '4723', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4724', 'diamond_throne', 'Diamond Throne', 's', '1', '1', '1', '0', '1', '0', '4724', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4725', 'roombg_jetset', 'Monte Carlo', 's', '1', '1', '0.5', '1', '0', '1', '4725', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4726', 'jetset_vipscreencr', 'Paparazzi Wall Corner', 's', '1', '1', '2', '0', '0', '1', '4726', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4727', 'jetset_tub', 'Golden Bathtub', 's', '1', '2', '1', '0', '1', '0', '4727', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4728', 'js_coins', 'Coin Rain', 's', '1', '1', '0', '1', '0', '1', '4728', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4729', 'hween12_cart', 'Ghost Train Car', 's', '1', '1', '1', '0', '1', '0', '4729', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4730', 'hween12_entry', 'Fairground Entrance', 's', '1', '2', '0.1', '0', '0', '1', '4730', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4731', 'hween12_track', 'Ghost Train Track', 's', '1', '1', '0.2', '1', '0', '1', '4731', '1', '1', '1', '1', '1', 'roller', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4732', 'hween12_orb', 'Ghost Light', 's', '1', '1', '1', '0', '0', '0', '4732', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4733', 'hween12_scarecrow', 'Scarecrow', 's', '1', '1', '2', '0', '0', '0', '4733', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4734', 'roombg_hween12', 'Fairground Of Fear', 's', '1', '1', '1', '0', '0', '1', '4734', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4735', 'hween12_costume_hopper', 'Costume Hopper', 's', '1', '1', '1', '0', '0', '0', '4735', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4736', 'hween12_track_crl', 'Ghost Train Left Corner', 's', '1', '1', '0.2', '0', '0', '1', '4736', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4737', 'hween12_shedskin', 'Snake skin', 's', '1', '1', '0', '0', '0', '1', '4737', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4738', 'hween12_guillotine', 'Guillotine', 's', '1', '3', '1.4', '0', '0', '0', '4738', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4739', 'hween12_track_crr', 'Ghost Train Right Corner', 's', '1', '1', '0.2', '0', '0', '1', '4739', '1', '1', '1', '1', '1', 'roller', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4740', 'hween12_moon', 'Moon Light', 's', '1', '1', '0', '1', '0', '1', '4740', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4741', 'hween12_coffin', '', 's', '1', '2', '0.01', '0', '0', '1', '4741', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4742', 'hween12_lantern', 'Lantern', 's', '1', '2', '1', '1', '0', '0', '4742', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4743', 'hween12_mirror', 'Magic Mirror', 's', '1', '1', '0', '0', '0', '1', '4743', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4744', 'cannon', 'Cannon', 's', '1', '2', '0.1', '0', '0', '0', '4744', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4745', 'hween12_duck', 'Duck Ride', 's', '1', '1', '1.8', '0', '1', '0', '4745', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4746', 'hween12_floor', 'Gory Floor', 's', '2', '2', '0', '1', '0', '1', '4746', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4747', 'hween12_wall', 'Fairground Divider', 's', '1', '2', '1', '1', '0', '0', '4747', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4748', 'costume_gate', 'Costume Gate', 's', '1', '1', '0.1', '0', '0', '0', '4748', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4749', 'hween12_fortune', 'Misfortune Teller', 's', '1', '1', '1', '0', '0', '0', '4749', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4750', 'hween12_cage', 'Cage', 's', '1', '1', '1', '0', '0', '1', '4750', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4751', 'hween12_grabby', 'Fairground Grabber', 's', '1', '1', '1', '0', '0', '0', '4751', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4752', 'hween12_wolf', 'Wolf', 's', '1', '1', '1', '0', '0', '0', '4752', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4753', 'hween12_strengthtest', 'Test Your Strength!', 's', '1', '1', '1', '0', '0', '0', '4753', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4797', 'mystery_box', 'mystery_box', 's', '1', '1', '0', '1', '0', '0', '4797', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4823', 'pet_toy_ball', 'Pet Ball', 's', '1', '1', '1', '1', '0', '1', '4823', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4824', 'pet_waterbottle', 'Baby Waterbottle', 's', '1', '1', '1', '1', '0', '1', '4824', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4826', 'pet_blanket_pink', 'Pink Pet Blanket', 's', '1', '1', '1', '1', '0', '1', '4826', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4827', 'pet_basket_blue', 'Blue Pet Basket', 's', '1', '1', '1', '1', '0', '1', '4827', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4828', 'pet_basket_pink', 'Pink Pet Basket', 's', '1', '1', '1', '1', '0', '1', '4828', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4829', 'pet_blanket_blue', 'Blue Pet Blanket', 's', '1', '1', '1', '1', '0', '1', '4829', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4830', 'mnstr_compost', 'RIP Monster Plant', 's', '1', '1', '1', '1', '0', '1', '4830', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4833', 'holo_dragon', 'Holo Dragon', 's', '1', '1', '1', '1', '0', '0', '4833', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4834', 'wf_act_call_stacks', 'WIRED EFFECT: Execute Wired Stacks', 's', '1', '1', '0.65', '1', '0', '1', '4834', '1', '1', '1', '1', '1', 'wired_effect', '5', '0', '0', '0', '46', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4858', 'china_snake', 'china_snake', 's', '1', '1', '0', '1', '0', '0', '4858', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4885', 'valentines_lovelock', 'valentines_lovelock', 's', '1', '1', '1', '1', '0', '0', '4885', '1', '1', '1', '1', '1', 'lovelock', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4914', 'valentines_lovelock7', 'valentines_lovelock7', 's', '1', '1', '1', '1', '0', '0', '4914', '1', '1', '1', '1', '1', 'lovelock', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4915', 'valentines_lovelock3', 'valentines_lovelock3', 's', '1', '1', '1', '1', '0', '0', '4915', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4916', 'valentines_lovelock4', 'valentines_lovelock4', 's', '1', '1', '1', '1', '0', '0', '4916', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4917', 'dimmer_steampunk', 'dimmer_steampunk name', 'i', '0', '0', '1', '1', '0', '0', '4499', '1', '1', '1', '1', '1', 'dimmer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4918', 'steampunk_map', 'World Map', 'i', '0', '0', '1', '0', '0', '0', '4503', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4920', 'valentines_lovelock10', 'valentines_lovelock10', 's', '1', '1', '1', '1', '0', '0', '4920', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4944', 'val13_statue', 'val13_statue', 's', '2', '2', '0', '1', '0', '0', '4944', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4962', 'steampunk_chair', 'Steampunk Chair', 's', '1', '1', '1', '0', '1', '0', '4955', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4963', 'steampunk_floor1', 'Steampunk Floor', 's', '2', '2', '0.1', '1', '0', '1', '4953', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4964', 'steampunk_table_1', 'Steampunk Table', 's', '1', '2', '0.7', '1', '0', '1', '4948', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4965', 'steampunk_pillar_2', 'Steampunk Pillar', 's', '1', '1', '1', '0', '0', '0', '4951', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4966', 'steampunk_gear_1', 'Large Cog', 's', '1', '1', '0.25', '0', '0', '1', '4958', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4967', 'steampunk_pillar_1', 'Steampunk Pillar', 's', '1', '1', '1', '0', '0', '1', '4949', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4968', 'steampunk_sofachair', 'Steampunk Sofa', 's', '1', '1', '1', '0', '1', '0', '4954', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4969', 'steampunk_gear_2', 'Small Cog', 's', '1', '1', '0.25', '0', '0', '1', '4964', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4970', 'steampunk_chand', 'Steampunk Chandalier', 's', '1', '1', '1', '0', '0', '1', '4952', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4971', 'steampunk_lamp', 'Steampunk Lamp', 's', '1', '1', '1', '0', '0', '0', '4960', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4972', 'steampunk_tele', 'Steampunk Tele', 's', '1', '1', '0', '0', '0', '0', '4956', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4973', 'steampunk_arch', 'Steampunk Arch', 's', '1', '3', '0.001', '0', '0', '1', '4959', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4974', 'steampunk_computer', 'Steampunk Computer', 's', '1', '1', '1', '0', '0', '0', '4961', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4975', 'steampunk_carpet', 'Steampunk Carpet', 's', '3', '2', '0.1', '1', '0', '1', '4965', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4976', 'steampunk_table_2', 'Steampunk Table', 's', '2', '2', '1.6', '1', '0', '0', '4957', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4977', 'steampunk_globe', 'Globe', 's', '1', '1', '1', '0', '0', '0', '4963', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4978', 'steampunk_rack', '', 's', '1', '1', '1', '0', '0', '0', '4950', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4979', 'steampunk_floor2', 'Steampunk Floor', 's', '2', '2', '0.1', '1', '0', '1', '4962', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4997', 'roombg_stars', 'Starry Night', 's', '1', '1', '0', '1', '0', '1', '5535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4998', 'pixel_poster2', 'pixel_poster2 name', 'i', '0', '0', '1', '0', '0', '0', '4498', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4999', 'easter13_globe', 'easter13_globe', 's', '1', '1', '0', '1', '0', '0', '4999', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5000', 'uni_einstein', 'Einstein Bust', 's', '1', '1', '1.1', '1', '0', '0', '6167', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5001', 'wf_maze', 'Maze Divider', 's', '1', '1', '1', '1', '0', '0', '3854', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5002', 'easter13_egg_0', 'Crackable Egg - Level 1', 's', '1', '1', '1', '1', '0', '0', '4986', '1', '1', '1', '1', '1', 'crackable_egg', '15', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5003', 'easter13_egg_1', 'Crackable Egg - Level 2', 's', '1', '1', '1', '1', '0', '0', '4988', '1', '1', '1', '1', '1', 'crackable_egg', '15', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5004', 'easter13_egg_2', 'Crackable Egg - Level 3', 's', '1', '1', '1', '1', '0', '0', '4989', '1', '1', '1', '1', '1', 'crackable_egg', '15', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5005', 'easter13_egg_3', 'Crackable Egg - Level 4', 's', '1', '1', '1', '1', '0', '0', '4987', '1', '1', '1', '1', '1', 'crackable_egg', '15', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5018', 'exe_icecream', 'exe_icecream', 's', '1', '1', '0', '0', '0', '0', '5018', '1', '1', '1', '1', '1', 'vendingmachine', '0', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5045', 'CF_25000_diamond', 'Ornate Crown', 's', '1', '1', '1', '1', '0', '0', '5970', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5046', 'CF_diamond_1000', 'Classic Crown', 's', '1', '1', '1', '1', '0', '0', '5966', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5047', 'CF_diamond_500', '', 's', '1', '1', '1', '1', '0', '0', '5967', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5048', 'CF_diamond_250', 'Pearl Necklace', 's', '1', '1', '1', '1', '0', '0', '5968', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5049', 'CF_diamond_100', 'Emerald Ring', 's', '1', '1', '1', '1', '0', '0', '5969', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5050', 'wf_act_leave_team', 'WIRED Effect: Leave Team', 's', '1', '1', '0.65', '1', '0', '0', '5049', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '57', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5056', 'wf_cnd_actor_in_team', 'WIRED Condition: User Is on Team x', 's', '1', '1', '0.65', '1', '0', '0', '5056', '1', '1', '1', '1', '1', 'wired_condition', '1', '0', '0', '0', '55', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5062', 'wf_act_join_team', 'WIRED Effect: Join team', 's', '1', '1', '0.65', '1', '0', '0', '5062', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '56', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5069', 'loyalty_toad', 'loyalty_toad', 's', '2', '2', '0', '1', '0', '0', '5069', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5072', 'loyalty_mouse', 'loyalty_mouse', 's', '2', '2', '0', '1', '0', '0', '5072', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5074', 'mystics_gstool', 'Good Side Stool', 's', '1', '1', '1', '0', '1', '0', '5074', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5075', 'mystics_bspike2', 'Bad Side Spike', 's', '1', '1', '1', '0', '0', '1', '5075', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5076', 'mystics_bbench', 'Bad Side Bench', 's', '2', '1', '1.5', '0', '1', '0', '5076', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5077', 'mystics_gblock1', 'Good Side Block', 's', '1', '1', '1', '0', '0', '1', '5077', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5078', 'mystics_bfloor', 'Bad Side Large Floor Tile', 's', '2', '2', '0.1', '1', '0', '1', '5078', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5079', 'mystics_bstool', 'Bad Side Stool', 's', '1', '1', '1', '0', '1', '0', '5079', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5080', 'mystics_gbench', 'Good Side Bench', 's', '2', '1', '1', '0', '1', '0', '5080', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5081', 'mystics_garch', 'Good Side Arch', 's', '1', '3', '0.01', '0', '0', '1', '5081', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5082', 'mystics_gblock2', 'Good Side Block', 's', '1', '1', '1', '0', '0', '1', '5082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5083', 'mystics_gfloor', 'Good Side Large Floor Tile', 's', '2', '2', '0.1', '1', '0', '1', '5083', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5084', 'mystics_barch', 'Bad Side Arch', 's', '1', '3', '0.001', '0', '0', '1', '5084', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5085', 'mystics_gtile1', 'Good Side Floor Tile', 's', '1', '1', '0.1', '1', '0', '1', '5085', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5086', 'mystics_bbed', 'Bad Side Sculpture', 's', '1', '3', '1.2', '0', '0', '0', '5086', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5087', 'mystics_btile2', 'Bad Side Floating Crystal', 's', '1', '1', '0.1', '1', '0', '1', '5087', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5088', 'mystics_bspike1', 'Bad Side Spike', 's', '1', '1', '1', '0', '0', '0', '5088', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5089', 'mystics_btile1', 'Bad Side Floor Tile', 's', '1', '1', '0.1', '1', '0', '1', '5089', '1', '1', '1', '1', '1', 'pressure_tile', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5090', 'mystics_btable', 'Bad Side Table', 's', '3', '1', '1', '1', '0', '0', '5090', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5091', 'mystics_gtable', 'Good Side Table', 's', '1', '3', '1', '1', '0', '0', '5091', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5092', 'mystics_gbed', 'Good Side Sculpture', 's', '1', '3', '1.2', '0', '0', '0', '5092', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5093', 'mystics_gtree', 'Good Side Tree', 's', '1', '1', '1', '0', '0', '0', '5093', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5098', 'mystics_ltstatue', 'mystics_ltstatue', 's', '1', '1', '0', '1', '0', '0', '5098', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5118', 'loyalty_dolphin', 'loyalty_dolphin', 's', '2', '1', '0', '1', '0', '0', '5118', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5120', 'ads_clearasil_vend', 'ads_clearasil_vend', 's', '1', '1', '0', '1', '0', '0', '5120', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1046', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5124', 'easter11_grasspatch', 'Bunny Run Field', 's', '2', '2', '0', '1', '0', '1', '3909', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5182', 'hblooza_guitar3', 'hblooza_guitar3', 's', '1', '1', '0', '1', '0', '0', '5182', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5183', 'hblooza_guitar1', 'hblooza_guitar1', 's', '1', '1', '0', '1', '0', '0', '5183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5184', 'hblooza_guitar11', 'hblooza_guitar11', 's', '1', '1', '0', '1', '0', '0', '5184', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5185', 'hblooza_guitar7', 'hblooza_guitar7', 's', '1', '1', '0', '1', '0', '0', '5185', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5186', 'hblooza_guitar9', 'hblooza_guitar9', 's', '1', '1', '0', '1', '0', '0', '5186', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5187', 'hblooza_guitar8', 'hblooza_guitar8', 's', '1', '1', '0', '1', '0', '0', '5187', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5188', 'hblooza_guitar6', 'hblooza_guitar6', 's', '1', '1', '0', '1', '0', '0', '5188', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5189', 'hblooza_guitar10', 'hblooza_guitar10', 's', '1', '1', '0', '1', '0', '0', '5189', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5190', 'hblooza_guitar5', 'hblooza_guitar5', 's', '1', '1', '0', '1', '0', '0', '5190', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5191', 'hblooza_guitar4', 'hblooza_guitar4', 's', '1', '1', '0', '1', '0', '0', '5191', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5192', 'hblooza_guitar2', 'hblooza_guitar2', 's', '1', '1', '0', '1', '0', '0', '5192', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5193', 'hblooza_pinata2', 'hblooza_pinata2', 's', '1', '1', '0', '1', '0', '1', '5193', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5194', 'hblooza_pinata1', 'hblooza_pinata1', 's', '1', '1', '0', '1', '0', '1', '5194', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5241', 'pirate_teleport\r\n', 'pirate_teleport\r\n', 's', '1', '1', '0', '1', '0', '0', '5241', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5242', 'pirate_poseidon', 'pirate_poseidon', 's', '1', '1', '0', '1', '0', '0', '5242', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5246', 'pirate_stage_g', 'pirate_stage_g', 's', '2', '2', '1', '1', '0', '1', '5246', '1', '1', '1', '1', '1', 'default', '4', '0', '0.9,1.8,2.7,3.6', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5247', 'pirate_stage3_g', 'pirate_stage3_g', 's', '1', '2', '0', '1', '0', '0', '5247', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5248', 'pirate_stairs_g', 'pirate_stairs_g', 's', '1', '1', '1', '1', '0', '1', '5248', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5249', 'pirate_plank_g', 'pirate_plank_g', 's', '2', '1', '0', '1', '0', '0', '5249', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5251', 'pirate_mast_g', 'pirate_mast_g', 's', '1', '1', '0', '1', '0', '0', '5251', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5252', 'pirate_gate_g', 'pirate_gate_g', 's', '1', '1', '0', '1', '0', '1', '5252', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5253', 'pirate_stage2_g', 'pirate_stage2_g', 's', '1', '1', '0.6', '1', '0', '1', '5253', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5254', 'ship_wheel_g', 'ship_wheel_g', 's', '1', '1', '0', '1', '0', '0', '5254', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5257', 'school_chairgold', 'school_chairgold', 's', '1', '1', '1', '1', '1', '0', '5257', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5258', 'school_coatrack_g', 'school_coatrack_g', 's', '2', '1', '1', '1', '1', '0', '5258', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5260', 'school_coatrack_b', 'school_coatrack_b', 's', '2', '1', '1', '1', '1', '0', '5260', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5262', 'school_chair_b', 'school_chair_b', 's', '1', '1', '1', '1', '1', '0', '5262', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5263', 'school_locker_g', 'school_locker_g', 's', '1', '1', '0', '1', '0', '0', '5263', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5264', 'school_consolegold', 'school_consolegold', 's', '1', '1', '1.2', '1', '0', '0', '5264', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5265', 'school_chair_g', 'school_chair_g', 's', '1', '1', '1', '1', '1', '0', '5265', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5266', 'school_fountain', 'school_fountain', 's', '1', '1', '0', '1', '0', '0', '5266', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5268', 'school_console_g', 'school_console_g', 's', '1', '1', '1.2', '1', '0', '0', '5268', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5269', 'school_console_b', 'school_console_b', 's', '1', '1', '1.2', '1', '0', '0', '5269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5270', 'school_coatrack_r', 'school_coatrack_r', 's', '2', '1', '1', '1', '1', '0', '5270', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5271', 'school_gate', 'school_gate', 's', '3', '1', '0', '1', '0', '1', '5271', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5272', 'school_cafe', 'school_cafe', 's', '2', '1', '0', '1', '0', '0', '5272', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5273', 'grungelamp', 'grungelamp', 's', '1', '1', '0', '1', '0', '0', '5273', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5274', 'ads_clearasil_vend2', 'ads_clearasil_vend2', 's', '1', '1', '0', '1', '0', '0', '5274', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5275', 'golden_apple', 'golden_apple', 's', '2', '2', '0', '1', '0', '0', '5275', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5276', 'trophy_display', 'trophy_display', 's', '2', '1', '0', '1', '0', '0', '5276', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5304', 'hween13_tele', 'Reaper Teleport', 's', '1', '1', '0', '1', '0', '0', '5304', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5318', 'loyalty_pig', 'loyalty_pig', 's', '2', '2', '0', '1', '0', '0', '5318', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5319', 'hween13_monsterpea', 'hween13_monsterpea', 's', '1', '1', '0', '1', '0', '0', '5319', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5321', 'hween13_throne', 'hween13_throne', 's', '1', '1', '1.9', '1', '1', '0', '5321', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5323', 'cine_teleport4', 'Cinema Teleport', 's', '1', '1', '0.01', '1', '0', '0', '5323', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5324', 'cine_starchair', '', 's', '1', '1', '1.3', '0', '1', '0', '5324', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5325', 'cine_pillarlight', 'Cine Pillar Light', 's', '2', '1', '1', '0', '0', '0', '5325', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5326', 'cine_teleport2', 'Cinema Teleport', 's', '1', '1', '0.01', '1', '0', '0', '5326', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5327', 'cine_bigcorn', 'Big Popcorn', 's', '1', '1', '1', '0', '0', '0', '5327', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5328', 'cine_teleport1', 'Cinema Teleport', 's', '1', '1', '0.01', '1', '0', '0', '5328', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5329', 'cine_soda', 'Big Soda', 's', '1', '1', '1', '0', '0', '0', '5329', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5330', 'cine_teleport3', 'Cinema Teleport', 's', '1', '1', '0.01', '1', '0', '0', '5330', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5331', 'ads_dtlrare', 'ads_dtlrare', 's', '1', '1', '0', '1', '0', '0', '5331', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1048', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5342', 'xmas13_block2', 'Small Wooden Block', 's', '1', '1', '0.9', '0', '0', '1', '5342', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5343', 'xmas13_snowflake10', 'Icy Cannon', 's', '2', '1', '1', '0', '0', '0', '5343', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5344', 'xmas13_snowflake2', 'Icy thorn bush', 's', '2', '1', '1', '0', '0', '0', '5344', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5345', 'xmas13_table', 'Workshop Table', 's', '1', '2', '1.3', '0', '0', '0', '5345', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5346', 'xmas13_snowflake5', 'Icy Tiki statue', 's', '1', '1', '2.45', '0', '0', '0', '5346', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5347', 'xmas13_snack', 'Snack', 's', '1', '1', '1', '0', '0', '0', '5347', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5348', 'xmas13_snowflake9', 'Icy Cactus', 's', '1', '1', '1', '0', '0', '0', '5348', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5349', 'xmas13_snowflake3', 'Icy duck shrub', 's', '1', '1', '1', '0', '0', '0', '5349', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5350', 'xmas13_block1', 'Large Wooden Block', 's', '1', '2', '0.9', '0', '0', '1', '5350', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5351', 'xmas13_snowflake6', 'Icy cupid', 's', '1', '1', '1', '0', '0', '0', '5351', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5352', 'xmas13_snowflake1', 'Icy candelabra', 's', '1', '1', '1', '0', '0', '0', '5352', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5353', 'xmas13_snowflake7', 'Icy sink', 's', '1', '1', '1', '0', '0', '0', '5353', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5355', 'xmas13_snowflake8', 'Icy blue plant', 's', '1', '1', '1', '0', '0', '0', '5355', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5356', 'xmas13_chair', 'Workshop chair', 's', '1', '1', '1.2', '0', '1', '0', '5356', '0', '0', '1', '0', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5357', 'xmas13_floor', 'Workshop Floor', 's', '2', '2', '0.001', '1', '0', '1', '5357', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5358', 'xmas13_snowflake4', 'Icy lamp post', 's', '1', '1', '1', '0', '0', '0', '5354', '0', '0', '1', '0', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5359', 'js_bling_bed', 'js_bling_bed', 's', '2', '3', '0', '1', '0', '0', '5359', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5360', 'js_chandelier', 'js_chandelier', 's', '1', '1', '0', '1', '0', '1', '5360', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5361', 'js_bling11_seat1', 'js_bling11_seat1', 's', '1', '1', '1', '1', '1', '0', '5361', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5362', 'js_bling_fridge', 'js_bling_fridge', 's', '1', '1', '0', '1', '0', '0', '5362', '1', '1', '1', '1', '1', 'vendingmachine', '1', '50', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5363', 'js_bling11_seat2', 'js_bling11_seat2', 's', '1', '1', '1.2', '1', '1', '0', '5363', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5364', 'js_bling11_sofa', 'js_bling11_sofa', 's', '3', '1', '1', '1', '1', '0', '5364', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5365', 'js_bling11_dvn', 'js_bling11_dvn', 's', '1', '3', '1.4', '1', '0', '0', '5365', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5413', 'royal_sofa', 'royal_sofa', 's', '2', '1', '1', '1', '1', '0', '5413', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5419', 'royal_chair', 'royal_chair', 's', '1', '1', '1', '1', '1', '0', '5419', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5491', 'xmas13_shelves', 'xmas13_shelves', 's', '2', '1', '3.5', '1', '0', '0', '5491', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5492', 'xmas13_pillar', 'xmas13_pillar', 's', '1', '1', '4', '1', '0', '0', '5492', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5493', 'xmas13_toyhorse', 'xmas13_toyhorse', 's', '2', '1', '0', '1', '0', '0', '5493', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5494', 'xmas13_tools1', 'xmas13_tools1', 's', '1', '1', '0', '1', '0', '0', '5494', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5495', 'xmas13_paintsplat1', 'xmas13_paintsplat1', 's', '1', '1', '0', '1', '0', '1', '5495', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5496', 'xmas13_gingerbread', 'xmas13_gingerbread', 's', '1', '1', '0', '1', '0', '0', '5496', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5497', 'xmas13_light', 'xmas13_light', 's', '1', '1', '0', '1', '0', '0', '5497', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5498', 'xmas13_candycane1', 'xmas13_candycane1', 's', '1', '2', '0', '1', '0', '0', '5498', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1025', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5499', 'xmas13_paintsplat3', 'xmas13_paintsplat3', 's', '1', '1', '0', '1', '0', '1', '5499', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5500', 'xmas13_paintsplat4', 'xmas13_paintsplat4', 's', '1', '1', '0', '1', '0', '1', '5500', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5501', 'xmas13_paintsplat2', 'xmas13_paintsplat2', 's', '1', '1', '0', '1', '0', '1', '5501', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5502', 'xmas13_candycane2', 'xmas13_candycane2', 's', '2', '1', '0', '1', '0', '0', '5502', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5503', 'xmas13_bucket1', 'xmas13_bucket1', 's', '1', '1', '0', '1', '0', '0', '5503', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5504', 'xmas13_toyblock2', 'xmas13_toyblock2', 's', '1', '1', '1', '1', '0', '0', '5504', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5505', 'xmas13_toyblock4', 'xmas13_toyblock4', 's', '1', '1', '1', '1', '0', '0', '5505', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5506', 'xmas13_toyblock3', 'xmas13_toyblock3', 's', '1', '1', '1', '1', '0', '0', '5506', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5507', 'xmas13_toyblock1', 'xmas13_toyblock1', 's', '1', '1', '1', '1', '0', '0', '5507', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5519', 'cine_pstr_0', 'Revenge of the Cheeps', 'i', '0', '0', '1', '0', '0', '0', '4519', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5520', 'cine_pstr_1', 'Get Frank', 'i', '0', '0', '1', '0', '0', '0', '4517', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5521', 'cine_pstr_2', 'The Rabbit', 'i', '0', '0', '1', '0', '0', '0', '4522', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5522', 'cine_pstr_3', 'The Rabbit 2', 'i', '0', '0', '1', '0', '0', '0', '4520', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5523', 'cine_pstr_4', 'Dark Duck Descends', 'i', '0', '0', '1', '0', '0', '0', '4514', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5524', 'cine_pstr_8', 'Habbo Club', 'i', '0', '0', '1', '0', '0', '0', '4516', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5525', 'cine_pstr_9', 'Bobbaro', 'i', '0', '0', '1', '0', '0', '0', '4521', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5526', 'cine_pstr_5', 'Avatar Editor', 'i', '0', '0', '1', '0', '0', '0', '4518', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5527', 'cine_pstr_6', 'The Ducket List', 'i', '0', '0', '1', '0', '0', '0', '4513', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5528', 'cine_pstr_7', 'M.O.D', 'i', '0', '0', '1', '0', '0', '0', '4515', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5529', 'xmas13_robotdino', 'xmas13_robotdino', 's', '1', '2', '0', '1', '0', '0', '5529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5533', 'xmas13_terminal', 'xmas13_terminal', 's', '1', '1', '0', '1', '0', '0', '5533', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5534', 'xmas13_icecream', 'xmas13_icecream', 's', '1', '1', '0', '1', '0', '0', '5534', '1', '1', '1', '1', '1', 'vendingmachine', '1', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5536', 'roombg_city1', 'roombg_city1', 's', '1', '1', '0', '1', '0', '0', '5536', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5537', 'roombg_city2', 'roombg_city2', 's', '1', '1', '0', '1', '0', '0', '5537', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5538', 'rare_chinahorse', 'rare_chinahorse', 's', '1', '1', '0', '1', '0', '0', '5538', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5539', 'bc_block_redbrick*1', 'bc_block_redbrick*1', 's', '1', '1', '1', '1', '0', '0', '5539', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5681', 'prizetrophy_storieshero', 'prizetrophy_storieshero', 's', '1', '1', '0', '1', '0', '0', '5681', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5682', 'book_rare*0', 'book_rare*0', 's', '1', '1', '0', '1', '0', '0', '5682', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5683', 'book_rare*1', 'book_rare*1', 's', '1', '1', '0', '1', '0', '0', '5683', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5684', 'book_rare*2', 'book_rare*2', 's', '1', '1', '0', '1', '0', '0', '5684', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5685', 'book_rare*3', 'book_rare*3', 's', '1', '1', '0', '1', '0', '0', '5685', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5686', 'book_rare*4', 'book_rare*4', 's', '1', '1', '0', '1', '0', '0', '5686', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5687', 'book_rare*5', 'book_rare*5', 's', '1', '1', '0', '1', '0', '0', '5687', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5688', 'book_rare*6', 'book_rare*6', 's', '1', '1', '0', '1', '0', '0', '5688', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5689', 'book_rare*7', 'book_rare*7', 's', '1', '1', '0', '1', '0', '0', '5689', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5690', 'book_rare*8', 'book_rare*8', 's', '1', '1', '0', '1', '0', '0', '5690', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5691', 'book_rare*9', 'book_rare*9', 's', '1', '1', '0', '1', '0', '0', '5691', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5718', 'val14_lovelock1', 'val14_lovelock1', 's', '1', '1', '1', '1', '0', '0', '5718', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5733', 'br_phoenix', 'br_phoenix', 's', '1', '1', '0', '1', '0', '0', '5733', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5734', 'val14_lamp', 'val14_lamp', 's', '1', '1', '0', '1', '0', '0', '5734', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5739', 'hlympic_bear', 'hlympic_bear', 's', '1', '1', '0', '1', '0', '0', '5739', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5740', 'val14_fountain', 'val14_fountain', 's', '0', '2', '0', '1', '0', '0', '5740', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5741', 'portabandeira', 'portabandeira', 's', '4', '4', '0', '1', '0', '0', '5741', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5742', 'val14_lovelock3', 'val14_lovelock3', 's', '1', '1', '1', '1', '0', '0', '5742', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5743', 'runway_camera', 'runway_camera', 's', '1', '1', '0', '1', '0', '0', '5743', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5746', 'runway_hangingb', 'runway_hangingb', 's', '1', '1', '0', '1', '0', '0', '5746', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5747', 'runway_umbrellalight', 'runway_umbrellalight', 's', '1', '1', '0', '1', '0', '0', '5747', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5748', 'runway_fan', 'runway_fan', 's', '1', '1', '0', '1', '0', '0', '5748', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5749', 'runway_changing', 'runway_changing', 's', '1', '1', '0', '1', '0', '1', '5749', '1', '1', '1', '1', '1', 'pressure_tile', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5750', 'rare_sage', 'rare_sage', 's', '1', '1', '0', '1', '0', '0', '5750', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5751', 'runway_oldecamera', 'runway_oldecamera', 's', '1', '1', '0', '1', '0', '0', '5751', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5752', 'runway_changingrare', 'runway_changingrare', 's', '1', '1', '0', '1', '0', '1', '5752', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5753', 'rare_stpat14', 'rare_stpat14', 's', '1', '1', '0', '1', '0', '0', '5753', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5754', 'nest_leprechaun', 'nest_leprechaun', 's', '2', '2', '0', '1', '0', '0', '5754', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5755', 'nest_gnome', 'nest_gnome', 's', '1', '1', '0', '1', '0', '0', '5755', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5762', 'stories_sch_book', 'stories_sch_book', 's', '1', '1', '0', '1', '0', '0', '5762', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5763', 'stories_sch_hourglass', 'stories_sch_hourglass', 's', '1', '1', '0', '1', '0', '0', '5763', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5764', 'LTD_fashionistam', 'LTD_fashionistam', 's', '1', '1', '0', '1', '0', '0', '5764', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5765', 'LTD_fashionistaf', 'LTD_fashionistaf', 's', '1', '1', '0', '1', '0', '0', '5765', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5815', 'stories_sch_chair', 'stories_sch_chair', 's', '1', '1', '1.2', '1', '1', '0', '5815', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5816', 'stories_sch_bookshelf', 'stories_sch_bookshelf', 's', '2', '1', '0', '1', '0', '0', '5816', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5850', 'ltd_habberge3', 'ltd_habberge3', 's', '1', '1', '0', '1', '0', '0', '5850', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5851', 'ltd_habberge2', 'ltd_habberge2', 's', '1', '1', '0', '1', '0', '0', '5851', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5852', 'ltd_habberge4', 'ltd_habberge4', 's', '1', '1', '0', '1', '0', '0', '5852', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5853', 'ltd_habberge5', 'ltd_habberge5', 's', '1', '1', '0', '1', '0', '0', '5853', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5855', 'ltd_habberge1', 'ltd_habberge1', 's', '1', '1', '0', '1', '0', '0', '5855', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5857', 'stories_oldmusic_neon', 'stories_oldmusic_neon', 's', '1', '1', '0', '1', '0', '1', '5857', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5858', 'stories_oldmusic_vinyl', 'stories_oldmusic_vinyl', 's', '1', '1', '0', '1', '0', '0', '5858', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5859', 'stories_oldmusic_guitarcase', 'stories_oldmusic_guitarcase', 's', '1', '1', '0', '1', '0', '0', '5859', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5860', 'stories_oldmusic_mike', 'stories_oldmusic_mike', 's', '1', '1', '0', '1', '0', '0', '5860', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5862', 'rare_venusstatue', 'rare_venusstatue', 's', '1', '1', '0', '1', '0', '0', '5862', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5863', 'guild_forum', 'Forum Furni', 's', '2', '1', '0', '1', '0', '0', '5863', '1', '1', '1', '1', '1', 'guild_forum', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5900', 'bc_wood*1', 'bc_wood*1', 's', '1', '1', '1', '1', '0', '0', '5900', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5901', 'bc_wood*2', 'bc_wood*2', 's', '1', '1', '1', '1', '0', '0', '5901', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5902', 'bc_wood*3', 'bc_wood*3', 's', '1', '1', '1', '1', '0', '0', '5902', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5903', 'bc_wood*4', 'bc_wood*4', 's', '1', '1', '1', '1', '0', '0', '5903', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5904', 'bc_wood*5', 'bc_wood*5', 's', '1', '1', '1', '1', '0', '0', '5904', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5905', 'bc_wood*6', 'bc_wood*6', 's', '1', '1', '1', '1', '0', '0', '5905', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5941', 'vikings_throne', 'vikings_throne', 's', '1', '1', '1.6', '1', '1', '0', '5941', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5942', 'vikings_yggdrasil', 'vikings_yggdrasil', 's', '2', '2', '0', '1', '0', '0', '5942', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5943', 'vikings_thor', 'vikings_thor', 's', '1', '1', '0', '1', '0', '0', '5943', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5944', 'vikings_chesspiece', 'vikings_chesspiece', 's', '1', '1', '0', '1', '0', '0', '5944', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5947', 'ads_dtlrare_rc', 'ads_dtlrare_rc', 's', '1', '1', '0', '1', '0', '0', '5947', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1052', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5949', 'fball_goldenboot', 'fball_goldenboot', 's', '1', '1', '0', '1', '0', '0', '5949', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5950', 'fball_grp_crnr', 'fball_grp_crnr', 's', '1', '1', '0', '1', '0', '0', '5950', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5951', 'fball_trophybrasil_silver', 'fball_trophybrasil_silver', 's', '1', '1', '0', '1', '0', '0', '5951', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5952', 'fball_ball6', 'fball_ball6', 's', '1', '1', '0', '1', '0', '0', '5952', '1', '1', '1', '1', '1', 'ball', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5953', 'fball_trophybrasil_bronze', 'fball_trophybrasil_bronze', 's', '1', '1', '0', '1', '0', '0', '5953', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5954', 'fball_trophybrasil_gold', 'fball_trophybrasil_gold', 's', '1', '1', '0', '1', '0', '0', '5954', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5955', 'fball_grp_fnc1', 'fball_grp_fnc1', 's', '1', '1', '0', '1', '0', '0', '5955', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5956', 'fball_grp_cote', 'fball_grp_cote', 's', '1', '3', '0', '1', '0', '0', '5956', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5957', 'fball_grp_bench', 'fball_grp_bench', 's', '3', '1', '1', '1', '1', '0', '5957', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5958', 'fball_grp_fnc3', 'fball_grp_fnc3', 's', '1', '1', '0', '1', '0', '0', '5958', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5959', 'fball_audbench2', 'fball_audbench2', 's', '4', '1', '1', '1', '1', '0', '5959', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5960', 'stories_football_board', 'stories_football_board', 's', '3', '1', '0', '1', '0', '0', '5960', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5961', 'stories_football_table', 'stories_football_table', 's', '3', '2', '0', '1', '0', '0', '5961', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5964', 'fball_mascot', 'fball_mascot', 's', '1', '1', '0', '1', '0', '0', '5964', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5965', 'fball_scales', 'fball_scales', 's', '1', '1', '0.2', '1', '0', '1', '5965', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5971', 'stories_football_screen', 'stories_football_screen', 's', '2', '1', '0', '1', '0', '0', '5971', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5972', 'fball_ltd14', 'fball_ltd14', 's', '1', '1', '0', '1', '0', '0', '5972', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6168', 'st_uni_solarsystem', 'Solar System', 's', '1', '1', '0', '1', '0', '1', '6168', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('6169', 'matic_water_dispenser', 'matic_water_dispenser', 's', '1', '1', '0', '1', '0', '0', '6169', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6174', 'hween14_crn', 'hween14_crn name', 's', '1', '1', '2.4', '1', '0', '0', '6174', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6175', 'hween14_floor', 'hween14_floor name', 's', '2', '2', '0', '1', '0', '1', '6175', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6176', 'hween14_catrina', 'hween14_catrina name', 's', '1', '1', '1', '1', '0', '0', '6176', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6177', 'hween14_hccoffin', 'hween14_hccoffin name', 's', '1', '3', '1', '1', '0', '0', '6177', '1', '1', '1', '1', '1', 'bed', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6184', 'hween14_lovelock', 'hween14_lovelock', 's', '1', '1', '1', '1', '0', '0', '6184', '1', '1', '1', '1', '1', 'lovelock', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('6215', 'st_hween14_jack', 'st_hween14_jack', 's', '1', '1', '0', '1', '0', '0', '6215', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6216', 'st_hween14_skulls', 'st_hween14_skulls', 's', '1', '1', '0', '1', '0', '0', '6216', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1062,1063,1064', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6218', 'st_hween14_horse', 'st_hween14_horse', 's', '1', '1', '0', '1', '0', '0', '6218', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6219', 'st_hween14_mbox', 'st_hween14_mbox', 's', '1', '1', '0', '1', '0', '0', '6219', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6220', 'st_hween14_fireplace', 'st_hween14_fireplace', 's', '2', '1', '0', '1', '0', '0', '6220', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6224', 'limo_r_front', 'limo_r_front', 's', '2', '1', '1', '1', '0', '0', '6224', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6225', 'limo_r_back', 'limo_r_back', 's', '2', '1', '1', '1', '1', '0', '6225', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6226', 'limo_r_mid2', 'limo_r_mid2', 's', '2', '1', '0.3', '1', '0', '1', '6226', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6227', 'limo_r_mid', 'limo_r_mid', 's', '2', '1', '1', '1', '1', '0', '6227', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6228', 'hween14_ltdalter', 'hween14_ltdalter', 's', '3', '2', '0', '1', '0', '0', '6228', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6229', 'prizetrophy_mastercard', 'prizetrophy_mastercard', 's', '1', '1', '0', '1', '0', '0', '6229', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('6252', 'xmas14_mermaid', 'xmas14_mermaid', 's', '1', '1', '0', '1', '0', '0', '6252', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6257', 'xmas14_boomboxman', 'xmas14_boomboxman', 's', '1', '1', '0', '1', '0', '0', '6257', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6260', 'xmas14_tubeman', 'xmas14_tubeman', 's', '1', '1', '1', '0', '0', '0', '6260', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6261', 'xmas14_elf8', 'xmas14_elf8', 's', '1', '1', '1', '0', '0', '0', '6261', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6262', 'xmas14_elf7', 'xmas14_elf7', 's', '1', '1', '1', '0', '0', '0', '6262', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6263', 'xmas14_elf3', 'xmas14_elf3', 's', '1', '1', '1', '0', '0', '0', '6263', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6264', 'xmas14_elf1', 'xmas14_elf1', 's', '1', '1', '1', '0', '0', '0', '6264', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6265', 'xmas14_elf5', 'xmas14_elf5', 's', '1', '1', '1', '0', '0', '0', '6265', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6266', 'xmas14_elf10', 'xmas14_elf10', 's', '1', '1', '1', '0', '0', '0', '6266', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6267', 'xmas14_elf2', 'xmas14_elf2', 's', '1', '1', '1', '0', '0', '0', '6267', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6268', 'xmas14_elf9', 'xmas14_elf9', 's', '1', '1', '1', '0', '0', '0', '6268', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6269', 'xmas14_elf4', 'xmas14_elf4', 's', '1', '1', '1', '0', '0', '0', '6269', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6270', 'xmas14_elf6', 'xmas14_elf6', 's', '1', '1', '1', '0', '0', '0', '6270', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6271', 'hc_arab_tetbl', 'hc_arab_tetbl', 's', '1', '1', '1.5', '1', '0', '0', '6271', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6272', 'hc_arab_bigtb', 'hc_arab_bigtb', 's', '3', '2', '1.2', '1', '0', '0', '6272', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6273', 'xmas14_santateller ', 'xmas14_santateller ', 's', '1', '1', '0', '1', '0', '0', '6273', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6274', 'memorial_size', 'memorial_size', 's', '1', '2', '0', '1', '0', '0', '6274', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6275', 'bc_blocktrophy_1', 'bc_blocktrophy_1', 's', '1', '1', '1', '1', '0', '1', '6275', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6276', 'xmas14_hammock', 'xmas14_hammock', 's', '1', '3', '1.8', '1', '0', '0', '6276', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('6277', 'xmas14_santastuck', 'xmas14_santastuck', 's', '1', '1', '0', '1', '0', '0', '6277', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7100', 'horse_saddle1', 'Pad of Stickies', 's', '1', '1', '1', '0', '0', '0', '4221', '0', '1', '1', '1', '1', 'horse_saddle_1', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7722', 'attic15_cabinet', 'attic15_cabinet', 's', '2', '1', '0', '1', '0', '0', '7722', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7723', 'val15_gift2', 'val15_gift2', 's', '1', '1', '0', '1', '0', '0', '7723', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7724', 'val15_zen', 'val15_zen', 's', '2', '2', '0', '1', '0', '1', '7724', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7725', 'val15_tele', 'val15_tele', 's', '1', '1', '0', '1', '0', '0', '7725', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7776', 'val15_shrub', 'val15_shrub', 's', '1', '1', '0', '1', '0', '0', '7776', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7779', 'rare_prize15*1', 'rare_prize15*1', 's', '1', '1', '0', '1', '0', '0', '7779', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7780', 'rare_prize15*10', 'rare_prize15*10', 's', '1', '1', '0', '1', '0', '0', '7780', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7781', 'rare_prize15*11', 'rare_prize15*11', 's', '1', '1', '0', '1', '0', '0', '7781', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7782', 'rare_prize15*12', 'rare_prize15*12', 's', '1', '1', '0', '1', '0', '0', '7782', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7783', 'rare_prize15*2', 'rare_prize15*2', 's', '1', '1', '0', '1', '0', '0', '7783', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7784', 'rare_prize15*3', 'rare_prize15*3', 's', '1', '1', '0', '1', '0', '0', '7784', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7785', 'rare_prize15*4', 'rare_prize15*4', 's', '1', '1', '0', '1', '0', '0', '7785', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7786', 'rare_prize15*5', 'rare_prize15*5', 's', '1', '1', '0', '1', '0', '0', '7786', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7787', 'rare_prize15*6', 'rare_prize15*6', 's', '1', '1', '0', '1', '0', '0', '7787', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7788', 'rare_prize15*7', 'rare_prize15*7', 's', '1', '1', '0', '1', '0', '0', '7788', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7789', 'rare_prize15*8', 'rare_prize15*8', 's', '1', '1', '0', '1', '0', '0', '7789', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7790', 'rare_prize15*9', 'rare_prize15*9', 's', '1', '1', '0', '1', '0', '0', '7790', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7791', 'carnival15_hotair_brazil', 'carnival15_hotair_brazil', 's', '1', '1', '0', '1', '0', '1', '7791', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7804', 'cpunk_c15_neoarrowup', 'cpunk_c15_neoarrowup', 's', '1', '1', '0', '1', '0', '0', '7804', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7805', 'cpunk_c15_neonx', 'cpunk_c15_neonx', 's', '1', '1', '0', '1', '0', '0', '7805', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7806', 'cpunk15_robofrank', 'cpunk15_robofrank', 's', '1', '1', '0', '1', '0', '0', '7806', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7807', 'cpunk_c15_tele', 'cpunk_c15_tele', 's', '1', '1', '0', '1', '0', '0', '7807', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7808', 'cpunk15_robo', 'cpunk15_robo', 's', '1', '1', '0', '1', '0', '0', '7808', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7809', 'cpunk15_gift', 'cpunk15_gift', 's', '1', '1', '0', '1', '0', '0', '7809', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7810', 'cpunk_c15_rain', 'cpunk_c15_rain', 's', '1', '1', '0', '1', '0', '1', '7810', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7811', 'cpunk_c15_table', 'cpunk_c15_table', 's', '2', '1', '1', '1', '0', '0', '7811', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7812', 'clothing_cyboots', 'clothing_cyboots', 's', '1', '1', '0', '1', '0', '0', '7812', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '37', '0');
INSERT INTO `furniture` VALUES ('7813', 'cpunk_c15_searchlight', 'cpunk_c15_searchlight', 's', '1', '1', '0', '1', '0', '0', '7813', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7814', 'clothing_cyzipped', 'clothing_cyzipped', 's', '1', '1', '0', '1', '0', '0', '7814', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '50', '0');
INSERT INTO `furniture` VALUES ('7815', 'clothing_cystraphood', 'clothing_cystraphood', 's', '1', '1', '0', '1', '0', '0', '7815', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '48', '0');
INSERT INTO `furniture` VALUES ('7816', 'clothing_goggles', 'clothing_goggles', 's', '1', '1', '0', '1', '0', '0', '7816', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '51', '0');
INSERT INTO `furniture` VALUES ('7817', 'cpunk_c15_robojunk', 'cpunk_c15_robojunk', 's', '1', '1', '0', '1', '0', '0', '7817', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7818', 'cpunk15_blimp', 'cpunk15_blimp', 's', '1', '1', '0', '1', '0', '1', '7818', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7819', 'clothing_cyskirt', 'clothing_cyskirt', 's', '1', '1', '0', '1', '0', '0', '7819', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '46', '0');
INSERT INTO `furniture` VALUES ('7820', 'clothing_cyquif', 'clothing_cyquif', 's', '1', '1', '0', '1', '0', '0', '7820', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '45', '0');
INSERT INTO `furniture` VALUES ('7821', 'cpunk_c15_building2', 'cpunk_c15_building2', 's', '1', '2', '2', '1', '0', '0', '7821', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7822', 'clothing_cyhood', 'clothing_cyhood', 's', '1', '1', '0', '1', '0', '0', '7822', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '42', '0');
INSERT INTO `furniture` VALUES ('7823', 'cpunk_c15_tubes', 'cpunk_c15_tubes', 's', '1', '1', '0', '1', '0', '0', '7823', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7824', 'clothing_cyhair', 'clothing_cyhair', 's', '1', '1', '0', '1', '0', '0', '7824', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '41', '0');
INSERT INTO `furniture` VALUES ('7825', 'cpunk_c15_neonsk', 'cpunk_c15_neonsk', 's', '1', '1', '0', '1', '0', '0', '7825', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7826', 'cpunk_c15_neoarrow', 'cpunk_c15_neoarrow', 's', '1', '1', '0', '1', '0', '0', '7826', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7827', 'clothing_cystrappants', 'clothing_cystrappants', 's', '1', '1', '0', '1', '0', '0', '7827', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '49', '0');
INSERT INTO `furniture` VALUES ('7828', 'cpunk_c15_road', 'cpunk_c15_road', 's', '2', '2', '0', '1', '0', '1', '7828', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7829', 'cpunk15_gunvender', 'cpunk15_gunvender', 's', '2', '1', '0', '1', '0', '0', '7829', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7830', 'cpunk_c15_neond', 'cpunk_c15_neond', 's', '1', '1', '0', '1', '0', '0', '7830', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7831', 'clothing_cystrapboots', 'clothing_cystrapboots', 's', '1', '1', '0', '1', '0', '0', '7831', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '47', '0');
INSERT INTO `furniture` VALUES ('7832', 'clothing_cymask', 'clothing_cymask', 's', '1', '1', '0', '1', '0', '0', '7832', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '44', '0');
INSERT INTO `furniture` VALUES ('7833', 'cpunk_c15_stool', 'cpunk_c15_stool', 's', '1', '1', '1.8', '1', '1', '0', '7833', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7834', 'cpunk_c15_traffic', 'cpunk_c15_traffic', 's', '1', '1', '0', '1', '0', '0', '7834', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7835', 'clothing_cyglass', 'clothing_cyglass', 's', '1', '1', '0', '1', '0', '0', '7835', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '40', '0');
INSERT INTO `furniture` VALUES ('7836', 'cpunk_c15_door', 'cpunk_c15_door', 's', '1', '2', '0', '1', '0', '0', '7836', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7837', 'clothing_cygirl', 'clothing_cygirl', 's', '1', '1', '0', '1', '0', '0', '7837', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '39', '0');
INSERT INTO `furniture` VALUES ('7838', 'cpunk15_roborat', 'cpunk15_roborat', 's', '1', '1', '0', '1', '0', '0', '7838', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7839', 'cpunk15_robosheep', 'cpunk15_robosheep', 's', '1', '1', '0', '1', '0', '0', '7839', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7840', 'cpunk_c15_bar', 'cpunk_c15_bar', 's', '2', '1', '0', '1', '0', '0', '7840', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7841', 'clothing_cycircuit', 'clothing_cycircuit', 's', '1', '1', '0', '1', '0', '0', '7841', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '38', '0');
INSERT INTO `furniture` VALUES ('7842', 'clothing_cyleather', 'clothing_cyleather', 's', '1', '1', '0', '1', '0', '0', '7842', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '43', '0');
INSERT INTO `furniture` VALUES ('7844', 'cpunk_c15_building1', 'cpunk_c15_building1', 's', '1', '2', '0', '1', '0', '0', '7844', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7845', 'cny_sheepballoon', 'Sheep Balloon', 's', '1', '1', '0', '1', '0', '1', '7845', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7846', 'china_goat', 'China Goat', 's', '1', '1', '0', '1', '0', '0', '7846', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7847', 'cpunk_c15_stage1', 'cpunk_c15_stage1', 's', '2', '2', '0.2', '1', '0', '1', '7847', '1', '1', '1', '1', '1', 'default', '3', '0', '0.2,1.6,3', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7848', 'wf_act_bot_clothes', 'WIRED Effect: Bot changes clothes', 's', '1', '1', '0.65', '1', '0', '0', '7848', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '48', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7849', 'wf_act_bot_teleport', 'WIRED Effect: Teleport Bot to Furni', 's', '1', '1', '0.65', '1', '0', '0', '7849', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '47', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7851', 'wf_act_bot_follow_avatar', 'WIRED Effect: Bot follows user', 's', '1', '1', '0.65', '1', '0', '0', '7851', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '52', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7852', 'wf_act_bot_give_handitem', 'WIRED Effect: Bot gives Handitem', 's', '1', '1', '0.65', '1', '0', '0', '7852', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '53', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7853', 'wf_act_bot_move', 'WIRED Effect: Bot moves to Furni', 's', '1', '1', '0.65', '1', '0', '0', '7853', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '49', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7854', 'wf_cnd_has_handitem', 'WIRED Condition: User has handitem', 's', '1', '1', '0.65', '1', '0', '0', '7854', '1', '1', '1', '1', '1', 'wired_condition', '1', '0', '0', '0', '54', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7855', 'wf_act_bot_talk_to_avatar', 'WIRED Effect: Bot talks or whispers to user', 's', '1', '1', '0.65', '1', '0', '0', '7855', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '51', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7857', 'wf_act_bot_talk', 'WIRED Effect: Bot talks or whispers to all users', 's', '1', '1', '0.65', '1', '0', '0', '7857', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '50', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7858', 'room_cof15_tree1', 'room_cof15_tree1', 's', '1', '1', '0', '1', '0', '0', '7858', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7859', 'room_cof15_counter2', 'room_cof15_counter2', 's', '3', '1', '1', '1', '0', '0', '7859', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7860', 'room_cof15_table3', 'room_cof15_table3', 's', '1', '1', '0.5', '1', '0', '0', '7860', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7861', 'room_cof15_lamp1', 'room_cof15_lamp1', 's', '1', '1', '0', '1', '0', '0', '7861', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7862', 'room_cof15_chair', 'room_cof15_chair', 's', '1', '1', '1', '1', '1', '0', '7862', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7863', 'room_cof15_counter1', 'room_cof15_counter1', 's', '3', '1', '0', '1', '0', '0', '7863', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7864', 'room_cof15_table1', 'room_cof15_table1', 's', '1', '1', '0.5', '1', '0', '0', '7864', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7865', 'room_cof15_table2', 'room_cof15_table2', 's', '3', '1', '0.5', '1', '0', '0', '7865', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7866', 'room_cof15_sofa1', 'room_cof15_sofa1', 's', '1', '1', '1', '1', '1', '0', '7866', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7867', 'room_cof15_cup', 'room_cof15_cup', 's', '1', '1', '0', '1', '0', '0', '7867', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7868', 'room_cof15_planter', 'room_cof15_planter', 's', '2', '1', '0', '1', '0', '0', '7868', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7869', 'room_cof15_pillar1', 'room_cof15_pillar1', 's', '1', '1', '0', '1', '0', '0', '7869', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7870', 'room_cof15_counter3', 'room_cof15_counter3', 's', '1', '2', '0', '1', '0', '0', '7870', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7871', 'room_cof15_espresso', 'room_cof15_espresso', 's', '1', '1', '0', '1', '0', '0', '7871', '1', '1', '1', '1', '1', 'vendingmachine', '2', '5', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7872', 'room_cof15_lamp2', 'room_cof15_lamp2', 's', '1', '1', '0', '1', '0', '0', '7872', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7873', 'room_cof15_shelf2', 'room_cof15_shelf2', 's', '1', '2', '0', '1', '0', '0', '7873', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7874', 'room_cof15_shelf', 'room_cof15_shelf', 's', '1', '2', '0', '1', '0', '0', '7874', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7875', 'room_cof15_door', 'room_cof15_door', 's', '1', '1', '0', '1', '0', '0', '7875', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7876', 'room_cof15_cup2', 'room_cof15_cup2', 's', '1', '1', '0', '1', '0', '0', '7876', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7877', 'room_cof15_sofa2', 'room_cof15_sofa2', 's', '2', '1', '1', '1', '1', '0', '7877', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7878', 'room_cof15_press', 'room_cof15_press', 's', '1', '1', '0', '1', '0', '0', '7878', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7879', 'room_gh15_cab2', 'room_gh15_cab2', 's', '1', '1', '0', '1', '0', '0', '7879', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7880', 'room_gh15_light', 'room_gh15_light', 's', '1', '1', '0', '1', '0', '0', '7880', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7881', 'room_gh15_cab3', 'room_gh15_cab3', 's', '1', '1', '0', '1', '0', '0', '7881', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7882', 'room_gh15_cab1', 'room_gh15_cab1', 's', '1', '1', '0', '1', '0', '0', '7882', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7883', 'room_gh15_desk', 'room_gh15_desk', 's', '1', '1', '0', '1', '0', '0', '7883', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7884', 'room_gh15_cab4', 'room_gh15_cab4', 's', '1', '1', '0', '1', '0', '0', '7884', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7885', 'room_gh15_cab6', 'room_gh15_cab6', 's', '1', '1', '0', '1', '0', '0', '7885', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7886', 'room_gh15_ball', 'room_gh15_ball', 's', '1', '1', '0', '1', '0', '0', '7886', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7887', 'room_gh15_rtele', 'room_gh15_rtele', 's', '1', '1', '0', '1', '0', '0', '7887', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7888', 'room_gh15_cab5', 'room_gh15_cab5', 's', '1', '1', '0', '1', '0', '0', '7888', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7889', 'room_hcl15_tree2', 'room_hcl15_tree2', 's', '1', '1', '0', '1', '0', '0', '7889', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7890', 'room_hcl15_gate', 'room_hcl15_gate', 's', '2', '1', '0', '1', '0', '0', '7890', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7891', 'room_hcl15_dj', 'room_hcl15_dj', 's', '3', '1', '0', '1', '0', '0', '7891', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7892', 'room_hcl15_table1', 'room_hcl15_table1', 's', '1', '1', '0', '1', '0', '0', '7892', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7893', 'room_hcl15_table2', 'room_hcl15_table2', 's', '1', '2', '0.3', '1', '0', '0', '7893', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7894', 'room_hcl15_sofa', 'room_hcl15_sofa', 's', '2', '1', '1', '1', '1', '0', '7894', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7895', 'room_hcl15_amp', 'room_hcl15_amp', 's', '1', '1', '0', '1', '0', '0', '7895', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7896', 'room_hcl15_div', 'room_hcl15_div', 's', '1', '1', '0', '1', '0', '0', '7896', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7897', 'room_hcl15_tube', 'room_hcl15_tube', 's', '2', '2', '0', '1', '0', '0', '7897', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7898', 'room_hcl15_bar', 'room_hcl15_bar', 's', '1', '1', '0', '1', '0', '0', '7898', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7899', 'room_hcl15_barchair', 'room_hcl15_barchair', 's', '1', '1', '1.2', '1', '1', '0', '7899', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7900', 'room_hcl15_floor', 'room_hcl15_floor', 's', '2', '2', '0', '1', '0', '1', '7900', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7901', 'room_hcl15_tree1', 'room_hcl15_tree1', 's', '1', '1', '0', '1', '0', '0', '7901', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7902', 'room_hcl15_djtable', 'room_hcl15_djtable', 's', '1', '1', '0', '1', '0', '0', '7902', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7903', 'room_wl15_mag1', 'room_wl15_mag1', 's', '1', '2', '0', '1', '0', '0', '7903', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7904', 'room_wl15_table1', 'room_wl15_table1', 's', '1', '2', '0.2', '1', '0', '0', '7904', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7905', 'room_wl15_ele', 'room_wl15_ele', 's', '1', '1', '0', '1', '0', '0', '7905', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7906', 'room_wl15_sink', 'room_wl15_sink', 's', '1', '1', '0', '1', '0', '0', '7906', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7907', 'room_wlof15_bed', 'room_wlof15_bed', 's', '1', '3', '1.5', '1', '0', '0', '7907', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7908', 'room_wl15_teleblock', 'room_wl15_teleblock', 's', '1', '1', '0', '1', '0', '1', '7908', '1', '1', '1', '1', '1', 'arrow', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7909', 'room_wl15_tree', 'room_wl15_tree', 's', '1', '1', '0', '1', '0', '0', '7909', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7910', 'room_wl15_infolink', 'room_wl15_infolink', 's', '1', '1', '0', '1', '0', '1', '7910', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7911', 'room_wl15_pillar', 'room_wl15_pillar', 's', '1', '1', '0', '1', '0', '0', '7911', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7912', 'room_wl15_trashbin', 'room_wl15_trashbin', 's', '1', '1', '0', '1', '0', '0', '7912', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7913', 'room_wl15_table3', 'room_wl15_table3', 's', '1', '1', '0.9', '1', '0', '0', '7913', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7914', 'room_wl15_bthdoor', 'room_wl15_bthdoor', 's', '1', '1', '0', '1', '0', '0', '7914', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7915', 'room_wl15_toiletbroke', 'room_wl15_toiletbroke', 's', '1', '1', '0', '1', '0', '0', '7915', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7916', 'room_wl15_deskgate', 'room_wl15_deskgate', 's', '1', '1', '0', '1', '0', '0', '7916', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7917', 'room_wl15_deskfront', 'room_wl15_deskfront', 's', '1', '4', '0.5', '1', '0', '0', '7917', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7918', 'room_wl15_table2', 'room_wl15_table2', 's', '2', '2', '0.3', '1', '0', '0', '7918', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7919', 'room_wlof15_chair', 'room_wlof15_chair', 's', '1', '1', '1.3', '1', '1', '0', '7919', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7920', 'room_wl15_mirror', 'room_wl15_mirror', 's', '1', '1', '0', '1', '0', '1', '7920', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7921', 'room_wlof15_wardrobe', 'room_wlof15_wardrobe', 's', '1', '2', '0', '1', '0', '0', '7921', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7922', 'room_wlof15_bookcase', 'room_wlof15_bookcase', 's', '2', '1', '2', '1', '0', '0', '7922', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7923', 'room_wl15_toilet', 'room_wl15_toilet', 's', '1', '1', '1.2', '1', '1', '0', '7923', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7924', 'room_wl15_sofa', 'room_wl15_sofa', 's', '2', '1', '1', '1', '1', '0', '7924', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7925', 'room_hall15_wfall', 'room_hall15_wfall', 's', '1', '1', '0', '1', '0', '0', '7925', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7926', 'room_hall15_dish1', 'room_hall15_dish1', 's', '1', '1', '0', '1', '0', '0', '7926', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7927', 'room_hall15_ele', 'room_hall15_ele', 's', '1', '1', '0', '1', '0', '0', '7927', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7928', 'room_hall15_light1', 'room_hall15_light1', 's', '1', '1', '0', '1', '0', '0', '7928', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7929', 'room_hall15_dish2', 'room_hall15_dish2', 's', '1', '1', '0', '1', '0', '0', '7929', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7930', 'room_hall15_arch', 'room_hall15_arch', 's', '2', '4', '0', '1', '0', '1', '7930', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7931', 'room_hall15_plant1', 'room_hall15_plant1', 's', '1', '1', '0', '1', '0', '0', '7931', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7932', 'cland_c15_table', 'cland_c15_table', 's', '1', '1', '0', '1', '0', '0', '7932', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7933', 'cland_c15_icreamtree', 'cland_c15_icreamtree', 's', '1', '1', '0', '1', '0', '0', '7933', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7934', 'clothing_frontswirl', 'clothing_frontswirl', 's', '1', '1', '0', '1', '0', '0', '7934', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '62', '0');
INSERT INTO `furniture` VALUES ('7935', 'clothing_cjersey', 'clothing_cjersey', 's', '1', '1', '0', '1', '0', '0', '7935', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '59', '0');
INSERT INTO `furniture` VALUES ('7936', 'clothing_candygirl', 'clothing_candygirl', 's', '1', '1', '0', '1', '0', '0', '7936', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '54', '0');
INSERT INTO `furniture` VALUES ('7937', 'cland_c15_gate', 'cland_c15_gate', 's', '1', '1', '0', '1', '0', '0', '7937', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7938', 'cland15_LTD5', 'cland15_LTD5', 's', '1', '1', '0', '1', '0', '0', '7938', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7939', 'cland_c15_jellyseat2', 'cland_c15_jellyseat2', 's', '1', '1', '1', '1', '1', '0', '7939', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7940', 'cland15_tent', 'cland15_tent', 's', '1', '1', '0', '1', '0', '0', '7940', '1', '1', '1', '1', '1', 'tent', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7941', 'cland_c15_pillar', 'cland_c15_pillar', 's', '1', '1', '0', '1', '0', '0', '7941', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7942', 'cland_c15_waferblock', 'cland_c15_waferblock', 's', '1', '1', '0', '1', '0', '0', '7942', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7943', 'clothing_cjumper', 'clothing_cjumper', 's', '1', '1', '0', '1', '0', '0', '7943', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '60', '0');
INSERT INTO `furniture` VALUES ('7944', 'cland_c15_gatepink', 'cland_c15_gatepink', 's', '1', '1', '0', '1', '0', '0', '7944', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7945', 'cland15_ltd4', 'cland15_ltd4', 's', '1', '1', '0', '1', '0', '0', '7945', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7946', 'cland_c15_pavement', 'cland_c15_pavement', 's', '1', '2', '0', '1', '0', '1', '7946', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7947', 'cland_c15_roof', 'cland_c15_roof', 's', '1', '1', '0', '1', '0', '0', '7947', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7948', 'clothing_cherries', 'clothing_cherries', 's', '1', '1', '0', '1', '0', '0', '7948', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '56', '0');
INSERT INTO `furniture` VALUES ('7949', 'cland_c15_swirltree', 'cland_c15_swirltree', 's', '1', '1', '0', '1', '0', '0', '7949', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7950', 'cland_c15_cakeblock', 'cland_c15_cakeblock', 's', '1', '1', '1', '1', '0', '1', '7950', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7951', 'clothing_cshorts', 'clothing_cshorts', 's', '1', '1', '0', '1', '0', '0', '7951', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '61', '0');
INSERT INTO `furniture` VALUES ('7952', 'clothing_habloompa', 'clothing_habloompa', 's', '1', '1', '0', '1', '0', '0', '7952', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '63', '0');
INSERT INTO `furniture` VALUES ('7953', 'cland15_candythrone', 'cland15_candythrone', 's', '1', '1', '1.4', '1', '1', '0', '7953', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7954', 'clothing_cherrybomb', 'clothing_cherrybomb', 's', '1', '1', '0', '1', '0', '0', '7954', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '57', '0');
INSERT INTO `furniture` VALUES ('7955', 'cland_c15_wafer', 'cland_c15_wafer', 's', '2', '1', '0', '1', '0', '0', '7955', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7956', 'cland15_ltd3', 'cland15_ltd3', 's', '1', '1', '0', '1', '0', '0', '7956', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7957', 'cland15_unicornpoo', 'cland15_unicornpoo', 's', '1', '1', '0', '1', '0', '0', '7957', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7958', 'clothing_candyphones', 'clothing_candyphones', 's', '1', '1', '0', '1', '0', '0', '7958', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '55', '0');
INSERT INTO `furniture` VALUES ('7959', 'cland_c15_light', 'cland_c15_light', 's', '1', '1', '0', '1', '0', '0', '7959', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7960', 'cland15_unicorn', 'cland15_unicorn', 's', '1', '1', '2', '1', '1', '0', '7960', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7961', 'clothing_sidehat', 'clothing_sidehat', 's', '1', '1', '0', '1', '0', '0', '7961', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '53', '0');
INSERT INTO `furniture` VALUES ('7962', 'cland15_fountain', 'cland15_fountain', 's', '2', '2', '0', '1', '0', '0', '7962', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7963', 'clothing_swirlskirt', 'clothing_swirlskirt', 's', '1', '1', '0', '1', '0', '0', '7963', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '64', '0');
INSERT INTO `furniture` VALUES ('7964', 'cland_c15_grass', 'cland_c15_grass', 's', '2', '2', '0', '1', '0', '1', '7964', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7965', 'cland15_ltd1', 'cland15_ltd1', 's', '1', '1', '0', '1', '0', '0', '7965', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7966', 'cland15_flosstree', 'cland15_flosstree', 's', '1', '1', '0', '1', '0', '0', '7966', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7967', 'clothing_chocodrop', 'clothing_chocodrop', 's', '1', '1', '0', '1', '0', '0', '7967', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '58', '0');
INSERT INTO `furniture` VALUES ('7968', 'cland15_ltd2', 'cland15_ltd2', 's', '1', '1', '0', '1', '0', '0', '7968', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7969', 'cland_c15_goofloor', 'cland_c15_goofloor', 's', '2', '2', '0', '1', '0', '1', '7969', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7970', 'cland_c15_lollytree', 'cland_c15_lollytree', 's', '1', '1', '0', '1', '0', '0', '7970', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7971', 'cland_c15_jellyseat3', 'cland_c15_jellyseat3', 's', '1', '1', '1', '1', '1', '0', '7971', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7972', 'cland_c15_jellyseat1', 'cland_c15_jellyseat1', 's', '1', '1', '1', '1', '1', '0', '7972', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7973', 'clothing_swirltop', 'clothing_swirltop', 's', '1', '1', '0', '1', '0', '0', '7973', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '65', '0');
INSERT INTO `furniture` VALUES ('7974', 'cland_c15_chocostick', 'cland_c15_chocostick', 's', '2', '2', '0', '1', '0', '1', '7974', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7975', 'cland_c15_chocorock', 'cland_c15_chocorock', 's', '1', '1', '0', '1', '0', '0', '7975', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7976', 'clothing_candyboy', 'clothing_candyboy', 's', '1', '1', '0', '1', '0', '0', '7976', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '52', '0');
INSERT INTO `furniture` VALUES ('7978', 'clothing_knitalien', 'clothing_knitalien', 's', '1', '1', '0', '1', '0', '0', '7978', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '66', '0');
INSERT INTO `furniture` VALUES ('8091', 'dino_c15_footprint', 'dino_c15_footprint', 's', '1', '1', '0.0001', '1', '0', '1', '8091', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8092', 'dino15_dinoprize6', 'dino15_dinoprize6', 's', '1', '1', '1', '0', '0', '0', '8092', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8093', 'dino15_fossil2', 'dino15_fossil2', 's', '2', '1', '1', '0', '0', '0', '8093', '1', '1', '1', '1', '1', 'default', '20', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8094', 'dino15_fossil5', 'dino15_fossil5', 's', '2', '1', '1', '0', '0', '0', '8094', '1', '1', '1', '1', '1', 'default', '20', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8095', 'dino_c15_venusfly', 'dino_c15_venusfly', 's', '1', '1', '1', '0', '0', '0', '8095', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8096', 'dino_c15_nest', 'dino_c15_nest', 's', '1', '1', '1', '0', '0', '0', '8096', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1073,1074,1075,1076', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8097', 'clothing_dinohat', 'clothing_dinohat', 's', '1', '1', '1', '0', '0', '0', '8097', '1', '1', '1', '1', '1', 'purchasable_clothing', '2', '0', '0', '0', '0', '0', '90', '0');
INSERT INTO `furniture` VALUES ('8098', 'dino15_throne', 'dino15_throne', 's', '1', '1', '1.9', '0', '1', '0', '8098', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8099', 'dino_c15_floor', 'dino_c15_floor', 's', '2', '2', '0.0001', '1', '0', '1', '8099', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8100', 'dino_c15_blocks', 'dino_c15_blocks', 's', '1', '1', '1', '1', '0', '1', '8100', '1', '1', '1', '1', '1', 'default', '4', '0', '0.5,1,1.5,2,2.5', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8101', 'dino_c15_rocksmall', 'dino_c15_rocksmall', 's', '1', '1', '1', '0', '0', '0', '8101', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8102', 'dino_c15_table', 'dino_c15_table', 's', '2', '1', '0.8', '1', '0', '0', '8102', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8103', 'dino_c15_dilosaur', 'dino_c15_dilosaur', 's', '1', '1', '1', '0', '0', '0', '8103', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8104', 'dino_c15_tree1', 'dino_c15_tree1', 's', '1', '1', '1', '0', '0', '0', '8104', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8105', 'dino_c15_crn', 'dino_c15_crn', 's', '1', '1', '1', '0', '0', '0', '8105', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8106', 'dino_c15_volcano', 'dino_c15_volcano', 's', '1', '1', '0.2', '0', '0', '1', '8106', '1', '1', '1', '1', '1', 'pressure_pad', '2', '0', '0.3,1.5', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8107', 'dino15_amberbug', 'dino15_amberbug', 's', '1', '1', '1', '0', '0', '0', '8107', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8108', 'dino15_dragonfly', 'dino15_dragonfly', 's', '1', '2', '1', '0', '0', '0', '8108', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8109', 'dino_c15_gate', 'dino_c15_gate', 's', '2', '1', '0.001', '0', '0', '0', '8109', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8110', 'dino_c15_tele', 'dino_c15_tele', 's', '1', '1', '0', '0', '0', '1', '8110', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8111', 'clothing_caveshirt', 'clothing_caveshirt', 's', '1', '1', '1', '0', '0', '0', '8111', '1', '1', '1', '1', '1', 'purchasable_clothing', '2', '0', '0', '0', '0', '0', '91', '0');
INSERT INTO `furniture` VALUES ('8112', 'dino_c15_ribcage', 'dino_c15_ribcage', 's', '2', '1', '0', '0', '0', '1', '8112', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8113', 'dino_c15_tree2', 'dino_c15_tree2', 's', '1', '1', '1', '0', '0', '0', '8113', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8114', 'dino15_dinoprize1', 'dino15_dinoprize1', 's', '1', '1', '1', '0', '0', '0', '8114', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8116', 'dino15_fossil3', 'dino15_fossil3', 's', '2', '1', '1', '0', '0', '0', '8116', '1', '1', '1', '1', '1', 'default', '20', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8117', 'dino_c15_rocklarge', 'dino_c15_rocklarge', 's', '1', '1', '1', '0', '0', '0', '8117', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8118', 'dino15_amberduck', 'dino15_amberduck', 's', '1', '1', '1', '0', '0', '0', '8118', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8119', 'dino_c15_plant2', 'dino_c15_plant2', 's', '2', '2', '0.0001', '1', '0', '1', '8119', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8120', 'dino_c15_plant1', 'dino_c15_plant1', 's', '1', '1', '0.0001', '1', '0', '1', '8120', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8121', 'clothing_dino', 'clothing_dino', 's', '1', '1', '1', '0', '0', '0', '8121', '1', '1', '1', '1', '1', 'purchasable_clothing', '2', '0', '0', '0', '0', '0', '93', '0');
INSERT INTO `furniture` VALUES ('8122', 'dino_c15_divdr', 'dino_c15_divdr', 's', '3', '1', '1', '0', '0', '0', '8122', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8123', 'dino15_dinoprize3', 'dino15_dinoprize3', 's', '1', '1', '1', '0', '0', '0', '8123', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8124', 'dino15_fossil1', 'dino15_fossil1', 's', '2', '1', '1', '0', '0', '0', '8124', '1', '1', '1', '1', '1', 'default', '20', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8125', 'clothing_caveman', 'clothing_caveman', 's', '1', '1', '1', '0', '0', '0', '8125', '1', '1', '1', '1', '1', 'purchasable_clothing', '2', '0', '0', '0', '0', '0', '94', '0');
INSERT INTO `furniture` VALUES ('8126', 'dino_c15_log', 'dino_c15_log', 's', '2', '1', '1.3', '0', '1', '0', '8126', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8127', 'dino15_dinoprize4', 'dino15_dinoprize4', 's', '1', '1', '1', '0', '0', '0', '8127', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8128', 'dino15_fossil4', 'dino15_fossil4', 's', '2', '1', '1', '0', '0', '0', '8128', '1', '1', '1', '1', '1', 'default', '20', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8129', 'dino15_dinoprize5', 'dino15_dinoprize5', 's', '1', '1', '1', '0', '0', '0', '8129', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8130', 'clothing_hat_skulldino', 'clothing_hat_skulldino', 's', '1', '1', '1', '0', '0', '0', '8130', '1', '1', '1', '1', '1', 'purchasable_clothing', '2', '0', '0', '0', '0', '0', '95', '0');
INSERT INTO `furniture` VALUES ('8131', 'dino15_dinoprize2', 'dino15_dinoprize2', 's', '1', '1', '1', '0', '0', '0', '8131', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8132', 'dino_c15_tree3', 'dino_c15_tree3', 's', '1', '1', '1', '0', '0', '0', '8132', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8160', 'paris_c15_roof', 'paris_c15_roof', 's', '1', '1', '1', '1', '0', '0', '8160', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('8161', 'paris_c15_crn', 'paris_c15_crn', 's', '1', '1', '8', '1', '0', '0', '8161', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8162', 'paris15_paintings', 'paris15_paintings', 's', '1', '1', '0', '1', '0', '0', '8162', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8163', 'clothing_breton', 'clothing_breton', 's', '1', '1', '0', '1', '0', '0', '8163', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '96', '0');
INSERT INTO `furniture` VALUES ('8164', 'paris_c15_table', 'paris_c15_table', 's', '1', '1', '1', '1', '0', '0', '8164', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8165', 'paris15_bicycle', 'paris15_bicycle', 's', '1', '2', '0', '1', '0', '0', '8165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8166', 'paris_c15_building2', 'paris_c15_building2', 's', '3', '1', '8', '1', '0', '0', '8166', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8167', 'paris_c15_chair', 'paris_c15_chair', 's', '1', '1', '1', '1', '1', '0', '8167', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8168', 'paris15_pigeon', 'paris15_pigeon', 's', '1', '1', '0', '1', '0', '0', '8168', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8169', 'paris_c15_food3', 'paris_c15_food3', 's', '1', '1', '0', '1', '0', '0', '8169', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8170', 'paris_c15_menu', 'paris_c15_menu', 's', '1', '1', '0', '1', '0', '0', '8170', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8171', 'paris_c15_food1', 'paris_c15_food1', 's', '1', '1', '0', '1', '0', '0', '8171', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8172', 'paris15_poodle', 'paris15_poodle', 's', '1', '1', '0', '1', '0', '0', '8172', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8173', 'paris15_giftsnails', 'paris15_giftsnails', 's', '1', '1', '0', '1', '0', '0', '8173', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8174', 'paris_c15_flowerpot', 'paris_c15_flowerpot', 's', '1', '1', '0', '1', '0', '0', '8174', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8175', 'paris_c15_vegstall3', 'paris_c15_vegstall3', 's', '1', '1', '0', '1', '0', '0', '8175', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8176', 'paris15_cake', 'paris15_cake', 's', '1', '1', '0', '1', '0', '0', '8176', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8177', 'paris_c15_building1', 'paris_c15_building1', 's', '3', '1', '8', '1', '0', '0', '8177', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8178', 'paris_c15_arch', 'paris_c15_arch', 's', '1', '2', '0', '1', '0', '1', '8178', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8179', 'clothing_necktie', 'clothing_necktie', 's', '1', '1', '0', '1', '0', '0', '8179', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '97', '0');
INSERT INTO `furniture` VALUES ('8180', 'paris_c15_shadow', 'paris_c15_shadow', 's', '1', '1', '0', '1', '0', '0', '8180', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8181', 'paris_c15_vegstall2', 'paris_c15_vegstall2', 's', '1', '1', '0', '1', '0', '0', '8181', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8182', 'paris15_ltdfountain', 'paris15_ltdfountain', 's', '3', '3', '0', '1', '0', '0', '8182', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8183', 'paris_c15_floor', 'paris_c15_floor', 's', '2', '2', '0', '1', '0', '1', '8183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8184', 'paris_c15_food2', 'paris_c15_food2', 's', '1', '1', '0', '1', '0', '0', '8184', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8185', 'paris_c15_flowerstl', 'paris_c15_flowerstl', 's', '1', '1', '0', '1', '0', '0', '8185', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8186', 'paris_c15_awning', 'paris_c15_awning', 's', '3', '1', '0', '1', '0', '1', '8186', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8187', 'paris_c15_pavement', 'paris_c15_pavement', 's', '2', '2', '0', '1', '0', '1', '8187', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8188', 'paris_c15_breadstall', 'paris_c15_breadstall', 's', '1', '1', '0', '1', '0', '0', '8188', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8189', 'paris_c15_vegstall1', 'paris_c15_vegstall1', 's', '1', '1', '0', '1', '0', '0', '8189', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8190', 'paris_c15_parasol', 'paris_c15_parasol', 's', '1', '1', '0', '1', '0', '0', '8190', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8193', 'habbo15_rare_crackable', 'habbo15_rare_crackable', 's', '1', '1', '0', '1', '0', '0', '8193', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8194', 'habbo15_comp_photo', 'habbo15_comp_photo', 's', '1', '1', '0', '1', '0', '0', '8194', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8195', 'habbo15_comp_clothing', 'habbo15_comp_clothing', 's', '1', '1', '0', '1', '0', '0', '8195', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8196', 'habbo15_comp_room', 'habbo15_comp_room', 's', '1', '1', '0', '1', '0', '0', '8196', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8197', 'habbo15_comp_video', 'habbo15_comp_video', 's', '1', '1', '0', '1', '0', '0', '8197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8198', 'habbo15_placeholder', 'habbo15_placeholder', 's', '1', '1', '0', '1', '0', '0', '8198', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8199', 'habbo15_comp_furni', 'habbo15_comp_furni', 's', '1', '1', '0', '1', '0', '0', '8199', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8200', 'habbo15_comp_blocks', 'habbo15_comp_blocks', 's', '1', '1', '0', '1', '0', '0', '8200', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8201', 'habbo15_crackable', 'habbo15_crackable', 's', '1', '1', '0', '1', '0', '0', '8201', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8202', 'room_hall_trophy2', 'room_hall_trophy2', 's', '2', '2', '2.05', '1', '0', '0', '8202', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8203', 'room_hall15_window', 'room_hall15_window', 's', '1', '1', '0', '1', '0', '0', '8203', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8204', 'room_hall15_pillar', 'room_hall15_pillar', 's', '1', '1', '9.1', '1', '0', '0', '8204', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8205', 'room_hall15_sofa', 'room_hall15_sofa', 's', '2', '1', '1', '1', '1', '0', '8205', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8206', 'room_hall_trophy1', 'room_hall_trophy1', 's', '1', '1', '1.5', '1', '0', '0', '8206', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8207', 'room_hall15_barch', 'room_hall15_barch', 's', '1', '1', '0', '1', '0', '1', '8207', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8208', 'pillar*10', 'pillar*10', 's', '1', '1', '3.5', '1', '0', '0', '8208', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8209', 'rare_parasol*4', 'rare_parasol*4', 's', '1', '1', '1', '1', '0', '0', '8209', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8210', 'scifidoor*11', 'scifidoor*11', 's', '1', '1', '0', '1', '0', '0', '8210', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8211', 'sleepingbag*11', 'sleepingbag*11', 's', '1', '3', '0.8', '1', '0', '0', '8211', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8212', 'rare_fountain*4', 'rare_fountain*4', 's', '1', '1', '1', '1', '0', '0', '8212', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8213', 'rare_dragonlamp*10', 'rare_dragonlamp*10', 's', '1', '1', '1', '1', '0', '0', '8213', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8214', 'rare_fan*10', 'rare_fan*10', 's', '1', '1', '1', '1', '0', '0', '8214', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8215', 'rare_icecream*11', 'rare_icecream*11', 's', '1', '1', '2.5', '1', '0', '0', '8215', '1', '1', '1', '1', '1', 'vendingmachine', '1', '4', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8216', 'wooden_screen*10', 'wooden_screen*10', 's', '1', '2', '1', '1', '0', '0', '8216', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8217', 'rare_beehive_bulb*3', 'rare_beehive_bulb*3', 's', '1', '1', '0', '1', '0', '0', '8217', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8218', 'pillow*10', 'pillow*10', 's', '1', '1', '1', '1', '1', '0', '8218', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8219', 'scifiport*10', 'scifiport*10', 's', '1', '1', '0', '1', '0', '0', '8219', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8220', 'rare_elephant_statue*3', 'rare_elephant_statue*3', 's', '1', '1', '1', '1', '0', '0', '8220', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8221', 'marquee*11', 'marquee*11', 's', '1', '1', '0', '1', '0', '0', '8221', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8222', 'scifirocket*10', 'scifirocket*10', 's', '1', '1', '1', '1', '0', '0', '8222', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8223', 'africa15_meerkat', 'africa15_meerkat', 's', '1', '1', '0', '1', '0', '0', '8223', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8224', 'lodge_c15_floor', 'lodge_c15_floor', 's', '2', '2', '0', '1', '0', '1', '8224', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8225', 'drago_c15_bed', 'drago_c15_bed', 's', '1', '1', '0', '1', '0', '0', '8225', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8226', 'drago_c15_sofa', 'drago_c15_sofa', 's', '2', '1', '1', '1', '1', '0', '8226', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8227', 'gothic_c15_toilet', 'gothic_c15_toilet', 's', '1', '1', '1.6', '1', '1', '0', '8227', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8228', 'gothic_c15_tower', 'gothic_c15_tower', 's', '1', '1', '0', '1', '0', '0', '8228', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8229', 'gothic_c15_dvdr', 'gothic_c15_dvdr', 's', '2', '1', '1', '1', '0', '0', '8229', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8230', 'gothic_c15_chandelier', 'gothic_c15_chandelier', 's', '1', '1', '0.001', '1', '0', '1', '8230', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8231', 'gothic_c15_crn', 'gothic_c15_crn', 's', '1', '1', '1', '1', '0', '0', '8231', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8232', 'anc15_pharaohduck', 'anc15_pharaohduck', 's', '1', '1', '0', '1', '0', '0', '8232', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8233', 'anc_c15_table', 'anc_c15_table', 's', '1', '2', '0.4', '1', '0', '0', '8233', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8234', 'anc_c15_chair', 'anc_c15_chair', 's', '1', '1', '1', '1', '1', '0', '8234', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8236', 'lt_c15_tree', 'lt_c15_tree', 's', '1', '1', '0', '1', '0', '0', '8236', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8237', 'lt15_tele', 'lt15_tele', 's', '1', '1', '0', '1', '0', '0', '8237', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8238', 'lt_c15_bush', 'lt_c15_bush', 's', '1', '1', '0', '1', '0', '1', '8238', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8239', 'africa_c15_table', 'africa_c15_table', 's', '2', '1', '0.6', '1', '0', '0', '8239', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8240', 'africa_c15_chair', 'africa_c15_chair', 's', '1', '1', '1', '1', '1', '0', '8240', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8241', 'africa_c15_bongos', 'africa_c15_bongos', 's', '1', '1', '1.2', '1', '0', '0', '8241', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8245', 'tiki_c15_leigiver', 'tiki_c15_leigiver', 's', '1', '1', '1', '1', '0', '0', '8245', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8246', 'tiki_c15_tele', 'tiki_c15_tele', 's', '1', '1', '0.001', '1', '0', '0', '8246', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8247', 'greek_c15_floor', 'greek_c15_floor', 's', '2', '2', '0.001', '1', '0', '1', '8247', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8248', 'greek_c15_bench', 'greek_c15_bench', 's', '2', '1', '1.4', '1', '1', '0', '8248', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8249', 'greek_c15_lamp', 'greek_c15_lamp', 's', '1', '1', '1', '1', '0', '0', '8249', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8250', 'greek_c15_tile', 'greek_c15_tile', 's', '1', '1', '0.1', '1', '0', '1', '8250', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8251', 'garden_c15_toolshed', 'garden_c15_toolshed', 's', '1', '1', '0.001', '1', '0', '0', '8251', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8252', 'garden_c15_shroomchr', 'garden_c15_shroomchr', 's', '1', '1', '1', '1', '0', '0', '8252', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8253', 'garden15_lawnmower', 'garden15_lawnmower', 's', '1', '1', '1', '1', '0', '0', '8253', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8260', 'exe_c15_telephone', 'exe_c15_telephone', 's', '1', '1', '1', '1', '0', '0', '8260', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8261', 'exe_c15_printer', 'exe_c15_printer', 's', '1', '1', '1', '1', '0', '0', '8261', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8262', 'exe_c15_desktidy', 'exe_c15_desktidy', 's', '1', '1', '1', '1', '0', '0', '8262', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8263', 'steampunk15_plane', 'steampunk15_plane', 's', '1', '1', '3.5', '1', '1', '0', '8263', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8264', 'steampunk_c15_door', 'steampunk_c15_door', 's', '1', '1', '0.001', '1', '0', '0', '8264', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8265', 'steampunk_c15_bed', 'steampunk_c15_bed', 's', '2', '3', '2.2', '1', '0', '0', '8265', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8266', 'steampunk_c15_stage', 'steampunk_c15_stage', 's', '2', '2', '1', '1', '0', '0', '8266', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8269', 'habbo15_birthdaycake', 'habbo15_birthdaycake', 's', '1', '1', '1', '1', '0', '0', '8269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8273', 'romantique_c15_table*1', 'romantique_c15_table*1', 's', '2', '1', '0.9', '1', '0', '0', '8273', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8274', 'romantique_c15_table*2', 'romantique_c15_table*2', 's', '2', '1', '0.9', '1', '0', '0', '8274', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8275', 'romantique_c15_table*3', 'romantique_c15_table*3', 's', '2', '1', '0.9', '1', '0', '0', '8275', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8276', 'romantique_c15_table*4', 'romantique_c15_table*4', 's', '2', '1', '0.9', '1', '0', '0', '8276', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8277', 'romantique_c15_table*4', 'romantique_c15_table*5', 's', '2', '1', '0.9', '1', '0', '0', '8277', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8278', 'romantique_c15_dresser', 'romantique_c15_dresser', 's', '2', '1', '1.8', '1', '0', '0', '8278', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8279', 'uni_c15_lamp', 'uni_c15_lamp', 's', '1', '1', '1', '1', '0', '0', '8279', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8280', 'uni_c15_shelvescrn', 'uni_c15_shelvescrn', 's', '1', '1', '4', '1', '0', '0', '8280', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8281', 'uni_c15_chair', 'uni_c15_chair', 's', '1', '1', '1', '1', '1', '0', '8281', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8282', 'bling_c15_chandalier', 'bling_c15_chandalier', 's', '1', '1', '0.001', '1', '0', '1', '8282', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8283', 'bling15_pooltable', 'bling15_pooltable', 's', '2', '1', '1', '1', '0', '0', '8283', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8284', 'jp_c15_daruma', 'jp_c15_daruma', 's', '1', '1', '1', '1', '0', '0', '8284', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8285', 'jp_c15_dresser', 'jp_c15_dresser', 's', '2', '1', '1', '1', '0', '0', '8285', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8286', 'jp_c15_teapot', 'jp_c15_teapot', 's', '1', '1', '1', '1', '0', '0', '8286', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8334', 'clothing_knighttop', 'clothing_knighttop', 's', '1', '1', '0', '1', '0', '0', '8334', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '109', '0');
INSERT INTO `furniture` VALUES ('8335', 'clothing_demonoutfit', 'clothing_demonoutfit', 's', '1', '1', '0', '1', '0', '0', '8335', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '104', '0');
INSERT INTO `furniture` VALUES ('8336', 'clothing_waterhelm', 'clothing_waterhelm', 's', '1', '1', '0', '1', '0', '0', '8336', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '114', '0');
INSERT INTO `furniture` VALUES ('8337', 'clothing_fammask', 'clothing_fammask', 's', '1', '1', '0', '1', '0', '0', '8337', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '106', '0');
INSERT INTO `furniture` VALUES ('8338', 'clothing_demoncloak', 'clothing_demoncloak', 's', '1', '1', '0', '1', '0', '0', '8338', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '102', '0');
INSERT INTO `furniture` VALUES ('8339', 'clothing_warmask', 'clothing_warmask', 's', '1', '1', '0', '1', '0', '0', '8339', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '113', '0');
INSERT INTO `furniture` VALUES ('8340', 'clothing_airhelm', 'clothing_airhelm', 's', '1', '1', '0', '1', '0', '0', '8340', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '98', '0');
INSERT INTO `furniture` VALUES ('8341', 'clothing_knightoutfit', 'clothing_knightoutfit', 's', '1', '1', '0', '1', '0', '0', '8341', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '108', '0');
INSERT INTO `furniture` VALUES ('8342', 'clothing_firehelm', 'clothing_firehelm', 's', '1', '1', '0', '1', '0', '0', '8342', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '107', '0');
INSERT INTO `furniture` VALUES ('8343', 'clothing_demonhood', 'clothing_demonhood', 's', '1', '1', '0', '1', '0', '0', '8343', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '103', '0');
INSERT INTO `furniture` VALUES ('8344', 'clothing_knighttrousers', 'clothing_knighttrousers', 's', '1', '1', '0', '1', '0', '0', '8344', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '110', '0');
INSERT INTO `furniture` VALUES ('8345', 'clothing_skullnecklace', 'clothing_skullnecklace', 's', '1', '1', '0', '1', '0', '0', '8345', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '112', '0');
INSERT INTO `furniture` VALUES ('8346', 'clothing_earthhelm', 'clothing_earthhelm', 's', '1', '1', '0', '1', '0', '0', '8346', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '105', '0');
INSERT INTO `furniture` VALUES ('8347', 'clothing_deathmask', 'clothing_deathmask', 's', '1', '1', '0', '1', '0', '0', '8347', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '101', '0');
INSERT INTO `furniture` VALUES ('8348', 'clothing_pestmask', 'clothing_pestmask', 's', '1', '1', '0', '1', '0', '0', '8348', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '111', '0');
INSERT INTO `furniture` VALUES ('8349', 'hween_c15_angel', 'Harbinger of the Habbocalypse', 's', '1', '1', '0', '1', '0', '0', '8349', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8350', 'bonusrare16_2*1', 'bonusrare16_2_1 name', 's', '1', '1', '0', '1', '0', '0', '8350', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8351', 'bonusrare16_2*2', 'bonusrare16_2_2 name', 's', '1', '1', '0', '1', '0', '0', '8351', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8352', 'bonusrare16_2*3', 'bonusrare16_2_3 name', 's', '1', '1', '0', '1', '0', '0', '8352', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8353', 'bonusrare16_2*4', 'bonusrare16_2_4 name', 's', '1', '1', '0', '1', '0', '0', '8353', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8354', 'bonusrare16_1*1', 'bonusrare16_1_1 name', 's', '1', '1', '0', '1', '0', '0', '8354', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8355', 'bonusrare16_1*2', 'bonusrare16_1_2 name', 's', '1', '1', '0', '1', '0', '0', '8355', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8356', 'bonusrare16_1*3', 'bonusrare16_1_3 name', 's', '1', '1', '0', '1', '0', '0', '8356', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8357', 'bonusrare16_1*4', 'bonusrare16_1_4 name', 's', '1', '1', '0', '1', '0', '0', '8357', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8358', 'bonusrare16_3*1', 'bonusrare16_3_1 name', 's', '1', '1', '0', '1', '0', '0', '8358', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8359', 'bonusrare16_3*2', 'bonusrare16_3_2 name', 's', '1', '1', '0', '1', '0', '0', '8359', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8360', 'bonusrare16_3*3', 'bonusrare16_3_3 name', 's', '1', '1', '0', '1', '0', '0', '8360', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8361', 'bonusrare16_3*4', 'bonusrare16_3_4 name', 's', '1', '1', '0', '1', '0', '0', '8361', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8362', 'hween_c15_evilcrystal2', 'hween_c15_evilcrystal2 name', 's', '1', '1', '0', '1', '0', '0', '8362', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8363', 'hween_c15_purecrystal2', 'hween_c15_purecrystal2 name', 's', '1', '1', '0', '1', '0', '0', '8363', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8364', 'hween_c15_stage', 'hween_c15_stage name', 's', '2', '1', '0', '1', '0', '0', '8364', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8365', 'hween_c15_evilcrystal3', 'hween_c15_evilcrystal3 name', 's', '1', '1', '0', '1', '0', '0', '8365', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8366', 'hween_c15_fog', 'hween_c15_fog name', 's', '2', '2', '0', '1', '0', '1', '8366', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8367', 'hween_c15_stagecorner', 'hween_c15_stagecorner name', 's', '1', '1', '0', '1', '0', '0', '8367', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8368', 'hween_c15_building', 'hween_c15_building name', 's', '2', '1', '0', '1', '0', '0', '8368', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8369', 'hween_c15_tele', 'hween_c15_tele name', 's', '1', '1', '0', '1', '0', '0', '8369', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8370', 'hween_c15_evilcrystal1', 'hween_c15_evilcrystal1 name', 's', '1', '1', '0', '1', '0', '0', '8370', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8371', 'hween_c15_dump', 'hween_c15_dump name', 's', '2', '2', '0', '1', '1', '0', '8371', '1', '1', '1', '1', '1', 'tent', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8372', 'hween15_horseman3', 'hween15_horseman3 name', 's', '1', '1', '0', '1', '0', '0', '8372', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8373', 'hween_c15_purecrystal3', 'hween_c15_purecrystal3 name', 's', '1', '1', '0', '1', '0', '0', '8373', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8374', 'hween_c15_tree', 'hween_c15_tree name', 's', '1', '1', '0', '1', '0', '0', '8374', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8375', 'hween15_ltdhorseman4', 'hween15_ltdhorseman4 name', 's', '1', '1', '0', '1', '0', '0', '8375', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8376', 'hween_c15_shinycarpet', 'hween_c15_shinycarpet name', 's', '3', '3', '0', '1', '0', '1', '8376', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8377', 'hween_c15_corner', 'hween_c15_corner name', 's', '1', '1', '0', '1', '0', '0', '8377', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8378', 'hween_c15_car', 'hween_c15_car name', 's', '2', '3', '0', '1', '0', '0', '8378', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8379', 'hween15_saintini', 'hween15_saintini name', 's', '1', '1', '0', '1', '0', '0', '8379', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8380', 'hween15_evilfrank', 'hween15_evilfrank name', 's', '1', '1', '0', '1', '0', '0', '8380', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8381', 'hween_c15_busstop', 'hween_c15_busstop name', 's', '2', '1', '0', '1', '1', '0', '8381', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8382', 'hween_c15_telewire', 'hween_c15_telewire name', 's', '1', '4', '0', '1', '0', '1', '8382', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8383', 'hween_c15_phone', 'hween_c15_phone name', 's', '1', '1', '0', '1', '0', '1', '8383', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8384', 'hween15_evilraider', 'hween15_evilraider name', 's', '1', '1', '0', '1', '0', '0', '8384', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8385', 'hween_c15_stairs', 'hween_c15_stairs name', 's', '2', '1', '0', '1', '0', '1', '8385', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8386', 'hween_c15_rubbish', 'hween_c15_rubbish name', 's', '1', '1', '0', '1', '0', '0', '8386', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8387', 'hween_c15_road', 'hween_c15_road name', 's', '2', '2', '0', '1', '0', '1', '8387', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8388', 'hween_c15_altar', 'hween_c15_altar name', 's', '1', '1', '0', '1', '0', '0', '8388', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8389', 'hween_c15_evilcloud', 'hween_c15_evilcloud name', 's', '1', '1', '0', '1', '0', '1', '8389', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8390', 'hween_c15_demoncat', 'hween_c15_demoncat name', 's', '1', '1', '0', '1', '0', '0', '8390', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8391', 'hween15_ltdhorseman2', 'hween15_ltdhorseman2 name', 's', '1', '1', '0', '1', '0', '0', '8391', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8392', 'hween15_horseman2', 'hween15_horseman2 name', 's', '1', '1', '0', '1', '0', '0', '8392', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8393', 'hween_c15_fire', 'hween_c15_fire name', 's', '1', '1', '0', '1', '0', '1', '8393', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8394', 'hween_c15_pavement', 'hween_c15_pavement name', 's', '2', '2', '0', '1', '0', '1', '8394', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8395', 'hween15_ltdhorseman3', 'hween15_ltdhorseman3 name', 's', '1', '1', '0', '1', '0', '0', '8395', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8396', 'hween15_horseman1', 'hween15_horseman1 name', 's', '1', '1', '0', '1', '0', '0', '8396', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8397', 'hween_c15_sdcrack', 'hween_c15_sdcrack name', 's', '2', '2', '0', '1', '0', '0', '8397', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8398', 'hween_c15_sdwater', 'hween_c15_sdwater name', 's', '2', '2', '0', '1', '0', '1', '8398', '1', '1', '1', '1', '1', 'default', '30', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8399', 'hween15_ltdhorseman1', 'hween15_ltdhorseman1 name', 's', '1', '1', '0', '1', '0', '0', '8399', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8400', 'hween_c15_lamp', 'hween_c15_lamp name', 's', '1', '1', '0', '1', '0', '1', '8400', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8401', 'hween15_saintta', 'hween15_saintta name', 's', '1', '1', '0', '1', '0', '0', '8401', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8402', 'hween15_horseman4', 'hween15_horseman4 name', 's', '1', '1', '0', '1', '0', '0', '8402', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8403', 'hween15_horseman5', 'hween15_horseman5 name', 's', '1', '1', '0', '1', '0', '0', '8403', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8404', 'hween_c15_purecrystal1', 'hween_c15_purecrystal1 name', 's', '1', '1', '0', '1', '0', '0', '8404', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8409', 'hween_c15_pumpkin2', 'hween_c15_pumpkin2', 's', '1', '1', '0', '1', '0', '0', '8409', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8410', 'hween_c15_pumpkin1', 'hween_c15_pumpkin1', 's', '1', '1', '0', '1', '0', '0', '8410', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8411', 'ktchn_c15_chair_b', 'ktchn_c15_chair_b', 's', '1', '1', '1.2', '1', '1', '0', '8411', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8412', 'ktchn_c15_divdr', 'ktchn_c15_divdr', 's', '2', '1', '1.2', '1', '0', '0', '8412', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8413', 'ktchn_c15_table_g', 'ktchn_c15_table_g', 's', '2', '2', '1', '1', '0', '0', '8413', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8414', 'ktchn_c15_floor', 'ktchn_c15_floor', 's', '2', '2', '0', '1', '0', '1', '8414', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8415', 'ktchn_c15_bread', 'ktchn_c15_bread', 's', '1', '1', '0', '1', '0', '0', '8415', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8416', 'ktchn_c15_table_b', 'ktchn_c15_table_b', 's', '2', '2', '1', '1', '0', '0', '8416', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8417', 'ktchn_c15_chopboard', 'ktchn_c15_chopboard', 's', '1', '1', '0', '1', '0', '0', '8417', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8418', 'ktchn_c15_chair_g', 'ktchn_c15_chair_g', 's', '1', '1', '1.2', '1', '1', '0', '8418', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8419', 'ktchn_c15_lamp_p', 'ktchn_c15_lamp_p', 's', '1', '1', '0', '1', '0', '0', '8419', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8420', 'ktchn15_coffeemaker', 'ktchn15_coffeemaker', 's', '1', '1', '0', '1', '0', '0', '8420', '1', '1', '1', '1', '1', 'vendingmachine', '1', '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8421', 'ktchn_c15_cereal', 'ktchn_c15_cereal', 's', '1', '1', '0', '1', '0', '0', '8421', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8422', 'ktchn_c15_lamp_b', 'ktchn_c15_lamp_b', 's', '1', '1', '0', '1', '0', '0', '8422', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8423', 'ktchn_c15_sink', 'ktchn_c15_sink', 's', '2', '1', '0', '1', '0', '0', '8423', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8424', 'ktchn_c15_chair_p', 'ktchn_c15_chair_p', 's', '1', '1', '1.2', '1', '1', '0', '8424', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8425', 'ktchn_c15_lamp_g', 'ktchn_c15_lamp_g', 's', '1', '1', '0', '1', '0', '0', '8425', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8426', 'ktchn_c15_crn', 'ktchn_c15_crn', 's', '1', '1', '0', '1', '0', '0', '8426', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8427', 'ktchn15_cabinet', 'ktchn15_cabinet', 's', '2', '1', '0', '1', '0', '0', '8427', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8428', 'ktchn_c15_tele', 'ktchn_c15_tele', 's', '1', '1', '0', '1', '0', '0', '8428', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8429', 'ktchn_c15_dishwasher', 'ktchn_c15_dishwasher', 's', '1', '1', '0', '1', '0', '0', '8429', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8430', 'ktchn_c15_table_p', 'ktchn_c15_table_p', 's', '2', '2', '1', '1', '0', '0', '8430', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8431', 'ktchn_c15_stove', 'ktchn_c15_stove', 's', '1', '1', '0', '1', '0', '0', '8431', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8432', 'ktchn15_bubblejuicerack', 'ktchn15_bubblejuicerack', 's', '2', '1', '0', '1', '0', '0', '8432', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8433', 'ktchn_c15_gate', 'ktchn_c15_gate', 's', '1', '1', '0', '1', '0', '0', '8433', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8434', 'ktchn15_fridge', 'ktchn15_fridge', 's', '1', '1', '0', '1', '0', '0', '8434', '1', '1', '1', '1', '1', 'vendingmachine', '1', '3,36,37,38', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8435', 'ktchn_c15_food', 'ktchn_c15_food', 's', '1', '1', '0', '0', '0', '0', '8435', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8436', 'ktchn_c15_microwave', 'ktchn_c15_microwave', 's', '1', '1', '0', '1', '0', '0', '8436', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8437', 'ktchn_c15_drinks', 'ktchn_c15_drinks', 's', '1', '1', '0', '1', '0', '0', '8437', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8459', 'xmas15_nutcrackerltd', 'xmas15_nutcrackerltd', 's', '1', '1', '1', '1', '0', '0', '8459', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8460', 'xmas_c15_advent6', 'xmas_c15_advent6', 's', '1', '1', '1', '1', '0', '0', '8460', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8461', 'xmas_c15_bushy5', 'xmas_c15_bushy5', 's', '1', '1', '1', '1', '0', '0', '8461', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8462', 'clothing_santapants', 'clothing_santapants', 's', '1', '1', '1', '1', '0', '0', '8462', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '120', '0');
INSERT INTO `furniture` VALUES ('8463', 'xmas_c15_store1', 'xmas_c15_store1', 's', '1', '1', '1', '1', '0', '0', '8463', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8464', 'clothing_bscarf', 'clothing_bscarf', 's', '1', '1', '1', '1', '0', '0', '8464', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '115', '0');
INSERT INTO `furniture` VALUES ('8465', 'xmas_c15_roof1', 'xmas_c15_roof1', 's', '1', '3', '1', '1', '0', '0', '8465', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8466', 'winter15_freeze', 'winter15_freeze', 's', '1', '1', '1', '1', '0', '0', '8466', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8467', 'xmas_c15_fnc', 'xmas_c15_fnc', 's', '2', '1', '1', '1', '0', '0', '8467', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8468', 'winter15_wpost', 'winter15_wpost', 's', '1', '1', '1', '1', '0', '0', '8468', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8469', 'winter15_icehockey', 'winter15_icehockey', 's', '1', '1', '1', '1', '0', '0', '8469', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8470', 'xmas_c15_buildbase2', 'xmas_c15_buildbase2', 's', '1', '3', '1', '1', '0', '0', '8470', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8471', 'xmas_c15_bushy3', 'xmas_c15_bushy3', 's', '1', '1', '1', '1', '0', '0', '8471', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8472', 'xmas_c15_store4', 'xmas_c15_store4', 's', '1', '1', '1', '1', '0', '0', '8472', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8473', 'clothing_xmasbow', 'clothing_xmasbow', 's', '1', '1', '1', '1', '0', '0', '8473', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '121', '0');
INSERT INTO `furniture` VALUES ('8474', 'xmas_c15_advent5', 'xmas_c15_advent5', 's', '1', '1', '1', '1', '0', '0', '8474', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8475', 'xmas_c15_poinsettia', 'xmas_c15_poinsettia', 's', '1', '1', '1', '1', '0', '0', '8475', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8476', 'xmas_c15_buildbase1', 'xmas_c15_buildbase1', 's', '1', '3', '1', '1', '0', '0', '8476', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8477', 'xmas_c15_crnr', 'xmas_c15_crnr', 's', '1', '1', '1', '1', '0', '0', '8477', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8478', 'xmas15_clocktower', 'xmas15_clocktower', 's', '2', '2', '1', '0', '0', '0', '8478', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8479', 'clothing_santaoutfit', 'clothing_santaoutfit', 's', '1', '1', '1', '1', '0', '0', '8479', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '122', '0');
INSERT INTO `furniture` VALUES ('8480', 'clothing_cladyoutfit', 'clothing_cladyoutfit', 's', '1', '1', '1', '1', '0', '0', '8480', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '118', '0');
INSERT INTO `furniture` VALUES ('8481', 'xmas_c15_store2', 'xmas_c15_store2', 's', '1', '1', '1', '1', '0', '0', '8481', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8482', 'xmas_c15_stall', 'xmas_c15_stall', 's', '2', '1', '1', '0', '0', '0', '8482', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8483', 'xmas_c15_snow', 'xmas_c15_snow', 's', '2', '2', '1', '1', '0', '1', '8483', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8484', 'xmas_c15_bndstnd', 'xmas_c15_bndstnd', 's', '3', '3', '1', '1', '0', '0', '8484', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8485', 'xmas15_rudolf', 'xmas15_rudolf', 's', '1', '1', '1', '1', '0', '0', '8485', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8486', 'xmas_c15_roof2', 'xmas_c15_roof2', 's', '1', '3', '1', '1', '0', '0', '8486', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8487', 'clothing_cladydress', 'clothing_cladydress', 's', '1', '1', '1', '1', '0', '0', '8487', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '116', '0');
INSERT INTO `furniture` VALUES ('8488', 'xmas_c15_advent2', 'xmas_c15_advent2', 's', '1', '1', '1', '1', '0', '0', '8488', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8489', 'winter15_tree4', 'winter15_tree4', 's', '1', '1', '1', '1', '0', '0', '8489', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8490', 'xmas_c15_bushy2', 'xmas_c15_bushy2', 's', '1', '1', '1', '1', '0', '0', '8490', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8491', 'xmas15_wishltd', 'xmas15_wishltd', 's', '2', '1', '1', '1', '0', '0', '8491', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8492', 'xmas_c15_advent8', 'xmas_c15_advent8', 's', '1', '1', '1', '1', '0', '0', '8492', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8493', 'clothing_cladyhair', 'clothing_cladyhair', 's', '1', '1', '1', '1', '0', '0', '8493', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '117', '0');
INSERT INTO `furniture` VALUES ('8494', 'xmas15_glowdeerltd', 'xmas15_glowdeerltd', 's', '1', '2', '1', '1', '0', '0', '8494', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8495', 'clothing_santatop', 'clothing_santatop', 's', '1', '1', '1', '1', '0', '0', '8495', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '123', '0');
INSERT INTO `furniture` VALUES ('8496', 'clothing_ribbon', 'clothing_ribbon', 's', '1', '1', '1', '1', '0', '0', '8496', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '124', '0');
INSERT INTO `furniture` VALUES ('8497', 'xmas_c15_advent3', 'xmas_c15_advent3', 's', '1', '1', '1', '1', '0', '0', '8497', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8498', 'clothing_santahat', 'clothing_santahat', 's', '1', '1', '1', '1', '0', '0', '8498', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '125', '0');
INSERT INTO `furniture` VALUES ('8499', 'xmas_c15_reindeer', 'xmas_c15_reindeer', 's', '1', '1', '1', '1', '0', '0', '8499', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8500', 'xmas15_fountainltd', 'xmas15_fountainltd', 's', '3', '3', '1', '1', '0', '0', '8500', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8501', 'clothing_snood', 'clothing_snood', 's', '1', '1', '1', '1', '0', '0', '8501', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '126', '0');
INSERT INTO `furniture` VALUES ('8502', 'xmas_c15_store3', 'xmas_c15_store3', 's', '1', '1', '1', '1', '0', '0', '8502', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8503', 'xmas_c15_advent1', 'xmas_c15_advent1', 's', '1', '1', '1', '1', '0', '0', '8503', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8504', 'xmas_c15_arch', 'xmas_c15_arch', 's', '1', '1', '1', '0', '0', '0', '8504', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8505', 'winter15_fnc_crnr', 'winter15_fnc_crnr', 's', '1', '1', '1', '1', '0', '0', '8505', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8506', 'xmas_c15_advent4', 'xmas_c15_advent4', 's', '1', '1', '1', '1', '0', '0', '8506', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8507', 'clothing_cladyshoes', 'clothing_cladyshoes', 's', '1', '1', '1', '1', '0', '0', '8507', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '119', '0');
INSERT INTO `furniture` VALUES ('8508', 'winter15_snowboard', 'winter15_snowboard', 's', '1', '1', '1', '1', '0', '0', '8508', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8509', 'clothing_santabeard', 'clothing_santabeard', 's', '1', '1', '1', '1', '0', '0', '8509', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '127', '0');
INSERT INTO `furniture` VALUES ('8510', 'xmas_c15_mntn', 'xmas_c15_mntn', 's', '1', '1', '1', '1', '0', '0', '8510', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8511', 'xmas15_stand', 'xmas15_stand', 's', '2', '1', '1', '1', '0', '1', '8511', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8512', 'xmas_c15_buildmid2', 'xmas_c15_buildmid2', 's', '3', '1', '1', '1', '0', '0', '8512', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8513', 'xmas_c15_bushy6', 'xmas_c15_bushy6', 's', '1', '1', '1', '1', '0', '0', '8513', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8514', 'xmas_c15_snwbush', 'xmas_c15_snwbush', 's', '1', '1', '1', '1', '0', '0', '8514', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8515', 'xmas15_sleigh', 'xmas15_sleigh', 's', '1', '2', '1', '1', '0', '1', '8515', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8516', 'winter15_iceskater', 'winter15_iceskater', 's', '1', '1', '1', '1', '0', '0', '8516', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8517', 'xmas_c15_alpinetree', 'xmas_c15_alpinetree', 's', '1', '1', '1', '1', '0', '0', '8517', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8518', 'clothing_knitband', 'clothing_knitband', 's', '1', '1', '1', '1', '0', '0', '8518', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '128', '0');
INSERT INTO `furniture` VALUES ('8519', 'xmas_c15_decotree', 'xmas_c15_decotree', 's', '2', '2', '1', '1', '0', '0', '8519', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8520', 'xmas_c15_stone', 'xmas_c15_stone', 's', '2', '2', '0.1', '1', '0', '1', '8520', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8521', 'xmas_c15_bushy4', 'xmas_c15_bushy4', 's', '1', '1', '1', '1', '0', '0', '8521', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8522', 'winter15_lmppst', 'winter15_lmppst', 's', '1', '1', '1', '1', '0', '0', '8522', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8523', 'xmas_c15_advent7', 'xmas_c15_advent7', 's', '1', '1', '1', '1', '0', '0', '8523', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8524', 'xmas_c15_mlight', 'xmas_c15_mlight', 's', '2', '1', '2', '0', '1', '0', '8524', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8525', 'xmas_c15_buildmid1', 'xmas_c15_buildmid1', 's', '3', '1', '1', '1', '1', '0', '8525', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8526', 'clothing_knithat', 'clothing_knithat', 's', '1', '1', '1', '1', '0', '0', '8526', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '129', '0');
INSERT INTO `furniture` VALUES ('8540', 'clothing_party5', '', 's', '1', '1', '0', '1', '0', '0', '8540', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '134', '0');
INSERT INTO `furniture` VALUES ('8541', 'clothing_party4', '', 's', '1', '1', '0', '1', '0', '0', '8541', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '133', '0');
INSERT INTO `furniture` VALUES ('8542', 'clothing_party8', '', 's', '1', '1', '0', '1', '0', '0', '8542', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '137', '0');
INSERT INTO `furniture` VALUES ('8543', 'clothing_party6', '', 's', '1', '1', '0', '1', '0', '0', '8543', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '135', '0');
INSERT INTO `furniture` VALUES ('8545', 'clothing_party3', '', 's', '1', '1', '0', '1', '0', '0', '8545', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '132', '0');
INSERT INTO `furniture` VALUES ('8546', 'clothing_party7', '', 's', '1', '1', '0', '1', '0', '0', '8546', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '136', '0');
INSERT INTO `furniture` VALUES ('8549', 'clothing_goldpack1', '', 's', '1', '1', '0', '1', '0', '0', '8549', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '131', '0');
INSERT INTO `furniture` VALUES ('8552', 'tile_fxprovider_nfs', 'tile_fxprovider_nfs name', 's', '1', '1', '0.1', '1', '0', '1', '8552', '1', '1', '1', '1', '1', 'fx_provider', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8553', 'clothing_hat_space1', '', 's', '1', '1', '0', '1', '0', '0', '8553', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '130', '0');
INSERT INTO `furniture` VALUES ('9978', 'dia_uplink', 'Diamond Uplink Station', 's', '1', '1', '0', '1', '0', '1', '4794', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9979', 'dia_podium', 'Diamond Podium', 's', '1', '1', '0', '1', '0', '1', '4795', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9993', 'anc_pharaoh_tele', 'Pharoah Teleporter', 's', '1', '1', '0', '1', '0', '0', '4633', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9996', 'anc_trophy_obsidian', 'Obsidian Obelisk', 's', '1', '1', '1', '1', '0', '0', '4635', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9998', 'actionpoint01', 'Action Point', 's', '1', '1', '0', '0', '0', '1', '9998', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9999', 'arow', 'Arrow', 's', '1', '1', '0', '0', '0', '1', '9999', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10000', 'wf_trg_says_sycommand', 'WIRED Trigger: User Says Command', 's', '1', '1', '0.65', '1', '0', '0', '10000', '1', '1', '1', '1', '1', 'wired_trigger', '1', '0', '0', '0', '58', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10001', 'wf_act_set_roller_spd', 'WIRED Effect: Set Roller Speed', 's', '1', '1', '0.65', '1', '0', '0', '10001', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '59', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10002', 'wf_act_regenerate_map', 'WIRED EFFECT: Regenerate Maps', 's', '1', '1', '0.65', '1', '0', '0', '10002', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '60', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10003', 'wf_act_give_userbadge', 'WIRED EFFECT: Give Badge', 's', '1', '1', '0.65', '1', '0', '0', '10003', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '61', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10099', 'prizetrophy_nurture*1', 'Watering Can Of Greatness!', 's', '1', '1', '1', '1', '0', '0', '4600', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10100', 'prizetrophy_nurture*2', 'Watering Can Of Semi-Greatness', 's', '1', '1', '1', '1', '0', '0', '4601', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10101', 'prizetrophy_nurture*3', 'Watering Can Of Partial Greatness', 's', '1', '1', '1', '1', '0', '0', '4602', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10102', 'prizetrophy_breed*1', 'Golden Man-Eating Plant Trophy', 's', '1', '1', '1', '1', '0', '0', '4597', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10103', 'prizetrophy_breed*2', 'Silver Man-Eating Plant Trophy', 's', '1', '1', '1', '1', '0', '0', '4598', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10104', 'prizetrophy_breed*3', 'Bronze Man-Eating Plant Trophy', 's', '1', '1', '1', '1', '0', '0', '4599', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10105', 'stone_flowerbed', 'Monster Plant Bed', 's', '2', '1', '0.5', '1', '0', '1', '4603', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10158', 'track12_ujack_sofa', 'Union Jack Sofa', 's', '2', '1', '1', '1', '1', '0', '4663', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10159', 'prizetrophy_track12*1', 'Habbo-lympix Trophy', 's', '1', '1', '1', '1', '0', '0', '4665', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10160', 'prizetrophy_track12*2', 'Habbo-lympix Trophy', 's', '1', '1', '1', '1', '0', '0', '4666', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10161', 'prizetrophy_track12*3', 'Habbo-lympix Trophy', 's', '1', '1', '1', '1', '0', '0', '4667', '1', '1', '1', '1', '0', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10162', 'track12_circle', 'Habbo-lympix Circle Track', 's', '3', '3', '0.01', '1', '0', '1', '4656', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10163', 'track12_weight', 'Dumbbell', 's', '2', '1', '0.1', '1', '0', '0', '4664', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10164', 'track12_tea_mother', 'Royal Tea Lady', 's', '1', '1', '0.1', '1', '0', '0', '4659', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10165', 'track12_ele_podium1', 'Black Habbo-lympix Podium', 's', '1', '1', '1', '1', '0', '1', '4662', '1', '1', '1', '1', '1', 'default', '3', '0', '0.7,1.2,1.7', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10166', 'track12_hammer', 'Hammer Toss', 's', '1', '1', '0', '1', '0', '0', '4660', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10167', 'track12_ele_podium2', 'White Habbo-lympix Podium', 's', '1', '1', '0', '1', '0', '1', '4658', '1', '1', '1', '1', '1', 'default', '3', '0', '0.7,1.2,1.7', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10168', 'track12_mini_torch', 'Habbo-lympix Torch', 's', '1', '1', '0.1', '1', '0', '0', '4661', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1031', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10169', 'track12_hurdle', 'Habbo-lympix Hurdle', 's', '1', '1', '0', '1', '0', '1', '4657', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10278', 'hosptl_bbag', 'Hospital Bag', 's', '1', '3', '1', '1', '0', '0', '3591', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10279', 'hosptl_bed', 'Hospital Bed', 's', '1', '3', '1.8', '1', '0', '0', '3590', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10280', 'hosptl_cab1', 'Hospital Cabinet', 's', '1', '1', '3', '1', '0', '0', '3586', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1015,1014,1013,1011', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10281', 'hosptl_cab2', 'Hospital Cabinet Large', 's', '2', '1', '3', '1', '0', '0', '3608', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1015,1014,1013,1011', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10282', 'hosptl_curtain', 'Hospital Curtain', 's', '3', '1', '1', '1', '0', '0', '3588', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10283', 'hosptl_defibs', 'Hospital Defibrillator', 's', '1', '1', '1', '1', '0', '0', '3606', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10284', 'hosptl_light', 'Hospital Light', 's', '1', '1', '1', '1', '0', '0', '3610', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10285', 'hosptl_seat', 'Hospital Seat', 's', '2', '1', '1.7', '1', '1', '0', '3611', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10286', 'hosptl_skele', 'Hospital Skeleton', 's', '1', '1', '1', '1', '0', '0', '3604', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10287', 'hosptl_xray', 'Hospital X-Ray', 'i', '0', '0', '0', '1', '0', '0', '4339', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10289', 'easel_0', 'StrayPixels Winner x1', 's', '1', '1', '1', '1', '0', '0', '3582', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10290', 'easel_1', 'StrayPixels winner x3', 's', '1', '1', '1', '1', '0', '0', '3594', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10291', 'easel_2', 'StrayPixels winner x5', 's', '1', '1', '1', '1', '0', '0', '3603', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10292', 'easel_3', 'StrayPixels winner x7', 's', '1', '1', '1', '1', '0', '0', '3596', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10293', 'easel_4', 'StrayPixels winner x10', 's', '1', '1', '1', '1', '0', '0', '3600', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10294', 'easel_2', 'StrayPixels winner x5', 's', '1', '1', '1', '1', '0', '0', '3603', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('10350', 'african_bones', 'African bones', 's', '1', '1', '1', '1', '0', '0', '3609', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10351', 'african_fence', 'Stick fence', 's', '2', '1', '1', '1', '0', '0', '3579', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10352', 'african_patch', 'Savannah Patch', 's', '2', '2', '1', '1', '0', '1', '3602', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10353', 'african_stage', 'Sand stage', 's', '2', '2', '1', '1', '0', '1', '3607', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10354', 'african_tree1', 'Accacia Tree', 's', '1', '1', '1', '1', '0', '0', '3584', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('10355', 'african_tree2', 'Baobob Tree', 's', '1', '1', '1', '1', '0', '0', '3605', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('11739', 'room_ad_plus_badge', '', 's', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14313', 'xmas_giftbag', '2010 Poster', 's', '1', '1', '1', '1', '0', '0', '4313', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1026,1065,1066,1067', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14314', 'joulutahti_notrd', 'Tiger Poster', 's', '1', '1', '1', '1', '0', '0', '4314', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14315', 'xmas11_comfy_chair_3', 'ads_tv_jaapuisto name', 's', '1', '1', '1', '1', '1', '0', '4315', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14316', 'xmas11_stool_2', 'Embroidered Wall', 's', '1', '1', '1', '1', '1', '0', '4316', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14317', 'xmas11_stool_4', 'Designer Wardrobe', 's', '1', '1', '1', '1', '1', '0', '4317', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14318', 'xmas11_stool_3', 'Sound-proofed Wall', 's', '1', '1', '1', '1', '1', '0', '4318', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14319', 'xmas11_footstool_4', 'Marble Sink', 's', '1', '1', '1', '1', '1', '0', '4319', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14320', 'xmas11_comfy_chair_2', 'Designer Wardrobe', 's', '1', '1', '1', '1', '1', '0', '4320', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14321', 'xmas11_chair_2', 'Bathroom Cabinet', 's', '1', '1', '1', '1', '1', '0', '4321', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14322', 'xmas11_btlr', 'ads_percyw name', 's', '1', '1', '1', '1', '0', '0', '4322', '1', '1', '1', '1', '1', 'vendingmachine', '0', '8', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14323', 'xmas11_comfy_bench_2', 'Boost Surf Sho Surfboard', 's', '2', '1', '1', '1', '1', '0', '4323', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14324', 'xmas11_comfy_chair_4', 'Teen Life Check Wheel', 's', '1', '1', '1', '1', '1', '0', '4324', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14325', 'xmas11_comfy_bench_4', 'Green Bean Vines', 's', '2', '1', '1', '1', '1', '0', '4325', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14326', 'xmas11_chair_4', 'ads_tv_yle name', 's', '1', '1', '1', '1', '1', '0', '4326', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14327', 'xmas11_comfy_bench_3', 'Salon Shelf', 's', '2', '1', '1', '1', '1', '0', '4327', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14328', 'xmas11_chair_3', 'La Trobe Uni Pennant', 's', '1', '1', '1', '1', '1', '0', '4328', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14329', 'xmas11_footstool_2', 'HC Wall Art', 's', '1', '1', '1', '1', '1', '0', '4329', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14330', 'xmas11_footstool_3', 'ads_nokia_x6 name', 's', '1', '1', '1', '1', '1', '0', '4330', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14331', 'books_1', 'Runway Fabric', 's', '1', '1', '1', '1', '0', '1', '4331', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14332', 'homework', 'Twilight at Target Item', 's', '1', '1', '1', '1', '0', '1', '4332', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14333', 'gift_mdlcar0', 'ads_super_pop name', 's', '1', '1', '1', '1', '0', '0', '4333', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14334', 'gift_manlystatue', 'ads_tv_chocapic_02 name', 's', '1', '1', '1', '1', '0', '0', '4334', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14335', 'gift_joystick', 'ads_tv_chocapic_01 name', 's', '1', '1', '1', '1', '0', '0', '4335', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14336', 'gift_thing', 'Shark Jaws', 's', '1', '1', '1', '1', '0', '0', '4336', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14337', 'pstack', 'ads_grefusa_surfb name', 's', '1', '1', '1', '1', '0', '0', '4337', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14338', 'pwad', 'Cabinet', 's', '1', '1', '1', '1', '0', '1', '4338', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14339', 'gift_incense', 'Hospital X-Ray', 's', '1', '1', '1', '1', '0', '0', '4339', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14340', 'pencils', 'Fog Wall', 's', '1', '1', '1', '1', '0', '1', '4340', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14341', 'pframe', 'Arena Lights 1', 's', '1', '1', '1', '1', '0', '0', '4341', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14342', 'toaster', 'Arena Lights 2', 's', '1', '1', '1', '1', '0', '0', '4342', '1', '1', '1', '1', '1', 'vendingmachine', '1', '71', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14343', 'gift_pbank', 'MTV Big TV', 's', '1', '1', '1', '1', '0', '0', '4343', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14344', 'console', 'MTV TV', 's', '1', '1', '1', '1', '0', '0', '4344', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14345', 'gift_vase', 'hween10_card_3 name', 's', '1', '1', '1', '1', '0', '0', '4345', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14346', 'gift_mypod', 'Moon Tarot Card', 's', '1', '1', '1', '1', '0', '0', '4346', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14347', 'trapkeep', 'Wheel of Fortune Tarot', 's', '1', '1', '1', '1', '0', '1', '4347', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14348', 'gift_coal', 'hween10_card_6 name', 's', '1', '1', '1', '1', '0', '0', '4348', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14349', 'gift_handbag0', 'hween10_wallskull name', 's', '1', '1', '1', '1', '0', '0', '4349', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14350', 'gift_jewel0', 'Death Tarot Card', 's', '1', '1', '1', '1', '0', '0', '4350', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14351', 'books_0', 'hween10_card_5 name', 's', '1', '1', '1', '1', '0', '0', '4351', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14368', 'xmas11_balloon2', 'Icy Bauble 3', 's', '1', '1', '1', '1', '0', '0', '4368', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14369', 'xmas11_luxfloor2', 'Ice Star', 's', '2', '2', '0', '1', '0', '1', '4369', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14370', 'xmas11_balloon1', 'City Building 1', 's', '1', '1', '1', '1', '0', '0', '4370', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14371', 'fireworks_09', 'City Building 3', 's', '1', '1', '1', '1', '0', '0', '4371', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14372', 'xmas11_luxtable', 'City Building 2', 's', '1', '2', '1', '1', '0', '0', '4372', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14373', 'fireworks_08', 'Countdown Building', 's', '1', '1', '1', '1', '0', '0', '4373', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14374', 'xmas11_luxsofa1', 'Tiger Wall Cover', 's', '2', '1', '1', '1', '1', '0', '4374', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14375', 'xmas11_luxfloor1', 'Panther Wall Cover', 's', '2', '2', '0', '1', '0', '1', '4375', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14376', 'xmas11_balloon', 'Zebra Wall Cover', 's', '1', '1', '1', '1', '0', '0', '4376', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1029', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14377', 'xmas11_balloon3', 'Leopard Wall Cover', 's', '1', '1', '1', '1', '0', '0', '4377', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14378', 'xmas11_luxchair1', 'Heart Lights', 's', '1', '1', '1', '1', '1', '0', '4378', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14379', 'xmas11_luxdish2', 'Vegas Buildings', 's', '1', '1', '1', '1', '0', '0', '4379', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14380', 'fireworks_10', 'Gothic Stained Glass', 's', '1', '1', '1', '1', '0', '0', '4380', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14381', 'xmas11_luxsofa2', 'ads_bigtv_missmix name', 's', '2', '1', '1', '1', '1', '0', '4381', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14382', 'xmas11_luxdish3', 'Theater Hall Lights', 's', '1', '1', '1', '1', '0', '0', '4382', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14383', 'xmas11_luxchair3', 'Theater Lights', 's', '1', '1', '1', '1', '1', '0', '4383', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14384', 'fireworks_12', 'Blue Arrow', 's', '1', '1', '0', '1', '0', '0', '4384', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14385', 'xmas11_luxsofa3', 'Purple Decklight', 's', '2', '1', '1', '1', '1', '0', '4385', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14386', 'xmas11_luxchair2', 'Blue Circle Art', 's', '1', '1', '1', '1', '1', '0', '4386', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14387', 'fireworks_11', 'Blue Mod Poster', 's', '1', '1', '1', '1', '0', '0', '4387', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14388', 'xmas11_luxdish1', 'Purple Arrow', 's', '1', '1', '1', '1', '0', '0', '4388', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('14445', 'year2012', '2012 Countdown Sign', 'i', '0', '0', '0', '1', '0', '0', '4445', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('15062', 'mystics_gthrone', 'Good Side Throne', 's', '1', '1', '2.5', '1', '1', '0', '5096', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('15063', 'mystics_bthrone', 'Bad Side Throne', 's', '1', '1', '2.5', '1', '1', '0', '5097', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('15434', 'brnd_cscape_wall', 'brnd_cscape_wall', 'i', '1', '1', '0', '1', '0', '0', '4524', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18723', 'poster500', 'Ultra Rare Pinata', 'i', '0', '0', '0', '0', '0', '0', '5193', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18724', 'poster501', 'Rainbow Pinata', 'i', '0', '0', '0', '0', '0', '0', '5194', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18725', 'poster502', 'Piggy Pirate Flag', 'i', '0', '0', '0', '0', '0', '0', '5195', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18726', 'poster503', 'Golden Pig', 'i', '0', '0', '0', '0', '0', '0', '5196', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18727', 'poster504', 'Glass Bottle 1', 'i', '0', '0', '0', '0', '0', '0', '5197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18728', 'poster505', 'Ship Edging 3', 'i', '0', '0', '0', '0', '0', '0', '5198', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18729', 'poster506', 'Glass Bottle 3', 'i', '0', '0', '0', '0', '0', '0', '5199', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18730', 'poster507', 'Glass Bottle 2', 'i', '0', '0', '0', '0', '0', '0', '5200', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18731', 'poster508', 'Treasure chest', 'i', '0', '0', '0', '0', '0', '0', '5201', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18732', 'poster509', 'Stackable barrels', 'i', '0', '0', '0', '0', '0', '0', '5202', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18733', 'poster510', '', 'i', '0', '0', '0', '0', '0', '0', '5203', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18734', 'poster511', 'Basic Lower Sail', 'i', '0', '0', '0', '0', '0', '0', '5204', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18735', 'poster512', 'Group Lower Sail', 'i', '0', '0', '0', '0', '0', '0', '5205', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18736', 'poster513', 'Glass Bottle 8', 'i', '0', '0', '0', '0', '0', '0', '5206', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18737', 'poster514', 'Glass Bottle 7', 'i', '0', '0', '0', '0', '0', '0', '5207', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18738', 'poster515', 'Ship Edging 2', 'i', '0', '0', '0', '0', '0', '0', '5208', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18739', 'poster516', 'Crate', 'i', '0', '0', '0', '0', '0', '0', '5209', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18740', 'poster517', 'Pirate Talking Parrot', 'i', '0', '0', '0', '0', '0', '0', '5210', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18741', 'poster518', 'Group Upper Sail', 'i', '0', '0', '0', '0', '0', '0', '5211', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18742', 'poster520', 'Sword Rack', 'i', '0', '0', '0', '0', '0', '0', '5212', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18743', 'poster521', 'Glass Bottle 10', 'i', '0', '0', '0', '0', '0', '0', '5213', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18744', 'poster522', 'Gate', 'i', '0', '0', '0', '0', '0', '0', '5214', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18745', 'poster523', 'pirate_side1 name', 'i', '0', '0', '0', '0', '0', '0', '5215', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18746', 'poster1001', 'Pirate Room Background', 'i', '0', '0', '0', '0', '0', '0', '5216', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18747', 'poster1002', 'Ship Side', 'i', '0', '0', '0', '0', '0', '0', '5217', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18748', 'poster1003', 'Glass Bottle 4', 'i', '0', '0', '0', '0', '0', '0', '5218', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18749', 'poster1004', 'Glass Bottle 9', 'i', '0', '0', '0', '0', '0', '0', '5219', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18750', 'poster1005', 'Ship Corner', 'i', '0', '0', '0', '0', '0', '0', '5220', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18751', 'poster1006', 'Lower Mast', 'i', '0', '0', '0', '0', '0', '0', '5221', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18753', 'poster2001', 'Stair Block', 'i', '0', '0', '0', '0', '0', '0', '5223', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18754', 'poster2002', 'spacerent_room name', 'i', '0', '0', '0', '0', '0', '0', '5224', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18756', 'poster2004', 'Grate', 'i', '0', '0', '0', '0', '0', '0', '5226', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18758', 'poster2006', 'Glass Bottle 6', 'i', '0', '0', '0', '0', '0', '0', '5228', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('18761', 'poster2011', 'Glass Bottle 5', 'i', '0', '0', '0', '0', '0', '0', '5231', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19894', 'a2 l', '', 'i', '1', '1', '1', '1', '0', '0', '3002', '0', '0', '1', '1', '0', 'floor', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19896', 'wallpaper 1', '', 'i', '1', '1', '1', '1', '0', '0', '3001', '0', '0', '1', '1', '0', 'wallpaper', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19926', 'landscape', '', 'i', '0', '0', '1', '1', '0', '0', '4055', '0', '0', '1', '1', '0', 'landscape', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19938', 'hween09_floor', 'Creaky Floor', 's', '2', '2', '0', '1', '0', '1', '3288', '0', '0', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19939', 'hween09_jar', 'Strange Jar', 's', '1', '1', '1', '1', '0', '0', '3287', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19940', 'urban_bench_plain', 'Clean Bench', 's', '2', '1', '1', '1', '1', '0', '3284', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19941', 'hween09_organ', 'Ghostly Organ', 's', '2', '1', '1', '1', '0', '0', '3282', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19942', 'byesw_hand', 'Big Hand seat memorial', 's', '1', '1', '1.35', '1', '1', '0', '3291', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('19943', 'byesw_hotel', 'Hotel view memorial', 's', '1', '1', '1', '1', '0', '0', '3289', '0', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('19944', 'hween09_table', 'Creepy Table', 's', '1', '3', '1', '1', '0', '0', '3286', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19945', 'hween09_chair', 'Haunted Chair', 's', '1', '1', '1', '1', '1', '0', '3295', '0', '0', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19946', 'hween09_mirror', 'Ghostly Mirror', 's', '1', '1', '1', '1', '1', '0', '3293', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19947', 'hween09_hatch', 'Creepy Trap Door', 's', '2', '2', '0.001', '1', '0', '0', '3285', '0', '0', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19948', 'hween09_ghost', 'Ghost-in-the-Box', 's', '1', '1', '1', '1', '0', '1', '3290', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19949', 'hween09_tv', 'Haunted TV', 's', '2', '1', '1', '1', '0', '0', '3292', '0', '0', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19950', 'hween09_chandelier', 'Haunted Chandelier', 's', '1', '1', '1', '1', '0', '1', '3294', '0', '0', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19951', 'hween09_crnr1', 'Creaky Corner', 'i', '0', '0', '1', '1', '0', '0', '4247', '0', '0', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19952', 'hween09_paint', 'Haunted Painting', 'i', '0', '0', '1', '1', '0', '0', '4263', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19953', 'hween09_treewall', 'Haunted Forest', 'i', '0', '0', '1', '1', '0', '0', '4269', '0', '0', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19954', 'hween09_wall1', 'Creaky Wall', 'i', '0', '0', '1', '1', '0', '0', '4257', '0', '0', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19955', 'hween09_stonewall', 'Old Stone Wall', 'i', '0', '0', '1', '1', '0', '0', '4259', '0', '0', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19956', 'hween09_win', 'Haunted Window', 'i', '0', '0', '1', '1', '0', '0', '4271', '0', '0', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19957', 'avatar_effect22', 'Occasional Table', 'e', '1', '1', '1', '1', '0', '0', '22', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19958', 'avatar_effect19', '', 'e', '1', '1', '1', '1', '0', '0', '19', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19959', 'avatar_effect20', 'Beige Coffee Table', 'e', '1', '1', '1', '1', '0', '0', '20', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19960', 'avatar_effect21', 'Gray Coffee Table', 'e', '1', '1', '1', '1', '0', '0', '21', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19971', 'xm09_man_b', 'Snowman middle', 's', '1', '1', '0.8', '1', '0', '0', '3328', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19972', 'xm09_man_c', 'Snowman head', 's', '1', '1', '1', '1', '0', '0', '3329', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19973', 'xm09_table', 'Holiday Table', 's', '2', '6', '1', '1', '0', '0', '3335', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19974', 'xm09_bench', 'Holiday Bench', 's', '6', '1', '1', '1', '1', '0', '3340', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19976', 'xm09_firwall', 'Xmas Tree Wall', 'i', '0', '0', '1', '1', '0', '0', '4307', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19977', 'xm09_forestwall', 'Snow Forest Wall', 'i', '0', '0', '1', '1', '0', '0', '4308', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19978', 'xm09_lodgewall', 'Lodge Wall', 'i', '0', '0', '1', '1', '0', '0', '4311', '0', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19979', 'xm09_bauble_25', 'Yellow Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4286', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19980', 'xm09_bauble_26', 'White Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4306', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19981', 'xm09_bauble_27', 'Pink Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4279', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19982', 'year2010', '2010 Poster', 'i', '0', '0', '1', '1', '0', '0', '4313', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19983', 'xm09_bauble_23', 'Blue Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4292', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19984', 'xm09_bauble_24', 'Green Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4278', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19985', 'xm09_candyCane', 'Candy Canes', 's', '1', '1', '1', '1', '0', '0', '3314', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19986', 'xm09_stocking', 'Holiday Stocking', 'i', '0', '0', '1', '1', '0', '0', '4280', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19989', 'xm09_man_a', 'Snowman legs', 's', '1', '1', '1', '1', '0', '0', '3330', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19994', 'ads_twi_fountn', 'Fountain', 's', '2', '2', '1', '1', '0', '0', '3301', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19995', 'ads_twi_dvdr2', 'Clock Tower wall', 's', '2', '1', '1', '1', '0', '0', '3302', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19996', 'ads_twi_roses', 'Standing Rose Bouquet', 's', '1', '1', '1', '1', '0', '0', '3304', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19997', 'ads_twi_table', 'Cake on Table with Presents', 's', '2', '2', '1', '1', '0', '0', '3297', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19998', 'ads_twi_chair', 'Volturi Royal Chair', 's', '1', '1', '1', '1', '1', '0', '3300', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('19999', 'ads_twi_dvdr1', 'Half wall', 's', '2', '1', '1', '1', '0', '0', '3303', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20000', 'ads_twi_piano', 'Broken Piano', 's', '2', '2', '1', '1', '0', '0', '3299', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20001', 'ads_twi_tower', 'Clock Tower', 's', '1', '1', '1', '1', '0', '0', '3298', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20002', 'ads_twi_toolbx', 'Toolbox', 's', '1', '1', '1', '1', '0', '0', '3296', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20003', 'ads_twi_mist', 'Fog', 's', '1', '1', '0', '1', '0', '1', '3308', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20006', 'urban_fence_corner', 'Urban Fence Corner', 's', '1', '1', '1', '1', '0', '0', '3275', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20007', 'urban_carsofa', 'Taxi Sofa', 's', '2', '1', '1', '1', '1', '0', '3268', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20008', 'urban_bench', 'Urban Bench', 's', '2', '1', '1', '1', '1', '0', '3269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20010', 'urban_sidewalk', 'Sidewalk', 's', '2', '2', '0.2', '1', '0', '1', '3274', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20011', 'urban_wpost', 'Fire Hydrant', 's', '1', '1', '1', '1', '0', '0', '3272', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20012', 'urban_fence', 'Urban Fence', 's', '1', '2', '1', '1', '0', '0', '3267', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20013', 'urban_bin', 'Urban Trash Can', 's', '1', '1', '1', '1', '0', '0', '3266', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20014', 'urban_blocker', 'Road Block', 's', '1', '1', '1', '1', '0', '0', '3270', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20015', 'urban_bsktbll', 'Urban Basketball Hoop', 's', '1', '1', '1', '1', '0', '0', '3271', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20016', 'urban_lamp', 'Street Lamp', 's', '1', '1', '1', '1', '0', '0', '3265', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20018', 'urban_wall', 'Urban Wall', 'i', '0', '0', '1', '1', '0', '0', '4244', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20021', 'heart', 'Giant Heart', 's', '2', '1', '1', '1', '0', '0', '227', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20025', 'pillar*6', 'Doric Terracotta Pillar', 's', '1', '1', '3.5', '1', '0', '0', '1609', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20026', 'shelves_norja*4', 'Aquamarine Bookcase', 's', '1', '1', '1', '1', '0', '0', '1795', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20027', 'bed_polyfon*2', 'Black Double Bed', 's', '2', '3', '1.8', '1', '0', '0', '1895', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20028', 'divider_nor5*6', 'Blue Angle', 's', '1', '1', '1', '1', '0', '0', '1995', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20029', 'val_cauldron', '', 's', '1', '1', '1', '1', '0', '0', '2103', '1', '1', '1', '1', '1', 'vendingmachine', '0', '25', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20030', 'pura_mdl5*1', 'Aquamarine Square Module', 's', '1', '1', '1', '1', '1', '0', '2509', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20031', 'one_way_door*1', 'Aquamarine One Way Gate', 's', '1', '1', '0.001', '1', '0', '0', '2597', '1', '1', '1', '1', '1', 'onewaygate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20032', 'exe_globe', 'Executive Globe', 's', '1', '1', '1', '1', '0', '0', '2672', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20034', 'diner_bardesk_corner*5', 'Beige Corner', 's', '1', '1', '1', '1', '0', '0', '2874', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20035', 'fx_bubble', 'Bubbles', 's', '1', '1', '1', '1', '0', '1', '3012', '0', '0', '1', '0', '1', 'rentals', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20036', 'bump_tottero', 'Safety Cone', 's', '1', '1', '1', '1', '0', '0', '3087', '1', '1', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20037', 'ads_calip_parasol', 'ads_calip_parasol name', 's', '1', '1', '1', '1', '0', '0', '3195', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20041', 'year2010', '2010 Poster', 'i', '0', '0', '1', '1', '0', '0', '4313', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20042', 'party_lantern', 'Party Lantern', 's', '1', '1', '0', '1', '0', '1', '3327', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20043', 'party_lights', 'Party Lights', 'i', '0', '0', '1', '1', '0', '0', '4310', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20045', 'arabian_tile', 'Arabian Tile', 's', '2', '2', '0.1', '1', '0', '1', '3312', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20046', 'exe_elevator', 'Elevator Teleport', 's', '1', '1', '0.001', '1', '0', '0', '3305', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20047', 'rela_stick', 'Stick in Jar', 's', '1', '1', '1', '1', '0', '0', '3240', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20048', 'ads_mall_elevator', 'Mall Lift', 's', '1', '1', '0.001', '1', '0', '0', '3306', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20050', 'xm09_infotv', 'Flatscreen TV', 'i', '0', '0', '1', '1', '0', '0', '4309', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20051', 'ads_twi_trophy', 'Twilight Trophy', 's', '1', '1', '1', '1', '0', '0', '3311', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20052', 'ads_twi_crest', 'Volturi Crest', 'i', '0', '0', '1', '1', '0', '0', '4275', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20053', 'ads_twi_paint', 'Painting', 'i', '0', '0', '1', '1', '0', '0', '4272', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20054', 'ads_twi_windw', 'Window with Candles', 'i', '0', '0', '1', '1', '0', '0', '4277', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20055', 'ads_twi_bwall2', 'Truck and Motorcycles', 'i', '0', '0', '1', '1', '0', '0', '4276', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20056', 'ads_twi_dreamc', 'Dream Catcher', 'i', '0', '0', '1', '1', '0', '0', '4273', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20057', 'ads_twi_bwall1', 'Barn Wall', 'i', '0', '0', '1', '1', '0', '0', '4274', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20059', 'arabian_wall', 'Arabian Wall', 'i', '0', '0', '1', '1', '0', '0', '4287', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20060', 'DEAL_HC_1', '', 'h', '0', '0', '0', '1', '0', '0', '0', '0', '0', '1', '0', '0', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20063', 'xm09_cocoa', 'Hot Chocolate Maker', 's', '1', '1', '1', '1', '0', '0', '3337', '1', '1', '1', '1', '1', 'vendingmachine', '0', '10', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20064', 'sf_mbar', 'Astro-Bar', 's', '1', '1', '1', '1', '0', '0', '3273', '1', '1', '1', '1', '1', 'vendingmachine', '0', '44', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20066', 'tree2', 'Old Christmas tree', 's', '1', '1', '1', '1', '0', '0', '2104', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20067', 'divider_poly3*7', 'Green Gate', 's', '1', '1', '0.001', '1', '0', '0', '1930', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20068', 'ads_cllava2', 'Idea Agency Lava Lamp', 's', '1', '1', '1', '1', '0', '0', '3021', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20071', 'ads_gsArcade_2', 'Arcade Cabinet', 's', '1', '1', '1', '1', '0', '0', '3278', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20072', 'ads_gsArcade_1', 'ads_gsArcade_1 name', 's', '1', '1', '1', '1', '0', '0', '3277', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20074', 'ads_mtvtrophy_silver', 'MTV EMA Trophy', 's', '1', '1', '1', '1', '0', '0', '3281', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20075', 'ads_spang_sleep', 'ads_spang_sleep', 's', '1', '3', '0.8', '1', '0', '0', '3280', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20076', 'ads_mtvtrophy_gold', 'Golden EMA Trophy', 's', '1', '1', '1', '1', '0', '0', '3279', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20077', 'ktchn_hlthNut', 'The Health Nut', 's', '1', '1', '1', '1', '0', '0', '3307', '1', '1', '1', '1', '1', 'vendingmachine', '3', '3', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20078', 'petfood8', 'Chicken', 's', '1', '1', '1', '1', '0', '1', '3325', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20079', 'nest_plow_reg', 'Regular Nest', 's', '1', '1', '1', '1', '0', '1', '3318', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20080', 'nest_snug_yel', 'Snug Nest Yellow', 's', '1', '1', '1', '1', '0', '1', '3319', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20081', 'petfood9', 'Salmon', 's', '1', '1', '1', '1', '0', '1', '3322', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20082', 'petfood10', 'Holiday Cake', 's', '1', '1', '1', '1', '0', '1', '3326', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20083', 'petfood7', 'Ice Apples', 's', '1', '1', '1', '1', '0', '1', '3321', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20084', 'petfood6', 'Red Apples', 's', '1', '1', '0', '1', '0', '1', '3323', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20086', 'nest_snug_red', 'Snug Nest Red', 's', '1', '1', '1', '1', '0', '1', '3317', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20088', 'nest_plow_bro', 'Regular Nest Brown', 's', '1', '1', '1', '1', '0', '1', '3309', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20089', 'nest_plow_red', 'Regular Nest Red', 's', '1', '1', '1', '1', '0', '1', '3320', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20090', 'nest_snug_blu', 'Snug Nest Blue', 's', '1', '1', '1', '1', '0', '1', '3315', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20091', 'petfood5', 'Green Apples', 's', '1', '1', '1', '1', '0', '1', '3324', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20092', 'nest_plow_blu', 'Regular Nest Blue', 's', '1', '1', '1', '1', '0', '1', '3316', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20093', 'xm09_lrgBauble', 'Large Bauble', 's', '1', '1', '1', '1', '0', '1', '3313', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20094', 'nest_dirt', 'Dirt Nest', 's', '1', '1', '0', '1', '0', '1', '3331', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20095', 'nest_snug_prp', 'Snug Nest Purple', 's', '1', '1', '1', '1', '0', '1', '3332', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20096', 'nest_nest', 'Stone Nest', 's', '1', '1', '1', '1', '0', '1', '3334', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20097', 'nest_nails', 'Nest of Nails', 's', '1', '1', '1', '1', '0', '1', '3336', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20098', 'nest_basket', 'Basket Nest', 's', '1', '1', '1', '1', '0', '1', '3333', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20099', 'nest_ice', 'Ice Nest', 's', '1', '1', '1', '1', '0', '1', '3339', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20100', 'nest_plow_skl', 'Skull Pillow Nest', 's', '1', '1', '1', '1', '0', '1', '3341', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20101', 'nest_snug_bla', 'Snug Nest Dark', 's', '1', '1', '1', '1', '0', '1', '3338', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20102', 'ads_cl_moodi', 'The Moodi Machine', 's', '1', '1', '1', '1', '0', '0', '3342', '1', '1', '1', '1', '1', 'vendingmachine', '1', '46,47,45', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20103', 'org_chairpnk', 'org_chairpnk', 's', '1', '1', '1.2', '1', '1', '0', '3354', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20104', 'org_tblpnk', 'org_tblpnk', 's', '1', '1', '1', '1', '0', '0', '3352', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20105', 'org_lampblk', 'org_lampblk', 's', '1', '1', '1.2', '1', '0', '0', '3353', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20106', 'org_lamppnk', 'Pinky Organo Lamp', 's', '1', '1', '1.2', '1', '0', '0', '3348', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20107', 'org_table', 'org_table', 's', '2', '2', '1', '1', '0', '0', '3356', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20108', 'china_tiger', 'Tiger Statue', 's', '1', '1', '1', '1', '0', '0', '3344', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20109', 'xm09_trophy', '2009 Habbo Trophy', 's', '1', '1', '1', '1', '0', '0', '3351', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20110', 'china_plmTree', 'Chinese Blossom Tree', 's', '1', '1', '1', '1', '0', '0', '3355', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20111', 'org_chairblk', 'org_chairblk', 's', '1', '1', '1.2', '1', '1', '0', '3349', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20112', 'org_tblblk', 'org_tblblk', 's', '1', '1', '1', '1', '0', '0', '3347', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20113', 'org_chrblk', 'org_chrblk', 's', '1', '1', '1.2', '1', '1', '0', '3345', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20114', 'china_tigrSeat', 'Tiger Seat', 's', '1', '2', '1', '1', '1', '0', '3346', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20115', 'org_chrpnk', 'org_chrpnk', 's', '1', '1', '1.2', '1', '1', '0', '3350', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20116', 'ads_chups', 'ads_chups name', 's', '1', '1', '1', '1', '0', '0', '3367', '1', '1', '1', '1', '1', 'vendingmachine', '1', '48', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20117', 'bling_fridge', 'Big Purple Fridge', 's', '1', '1', '1', '1', '0', '0', '3366', '1', '1', '1', '1', '1', 'vendingmachine', '0', '50', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20118', 'petfood12', 'Books', 's', '1', '1', '1', '1', '0', '1', '3370', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20119', 'ads_droetker_paula', 'ads_droetker_paula name', 's', '1', '1', '1', '1', '0', '0', '3365', '1', '1', '1', '1', '1', 'vendingmachine', '1', '49', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20120', 'petfood11', 'Pile Of Letters', 's', '1', '1', '1', '1', '0', '1', '3358', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20121', 'bling_chair_a', 'Suave Chair', 's', '1', '1', '1', '1', '1', '0', '3368', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20122', 'petfood13', 'TV Remote', 's', '1', '1', '0', '1', '0', '1', '3359', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20123', 'bling_pool', 'Jacuzzi', 's', '3', '1', '0.01', '1', '1', '0', '3369', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20124', 'bling_toilet', 'Golden Toilet', 's', '1', '1', '1.2', '1', '1', '0', '3362', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20125', 'val09_floor', 'Polished Tile', 's', '2', '2', '0', '1', '0', '1', '3363', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20126', 'bling_chair_c', 'Suave Chair', 's', '1', '1', '1', '1', '1', '0', '3361', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20127', 'bling_chair_b', 'Suave Chair', 's', '1', '1', '1', '1', '1', '0', '3360', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20128', 'bling_shwr', 'Power Shower', 's', '1', '1', '0', '1', '0', '1', '3396', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20129', 'bling_bed', 'Bling Bed', 's', '2', '3', '1.6', '1', '1', '0', '3364', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20130', 'bling_sofa', 'Leather Sofa', 's', '2', '1', '1.5', '1', '1', '0', '3371', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20131', 'val09_floor2', 'Wooden Tile', 's', '2', '2', '0', '1', '0', '1', '3357', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20132', 'teddy_basic', 'Brown Teddy', 's', '1', '1', '1', '1', '0', '0', '3393', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20133', 'teddy_pendergrass', 'Pilot Teddy', 's', '1', '1', '1', '1', '0', '0', '3384', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20134', 'val_hSeat*1', 'Black Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3386', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20135', 'val_hSeat*2', 'White Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3387', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20136', 'val_hSeat*3', 'Red Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3388', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20137', 'val_hSeat*4', 'Pink Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3389', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20138', 'val_hSeat*5', 'Yellow Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3390', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20139', 'val_hSeat*6', 'Purple Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3391', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20140', 'val_hSeat*7', 'Blue Heart Chair', 's', '1', '1', '1', '1', '1', '0', '3392', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20141', 'val_basket', 'Valentines Gift Basket', 's', '1', '1', '1', '1', '0', '0', '3382', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20142', 'teddy_bear', 'Teddy Bear', 's', '1', '1', '1', '1', '0', '0', '3385', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20143', 'teddy_pink', 'Pink Teddy', 's', '1', '1', '1', '1', '0', '0', '3383', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20144', 'bling_fridge_restricted', 'Bling Fridge', 's', '1', '1', '1', '1', '0', '0', '3394', '1', '1', '1', '1', '1', 'vendingmachine', '0', '50', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20145', 'ads_percyrock', 'Bolt of Zeus', 's', '2', '2', '1', '1', '0', '0', '3395', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20146', 'md_can', 'Bubble Juice Can', 'i', '0', '0', '1', '1', '0', '0', '4025', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20149', 'ads_mtv_bigtv', 'ads_mtv_bigtv name', 'i', '0', '0', '1', '1', '0', '0', '4241', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20150', 'ads_mtv_tv', 'ads_mtv_tv name', 'i', '0', '0', '1', '1', '0', '0', '4242', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20151', 'flag_singapore', 'The Singapore Flag', 'i', '0', '0', '1', '1', '0', '0', '4249', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20152', 'hween09_curt', 'Floating Curtain', 'i', '0', '0', '1', '1', '0', '0', '4266', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20153', 'flag_columbia', 'The Colombian Flag', 'i', '0', '0', '1', '1', '0', '0', '4258', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20154', 'flag_chile', 'The Chilean Flag', 'i', '0', '0', '1', '1', '0', '0', '4256', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20155', 'flag_ecuador', 'The Ecuadorian Flag', 'i', '0', '0', '1', '1', '0', '0', '4268', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20156', 'flag_dominicanrepublic', 'The Dominican Republic Flag', 'i', '0', '0', '1', '1', '0', '0', '4265', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20157', 'flag_newzealand', 'The New Zealand Flag', 'i', '0', '0', '1', '1', '0', '0', '4260', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20158', 'flag_malaysia', 'The Malaysian Flag', 'i', '0', '0', '1', '1', '0', '0', '4252', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('20159', 'byesw_loadscreen', 'Loading screen memorial', 'i', '0', '0', '1', '1', '0', '0', '4267', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20160', 'flag_venezl', 'The Venezuelan Flag', 'i', '0', '0', '1', '1', '0', '0', '4254', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20161', 'flag_algeria', 'The Algerian Flag', 'i', '0', '0', '1', '1', '0', '0', '4270', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20162', 'flag_tunisia', 'The Tunisian Flag', 'i', '0', '0', '1', '1', '0', '0', '4248', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20163', 'flag_panama', 'The Panama Flag', 'i', '0', '0', '1', '1', '0', '0', '4262', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20164', 'flag_mexico', 'The Mexican Flag', 'i', '0', '0', '1', '1', '0', '0', '4250', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20165', 'flag_argentina', 'The Argentinian Flag', 'i', '0', '0', '1', '1', '0', '0', '4261', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20166', 'flag_philippines', 'The Philippines Flag', 'i', '0', '0', '1', '1', '0', '0', '4251', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20167', 'flag_greece', 'The Greek Flag', 'i', '0', '0', '1', '1', '0', '0', '4253', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20168', 'flag_peru', 'The Peruvian Flag', 'i', '0', '0', '1', '1', '0', '0', '4246', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20169', 'flag_morocco', 'The Moroccan Flag', 'i', '0', '0', '1', '1', '0', '0', '4264', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20170', 'flag_turkey', 'The Turkish Flag', 'i', '0', '0', '1', '1', '0', '0', '4255', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20171', 'xm09_bauble_12', 'Tall Blue Bauble', 'i', '0', '0', '1', '1', '0', '0', '4304', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20172', 'xm09_bauble_16', 'Purple Green Bauble', 'i', '0', '0', '1', '1', '0', '0', '4303', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20173', 'xm09_bauble_17', 'Tall Red Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4281', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20174', 'xm09_bauble_15', 'Tall White Bauble', 'i', '0', '0', '1', '1', '0', '0', '4301', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20175', 'xm09_bauble_10', 'White Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4293', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20176', 'xm09_bauble_9', 'Yellow Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4294', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20177', 'xm09_bauble_18', 'White Dot Bauble', 'i', '0', '0', '1', '1', '0', '0', '4298', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20178', 'xm09_bauble_13', 'Tall Green Bauble', 'i', '0', '0', '1', '1', '0', '0', '4299', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20179', 'xm09_bauble_2', 'Blue Bauble', 'i', '0', '0', '1', '1', '0', '0', '4297', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20180', 'xm09_bauble_1', 'Red Bauble', 'i', '0', '0', '1', '1', '0', '0', '4300', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20181', 'xm09_bauble_22', 'Red Heart Bauble', 'i', '0', '0', '1', '1', '0', '0', '4302', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20182', 'xm09_bauble_3', 'Green Bauble', 'i', '0', '0', '1', '1', '0', '0', '4285', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20183', 'xm09_bauble_21', 'Green White Bauble', 'i', '0', '0', '1', '1', '0', '0', '4305', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20184', 'xm09_bauble_8', 'Green Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4295', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20185', 'xm09_bauble_4', 'Yellow Bauble', 'i', '0', '0', '1', '1', '0', '0', '4282', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20186', 'xm09_bauble_5', 'White Bauble', 'i', '0', '0', '1', '1', '0', '0', '4288', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20187', 'xm09_bauble_11', 'Tall Red Bauble', 'i', '0', '0', '1', '1', '0', '0', '4289', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20188', 'xm09_bauble_20', 'Tall Yellow Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4296', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20190', 'val_table1', 'Romantic Dinner Table', 's', '1', '1', '1', '1', '0', '0', '3397', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20191', 'xm09_bauble_14', 'Tall Yellow Bauble', 'i', '0', '0', '1', '1', '0', '0', '4290', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20192', 'xm09_bauble_7', 'Blue Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4291', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20193', 'xm09_bauble_6', 'Red Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4284', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20194', 'xm09_bauble_19', 'Tall Blue Striped Bauble', 'i', '0', '0', '1', '1', '0', '0', '4283', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20195', 'china_pstr3', 'Tiger Poster', 'i', '0', '0', '1', '1', '0', '0', '4314', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20196', 'ads_tv_jaapuisto', 'ads_tv_jaapuisto name', 'i', '0', '0', '1', '1', '0', '0', '4315', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20197', 'ads_percyw', 'ads_percyw name', 'i', '0', '0', '1', '1', '0', '0', '4322', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20198', 'val09_wdrobe_b', 'Designer Wardrobe', 'i', '0', '0', '1', '1', '0', '0', '4320', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20199', 'val09_wall2', 'Embroidered Wall', 'i', '0', '0', '1', '1', '0', '0', '4316', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20200', 'bling_sink', 'Marble Sink', 'i', '0', '0', '1', '1', '0', '0', '4319', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20201', 'val09_wall1', 'Sound-proofed Wall', 'i', '0', '0', '1', '1', '0', '0', '4318', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20202', 'bling_cabinet', 'Bathroom Cabinet', 'i', '0', '0', '1', '1', '0', '0', '4321', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20204', 'val09_wdrobe_g', 'Designer Wardrobe', 'i', '0', '0', '1', '1', '0', '0', '4317', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20207', 'rare_ironmaiden', 'Rare Iron Maiden', 's', '1', '1', '0.001', '1', '0', '0', '3399', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20208', 'rare_trex', 'T-Rex', 's', '3', '7', '1', '1', '0', '0', '3398', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20209', 'beanstalk', 'Gigantic Beanstalk', 's', '1', '1', '1', '1', '0', '0', '3401', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20210', 'rare_vdoll', 'Rare Voodoo Doll', 's', '1', '1', '1', '1', '0', '0', '3403', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20211', 'rare_mmmth', 'rare_mmmth name', 's', '2', '1', '1', '1', '1', '0', '3402', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20212', 'crystal_patch', 'Crystal Patch', 's', '3', '3', '0', '1', '0', '1', '3400', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20213', 'ads_boost_surfb', 'Boost Surf Sho Surfboard', 'i', '0', '0', '1', '1', '0', '0', '4323', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20214', 'ads_tlc_wheel', 'Teen Life Check Wheel', 'i', '0', '0', '1', '1', '0', '0', '4324', '1', '1', '1', '1', '1', 'habbowheel', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20220', 'a0 pet5', 'Doggy Bones', 'p', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '1', '0', '0', 'pet5', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20221', 'garden_lupin4', 'White Lupine', 's', '1', '1', '0.000000001', '1', '0', '0', '3419', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20222', 'garden_mursu3', 'Gallant Gold Rush', 's', '1', '1', '0', '1', '0', '1', '3408', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20223', 'garden_lupin5', 'Princly Purple Lupine', 's', '1', '1', '1', '1', '0', '0', '3411', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20224', 'garden_seed', 'Violet blossom', 's', '1', '1', '1', '1', '0', '0', '3406', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20225', 'garden_flytrap', 'Snapping Teleporter', 's', '1', '1', '0.001', '1', '0', '0', '3420', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20226', 'garden_flo3', 'Pink Pandemic', 's', '1', '1', '0', '1', '0', '1', '3426', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1009', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20227', 'garden_volcano', 'Volcano Flower', 's', '2', '2', '1', '1', '0', '0', '3424', '1', '1', '1', '1', '1', 'alert', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20228', 'garden_flolamp', 'Wonder Lamp', 's', '1', '1', '1', '1', '0', '0', '3415', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20229', 'garden_mursu2', 'Rampaging Red Rush', 's', '1', '1', '0', '1', '0', '1', '3412', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20230', 'garden_jyrki', 'Star Flower', 's', '1', '1', '1', '1', '0', '0', '3405', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20231', 'garden_mursu4', 'Wimsome White Rush', 's', '1', '1', '0', '1', '0', '1', '3414', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20232', 'garden_leaves', 'Garden Leaves', 's', '1', '1', '0', '1', '0', '1', '3425', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20233', 'garden_lupin2', 'Sky Blue Lupine', 's', '1', '1', '1', '1', '0', '0', '3416', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20234', 'garden_lupin3', 'Ravishing Red Lupine', 's', '1', '1', '1', '1', '0', '0', '3407', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20235', 'garden_mursu', 'Perfectly Pink Rush', 's', '1', '1', '0', '1', '0', '1', '3404', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20237', 'garden_flo2', 'Yellow Delight', 's', '1', '1', '0', '1', '0', '1', '3409', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1008', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20238', 'garden_orchtree', 'Bauhibia Orchid Tree', 's', '1', '1', '1', '1', '0', '0', '3413', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20239', 'garden_lupin1', 'Gold Lupine', 's', '1', '1', '1', '1', '0', '0', '3421', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20240', 'garden_staringbush', 'Weird Staring Bush', 's', '1', '3', '1', '1', '0', '0', '3417', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20241', 'ads_grefusa_yum', 'ads_grefusa_yum name', 's', '1', '1', '1', '1', '0', '0', '3423', '1', '1', '1', '1', '1', 'vendingmachine', '1', '51, 52', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20242', 'garden_flo1', 'Jimson Weed', 's', '1', '1', '0', '1', '0', '1', '3418', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1007', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20243', 'garden_jungle', 'Duck Grass', 's', '1', '1', '0', '1', '0', '1', '3422', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20244', 'merger_chest', 'Travel Trunk', 's', '2', '1', '1', '1', '0', '0', '3455', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20245', 'hc2_frplc', 'Suave Fireplace', 's', '1', '2', '1', '1', '0', '0', '3458', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20246', 'hc2_barchair', 'Leather Bar Stool', 's', '1', '1', '1.7', '1', '1', '0', '3439', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20247', 'runway_display', 'Salon Display', 's', '1', '1', '1', '1', '0', '0', '3457', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20248', 'runway_bigchr_5', 'Runway Black Fashion Chair', 's', '1', '1', '0.8', '1', '1', '0', '3463', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20249', 'runway_bigchr_4', 'Runway Purple Fashion Chair', 's', '1', '1', '0.8', '1', '1', '0', '3435', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20250', 'hc3_dc', 'HC Duvan', 's', '1', '3', '1', '1', '0', '0', '3461', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20252', 'hc2_sofatbl', 'Glass Table', 's', '2', '2', '0.5', '1', '0', '0', '3434', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20253', 'runway_stool', 'Runway Stool', 's', '1', '1', '1.2', '1', '1', '0', '3442', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20254', 'runway_dvdr', 'Salon Desk', 's', '2', '1', '1', '1', '0', '0', '3456', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20255', 'runway_block_2', 'Runway Black Catwalk', 's', '2', '2', '0.8', '1', '0', '1', '3443', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20256', 'runway_bigchr_1', 'Runway Blue Fashion Chair', 's', '1', '1', '0.8', '1', '1', '0', '3462', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20257', 'hc2_biglamp', 'Black Lamp', 's', '1', '1', '1', '1', '0', '0', '3446', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20258', 'hc2_sofa', 'Leather Sofa', 's', '2', '1', '1', '1', '1', '0', '3452', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20259', 'hc2_carpet', 'Trendy Rug', 's', '3', '5', '0', '1', '0', '1', '3440', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20260', 'runway_block_1', 'Runway White Catwalk', 's', '2', '2', '0.8', '1', '0', '1', '3433', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20261', 'runway_bench', 'Runway Bench', 's', '2', '1', '1.4', '1', '1', '0', '3464', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20262', 'runway_chair_2', 'Pink Styling Chair', 's', '1', '1', '1.4', '1', '1', '0', '3429', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20263', 'ads_cheetos', 'ads_cheetos name', 's', '1', '1', '1', '1', '0', '0', '3453', '1', '1', '1', '1', '1', 'vendingmachine', '1', '51, 52', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20264', 'hc3_table', 'HC Coffee Table', 's', '2', '2', '0.5', '1', '0', '0', '3466', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20265', 'runway_bigchr_3', 'Runway Brown Fashion Chair', 's', '1', '1', '0.8', '1', '1', '0', '3454', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20266', 'hc3_stool', 'HC Stool', 's', '1', '1', '1.7', '1', '1', '0', '3448', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20267', 'hc3_sofa', 'HC Sofa', 's', '2', '1', '1', '1', '1', '0', '3441', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20268', 'runway_bigchr_2', 'Runway Red Fashion Chair', 's', '1', '1', '0.8', '1', '1', '0', '3427', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20269', 'hc2_armchair', 'Leather Armchair', 's', '1', '1', '1', '1', '1', '0', '3436', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20270', 'runway_table_2', 'Runway Sewing Table', 's', '2', '1', '1', '1', '0', '0', '3444', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20271', 'runway_table_1', 'Runway Design Table', 's', '3', '2', '1', '1', '0', '0', '3460', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20272', 'runway_manqn_1', 'Runway Male Mannequin', 's', '1', '1', '1', '1', '0', '0', '3437', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20273', 'hc2_dvn', 'Leather Duvan', 's', '1', '3', '1', '1', '0', '0', '3459', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20274', 'hc3_light', 'HC Light', 's', '2', '1', '0', '1', '0', '1', '3465', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20275', 'hc3_shelf', 'HC Shelves', 's', '3', '1', '1.75', '1', '0', '0', '3438', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20277', 'runway_manqn_2', 'Runway Female Mannequin', 's', '1', '1', '1', '1', '0', '0', '3467', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20278', 'hc2_divider', 'Black Divider', 's', '1', '3', '1', '1', '0', '0', '3449', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20279', 'hc2_coffee', 'Espresso Machine', 's', '1', '1', '1', '1', '0', '0', '3450', '1', '1', '1', '1', '1', 'vendingmachine', '0', '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20280', 'hc2_cart', 'Service Trolley', 's', '1', '1', '1', '1', '0', '0', '3430', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20281', 'hc3_bard', 'HC Bar Desk', 's', '2', '1', '1.05', '1', '0', '0', '3445', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20282', 'hc3_hugelamp', 'HC Lamp', 's', '1', '1', '0', '1', '0', '1', '3447', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20283', 'hc3_divider', 'HC Divider', 's', '1', '3', '1', '1', '0', '0', '3431', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20284', 'hc2_vase', 'Black Vase', 's', '1', '1', '1', '1', '0', '0', '3428', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20285', 'runway_chair_1', 'Black Styling Chair', 's', '1', '1', '1.4', '1', '1', '0', '3451', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20286', 'garden_wall', 'Green Bean Vines', 'i', '0', '0', '1', '1', '0', '0', '4325', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20287', 'ads_tv_yle', 'ads_tv_yle name', 'i', '0', '0', '1', '1', '0', '0', '4326', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20288', 'hc3_walldeco', 'HC Wall Art', 'i', '0', '0', '1', '1', '0', '0', '4329', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20289', 'runway_shelf', 'Salon Shelf', 'i', '0', '0', '1', '1', '0', '0', '4327', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20290', 'ads_nokia_x6', 'ads_nokia_x6 name', 'i', '0', '0', '1', '1', '0', '0', '4330', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20291', 'ads_target_wall', 'Twilight at Target Item', 'i', '0', '0', '1', '1', '0', '0', '4332', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20292', 'runway_fabric', 'Runway Fabric', 'i', '0', '0', '1', '1', '0', '0', '4331', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20293', 'ads_latrobe_flag', 'La Trobe Uni Pennant', 'i', '0', '0', '1', '1', '0', '0', '4328', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20295', 'camera', 'Camera', 's', '1', '1', '1', '1', '0', '0', '263', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20296', 'poster', 'Holly Garland', 'i', '0', '0', '0', '1', '0', '0', '4001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20297', 'wed_arch', 'Arch', 's', '1', '3', '0.001', '1', '0', '1', '3483', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20298', 'wed_plant', 'Flower Arrangement', 's', '1', '1', '1', '1', '0', '0', '3482', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20299', 'wed_icesculp', 'Ice Sculpture', 's', '1', '1', '3', '1', '0', '0', '3488', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20300', 'wed_carsofa', 'Car Sofa', 's', '2', '1', '1.25', '1', '1', '0', '3493', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20301', 'a0 pet3', 'Kakejiku Ninjya', 'p', '1', '1', '1', '1', '0', '0', '4026', '0', '0', '1', '0', '0', 'pet3', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20302', 'a0 pet4', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet4', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20304', 'a0 pet1', '', 'p', '1', '1', '1', '1', '0', '0', '453', '0', '0', '1', '0', '0', 'pet1', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20305', 'a0 pet0', '', 'p', '1', '1', '1', '1', '0', '0', '452', '0', '0', '1', '0', '0', 'pet0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20306', 'a0 pet2', '', 'p', '1', '1', '1', '1', '0', '0', '1290', '0', '0', '1', '0', '0', 'pet2', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20313', 'cmp_fish_bk', 'Black Carp', 's', '1', '2', '1', '1', '0', '0', '3469', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20314', 'cmp_fish_g', 'Golden Carp', 's', '1', '2', '1', '1', '0', '0', '3475', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20315', 'cmp_fish_gr', 'Greep Carp', 's', '1', '2', '1', '1', '0', '0', '3474', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20316', 'cmp_fish_r', 'Red Carp', 's', '1', '2', '1', '1', '0', '0', '3477', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20317', 'cmp_fish_s', 'Silver Carp', 's', '1', '2', '1', '1', '0', '0', '3468', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20324', 'fball_audbench', 'Stadium Bench', 's', '4', '1', '1', '1', '1', '0', '3500', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20325', 'fball_ball', 'Game Ball', 's', '1', '1', '0', '1', '0', '1', '3508', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20326', 'fball_ball2', 'Red Game Ball', 's', '1', '1', '0', '1', '0', '1', '3510', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20328', 'fball_ball4', 'Yellow Game Ball', 's', '1', '1', '0', '1', '0', '1', '3521', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20329', 'fball_ball5', 'Grand Final Ball', 's', '1', '1', '0', '1', '0', '1', '3518', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20330', 'fball_bench', 'Football Bench', 's', '3', '1', '1', '1', '1', '0', '3494', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20331', 'fball_cote', 'Football Barrier', 's', '3', '1', '0', '1', '0', '1', '3507', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20332', 'fball_crnr', 'Football Corner', 's', '1', '1', '1', '1', '0', '0', '3503', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20333', 'fball_fnc1', 'Football Fence Short', 's', '1', '1', '1', '1', '0', '0', '3501', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20334', 'fball_fnc3', 'Football Fence Long', 's', '1', '3', '1', '1', '0', '0', '3495', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20335', 'fball_goal_b', 'Football Goal Blue', 's', '3', '1', '0', '1', '0', '1', '3515', '1', '1', '1', '1', '1', 'blue_goal', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20336', 'fball_goal_g', 'Football Goal Green', 's', '3', '1', '0', '1', '0', '1', '3519', '1', '1', '1', '1', '1', 'green_goal', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20337', 'fball_goal_r', 'Football Goal Red', 's', '3', '1', '0', '1', '0', '1', '3514', '1', '1', '1', '1', '1', 'red_goal', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20338', 'fball_goal_y', 'Football Goal Yellow', 's', '3', '1', '0', '1', '0', '1', '3523', '1', '1', '1', '1', '1', 'yellow_goal', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20339', 'fball_light', 'Stadium Lights', 's', '1', '1', '1', '1', '0', '0', '3499', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20340', 'fball_gate', 'Football Gate', 's', '1', '1', '0', '1', '0', '1', '3516', '1', '1', '1', '1', '1', 'fbgate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20341', 'fball_counter', 'Counter', 's', '2', '1', '1', '1', '0', '0', '3525', '1', '1', '1', '1', '1', 'counter', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20342', 'fball_ptch0', 'Football Patch 1', 's', '3', '3', '0', '1', '0', '1', '3520', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20343', 'fball_ptch1', 'Football Patch 2', 's', '3', '3', '0', '1', '0', '1', '3524', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20344', 'fball_ptch2', 'Football Patch 3', 's', '3', '3', '0', '1', '0', '1', '3511', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20345', 'fball_ptch3', 'Football Patch 4', 's', '3', '3', '0', '1', '0', '1', '3513', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20346', 'fball_ptch4', 'fball_ptch4 name', 's', '3', '3', '0', '1', '0', '1', '3504', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20347', 'fball_ptch5', 'Football Patch 6', 's', '3', '3', '0', '1', '0', '1', '3498', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20348', 'fball_ptch6', 'Football Patch 7', 's', '3', '3', '0', '1', '0', '1', '3517', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20349', 'fball_ptch7', 'Football Patch 7', 's', '3', '3', '0', '1', '0', '1', '3509', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20350', 'fball_ptch8', 'Football Patch 9', 's', '3', '3', '0', '1', '0', '1', '3502', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20351', 'fball_score_b', 'Football Scoreboard Blue', 's', '1', '1', '1', '1', '0', '0', '3496', '1', '1', '1', '1', '1', 'blue_score', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20352', 'fball_score_g', 'Football Scoreboard Green', 's', '1', '1', '1', '1', '0', '0', '3512', '1', '1', '1', '1', '1', 'green_score', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20353', 'fball_score_r', 'Football Scoreboard Red', 's', '1', '1', '1', '1', '0', '0', '3522', '1', '1', '1', '1', '1', 'red_score', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20354', 'fball_score_y', 'Football Scoreboard Yellow', 's', '1', '1', '1', '1', '0', '0', '3506', '1', '1', '1', '1', '1', 'yellow_score', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20392', 'ads_chocapic', 'ads_chocapic name', 's', '1', '1', '1', '1', '0', '0', '3486', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20394', 'ads_super_pop', 'ads_super_pop name', 'i', '0', '0', '0', '1', '0', '0', '4333', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20395', 'party_crate1_1', 'Small Blue Crate', 's', '1', '1', '1', '1', '0', '0', '3487', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20396', 'party_crate1_2', 'Small Green Crate', 's', '1', '1', '1', '1', '0', '0', '3489', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20397', 'party_crate1_3', 'Small Pink Crate', 's', '1', '1', '1', '1', '0', '0', '3481', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20398', 'party_crate1_4', 'Small Yellow Crate', 's', '1', '1', '1', '1', '0', '0', '3485', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20399', 'party_crate2_1', 'Large Blue Crate', 's', '2', '1', '1', '1', '0', '0', '3480', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20400', 'party_crate2_2', 'Large Green Crate', 's', '2', '1', '1', '1', '0', '0', '3490', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20401', 'party_crate2_3', 'Large Pink Crate', 's', '2', '1', '1', '1', '0', '0', '3491', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20402', 'party_crate2_4', 'Large Yellow Crate', 's', '2', '1', '1', '1', '0', '0', '3492', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20403', 'party_djset', 'Pro Digital Deck', 's', '1', '3', '3', '1', '0', '0', '3484', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20425', 'ads_capri_chair', 'Capri-Sun Arm Chair', 's', '1', '1', '1', '1', '1', '0', '3535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20426', 'ads_capri_lava', 'Capri-Sun Lava Lamp', 's', '1', '1', '1', '1', '0', '0', '3536', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20427', 'ads_capri_tree', 'Capri-Sun Fruit Tree', 's', '1', '1', '1', '1', '0', '0', '3546', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20428', 'ads_capri_arcade', 'Capri-Sun Arcade Machine', 's', '1', '1', '1', '1', '0', '0', '3553', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('20600', 'a0 pet8', 'Grapes', 'p', '1', '1', '1', '1', '0', '1', '3817', '0', '0', '1', '0', '0', 'pet8', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20601', 'a0 pet11', 'Doggy Bones', 'p', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '1', '0', '0', 'pet11', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20602', 'a0 pet10', 'Doggy Bones', 'p', '1', '1', '1', '1', '0', '0', '1532', '0', '0', '1', '0', '0', 'pet10', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20603', 'a0 pet12', '', 'p', '1', '1', '1', '1', '0', '0', '10117', '0', '0', '1', '0', '0', 'pet12', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20604', 'usva2_wallrug', 'Black+Yellow USVA Wallrug', 'i', '0', '0', '1', '1', '0', '0', '4417', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20605', 'usva3_rug', 'American Idol Neon Sign', 's', '2', '2', '0', '1', '0', '1', '4108', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20606', 'usva5_sofa', 'Habbo Mall Ice Cream Window', 's', '2', '1', '1', '1', '1', '0', '4109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20607', 'usva4_lamble', 'World Map', 's', '1', '1', '1', '1', '0', '0', '4110', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20608', 'usva3_shelf', 'ads_puffet_tv name', 's', '1', '1', '0.7', '1', '0', '1', '4111', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20609', 'usva_rug', 'ads_reebok_tv name', 's', '2', '2', '0', '1', '0', '1', '4112', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20610', 'usva2_table', 'ads_malaco_tv name', 's', '2', '2', '0.5', '1', '0', '1', '4113', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20611', 'usva_shelf2', 'Forest Wall', 's', '1', '1', '1', '1', '0', '1', '4114', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20612', 'usva4_sofa', 'ads_lin_wh_c name', 's', '2', '1', '1', '1', '1', '0', '4115', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20613', 'usva_table', 'Country Lantern', 's', '2', '2', '1', '1', '0', '1', '4116', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20614', 'usva5_table', 'Country Fireplace', 's', '2', '2', '0.5', '1', '0', '1', '4117', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20615', 'usva_lamble', 'Country wall', 's', '1', '1', '1', '1', '0', '0', '4118', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20616', 'usva2_sofa', 'The Norwegian Flag', 's', '2', '1', '1', '1', '1', '0', '4119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20617', 'usva2_chair', 'Le Diner', 's', '1', '1', '0', '0', '1', '0', '4120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20618', 'usva_lamp', 'Jungle Wall', 's', '1', '1', '0', '0', '0', '1', '4121', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20623', 'usva4_chair', 'Red USVA Chair', 's', '1', '1', '1', '1', '1', '0', '4126', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20624', 'usva3_shelf2', 'Green USVA Shelf', 's', '1', '1', '1', '1', '0', '1', '4127', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20625', 'usva3_table', 'Green USVA Table', 's', '2', '2', '0.5', '1', '0', '1', '4128', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20626', 'usva2_rug', 'Black USVA Rug', 's', '2', '2', '0', '1', '0', '1', '4129', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20627', 'usva4_table', 'Red USVA table', 's', '2', '2', '0.5', '1', '0', '1', '4130', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20628', 'usva5_lamp', 'Blue USVA Lamp', 's', '1', '1', '0', '0', '0', '1', '4131', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20629', 'usva3_chair', 'Green USVA Chair', 's', '1', '1', '1', '1', '1', '0', '4132', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20630', 'usva3_lamble', 'Green USVA Table Lamp', 's', '1', '1', '1', '1', '0', '0', '4133', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20631', 'usva_sofa', 'Pink USVA Sofa', 's', '2', '1', '1', '1', '1', '0', '4134', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20632', 'usva_shelf', 'White USVA Block Shelf', 's', '1', '1', '0.7', '1', '0', '1', '4135', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20633', 'usva4_lamp', 'Red USVA Lamp', 's', '1', '1', '0', '0', '0', '1', '4136', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20634', 'usva2_lamble', 'Yellow USVA Table Lamp', 's', '1', '1', '1', '1', '0', '0', '4137', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20635', 'usva3_lamp', 'Green USVA Lamp', 's', '1', '1', '0', '0', '0', '1', '4138', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20636', 'usva4_rug', 'Red USVA Rug', 's', '2', '2', '0', '1', '0', '1', '4139', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20637', 'usva2_shelf', 'Black USVA Block Shelf', 's', '1', '1', '0.7', '1', '0', '1', '4140', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20638', 'usva3_sofa', 'Green USVA Sofa', 's', '2', '1', '1', '1', '1', '0', '4141', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20639', 'usva5_rug', 'Blue USVA Rug', 's', '2', '2', '0', '1', '0', '1', '4142', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20640', 'usva5_chair', 'Blue USVA Chair', 's', '1', '1', '1', '1', '1', '0', '4143', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20641', 'usva5_wallrug', 'White+Blue USVA Wallrug', 'i', '0', '0', '1', '1', '0', '0', '4413', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20642', 'usva3_wallrug', 'Green USVA Wallrug', 'i', '0', '0', '1', '1', '0', '0', '4414', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('20644', 'usva4_wallrug', 'Red USVA Wallrug', 'i', '0', '0', '1', '1', '0', '0', '4416', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('21298', 'cmp_fish_b', 'Blue Carp', 's', '1', '2', '1', '1', '0', '0', '3472', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23810', 'vdeg1', '', 's', '1', '1', '1', '1', '0', '0', '23810', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23811', 'vdeg2', '', 's', '1', '1', '1', '1', '0', '0', '23811', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23812', 'vdeg3', '', 's', '1', '1', '1', '1', '0', '0', '23812', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23813', 'vdeg4', '', 's', '1', '1', '1', '1', '0', '0', '23813', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('23814', 'vdeg5', '', 's', '1', '1', '1', '1', '0', '0', '23814', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25354', 'bw_boat', 'Yellow Inflatable Boat', 's', '2', '2', '1', '1', '1', '0', '3527', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25355', 'bw_lgchair', 'Lifeguard Tower', 's', '1', '1', '3', '1', '1', '0', '3529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25357', 'bw_sofa', 'Yellow Inflatable Sofa', 's', '2', '1', '1', '1', '1', '0', '3533', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25359', 'bw_fin', 'Shark Fin', 's', '1', '1', '1', '1', '0', '0', '3538', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25360', 'bw_ccnuts', 'Coconuts', 's', '1', '1', '1', '1', '0', '0', '3539', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25361', 'bw_shower', 'Beach Shower', 's', '1', '1', '0', '1', '0', '1', '3540', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25362', 'bw_water_2', 'Deep Water Patch', 's', '2', '2', '0', '1', '0', '1', '3541', '1', '1', '1', '1', '1', 'water', '99', '0', '0', '28', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25363', 'bw_croc', 'Inflatable Croc', 's', '1', '3', '1', '1', '0', '0', '3542', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25364', 'bw_sboard', 'Yellow Surfboard', 's', '2', '1', '0', '1', '1', '0', '3543', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25365', 'bw_chair', 'Yellow Inflatable Lounge', 's', '1', '1', '0.8', '1', '1', '0', '3544', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25366', 'bw_table', 'Yellow Inflatable Table', 's', '2', '2', '1', '1', '0', '0', '3545', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25368', 'bw_mttrss', 'Yellow Inflatable Mattress', 's', '2', '1', '0.8', '1', '1', '0', '3548', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25369', 'bw_van', 'Yellow Van', 's', '2', '2', '1', '1', '1', '0', '3549', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25371', 'bw_fnc_crnr', 'Yellow Buoy Corner', 's', '1', '1', '1', '1', '0', '0', '3551', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('25372', 'bw_fnc', 'Yellow Buoy Line', 's', '1', '2', '1', '1', '0', '0', '3552', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('26333', 'camera', 'camera', 's', '1', '1', '0', '1', '0', '0', '263', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29281', 'wf_act_move_rotate', 'WIRED Effect: Move And Rotate Furni', 's', '1', '1', '0.65', '1', '0', '1', '3663', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '32', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29282', 'wf_wire2', 'Wire Junction', 's', '1', '1', '0', '1', '0', '1', '3664', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29284', 'wf_colortile', 'Color Tile', 's', '1', '1', '0.1', '1', '0', '1', '3666', '1', '1', '1', '1', '1', 'pressure_pad', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29285', 'wf_floor_switch2', 'Floor Switch 2', 's', '1', '1', '1', '1', '0', '0', '3667', '1', '1', '1', '1', '1', 'wf_floor_switch2', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29286', 'wf_trg_state_changed', 'WIRED Trigger: Furni State Is Changed', 's', '1', '1', '0.65', '1', '0', '1', '3668', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '2', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29287', 'wf_xtra_random', 'WIRED Add-on: Random Effect', 's', '1', '1', '0.65', '1', '0', '1', '3669', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '41', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29288', 'wf_xtra_unseen', 'WIRED Add-on: Unseen Effect', 's', '1', '1', '0.5', '1', '0', '1', '3670', '1', '1', '1', '1', '1', 'wired', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29289', 'wf_trg_periodically', 'WIRED Trigger: Repeat Effect', 's', '1', '1', '0.65', '1', '0', '1', '3671', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '3', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29290', 'wf_pyramid', 'Hidden Pyramid', 's', '1', '1', '0.1', '1', '0', '0', '3672', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29291', 'wf_trg_score_achieved', 'WIRED Trigger: Score Is Achieved', 's', '1', '1', '0.6', '1', '0', '1', '3673', '1', '1', '1', '1', '1', 'wf_trg_atscore', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29292', 'wf_act_teleport_to', 'WIRED Effect: Teleport To Furni', 's', '1', '1', '0.65', '1', '0', '1', '3674', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '6', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29293', 'wf_trg_says_something', 'WIRED Trigger: User Says Keyword', 's', '1', '1', '0.65', '1', '0', '1', '3675', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '1', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29294', 'wf_colorwheel', 'Color Wheel', 's', '1', '1', '1', '1', '0', '0', '3676', '1', '1', '1', '1', '1', 'dice', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29295', 'wf_wire4', 'Three Way Wires', 's', '1', '1', '0', '1', '0', '1', '3677', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29296', 'wf_trg_walks_off_furni', 'WIRED Trigger: User Walks Off Furni', 's', '1', '1', '0.65', '1', '0', '1', '3678', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '9', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29297', 'wf_trg_at_given_time', 'WIRED Trigger: At Set Time', 's', '1', '1', '0.5', '1', '0', '1', '3679', '1', '1', '1', '1', '1', 'wf_trg_attime', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29298', 'wf_trg_game_ends', 'WIRED Trigger: Game Ends', 's', '1', '1', '0.6', '1', '0', '1', '3680', '1', '1', '1', '1', '1', 'wired_trigger', '1', '0', '0', '0', '43', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29299', 'wf_act_show_message', 'WIRED Effect: Show Message', 's', '1', '1', '0.65', '1', '0', '1', '3681', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '5', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29300', 'wf_trg_collision', '', 's', '1', '1', '0.65', '1', '0', '0', '5050', '1', '1', '1', '1', '1', 'wired_trigger', '1', '0', '0', '0', '44', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29301', 'wf_trg_enter_room', 'WIRED Trigger: User Enters Room', 's', '1', '1', '0.65', '1', '0', '1', '3683', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '4', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29303', 'wf_act_toggle_state', 'WIRED Effect: Toggle Furni State', 's', '1', '1', '0.65', '1', '0', '1', '3685', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '7', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29304', 'wf_firegate', 'Wall Of Flame', 's', '1', '1', '0.1', '1', '0', '0', '3686', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29305', 'wf_ringplate', 'Ringplate', 's', '1', '1', '0.1', '1', '0', '1', '3687', '1', '1', '1', '1', '1', 'pressure_tile', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29306', 'wf_pressureplate', 'Pressure Plate', 's', '1', '1', '0.1', '1', '0', '1', '3688', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29307', 'wf_glowball', 'Glowball', 's', '1', '1', '1', '1', '0', '0', '3689', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29309', 'wf_act_reset_timers', 'WIRED Effect: Timer Reset', 's', '1', '1', '0.6', '1', '0', '1', '3691', '1', '1', '1', '1', '1', 'wired', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29310', 'wf_cnd_furnis_hv_avtrs', 'WIRED Condition: Furni has users', 's', '1', '1', '0.65', '1', '0', '1', '3692', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '11', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29311', 'wf_arrowplate', 'Arrow Plate', 's', '1', '1', '0.1', '1', '0', '1', '3693', '1', '1', '1', '1', '1', 'pressure_tile', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29312', 'wf_cnd_trggrer_on_frn', 'WIRED Condition: Triggering User Is On Furni', 's', '1', '1', '0.65', '1', '0', '1', '3694', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '13', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29314', 'wf_wire1', 'Floor Wiring', 's', '1', '1', '0', '1', '0', '1', '3696', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29315', 'wf_act_give_score', 'WIRED Effect: Give Points', 's', '1', '1', '0.6', '1', '0', '1', '3697', '1', '1', '1', '1', '1', 'wf_act_givepoints', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29316', 'wf_wire3', 'Wire Corner', 's', '1', '1', '0', '1', '0', '1', '3698', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29317', 'wf_glassdoor', 'Glass Door', 's', '1', '1', '0.1', '1', '0', '0', '3699', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29318', 'wf_act_match_to_sshot', 'WIRED Effect: Match Furni to Position & State', 's', '1', '1', '0.65', '1', '0', '1', '3700', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '14', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29319', 'wf_floor_switch1', 'Floor Switch 1', 's', '1', '1', '1', '1', '0', '0', '3701', '1', '1', '1', '1', '1', 'wf_floor_switch1', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29320', 'wf_trg_game_starts', 'WIRED Trigger: Game Starts', 's', '1', '1', '0.6', '1', '0', '1', '3702', '1', '1', '1', '1', '1', 'wired_trigger', '1', '0', '0', '0', '42', '0', '0', '0');
INSERT INTO `furniture` VALUES ('29321', 'wf_trg_walks_on_furni', 'WIRED Trigger: User Walks On Furni', 's', '1', '1', '0.65', '1', '0', '1', '3703', '1', '1', '1', '1', '1', 'wired_trigger', '2', '0', '0', '0', '8', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000', 'a0 pet14', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet14', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30001', 'a0 pet15', 'Bookcase', 'p', '1', '1', '1', '0', '0', '0', '14', '0', '0', '1', '0', '0', 'pet15', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30002', 'a0 pet9', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet9', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30003', 'a0 pet28', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet28', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30004', 'a0 pet29', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet29', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30005', 'a0 pet30', '', 'p', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'pet30', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30041', 'ads_mtv_floor', 'ads_clwall3', 's', '1', '1', '0.1', '1', '0', '1', '4079', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30042', 'studio_monitor', 'xmas_icewall name', 's', '1', '1', '1', '1', '0', '0', '4080', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30043', 'studio_stool', 'ads_ob_wall', 's', '1', '1', '1.1', '1', '1', '0', '4081', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30044', 'studio_fencecr', 'ChildLine TV', 's', '1', '1', '1', '1', '0', '0', '4082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30045', 'studio_guitar', 'Habbo Mall Window', 's', '1', '1', '1', '1', '0', '0', '4083', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30046', 'studio_amp2', 'Ox Poster', 's', '2', '1', '2.2', '1', '0', '0', '4084', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30047', 'studio_fence', 'Dragon Poster', 's', '1', '2', '1', '1', '0', '0', '4085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30048', 'studio_amp1', 'Wall Lamp', 's', '2', '1', '2.2', '1', '0', '0', '4086', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30049', 'studio_floorlight', 'Window', 's', '4', '4', '0.1', '1', '0', '1', '4087', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30050', 'studio_mixingdesk', 'American Idol Poster', 's', '5', '1', '1', '1', '0', '0', '4088', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30051', 'studio_camera', 'Evil Bone', 's', '1', '1', '1', '1', '0', '0', '4089', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30052', 'studio_tv', 'Monster Blueprint', 's', '1', '1', '0', '1', '0', '1', '4090', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30053', 'studio_lights3', 'Habbo Mall Petshop Window', 's', '1', '1', '0.1', '1', '0', '1', '4091', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30054', 'studio_lights2', 'Habbo Mall Furni Window', 's', '1', '1', '0.1', '1', '0', '1', '4092', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30055', 'studio_drums', 'American Idol Flat Screen', 's', '3', '1', '1', '1', '0', '0', '4093', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30056', 'studio_lights1', 'Wooden window', 's', '1', '1', '0.1', '1', '0', '1', '4094', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30057', 'studio_chair', 'Rock Wall', 's', '1', '1', '1', '1', '1', '0', '4095', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30058', 'ads_mtv_wall', 'ads_mtv_wall name', 'i', '0', '0', '1', '1', '0', '0', '4411', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30354', 'ads_flag_un', 'ads_flag_un', 'i', '0', '0', '1', '1', '0', '0', '4429', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30355', 'boutique_hcsign', 'HC Sign', 's', '1', '1', '1', '1', '0', '0', '4186', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30356', 'boutique_vipsign', 'boutique_vipsign name', 's', '1', '1', '1', '1', '0', '0', '4187', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30357', 'bubble_lamp1', 'Pura Bubble Lamp', 's', '1', '1', '1', '1', '0', '0', '4188', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30358', 'pura_roundpad1', 'Aqua Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4201', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30359', 'pura_roundpad2', 'Pink Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4202', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30360', 'pura_roundpad3', 'Black Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4196', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30361', 'pura_roundpad4', 'White Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30362', 'pura_roundpad5', 'Beige Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4204', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30363', 'pura_roundpad6', 'Blue Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4194', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30364', 'pura_roundpad7', 'Green Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4206', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30365', 'pura_roundpad8', 'Yellow Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4189', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30366', 'pura_roundpad9', 'Red Quarter-Round', 's', '1', '1', '1', '1', '1', '0', '4191', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30367', 'waterbowl_basic*2', 'Basic Blue Water Bowl', 's', '1', '1', '0', '1', '0', '1', '4182', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30368', 'eleblock1', 'Aquamarine Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4200', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30369', 'eleblock2', 'Pink Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4192', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30371', 'eleblock4', 'White Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4193', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30372', 'eleblock5', 'Beige Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4198', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30373', 'eleblock6', 'Blue Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4207', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30374', 'eleblock7', 'Green Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4195', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30375', 'eleblock8', 'Yellow Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4203', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30376', 'eleblock9', 'Red Pura Block', 's', '1', '1', '0.25', '1', '0', '1', '4205', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30377', 'pura_block_lamp1', 'Pura Block Lamp', 's', '1', '1', '1', '1', '0', '0', '4190', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30378', 'waterbowl_basic*1', 'Basic Pink Water Bowl', 's', '1', '1', '0', '1', '0', '1', '4181', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30379', 'waterbowl_basic*3', 'Basic Green Water Bowl', 's', '1', '1', '0', '1', '0', '1', '4183', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30380', 'waterbowl_basic*4', 'Basic Yellow Water Bowl', 's', '1', '1', '0', '1', '0', '1', '4184', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30381', 'waterbowl_basic*5', 'Basic Red Water Bowl', 's', '1', '1', '0', '1', '0', '1', '4185', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30481', 'ads_pib', 'Holiday Stocking', 's', '1', '1', '1', '1', '0', '0', '4280', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30635', 'snst_fireplace', 'Icy Bauble 2', 's', '3', '3', '1', '1', '0', '0', '4361', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30652', 'snowb_slope', 'Purple Circle Art', 's', '2', '2', '0', '1', '0', '1', '4390', '1', '1', '1', '1', '1', 'default', '8', '0', '0.2,1.2,2.4,3.6,4.8,6,7.2,8.4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30722', 'china_lantern', 'ads_durex_screen name', 's', '1', '1', '0.01', '1', '0', '1', '4410', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30723', 'fireworks_13', 'ads_mtv_wall name', 's', '1', '1', '1', '1', '0', '0', '4411', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30724', 'rare_fountain_niko', 'Sunset Wall', 's', '1', '1', '1', '1', '0', '0', '4412', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30725', 'teleport_dragon', 'White+Blue USVA Wallrug', 's', '1', '1', '0.02', '1', '0', '0', '4413', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30726', 'urban_wall_china', 'China Town', 'i', '0', '0', '1', '1', '0', '0', '4448', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30806', 'val12_hopper_3', 'Room Hopper Elevator', 's', '1', '1', '0.01', '1', '0', '0', '4443', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30862', 'wf_cnd_actor_in_group', 'Tall Red Striped Bauble', 's', '1', '1', '0.65', '1', '0', '1', '4281', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '21', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30863', 'wf_cnd_not_in_group', 'WIRED Negative Condition: NOT Group Member', 's', '1', '1', '0.65', '1', '0', '1', '5448', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '22', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30864', 'wf_cnd_not_trggrer_on', 'WIRED Negative Condition: Triggerer is NOT on furni', 's', '1', '1', '0.65', '1', '0', '1', '5438', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '23', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30865', 'wf_cnd_not_hv_avtrs', 'WIRED Negative Condition: Furnis have NO avatars', 's', '1', '1', '0.65', '1', '0', '1', '5441', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '24', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30866', 'wf_cnd_user_count_in', 'WIRED Condition: User count in Room', 's', '1', '1', '0.65', '1', '0', '1', '5445', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '30', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30867', 'wf_cnd_not_user_count', '', 's', '1', '1', '0.65', '1', '0', '1', '5443', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '31', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30868', 'wf_cnd_wearing_effect', 'Wired Condition: Wearing Avatar Effect', 's', '1', '1', '0.65', '1', '0', '1', '5095', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '26', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30869', 'wf_cnd_not_wearing_fx', 'wf_cnd_not_wearing_fx name', 's', '1', '1', '0.65', '1', '0', '1', '5444', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '28', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30870', 'wf_cnd_wearing_badge', 'Wired Condition: Wearing Badge', 's', '1', '1', '0.65', '1', '0', '1', '5094', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '25', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30871', 'wf_cnd_not_wearing_b', 'wf_cnd_not_wearing_b name', 's', '1', '1', '0.65', '1', '0', '1', '5446', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '27', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30872', 'wf_act_kick_user', 'WIRED EFFECT: Kick User', 's', '1', '1', '0.65', '1', '0', '1', '4947', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '10', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30873', 'wf_act_mute_triggerer', 'WIRED Effect: Mute user', 's', '1', '1', '0.65', '1', '0', '1', '5854', '1', '1', '1', '1', '1', 'wired_effect', '2', '0', '0', '0', '39', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30874', 'wf_cnd_match_snapshot', 'WIRED Condition: Furni States And Positions Match', 's', '1', '1', '0.65', '1', '0', '1', '3695', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '29', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30875', 'wf_cnd_not_match_snap', '', 's', '1', '1', '0.65', '1', '0', '1', '5452', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '33', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30878', 'obstacle_fring', 'Jungle landscape', 's', '2', '3', '0.01', '1', '0', '1', '4462', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30879', 'obstacle_bush', 'Savannah landscape', 's', '2', '3', '0.01', '1', '0', '1', '4461', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30880', 'horse_fin_poster', 'London Skyline', 's', '2', '1', '0.01', '1', '0', '1', '4463', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30940', 'obstacle_oxer2', 'Horse Jump 2', 's', '2', '3', '0', '1', '0', '1', '4474', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30941', 'obstacle_oxer3', 'Horse Jump 3', 's', '2', '3', '0', '1', '0', '1', '4473', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30942', 'obstacle_water', 'Torch', 's', '2', '3', '0', '1', '0', '1', '4472', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30943', 'obstacle_water2', 'Mayan Wall', 's', '2', '3', '0', '1', '0', '1', '4476', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30944', 'obstacle_water3', 'Castle Door', 's', '2', '3', '0', '1', '0', '1', '4471', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30945', 'horse_fin_poster2', 'Applause Sign', 's', '2', '1', '0.01', '1', '0', '1', '4467', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30946', 'horse_fin_poster3', 'Castle Window', 's', '2', '1', '0.01', '1', '0', '1', '4469', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30947', 'horse_fin_flag2', 'Castle Wall', 's', '1', '1', '1', '1', '0', '0', '4468', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30948', 'horse_fin_flag3', 'year2013 name', 's', '1', '1', '1', '1', '0', '0', '4475', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30949', 'horse_track_gate', 'Stars Wall Lamp', 's', '2', '1', '0.01', '1', '0', '0', '4466', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30950', 'horse_hopper', 'Castle Wall', 's', '1', '1', '0.01', '1', '0', '0', '4470', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30951', 'horse_hairstyle_7', 'Stage Backdrop', 's', '1', '1', '0', '1', '0', '0', '4465', '1', '1', '1', '1', '1', 'horse_hairstyle', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30952', 'petfood27', 'hween12_dartboard name', 's', '1', '1', '1', '1', '0', '0', '4464', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30953', 'ads_ag_crate', 'Venetian Wall', 's', '2', '1', '1', '1', '0', '0', '4478', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30998', 'black_dino_egg', 'Red Base Wall', 's', '1', '1', '1', '1', '0', '0', '4489', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30999', 'cine_curtain_red', 'Black Clock', 's', '8', '1', '0.01', '1', '0', '1', '4485', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31001', 'dark_merdragon', 'Blue Clock', 's', '1', '3', '1', '1', '0', '0', '4487', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31003', 'sf_pod_dark', 'Green Clock', 's', '1', '3', '1', '1', '0', '0', '4486', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31004', 'romantique_divider*5', 'Green Base Wall', 's', '2', '1', '1', '1', '0', '0', '4488', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31092', 'nest_bunny_love', 'Manic Bunny Nest', 's', '1', '1', '1', '1', '0', '1', '4557', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31093', 'nest_bunny_evil', 'Battleshade Wooden Wall', 's', '1', '1', '1', '1', '0', '1', '4555', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31094', 'nest_bunny_dep', 'Steelscar Wooden Wall', 's', '1', '1', '0.8', '1', '0', '1', '4556', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31125', 'chair_plasto2', 'bathroom_wall1 name', 's', '1', '1', '1', '1', '1', '0', '4574', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31126', 'chair_plasto3', 'uni_fairylights name', 's', '1', '1', '1', '1', '1', '0', '4562', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31127', 'chair_plasto_lm1', 'bathroom_wall3 name', 's', '1', '1', '1', '1', '1', '0', '4575', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31128', 'chair_plasty2', 'Skull Wall Hanging', 's', '1', '1', '1', '1', '1', '0', '4560', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31129', 'chair_plasty3', 'uni_pinupgirl name', 's', '1', '1', '1', '1', '1', '0', '4564', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31130', 'chair_plasty_lm1', 'uni_poster2 name', 's', '1', '1', '1', '1', '1', '0', '4566', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31131', 'table_plasto2_4leg', 'uni_vinyl name', 's', '2', '2', '1', '1', '0', '0', '4571', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31132', 'table_plasto3_4leg', 'uni_poster1 name', 's', '2', '2', '1', '1', '0', '0', '4563', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31133', 'table_plasto_4leg_lm1', 'bathroom_wall4 name', 's', '2', '2', '1', '1', '0', '0', '4573', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31134', 'table_plasto2_bigsq', 'uni_pinupboy name', 's', '2', '2', '1', '1', '0', '0', '4570', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31135', 'table_plasto3_bigsq', 'uni_libraryshelf name', 's', '2', '2', '1', '1', '0', '0', '4567', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31136', 'table_plasto_bigsq_lm1', 'uni_girlcoatrack name', 's', '2', '2', '1', '1', '0', '0', '4569', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31137', 'table_plasto2_round', 'uni_moustache name', 's', '2', '2', '1', '1', '0', '0', '4572', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31138', 'table_plasto3_round', 'bathroom_wall2 name', 's', '2', '2', '1', '1', '0', '0', '4576', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31139', 'table_plasto_round_lm1', 'wildwest_wallpaper name', 's', '2', '2', '1', '1', '0', '0', '4559', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31140', 'table_plasto2_sq', 'uni_floppy name', 's', '1', '1', '1', '1', '0', '0', '4561', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31141', 'table_plasto3_sq', 'uni_coatrack name', 's', '1', '1', '1', '1', '0', '0', '4568', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31142', 'table_plasto_sq_lm1', 'uni_hipdeer name', 's', '1', '1', '1', '1', '0', '0', '4565', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31143', 'easel_5', 'st_uni_poster name', 's', '1', '1', '1', '1', '0', '0', '4577', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('31144', 'mnstr_seed', 'Plant Seed', 's', '1', '1', '1', '1', '0', '0', '4582', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31145', 'mnstr_revival', 'Plant Revival Potion', 's', '0', '0', '1', '1', '0', '0', '4578', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31146', 'watering_can', 'Watering Can', 's', '0', '0', '1', '1', '0', '0', '4580', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31147', 'gardening_box', 'Gardening Toolbox', 's', '1', '1', '1', '1', '0', '0', '4583', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31148', 'gh_div_cor', 'Greenhouse Corner', 's', '1', '1', '1', '1', '0', '1', '4581', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('31149', 'gh_div_wall', 'Greenhouse Wall', 's', '0', '0', '1', '1', '0', '0', '4579', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31481', 'roombg_mountains1', 'Mountains Background', 's', '1', '1', '0.65', '1', '0', '1', '4698', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31482', 'roombg_cloud_dark', 'Dark Cloud Machine', 's', '1', '1', '0.65', '1', '0', '1', '4699', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31483', 'roombg_cloud', 'Cloud Machine', 's', '1', '1', '0.65', '1', '0', '1', '4700', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31484', 'roombg_color', 'Background Toner', 's', '1', '1', '0.65', '1', '0', '1', '4697', '1', '1', '1', '1', '1', 'roombg', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31590', 'hs_stage_blue', 'Blue Star Stage', 's', '1', '1', '1', '1', '0', '1', '4754', '0', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31591', 'hs_stage_black', 'Black Star Stage', 's', '1', '1', '1', '1', '0', '1', '4758', '0', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31592', 'hs_stage_pink', 'Pink Star Stage', 's', '1', '1', '1', '1', '0', '1', '4759', '0', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31593', 'hs_smoke', 'Stage Smoker', 's', '1', '1', '1', '0', '0', '0', '4755', '0', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31594', 'hs_carpet', 'Star Carpet', 's', '2', '2', '0', '1', '0', '1', '4756', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31595', 'hs_circstage', 'Circular Stage', 's', '2', '2', '1', '1', '0', '1', '4757', '0', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31596', 'hs_prop', 'Stage Up light', 's', '2', '2', '0', '0', '0', '0', '4760', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31974', 'val13_div_3_crnr', 'Venetian Divider Corner', 's', '1', '1', '1', '0', '0', '0', '4927', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31975', 'val13_div_3_crnr2', 'Venetian Divider Corner', 's', '1', '1', '1.32', '1', '0', '0', '4932', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31976', 'val13_div_3', 'Venetian Divider', 's', '1', '2', '1', '1', '0', '0', '4921', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31977', 'val13_floor1', 'Floor Tile', 's', '2', '2', '0', '1', '0', '1', '4925', '0', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31978', 'val13_grass', 'Grass Patch', 's', '2', '2', '0', '1', '0', '1', '4923', '0', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31979', 'val13_pillar', 'Venetian Pillar', 's', '1', '1', '1', '0', '0', '0', '4924', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31980', 'val13_lamp', 'Venetian Lamp', 's', '1', '1', '1', '0', '0', '0', '4930', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31981', 'val13_archway', 'Masked Arch', 's', '1', '2', '0', '0', '0', '1', '4922', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31982', 'val13_gazebo', 'Gazebo', 's', '2', '2', '0', '0', '0', '1', '4926', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31983', 'val13_flower', 'Venetian Flowerpot', 's', '1', '1', '1', '0', '0', '0', '4931', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31984', 'val13_light', 'Venetian Lights', 's', '1', '1', '0.001', '1', '0', '1', '4933', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31985', 'val13_chair', 'Venetian Chair', 's', '1', '1', '1.15', '0', '1', '0', '4934', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31986', 'val13_table', 'Table', 's', '2', '2', '1', '1', '0', '0', '4929', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31987', 'val13_roses', 'Roses', 's', '1', '1', '1', '0', '0', '0', '4928', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31988', 'val13_shrub_circ', 'Venetian Shrub', 's', '1', '1', '1', '0', '0', '0', '4935', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('31989', 'val13_shrub_duck', 'Duck Shrub', 's', '1', '1', '1', '0', '0', '0', '4936', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39911', 'prison_dvdr2', 'Prison Wall', 's', '2', '1', '3', '1', '0', '0', '3532', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39912', 'prison_gate', 'Prison Gate', 's', '1', '1', '0.1', '1', '0', '0', '3526', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39913', 'prison_dvdr1', 'Prison Bars', 's', '1', '1', '3.5', '1', '0', '0', '3534', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39914', 'prison_stone', 'Prison Stones', 's', '1', '1', '1', '1', '0', '0', '3537', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39915', 'prison_tower', 'Prison Tower', 's', '1', '1', '3', '1', '0', '1', '3531', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39916', 'prison_crnr', 'Prison Corner', 's', '1', '1', '3.5', '1', '0', '0', '3528', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('39917', 'hc3_stereo', 'HC Stereo', 's', '3', '1', '1', '1', '0', '0', '3470', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('40035', 'ads_mpu_300', 'Neon Left Arrow', 's', '1', '1', '0', '1', '0', '1', '4069', '1', '1', '1', '1', '1', 'background', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('40353', 'nest_turtle', 'nest_turtle', 's', '1', '1', '0', '1', '0', '0', '4035', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('41070', 'aq_water_dragon', 'aq_water_dragon', 's', '1', '1', '1', '1', '0', '0', '41070', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('41623', 'school_chair', 'school_chair', 's', '1', '1', '1', '1', '1', '0', '4162', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('43743', 'bling11_wall1', 'bling11_wall1', 'i', '1', '1', '0', '1', '0', '0', '4374', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('43763', 'bling11_wall2', 'bling11_wall2', 'i', '1', '1', '0', '1', '0', '0', '4376', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('43773', 'bling11_wall3', 'bling11_wall3', 'i', '1', '1', '0', '1', '0', '0', '4377', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('43793', 'bling11_big1', 'bling11_big1', 'i', '1', '1', '0', '1', '0', '0', '4379', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44623', 'anc_sunset_wall', 'anc_sunset_wall', 'i', '1', '1', '0', '1', '0', '0', '4462', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44661', 'xmas12_wall_out', 'Castle Wall', 'i', '0', '0', '1', '1', '0', '0', '4470', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44671', 'xmas12_window', 'Castle Window', 'i', '0', '0', '1', '1', '0', '0', '4469', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44681', 'xmas12_wall_in', 'Castle Wall', 'i', '0', '0', '1', '1', '0', '0', '4468', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44691', 'xmas12_torch', 'Torch', 'i', '0', '0', '1', '1', '0', '0', '4472', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44701', 'xmas12_door', 'Castle Door', 'i', '0', '0', '1', '1', '0', '0', '4471', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45023', 'steampunk_window', 'steampunk_window', 's', '1', '1', '0', '1', '0', '0', '4502', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45121', 'xmas12_pork', 'Christmas Ham', 's', '1', '2', '1', '1', '0', '0', '4806', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45123', 'school_chalkboard2', 'school_chalkboard2', 'i', '1', '1', '0', '1', '0', '0', '4512', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45131', 'xmas12_bardesk', 'Castle Bar Desk', 's', '1', '1', '1', '1', '0', '0', '4805', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45141', 'xmas12_table', 'Feasting Table', 's', '2', '2', '1.5', '1', '0', '0', '4808', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45151', 'xmas12_chair', 'Castle Dining Chair', 's', '1', '1', '1', '0', '1', '0', '4811', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45161', 'xmas12_nutcracker', 'The Nutcracker', 's', '1', '1', '1', '0', '0', '0', '4807', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45171', 'xmas12_npole', 'North Pole', 's', '1', '1', '1', '1', '0', '0', '4810', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45181', 'xmas12_santathrone', 'Santa Throne', 's', '1', '1', '1', '0', '1', '0', '4809', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45191', 'xmas12_floortile', 'Castle Floor', 's', '2', '2', '0.1', '1', '0', '1', '4804', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45201', 'xmas12_fireplace', 'Castle Fireplace', 's', '1', '3', '1', '1', '0', '0', '4812', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45211', 'xmas12_pillar1', 'Beige Castle Arch', 's', '1', '1', '9.5', '1', '0', '0', '4815', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45221', 'xmas12_pillar3', 'Green Castle Arch', 's', '1', '1', '9.5', '1', '0', '0', '4816', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45231', 'xmas12_pillar2', 'Grey Castle Arch', 's', '1', '1', '9.5', '1', '0', '0', '4813', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45241', 'xmas12_barrel', 'Barley Barrel', 's', '1', '1', '1', '1', '0', '0', '4814', '1', '1', '1', '1', '1', 'vendingmachine', '1', '73', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45251', 'xmas12_cfloorbig', 'Castle Floor', 's', '2', '2', '0.1', '1', '0', '1', '4821', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45261', 'xmas12_snack', 'Milk & Cookies', 's', '1', '1', '0', '0', '0', '0', '4817', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45271', 'xmas12_cfloor', 'Castle Floor', 's', '1', '1', '0.1', '1', '0', '1', '4819', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45281', 'roombg_aurora', 'Aurora Borealis Room Background', 's', '1', '1', '0.5', '1', '0', '1', '4822', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45291', 'xmas12_floortile2', 'Decorated Medieval Floor', 's', '2', '2', '0', '1', '0', '1', '4818', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45293', 'cine_pstr_10', 'cine_pstr_10', 'i', '1', '1', '0', '1', '0', '0', '4529', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45301', 'xmas12_worktable', '', 's', '1', '2', '1', '1', '0', '0', '4820', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45313', 'post_it_xmas', 'post_it_xmas', 'i', '1', '1', '0', '1', '0', '0', '4531', '1', '1', '1', '1', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45323', 'year2014', 'year2014', 'i', '1', '1', '0', '1', '0', '0', '4532', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45324', 'wl_shelf', 'wl_shelf', 's', '1', '1', '1', '1', '0', '0', '4532', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45333', 'post_it_dreams', 'post_it_dreams', 'i', '1', '1', '0', '1', '0', '0', '4533', '1', '1', '1', '1', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45353', 'storieshero_poster', 'storieshero_poster', 'i', '1', '1', '0', '1', '0', '0', '4535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45403', 'post_it_shakesp', 'post_it_shakesp', 'i', '1', '1', '0', '1', '0', '0', '4540', '1', '1', '1', '1', '1', 'postit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45423', 'runway_fabric2', 'runway_fabric2', 'i', '1', '1', '0', '1', '0', '0', '4542', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45424', 'pcnc_wall1', 'Draped Sequin Wall', 's', '3', '1', '1', '1', '0', '1', '4542', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45433', 'stories_sch_glass', 'stories_sch_glass', 'i', '1', '1', '0', '1', '0', '0', '4543', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45453', 'diamond_painting6', 'diamond_painting6', 'i', '1', '1', '0', '1', '0', '0', '4545', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45463', 'diamond_painting4', 'diamond_painting4', 'i', '1', '1', '0', '1', '0', '0', '4546', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45473', 'diamond_painting2', 'diamond_painting2', 'i', '1', '1', '0', '1', '0', '0', '4547', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45483', 'diamond_painting5', 'diamond_painting5', 'i', '1', '1', '0', '1', '0', '0', '4548', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45493', 'diamond_painting1', 'diamond_painting1', 'i', '1', '1', '0', '1', '0', '0', '4549', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('45503', 'diamond_painting3', 'diamond_painting3', 'i', '1', '1', '0', '1', '0', '0', '4550', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46199', 'dino_c15_wallpiece', 'dino_c15_wallpiece', 'i', '1', '1', '1', '0', '0', '0', '4618', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46333', 'anc_pharaoh_tele', 'anc_pharaoh_tele', 's', '1', '1', '0', '1', '0', '0', '4633', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46343', 'anc_artifact1', 'anc_artifact1', 's', '2', '3', '0', '1', '0', '0', '4634', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46353', 'anc_trophy_obsidian', 'anc_trophy_obsidian', 's', '1', '1', '0', '1', '0', '0', '4635', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46363', 'anc_pyramid_block', 'anc_pyramid_block', 's', '1', '1', '1.2', '1', '0', '0', '4636', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46373', 'anc_trophy_marble', 'anc_trophy_marble', 's', '1', '1', '0', '1', '0', '0', '4637', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46383', 'anc_trophy_sstone', 'anc_trophy_sstone', 's', '1', '1', '0', '1', '0', '0', '4638', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46393', 'anc_hot_sands', 'anc_hot_sands', 's', '2', '2', '0', '1', '0', '1', '4639', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49663', 'steampunk_gramophone', 'steampunk_gramophone', 's', '1', '1', '0', '1', '0', '0', '4966', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49673', 'steampunk_timemach', 'steampunk_timemach', 's', '1', '1', '1', '1', '1', '0', '4967', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49683', 'steampunk_zep', 'steampunk_zep', 's', '2', '2', '8', '1', '1', '0', '4968', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51013', 'mystics_duck', 'mystics_duck', 's', '1', '1', '0', '1', '0', '0', '5101', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51053', 'mystics_rpillar', 'mystics_rpillar', 's', '1', '1', '3.5', '1', '0', '0', '5105', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51267', 'NaturePs1', '', 'i', '0', '0', '1', '1', '0', '0', '51267', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51268', 'NaturePs2', '', 'i', '0', '0', '1', '1', '0', '0', '51268', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51269', 'NaturePs3', '', 'i', '0', '0', '1', '1', '0', '0', '51269', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51270', 'NaturePs4', '', 'i', '0', '0', '1', '1', '0', '0', '51270', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51643', 'hblooza_kiosk', 'hblooza_kiosk', 's', '1', '2', '0', '1', '0', '0', '5164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('51991', 'dr_explosion', 'Dragon of Destruction', 's', '1', '1', '1', '0', '0', '0', '51991', '1', '1', '1', '1', '1', 'pressure_pad', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('53583', 'js_bling_chair_w', 'js_bling_chair_w', 's', '1', '1', '1', '1', '1', '0', '5358', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54000', 'matic_wirerig', 'matic_wirerig name', 's', '1', '1', '1.1', '1', '0', '1', '4693', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54049', 'hs_applause', 'Applause Sign', 'i', '0', '0', '0', '0', '0', '0', '4467', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54050', 'hs_balcony', 'Balcony', 's', '1', '1', '2', '1', '0', '1', '4773', '1', '1', '1', '1', '1', 'default', '3', '0', '2,3,4', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54051', 'hs_box', 'hs_box name', 's', '1', '1', '1', '1', '0', '0', '4774', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54052', 'hs_bpass', 'Backstage Pass', 's', '1', '1', '0', '1', '0', '1', '4768', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54053', 'hs_carpet_blk', 'Star Carpet Black', 's', '2', '2', '0', '1', '0', '1', '4764', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54054', 'hs_dnctile_1', 'Habnam Style', 's', '1', '1', '0.1', '0', '0', '1', '4761', '1', '1', '1', '1', '1', 'pressure_pad', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54055', 'hs_lightstrip_blue', 'Blue floor lights', 's', '1', '1', '0', '1', '0', '1', '4771', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54056', 'hs_lightstrip_pink', 'Pink floor lights', 's', '1', '1', '0', '1', '0', '1', '4762', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54057', 'hs_marswalk', 'Dance steps', 's', '1', '1', '0', '0', '0', '1', '4772', '1', '1', '1', '1', '1', 'pressure_pad', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54058', 'hs_stage_long_black', 'Long Black Stage', 's', '3', '1', '0.64', '1', '0', '1', '4763', '1', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54059', 'hs_stage_long_blue', 'Long Blue STage', 's', '3', '1', '0.64', '1', '0', '1', '4765', '1', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54060', 'hs_stage_long_pink', 'Long Pink Stage', 's', '3', '1', '0.64', '1', '0', '1', '4767', '1', '1', '1', '1', '1', 'default', '3', '0', '0.9,1.5,2.1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54061', 'hs_stairs_black', 'Black Stairs', 's', '1', '1', '0.64', '1', '0', '1', '4770', '1', '1', '1', '1', '1', 'default', '3', '0', '0.5,1.1,1.7', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54062', 'hs_stairs_blue', 'Blue Stairs', 's', '1', '1', '0.64', '1', '0', '1', '4769', '1', '1', '1', '1', '1', 'default', '3', '0', '0.5,1.1,1.7', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54063', 'hs_stairs_pink', 'Pink Stairs', 's', '1', '1', '0.64', '1', '0', '1', '4766', '1', '1', '1', '1', '1', 'default', '3', '0', '0.5,1.1,1.7', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54064', 'hs_wall', 'Stage Backdrop', 'i', '0', '0', '0', '0', '0', '0', '4465', '1', '1', '1', '1', '1', 'default', '11', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('54065', 'hs_wlight', 'Stars Wall Lamp', 'i', '0', '0', '0', '0', '0', '0', '4466', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55213', 'xmas13_mincepies', 'xmas13_mincepies', 's', '1', '1', '0', '1', '0', '0', '5521', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55223', 'xmas13_eggnogbowl', 'xmas13_eggnogbowl', 's', '1', '1', '0', '1', '0', '0', '5522', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55233', 'xmas13_eggnogglass', 'xmas13_eggnogglass', 's', '1', '1', '0', '1', '0', '0', '5523', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55243', 'xmas13_machine1', 'xmas13_machine1', 's', '1', '1', '0', '1', '0', '0', '5524', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55253', 'xmas13_jack', 'xmas13_jack', 's', '1', '1', '0', '1', '0', '0', '5525', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55263', 'xmas13_throne', 'xmas13_throne', 's', '1', '1', '1.2', '1', '1', '0', '5526', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55273', 'xmas13_toolbox', 'xmas13_toolbox', 's', '1', '1', '0', '1', '0', '0', '5527', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55435', 'fireworks_15', 'Fireworks Wolf Blue', 's', '1', '1', '1', '0', '0', '0', '4835', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55436', 'ny2013_chair', 'Mayan Chair', 's', '1', '1', '1.3', '0', '1', '0', '4836', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55437', 'reef_aquarium', 'Aquarium', 's', '4', '4', '1', '0', '0', '0', '4837', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55438', 'ny2013_calendar', 'Mayan Calendar', 's', '1', '1', '1.7', '0', '0', '0', '4838', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55439', 'ny2013_block', 'Mayan Building Block', 's', '1', '1', '1', '0', '0', '0', '4839', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55440', 'fireworks_14', 'Fireworks Wolf Purple', 's', '1', '1', '1', '0', '0', '0', '4840', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55441', 'ny2013_aftermath', 'Flaming Comet', 's', '1', '1', '0.01', '0', '0', '0', '4841', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55442', 'ny2013_floor', 'Mayan Floor', 's', '2', '2', '0.01', '1', '0', '1', '4842', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55443', 'year2013', 'year2013 name', 'i', '0', '0', '1', '0', '0', '0', '4475', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55444', 'ny2013_wall', 'Mayan Wall', 'i', '0', '0', '1', '0', '0', '0', '4476', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55445', 'ny2013_clock', 'Mayan Clock', 's', '1', '1', '1', '0', '0', '0', '4843', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55446', 'ny2013_cup', 'Mayan Cup', 's', '1', '1', '1', '0', '0', '0', '4844', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55496', 'val13_build_3', 'Venetian Building', 's', '1', '2', '8.5', '1', '0', '1', '4860', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55497', 'val13_gond_post', 'Gondola Post', 's', '1', '1', '4', '1', '0', '1', '4861', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55498', 'val13_gond_mid1', 'Gondola Middle', 's', '2', '1', '0.6', '1', '0', '1', '4862', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55499', 'val13_water', 'Venetian Water', 's', '2', '2', '0', '1', '0', '1', '4863', '0', '1', '1', '1', '1', 'water', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55500', 'val13_div_2', 'Venetian Divider', 's', '1', '1', '1', '1', '0', '0', '4864', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55501', 'val13_gond_front', 'Gondola Front', 's', '2', '1', '1', '1', '0', '0', '4865', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55502', 'val13_build_1', 'Venetian Building', 's', '2', '3', '7', '1', '0', '1', '4866', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55503', 'val13_build_2', 'Venetian Building Block', 's', '1', '2', '1.5', '1', '0', '1', '4867', '0', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55504', 'val13_gond_back', 'Gondola Back', 's', '2', '1', '1', '1', '0', '0', '4868', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55505', 'val13_gond_mid2', 'Gondola Middle Seat', 's', '2', '1', '1.3', '1', '1', '0', '4869', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55506', 'val13_div_1', 'Venetian Divider Corner', 's', '1', '1', '1', '1', '0', '0', '4870', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55507', 'val13_wall_2', 'Venetian Wall', 'i', '0', '0', '1', '1', '0', '0', '4478', '0', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55508', 'val13_wall_3', 'Venetian Wall', 'i', '0', '0', '1', '1', '0', '0', '4479', '0', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55509', 'val13_wall_1', 'Venetian Wall', 'i', '0', '0', '1', '1', '0', '0', '4480', '0', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55841', 'horse_hairdye_17', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4969', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55842', 'horse_dye_17', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4970', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55843', 'horse_hairdye_15', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4971', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55844', 'horse_hairdye_14', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4972', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55845', 'horse_hairdye_13', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4973', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55846', 'horse_hairdye_16', 'Dye', 's', '1', '1', '1', '0', '0', '0', '4974', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55847', 'easter13_flower_2', 'Blue Flower', 's', '1', '1', '1', '0', '0', '0', '4975', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55848', 'easter13_flower_1', 'Red Flower', 's', '1', '1', '1', '0', '0', '0', '4976', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55849', 'easter13_arch', 'Garden Arch', 's', '2', '1', '0.0001', '0', '0', '1', '4977', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55850', 'easter13_floor_1', 'Glowing Garden Floor', 's', '2', '2', '0.01', '0', '0', '1', '4978', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55851', 'easter13_teleport', 'Garden Teleport', 's', '1', '1', '0.01', '0', '0', '0', '4979', '1', '1', '1', '1', '1', 'teleport', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55852', 'easter13_bulbs', 'Glowing Bulbs', 's', '1', '1', '0.0001', '0', '0', '1', '4980', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55853', 'easter13_stage_1', 'High Garden Stage', 's', '1', '1', '0.5', '0', '0', '1', '4981', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55854', 'easter13_sshrooms', 'Mushrooms', 's', '1', '1', '0', '0', '0', '1', '4982', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55855', 'easter13_stage_2', 'Low Garden Stage', 's', '1', '2', '0.25', '0', '0', '1', '4983', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55856', 'easter13_flower_3', 'Yellow Flower', 's', '1', '1', '1', '0', '0', '0', '4984', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55857', 'petfood29', 'Choco-Bunny', 's', '1', '1', '1', '0', '0', '1', '4985', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55858', 'easter13_wall3', 'easter13_wall3 name', 'i', '0', '0', '1', '0', '0', '0', '4504', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55859', 'easter13_window', 'Egg-shaped Window', 'i', '0', '0', '1', '0', '0', '0', '4505', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55860', 'easter13_wall1', 'easter13_wall1 name', 'i', '0', '0', '1', '0', '0', '0', '4506', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55861', 'easter13_wall2', 'easter13_wall2 name', 'i', '0', '0', '1', '0', '0', '0', '4507', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55904', 'sb_rail', 'Tiki Wallplant', 's', '1', '1', '1', '1', '0', '1', '4030', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55905', 'sb_ramp', 'Single Window', 's', '2', '1', '1', '1', '0', '1', '4031', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('55906', 'sb_block', 'Double Window', 's', '2', '2', '0.5', '1', '0', '1', '4032', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56700', 'coco_stool_c2', '70s Window Large', 's', '1', '1', '1', '1', '1', '0', '4039', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56701', 'coco_divan_c4', '70s Window Small', 's', '2', '1', '1.5', '1', '1', '0', '4040', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56702', 'coco_throne_c3', 'Romantic Window Large', 's', '1', '1', '1.5', '1', '1', '0', '4041', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56703', 'coco_chair', 'Basic Window', 's', '1', '1', '1.4', '1', '1', '0', '4042', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56704', 'coco_throne__c2', 'Sunny Delight', 's', '1', '1', '1.5', '1', '1', '0', '4043', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56705', 'coco_stool_c4', 'Grunge Window', 's', '1', '1', '1', '1', '1', '0', '4044', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56706', 'coco_patch', 'Bay Window', 's', '2', '3', '0.001', '1', '0', '1', '4045', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56707', 'coco_divan_c2', 'Diner Window Small', 's', '2', '1', '1.5', '1', '1', '0', '4046', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56708', 'coco_sofatable_c3', 'ads_dave_wall', 's', '1', '1', '1.3', '1', '0', '0', '4047', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56709', 'coco_stool_c3', 'Diner Wall Table', 's', '1', '1', '1', '1', '1', '0', '4048', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56710', 'coco_sofatable_c4', 'Large Window', 's', '1', '1', '1.3', '1', '0', '0', '4049', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56711', 'coco_sofa_c3', 'Nokia', 's', '3', '1', '1', '1', '1', '0', '4050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56712', 'coco_table', 'easy_poster', 's', '2', '3', '0.5', '1', '0', '0', '4051', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56713', 'coco_stool', 'Window', 's', '1', '1', '0.6', '1', '1', '0', '4052', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56714', 'coco_chair_c2', 'ads_nokia_phone name', 's', '1', '1', '1.4', '1', '1', '0', '4053', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56715', 'coco_stick', 'Skyscraper Window', 's', '1', '1', '1', '1', '0', '0', '4054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56716', 'coco_throne', '', 's', '1', '1', '1.5', '1', '1', '0', '4055', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56717', 'coco_table2', 'Bullet Hole', 's', '2', '2', '1', '1', '0', '0', '4056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56718', 'coco_sofa_c2', 'netari_poster', 's', '3', '1', '1', '1', '1', '0', '4057', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56719', 'coco_chair_c4', 'ads_campguitar', 's', '1', '1', '1.4', '1', '1', '0', '4058', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56720', 'coco_chair_c3', 'Nuclear poster', 's', '1', '1', '1.4', '1', '1', '0', '4059', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56721', 'coco_divan', 'X-Ray light', 's', '2', '1', '1.5', '1', '1', '0', '4060', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56722', 'coco_divan_c3', 'Window with Blood - Small', 's', '2', '1', '1.5', '1', '1', '0', '4061', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56723', 'coco_sofatable', 'Window with Blood - Big', 's', '1', '1', '1.3', '1', '0', '0', '4062', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56724', 'coco_sofa_c4', 'Biohazard poster', 's', '3', '1', '1', '1', '1', '0', '4063', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56725', 'coco_sofatable_c2', 'X-Ray light', 's', '1', '1', '1.3', '1', '0', '0', '4064', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56726', 'coco_throne_c4', 'Gothic fountain', 's', '1', '1', '1.5', '1', '1', '0', '4065', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56727', 'coco_sofa', 'LED Wall Poster', 's', '3', '1', '1', '1', '1', '0', '4066', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56728', 'lm_crystal_skull', 'TBD Central Musical TV', 's', '1', '1', '1', '1', '0', '0', '4067', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56731', 'petfood25', 'Banana', 's', '1', '1', '1', '1', '0', '1', '4070', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('56855', 'Thatue', 'Throne Statue', 's', '1', '1', '1', '1', '0', '0', '56855', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('56856', 'Tyatue', 'Typo Statue', 's', '1', '1', '1', '1', '0', '0', '56856', '1', '1', '1', '1', '1', 'vendingmachine', '2', '17', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('56857', 'Diatue', 'Dino Statue', 's', '1', '1', '1', '1', '0', '0', '56857', '1', '1', '1', '1', '1', 'vendingmachine', '2', '17', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('59633', 'fball_goldenboot2', 'fball_goldenboot2', 's', '1', '1', '0', '1', '0', '0', '5963', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('59918', 'hc3_vase', 'HC Vase', 's', '1', '1', '1', '1', '0', '0', '3479', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('60000', 'gardenshed_wall', 'Shed Wall', 'i', '0', '0', '1', '1', '0', '0', '4455', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('60002', 'stone_stairs', 'Stone Stairs', 's', '2', '1', '1', '1', '0', '1', '4585', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('60003', 'stone_platform', 'Stone Patio', 's', '2', '2', '0.001', '1', '0', '1', '4584', '1', '1', '1', '1', '1', 'default', '3', '0', '0,0.5,1', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('63820', 'poke3', 'Charizard Egg', 's', '1', '1', '1', '1', '0', '0', '63820', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('63821', 'poke2', 'Blastoise Egg', 's', '1', '1', '1', '1', '0', '0', '63821', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('63822', 'poke1', 'Venusaur Egg', 's', '1', '1', '1', '1', '0', '0', '63822', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('65000', 'bc_block_0*1', 'Small Block 1', 's', '1', '1', '1', '1', '0', '1', '5462', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65001', 'bc_block_0*10', 'Small Block 10', 's', '1', '1', '1', '1', '0', '1', '5463', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65002', 'bc_block_0*11', 'Small Block 11', 's', '1', '1', '1', '1', '0', '1', '5464', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65003', 'bc_block_0*12', 'Small Block 12', 's', '1', '1', '1', '1', '0', '1', '5465', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65004', 'bc_block_0*13', 'Small Block 13', 's', '1', '1', '1', '1', '0', '1', '5466', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65005', 'bc_block_0*14', 'Small Block 14', 's', '1', '1', '1', '1', '0', '1', '5467', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65006', 'bc_block_0*2', 'Small Block 2', 's', '1', '1', '1', '1', '0', '1', '5468', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65007', 'bc_block_0*3', 'Small Block 3', 's', '1', '1', '1', '1', '0', '1', '5469', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65008', 'bc_block_0*4', 'Small Block 4', 's', '1', '1', '1', '1', '0', '1', '5470', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65009', 'bc_block_0*5', 'Small Block 5', 's', '1', '1', '1', '1', '0', '1', '5471', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65010', 'bc_block_0*6', 'Small Block 6', 's', '1', '1', '1', '1', '0', '1', '5472', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65011', 'bc_block_0*7', 'Small Block 7', 's', '1', '1', '1', '1', '0', '1', '5473', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65012', 'bc_block_0*8', 'Small Block 8', 's', '1', '1', '1', '1', '0', '1', '5474', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65013', 'bc_block_0*9', 'Small Block 9', 's', '1', '1', '1', '1', '0', '1', '5475', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65014', 'bc_block_1*1', 'Large Block 1', 's', '1', '1', '1', '1', '0', '1', '5476', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65015', 'bc_block_1*10', 'Large Block 10', 's', '1', '1', '1', '1', '0', '1', '5477', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65016', 'bc_block_1*11', 'Large Block 11', 's', '1', '1', '1', '1', '0', '1', '5478', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65017', 'bc_block_1*12', 'Large Block 12', 's', '1', '1', '1', '1', '0', '1', '5479', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65018', 'bc_block_1*13', 'Large Block 13', 's', '1', '1', '1', '1', '0', '1', '5480', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65019', 'bc_block_1*14', 'Large Block 14', 's', '1', '1', '1', '1', '0', '1', '5481', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65020', 'bc_block_1*2', 'Large Block 2', 's', '1', '1', '1', '1', '0', '1', '5482', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65021', 'bc_block_1*3', 'Large Block 3', 's', '1', '1', '1', '1', '0', '1', '5483', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65022', 'bc_block_1*4', 'Large Block 4', 's', '1', '1', '1', '1', '0', '1', '5484', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65023', 'bc_block_1*5', 'Large Block 5', 's', '1', '1', '1', '1', '0', '1', '5485', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65024', 'bc_block_1*6', 'Large Block 6', 's', '1', '1', '1', '1', '0', '1', '5486', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65025', 'bc_block_1*7', 'Large Block 7', 's', '1', '1', '1', '1', '0', '1', '5487', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65026', 'bc_block_1*8', 'Large Block 8', 's', '1', '1', '1', '1', '0', '1', '5488', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65027', 'bc_block_1*9', 'Large Block 9', 's', '1', '1', '1', '1', '0', '1', '5489', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65028', 'bc_block_redbrick*10', 'Brick Block 10', 's', '1', '1', '1', '1', '0', '1', '5540', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65029', 'bc_block_redbrick*11', 'Brick Block 11', 's', '1', '1', '1', '1', '0', '1', '5541', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65030', 'bc_block_redbrick*12', 'Brick Block 12', 's', '1', '1', '1', '1', '0', '1', '5542', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65031', 'bc_block_redbrick*13', 'Brick Block 13', 's', '1', '1', '1', '1', '0', '1', '5543', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65032', 'bc_block_redbrick*14', 'Brick Block 14', 's', '1', '1', '1', '1', '0', '1', '5544', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65033', 'bc_block_redbrick*2', 'Brick Block 2', 's', '1', '1', '1', '1', '0', '1', '5545', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65034', 'bc_block_redbrick*3', 'Brick Block 3', 's', '1', '1', '1', '1', '0', '1', '5546', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65035', 'bc_block_redbrick*4', 'Brick Block 4', 's', '1', '1', '1', '1', '0', '1', '5547', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65036', 'bc_block_redbrick*5', 'Brick Block 5', 's', '1', '1', '1', '1', '0', '1', '5548', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65037', 'bc_block_redbrick*6', 'Brick Block 6', 's', '1', '1', '1', '1', '0', '1', '5549', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65038', 'bc_block_redbrick*7', 'Brick Block 7', 's', '1', '1', '1', '1', '0', '1', '5550', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65039', 'bc_block_redbrick*8', 'Brick Block 8', 's', '1', '1', '1', '1', '0', '1', '5551', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65040', 'bc_block_redbrick*9', 'Brick Block 9', 's', '1', '1', '1', '1', '0', '1', '5552', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65041', 'bc_block_artdeco1*1', 'Art Deco Block 1', 's', '1', '1', '1', '1', '0', '1', '5553', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65042', 'bc_block_artdeco1*2', 'Art Deco Block 2', 's', '1', '1', '1', '1', '0', '1', '5554', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65043', 'bc_block_artdeco1*3', 'Art Deco Block 3', 's', '1', '1', '1', '1', '0', '1', '5555', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65044', 'bc_block_artdeco1*4', 'Art Deco Block 4', 's', '1', '1', '1', '1', '0', '1', '5556', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65045', 'bc_block_artdeco1*5', 'Art Deco Block 5', 's', '1', '1', '1', '1', '0', '1', '5557', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65046', 'bc_block_industrial*1', 'Industrial Block 1', 's', '1', '1', '1', '1', '0', '1', '5558', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65047', 'bc_block_industrial*2', 'Industrial Block 2', 's', '1', '1', '1', '1', '0', '1', '5559', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65048', 'bc_block_industrial*3', 'Industrial Block 3', 's', '1', '1', '1', '1', '0', '1', '5560', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65049', 'bc_block_industrial*4', 'Industrial Block 4', 's', '1', '1', '1', '1', '0', '1', '5561', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65050', 'bc_block_industrial*5', 'Industrial Block 5', 's', '1', '1', '1', '1', '0', '1', '5562', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65051', 'bc_lavarock*1', 'bc_lavarock_1 name', 's', '1', '1', '1', '1', '0', '1', '5563', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65052', 'bc_lavarock*10', 'bc_lavarock_10 name', 's', '1', '1', '1', '1', '0', '1', '5564', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65053', 'bc_lavarock*11', 'bc_lavarock_11 name', 's', '1', '1', '1', '1', '0', '1', '5565', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65054', 'bc_lavarock*12', 'bc_lavarock_12 name', 's', '1', '1', '1', '1', '0', '1', '5566', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65055', 'bc_lavarock*13', 'bc_lavarock_13 name', 's', '1', '1', '1', '1', '0', '1', '5567', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65056', 'bc_lavarock*14', 'bc_lavarock_14 name', 's', '1', '1', '1', '1', '0', '1', '5568', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65057', 'bc_lavarock*2', 'bc_lavarock_2 name', 's', '1', '1', '1', '1', '0', '1', '5569', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65058', 'bc_lavarock*3', 'bc_lavarock_3 name', 's', '1', '1', '1', '1', '0', '1', '5570', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65059', 'bc_lavarock*4', 'bc_lavarock_4 name', 's', '1', '1', '1', '1', '0', '1', '5571', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65060', 'bc_lavarock*5', 'bc_lavarock_5 name', 's', '1', '1', '1', '1', '0', '1', '5572', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65061', 'bc_lavarock*6', 'bc_lavarock_6 name', 's', '1', '1', '1', '1', '0', '1', '5573', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65062', 'bc_lavarock*7', 'bc_lavarock_7 name', 's', '1', '1', '1', '1', '0', '1', '5574', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65063', 'bc_lavarock*8', 'bc_lavarock_8 name', 's', '1', '1', '1', '1', '0', '1', '5575', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65064', 'bc_lavarock*9', 'bc_lavarock_9 name', 's', '1', '1', '1', '1', '0', '1', '5576', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65065', 'bc_block_metalgrip*1', 'Metal Block 1', 's', '1', '1', '1', '1', '0', '1', '5577', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65066', 'bc_block_metalgrip*2', 'Metal Block 2', 's', '1', '1', '1', '1', '0', '1', '5578', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65067', 'bc_block_metalgrip*3', 'Metal Block 3', 's', '1', '1', '1', '1', '0', '1', '5579', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65068', 'bc_block_metalgrip*4', 'Metal Block 4', 's', '1', '1', '1', '1', '0', '1', '5580', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65069', 'bc_block_metalgrip*5', 'Metal Block 5', 's', '1', '1', '1', '1', '0', '1', '5581', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65070', 'bc_block_grass*1', 'Grass Block 1', 's', '1', '1', '1', '1', '0', '1', '5582', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65071', 'bc_block_grass*2', 'Grass Block 2', 's', '1', '1', '1', '1', '0', '1', '5583', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65072', 'bc_block_grass*3', 'Grass Block 3', 's', '1', '1', '1', '1', '0', '1', '5584', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65073', 'bc_block_grass*4', 'Grass Block 4', 's', '1', '1', '1', '1', '0', '1', '5585', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65074', 'bc_block_grass*5', 'Grass Block 5', 's', '1', '1', '1', '1', '0', '1', '5586', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65075', 'bc_block_grass*6', 'Grass Block 6', 's', '1', '1', '1', '1', '0', '1', '5587', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65076', 'bc_block_grass*7', 'Grass Block 7', 's', '1', '1', '1', '1', '0', '1', '5588', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65077', 'bc_block_marble*1', 'Marble Block 1', 's', '1', '1', '1', '1', '0', '1', '5589', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65078', 'bc_block_marble*10', 'Marble Block 10', 's', '1', '1', '1', '1', '0', '1', '5590', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65079', 'bc_block_marble*11', 'Marble Block 11', 's', '1', '1', '1', '1', '0', '1', '5591', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65080', 'bc_block_marble*12', 'Marble Block 12', 's', '1', '1', '1', '1', '0', '1', '5592', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65081', 'bc_block_marble*13', 'Marble Block 13', 's', '1', '1', '1', '1', '0', '1', '5593', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65082', 'bc_block_marble*14', 'Marble Block 14', 's', '1', '1', '1', '1', '0', '1', '5594', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65083', 'bc_block_marble*2', 'Marble Block 2', 's', '1', '1', '1', '1', '0', '1', '5595', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65084', 'bc_block_marble*3', 'Marble Block 3', 's', '1', '1', '1', '1', '0', '1', '5596', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65085', 'bc_block_marble*4', 'Marble Block 4', 's', '1', '1', '1', '1', '0', '1', '5597', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65086', 'bc_block_marble*5', 'Marble Block 5', 's', '1', '1', '1', '1', '0', '1', '5598', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65087', 'bc_block_marble*6', 'Marble Block 6', 's', '1', '1', '1', '1', '0', '1', '5599', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65088', 'bc_block_marble*7', 'Marble Block 7', 's', '1', '1', '1', '1', '0', '1', '5600', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65089', 'bc_block_marble*8', 'Marble Block 8', 's', '1', '1', '1', '1', '0', '1', '5601', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65090', 'bc_block_marble*9', 'Marble Block 9', 's', '1', '1', '1', '1', '0', '1', '5602', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65091', 'bc_block_sand*1', 'Sand Block 1', 's', '1', '1', '1', '1', '0', '1', '5603', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65092', 'bc_block_sand*2', 'Sand Block 2', 's', '1', '1', '1', '1', '0', '1', '5604', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65093', 'bc_block_sand*3', 'Sand Block 3', 's', '1', '1', '1', '1', '0', '1', '5605', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65094', 'bc_block_sand*4', 'Sand Block 4', 's', '1', '1', '1', '1', '0', '1', '5606', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65095', 'bc_block_sand*5', 'Sand Block 5', 's', '1', '1', '1', '1', '0', '1', '5607', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65096', 'bc_block_sand*6', 'Sand Block 6', 's', '1', '1', '1', '1', '0', '1', '5608', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65097', 'bc_block_sand*7', 'Sand Block 7', 's', '1', '1', '1', '1', '0', '1', '5609', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65098', 'bc_block_glass*1', 'Glass Block 1', 's', '1', '1', '1', '1', '0', '1', '5610', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65099', 'bc_block_glass*10', 'Glass Block 10', 's', '1', '1', '1', '1', '0', '1', '5611', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65100', 'bc_block_glass*11', 'Glass Block 11', 's', '1', '1', '1', '1', '0', '1', '5612', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65101', 'bc_block_glass*12', 'Glass Block 12', 's', '1', '1', '1', '1', '0', '1', '5613', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65102', 'bc_block_glass*13', 'Glass Block 13', 's', '1', '1', '1', '1', '0', '1', '5614', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65103', 'bc_block_glass*14', 'Glass Block 14', 's', '1', '1', '1', '1', '0', '1', '5615', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65104', 'bc_block_glass*2', 'Glass Block 2', 's', '1', '1', '1', '1', '0', '1', '5616', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65105', 'bc_block_glass*3', 'Glass Block 3', 's', '1', '1', '1', '1', '0', '1', '5617', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65106', 'bc_block_glass*4', 'Glass Block 4', 's', '1', '1', '1', '1', '0', '1', '5618', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65107', 'bc_block_glass*5', 'Glass Block 5', 's', '1', '1', '1', '1', '0', '1', '5619', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65108', 'bc_block_glass*6', 'Glass Block 6', 's', '1', '1', '1', '1', '0', '1', '5620', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65109', 'bc_block_glass*7', 'Glass Block 7', 's', '1', '1', '1', '1', '0', '1', '5621', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65110', 'bc_block_glass*8', 'Glass Block 8', 's', '1', '1', '1', '1', '0', '1', '5622', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65111', 'bc_block_glass*9', 'Glass Block 9', 's', '1', '1', '1', '1', '0', '1', '5623', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65112', 'bc_round*1', 'bc_round_1 name', 's', '1', '1', '0', '1', '0', '1', '5624', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65113', 'bc_round*10', 'bc_round_10 name', 's', '1', '1', '0', '1', '0', '1', '5625', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65114', 'bc_round*11', 'bc_round_11 name', 's', '1', '1', '0', '1', '0', '1', '5626', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65115', 'bc_round*12', 'bc_round_12 name', 's', '1', '1', '0', '1', '0', '1', '5627', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65116', 'bc_round*13', 'bc_round_13 name', 's', '1', '1', '0', '1', '0', '1', '5628', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65117', 'bc_round*14', 'bc_round_14 name', 's', '1', '1', '0', '1', '0', '1', '5629', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65118', 'bc_round*2', 'bc_round_2 name', 's', '1', '1', '0', '1', '0', '1', '5630', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65119', 'bc_round*3', 'bc_round_3 name', 's', '1', '1', '0', '1', '0', '1', '5631', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65120', 'bc_round*4', 'bc_round_4 name', 's', '1', '1', '0', '1', '0', '1', '5632', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65121', 'bc_round*5', 'bc_round_5 name', 's', '1', '1', '0', '1', '0', '1', '5633', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65122', 'bc_round*6', 'bc_round_6 name', 's', '1', '1', '0', '1', '0', '1', '5634', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65123', 'bc_round*7', 'bc_round_7 name', 's', '1', '1', '0', '1', '0', '1', '5635', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65124', 'bc_round*8', 'bc_round_8 name', 's', '1', '1', '0', '1', '0', '1', '5636', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65125', 'bc_round*9', 'bc_round_9 name', 's', '1', '1', '0', '1', '0', '1', '5637', '1', '1', '1', '1', '1', 'default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65126', 'bc_block_wool*1', 'Wool Block 1', 's', '1', '1', '1', '1', '0', '1', '5638', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65127', 'bc_block_wool*10', 'Wool Block 10', 's', '1', '1', '1', '1', '0', '1', '5639', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65128', 'bc_block_wool*11', 'Wool Block 11', 's', '1', '1', '1', '1', '0', '1', '5640', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65129', 'bc_block_wool*12', 'Wool Block 12', 's', '1', '1', '1', '1', '0', '1', '5641', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65130', 'bc_block_wool*13', 'Wool Block 13', 's', '1', '1', '1', '1', '0', '1', '5642', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65131', 'bc_block_wool*14', 'Wool Block 14', 's', '1', '1', '1', '1', '0', '1', '5643', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65132', 'bc_block_wool*2', 'Wool Block 2', 's', '1', '1', '1', '1', '0', '1', '5644', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65133', 'bc_block_wool*3', 'Wool Block 3', 's', '1', '1', '1', '1', '0', '1', '5645', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65134', 'bc_block_wool*4', 'Wool Block 4', 's', '1', '1', '1', '1', '0', '1', '5646', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65135', 'bc_block_wool*5', 'Wool Block 5', 's', '1', '1', '1', '1', '0', '1', '5647', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65136', 'bc_block_wool*6', 'Wool Block 6', 's', '1', '1', '1', '1', '0', '1', '5648', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65137', 'bc_block_wool*7', 'Wool Block 7', 's', '1', '1', '1', '1', '0', '1', '5649', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65138', 'bc_block_wool*8', 'Wool Block 8', 's', '1', '1', '1', '1', '0', '1', '5650', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65139', 'bc_block_wool*9', 'Wool Block 9', 's', '1', '1', '1', '1', '0', '1', '5651', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65140', 'bc_stone*1', 'bc_stone_1 name', 's', '1', '1', '1', '1', '0', '1', '5652', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65141', 'bc_stone*10', 'bc_stone_10 name', 's', '1', '1', '1', '1', '0', '1', '5653', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65142', 'bc_stone*11', 'bc_stone_11 name', 's', '1', '1', '1', '1', '0', '1', '5654', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65143', 'bc_stone*12', 'bc_stone_12 name', 's', '1', '1', '1', '1', '0', '1', '5655', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65144', 'bc_stone*13', 'bc_stone_13 name', 's', '1', '1', '1', '1', '0', '1', '5656', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65145', 'bc_stone*14', 'bc_stone_14 name', 's', '1', '1', '1', '1', '0', '1', '5657', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65146', 'bc_stone*2', 'bc_stone_2 name', 's', '1', '1', '1', '1', '0', '1', '5658', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65147', 'bc_stone*3', 'bc_stone_3 name', 's', '1', '1', '1', '1', '0', '1', '5659', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65148', 'bc_stone*4', 'bc_stone_4 name', 's', '1', '1', '1', '1', '0', '1', '5660', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65149', 'bc_stone*5', 'bc_stone_5 name', 's', '1', '1', '1', '1', '0', '1', '5661', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65150', 'bc_stone*6', 'bc_stone_6 name', 's', '1', '1', '1', '1', '0', '1', '5662', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65151', 'bc_stone*7', 'bc_stone_7 name', 's', '1', '1', '1', '1', '0', '1', '5663', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65152', 'bc_stone*8', 'bc_stone_8 name', 's', '1', '1', '1', '1', '0', '1', '5664', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65153', 'bc_stone*9', 'bc_stone_9 name', 's', '1', '1', '1', '1', '0', '1', '5665', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65154', 'bc_metalcrate*1', 'bc_metalcrate_1 name', 's', '1', '1', '1', '1', '0', '1', '5666', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65155', 'bc_metalcrate*10', 'bc_metalcrate_10 name', 's', '1', '1', '1', '1', '0', '1', '5667', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65156', 'bc_metalcrate*11', 'bc_metalcrate_11 name', 's', '1', '1', '1', '1', '0', '1', '5668', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65157', 'bc_metalcrate*12', 'bc_metalcrate_12 name', 's', '1', '1', '1', '1', '0', '1', '5669', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65158', 'bc_metalcrate*13', 'bc_metalcrate_13 name', 's', '1', '1', '1', '1', '0', '1', '5670', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65159', 'bc_metalcrate*14', 'bc_metalcrate_14 name', 's', '1', '1', '1', '1', '0', '1', '5671', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65160', 'bc_metalcrate*2', 'bc_metalcrate_2 name', 's', '1', '1', '1', '1', '0', '1', '5672', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65161', 'bc_metalcrate*3', 'bc_metalcrate_3 name', 's', '1', '1', '1', '1', '0', '1', '5673', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65162', 'bc_metalcrate*4', 'bc_metalcrate_4 name', 's', '1', '1', '1', '1', '0', '1', '5674', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65163', 'bc_metalcrate*5', 'bc_metalcrate_5 name', 's', '1', '1', '1', '1', '0', '1', '5675', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65164', 'bc_metalcrate*6', 'bc_metalcrate_6 name', 's', '1', '1', '1', '1', '0', '1', '5676', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65165', 'bc_metalcrate*7', 'bc_metalcrate_7 name', 's', '1', '1', '1', '1', '0', '1', '5677', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65166', 'bc_metalcrate*8', 'bc_metalcrate_8 name', 's', '1', '1', '1', '1', '0', '1', '5678', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65167', 'bc_metalcrate*9', 'bc_metalcrate_9 name', 's', '1', '1', '1', '1', '0', '1', '5679', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65168', 'bc_block_water*1', 'bc_block_water_1 name', 's', '1', '1', '1', '1', '0', '1', '5767', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65169', 'bc_block_water*2', 'bc_block_water_2 name', 's', '1', '1', '1', '1', '0', '1', '5768', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65170', 'bc_block_water*3', 'bc_block_water_3 name', 's', '1', '1', '1', '1', '0', '1', '5769', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65171', 'bc_block_water*4', 'bc_block_water_4 name', 's', '1', '1', '1', '1', '0', '1', '5770', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65172', 'bc_block_water*5', 'bc_block_water_5 name', 's', '1', '1', '1', '1', '0', '1', '5771', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65173', 'bc_block_water*6', 'bc_block_water_6 name', 's', '1', '1', '1', '1', '0', '1', '5772', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65174', 'bc_tile*1', 'bc_tile_1 name', 's', '1', '1', '1', '1', '0', '1', '5773', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65175', 'bc_tile*10', 'bc_tile_10 name', 's', '1', '1', '1', '1', '0', '1', '5774', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65176', 'bc_tile*11', 'bc_tile_11 name', 's', '1', '1', '1', '1', '0', '1', '5775', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65177', 'bc_tile*12', 'bc_tile_12 name', 's', '1', '1', '1', '1', '0', '1', '5776', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65178', 'bc_tile*13', 'bc_tile_13 name', 's', '1', '1', '1', '1', '0', '1', '5777', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65179', 'bc_tile*14', 'bc_tile_14 name', 's', '1', '1', '1', '1', '0', '1', '5778', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65180', 'bc_tile*2', 'bc_tile_2 name', 's', '1', '1', '1', '1', '0', '1', '5779', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65181', 'bc_tile*3', 'bc_tile_3 name', 's', '1', '1', '1', '1', '0', '1', '5780', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65182', 'bc_tile*4', 'bc_tile_4 name', 's', '1', '1', '1', '1', '0', '1', '5781', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65183', 'bc_tile*5', 'bc_tile_5 name', 's', '1', '1', '1', '1', '0', '1', '5782', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65184', 'bc_tile*6', 'bc_tile_6 name', 's', '1', '1', '1', '1', '0', '1', '5783', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65185', 'bc_tile*7', 'bc_tile_7 name', 's', '1', '1', '1', '1', '0', '1', '5784', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65186', 'bc_tile*8', 'bc_tile_8 name', 's', '1', '1', '1', '1', '0', '1', '5785', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65187', 'bc_tile*9', 'bc_tile_9 name', 's', '1', '1', '1', '1', '0', '1', '5786', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65188', 'bc_terra*1', 'bc_terra_1 name', 's', '1', '1', '1', '1', '0', '1', '5787', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65189', 'bc_terra*10', 'bc_terra_10 name', 's', '1', '1', '1', '1', '0', '1', '5788', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65190', 'bc_terra*11', 'bc_terra_11 name', 's', '1', '1', '1', '1', '0', '1', '5789', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65191', 'bc_terra*12', 'bc_terra_12 name', 's', '1', '1', '1', '1', '0', '1', '5790', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65192', 'bc_terra*13', 'bc_terra_13 name', 's', '1', '1', '1', '1', '0', '1', '5791', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65193', 'bc_terra*14', 'bc_terra_14 name', 's', '1', '1', '1', '1', '0', '1', '5792', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65194', 'bc_terra*2', 'bc_terra_2 name', 's', '1', '1', '1', '1', '0', '1', '5793', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65195', 'bc_terra*3', 'bc_terra_3 name', 's', '1', '1', '1', '1', '0', '1', '5794', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65196', 'bc_terra*4', 'bc_terra_4 name', 's', '1', '1', '1', '1', '0', '1', '5795', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65197', 'bc_terra*5', 'bc_terra_5 name', 's', '1', '1', '1', '1', '0', '1', '5796', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65198', 'bc_terra*6', 'bc_terra_6 name', 's', '1', '1', '1', '1', '0', '1', '5797', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65199', 'bc_terra*7', 'bc_terra_7 name', 's', '1', '1', '1', '1', '0', '1', '5798', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65200', 'bc_terra*8', 'bc_terra_8 name', 's', '1', '1', '1', '1', '0', '1', '5799', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65201', 'bc_terra*9', 'bc_terra_9 name', 's', '1', '1', '1', '1', '0', '1', '5800', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65202', 'bc_flowerhedge*1', 'bc_flowerhedge_1 name', 's', '1', '1', '1', '1', '0', '1', '5801', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65203', 'bc_flowerhedge*10', 'bc_flowerhedge_10 name', 's', '1', '1', '1', '1', '0', '1', '5802', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65204', 'bc_flowerhedge*11', 'bc_flowerhedge_11 name', 's', '1', '1', '1', '1', '0', '1', '5803', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65205', 'bc_flowerhedge*12', 'bc_flowerhedge_12 name', 's', '1', '1', '1', '1', '0', '1', '5804', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65206', 'bc_flowerhedge*13', 'bc_flowerhedge_13 name', 's', '1', '1', '1', '1', '0', '1', '5805', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65207', 'bc_flowerhedge*14', 'bc_flowerhedge_14 name', 's', '1', '1', '1', '1', '0', '1', '5806', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65208', 'bc_flowerhedge*2', 'bc_flowerhedge_2 name', 's', '1', '1', '1', '1', '0', '1', '5807', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65209', 'bc_flowerhedge*3', 'bc_flowerhedge_3 name', 's', '1', '1', '1', '1', '0', '1', '5808', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65210', 'bc_flowerhedge*4', 'bc_flowerhedge_4 name', 's', '1', '1', '1', '1', '0', '1', '5809', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65211', 'bc_flowerhedge*5', 'bc_flowerhedge_5 name', 's', '1', '1', '1', '1', '0', '1', '5810', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65212', 'bc_flowerhedge*6', 'bc_flowerhedge_6 name', 's', '1', '1', '1', '1', '0', '1', '5811', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65213', 'bc_flowerhedge*7', 'bc_flowerhedge_7 name', 's', '1', '1', '1', '1', '0', '1', '5812', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65214', 'bc_flowerhedge*8', 'bc_flowerhedge_8 name', 's', '1', '1', '1', '1', '0', '1', '5813', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65215', 'bc_flowerhedge*9', 'bc_flowerhedge_9 name', 's', '1', '1', '1', '1', '0', '1', '5814', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65216', 'easter14_chocchestrare', 'Cacao Chest', 's', '2', '1', '0', '1', '0', '0', '5817', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65217', 'easter14_plant', 'Electric Flowers', 's', '1', '1', '0', '1', '0', '0', '5819', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65218', 'easter14_elecdivdr', 'Electric Fence', 's', '1', '1', '0', '1', '0', '0', '5820', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65219', 'easter14_jar', 'Lupin Jar', 's', '1', '1', '0', '1', '0', '0', '5821', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65220', 'easter14_pillar', 'Magnetic Pillar', 's', '1', '1', '4.3', '1', '0', '0', '5822', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65221', 'easter14_block3', 'Small bright light block', 's', '1', '1', '1', '1', '0', '0', '5823', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65222', 'easter14_block1', 'Large bright light block', 's', '2', '1', '2', '1', '0', '0', '5824', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65223', 'easter14_metalfloor', 'Shiny alloy tile', 's', '2', '2', '0', '1', '0', '1', '5825', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65224', 'easter14_lamp', 'Egg Lamp', 's', '1', '1', '1', '1', '0', '0', '5826', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65225', 'easter14_roombg', 'Pixel Sunset', 's', '1', '1', '0', '1', '0', '1', '5827', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65226', 'easter14_corner', 'Corner', 's', '1', '1', '0.7', '1', '0', '0', '5828', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65227', 'easter14_captainchr', 'Captain?é??s Perch', 's', '1', '1', '1.4', '1', '1', '0', '5829', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65228', 'easter14_flower', 'Polaroid Flower', 's', '1', '1', '0', '1', '0', '0', '5830', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65229', 'easter14_palmtree', 'Luminescent Palm', 's', '1', '1', '0', '1', '0', '0', '5831', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65230', 'easter14_teleport', 'Leafy Teleport', 's', '1', '1', '0', '1', '0', '0', '5832', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65231', 'easter14_eggplant', 'Egg Plant', 's', '1', '1', '0', '1', '0', '0', '5833', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1050', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65232', 'easter14_gate', 'Alien Gate', 's', '2', '1', '0', '1', '0', '0', '5834', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65233', 'easter14_divider', 'Divider', 's', '2', '1', '0.7', '1', '0', '0', '5835', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65234', 'easter14_block2', 'Large Foliage Block', 's', '2', '1', '2', '1', '0', '0', '5836', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65235', 'easter14_block4', 'Small Foliage Clock', 's', '1', '1', '1', '1', '0', '0', '5837', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65236', 'easter14_techtreebrkn', 'Tech Tree', 's', '2', '1', '0', '1', '0', '0', '5838', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65237', 'easter14_sandfloor', 'Cryptic tile', 's', '2', '2', '0', '1', '0', '1', '5839', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65238', 'easter14_chair', 'Cable chair', 's', '1', '1', '1', '1', '1', '0', '5840', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65239', 'easter14_grasspatch', 'Floral patch', 's', '2', '2', '0', '1', '0', '1', '5841', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65240', 'easter14_techstump', 'Tech Stump', 's', '1', '1', '1', '1', '1', '0', '5842', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65241', 'easter14_table', 'Tech table', 's', '2', '1', '1', '1', '0', '0', '5843', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65242', 'easter14_effectgiver', 'Pillar of Hope', 's', '1', '1', '0', '1', '0', '1', '5844', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65243', 'easter14_eleccrn', 'Electric Corner', 's', '1', '1', '0', '1', '0', '0', '5845', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65244', 'easter14_screen', 'Little Bunny Foo Foo', 's', '1', '1', '1', '1', '1', '1', '5846', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65245', 'easter14_statue', 'Cottontail Effigy', 's', '1', '1', '0', '1', '0', '0', '5847', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65246', 'easter14_bunnysphinx', 'Lagomorph Sphinx', 's', '1', '1', '0', '1', '0', '0', '5848', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65247', 'easter14_eggstar', 'Death Egg-Star', 's', '1', '1', '0', '1', '0', '0', '5849', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65248', 'easter14_habberge6', 'Habberge Aquamarine', 's', '1', '1', '0', '1', '0', '0', '5856', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65249', 'easter14_wall', 'Lagomorph Wall', 'i', '0', '0', '0', '1', '0', '0', '4544', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65250', 'hc_exe_seccam', 'HC Executive Security Camera', 's', '1', '1', '0', '1', '0', '1', '5508', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65251', 'hc_exe_wrkdesk', 'HC Executive Work Desk', 's', '2', '1', '0', '1', '0', '0', '5509', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65252', 'hc_exe_glassdvdr', 'HC Executive Glass Divider', 's', '2', '1', '0', '1', '0', '0', '5510', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65253', 'hc_exe_sofa', 'HC Executive Sofa', 's', '3', '1', '1', '1', '1', '0', '5511', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65254', 'hc_exe_s_table', 'HC Executive Small Table', 's', '2', '2', '0', '1', '0', '0', '5512', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65255', 'hc_exe_light', 'HC Executive Light', 's', '1', '1', '0', '1', '0', '1', '5513', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65256', 'hc_exe_chair2', 'HC Executive Boss Chair', 's', '1', '1', '1', '1', '1', '0', '5514', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65257', 'hc_exe_table', 'HC Executive Boss Table', 's', '3', '2', '0', '1', '0', '0', '5515', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65258', 'hc_exe_chair', 'HC Executive Sofa Chair', 's', '1', '1', '1', '1', '1', '0', '5516', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65259', 'hc_exe_elevator', 'HC Executive Elevator Teleport', 's', '1', '1', '0', '1', '0', '0', '5517', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65260', 'hc_exe_cubelight', 'HC Executive Cube Light', 's', '1', '1', '0', '1', '0', '0', '5518', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65261', 'hc_exe_wfall', 'HC Executive Waterfall', 'i', '0', '0', '0', '1', '0', '0', '4530', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65262', 'pixel_plantred', 'Red Base Plant', 's', '1', '1', '0', '1', '0', '0', '4871', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65263', 'pixel_plantpink', 'Pink Base Plant', 's', '1', '1', '0', '1', '0', '0', '4872', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65264', 'pixel_light_red', 'Red Base Light', 's', '1', '1', '0', '1', '0', '0', '4873', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65265', 'pixel_plantblue', 'Blue Base Plant', 's', '1', '1', '0', '1', '0', '0', '4874', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65266', 'pixel_plantgreen', 'green Base Plant', 's', '1', '1', '0', '1', '0', '0', '4875', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65267', 'pixel_light_green', 'green Base Light', 's', '1', '1', '0', '1', '0', '0', '4876', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65268', 'pixel_light_pink', 'Pink Base Light', 's', '1', '1', '0', '1', '0', '0', '4877', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65269', 'pixel_plantblack', 'Black Base Plant', 's', '1', '1', '0', '1', '0', '0', '4878', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65270', 'pixel_light_blue', 'Blue Base Light', 's', '1', '1', '0', '1', '0', '0', '4879', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65271', 'pixel_carpet_red', 'Red Carpet', 's', '2', '3', '0', '1', '0', '1', '4880', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65272', 'pixel_carpet_blue', 'Blue Carpet', 's', '2', '3', '0', '1', '0', '1', '4881', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65273', 'pixel_carpet_pink', 'Pink Carpet', 's', '2', '3', '0', '1', '0', '1', '4882', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65274', 'pixel_light_black', 'Black Base Light', 's', '1', '1', '0', '1', '0', '0', '4883', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65275', 'pixel_carpet_black', 'Black Carpet', 's', '2', '3', '0', '1', '0', '1', '4884', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65276', 'pixel_bed_blue', 'Blue Base Bed', 's', '2', '3', '2', '1', '0', '0', '4886', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65277', 'pixel_smalltable_blue', 'Blue Base Small Table', 's', '1', '1', '1.4', '1', '0', '1', '4887', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65278', 'pixel_smalltable_red', 'Red Base Small Table', 's', '1', '1', '1.4', '1', '0', '1', '4888', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65279', 'pixel_smalltable_pink', 'Pink Base Small Table', 's', '1', '1', '1.4', '1', '0', '1', '4889', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65280', 'pixel_smalltable_black', 'Black Base Small Table', 's', '1', '1', '1.4', '1', '0', '1', '4890', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65281', 'pixel_smalltable_green', 'Green Base Small Table', 's', '1', '1', '1.4', '1', '0', '1', '4891', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65282', 'pixel_table_red', 'Red Base Table', 's', '2', '2', '0', '1', '0', '1', '4893', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65283', 'pixel_chair_blue', 'Blue Base Chair', 's', '1', '1', '1.5', '1', '1', '0', '4894', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65284', 'pixel_floor_pink', 'Pink Base Floor', 's', '2', '2', '0', '1', '0', '1', '4895', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65285', 'pixel_floor_brown', 'Brown Base Floor', 's', '2', '2', '0', '1', '0', '1', '4896', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65286', 'pixel_floor_yellow', 'Yellow Base Floor', 's', '2', '2', '0', '1', '0', '1', '4897', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65287', 'pixel_bed_red', 'Red Base Bed', 's', '2', '3', '2', '1', '0', '0', '4898', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65288', 'pixel_chair_green', 'Green Base Chair', 's', '1', '1', '1.5', '1', '1', '0', '4899', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65289', 'pixel_table_black', 'Black Base Table', 's', '2', '2', '0', '1', '0', '1', '4900', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65290', 'pixel_bed_black', 'Black Base Bed', 's', '2', '3', '1.8', '1', '0', '0', '4901', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65291', 'pixel_table_blue', 'Blue Base Table', 's', '2', '2', '1.4', '1', '0', '1', '4902', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65292', 'pixel_floor_green', 'Green Base Floor', 's', '2', '2', '0', '1', '0', '1', '4903', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65293', 'pixel_floor_silver', 'Silver Base Floor', 's', '2', '2', '0', '1', '0', '1', '4904', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65294', 'pixel_table_pink', 'Pink Base Table', 's', '2', '2', '0', '1', '0', '1', '4905', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65295', 'pixel_chair_pink', 'Pink Base Chair', 's', '1', '1', '1.5', '1', '1', '0', '4906', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65296', 'pixel_table_green', 'Green Base Table', 's', '2', '2', '1.4', '1', '0', '1', '4907', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65297', 'pixel_bed_pink', 'Pink Base Bed', 's', '2', '3', '1.8', '1', '0', '0', '4908', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65298', 'pixel_bed_green', 'Green Base Bed', 's', '2', '3', '1.8', '1', '0', '0', '4909', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65299', 'pixel_chair_red', 'Red Base Chair', 's', '1', '1', '1.5', '1', '1', '0', '4910', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65300', 'pixel_chair_black', 'Black Base Chair', 's', '1', '1', '1.5', '1', '1', '0', '4911', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65301', 'pixel_floor_blue', 'Blue Base Floor', 's', '2', '2', '0', '1', '0', '1', '4912', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65302', 'pixel_carpet_green', 'Green Carpet', 's', '2', '3', '0', '1', '0', '1', '4937', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65303', 'pixel_couch_blue', 'Blue Couch', 's', '2', '1', '1.2', '1', '1', '0', '4938', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65304', 'pixel_couch_green', 'pixel_couch_green name', 's', '2', '1', '1.2', '1', '1', '0', '5339', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65305', 'pixel_couch_black', 'pixel_couch_black name', 's', '2', '1', '1.2', '1', '1', '0', '5340', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65306', 'pixel_couch_red', 'pixel_couch_red name', 's', '2', '1', '1.2', '1', '1', '0', '5341', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65307', 'pixel_clock_red', 'Red Clock', 'i', '0', '0', '0', '1', '0', '0', '4481', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65308', 'pixel_walldeco', 'Base Wall Decoration', 'i', '0', '0', '0', '1', '0', '0', '4482', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65309', 'pixel_clock_pink', 'Pink Clock', 'i', '0', '0', '0', '1', '0', '0', '4483', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65310', 'pixel_mirror', 'pixel_mirror name', 'i', '0', '0', '0', '1', '0', '0', '4484', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65311', 'pixel_clock_black', 'Black Clock', 'i', '0', '0', '0', '1', '0', '0', '4485', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65312', 'pixel_clock_green', 'Green Clock', 'i', '0', '0', '0', '1', '0', '0', '4486', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65313', 'pixel_clock_blue', 'Blue Clock', 'i', '0', '0', '0', '1', '0', '0', '4487', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65314', 'pixel_wall_green', 'Green Base Wall', 'i', '0', '0', '0', '1', '0', '0', '4488', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65315', 'pixel_wall_red', 'Red Base Wall', 'i', '0', '0', '0', '1', '0', '0', '4489', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65316', 'pixel_painting_pink', 'Pink Base Painting', 'i', '0', '0', '0', '1', '0', '0', '4490', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65317', 'pixel_painting_green', 'Green Base Painting', 'i', '0', '0', '0', '1', '0', '0', '4491', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65318', 'pixel_wall_pink', 'Pink Base Wall', 'i', '0', '0', '0', '1', '0', '0', '4492', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65319', 'pixel_painting_black', 'Black Base Painting', 'i', '0', '0', '0', '1', '0', '0', '4493', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65320', 'pixel_painting_blue', 'Blue Base Painting', 'i', '0', '0', '0', '1', '0', '0', '4494', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65321', 'pixel_painting_red', 'Red Base Painting', 'i', '0', '0', '0', '1', '0', '0', '4495', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65322', 'pixel_wall_blue', 'Blue Base Wall', 'i', '0', '0', '0', '1', '0', '0', '4496', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65323', 'pixel_wall_black', 'Black Base Wall', 'i', '0', '0', '0', '1', '0', '0', '4497', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65324', 'pixel_poster2', 'pixel_poster2 name', 'i', '1', '1', '0', '1', '0', '0', '4498', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65325', 'val14_bench', 'Pine Bench', 's', '2', '1', '1', '1', '1', '0', '5692', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65326', 'val14_table', 'Pine Table', 's', '1', '1', '1', '1', '0', '0', '5693', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65327', 'val14_rosebook', 'Bouquet of Pages', 's', '1', '1', '0.35', '1', '0', '0', '5694', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65328', 'val14_stool', 'Pine Stool', 's', '1', '1', '1', '1', '1', '0', '5695', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65329', 'val14_bed_g', 'Green Form Recliner', 's', '1', '3', '1.6', '1', '0', '0', '5696', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65330', 'val14_b_roof', 'Blue Spa Roof', 's', '1', '1', '0', '1', '0', '0', '5697', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('65331', 'val14_gate', 'Sliding Glass Doors', 's', '2', '1', '0', '1', '0', '0', '5698', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65332', 'val14_tile2', 'Small Blue Spa Tile', 's', '1', '1', '0', '1', '0', '1', '5699', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65333', 'val14_bed_o', 'Orange Form Recliner', 's', '1', '3', '1.6', '1', '0', '0', '5700', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65334', 'val14_wchair', 'Spa Wheelchair', 's', '1', '1', '1', '1', '1', '0', '5701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65335', 'val14_tile3', 'Small Orange Spa Tile', 's', '1', '1', '0', '1', '0', '1', '5702', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65336', 'val14_g_roof', 'Green Spa Roof', 's', '1', '1', '0', '1', '0', '0', '5703', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('65337', 'val14_bigplant1', 'Big Leaf Plant', 's', '1', '1', '1', '1', '0', '0', '5704', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65338', 'val14_pot1', 'Calming Tree', 's', '1', '1', '0', '1', '0', '0', '5705', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65339', 'val14_fbath', 'Marble Foot Bath', 's', '1', '2', '0', '1', '0', '1', '5706', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65340', 'val14_largetile', 'Large Ceramic Spa Tile', 's', '2', '2', '0', '1', '0', '1', '5707', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65341', 'val14_tile1', 'Small Green Spa Tile', 's', '1', '1', '0', '1', '0', '1', '5708', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65342', 'val14_y_roof', 'Clay Spa Roof', 's', '1', '1', '0', '1', '0', '0', '5709', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('65343', 'val14_archway', 'Leafy Archway', 's', '3', '1', '0', '1', '0', '1', '5710', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65344', 'val14_door', 'Solo Glass Door', 's', '1', '1', '0', '1', '0', '0', '5711', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65345', 'val14_recchair', 'Treatment Chair', 's', '1', '1', '1', '1', '1', '0', '5712', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65346', 'val14_bed_b', 'Blue Form Recliner', 's', '1', '3', '1.6', '1', '0', '0', '5713', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65347', 'val14_bigplant2', 'Narcissus Plant', 's', '1', '1', '1', '1', '0', '0', '5714', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65348', 'val14_b_wall', 'Blue Exterior Wall', 's', '2', '1', '3', '1', '0', '0', '5715', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65349', 'val14_g_wall', 'Green Exterior Wall', 's', '2', '1', '3', '1', '0', '0', '5716', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65350', 'val14_y_wall', 'Yellow Exterior Wall', 's', '2', '1', '3', '1', '0', '0', '5717', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65351', 'val14_wall1', 'Green Spa Wall', 'i', '0', '0', '0', '1', '0', '0', '4537', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65352', 'val14_wall3', 'Orange Spa Wall', 'i', '0', '0', '0', '1', '0', '0', '4538', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65353', 'val14_wall2', 'Blue Spa Wall', 'i', '0', '0', '0', '1', '0', '0', '4539', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65354', 'stories_shakespeare_tree', 'Wondrous Weeping Willow', 's', '2', '2', '0', '1', '0', '1', '5735', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65355', 'stories_shakespeare_swing', 'Garden Rose Swing', 's', '2', '1', '2', '1', '1', '0', '5736', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65356', 'stories_shakespeare_bench', 'Rosemantic Bench', 's', '2', '1', '1', '1', '1', '0', '5737', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65357', 'stories_shakespeare_fairy', 'Fairy Statue', 's', '1', '1', '0', '1', '0', '0', '5738', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65358', 'clothing_party1', 'clothing_party1 name', 's', '0', '1', '0', '1', '0', '0', '6278', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '2', '0');
INSERT INTO `furniture` VALUES ('65359', 'clothing_geometricskirt', 'Tribal Print Skirt', 's', '0', '1', '0', '1', '0', '0', '6279', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '4', '0');
INSERT INTO `furniture` VALUES ('65360', 'clothing_waistcoatsuit', 'Three Piece Jacket', 's', '0', '1', '0', '1', '0', '0', '6280', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '5', '0');
INSERT INTO `furniture` VALUES ('65361', 'clothing_meowtfit', 'Meow-suit', 's', '0', '1', '0', '1', '0', '0', '6281', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '3', '0');
INSERT INTO `furniture` VALUES ('65362', 'clothing_gatsby', 'Roaring 20\'s', 's', '0', '1', '0', '1', '0', '0', '6282', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '6', '0');
INSERT INTO `furniture` VALUES ('65363', 'clothing_bow', 'Hair Bow Clip', 's', '0', '1', '0', '1', '0', '0', '6283', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '7', '0');
INSERT INTO `furniture` VALUES ('65364', 'clothing_squid', 'Squid Hat', 's', '0', '1', '0', '1', '0', '0', '6284', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '1', '0');
INSERT INTO `furniture` VALUES ('65365', 'clothing_baldy', 'Baldilocks', 's', '0', '1', '0', '1', '0', '0', '6285', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '8', '0');
INSERT INTO `furniture` VALUES ('65366', 'clothing_wavy2', 'Wavy Shoulder Length hair', 's', '0', '1', '0', '1', '0', '0', '6286', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '9', '0');
INSERT INTO `furniture` VALUES ('65367', 'clothing_mutton1', 'Semi Muttonchop', 's', '0', '1', '0', '1', '0', '0', '6287', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '10', '0');
INSERT INTO `furniture` VALUES ('65368', 'clothing_straw2', 'Straw Hat', 's', '0', '1', '0', '1', '0', '0', '6288', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '11', '0');
INSERT INTO `furniture` VALUES ('65369', 'clothing_fishhat', 'Fish Hat', 's', '0', '1', '0', '1', '0', '0', '6289', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '12', '0');
INSERT INTO `furniture` VALUES ('65370', 'clothing_rolled_jeans', 'Rolled Up Jeans', 's', '0', '1', '0', '1', '0', '0', '6290', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '13', '0');
INSERT INTO `furniture` VALUES ('65371', 'clothing_birdshoes', 'Bird Shoes', 's', '0', '1', '0', '1', '0', '0', '6291', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '14', '0');
INSERT INTO `furniture` VALUES ('65372', 'clothing_mermaidoutfit', 'Mermaid Outfit', 's', '0', '1', '0', '1', '0', '0', '6292', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '15', '0');
INSERT INTO `furniture` VALUES ('65373', 'clothing_droopycollar', 'Scoop Neck Top', 's', '0', '1', '0', '1', '0', '0', '6293', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '16', '0');
INSERT INTO `furniture` VALUES ('65374', 'clothing_headband', 'Rockstar Headband', 's', '0', '1', '0', '1', '0', '0', '6294', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '17', '0');
INSERT INTO `furniture` VALUES ('65375', 'clothing_flowercrown', 'Floral Crown', 's', '0', '1', '0', '1', '0', '0', '6295', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '18', '0');
INSERT INTO `furniture` VALUES ('65376', 'clothing_hheadphones', 'H for Habbo Headphones', 's', '0', '1', '0', '1', '0', '0', '6296', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '19', '0');
INSERT INTO `furniture` VALUES ('65377', 'clothing_mutton2', 'Full Muttonchop', 's', '0', '1', '0', '1', '0', '0', '6297', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '20', '0');
INSERT INTO `furniture` VALUES ('65378', 'clothing_floralskirt', 'Floral Maxi Skirt', 's', '0', '1', '0', '1', '0', '0', '6298', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '21', '0');
INSERT INTO `furniture` VALUES ('65379', 'clothing_nightvision', 'Night Vision googles', 's', '0', '1', '0', '1', '0', '0', '6299', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '22', '0');
INSERT INTO `furniture` VALUES ('65380', 'clothing_mockymouse', 'Mocky Maus', 's', '0', '1', '0', '1', '0', '0', '6300', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '23', '0');
INSERT INTO `furniture` VALUES ('65381', 'clothing_xmas1', 'Christmas Jumper', 's', '0', '1', '0', '1', '0', '0', '6301', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '24', '0');
INSERT INTO `furniture` VALUES ('65382', 'clothing_shavedside', 'Undercut Hair', 's', '0', '1', '0', '1', '0', '0', '6302', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '25', '0');
INSERT INTO `furniture` VALUES ('65383', 'clothing_geometricjumper', 'Tribal Print Jumper', 's', '0', '1', '0', '1', '0', '0', '6303', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '26', '0');
INSERT INTO `furniture` VALUES ('65384', 'clothing_beard1', 'King Beard', 's', '0', '1', '0', '1', '0', '0', '6304', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '27', '0');
INSERT INTO `furniture` VALUES ('65385', 'clothing_beads', 'Chunky Necklace', 's', '0', '1', '0', '1', '0', '0', '6305', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '28', '0');
INSERT INTO `furniture` VALUES ('65386', 'clothing_twotonecardi', 'Two-Tone Cardigan', 's', '0', '1', '0', '1', '0', '0', '6306', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '29', '0');
INSERT INTO `furniture` VALUES ('65387', 'clothing_animalprint', 'Animal Print Leggings', 's', '0', '1', '0', '1', '0', '0', '6307', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '30', '0');
INSERT INTO `furniture` VALUES ('65388', 'clothing_party2', 'clothing_party2 name', 's', '0', '1', '0', '1', '0', '0', '6308', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '31', '0');
INSERT INTO `furniture` VALUES ('65389', 'clothing_tshirt_rolled', 'Upper Cuff Shirt', 's', '0', '1', '0', '1', '0', '0', '6309', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '32', '0');
INSERT INTO `furniture` VALUES ('65390', 'clothing_rippedjeans', 'Ripped Jeans', 's', '0', '1', '0', '1', '0', '0', '6310', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '33', '0');
INSERT INTO `furniture` VALUES ('65391', 'clothing_shoestights', 'Shoes w/ Socks', 's', '0', '1', '0', '1', '0', '0', '6311', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '34', '0');
INSERT INTO `furniture` VALUES ('65392', 'gnome_box', 'Gnome in a Box', 's', '1', '1', '1', '1', '0', '0', '5530', '1', '1', '1', '1', '1', 'gnome_box', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65393', 'hc_arab_tetbl', 'HC Tea Table', 's', '1', '1', '1', '1', '0', '0', '6271', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65394', 'hc_arab_bigtb', 'HC Amanjena Table', 's', '3', '2', '0.7', '1', '0', '0', '6272', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65395', 'hc_arab_tray3', 'HC Sweets Tray', 's', '1', '1', '1', '1', '0', '0', '6338', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65396', 'hc_arab_tray1', 'HC Tea Tray', 's', '1', '1', '1', '1', '0', '0', '6339', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65397', 'hc_arab_rug', 'HC Berber Kilim Rug', 's', '3', '5', '0', '1', '0', '1', '6340', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65398', 'hc_arab_chair', 'HC Blossom Chair', 's', '1', '1', '1', '1', '1', '0', '6341', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65399', 'hc_arab_divdr', 'HC Carved Cedar Divider', 's', '1', '2', '0', '1', '0', '0', '6342', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65400', 'hc_arab_teamk', 'HC Tea Maker', 's', '1', '1', '0', '1', '0', '0', '6343', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65401', 'hc_arab_snake', 'HC Ornamental Urn', 's', '1', '1', '0', '1', '0', '0', '6344', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65402', 'hc_arab_pllw', 'HC Blossom Pillow', 's', '1', '1', '1', '1', '1', '0', '6345', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65403', 'ny2015_floor2', 'Small Confetti Floor', 's', '1', '1', '0', '1', '0', '1', '6328', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65404', 'ny2015_archway', '2015 Archway', 's', '2', '1', '0', '1', '0', '1', '6329', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65405', 'ny2015_balloons', 'New Years Balloons', 's', '1', '1', '0', '1', '0', '0', '6330', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65406', 'ny2015_chocfountain', 'Chocolate Fountain', 's', '1', '1', '0', '1', '0', '0', '6331', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65407', 'ny2015_conball', 'Confetti Ball', 's', '1', '1', '0', '1', '0', '1', '6332', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65408', 'ny2015_bar', 'Party Bar', 's', '2', '1', '0', '1', '0', '0', '6333', '1', '1', '1', '1', '1', 'vendingmachine', '2', '35', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65409', 'ny2015_table', 'Glass table', 's', '2', '1', '0.7', '1', '0', '0', '6334', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65410', 'ny2015_cctray', 'Cupcake tray', 's', '1', '1', '0', '1', '0', '0', '6335', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65411', 'ny2015_floor1', 'Large Confetti Floor', 's', '1', '1', '0', '1', '0', '1', '6336', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65412', 'ny2015_drktray', 'Drinks tray', 's', '1', '1', '0', '1', '0', '0', '6337', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65413', 'hc_arab_wndw', 'HC Window Frame', 'i', '0', '0', '0', '1', '0', '0', '4592', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65414', 'hc_arab_swords', 'HC Ancestral Scimitars', 'i', '0', '0', '0', '1', '0', '0', '4593', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65415', 'pet_puppy_toy', 'pet_puppy_toy name', 's', '1', '1', '0', '1', '0', '1', '6312', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65416', 'pet_ufo_toy', 'Spinning Top', 's', '1', '1', '0', '1', '0', '1', '6313', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65417', 'yarn', 'Red Yarn Ball', 's', '1', '1', '0', '1', '0', '1', '6314', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65418', 'nest_pig', 'Patchwork Pillow', 's', '1', '1', '0', '1', '0', '1', '6315', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65419', 'nest_bed', 'Luxury Bed', 's', '1', '1', '0', '1', '0', '1', '6316', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65420', 'nest_box', 'Cardboard Cot', 's', '1', '1', '0', '1', '0', '1', '6317', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65422', 'val15_zen', 'val15_zen name', 's', '2', '2', '0', '1', '0', '1', '7724', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65423', 'val15_tele', 'val15_tele name', 's', '1', '1', '0', '1', '0', '0', '7725', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65424', 'val15_sakura', 'val15_sakura name', 's', '1', '1', '1', '1', '0', '0', '7726', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65425', 'val15_lilys', 'val15_lilys name', 's', '1', '1', '0', '1', '0', '1', '7727', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65426', 'val15_rock1', 'val15_rock1 name', 's', '1', '1', '0', '1', '0', '0', '7728', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65427', 'val15_shamisen', 'val15_shamisen name', 's', '1', '1', '0', '1', '0', '0', '7729', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65428', 'val15_tea', 'val15_tea name', 's', '1', '1', '0', '1', '0', '0', '7730', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65429', 'val15_gift1', 'val15_gift1 name', 's', '1', '1', '0', '1', '0', '0', '7731', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65430', 'val15_hottub', 'val15_hottub name', 's', '2', '2', '0', '1', '0', '1', '7732', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65431', 'val15_petals', 'val15_petals name', 's', '2', '2', '0', '1', '0', '1', '7733', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65432', 'val15_stage2', 'val15_stage2 name', 's', '1', '1', '0.4', '1', '0', '1', '7734', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65433', 'val15_lantern', 'val15_lantern name', 's', '1', '1', '0', '1', '0', '1', '7735', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65434', 'val15_gift3', 'val15_gift3 name', 's', '1', '1', '0', '1', '0', '0', '7736', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65435', 'val15_corner', 'val15_corner name', 's', '1', '1', '0', '1', '0', '0', '7737', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65436', 'val15_dogstat', 'val15_dogstat name', 's', '2', '1', '0', '1', '0', '0', '7738', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65437', 'val15_table', 'val15_table name', 's', '2', '1', '0', '1', '0', '0', '7739', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65438', 'val15_chair', 'val15_chair name', 's', '1', '1', '1', '1', '1', '0', '7740', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65439', 'val15_rock2', 'val15_rock2 name', 's', '2', '2', '0', '1', '0', '0', '7741', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65440', 'val15_bridge2', 'val15_bridge2 name', 's', '1', '1', '0.8', '1', '0', '1', '7742', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65441', 'val15_divider', 'val15_divider name', 's', '2', '1', '0', '1', '0', '0', '7743', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65442', 'val15_water', 'val15_water name', 's', '2', '2', '0', '1', '0', '1', '7744', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65443', 'val15_armour', 'val15_armour name', 's', '1', '1', '0', '1', '0', '0', '7745', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65444', 'val15_koipond', 'val15_koipond name', 's', '2', '2', '0', '1', '0', '0', '7746', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65445', 'val15_crane', 'val15_crane name', 's', '1', '1', '0', '1', '0', '0', '7747', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65446', 'val15_bench', 'val15_bench name', 's', '2', '1', '1', '1', '1', '0', '7748', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65447', 'val15_gazebo', 'val15_gazebo name', 's', '2', '2', '0.2', '1', '0', '1', '7749', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65448', 'val15_tree', 'val15_tree name', 's', '1', '1', '0', '1', '0', '0', '7750', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65449', 'val15_shinto_arch', 'val15_shinto_arch name', 's', '2', '1', '0', '1', '0', '1', '7751', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65450', 'val15_gate', 'val15_gate name', 's', '2', '1', '0', '1', '0', '0', '7752', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65451', 'val15_bridge1', 'val15_bridge1 name', 's', '1', '1', '0.5', '1', '0', '1', '7753', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65452', 'val15_stage1', 'val15_stage1 name', 's', '2', '1', '0.2', '1', '0', '1', '7754', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65453', 'val15_fujiwall', 'val15_fujiwall name', 'i', '0', '0', '0', '1', '0', '0', '4594', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65454', 'bc_alpha1_w*1', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7344', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65455', 'bc_alpha1_w*10', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7345', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65456', 'bc_alpha1_w*11', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7346', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65457', 'bc_alpha1_w*12', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7347', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65458', 'bc_alpha1_w*13', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7348', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65459', 'bc_alpha1_w*14', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7349', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65460', 'bc_alpha1_w*2', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7350', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65461', 'bc_alpha1_w*3', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7351', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65462', 'bc_alpha1_w*4', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7352', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65463', 'bc_alpha1_w*5', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7353', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65464', 'bc_alpha1_w*6', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7354', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65465', 'bc_alpha1_w*7', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7355', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65466', 'bc_alpha1_w*8', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7356', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65467', 'bc_alpha1_w*9', 'W Block', 's', '1', '1', '1', '1', '0', '0', '7357', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65468', 'bc_alpha1_g*1', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7358', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65469', 'bc_alpha1_g*10', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7359', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65470', 'bc_alpha1_g*11', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7360', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65471', 'bc_alpha1_g*12', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7361', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65472', 'bc_alpha1_g*13', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7362', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65473', 'bc_alpha1_g*14', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7363', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65474', 'bc_alpha1_g*2', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7364', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65475', 'bc_alpha1_g*3', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7365', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65476', 'bc_alpha1_g*4', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7366', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65477', 'bc_alpha1_g*5', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7367', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65478', 'bc_alpha1_g*6', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7368', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65479', 'bc_alpha1_g*7', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7369', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65480', 'bc_alpha1_g*8', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7370', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65481', 'bc_alpha1_g*9', 'G Block', 's', '1', '1', '1', '1', '0', '0', '7371', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65482', 'bc_alpha1_r*1', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7372', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65483', 'bc_alpha1_r*10', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7373', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65484', 'bc_alpha1_r*11', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7374', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65485', 'bc_alpha1_r*12', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7375', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65486', 'bc_alpha1_r*13', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7376', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65487', 'bc_alpha1_r*14', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7377', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65488', 'bc_alpha1_r*2', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7378', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65489', 'bc_alpha1_r*3', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7379', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65490', 'bc_alpha1_r*4', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7380', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65491', 'bc_alpha1_r*5', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7381', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65492', 'bc_alpha1_r*6', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7382', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65493', 'bc_alpha1_r*7', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7383', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65494', 'bc_alpha1_r*8', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7384', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65495', 'bc_alpha1_r*9', 'R Block', 's', '1', '1', '1', '1', '0', '0', '7385', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65496', 'bc_alpha1_s*1', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7386', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65497', 'bc_alpha1_s*10', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7387', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65498', 'bc_alpha1_s*11', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7388', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65499', 'bc_alpha1_s*12', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7389', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65500', 'bc_alpha1_s*13', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7390', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65501', 'bc_alpha1_s*14', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7391', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65502', 'bc_alpha1_s*2', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7392', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65503', 'bc_alpha1_s*3', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7393', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65504', 'bc_alpha1_s*4', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7394', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65505', 'bc_alpha1_s*5', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7395', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65506', 'bc_alpha1_s*6', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7396', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65507', 'bc_alpha1_s*7', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7397', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65508', 'bc_alpha1_s*8', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7398', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65509', 'bc_alpha1_s*9', 'S Block', 's', '1', '1', '1', '1', '0', '0', '7399', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65510', 'bc_alpha1_h*1', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7400', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65511', 'bc_alpha1_h*10', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7401', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65512', 'bc_alpha1_h*11', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7402', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65513', 'bc_alpha1_h*12', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7403', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65514', 'bc_alpha1_h*13', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7404', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65515', 'bc_alpha1_h*14', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7405', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65516', 'bc_alpha1_h*2', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7406', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65517', 'bc_alpha1_h*3', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7407', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65518', 'bc_alpha1_h*4', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7408', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65519', 'bc_alpha1_h*5', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7409', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65520', 'bc_alpha1_h*6', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7410', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65521', 'bc_alpha1_h*7', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7411', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65522', 'bc_alpha1_h*8', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7412', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65523', 'bc_alpha1_h*9', 'H Block', 's', '1', '1', '1', '1', '0', '0', '7413', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65524', 'bc_alpha1_t*1', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7414', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65525', 'bc_alpha1_t*10', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7415', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65526', 'bc_alpha1_t*11', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7416', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65527', 'bc_alpha1_t*12', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7417', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65528', 'bc_alpha1_t*13', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7418', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65529', 'bc_alpha1_t*14', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7419', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65530', 'bc_alpha1_t*2', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7420', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65531', 'bc_alpha1_t*3', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7421', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65532', 'bc_alpha1_t*4', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7422', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65533', 'bc_alpha1_t*5', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7423', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65534', 'bc_alpha1_t*6', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7424', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65535', 'bc_alpha1_t*7', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7425', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65536', 'bc_alpha1_t*8', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7426', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65537', 'bc_alpha1_t*9', 'T Block', 's', '1', '1', '1', '1', '0', '0', '7427', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65538', 'bc_alpha1_o*1', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7428', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65539', 'bc_alpha1_o*10', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7429', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65540', 'bc_alpha1_o*11', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7430', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65541', 'bc_alpha1_o*12', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7431', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65542', 'bc_alpha1_o*13', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7432', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65543', 'bc_alpha1_o*14', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7433', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65544', 'bc_alpha1_o*2', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7434', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65545', 'bc_alpha1_o*3', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7435', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65546', 'bc_alpha1_o*4', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7436', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65547', 'bc_alpha1_o*5', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7437', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65548', 'bc_alpha1_o*6', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7438', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65549', 'bc_alpha1_o*7', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7439', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65550', 'bc_alpha1_o*8', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7440', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65551', 'bc_alpha1_o*9', 'O Block', 's', '1', '1', '1', '1', '0', '0', '7441', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65552', 'bc_alpha1_v*1', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7442', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65553', 'bc_alpha1_v*10', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7443', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65554', 'bc_alpha1_v*11', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7444', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65555', 'bc_alpha1_v*12', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7445', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65556', 'bc_alpha1_v*13', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7446', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65557', 'bc_alpha1_v*14', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7447', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65558', 'bc_alpha1_v*2', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7448', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65559', 'bc_alpha1_v*3', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7449', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65560', 'bc_alpha1_v*4', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7450', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65561', 'bc_alpha1_v*5', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7451', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65562', 'bc_alpha1_v*6', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7452', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65563', 'bc_alpha1_v*7', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7453', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65564', 'bc_alpha1_v*8', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7454', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65565', 'bc_alpha1_v*9', 'V Block', 's', '1', '1', '1', '1', '0', '0', '7455', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65566', 'bc_alpha1_c*1', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7456', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65567', 'bc_alpha1_c*10', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7457', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65568', 'bc_alpha1_c*11', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7458', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65569', 'bc_alpha1_c*12', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7459', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65570', 'bc_alpha1_c*13', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7460', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65571', 'bc_alpha1_c*14', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7461', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65572', 'bc_alpha1_c*2', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7462', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65573', 'bc_alpha1_c*3', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7463', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65574', 'bc_alpha1_c*4', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7464', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65575', 'bc_alpha1_c*5', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7465', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65576', 'bc_alpha1_c*6', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7466', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65577', 'bc_alpha1_c*7', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7467', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65578', 'bc_alpha1_c*8', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7468', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65579', 'bc_alpha1_c*9', 'C Block', 's', '1', '1', '1', '1', '0', '0', '7469', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65580', 'bc_alpha1_b*1', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7470', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65581', 'bc_alpha1_b*10', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7471', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65582', 'bc_alpha1_b*11', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7472', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65583', 'bc_alpha1_b*12', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7473', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65584', 'bc_alpha1_b*13', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7474', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65585', 'bc_alpha1_b*14', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7475', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65586', 'bc_alpha1_b*2', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7476', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65587', 'bc_alpha1_b*3', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7477', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65588', 'bc_alpha1_b*4', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7478', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65589', 'bc_alpha1_b*5', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7479', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65590', 'bc_alpha1_b*6', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7480', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65591', 'bc_alpha1_b*7', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7481', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65592', 'bc_alpha1_b*8', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7482', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65593', 'bc_alpha1_b*9', 'B BLock', 's', '1', '1', '1', '1', '0', '0', '7483', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65594', 'bc_alpha1_m*1', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7484', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65595', 'bc_alpha1_m*10', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7485', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65596', 'bc_alpha1_m*11', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7486', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65597', 'bc_alpha1_m*12', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7487', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65598', 'bc_alpha1_m*13', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7488', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65599', 'bc_alpha1_m*14', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7489', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65600', 'bc_alpha1_m*2', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7490', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65601', 'bc_alpha1_m*3', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7491', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65602', 'bc_alpha1_m*4', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7492', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65603', 'bc_alpha1_m*5', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7493', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65604', 'bc_alpha1_m*6', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7494', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65605', 'bc_alpha1_m*7', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7495', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65606', 'bc_alpha1_m*8', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7496', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65607', 'bc_alpha1_m*9', 'M Block', 's', '1', '1', '1', '1', '0', '0', '7497', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65608', 'bc_alpha1_i*1', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7498', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65609', 'bc_alpha1_i*10', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7499', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65610', 'bc_alpha1_i*11', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7500', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65611', 'bc_alpha1_i*12', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7501', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65612', 'bc_alpha1_i*13', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7502', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65613', 'bc_alpha1_i*14', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7503', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65614', 'bc_alpha1_i*2', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7504', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65615', 'bc_alpha1_i*3', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7505', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65616', 'bc_alpha1_i*4', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7506', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65617', 'bc_alpha1_i*5', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7507', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65618', 'bc_alpha1_i*6', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7508', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65619', 'bc_alpha1_i*7', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7509', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65620', 'bc_alpha1_i*8', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7510', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65621', 'bc_alpha1_i*9', 'I Block', 's', '1', '1', '1', '1', '0', '0', '7511', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65622', 'bc_alpha1_x*1', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7512', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65623', 'bc_alpha1_x*10', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7513', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65624', 'bc_alpha1_x*11', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7514', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65625', 'bc_alpha1_x*12', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7515', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65626', 'bc_alpha1_x*13', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7516', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65627', 'bc_alpha1_x*14', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7517', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65628', 'bc_alpha1_x*2', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7518', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65629', 'bc_alpha1_x*3', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7519', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65630', 'bc_alpha1_x*4', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7520', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65631', 'bc_alpha1_x*5', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7521', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65632', 'bc_alpha1_x*6', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7522', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65633', 'bc_alpha1_x*7', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7523', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65634', 'bc_alpha1_x*8', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7524', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65635', 'bc_alpha1_x*9', 'X Block', 's', '1', '1', '1', '1', '0', '0', '7525', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65636', 'bc_alpha1_l*1', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7526', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65637', 'bc_alpha1_l*10', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7527', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65638', 'bc_alpha1_l*11', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7528', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65639', 'bc_alpha1_l*12', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7529', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65640', 'bc_alpha1_l*13', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7530', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65641', 'bc_alpha1_l*14', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7531', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65642', 'bc_alpha1_l*2', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7532', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65643', 'bc_alpha1_l*3', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7533', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65644', 'bc_alpha1_l*4', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7534', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65645', 'bc_alpha1_l*5', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7535', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65646', 'bc_alpha1_l*6', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7536', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65647', 'bc_alpha1_l*7', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7537', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65648', 'bc_alpha1_l*8', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7538', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65649', 'bc_alpha1_l*9', 'L Block', 's', '1', '1', '1', '1', '0', '0', '7539', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65650', 'bc_alpha1_j*1', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7540', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65651', 'bc_alpha1_j*10', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7541', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65652', 'bc_alpha1_j*11', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7542', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65653', 'bc_alpha1_j*12', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7543', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65654', 'bc_alpha1_j*13', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7544', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65655', 'bc_alpha1_j*14', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7545', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65656', 'bc_alpha1_j*2', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7546', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65657', 'bc_alpha1_j*3', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7547', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65658', 'bc_alpha1_j*4', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7548', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65659', 'bc_alpha1_j*5', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7549', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65660', 'bc_alpha1_j*6', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7550', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65661', 'bc_alpha1_j*7', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7551', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65662', 'bc_alpha1_j*8', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7552', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65663', 'bc_alpha1_j*9', 'J Block', 's', '1', '1', '1', '1', '0', '0', '7553', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65664', 'bc_alpha1_f*1', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7554', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65665', 'bc_alpha1_f*10', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7555', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65666', 'bc_alpha1_f*11', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7556', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65667', 'bc_alpha1_f*12', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7557', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65668', 'bc_alpha1_f*13', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7558', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65669', 'bc_alpha1_f*14', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7559', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65670', 'bc_alpha1_f*2', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7560', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65671', 'bc_alpha1_f*3', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7561', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65672', 'bc_alpha1_f*4', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7562', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65673', 'bc_alpha1_f*5', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7563', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65674', 'bc_alpha1_f*6', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7564', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65675', 'bc_alpha1_f*7', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7565', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65676', 'bc_alpha1_f*8', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7566', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65677', 'bc_alpha1_f*9', 'F BLock', 's', '1', '1', '1', '1', '0', '0', '7567', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65678', 'bc_alpha1_e*1', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7568', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65679', 'bc_alpha1_e*10', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7569', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65680', 'bc_alpha1_e*11', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7570', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65681', 'bc_alpha1_e*12', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7571', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65682', 'bc_alpha1_e*13', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7572', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65683', 'bc_alpha1_e*14', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7573', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65684', 'bc_alpha1_e*2', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7574', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65685', 'bc_alpha1_e*3', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7575', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65686', 'bc_alpha1_e*4', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7576', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65687', 'bc_alpha1_e*5', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7577', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65688', 'bc_alpha1_e*6', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7578', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65689', 'bc_alpha1_e*7', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7579', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65690', 'bc_alpha1_e*8', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7580', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65691', 'bc_alpha1_e*9', 'E Block', 's', '1', '1', '1', '1', '0', '0', '7581', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65692', 'bc_alpha1_q*1', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7582', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65693', 'bc_alpha1_q*10', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7583', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65694', 'bc_alpha1_q*11', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7584', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65695', 'bc_alpha1_q*12', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7585', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65696', 'bc_alpha1_q*13', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7586', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65697', 'bc_alpha1_q*14', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7587', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65698', 'bc_alpha1_q*2', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7588', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65699', 'bc_alpha1_q*3', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7589', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65700', 'bc_alpha1_q*4', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7590', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65701', 'bc_alpha1_q*5', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7591', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65702', 'bc_alpha1_q*6', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7592', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65703', 'bc_alpha1_q*7', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7593', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65704', 'bc_alpha1_q*8', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7594', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65705', 'bc_alpha1_q*9', 'Q Block', 's', '1', '1', '1', '1', '0', '0', '7595', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65706', 'bc_alpha1_y*1', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7596', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65707', 'bc_alpha1_y*10', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7597', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65708', 'bc_alpha1_y*11', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7598', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65709', 'bc_alpha1_y*12', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7599', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65710', 'bc_alpha1_y*13', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7600', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65711', 'bc_alpha1_y*14', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7601', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65712', 'bc_alpha1_y*2', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7602', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65713', 'bc_alpha1_y*3', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7603', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65714', 'bc_alpha1_y*4', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7604', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65715', 'bc_alpha1_y*5', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7605', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65716', 'bc_alpha1_y*6', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7606', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65717', 'bc_alpha1_y*7', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7607', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65718', 'bc_alpha1_y*8', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7608', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65719', 'bc_alpha1_y*9', 'Y Block', 's', '1', '1', '1', '1', '0', '0', '7609', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65720', 'bc_alpha1_d*1', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7610', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65721', 'bc_alpha1_d*10', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7611', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65722', 'bc_alpha1_d*11', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7612', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65723', 'bc_alpha1_d*12', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7613', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65724', 'bc_alpha1_d*13', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7614', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65725', 'bc_alpha1_d*14', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7615', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65726', 'bc_alpha1_d*2', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7616', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65727', 'bc_alpha1_d*3', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7617', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65728', 'bc_alpha1_d*4', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7618', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65729', 'bc_alpha1_d*5', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7619', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65730', 'bc_alpha1_d*6', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7620', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65731', 'bc_alpha1_d*7', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7621', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65732', 'bc_alpha1_d*8', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7622', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65733', 'bc_alpha1_d*9', 'D Block', 's', '1', '1', '1', '1', '0', '0', '7623', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65734', 'bc_alpha1_n*1', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7624', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65735', 'bc_alpha1_n*10', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7625', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65736', 'bc_alpha1_n*11', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7626', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65737', 'bc_alpha1_n*12', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7627', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65738', 'bc_alpha1_n*13', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7628', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65739', 'bc_alpha1_n*14', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7629', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65740', 'bc_alpha1_n*2', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7630', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65741', 'bc_alpha1_n*3', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7631', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65742', 'bc_alpha1_n*4', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7632', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65743', 'bc_alpha1_n*5', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7633', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65744', 'bc_alpha1_n*6', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7634', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65745', 'bc_alpha1_n*7', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7635', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65746', 'bc_alpha1_n*8', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7636', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65747', 'bc_alpha1_n*9', 'N Block', 's', '1', '1', '1', '1', '0', '0', '7637', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65748', 'bc_alpha1_k*1', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7638', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65749', 'bc_alpha1_k*10', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7639', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65750', 'bc_alpha1_k*11', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7640', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65751', 'bc_alpha1_k*12', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7641', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65752', 'bc_alpha1_k*13', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7642', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65753', 'bc_alpha1_k*14', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7643', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65754', 'bc_alpha1_k*2', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7644', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65755', 'bc_alpha1_k*3', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7645', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65756', 'bc_alpha1_k*4', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7646', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65757', 'bc_alpha1_k*5', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7647', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65758', 'bc_alpha1_k*6', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7648', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65759', 'bc_alpha1_k*7', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7649', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65760', 'bc_alpha1_k*8', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7650', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65761', 'bc_alpha1_k*9', 'K Block', 's', '1', '1', '1', '1', '0', '0', '7651', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65762', 'bc_alpha1_num*1', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7652', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65763', 'bc_alpha1_num*10', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7653', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65764', 'bc_alpha1_num*11', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7654', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65765', 'bc_alpha1_num*12', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7655', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65766', 'bc_alpha1_num*13', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7656', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65767', 'bc_alpha1_num*14', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7657', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65768', 'bc_alpha1_num*2', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7658', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65769', 'bc_alpha1_num*3', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7659', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65770', 'bc_alpha1_num*4', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7660', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65771', 'bc_alpha1_num*5', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7661', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65772', 'bc_alpha1_num*6', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7662', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65773', 'bc_alpha1_num*7', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7663', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65774', 'bc_alpha1_num*8', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7664', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65775', 'bc_alpha1_num*9', 'Numeric Block', 's', '1', '1', '1', '1', '0', '0', '7665', '1', '1', '1', '1', '1', 'default', '10', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65776', 'bc_alpha1_u*1', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7666', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65777', 'bc_alpha1_u*10', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7667', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65778', 'bc_alpha1_u*11', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7668', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65779', 'bc_alpha1_u*12', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7669', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65780', 'bc_alpha1_u*13', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7670', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65781', 'bc_alpha1_u*14', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7671', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65782', 'bc_alpha1_u*2', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7672', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65783', 'bc_alpha1_u*3', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7673', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65784', 'bc_alpha1_u*4', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7674', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65785', 'bc_alpha1_u*5', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7675', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65786', 'bc_alpha1_u*6', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7676', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65787', 'bc_alpha1_u*7', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7677', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65788', 'bc_alpha1_u*8', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7678', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65789', 'bc_alpha1_u*9', 'U Block', 's', '1', '1', '1', '1', '0', '0', '7679', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65790', 'bc_alpha1_z*1', 'Z Block', 's', '1', '1', '1', '1', '0', '0', '7680', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65791', 'bc_alpha1_z*10', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7681', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65792', 'bc_alpha1_z*11', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7682', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65793', 'bc_alpha1_z*12', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7683', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65794', 'bc_alpha1_z*13', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7684', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65795', 'bc_alpha1_z*14', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7685', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65796', 'bc_alpha1_z*2', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7686', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65797', 'bc_alpha1_z*3', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7687', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65798', 'bc_alpha1_z*4', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7688', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65799', 'bc_alpha1_z*5', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7689', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65800', 'bc_alpha1_z*6', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7690', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65801', 'bc_alpha1_z*7', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7691', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65802', 'bc_alpha1_z*8', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7692', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65803', 'bc_alpha1_z*9', '$furni_bc_alpha1_z*1_name $', 's', '1', '1', '1', '1', '0', '0', '7693', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65804', 'bc_alpha1_a*1', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7694', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65805', 'bc_alpha1_a*10', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7695', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65806', 'bc_alpha1_a*11', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7696', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65807', 'bc_alpha1_a*12', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7697', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65808', 'bc_alpha1_a*13', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7698', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65809', 'bc_alpha1_a*14', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7699', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65810', 'bc_alpha1_a*2', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7700', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65811', 'bc_alpha1_a*3', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7701', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65812', 'bc_alpha1_a*4', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7702', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65813', 'bc_alpha1_a*5', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7703', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65814', 'bc_alpha1_a*6', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7704', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65815', 'bc_alpha1_a*7', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7705', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65816', 'bc_alpha1_a*8', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7706', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65817', 'bc_alpha1_a*9', 'A Block', 's', '1', '1', '1', '1', '0', '0', '7707', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65818', 'bc_alpha1_p*1', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7708', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65819', 'bc_alpha1_p*10', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7709', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65820', 'bc_alpha1_p*11', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7710', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65821', 'bc_alpha1_p*12', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7711', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65822', 'bc_alpha1_p*13', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7712', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65823', 'bc_alpha1_p*14', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7713', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65824', 'bc_alpha1_p*2', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7714', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65825', 'bc_alpha1_p*3', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7715', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65826', 'bc_alpha1_p*4', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7716', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65827', 'bc_alpha1_p*5', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7717', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65828', 'bc_alpha1_p*6', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7718', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65829', 'bc_alpha1_p*7', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7719', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65830', 'bc_alpha1_p*8', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7720', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65831', 'bc_alpha1_p*9', 'P Block', 's', '1', '1', '1', '1', '0', '0', '7721', '1', '1', '1', '1', '1', 'default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65832', 'attic15_sofa', 'Dusty Old Sofa', 's', '2', '1', '1.1', '1', '1', '0', '7755', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65833', 'attic15_crn', 'Attic Corner', 's', '1', '1', '0', '1', '0', '0', '7756', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65834', 'attic15_box', 'Cardboard Box', 's', '1', '1', '0.8', '1', '0', '0', '7757', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65835', 'attic15_chest', 'Forgotten Toy Chest', 's', '2', '1', '0', '1', '0', '0', '7758', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65836', 'attic15_oillamp', 'Oil Lamp', 's', '1', '1', '0', '1', '0', '0', '7759', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65837', 'attic15_bigshelf', 'Attic Shelf', 's', '2', '1', '0', '1', '0', '0', '7760', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65838', 'attic15_chair', 'Dusty Chair', 's', '1', '1', '1.2', '1', '1', '0', '7761', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65839', 'attic15_bigtable', 'Covered Long Table', 's', '2', '1', '1', '1', '0', '0', '7762', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65840', 'attic15_lamp', 'Broken Lamp', 's', '1', '1', '0', '1', '0', '0', '7763', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65841', 'attic15_table', 'Covered Side Table', 's', '1', '1', '1', '1', '0', '0', '7764', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65842', 'attic15_paintingfloor', 'Pile of Paintings', 's', '1', '1', '0', '1', '0', '0', '7765', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65843', 'attic15_window', 'Attic Window', 's', '2', '2', '0', '1', '0', '1', '7766', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65844', 'attic15_cradle', 'Wooden Cradle', 's', '2', '1', '1.2', '1', '1', '0', '7767', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65845', 'attic15_telescope', 'Cosmos Telescope', 's', '1', '1', '0', '1', '0', '0', '7768', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65846', 'attic15_gate', 'Attic Gate', 's', '1', '1', '0', '1', '0', '0', '7769', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65847', 'attic15_clock', 'Grandfather Clock', 's', '1', '1', '0', '1', '0', '0', '7770', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65848', 'attic15_mousetrap', 'Mouse Trap', 's', '1', '1', '0', '1', '0', '1', '7771', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65849', 'attic15_carpet', 'Antique Carpet', 's', '3', '2', '0', '1', '0', '1', '7772', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65850', 'attic15_tele', 'Attic Door Tele', 's', '1', '1', '0', '1', '0', '0', '7773', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65851', 'attic15_shelf', 'Dingy Shelf', 's', '1', '1', '0', '1', '0', '0', '7774', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65852', 'attic15_divider', 'Attic Divider', 's', '2', '1', '0', '1', '0', '0', '7775', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65853', 'attic15_wall', 'Attic Wall', 'i', '0', '0', '0', '1', '0', '0', '4595', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65854', 'attic15_painting', 'Oil Painting', 'i', '0', '0', '0', '1', '0', '0', '4596', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('65855', 'clothing_kimono1', 'clothing_kimono1', 's', '1', '1', '0', '1', '0', '0', '7777', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '35', '0');
INSERT INTO `furniture` VALUES ('65856', 'clothing_kimono2', 'clothing_kimono2', 's', '1', '1', '0', '1', '0', '0', '7778', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '36', '0');
INSERT INTO `furniture` VALUES ('70004', 'horse_poop', 'The Peruvian Flag', 's', '1', '1', '0', '1', '0', '0', '4246', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('70006', 'horse_sawdustfloor', 'The Belgian Flag', 's', '2', '2', '0', '1', '0', '1', '4229', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('70007', 'horse_shoe_wall', 'Horse Shoe', 'i', '0', '0', '1', '1', '0', '0', '4433', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('70008', 'horse_stable_fence', 'Magnetic Knife Holder', 's', '1', '2', '1.2', '1', '0', '0', '4233', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('70009', 'horse_stable_fence_w', 'ads_veet name', 's', '1', '2', '1.2', '1', '0', '0', '4222', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('72021', 'CF_5000_suitcase', 'CF_5000_suitcase name', 's', '1', '1', '0.3', '1', '0', '0', '5461', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77105', 'bling', 'Blingboy DIno', 's', '1', '1', '1', '0', '0', '0', '77105', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('77106', 'caegg', 'Birthday Egg', 's', '1', '1', '1', '0', '0', '0', '77106', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('77701', 'bling11_block', 'Bling Block', 's', '1', '1', '2', '1', '0', '0', '3801', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77702', 'bling11_dvd', 'Bling Divider', 's', '1', '2', '1.6', '1', '0', '0', '3793', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77703', 'bling11_dvn', 'Bling Daybed', 's', '1', '3', '1.2', '1', '0', '0', '3798', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77704', 'bling11_floor', 'Italian Marble Floor', 's', '2', '2', '0', '1', '0', '1', '3794', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77705', 'bling11_pillar', 'Italian Marble Pillar', 's', '1', '1', '3.3', '1', '0', '0', '3802', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77706', 'bling11_plant', 'Bling Plant', 's', '1', '1', '1', '1', '0', '0', '3795', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77707', 'bling11_rug1', 'Tiger Rug', 's', '2', '2', '0.1', '1', '0', '1', '3788', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77708', 'bling11_rug2', 'Bling Carpet', 's', '3', '3', '0.2', '1', '0', '1', '3797', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77709', 'bling11_seat1', 'Bling Seat', 's', '1', '1', '1', '1', '1', '0', '3800', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77710', 'bling11_seat2', 'Slot Chair', 's', '1', '1', '1', '1', '1', '0', '3799', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77711', 'bling11_slot', 'Slot Machine', 's', '1', '1', '1', '1', '0', '0', '3786', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77712', 'bling11_sofa', 'Bling Divan', 's', '3', '1', '1', '1', '1', '0', '3790', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77713', 'bling11_statue1', 'Eros', 's', '1', '1', '1', '1', '0', '0', '3791', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77714', 'bling11_statue2', 'Love Carp', 's', '2', '2', '1', '1', '0', '0', '3785', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77715', 'bling11_tele', 'Bling Teleporter', 's', '1', '1', '0.1', '1', '0', '1', '3789', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77716', 'bling11_towels', 'Bling Towels', 's', '1', '1', '1', '1', '0', '0', '3787', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77717', 'val11_floor', 'Roller Rink', 's', '2', '2', '0.1', '1', '0', '1', '3792', '1', '1', '1', '1', '1', 'rollerskate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77900', 'qt_val11_holoduck', 'Holo-Duck', 's', '1', '1', '1', '1', '0', '0', '3803', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('77901', 'qt_val11_holoheart', 'Holo-Heart', 's', '1', '1', '1', '1', '0', '0', '3813', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('77902', 'qt_val11_discoball', 'Disco Hearts', 's', '1', '1', '0', '1', '0', '1', '3805', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77903', 'qt_val11_duckformer', 'Duck-o-Heart', 's', '1', '1', '1', '1', '0', '0', '3809', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77904', 'qt_val11_heartlights', 'Heart Lights', 'i', '0', '0', '0', '1', '0', '0', '4378', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77905', 'qt_val11_jellychair', 'Jelly Chair', 's', '1', '1', '1', '1', '1', '0', '3810', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77906', 'qt_val11_jellyheart', 'Jelly Heart', 's', '1', '1', '1', '1', '1', '0', '3811', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77907', 'val11_chair', 'Roller Rink Chair', 's', '1', '1', '1.2', '1', '1', '0', '3806', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77908', 'val11_playa', 'Boom Box', 's', '1', '1', '1', '1', '0', '0', '3804', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('77909', 'val11_rail', 'Roller Rink Railing', 's', '1', '2', '0.5', '1', '0', '0', '3812', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80378', 'waasa_rug1', 'Blue Waasa Rug', 's', '2', '4', '0.01', '1', '0', '1', '3899', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80379', 'waasa_rug2', 'Yellow Waasa Rug', 's', '2', '4', '0.01', '1', '0', '1', '3904', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80380', 'waasa_rug3', 'Orange Waasa Rug', 's', '2', '4', '0.01', '1', '0', '1', '3900', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80381', 'waasa_rug4', 'Green Waasa Rug', 's', '2', '4', '0.01', '1', '0', '1', '3902', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80382', 'waasa_rug5', 'Gray Waasa Rug', 's', '2', '4', '0.01', '1', '0', '1', '3898', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80383', 'waasa_chair_wood', 'Wooden Chair', 's', '1', '1', '1', '1', '1', '0', '3903', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80384', 'waasa_aquarium', 'Aquarium', 's', '2', '1', '0', '1', '0', '0', '3901', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('82925', 'goldth', 'Gold Throne', 's', '1', '1', '1', '1', '1', '0', '82925', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('83545', 'a0 pet7', 'Icy lamp post', 'p', '1', '1', '1', '1', '0', '0', '5354', '0', '0', '1', '0', '0', 'pet7', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('84586', 'a0 pet6', '', 'p', '1', '1', '1', '1', '0', '0', '7457', '1', '1', '1', '0', '1', 'pet6', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('86001', 'lm_bananadrink', 'Banana Drink Machine', 's', '1', '1', '3', '1', '0', '0', '4068', '1', '1', '1', '1', '1', 'vendingmachine', '1', '66', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89900', 'limo_w_front', 'Limo Front', 's', '2', '1', '1', '1', '0', '0', '3823', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89901', 'limo_w_mid', 'Limo Middle Part 1', 's', '2', '1', '1', '1', '1', '0', '3819', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89902', 'limo_w_mid2', 'Limo Middle Part 2', 's', '2', '1', '0.3', '1', '0', '1', '3820', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89903', 'limo_w_back', 'Limo Back', 's', '2', '1', '1', '1', '1', '0', '3822', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89904', 'petfood19', 'The Fly', 's', '1', '1', '0.001', '1', '0', '0', '3821', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89905', 'petfood18', 'Webbed Grapes', 's', '1', '1', '0.001', '1', '0', '1', '3816', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89906', 'petfood17', 'Grapes', 's', '1', '1', '0.001', '1', '0', '1', '3817', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89907', 'gothic_st_glass', 'Gothic Stained Glass', 'i', '0', '0', '1', '1', '0', '0', '4380', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89908', 'gothic_candles', 'Gothic Candles', 's', '1', '1', '1', '1', '0', '0', '3825', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89909', 'gothic_bed', 'Gothic Bed', 's', '2', '3', '1.6', '1', '1', '0', '3824', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89910', 'gothic_bowl', 'Gothic Drinking Fountain', 's', '1', '1', '1', '1', '0', '0', '3828', '1', '1', '1', '1', '1', 'vendingmachine', '1', '62', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('89911', 'gothic_desk', 'Gothic Desk', 's', '1', '2', '1', '1', '0', '0', '3826', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89914', 'nest_frog', 'Frog Nest', 's', '1', '1', '0.1', '1', '0', '1', '3830', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89915', 'pond', 'Pond', 's', '1', '1', '0.01', '1', '0', '1', '3831', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89916', 'val11_present', 'Mystery Leaf Gift', 's', '1', '1', '1.2', '1', '0', '0', '3832', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89917', 'prizetrophy_cine', 'Habbowood Trophy', 's', '1', '1', '1', '1', '0', '0', '3833', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89918', 'cine_vipsign', 'HC Sign', 's', '1', '1', '1', '1', '0', '0', '3834', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89919', 'limo_b_mid3', 'Black Limo Middle 3', 's', '2', '1', '1', '1', '0', '0', '3835', '1', '1', '1', '1', '1', 'vendingmachine', '1', '50', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89920', 'limo_b_mid2', 'Black Limo Middle 2', 's', '2', '1', '0.3', '1', '0', '1', '3836', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89921', 'limo_b_front', 'Black Limo Front', 's', '2', '1', '1', '1', '0', '0', '3837', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89922', 'limo_b_mid', 'Black Limo Middle 1', 's', '2', '1', '1.2', '1', '1', '0', '3838', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89923', 'cine_star', 'Walk of Fame Tile', 's', '1', '1', '0.14', '1', '0', '1', '3839', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89924', 'limo_b_back', 'Black Limo Back', 's', '2', '1', '1.2', '1', '1', '0', '3840', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89926', 'cine_curtain', 'Theater Curtains', 's', '8', '1', '0.001', '1', '0', '1', '3841', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89927', 'cine_screen', 'Movie Screen', 's', '6', '1', '1', '1', '0', '0', '3842', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89928', 'theatre_seat_g', 'Green Habbowood Chair', 's', '1', '1', '1', '1', '1', '0', '3843', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89929', 'cine_tile', 'Tile With a Halo', 's', '1', '1', '0.14', '1', '0', '1', '3844', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89930', 'cine_bench_b', 'Black Lobby Bench', 's', '3', '1', '1.1', '1', '1', '0', '3845', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89931', 'theatre_seat_b', 'Black Habbowood Chair', 's', '1', '1', '1', '1', '1', '0', '3846', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89932', 'cine_roof', 'Glass roof', 's', '3', '3', '0.1', '1', '0', '1', '3847', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89933', 'cine_popcorn', 'Popcorn Machine', 's', '1', '1', '1', '1', '0', '0', '3848', '1', '1', '1', '1', '1', 'vendingmachine', '1', '63', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89934', 'cine_bench', 'Red Lobby Bench', 's', '3', '1', '1.1', '1', '1', '0', '3849', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89935', 'cine_bench_g', 'Green Lobby Bench', 's', '3', '1', '1.1', '1', '1', '0', '3850', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89936', 'cine_ticket_booth', 'Ticket Vending Booth', 's', '1', '1', '1.5', '1', '1', '0', '3851', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89937', 'cine_projector', 'Movie Projector', 's', '1', '1', '1', '1', '0', '0', '3852', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89938', 'wf_box', 'Puzzle Box', 's', '1', '1', '1.2', '1', '0', '0', '3853', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89939', 'wf_maze', 'Maze Divider', 's', '1', '1', '1', '1', '0', '0', '3854', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89940', 'ads_rangocactus', 'Rango Cactus', 's', '1', '1', '1', '1', '0', '0', '3855', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89941', 'cine_glass', 'Glass Divider', 's', '1', '1', '0.01', '1', '0', '1', '3856', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89942', 'wf_cnd_has_furni_on', 'WIRED Condition: Has Furni On', 's', '1', '1', '0.65', '1', '0', '1', '3857', '1', '1', '1', '1', '1', 'wired_condition', '2', '0', '0', '0', '12', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89943', 'cine_light2', 'Theater Hall Lights', 'i', '0', '0', '1', '1', '0', '0', '4382', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89944', 'cine_light1', 'Theater Lights', 'i', '0', '0', '1', '1', '0', '0', '4383', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89950', 'fireworks_01', 'Green Firework Blaster', 's', '1', '1', '1', '1', '0', '0', '3772', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89951', 'fireworks_02', 'Red Firework Blaster', 's', '1', '1', '1', '1', '0', '0', '3776', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89952', 'fireworks_03', 'Yellow Firework Blaster', 's', '1', '1', '1', '1', '0', '0', '3774', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89953', 'fireworks_04', 'Purple Fireworks Blaster', 's', '1', '1', '1', '1', '0', '0', '3784', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89954', 'fireworks_05', 'Big Bang Bug Sparkler', 's', '1', '1', '1', '1', '0', '0', '3779', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89955', 'fireworks_06', 'Bee Buster Blaster', 's', '1', '1', '1', '1', '0', '0', '3783', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89956', 'fireworks_07', 'Nuclear Firework', 's', '1', '1', '1', '1', '0', '0', '3782', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89984', 'newbie_present', 'Mysterious Box', 's', '1', '1', '1.2', '1', '0', '0', '3885', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89985', 'tv_flat', 'Flatscreen TV', 's', '2', '1', '1', '1', '0', '0', '3886', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89986', 'waasa_table2', 'Large Wooden Table', 's', '2', '1', '1', '1', '0', '0', '3887', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89987', 'computer_flatscreen', 'Desktop Computer', 's', '1', '1', '1', '1', '0', '0', '3888', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89988', 'waasa_chair', 'Computer Chair', 's', '1', '1', '1.5', '1', '1', '0', '3889', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89989', 'waasa_ship2', 'Large Sailing Boat', 's', '2', '1', '1', '1', '0', '0', '3890', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89990', 'waasa_ship1', 'Small Sailing Boat', 's', '1', '1', '1', '1', '0', '0', '3891', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89991', 'waasa_bunk_bed', 'Bunk Bed', 's', '3', '1', '3.4', '1', '1', '0', '3892', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89992', 'computer_laptop', 'Laptop', 's', '1', '1', '1', '1', '0', '0', '3893', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89993', 'computer_old', 'Nostalgic Computer', 's', '1', '1', '1', '1', '0', '0', '3894', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89994', 'waasa_table1', 'Small Wooden Table', 's', '1', '1', '1', '1', '0', '0', '3895', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89995', 'waasa_desk', 'Wooden Study Desk', 's', '2', '1', '1', '1', '0', '0', '3896', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89996', 'waasa_wall_shelf2', 'Wall Shelf', 'i', '0', '0', '1', '1', '0', '0', '4396', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('89997', 'waasa_wall_shelf1', 'Book Shelf', 'i', '0', '0', '1', '1', '0', '0', '4397', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90010', 'ads_suun', 'ads_suun name', 's', '1', '1', '1', '1', '0', '0', '3927', '1', '1', '1', '1', '1', 'vendingmachine', '5', '1', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90011', 'easter11_tuip_g', 'Green Starfish', 's', '1', '1', '0', '1', '0', '1', '3915', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90012', 'easter11_tuip_y', 'Yellow Starfish', 's', '1', '1', '0', '1', '0', '1', '3916', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90013', 'easter11_mushroom4', 'Mayflower Mushrooms', 's', '1', '1', '1', '1', '0', '0', '3917', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90014', 'easter11_mushroom1', 'Mega Shroom', 's', '1', '1', '1', '1', '0', '0', '3918', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90016', 'easter11_mushroom3', 'Bluebell Mushrooms', 's', '1', '1', '1', '1', '0', '0', '3920', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90017', 'easter11_mushroom2', 'Coraline Mushrooms', 's', '1', '1', '1', '1', '0', '0', '3921', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90024', 'easter11_tuip_p', 'Purple Starfish', 's', '1', '1', '0', '1', '0', '1', '3929', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90025', 'easter11_wall', 'Mushroom Walls', 'i', '0', '0', '1', '1', '0', '0', '4398', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90026', 'ads_suunvuorow', 'ads_suunvuorow name', 'i', '0', '0', '1', '1', '0', '0', '4399', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90028', 'anna_divider*2', 'Pink Anna Divider', 's', '1', '1', '1', '1', '0', '0', '3931', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90029', 'anna_divider*3', 'Green Anna Divider', 's', '1', '1', '1', '1', '0', '0', '3932', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90030', 'anna_divider*4', 'Blue Anna Divider', 's', '1', '1', '1', '1', '0', '0', '3933', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90031', 'anna_divider*5', 'Purple Anna Divider', 's', '1', '1', '1', '1', '0', '0', '3934', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90032', 'anna_div_gate*1', 'Yellow Anna Gate', 's', '1', '1', '0.01', '1', '0', '0', '3935', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90033', 'anna_div_gate*2', 'Pink Anna Gate', 's', '1', '1', '0.01', '1', '0', '0', '3936', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90034', 'anna_div_gate*3', 'Green Anna Gate', 's', '1', '1', '0.01', '1', '0', '0', '3937', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90035', 'anna_div_gate*4', 'Blue Anna Gate', 's', '1', '1', '0.01', '1', '0', '0', '3938', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90036', 'anna_div_gate*5', 'Purple Anna Gate', 's', '1', '1', '0.01', '1', '0', '0', '3939', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90037', 'anna_chair*1', 'Yellow Anna Chair', 's', '1', '1', '1.2', '1', '1', '0', '3940', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90038', 'anna_chair*2', 'Pink Anna Chair', 's', '1', '1', '1.2', '1', '1', '0', '3941', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90039', 'anna_chair*3', 'Green Anna Chair', 's', '1', '1', '1.2', '1', '1', '0', '3942', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90040', 'anna_chair*4', 'Blue Anna Chair', 's', '1', '1', '1.2', '1', '1', '0', '3943', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90041', 'anna_chair*5', 'Purple Anna Chair', 's', '1', '1', '1.2', '1', '1', '0', '3944', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90042', 'anna_stool*1', 'Yellow Anna Stool', 's', '1', '1', '1.2', '1', '1', '0', '3945', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90043', 'anna_stool*2', 'Pink Anna Stool', 's', '1', '1', '1.2', '1', '1', '0', '3946', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90044', 'anna_stool*3', 'Green Anna Stool', 's', '1', '1', '1.2', '1', '1', '0', '3947', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90045', 'anna_stool*4', 'Blue Anna Stool', 's', '1', '1', '1.2', '1', '1', '0', '3948', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90046', 'anna_stool*5', 'Purple Anna Stool', 's', '1', '1', '1.2', '1', '1', '0', '3949', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90047', 'anna_table*1', 'Yellow Anna Table', 's', '2', '2', '1', '1', '0', '0', '3950', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90048', 'anna_table*2', 'Pink Anna Table', 's', '2', '2', '1', '1', '0', '0', '3951', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90049', 'anna_table*3', 'Green Anna Table', 's', '2', '2', '1', '1', '0', '0', '3952', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90050', 'anna_table*4', 'Blue Anna Table', 's', '2', '2', '1', '1', '0', '0', '3953', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90051', 'anna_table*5', 'Purple Anna Table', 's', '2', '2', '1', '1', '0', '0', '3954', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90052', 'anna_rug*1', 'Yellow Anna Rug', 's', '2', '2', '0', '1', '0', '1', '3955', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90053', 'anna_rug*2', 'Pink Anna Rug', 's', '2', '2', '0', '1', '0', '1', '3956', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90054', 'anna_rug*3', 'Green Anna Rug', 's', '2', '2', '0', '1', '0', '1', '3957', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90055', 'anna_rug*4', 'Blue Anna Rug', 's', '2', '2', '0', '1', '0', '1', '3958', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90056', 'anna_rug*5', 'Purple Anna Rug', 's', '2', '2', '0', '1', '0', '1', '3959', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90057', 'anna_sofa*1', 'Yellow Anna Sofa', 's', '2', '1', '1.2', '1', '1', '0', '3960', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90058', 'anna_sofa*2', 'Pink Anna Sofa', 's', '2', '1', '1.2', '1', '1', '0', '3961', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90059', 'anna_sofa*3', 'Green Anna Sofa', 's', '2', '1', '1.2', '1', '1', '0', '3962', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90060', 'anna_sofa*4', 'Blue Anna Sofa', 's', '2', '1', '1.2', '1', '1', '0', '3963', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90061', 'anna_sofa*5', 'Purple Anna Sofa', 's', '2', '1', '1.2', '1', '1', '0', '3964', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90062', 'anna_pill*1', 'Yellow Anna Blob', 's', '1', '1', '0.5', '1', '0', '1', '3965', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90063', 'anna_pill*2', 'Pink Anna Blob', 's', '1', '1', '0.5', '1', '0', '1', '3966', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90064', 'anna_pill*3', 'Green Anna Blob', 's', '1', '1', '0.5', '1', '0', '1', '3967', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90065', 'anna_pill*4', 'Blue Anna Blob', 's', '1', '1', '0.5', '1', '0', '1', '3968', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90066', 'anna_pill*5', 'Purple Anna Blob', 's', '1', '1', '0.5', '1', '0', '1', '3969', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90067', 'anna_lamp*1', 'Yellow Anna Lamp', 's', '1', '1', '1', '1', '0', '0', '3970', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90068', 'anna_lamp*2', 'Pink Anna Lamp', 's', '1', '1', '1', '1', '0', '0', '3971', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90069', 'anna_lamp*3', 'Green Anna Lamp', 's', '1', '1', '1', '1', '0', '0', '3972', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90070', 'anna_lamp*4', 'Blue Anna Lamp', 's', '1', '1', '1', '1', '0', '0', '3973', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90071', 'anna_lamp*5', 'Purple Anna Lamp', 's', '1', '1', '1', '1', '0', '0', '3974', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90072', 'anna_div_crnr*1', 'Yellow Anna Corner', 's', '1', '1', '1', '1', '0', '0', '3975', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90073', 'anna_div_crnr*2', 'Pink Anna Corner', 's', '1', '1', '1', '1', '0', '0', '3976', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90074', 'anna_div_crnr*3', 'Green Anna Corner', 's', '1', '1', '1', '1', '0', '0', '3977', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90075', 'anna_div_crnr*4', 'Blue Anna Corner', 's', '1', '1', '1', '1', '0', '0', '3978', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90076', 'anna_div_crnr*5', 'Purple Anna Corner', 's', '1', '1', '1', '1', '0', '0', '3979', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90077', 'picnic_blanket_yel', 'Yellow Picnic Blanket', 's', '3', '3', '0.01', '1', '0', '1', '3980', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90078', 'picnic_pillow_yel', 'Yellow Picnic Pillow', 's', '1', '1', '0.8', '1', '1', '0', '3981', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90079', 'picnic_food1', 'Cheese Platter', 's', '1', '1', '1', '1', '0', '0', '3982', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90080', 'note_tag', 'Stickie Pole', 's', '1', '1', '1', '1', '0', '0', '3983', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90081', 'picnic_wfall', 'Wild Cascades', 's', '2', '2', '1', '1', '0', '0', '3984', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90082', 'picnic_blanket_blu', 'Blue Picnic Blanket', 's', '3', '3', '0.01', '1', '0', '1', '3985', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90083', 'picnic_food3', 'Picnic Refreshments', 's', '1', '1', '1', '1', '0', '0', '3986', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90084', 'picnic_blanket', 'Red Picnic Blanket', 's', '3', '3', '0.01', '1', '0', '1', '3987', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90085', 'picnic_pillow_blu', 'Blue Picnic Pillow', 's', '1', '1', '0.8', '1', '1', '0', '3988', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90086', 'picnic_food2', 'Baguettes and Apples', 's', '1', '1', '1', '1', '0', '0', '3989', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90087', 'picnic_tele', 'Rock Teleport', 's', '1', '1', '0.001', '1', '0', '0', '3990', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90088', 'picnic_basket', 'Picnic Basket', 's', '1', '1', '1', '1', '0', '0', '3991', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90089', 'picnic_pillow', 'Red Picnic Pillow', 's', '1', '1', '0.8', '1', '1', '0', '3992', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90090', 'picnic_chair', 'Stump Chair', 's', '1', '1', '1', '1', '1', '0', '3993', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90091', 'picnic_3brds', 'Nest(led) Tree', 's', '1', '1', '1', '1', '0', '0', '3994', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('90092', 'theatre_carpet', 'Black Base Painting', 's', '1', '1', '0', '1', '0', '0', '4493', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90093', 'theatre_chair', 'dimmer_steampunk name', 's', '1', '1', '1', '1', '1', '0', '4499', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90094', 'theatre_curtain', 'Steampunk Wall', 's', '1', '1', '0', '1', '0', '0', '4500', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90095', 'theatre_edge', 'World Map', 's', '1', '1', '0', '1', '0', '0', '4503', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90096', 'theatre_floor', 'Steampunk Wall', 's', '1', '1', '0', '1', '0', '1', '4501', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90097', 'theatre_mask', 'Pink Base Wall', 's', '1', '1', '0', '1', '0', '0', '4492', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90099', 'theatre_rug', 'Red Base Painting', 's', '1', '1', '0', '1', '0', '1', '4495', '1', '1', '1', '1', '1', 'default', '14', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90100', 'theatre_spotlight', 'easter13_wall3 name', 's', '1', '1', '0', '1', '0', '0', '4504', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90101', 'theatre_stage', 'Green Base Painting', 's', '1', '1', '1', '1', '0', '1', '4491', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90102', 'theatre_stool', 'Blue Base Wall', 's', '1', '1', '1.1', '1', '1', '0', '4496', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90103', 'theatre_switch', 'pixel_poster2 name', 's', '1', '1', '0', '1', '0', '0', '4498', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90104', 'theatre_wall', 'Black Base Wall', 's', '1', '4', '2', '1', '0', '0', '4497', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90105', 'theatre_lights', 'Blue Base Painting', 's', '1', '1', '0', '1', '0', '0', '4494', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('90106', 'tablet_vendor', 'HiPad Vendor', 's', '1', '2', '1', '1', '0', '0', '5945', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1030', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('92673', 'holo_Dino_Synstir', 'Dino Hologram', 's', '1', '1', '1', '1', '0', '0', '92673', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('93562', 'pepsi', 'Pepsi Egg', 's', '1', '1', '1', '0', '0', '0', '47329', '0', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('95371', 'Lava', 'Idea Agency Lava Lamp', 's', '0', '0', '0', '1', '0', '0', '3021', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95375', 'ads_pepsi0', 'ads_pepsi0 name', 's', '1', '1', '3', '1', '0', '0', '3554', '1', '1', '1', '1', '1', 'vendingmachine', '1', '55', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95376', 'bw_fnc_p', 'Pink Buoy Line', 's', '1', '2', '1', '1', '0', '0', '3569', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95377', 'bw_fnc_crnr_g', 'Green Buoy Corner', 's', '1', '1', '1', '1', '0', '0', '3563', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95378', 'bw_sofa_p', 'Pink Inflatable Sofa', 's', '2', '1', '1', '1', '1', '0', '3561', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95379', 'bw_boat_g', 'Green Inflatable Boat', 's', '2', '2', '0.8', '1', '1', '0', '3568', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95380', 'bw_mttrss_g', 'Green Inflatable Mattress', 's', '2', '1', '0.8', '1', '1', '0', '3558', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95381', 'bw_pool_b2', 'Pink Long Pool Piece', 's', '2', '1', '1', '1', '1', '0', '3565', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95382', 'bw_pool_a2', 'Blue Long Pool Piece', 's', '2', '1', '1', '1', '1', '0', '3564', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95383', 'bw_pool_a3', 'Blue Pool Stairs', 's', '1', '1', '0', '1', '0', '1', '3556', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95384', 'bw_pool_a1', 'Blue Square Pool Piece', 's', '1', '1', '0.5', '1', '0', '0', '3577', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95385', 'bw_pool_b1', 'Pink Square Pool Piece', 's', '1', '1', '1', '1', '0', '0', '3560', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95386', 'bw_fnc_crnr_p', 'Pink Buoy Corner', 's', '1', '1', '1', '1', '0', '0', '3576', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95387', 'bw_sboard_g', 'Green Surfboard', 's', '2', '1', '0', '1', '1', '0', '3562', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95389', 'bw_table_g', 'bw_table_g name', 's', '2', '2', '1', '1', '0', '0', '3566', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95390', 'bw_table_p', 'bw_table_p name', 's', '2', '2', '0', '1', '0', '0', '3578', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95391', 'bw_van_p', 'Pink Van', 's', '2', '2', '1', '1', '1', '0', '3570', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95392', 'bw_van_g', 'Green Van', 's', '2', '2', '1', '1', '1', '0', '3574', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95393', 'bw_sofa_g', 'Green Inflatable Sofa', 's', '2', '1', '1', '1', '1', '0', '3575', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95394', 'bw_sofa_p', 'Pink Inflatable Sofa', 's', '2', '1', '1', '1', '1', '0', '3561', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('95395', 'bw_fnc_g', 'Green Buoy Line', 's', '1', '2', '1', '1', '0', '0', '3557', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96141', 'school_platform', 'Auditorium Platform', 's', '1', '1', '1', '1', '0', '1', '4145', '1', '1', '1', '1', '1', 'default', '4', '0', '0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96142', 'school_locker_b', 'Blue Locker Teleport', 's', '1', '1', '0.001', '1', '0', '0', '4146', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96143', 'school_locker_r_nosale', 'Red Locker (NOT FOR SALE)', 's', '1', '1', '1', '1', '0', '0', '4147', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96144', 'school_toilet_stall', 'Toilet Stall', 's', '1', '1', '1.2', '1', '1', '0', '4148', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96145', 'school_stuff_06', 'Cafeteria Vegetables', 's', '1', '1', '1', '1', '0', '0', '4149', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96146', 'school_locker_r', 'Red Locker Teleport', 's', '1', '1', '0.001', '1', '0', '0', '4150', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96147', 'school_bus', 'School Bus', 's', '2', '4', '1', '1', '1', '0', '4151', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96148', 'school_table', 'Cafeteria Table', 's', '3', '2', '1', '1', '0', '0', '4152', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96149', 'school_bench', 'Cafeteria Bench', 's', '3', '1', '1', '1', '1', '0', '4153', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96150', 'school_console', 'School Desk', 's', '1', '1', '1.2', '1', '0', '0', '4154', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96151', 'school_stuff_01', 'School Books', 's', '1', '1', '1', '1', '0', '0', '4155', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96152', 'school_stuff_05', 'Cafeteria Nuggets', 's', '1', '1', '1', '1', '0', '0', '4156', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96153', 'school_floor', 'School Flooring', 's', '2', '2', '0.001', '1', '0', '1', '4157', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96154', 'school_locker_b_nosale', 'Blue Locker (NOT FOR SALE)', 's', '1', '1', '1', '1', '0', '0', '4158', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96155', 'school_stuff_02', 'Chem Set', 's', '1', '1', '1', '1', '0', '0', '4159', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96156', 'school_stuff_04', 'Cafeteria Meatballs', 's', '1', '1', '1', '1', '0', '0', '4160', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96157', 'school_stuff_03', 'Cafeteria Burger', 's', '1', '1', '1', '1', '0', '0', '4161', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96158', 'school_chalkboard', 'Chalkboard', 'i', '0', '0', '1', '1', '0', '0', '4418', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96159', 'school_urinal', 'Urinal', 'i', '0', '0', '1', '1', '0', '0', '4419', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96160', 'school_wall', 'School Wall', 'i', '0', '0', '1', '1', '0', '0', '4420', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96161', 'school_charts', 'School Charts', 'i', '0', '0', '1', '1', '0', '0', '4421', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96162', 'school_toilet_wall', 'Toilet Wall', 'i', '0', '0', '1', '1', '0', '0', '4422', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96398', 'cmp_nobox', 'Red Ultimate Machine', 's', '1', '1', '1', '1', '0', '0', '3476', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96399', 'cmp_nobox_2', 'Blue Ultimate Machine', 's', '1', '1', '1', '1', '0', '0', '3471', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96400', 'cmp_nobox_3', 'Yellow Ultimate Machine', 's', '1', '1', '1', '1', '0', '0', '3473', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('96401', 'cmp_sub', 'Ultramarine', 's', '7', '1', '1.5', '1', '0', '0', '3478', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97419', 'ktchn10_block', 'Kitchen Corner Block', 's', '1', '1', '1', '1', '0', '0', '3589', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97420', 'ktchn10_cabnt', 'Cabinet', 'i', '0', '0', '1', '1', '0', '0', '4338', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97421', 'ktchn10_pot', 'Boiling Water', 's', '1', '1', '1', '1', '0', '0', '3580', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97422', 'ktchn10_sink', 'Kitchen Sink', 's', '2', '1', '1', '1', '0', '0', '3612', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97423', 'ktchn10_stove', 'Kitchen Stove', 's', '2', '1', '1.2', '1', '0', '0', '3581', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('97424', 'ktchn10_tea', 'Teapot', 's', '1', '1', '1', '1', '0', '0', '3592', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99000', 'qt_xm10_nest', 'Frozen Nest', 's', '1', '1', '1', '1', '0', '1', '3742', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99001', 'qt_xm10_icedragon', 'Blizzard Dragon', 's', '1', '1', '1', '1', '0', '0', '3746', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99002', 'qt_xm10_stone', 'Stone', 's', '1', '2', '1', '1', '0', '0', '3747', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99003', 'qt_xm10_icetiger', 'Ice of the Tiger', 's', '2', '1', '1', '1', '1', '0', '3728', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99004', 'qt_xm10_trex', 'Frozen In Time', 's', '3', '7', '1', '1', '0', '0', '3722', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99005', 'qt_xm10_palm_tree', 'Frozen Fronds', 's', '1', '1', '3', '1', '0', '0', '3720', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99006', 'qt_xm10_bench', 'Bench', 's', '2', '1', '1', '1', '1', '0', '3750', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99007', 'qt_xm10_icelupin', 'Cool Lupin', 's', '1', '1', '1', '1', '0', '0', '3732', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99008', 'qt_xm10_xmduck', 'Jolly Duck', 's', '1', '1', '1', '1', '0', '0', '3719', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99009', 'qt_xm10_iceduck', 'Plain Icy Duck', 's', '1', '1', '1', '1', '0', '0', '3727', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99010', 'qt_xm10_bauble1', 'Icy Bauble 1', 'i', '0', '0', '1', '1', '0', '0', '4365', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99011', 'qt_xm10_bauble2', 'Icy Bauble 2', 'i', '0', '0', '1', '1', '0', '0', '4361', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99012', 'qt_xm10_bauble3', 'Icy Bauble 3', 'i', '0', '0', '1', '1', '0', '0', '4368', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99013', 'qt_xm10_iceplasto', 'Pod Chair', 's', '1', '1', '1', '1', '1', '0', '3730', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99014', 'qt_xm10_ice_fish', 'Frozen Fish', 's', '1', '2', '3', '1', '0', '0', '3748', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99015', 'qt_xm10_gnome', 'Garden Gnome', 's', '1', '1', '1', '1', '0', '0', '3726', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99016', 'qt_xm10_icesilotable', 'Chilly Table', 's', '1', '1', '1', '1', '0', '0', '3743', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99017', 'qt_xm10_iceteddy', 'Frozen Ted', 's', '1', '1', '1', '1', '1', '0', '3734', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99018', 'qt_xm10_elephant', 'Elephant Minibar', 's', '1', '1', '1', '1', '0', '0', '3724', '1', '1', '1', '1', '1', 'vendingmachine', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99019', 'qt_xm10_iceclubsofa', 'Cool Club Sofa', 's', '2', '1', '1', '1', '1', '0', '3718', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99020', 'es_skating_ice', 'Ice Skating Patch', 's', '2', '2', '0.01', '1', '0', '1', '3736', '1', '1', '1', '1', '1', 'iceskates', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99021', 'es_sidewalk', 'Snowy Sidewalk', 's', '2', '2', '0.2', '1', '0', '1', '3716', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99022', 'es_wpost', 'City Hydrant', 's', '1', '1', '1', '1', '0', '0', '3725', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99023', 'es_tagging', 'Tag Pole', 's', '1', '1', '3', '1', '0', '0', '3741', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99024', 'es_santa', 'Santa', 's', '1', '1', '1', '1', '0', '0', '3740', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99025', 'es_window', 'Shop Window', 'i', '0', '0', '1', '1', '0', '0', '4367', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99026', 'es_bench', 'Park Bench', 's', '2', '1', '1', '1', '1', '0', '3712', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99027', 'es_fnc_1', 'City Street Barrier', 's', '1', '1', '1', '1', '0', '0', '3729', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99028', 'es_fnc_2', 'City Street Divider', 's', '2', '1', '1', '1', '0', '0', '3714', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99029', 'es_fnc_crnr', 'City Street Corner', 's', '1', '1', '1', '1', '0', '0', '3721', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99030', 'es_epictree', 'Epic Christmas Tree', 's', '2', '2', '4', '1', '0', '0', '3723', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99031', 'es_icestar_g', 'Green Ice Star', 's', '1', '1', '6', '1', '0', '1', '3731', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99032', 'es_icestar_r', 'Red Ice Star', 's', '1', '1', '6', '1', '0', '1', '3745', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99033', 'es_icestar_y', 'Yellow Ice Star', 's', '1', '1', '6', '1', '0', '1', '3749', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99034', 'es_icestar', 'Blue Ice Star', 's', '1', '1', '6', '1', '0', '1', '3713', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99035', 'es_puck', 'Ice Hockey Puck', 's', '1', '1', '0', '1', '0', '1', '3739', '1', '1', '1', '1', '1', 'ball', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99036', 'es_roaster', 'Chestnut Roaster', 's', '1', '1', '2', '1', '0', '0', '3738', '1', '1', '1', '1', '1', 'vendingmachine', '2', '60', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99037', 'es_lmppst', 'Street Lamp Post', 's', '1', '1', '4', '1', '0', '0', '3735', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99038', 'es_statue', 'City Statue', 's', '1', '1', '1', '1', '0', '0', '3717', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99082', 'es_box', 'Freeze Ice Block', 's', '1', '1', '0', '1', '0', '0', '3758', '1', '1', '1', '1', '1', 'freezetileblock', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99083', 'es_counter', 'Freeze Counter', 's', '1', '3', '1', '0', '0', '0', '3764', '1', '1', '1', '1', '1', 'freezetimer', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99084', 'es_exit', 'Exit Tile', 's', '1', '1', '0.1', '1', '0', '1', '3759', '1', '1', '1', '1', '1', 'freezeexit', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99085', 'es_gate_b', 'Blue Freeze Gate', 's', '1', '1', '0', '0', '0', '1', '3762', '1', '1', '1', '1', '1', 'freezebluegate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99086', 'es_gate_g', 'Green Freeze Gate', 's', '1', '1', '0', '0', '0', '1', '3761', '1', '1', '1', '1', '1', 'freezegreengate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99087', 'es_gate_r', 'Red Freeze Gate', 's', '1', '1', '0', '0', '0', '1', '3760', '1', '1', '1', '1', '1', 'freezeredgate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99088', 'es_gate_y', 'Yellow Freeze Gate', 's', '1', '1', '0', '0', '0', '1', '3763', '1', '1', '1', '1', '1', 'freezeyellowgate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99089', 'es_score_y', 'Yellow Freeze Scoreboard', 's', '1', '1', '0', '0', '0', '0', '3767', '1', '1', '1', '1', '1', 'freezeyellowcounter', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99090', 'es_score_r', 'Red Freeze Scoreboard', 's', '1', '1', '0', '0', '0', '0', '3765', '1', '1', '1', '1', '1', 'freezeredcounter', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99091', 'es_score_b', 'Blue Freeze Scoreboard', 's', '1', '1', '0', '0', '0', '0', '3756', '1', '1', '1', '1', '1', 'freezebluecounter', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99092', 'es_score_g', 'Green Freeze Scoreboard', 's', '1', '1', '0', '0', '0', '0', '3766', '1', '1', '1', '1', '1', 'freezegreencounter', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99093', 'es_tile', 'Freeze Tile', 's', '1', '1', '0', '1', '0', '1', '3757', '1', '1', '1', '1', '1', 'freezetile', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99904', 'year2011_waver_b', 'Blue Waver', 's', '1', '1', '1', '1', '0', '0', '3781', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99905', 'year2011_waver_g', 'Green Waver', 's', '1', '1', '1', '1', '0', '0', '3780', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99906', 'year2011_waver_r', 'Red Waver', 's', '1', '1', '1', '1', '0', '0', '3777', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99907', 'year2011_waver_y', 'Yellow Waver', 's', '1', '1', '1', '1', '0', '0', '3768', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99908', 'prizetrophy_2011_y', 'Best Friend of 2010', 's', '1', '1', '1', '1', '0', '0', '3771', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99909', 'prizetrophy_2011_b', 'Hottest Guy', 's', '1', '1', '1', '1', '0', '0', '3773', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99910', 'prizetrophy_2011_r', 'Hottest Girl', 's', '1', '1', '1', '1', '0', '0', '3770', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99911', 'prizetrophy_2011_p', 'Most Fashionable Habbo', 's', '1', '1', '1', '1', '0', '0', '3775', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99912', 'prizetrophy_2011_g', 'Best Room Builder', 's', '1', '1', '1', '1', '0', '0', '3778', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99913', 'prizetrophy_2011_w', 'Habbo Award Trophy', 's', '1', '1', '1', '1', '0', '0', '3769', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99914', 'year2011', 'Countdown Building', 'i', '0', '0', '1', '1', '0', '0', '4373', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99945', 'cubie_rug_b', 'Black and Blue Rug', 's', '2', '3', '0.1', '1', '0', '1', '3860', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99946', 'cubie_lamp_p', 'Purple Deco Spot Lamp', 's', '1', '1', '1', '1', '0', '0', '3863', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99947', 'cubie_shelf_3_p', 'Purple Wall Unit', 's', '2', '1', '2.9', '1', '0', '0', '3873', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99948', 'cubie_shelf_4_b', 'Blue Cupboard', 's', '3', '1', '1', '1', '0', '0', '3882', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99949', 'cubie_shelf_1_b', 'Stackable Blue Shelf', 's', '1', '1', '1', '1', '0', '0', '3875', '1', '1', '1', '1', '1', 'default', '14', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99950', 'cubie_shelf_1_p', 'Stackable Purple Shelf', 's', '1', '1', '1', '1', '0', '0', '3874', '1', '1', '1', '1', '1', 'default', '14', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99951', 'cubie_chair_p', 'Purple Desk Chair', 's', '1', '1', '1.2', '1', '1', '0', '3879', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99952', 'cubie_shelf_4_p', 'Purple Cupboard', 's', '3', '1', '1', '1', '0', '0', '3866', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99953', 'cubie_bigtable_p', 'Purple Glass Table', 's', '2', '2', '0.7', '1', '0', '0', '3876', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99954', 'cubie_shelf_0_p', 'Rectangular Purple Shelf', 's', '1', '1', '0.7', '1', '0', '0', '3884', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99955', 'cubie_beanbag_b', 'Blue Beanbag', 's', '1', '1', '1', '1', '1', '0', '3877', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99956', 'cubie_chair_b', 'Blue Desk Chair', 's', '1', '1', '1.2', '1', '1', '0', '3859', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99957', 'cubie_bed_b', 'Blue Bed', 's', '1', '3', '1.8', '1', '0', '0', '3871', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99958', 'cubie_bigtable_b', 'Blue Glass Table', 's', '2', '2', '0.7', '1', '0', '0', '3861', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99959', 'cubie_stool_b', 'Blue Breakfast Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '3869', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99960', 'cubie_beanbag_p', 'Purple Beanbag', 's', '1', '1', '1', '1', '1', '0', '3862', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99961', 'cubie_shelf_0_b', 'Rectangular Blue Shelf', 's', '1', '1', '0.7', '1', '0', '0', '3865', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99962', 'cubie_shelf_2_p', 'Purple Shelving Unit', 's', '2', '1', '1', '1', '0', '0', '3867', '1', '1', '1', '1', '1', 'default', '17', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99963', 'cubie_rug_p', 'Black and Purple Rug', 's', '2', '3', '0.1', '1', '0', '1', '3870', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99964', 'cubie_sofaseat_b', 'Blue Sofa Seat', 's', '1', '1', '1', '1', '1', '0', '3881', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99965', 'cubie_table', 'Glass Table', 's', '1', '2', '1', '1', '0', '0', '3880', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99966', 'cubie_sofaseat_p', 'Purple Sofa Seat', 's', '1', '1', '1', '1', '1', '0', '3864', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99967', 'cubie_bed_p', 'Purple Bed', 's', '1', '3', '1.8', '1', '0', '0', '3868', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99968', 'cubie_shelf_3_b', 'Blue Wall Unit', 's', '2', '1', '1', '1', '0', '0', '3872', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99969', 'cubie_shelf_2_b', 'Blue Shelving Unit', 's', '2', '1', '1', '1', '0', '0', '3883', '1', '1', '1', '1', '1', 'default', '14', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99970', 'cubie_lamp_b', 'Blue Deco Spot Lamp', 's', '1', '1', '1', '1', '0', '0', '3858', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99971', 'cubie_stool_p', 'Purple Breakfast Bar Stool', 's', '1', '1', '1.2', '1', '1', '0', '3878', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99972', 'cubie_wallshelf_b', 'Blue Wallshelf', 'i', '0', '0', '1', '1', '0', '0', '4389', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99973', 'cubie_decklight_p', 'Purple Decklight', 'i', '0', '0', '1', '1', '0', '0', '4385', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99974', 'cubie_wallshelf_p', 'Purple Wall Shelf', 'i', '0', '0', '1', '1', '0', '0', '4392', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99975', 'cubie_decal_0', 'Crazed Rorshach Inkblot', 'i', '0', '0', '1', '1', '0', '0', '4395', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99976', 'cubie_decal_3', 'Black Arrow', 'i', '0', '0', '1', '1', '0', '0', '4391', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99977', 'cubie_decal_1_p', 'Purple Circle Art', 'i', '0', '0', '1', '1', '0', '0', '4390', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99978', 'cubie_decklight_b', 'Blue Decklight', 'i', '0', '0', '1', '1', '0', '0', '4394', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99979', 'cubie_decal_1_b', 'Blue Circle Art', 'i', '0', '0', '1', '1', '0', '0', '4386', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99980', 'cubie_decal_2_b', 'Blue Mod Poster', 'i', '0', '0', '1', '1', '0', '0', '4387', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99981', 'cubie_decal_3_p', 'Purple Arrow', 'i', '0', '0', '1', '1', '0', '0', '4388', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99982', 'cubie_decal_2_p', 'Purple Mod Poster', 'i', '0', '0', '1', '1', '0', '0', '4393', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('99983', 'cubie_decal_3_b', 'Blue Arrow', 'i', '0', '0', '1', '1', '0', '0', '4384', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('118118', 'carpet_jess', '', 's', '2', '4', '0', '1', '0', '1', '118118', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('119119', 'pinks', 'Rose Dragon Egg', 's', '1', '1', '1', '1', '0', '0', '119119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('121314', 'thblue', 'thblue', 's', '1', '1', '1', '0', '1', '0', '121314', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('123456', 'tron_arcademachi', 'Tron Arcade Machine', 's', '1', '1', '1', '0', '0', '0', '123456', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('153123', 'mnstr_waterfall', 'Throbbing Monster Fountain', 's', '2', '2', '1', '1', '0', '0', '4606', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('181820', 'cokeposter', '', 'i', '0', '0', '1', '1', '0', '0', '181820', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199868', 'qt_sum11_ictrolley', 'sw_stone', 's', '1', '1', '1', '1', '0', '0', '4018', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199869', 'qt_sum11_platfrm', 'Window Frame', 's', '2', '2', '0.8', '1', '0', '1', '4022', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199870', 'qt_sum11_shell3', 'Kakejiku Hokusai', 's', '1', '1', '1', '1', '0', '0', '4021', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199871', 'qt_sum11_shell2', 'Bubble Juice Logo', 's', '1', '1', '1', '1', '0', '0', '4023', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199872', 'qt_sum11_chair', 'Bubble Juice Can', 's', '1', '1', '1', '1', '1', '0', '4025', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199873', 'qt_sum11_shell4', 'Ancestral Scimitars', 's', '1', '1', '1', '1', '0', '0', '4020', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199874', 'qt_sum11_shell1', 'Swords', 's', '1', '1', '1', '1', '0', '0', '4017', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199875', 'qt_sum11_shell5', 'Kakejiku Ziritsu', 's', '1', '1', '1', '1', '0', '0', '4024', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('199876', 'qt_sum11_petfood', 'Spiderwick Hole on Wall', 's', '1', '1', '1', '1', '0', '1', '4019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('212121', 'prncessbed', '', 's', '2', '3', '1.6', '1', '1', '0', '212121', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('247872', 'anc_artifact2', 'The Hand Of The Ancients', 's', '2', '2', '1', '1', '0', '1', '4648', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('254874', 'hole', 'Bar Shelf', 's', '2', '2', '1', '1', '0', '0', '4071', '0', '0', '1', '0', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('274827', 'anc_savanna_wall', 'Savannah landscape', 'i', '0', '0', '1', '1', '0', '0', '4461', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('300003', 'ads_mpu_720', 'Square Glass Window', 's', '1', '1', '0', '1', '0', '1', '4036', '1', '1', '1', '1', '1', 'background', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('360005', 'anc_comfy_tree', 'Not so tall tree', 's', '1', '1', '5', '1', '1', '0', '4653', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('360006', 'anc_sunset_wall', 'Jungle landscape', 'i', '0', '0', '0', '1', '0', '0', '4462', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('381982', 'prizetrophy_frank', 'Frank Trophy', 's', '1', '1', '1', '1', '0', '0', '4641', '1', '1', '1', '1', '1', 'trophy', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('399996', 'ads_background', 'Room Background', 's', '1', '1', '0', '1', '0', '1', '3996', '1', '1', '1', '1', '1', 'background', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('445457', 'CF_200_ruby', 'Big Ruby', 's', '1', '1', '1', '1', '0', '0', '4613', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('445458', 'CF_75_ruby_small', 'Small Ruby', 's', '1', '1', '1', '1', '0', '0', '4612', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('456456', 'tstool', 'tstool', 's', '1', '1', '1', '1', '1', '0', '456456', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('461932', 'kuurna_red_chair1', 'Pixel Dining Table', 's', '1', '1', '1', '0', '1', '0', '461932', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('462033', 'kuurna_table', 'Pixel Dining Table', 's', '2', '2', '1.3', '1', '0', '0', '3926', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('462133', 'kuurna_red_table1', 'Pixel Side Table', 's', '1', '1', '1.3', '1', '0', '0', '4621', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('462233', 'kuurna_red_lamp', 'Pixel Lamp', 's', '1', '1', '1', '0', '0', '0', '4622', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490312', 'ads_vpiggy_flag', 'Piggy Pirate Flag', 's', '1', '1', '1', '1', '0', '0', '5195', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490412', 'ads_vpiggy_pig', 'Golden Pig', 's', '1', '1', '1', '0', '0', '0', '5196', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490512', 'pirate_side1', 'pirate_side1 name', 's', '1', '1', '1', '1', '0', '1', '5215', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490612', 'pirate_stage', 'Stage', 's', '2', '2', '0.9', '1', '0', '1', '5230', '1', '1', '1', '1', '1', 'default', '5', '0', '0.8,2.0,3.0,4.0,5.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490712', 'pirate_roombg', 'Pirate Room Background', 's', '1', '1', '1', '1', '0', '1', '5216', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490812', 'pirate_flag', 'Pirate Flag', 's', '1', '1', '1', '1', '0', '0', '5232', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('490912', 'pirate_gunrack', 'Gun Rack', 's', '2', '1', '1', '1', '0', '0', '5236', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491012', 'pirate_cannon', 'Pirate Cannon', 's', '2', '1', '1', '1', '0', '0', '5222', '1', '1', '1', '1', '1', 'cannon', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491112', 'pirate_bottle_8', 'Glass Bottle 8', 's', '1', '1', '1', '1', '0', '0', '5206', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491212', 'pirate_anchor', 'Anchor', 's', '1', '1', '1', '1', '0', '0', '5235', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491312', 'pirate_sandtrap', 'Sand Trap', 's', '1', '1', '0.001', '1', '0', '1', '5237', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491412', 'pirate_mast4', 'Crows Nest', 's', '1', '1', '0.1', '0', '0', '1', '5239', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491434', 'steampunk_window', 'steampunk_window name', 'i', '0', '0', '1', '0', '0', '0', '4502', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491512', 'pirate_dvdr3', 'Ship Edging 3', 's', '1', '1', '0.001', '0', '0', '1', '5198', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491612', 'pirate_barrel1', 'Stackable barrels', 's', '1', '1', '1.7', '1', '0', '0', '5202', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491712', 'pirate_bottle_9', 'Glass Bottle 9', 's', '1', '1', '1', '1', '0', '0', '5219', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491812', 'pirate_swordrack', 'Sword Rack', 's', '2', '1', '1', '1', '0', '0', '5212', '1', '1', '1', '1', '1', 'default', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('491912', 'pirate_stage3', 'Ship Side', 's', '1', '2', '0.7', '1', '0', '1', '5217', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492012', 'pirate_bottle_5', 'Glass Bottle 5', 's', '1', '1', '1', '1', '0', '0', '5231', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492112', 'pirate_bottle_6', 'Glass Bottle 6', 's', '1', '1', '1', '1', '0', '0', '5228', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492212', 'pirate_mast2', 'Basic Lower Sail', 's', '1', '1', '1', '1', '0', '0', '5204', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492312', 'pirate_bottle_1', 'Glass Bottle 1', 's', '1', '1', '1', '1', '0', '0', '5197', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492412', 'pirate_bottle_7', 'Glass Bottle 7', 's', '1', '1', '1', '1', '0', '0', '5207', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492512', 'pirate_barrel3', 'Fish Barrel', 's', '1', '1', '1', '1', '0', '0', '5238', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492612', 'pirate_cannonballs', '', 's', '1', '1', '1', '0', '0', '0', '5203', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1047', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492712', 'pirate_mast2grp', 'Group Lower Sail', 's', '1', '1', '1', '1', '0', '0', '5205', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492812', 'pirate_mast1', 'Lower Mast', 's', '1', '1', '1', '0', '0', '0', '5221', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('492912', 'pirate_bottle_2', 'Glass Bottle 2', 's', '1', '1', '1', '1', '0', '0', '5200', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493012', 'ship_wheel', 'Ships Wheel', 's', '2', '1', '1', '1', '0', '0', '5227', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493112', 'pirate_stairs', 'Stair Block', 's', '1', '1', '0.7', '1', '0', '1', '5223', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493212', 'pirate_crate', 'Crate', 's', '1', '1', '0', '1', '0', '1', '5209', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493312', 'pirate_stage2', 'Ship Corner', 's', '1', '1', '0.7', '1', '0', '1', '5220', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493412', 'pirate_chest1', 'Treasure chest', 's', '2', '1', '1', '0', '0', '0', '5201', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493512', 'pirate_dvdr2', 'Ship Edging 2', 's', '1', '1', '1', '1', '0', '0', '5208', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493612', 'pirate_gate', 'Gate', 's', '1', '1', '0.01', '1', '0', '0', '5214', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493712', 'pirate_grate', 'Grate', 's', '2', '2', '0', '1', '0', '1', '5226', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493812', 'spacerent_room', 'spacerent_room name', 's', '1', '1', '1', '1', '0', '1', '5224', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('493912', 'pirate_bottle_3', 'Glass Bottle 3', 's', '1', '1', '1', '1', '0', '0', '5199', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494012', 'pirate_parrot', 'Pirate Talking Parrot', 's', '1', '1', '1', '0', '0', '0', '5210', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494112', 'pirate_mast3grp', 'Group Upper Sail', 's', '1', '1', '1', '1', '0', '0', '5211', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494212', 'pirate_mast4grp', 'Group Crows Nest', 's', '1', '1', '1', '1', '0', '1', '5225', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494312', 'pirate_bottle_10', 'Glass Bottle 10', 's', '1', '1', '1', '1', '0', '0', '5213', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494412', 'pirate_dvdr1', 'Ship Edging 1', 's', '1', '2', '0.001', '0', '0', '0', '5240', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494512', 'pirate_bottle_4', 'Glass Bottle 4', 's', '1', '1', '1', '1', '0', '0', '5218', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494612', 'pirate_plank', 'Plank', 's', '2', '1', '1', '1', '0', '1', '5234', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494712', 'pirate_mast3', 'Basic Upper Sail', 's', '1', '1', '1', '0', '0', '0', '5229', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('494812', 'pirate_barrel2', 'Orange barrel', 's', '1', '1', '1', '1', '0', '0', '5233', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('513504', 'ads_playboypos', '', 'i', '0', '0', '0', '1', '0', '0', '513504', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('532556', 'summer_sunset_wall', 'summer_sunset_wall', 'i', '1', '1', '1', '0', '0', '0', '4412', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532591', 'CF_300_bricks', 'CF_300_bricks', 's', '1', '1', '0.5', '1', '0', '0', '8134', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532592', 'room_info15_shrub1', 'room_info15_shrub1', 's', '1', '1', '1', '1', '0', '0', '7981', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532593', 'memorial_size', 'memorial_size', 's', '2', '1', '1', '1', '0', '0', '6274', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532594', 'hween14_rare1', 'hween14_rare1', 's', '3', '3', '1', '1', '0', '0', '6223', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532595', 'runway_head', 'runway_head', 's', '1', '1', '1', '1', '0', '0', '3432', '0', '1', '0', '1', '1', 'default', '7', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532596', 'sb_tag1', 'sb_tag1', 'i', '2', '1', '1', '1', '0', '0', '4406', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532600', 'room_info15_div', 'room_info15_div', 's', '1', '1', '1', '1', '0', '0', '8088', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532601', 'room_info15_gate', 'room_info15_gate', 's', '1', '1', '0.001', '1', '0', '0', '8089', '0', '1', '0', '1', '1', 'gate', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532602', 'room_info15_tree1', 'room_info15_tree1', 's', '1', '1', '1', '1', '0', '0', '7987', '0', '1', '0', '1', '1', 'default', '4', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532603', 'prize_alienplush', 'prize_alienplush', 's', '1', '1', '1', '1', '0', '0', '7980', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('532604', 'tablet_vendorg', 'tablet_vendorg', 's', '2', '1', '1', '1', '0', '0', '7979', '0', '1', '0', '1', '1', 'vendingmachine', '1', '1071', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('532605', 'es_build1', 'es_build1', 'i', '1', '1', '1', '1', '0', '0', '4362', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540000', 'sb_tag2', 'sb_tag2', 'i', '1', '1', '1', '1', '0', '0', '4408', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540001', 'sb_tag3', 'sb_tag3', 'i', '2', '1', '1', '1', '0', '0', '4409', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540002', 'statue_dragon', 'statue_dragon', 's', '1', '2', '1', '1', '0', '0', '5070', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540003', 'statue_griffin', 'statue_griffin', 's', '1', '2', '1', '1', '0', '0', '5071', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540004', 'statue_elk', 'statue_elk', 's', '2', '2', '1', '1', '0', '0', '5073', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540005', 'rare_icecream*10', 'rare_icecream*10', 's', '1', '1', '2.5', '1', '0', '0', '4859', '0', '1', '0', '1', '1', 'vendingmachine', '1', '4', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540006', 'holo_nelly', 'holo_nelly', 's', '1', '1', '1', '1', '0', '0', '5106', '0', '1', '0', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540007', 'val13_easel_4', 'val13_easel_4', 's', '1', '1', '1', '1', '0', '0', '4939', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540008', 'val13_easel_3', 'val13_easel_3', 's', '1', '1', '1', '1', '0', '0', '4940', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540009', 'val13_easel_1', 'val13_easel_1', 's', '1', '1', '1', '1', '0', '0', '4941', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540010', 'val13_easel_2', 'val13_easel_2', 's', '1', '1', '1', '1', '0', '0', '4942', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540011', 'val13_easel_5', 'val13_easel_5', 's', '1', '1', '1', '1', '0', '0', '4943', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540012', 'rare_prize15*6', 'rare_prize15*6', 's', '1', '1', '1', '1', '0', '0', '7787', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540013', 'rare_prize15*7', 'rare_prize15*7', 's', '1', '1', '1', '1', '0', '0', '7788', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540014', 'rare_prize15*10', 'rare_prize15*10', 's', '1', '1', '1', '1', '0', '0', '7780', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540015', 'rare_prize15*17', 'rare_prize15*17', 's', '1', '1', '1', '1', '0', '0', '7796', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540016', 'rare_prize15*15', 'rare_prize15*15', 's', '1', '1', '1', '1', '0', '0', '7794', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540017', 'rare_prize15*16', 'rare_prize15*16', 's', '1', '1', '1', '1', '0', '0', '7795', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540018', 'rare_prize15*13', 'rare_prize15*13', 's', '1', '1', '1', '1', '0', '0', '7792', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540019', 'CF_750_duck', 'CF_750_duck', 's', '1', '1', '1', '1', '0', '0', '5531', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540020', 'CF_350_duck', 'CF_350_duck', 's', '1', '1', '1', '1', '0', '0', '5532', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('540021', 'tiki_gate', 'tiki_gate', 's', '1', '1', '0.001', '1', '0', '0', '3595', '0', '1', '0', '1', '1', 'gate', '2', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('540022', 'bling11_wall4', 'bling11_wall4', 'i', '1', '1', '1', '1', '0', '0', '4375', '0', '1', '0', '1', '1', 'default', '1', '0', '0', '0', '0', '', '0', '0');
INSERT INTO `furniture` VALUES ('650003', 'samover', 'Silver Samovar', 's', '1', '1', '1', '0', '0', '0', '6503', '1', '1', '1', '1', '1', 'vendingmachine', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('700001', 'horse_hay', 'Small Mood Controller', 's', '1', '1', '0.8', '1', '0', '1', '4239', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('700002', 'horse_hayfloor', 'Hay Floor', 's', '2', '2', '0', '1', '0', '1', '4209', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('700003', 'horse_pitchfork_wall', 'Pitchfork', 'i', '0', '0', '1', '1', '0', '0', '4430', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('700010', 'horse_stable_gate', 'Paddock Gate', 's', '1', '2', '0.001', '1', '0', '0', '4213', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('759351', 'VPilw1', 'VPilw1', 's', '1', '1', '1', '1', '1', '0', '759351', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('759352', 'VPilw2', 'VPilw2', 's', '1', '1', '1', '1', '1', '0', '759352', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('759353', 'VPilw3', 'VPilw3', 's', '1', '1', '1', '1', '1', '0', '759353', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('760017', 'matic_cont_frank', '', 's', '1', '1', '1', '1', '0', '0', '4683', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('769511', 'jess_dragonlamp', 'Pink Dragonlamp', 's', '1', '1', '1', '1', '0', '0', '769511', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('780352', 'hween13_sheepdemon', 'Demonic Sheep', 's', '1', '1', '1', '0', '0', '0', '5320', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('780353', 'hween13_throne', 'Throne of Thorns', 's', '1', '1', '1.9', '0', '1', '0', '5321', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800001', 'horse_stable_gate_w', 'Spaceship Corner Wall', 's', '1', '2', '0.001', '1', '0', '0', '4223', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800002', 'horse_stable_wall', 'Traditional Stable Wall', 'i', '0', '0', '1', '1', '0', '0', '4431', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800003', 'horse_stable_wall_w', 'White Stable Wall', 'i', '0', '0', '1', '1', '0', '0', '4432', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800004', 'horse_stbl_fnc_corn_w', 'ads_mall_winclo', 's', '1', '1', '1.2', '1', '0', '0', '4236', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('800005', 'horse_stbl_fnc_corner', 'Large Mood Controller', 's', '1', '1', '1.2', '1', '0', '0', '4240', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('824513', 'post_JabP01', '', 'i', '1', '1', '0', '1', '0', '0', '824513', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('828828', 'chestofdrawers1', '', 's', '2', '1', '1', '1', '0', '0', '828828', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('876543', 'windownew', '', 'i', '0', '0', '1', '1', '0', '0', '876543', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900001', 'chare', 'chare', 's', '1', '1', '1', '1', '0', '0', '900001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900002', 'chiko', 'chiko', 's', '1', '1', '1', '1', '0', '0', '900002', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900003', 'cindi', 'cindi', 's', '1', '1', '1', '1', '0', '0', '900003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900004', 'haunt', 'haunt', 's', '1', '1', '1', '1', '0', '0', '900004', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900005', 'meweg', 'meweg', 's', '1', '1', '1', '1', '0', '0', '900005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900006', 'pikae', 'pikae', 's', '1', '1', '1', '1', '0', '0', '900006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900099', 'gld_gate', 'Blue Wallshelf', 's', '1', '1', '0', '1', '0', '0', '4389', '1', '1', '1', '0', '1', 'gld_gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900100', 'gld_carpet', 'The Tunisian Flag', 's', '2', '3', '0', '0', '0', '1', '4248', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900101', 'gld_badgewall_tall', 'The Singapore Flag', 's', '1', '1', '0', '0', '0', '0', '4249', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900102', 'gld_stool2', 'The Mexican Flag', 's', '1', '1', '1.4', '1', '1', '0', '4250', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900103', 'gld_stool1', 'The Philippines Flag', 's', '1', '1', '1.4', '1', '1', '0', '4251', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900104', 'gld_wall_tall', 'The Malaysian Flag', 's', '1', '1', '1', '1', '0', '0', '4252', '1', '1', '1', '0', '1', 'gld_item', '12', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('900105', 'gld_pennant', 'The Greek Flag', 's', '1', '1', '1', '1', '0', '0', '4253', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900106', 'gld_sofa1', 'The Venezuelan Flag', 's', '2', '1', '1', '1', '1', '0', '4254', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900107', 'gld_hangflag2', 'Group Flag', 's', '1', '1', '0', '0', '0', '1', '5037', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900108', 'gld_tile2', 'Group Tile', 's', '2', '2', '0', '1', '0', '1', '5038', '1', '1', '1', '0', '1', 'gld_item', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900109', 'gld_hangflag1', 'Group Flag', 's', '1', '1', '0', '0', '0', '1', '5039', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900110', 'gld_tile1', 'Group Tile', 's', '2', '2', '0', '1', '0', '1', '5040', '1', '1', '1', '0', '1', 'gld_item', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900111', 'gld_table1', 'Group Table', 's', '2', '2', '1', '1', '0', '0', '5041', '1', '1', '1', '0', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900112', 'badge_display', 'Badge Display Case', 's', '1', '1', '2', '1', '0', '0', '5014', '1', '1', '1', '1', '1', 'badge_display', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900113', 'badge_display2', 'Badge Display Case', 's', '2', '2', '2.5', '1', '0', '0', '5013', '1', '1', '1', '1', '1', 'badge_display', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900114', 'badge_display3', 'Badge Display Case', 's', '1', '1', '2', '1', '0', '0', '5016', '1', '1', '1', '1', '1', 'badge_display', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900115', 'badge_display4', 'Badge Display Case', 's', '1', '1', '2', '1', '0', '0', '5015', '1', '1', '1', '1', '1', 'badge_display', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900116', 'badge_display5', 'Badge Display Case', 's', '1', '1', '2', '1', '0', '0', '5017', '1', '1', '1', '1', '1', 'badge_display', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900117', 'tile_stackmagic', 'Stack Magic Tile', 's', '1', '1', '0', '1', '0', '0', '5103', '1', '1', '1', '1', '1', 'stacktool', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900118', 'yttv1', 'Basic Video Set', 's', '2', '1', '0', '0', '0', '0', '5175', '1', '1', '1', '1', '1', 'television', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900119', 'hblooza_spacerent5x5', 'Rental Space', 's', '5', '5', '0', '0', '0', '1', '5172', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900120', 'tile_stackmagic1', '2x1 Stack Magic Tile', 's', '2', '1', '0', '1', '0', '0', '5180', '1', '1', '1', '1', '1', 'stacktool', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900121', 'tile_stackmagic2', '2x2 Stack Magic Tile', 's', '2', '2', '0', '1', '0', '0', '5181', '1', '1', '1', '1', '1', 'stacktool', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900122', 'yttv2', 'Red Stackable Video TV', 's', '3', '2', '2.9', '1', '0', '0', '5174', '1', '1', '1', '1', '1', 'television', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900123', 'yttv3', 'Green Stackable Video TV', 's', '2', '2', '3.5', '1', '0', '0', '5173', '1', '1', '1', '1', '1', 'television', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900124', 'yttv2b', 'Grey Stackable Video TV', 's', '3', '2', '2.9', '1', '0', '0', '5176', '1', '1', '1', '1', '1', 'television', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900125', 'st_palooza_unicorn', 'My Little Unicorn Balloon', 's', '1', '1', '0', '0', '0', '0', '6023', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900126', 'studio_amp1', 'Wall Lamp', 's', '2', '1', '2.2', '1', '0', '0', '4086', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900127', 'studio_amp2', 'Ox Poster', 's', '2', '1', '2.2', '1', '0', '0', '4084', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900128', 'studio_floorlight', 'Window', 's', '1', '1', '0', '1', '0', '0', '4087', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900129', 'studio_guitar', 'Habbo Mall Window', 's', '1', '1', '0', '1', '0', '0', '4083', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900130', 'studio_mixingdesk', 'American Idol Poster', 's', '5', '1', '1', '1', '0', '0', '4088', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900131', 'studio_lights2', 'Habbo Mall Furni Window', 's', '1', '1', '0', '1', '0', '0', '4092', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900132', 'studio_drums', 'American Idol Flat Screen', 's', '1', '1', '1', '1', '0', '0', '4093', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900133', 'studio_stool', 'ads_ob_wall', 's', '1', '1', '1.1', '1', '1', '0', '4081', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900134', 'studio_chair', 'Rock Wall', 's', '1', '1', '1', '1', '1', '0', '4095', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900135', 'studio_fencecr', 'ChildLine TV', 's', '1', '1', '1', '1', '0', '0', '4082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900136', 'studio_fence', 'Dragon Poster', 's', '1', '2', '1', '1', '0', '0', '4085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900137', 'studio_lights1', 'Wooden window', 's', '1', '1', '0', '1', '0', '0', '4094', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900138', 'studio_monitor', 'xmas_icewall name', 's', '1', '1', '0', '1', '0', '0', '4080', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900139', 'studio_tv', 'Monster Blueprint', 's', '1', '1', '0', '1', '0', '1', '4090', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900140', 'studio_camera', 'Evil Bone', 's', '1', '1', '0', '1', '0', '0', '4089', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900141', 'studio_lights3', 'Habbo Mall Petshop Window', 's', '1', '1', '0', '1', '0', '0', '4091', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900142', 'plant_rose_black', 'Pink Heart Bauble', 's', '1', '1', '0', '1', '0', '0', '4279', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1001', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900143', 'hblooza_tfnc_1', 'Multicoloured Stage Fence', 's', '1', '1', '0', '1', '0', '0', '5132', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900144', 'hblooza_chicken', 'Chicken Stand', 's', '1', '1', '0', '1', '0', '0', '5169', '1', '1', '1', '1', '1', 'vendingmachine', '2', '70', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900145', 'hblooza_icecream', 'Ice Cream Stand', 's', '1', '2', '0', '1', '0', '0', '5125', '1', '1', '1', '1', '1', 'vendingmachine', '1', '75,76,77', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900146', 'hblooza_pillar1', 'Pillar of Light!', 's', '2', '1', '0', '1', '0', '0', '5150', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900147', 'hblooza_dirtfloor', 'Dirt Floor', 's', '2', '2', '0', '1', '0', '1', '5131', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900148', 'hblooza_sfnc_crnr*4', 'Black Stage Fence Corner', 's', '1', '1', '0', '1', '0', '0', '5138', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900149', 'hblooza_sfnc*4', 'Black Stage Fence', 's', '2', '1', '0', '1', '0', '0', '5161', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900150', 'hblooza_tfnc_2*4', 'Black Stage Fence', 's', '1', '1', '0', '1', '0', '0', '5149', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900151', 'hblooza_stage2*4', 'Black Stage', 's', '2', '2', '1', '1', '0', '1', '5129', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900152', 'hblooza_stage1*4', 'Black Stage', 's', '2', '2', '1', '1', '0', '1', '5142', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900153', 'hblooza_tgate*4', 'Black Stage Gate', 's', '1', '1', '0', '1', '0', '0', '5168', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900154', 'hblooza_sfnc_crnr*2', 'Blue Stage Fence Corner', 's', '1', '1', '0', '1', '0', '0', '5136', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900155', 'hblooza_sfnc*2', 'Blue Stage Fence Corner', 's', '2', '1', '0', '1', '0', '0', '5159', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900156', 'hblooza_tfnc_2*2', 'Blue Stage Fence', 's', '1', '1', '0', '1', '0', '0', '5147', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900157', 'hblooza_stage1*2', 'Blue Stage', 's', '2', '2', '1', '1', '0', '1', '5140', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900158', 'hblooza_stage2*2', 'Blue Stage', 's', '2', '2', '1', '1', '0', '1', '5127', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900159', 'hblooza_tgate*2', 'Blue Stage Gate', 's', '1', '1', '0', '1', '0', '0', '5166', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900160', 'hblooza_sfnc_crnr*1', 'Orange Stage Fence Corner', 's', '1', '1', '0', '1', '0', '0', '5135', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900161', 'hblooza_tfnc_2*1', 'Orange Stage Fence', 's', '1', '1', '0', '1', '0', '0', '5146', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900162', 'hblooza_sfnc*1', 'Orange Stage Fence', 's', '2', '1', '0', '1', '0', '0', '5158', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900163', 'hblooza_stage1*1', 'Orange Stage', 's', '2', '2', '1', '1', '0', '1', '5139', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900164', 'hblooza_stage2*1', 'Orange Stage', 's', '2', '2', '1', '1', '0', '1', '5126', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900165', 'hblooza_tgate*1', 'Orange Stage Gate', 's', '1', '1', '0', '1', '0', '0', '5165', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900166', 'hblooza_sfnc_crnr*3', 'Yellow Stage Fence Corner', 's', '1', '1', '0', '1', '0', '0', '5137', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900167', 'hblooza_tfnc_2*3', 'Yellow Stage Fence', 's', '1', '1', '0', '1', '0', '0', '5148', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900168', 'hblooza_sfnc*3', 'Orange Stage Fence', 's', '2', '1', '0', '1', '0', '0', '5160', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900169', 'hblooza_stage2*3', 'Yellow Stage', 's', '2', '2', '1', '1', '0', '1', '5128', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900170', 'hblooza_stage1*3', 'Yellow Stage', 's', '2', '2', '1', '1', '0', '1', '5141', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900171', 'hblooza_tgate*3', 'Yellow Stage Gate', 's', '1', '1', '0', '1', '0', '0', '5167', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900172', 'hblooza_bbq', 'Portable Barbecue', 's', '1', '1', '1', '1', '0', '0', '5122', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900173', 'vikings_table_r', 'Steelscar Table', 's', '3', '1', '1', '1', '0', '0', '5864', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900174', 'vikings_chair_g', 'Battleshade Chair', 's', '1', '1', '1.2', '1', '1', '0', '5865', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900175', 'vikings_torch', 'Furolles Torch', 's', '1', '1', '0', '1', '0', '0', '5866', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900176', 'vikings_bed', 'Viking bed', 's', '1', '3', '1.8', '1', '0', '0', '5867', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900177', 'vikings_house', 'Viking Cotie', 's', '1', '1', '0', '1', '0', '0', '5868', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900178', 'vikings_spike', 'Spiked Skull', 's', '1', '1', '0', '1', '0', '0', '5869', '1', '1', '1', '1', '1', 'default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900179', 'vikings_wooddivdr', 'Timber Divider', 's', '2', '1', '1', '1', '0', '0', '5870', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900180', 'vikings_floor', 'Dark Wood Floor', 's', '2', '2', '0', '1', '0', '1', '5871', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900181', 'vikings_woodgate', 'Timber Gate', 's', '1', '1', '0.0001', '1', '0', '0', '5872', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900182', 'vikings_flag_r', 'Steelscar Flag', 's', '1', '1', '0', '1', '0', '0', '5873', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900183', 'vikings_stonecrn', 'Stone Corner', 's', '1', '1', '1.2', '1', '0', '0', '5874', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900184', 'vikings_animal_r', 'Steelscar Figurehead', 's', '1', '1', '0', '1', '0', '0', '5875', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900185', 'vikings_basket1', 'Vegetable Bingue', 's', '1', '1', '0', '1', '0', '0', '5876', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900186', 'vikings_stonedivdr', 'Stone Divider', 's', '1', '1', '1', '1', '0', '0', '5877', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900187', 'vikings_outdoorstove', 'Cooking Pit', 's', '1', '2', '0', '1', '0', '0', '5878', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900188', 'vikings_weapon', 'Viking Weapon Rack', 's', '1', '1', '0', '1', '0', '0', '5879', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900189', 'vikings_animal_g', 'Battleshade Figurehead', 's', '1', '1', '0', '1', '0', '0', '5880', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900190', 'vikings_indoorstove', 'Cooking Pit', 's', '1', '1', '0', '1', '0', '0', '5881', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900191', 'vikings_roof_r', 'Amber Roof', 's', '1', '1', '0', '1', '0', '0', '5882', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900192', 'vikings_gondola1', 'Viking Long Ship Front', 's', '2', '1', '1.4', '1', '1', '0', '5883', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900193', 'vikings_basket2', 'Meat Bingue', 's', '1', '1', '0', '1', '0', '0', '5884', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900194', 'vikings_table_g', 'Battleshade Table', 's', '1', '1', '0', '1', '0', '0', '5885', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900195', 'vikings_gondola2b', 'Viking Long Ship Middle', 's', '2', '1', '1.4', '1', '1', '0', '5886', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900196', 'vikings_woodcrn', 'Timber Corner', 's', '1', '1', '0', '1', '0', '0', '5887', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900197', 'vikings_gondola3', 'Viking Long Ship Back', 's', '2', '1', '1.4', '1', '1', '0', '5888', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900198', 'vikings_teleport', 'Runestone Teleport', 's', '1', '1', '0', '1', '0', '0', '5889', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900199', 'vikings_flag_g', 'Battleshade Flag', 's', '1', '1', '0', '1', '0', '0', '5890', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900200', 'vikings_gondola2c', 'Viking Long Ship Middle', 's', '2', '1', '1.4', '1', '1', '0', '5891', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900201', 'vikings_roof_g', 'Verdigris Roof', 's', '1', '1', '1.5', '1', '0', '0', '5892', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900202', 'vikings_chair_r', 'Steelscar Chair', 's', '1', '1', '1.2', '1', '1', '0', '5893', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900203', 'vikings_tombstone', 'Viking Cross', 's', '1', '1', '0', '1', '0', '0', '5894', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900204', 'vikings_stonegate', 'Stone Gate', 's', '2', '1', '0', '1', '0', '0', '5895', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900205', 'vikings_stool', 'Lund Stool', 's', '1', '1', '1', '1', '1', '0', '5896', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900206', 'vikings_gondola2a', 'Viking Long Ship Middle', 's', '2', '1', '1.4', '1', '1', '0', '5897', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900207', 'vikings_stove', 'Vikings Stove', 's', '1', '1', '0', '1', '0', '0', '5898', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900208', 'vikings_pillar', 'Viking Pillar', 's', '1', '1', '0', '1', '0', '0', '5899', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900220', 'hblooza14_stool', 'Ruckus Chair', 's', '1', '1', '1', '1', '1', '0', '6015', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900221', 'hblooza14_candystall', 'Candy Stall', 's', '1', '2', '4', '1', '0', '0', '6000', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1024,1025', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900222', 'hblooza14_cafe_p', 'Pink Java Cafe', 's', '2', '1', '4', '1', '0', '0', '6017', '1', '1', '1', '1', '1', 'vendingmachine', '1', '53,9', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900223', 'st_palooza_cupcakes', 'Rainbow Cupcakes', 's', '1', '1', '0.5', '1', '0', '0', '6024', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900224', 'st_palooza_cake', 'Party Cake', 's', '1', '1', '1', '1', '0', '0', '6022', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900225', 'hblooza14_wall', 'hblooza14_wall name', 'i', '1', '1', '0', '1', '0', '0', '4558', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900226', 'hblooza14_cafe_y', 'Yellow Java Cafe', 's', '2', '1', '4', '1', '0', '0', '5996', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900227', 'hblooza14_tele', 'Tent Teleport', 's', '1', '1', '0', '1', '0', '0', '5988', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900228', 'hblooza14_table', 'Ruckus Table', 's', '1', '1', '1', '1', '0', '0', '6012', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900229', 'hblooza14_shotgall', 'Target Practice Booth', 's', '2', '1', '3', '1', '0', '0', '5983', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900230', 'hblooza14_rollercost', 'Palooza Coaster', 's', '1', '1', '1', '1', '1', '0', '5994', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900231', 'hblooza14_planepadr', 'Red Plane Landing Pad', 's', '1', '1', '1', '1', '1', '0', '6004', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '175', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900232', 'hblooza14_planepadb', 'Blue Plane Landing Pad', 's', '1', '1', '1', '1', '1', '0', '6020', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '176', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900233', 'hblooza14_mud', 'Muddy Floor', 's', '2', '2', '0', '1', '0', '1', '6018', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900234', 'hblooza14_horsecaroy', 'Yellow Carousel Horse', 's', '1', '1', '2.5', '1', '1', '0', '6003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900235', 'hblooza14_horsecarop', 'Pink Carousel Horse', 's', '1', '1', '2.5', '1', '1', '0', '5999', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900236', 'hblooza14_horsecarob', 'Blue Carousel Horse', 's', '1', '1', '2.5', '1', '1', '0', '6021', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900237', 'hblooza14_hedgediv', 'Hedge Divider', 's', '2', '1', '1', '1', '0', '0', '5986', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900238', 'hblooza14_hedgecrn', 'Hedge Corner', 's', '1', '1', '0', '1', '0', '0', '6013', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900239', 'hblooza14_hctele', 'Top Spin Teleport', 's', '1', '1', '0', '1', '0', '0', '5993', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900240', 'hblooza14_flowerlight', 'Crazy Daisy', 's', '1', '1', '0', '1', '0', '0', '5991', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900241', 'hblooza14_flagpole_p', 'Festival Flag', 's', '1', '1', '0', '1', '0', '0', '5998', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900242', 'hblooza14_flagpole', 'Festival Flag', 's', '1', '1', '0', '1', '0', '0', '5992', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900243', 'hblooza14_flag_y', 'Yellow Flag Bunting', 's', '1', '1', '0', '1', '0', '1', '6009', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900244', 'hblooza14_flag_p', 'Pink Flag Bunting', 's', '1', '1', '0', '1', '0', '1', '6008', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900245', 'hblooza14_flag_b', 'Blue Flag Bunting', 's', '1', '1', '0', '1', '0', '0', '6016', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900246', 'hblooza14_duckhookhc', 'Emerald Hook-a-Duck', 's', '2', '2', '5', '1', '0', '0', '5997', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900247', 'hblooza14_duckhook', 'Hook-a-Duck', 's', '2', '2', '5', '1', '0', '0', '5984', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900248', 'hblooza14_duckgate', 'Duck Gate', 's', '2', '1', '0', '1', '0', '0', '5987', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900249', 'hblooza14_duckdvdr', 'Duck Gate Divider', 's', '2', '1', '1', '1', '0', '0', '5995', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900250', 'hblooza14_duckcrn', 'Duck Gate Corner', 's', '1', '1', '0', '1', '0', '0', '6014', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900251', 'hblooza14_duck_balloon_y', 'Yellow Duck Balloon', 's', '2', '2', '4', '1', '0', '0', '5989', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900252', 'hblooza14_duck_balloon_p', 'Pink Duck Balloon', 's', '2', '2', '4', '1', '0', '0', '6005', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900253', 'hblooza14_drinkstall', 'Drinks Stall', 's', '1', '2', '0', '1', '0', '0', '5982', '1', '1', '1', '1', '1', 'vendingmachine', '1', '36', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900254', 'hblooza14_tent', 'Hoopla Tent', 's', '5', '5', '0', '1', '0', '1', '5981', '1', '1', '1', '1', '1', 'tent', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900255', 'hblooza14_hotair_p', 'Pink Hot Air Balloon', 's', '1', '1', '0', '1', '0', '1', '5980', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900256', 'hblooza14_hotair_y', 'Yellow Hot Air Balloon', 's', '1', '1', '0', '1', '0', '1', '5978', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900257', 'hblooza14_hotair_b', 'Blue Hot Air Balloon', 's', '1', '1', '0', '1', '0', '1', '5977', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900258', 'hblooza14_bundkiosk', 'The Small Pool Kiosk', 's', '1', '2', '3', '1', '0', '1', '5979', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900259', 'hblooza14_cafe_b', 'Blue Java Cafe', 's', '1', '2', '3', '1', '0', '0', '6006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900260', 'hblooza14_ballsign', 'Balloon sign', 's', '1', '1', '0', '1', '0', '0', '6002', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900261', 'hblooza14_arrowsign', 'Arrow Signage', 's', '1', '1', '0', '1', '0', '0', '6010', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900262', 'hblooza14_arch', 'Hedge Gate', 's', '2', '1', '0', '1', '0', '1', '6019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900263', 'hblooza14_duck_balloon_b', 'Blue Duck Balloon', 's', '2', '2', '4', '1', '0', '0', '6007', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900264', 'hblooza14_dance', 'Duck Funk Revolution', 's', '1', '1', '0', '1', '0', '1', '6011', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900265', 'hblooza14_track_crl', 'Roller Coster Track', 's', '1', '1', '0.25', '1', '0', '1', '6025', '1', '1', '1', '1', '1', 'roller', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900266', 'hblooza14_track', 'Roller Coster Track', 's', '1', '1', '0.25', '1', '0', '1', '6026', '1', '1', '1', '1', '1', 'roller', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900267', 'hblooza14_track_crr', 'Roller Coster Track', 's', '1', '1', '0.25', '1', '0', '1', '6027', '1', '1', '1', '1', '1', 'roller', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900268', 'st_palooza_balloons', 'Rainbow Balloons', 's', '1', '1', '0', '0', '0', '0', '6030', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1054,1055,1056,105', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900269', 'st_palooza_pool', 'Inflatable Party Pool', 's', '2', '2', '0', '0', '0', '1', '6031', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900270', 'st_palooza_screen', 'Head in the Hole Board', 's', '3', '1', '0', '1', '0', '1', '6029', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900271', 'wildwest_minecart', 'Mine cart', 's', '1', '1', '0', '1', '0', '0', '6032', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900272', 'wildwest_teleport', 'Outhouse Teleport', 's', '1', '1', '0', '1', '0', '0', '6033', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900273', 'wildwest_piano', 'Saloon Piano', 's', '2', '1', '0', '1', '0', '0', '6034', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900274', 'wildwest_floor', 'Cracked Earth tile', 's', '2', '2', '0', '1', '0', '1', '6035', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900275', 'wildwest_milkcan', 'Milk Can', 's', '1', '1', '0', '1', '0', '0', '6036', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900276', 'wildwest_bank', 'Frontier Bank', 's', '1', '3', '0', '1', '0', '0', '6037', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900277', 'wildwest_sofa', 'Loca-motive Sofa', 's', '2', '1', '1', '1', '1', '0', '6038', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900278', 'wildwest_desk', 'Saloon Bar Desk', 's', '2', '1', '1', '1', '0', '0', '6039', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900279', 'wildwest_pump', 'Hand Water Pump', 's', '1', '1', '0', '1', '0', '0', '6040', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900280', 'wildwest_vulture', 'Black Vulture', 's', '1', '1', '0', '1', '0', '0', '6041', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900281', 'wildwest_salooncrn', 'Saloon corner', 's', '1', '1', '0', '1', '0', '0', '6042', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900282', 'wildwest_floor2', 'Cracked Clay tile', 's', '2', '2', '0', '1', '0', '1', '6043', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900283', 'wildwest_chair', 'Saddle Seat', 's', '1', '1', '1', '1', '1', '0', '6044', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900284', 'wildwest_cactus1', 'Flowered Cactus', 's', '1', '1', '0', '1', '0', '0', '6045', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900285', 'wildwest_stagew2', 'Large Bleached Wooden Stage', 's', '1', '2', '0.4', '1', '0', '1', '6046', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900286', 'wildwest_cactus2', 'Spiky Cactus', 's', '1', '1', '0', '1', '0', '0', '6047', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900287', 'wildwest_wagon', 'Covered Wagon', 's', '2', '2', '1.5', '1', '1', '0', '6048', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900288', 'wildwest_roofr', 'Red Wooden Stage Roof', 's', '1', '3', '0.4', '1', '0', '1', '6049', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900289', 'wildwest_stager2', 'Large Red Wooden Stage', 's', '1', '2', '0.4', '1', '0', '1', '6050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900290', 'wildwest_spittoon2', 'Tin Spittoon', 's', '1', '1', '0', '1', '0', '0', '6051', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900291', 'wildwest_roofw', 'Bleached Wooden Stage Roof', 's', '1', '3', '0.4', '1', '0', '1', '6052', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900292', 'wildwest_store', '', 's', '1', '3', '0', '1', '0', '0', '6053', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900293', 'wildwest_bench', 'Outside Bench', 's', '2', '1', '1.25', '1', '1', '0', '6054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900294', 'wildwest_saloondr', 'Saloon Doors', 's', '2', '1', '0', '1', '0', '1', '6055', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900295', 'wildwest_divdr', 'Fort Habbo Divider', 's', '2', '1', '2', '1', '0', '0', '6056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900296', 'wildwest_gate', 'Fort Habbo Gate', 's', '2', '1', '0', '1', '0', '0', '6057', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900297', 'wildwest_wanted_poster', 'Wanted Poster', 's', '1', '1', '0', '1', '0', '0', '6058', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900298', 'wildwest_till', 'Old Fashioned Till', 's', '1', '1', '0', '1', '0', '0', '6059', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900299', 'wildwest_spittoon', 'Terracotta Spittoon', 's', '1', '1', '0', '1', '0', '0', '6060', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900300', 'wildwest_stocks', 'Cowboy Stocks', 's', '2', '1', '0', '1', '0', '0', '6061', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900301', 'wildwest_light', 'Lantern pole', 's', '1', '1', '0', '1', '0', '0', '6062', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900302', 'wildwest_tarbucket', '', 's', '1', '1', '0', '1', '0', '0', '6063', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900303', 'wildwest_tree', 'Skeleton Tree', 's', '1', '1', '0', '1', '0', '0', '6064', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900304', 'wildwest_saloon', '', 's', '1', '3', '0', '1', '0', '0', '6065', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900305', 'wildwest_cabinet', 'Saloon Drinks Cabinet', 's', '3', '1', '3', '1', '0', '0', '6066', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900306', 'wildwest_stageb', 'Small Brown Wooden Stage', 's', '1', '1', '0.5', '1', '0', '1', '6067', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900307', 'wildwest_crn', 'Fort Habbo Corner', 's', '1', '1', '3', '1', '0', '0', '6068', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900308', 'wildwest_longhorn', 'Longhorn Skull', 's', '1', '1', '0', '1', '0', '0', '6069', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900309', 'wildwest_clothesline', 'Drying Line', 's', '2', '1', '0', '1', '0', '0', '6070', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900310', 'wildwest_bgland', 'Loca-motive Landscape', 's', '1', '1', '0', '1', '0', '1', '6071', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900311', 'wildwest_crate', 'Wooden Crate', 's', '1', '1', '1.2', '1', '0', '0', '6072', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900312', 'wildwest_weed', 'Tumbleweed', 's', '1', '1', '0', '1', '0', '1', '6073', '1', '1', '1', '1', '1', 'ball', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900313', 'wildwest_bgland2', 'Loca-motive Landscape 2', 's', '1', '1', '0', '1', '0', '1', '6074', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900314', 'wildwest_bgtrain', 'Loca-motive Background', 's', '15', '8', '0', '1', '0', '1', '6075', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900315', 'wildwest_roofb', 'Brown Wooden Stage with roof', 's', '1', '3', '0.4', '1', '0', '1', '6076', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900316', 'wildwest_saloonwall', 'Saloon wall', 's', '2', '1', '0', '1', '0', '0', '6077', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900317', 'wildwest_sheriff', '', 's', '1', '3', '0', '1', '0', '0', '6078', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900318', 'wildwest_snake', 'Rattle Snake', 's', '1', '1', '0', '1', '0', '0', '6079', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900319', 'wildwest_table', 'Barrel Table', 's', '1', '1', '1.4', '1', '0', '0', '6080', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900320', 'wildwest_stageb2', 'Large Brown Wooden Stage', 's', '1', '2', '0.4', '1', '0', '1', '6081', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900321', 'wildwest_stager', 'Small Red Wooden Stage', 's', '1', '1', '0.001', '1', '0', '1', '6082', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900322', 'wildwest_stagew', 'Small Bleached Wooden Stage', 's', '1', '1', '0.4', '1', '0', '1', '6083', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900323', 'wildwest_gallows', 'Ghostly Gallows', 's', '2', '1', '0', '1', '0', '0', '6084', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900324', 'st_wildwest_buffalo', 'Buffalo Statue', 's', '1', '1', '0', '1', '0', '0', '6085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900325', 'st_wildwest_cards', 'Playing Cards', 's', '1', '1', '0', '1', '0', '0', '6086', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900326', 'st_wildwest_barrel', 'Water Barrel', 's', '1', '1', '1.1', '1', '0', '0', '6087', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900327', 'wildwest_wallpaper', 'wildwest_wallpaper name', 'i', '0', '0', '0', '1', '0', '0', '4559', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900328', 'room_noob_walltl', 'room_noob_walltl name', 's', '1', '9', '0', '1', '0', '0', '5907', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900329', 'room_noob_bar', 'room_noob_bar name', 's', '1', '6', '0', '1', '0', '0', '5908', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900330', 'room_noob_walltr1', 'room_noob_walltr1 name', 's', '7', '2', '0', '1', '0', '0', '5909', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900331', 'room_noob_table1', 'room_noob_table1 name', 's', '1', '1', '1.9', '1', '0', '0', '5910', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900332', 'room_noob_carpet1', 'room_noob_carpet1 name', 's', '3', '2', '0', '1', '0', '1', '5911', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900333', 'room_noob_fxremove', 'room_noob_fxremove name', 's', '1', '1', '0', '1', '0', '1', '5912', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900334', 'room_noob_barchair', 'room_noob_barchair name', 's', '1', '1', '1', '1', '1', '0', '5913', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900335', 'room_noob_fx1', 'room_noob_fx1 name', 's', '1', '1', '0', '1', '0', '1', '5914', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '2', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900336', 'room_noob_table2', 'room_noob_table2 name', 's', '1', '1', '0.7', '1', '0', '0', '5915', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900337', 'room_noob_stairside', 'room_noob_stairside name', 's', '1', '1', '0', '1', '0', '0', '5916', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900338', 'room_noob_walltr2', 'room_noob_walltr2 name', 's', '8', '1', '0', '1', '0', '0', '5917', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900339', 'room_noob_tallfloor', 'room_noob_tallfloor name', 's', '5', '1', '2', '1', '0', '1', '5918', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900340', 'room_noob_floor1', 'room_noob_floor1 name', 's', '2', '2', '0', '1', '0', '1', '5919', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900341', 'room_noob_stairs', 'room_noob_stairs name', 's', '5', '1', '0', '1', '0', '1', '5920', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900342', 'room_noob_fx2', 'room_noob_fx2 name', 's', '1', '1', '0', '1', '0', '1', '5921', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '174', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900343', 'room_noob_barside', 'room_noob_barside name', 's', '1', '1', '0', '1', '0', '0', '5922', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900344', 'room_noob_sofa', 'room_noob_sofa name', 's', '3', '1', '1', '1', '1', '0', '5923', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900345', 'room_noob_glow', 'room_noob_glow name', 's', '1', '1', '0', '1', '0', '1', '5924', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900346', 'room_noob_plant', 'room_noob_plant name', 's', '1', '1', '0', '1', '0', '0', '5925', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900347', 'room_noob_wallcrnr', 'room_noob_wallcrnr name', 's', '1', '1', '0', '1', '0', '0', '5926', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900348', 'room_noob_wallbl3', 'room_noob_wallbl3 name', 's', '1', '14', '0', '1', '0', '0', '5927', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900349', 'room_noob_hanglight', 'room_noob_hanglight name', 's', '1', '1', '0', '1', '0', '1', '5928', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900350', 'room_noob_wallbl1', 'room_noob_wallbl1 name', 's', '1', '7', '0', '1', '0', '0', '5929', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900351', 'room_noob_div', 'room_noob_div name', 's', '7', '1', '0', '1', '0', '0', '5930', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900352', 'room_noob_floor3', 'room_noob_floor3 name', 's', '8', '1', '0', '1', '0', '1', '5931', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900353', 'room_noob_floor2', 'room_noob_floor2 name', 's', '2', '2', '0', '1', '0', '1', '5932', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900354', 'room_noob_chair', 'room_noob_chair name', 's', '1', '1', '2.2', '1', '1', '0', '5933', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900355', 'room_noob_bargate', 'room_noob_bargate name', 's', '1', '1', '0', '1', '0', '0', '5934', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900356', 'room_noob_wallbl2', 'room_noob_wallbl2 name', 's', '1', '15', '0', '1', '0', '0', '5935', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900357', 'room_noob_pool', 'room_noob_pool name', 's', '3', '4', '0', '1', '0', '1', '5936', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900358', 'room_noob_fx4', 'room_noob_fx4 name', 's', '1', '1', '0', '1', '0', '1', '5937', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '139', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900359', 'room_noob_fx3', 'room_noob_fx3 name', 's', '1', '1', '0', '1', '0', '1', '5938', '1', '1', '1', '1', '1', 'effect', '1', '0', '0', '16', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900360', 'st_wildwest_wallskull', 'Skull Wall Hanging', 'i', '0', '0', '0', '1', '0', '0', '4560', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900361', 'st_wildwest_tnt', 'Dynamite Crate', 's', '1', '1', '1', '1', '0', '0', '6088', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900362', 'st_wildwest_canteen', 'Leather Canteen', 's', '1', '1', '1', '1', '0', '0', '6090', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900363', 'st_wildwest_goldpick', '', 's', '1', '1', '1', '1', '0', '0', '6089', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900364', 'matic_light_cam_red', 'Red Zone CCTV', 's', '1', '1', '0', '1', '0', '1', '6091', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900365', 'matic_light_cam_blue', 'Blue Zone CCTV', 's', '1', '1', '0', '1', '0', '1', '6092', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900366', 'matic_light_cam_green', 'Green Zone CCTV', 's', '1', '1', '0', '1', '0', '1', '6093', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900367', 'matic_sanitizer', 'Body Sanitizer', 's', '1', '1', '0', '1', '0', '1', '6094', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900368', 'matic_light_cam_orange', 'Orange Zone CCTV', 's', '1', '1', '0', '1', '0', '0', '6095', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900369', 'uni_messwardrobe', 'Messy Wardrobe', 's', '1', '2', '0', '1', '0', '0', '6096', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900370', 'uni_plush1', 'Dragon Plushy', 's', '1', '1', '0', '1', '0', '0', '6097', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900371', 'uni_owl', 'Hootie the Owl', 's', '1', '1', '0', '1', '0', '0', '6098', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900372', 'uni_ottoman', 'Comfy Ottoman', 's', '2', '1', '1.4', '1', '1', '0', '6099', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900373', 'uni_drinks', 'uni_drinks name', 's', '1', '1', '0', '1', '0', '0', '6100', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900374', 'uni_brotein', 'Brotein Powder', 's', '1', '1', '0', '1', '0', '0', '6101', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900375', 'uni_games', 'Games', 's', '1', '1', '0', '1', '0', '0', '6102', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900376', 'uni_girlchair', 'Girly Chair', 's', '1', '1', '1', '1', '1', '0', '6103', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900377', 'uni_gamershelf', 'Gamer Shelf', 's', '2', '1', '2.9', '1', '0', '0', '6104', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900378', 'uni_dumbells', 'uni_dumbells name', 's', '1', '1', '0', '1', '0', '0', '6105', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900379', 'uni_doorhanging', 'Hanging Beads', 's', '1', '1', '0', '1', '0', '1', '6106', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900380', 'uni_wardrobe', 'Dorm Wardrobe', 's', '1', '2', '0', '1', '0', '0', '6107', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900381', 'uni_jewellery', 'Jewelry Stand', 's', '1', '1', '0', '1', '0', '0', '6108', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900382', 'uni_plush2', 'Cat Plushy', 's', '1', '1', '0', '1', '0', '0', '6109', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900383', 'uni_cafeterie', 'uni_cafeterie name', 's', '1', '1', '0', '1', '0', '0', '6110', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900384', 'uni_projector', 'Habbo TV Projector', 's', '3', '3', '0', '1', '0', '0', '6111', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900385', 'uni_rubik', 'Colour Cube', 's', '1', '1', '0', '1', '0', '0', '6112', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900386', 'uni_hipbed', 'Hipster Bed', 's', '1', '3', '2', '1', '0', '1', '6113', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900387', 'uni_laptop', 'HabBook Pro', 's', '1', '1', '0', '1', '0', '0', '6114', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900388', 'uni_wobench', 'Workout Bench', 's', '1', '3', '0', '1', '0', '0', '6115', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900389', 'uni_fridge', 'Mini Fridge', 's', '1', '1', '0', '1', '0', '0', '6116', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900390', 'uni_bed', 'Dorm Bed', 's', '1', '3', '1.8', '1', '0', '1', '6117', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900391', 'uni_snacks', 'Snack Time', 's', '1', '1', '0', '1', '0', '0', '6118', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900392', 'uni_chair', 'Dorm Chair', 's', '1', '1', '1', '1', '1', '0', '6119', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900393', 'uni_messbed', 'Sloppy Bed', 's', '1', '3', '2', '1', '0', '1', '6120', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900394', 'uni_gamerdesk', 'UFOware Desktop', 's', '2', '1', '1', '1', '0', '0', '6121', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900395', 'uni_pizza', '', 's', '1', '1', '0', '1', '0', '0', '6122', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900396', 'uni_manga', 'Manga Magazines', 's', '1', '1', '0', '1', '0', '0', '6123', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900397', 'uni_nstand', 'Dorm Nightstand', 's', '1', '1', '1.4', '1', '0', '0', '6124', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900398', 'uni_plushpile', 'Plushy Pile', 's', '1', '1', '0', '1', '0', '0', '6125', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900399', 'uni_bookshelf', 'Dorm Bookshelf', 's', '2', '1', '2.9', '1', '0', '0', '6126', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900400', 'uni_gamerbed', 'Gamer Bed', 's', '1', '3', '1.7', '1', '0', '1', '6127', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900401', 'uni_hipbookcase', 'Hipster Bookcase', 's', '2', '1', '2.9', '0', '0', '0', '6128', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900402', 'uni_desk', 'Dorm Desk', 's', '2', '1', '1', '1', '0', '0', '6129', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900403', 'uni_girlbed', 'Frank Kidston Bed', 's', '1', '3', '2', '1', '0', '1', '6130', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900404', 'uni_alarm', 'Alarm Clock', 's', '1', '1', '0', '1', '0', '0', '6131', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900405', 'uni_lectern', '', 's', '1', '1', '0.6', '1', '0', '1', '6132', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900406', 'uni_catrug', 'Cat Rug', 's', '2', '2', '0', '1', '0', '1', '6133', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900407', 'uni_trashcan', 'Trashcan', 's', '1', '1', '0', '1', '0', '0', '6134', '1', '1', '1', '1', '1', 'default', '12', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900408', 'uni_floppy', 'uni_floppy name', 'i', '0', '0', '0', '1', '0', '0', '4561', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900409', 'uni_fairylights', 'uni_fairylights name', 'i', '0', '0', '0', '1', '0', '0', '4562', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900410', 'uni_poster1', 'uni_poster1 name', 'i', '0', '0', '0', '1', '0', '0', '4563', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900411', 'uni_pinupgirl', 'uni_pinupgirl name', 'i', '0', '0', '0', '1', '0', '0', '4564', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900412', 'uni_hipdeer', 'uni_hipdeer name', 'i', '0', '0', '0', '1', '0', '0', '4565', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900413', 'uni_poster2', 'uni_poster2 name', 'i', '0', '0', '0', '1', '0', '0', '4566', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900414', 'uni_libraryshelf', 'uni_libraryshelf name', 'i', '0', '0', '0', '1', '0', '0', '4567', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900415', 'uni_coatrack', 'uni_coatrack name', 'i', '0', '0', '0', '1', '0', '0', '4568', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900416', 'uni_girlcoatrack', 'uni_girlcoatrack name', 'i', '0', '0', '0', '1', '0', '0', '4569', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900417', 'uni_pinupboy', 'uni_pinupboy name', 'i', '0', '0', '0', '1', '0', '0', '4570', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900418', 'uni_vinyl', 'uni_vinyl name', 'i', '0', '0', '0', '1', '0', '0', '4571', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900419', 'uni_moustache', 'uni_moustache name', 'i', '0', '0', '0', '1', '0', '0', '4572', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900420', 'st_uni_dnamodel', 'st_uni_dnamodel name', 's', '1', '1', '0', '1', '0', '0', '6163', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900421', 'st_uni_testtubes', 'st_uni_testtubes name', 's', '1', '1', '0', '1', '0', '0', '6164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900422', 'st_uni_labtable', 'st_uni_labtable name', 's', '1', '2', '0', '1', '0', '0', '6165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900423', 'st_uni_ooze', 'st_uni_ooze name', 's', '1', '1', '0', '1', '0', '0', '6166', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900424', 'st_uni_poster', 'st_uni_poster name', 'i', '0', '0', '0', '1', '0', '0', '4577', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900425', 'bathroom_bath3', 'Onyx Bath', 's', '1', '2', '1', '1', '1', '0', '6135', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900426', 'bathroom_sinkmodule3', 'Onyx Sink', 's', '1', '1', '1.2', '1', '0', '0', '6136', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900427', 'bathroom_tablemodule4', 'Teal Bathroom Counter', 's', '1', '1', '1.2', '1', '0', '0', '6137', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900428', 'bathroom_sinkmodule2', 'Dark Grey Sink', 's', '1', '1', '1.2', '1', '0', '0', '6138', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900429', 'bathroom_toilet4', 'Teal Toilet', 's', '1', '1', '1.5', '1', '1', '0', '6139', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900430', 'bathroom_tablemodule1', 'Light Grey Bathroom Counter', 's', '1', '1', '1.2', '1', '0', '0', '6140', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900431', 'bathroom_toilet1', 'Light Grey Toilet', 's', '1', '1', '1.5', '1', '1', '0', '6141', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900432', 'bathroom_sinkmodule4', 'Teal Sink', 's', '1', '1', '1.2', '1', '0', '0', '6142', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900433', 'bathroom_bath2', 'Dark Grey Bath', 's', '1', '2', '1', '1', '1', '0', '6143', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900434', 'bathroom_floortile2', 'Dark Grey Bathroom Tile', 's', '2', '2', '0', '1', '0', '1', '6144', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900435', 'bathroom_toilet3', 'Onyx Toilet', 's', '1', '1', '1.5', '1', '1', '0', '6145', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900436', 'bathroom_floortile4', 'Teal Bathroom Tile', 's', '2', '2', '0', '1', '0', '1', '6146', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900437', 'bathroom_bath4', 'Teal Bath', 's', '1', '2', '1', '1', '1', '0', '6147', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900438', 'bathroom_shower1', 'Light Grey Shower', 's', '1', '1', '0.1', '1', '0', '1', '6148', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900439', 'bathroom_floortile3', 'Onyx Bathroom Tile', 's', '2', '2', '0', '1', '0', '1', '6149', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900440', 'bathroom_bath1', 'Light Grey Bath', 's', '1', '2', '1', '1', '1', '0', '6150', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900441', 'bathroom_toilet2', 'Dark Grey Toilet', 's', '1', '1', '1.5', '1', '1', '0', '6151', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900442', 'bathroom_toiletroll', 'Toilet Roll Holder', 's', '1', '1', '0', '1', '0', '0', '6152', '1', '1', '1', '1', '1', 'vendingmachine', '2', '1059', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900443', 'bathroom_shampoo', 'Anti-Dither Shampoo', 's', '1', '1', '0', '1', '0', '0', '6153', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900444', 'bathroom_floortile1', 'Light Grey Bathroom Tile', 's', '2', '2', '0', '1', '0', '1', '6154', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900445', 'bathroom_shower2', 'Dark Grey Shower', 's', '1', '1', '0.1', '1', '0', '1', '6155', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900446', 'bathroom_poop', 'Pixel Poop', 's', '1', '1', '0', '1', '0', '0', '6156', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900447', 'bathroom_shower4', 'Teal Shower', 's', '1', '1', '0.1', '1', '0', '1', '6157', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900448', 'bathroom_chamberpot', 'Chamber Pot', 's', '1', '1', '0', '1', '0', '0', '6158', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900449', 'bathroom_tablemodule2', 'Dark Grey Bathroom Counter', 's', '1', '1', '1.2', '1', '0', '0', '6159', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900450', 'bathroom_shower3', 'Onyx Shower', 's', '1', '1', '0.1', '1', '0', '1', '6160', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900451', 'bathroom_tablemodule3', 'Onyx Bathroom Counter', 's', '1', '1', '1.2', '1', '0', '0', '6161', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900452', 'bathroom_sinkmodule1', 'Light Grey Sink', 's', '1', '1', '1.2', '1', '0', '0', '6162', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900453', 'bathroom_wall4', 'bathroom_wall4 name', 'i', '0', '0', '0', '1', '0', '0', '4573', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900454', 'bathroom_wall1', 'bathroom_wall1 name', 'i', '0', '0', '0', '1', '0', '0', '4574', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900455', 'bathroom_wall3', 'bathroom_wall3 name', 'i', '0', '0', '0', '1', '0', '0', '4575', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900456', 'bathroom_wall2', 'bathroom_wall2 name', 'i', '0', '0', '0', '1', '0', '0', '4576', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900457', 'kleed_51cen', '50 Cent', 's', '4', '4', '0', '1', '0', '1', '84498', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('900458', 'hween13_sheep', 'Sally the Sheep', 's', '1', '1', '0', '1', '0', '0', '5277', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900459', 'hween13_rose', 'Wilting Rose', 's', '1', '1', '0', '1', '0', '0', '5278', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900460', 'hween13_book', 'Seance Book', 's', '1', '1', '0', '1', '0', '0', '5279', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900461', 'hween13_castleturret3', 'Castle Turret Top', 's', '1', '1', '3', '1', '0', '0', '5280', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900462', 'hween13_castleturret1', 'Castle Turret block', 's', '1', '1', '3', '1', '0', '0', '5281', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900463', 'hween13_castleturret2', 'Castle Turret Block with window', 's', '1', '1', '3', '1', '0', '0', '5282', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900464', 'hween13_castleblock2', 'Castle Wall with window', 's', '1', '2', '3', '1', '0', '0', '5283', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900465', 'hween13_bridgeend', 'Troll Bridge End', 's', '1', '1', '1', '1', '0', '1', '5284', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900466', 'hween13_thorndiv2', 'Thorny Divider Corner Piece', 's', '1', '1', '0', '1', '0', '0', '5285', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900467', 'hween13_thorndiv1', 'Thorny Divider', 's', '2', '1', '0', '1', '0', '0', '5286', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900468', 'hween13_gutsfloor', 'Guts Floor Piece', 's', '1', '1', '0', '1', '0', '1', '5287', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900469', 'hween13_grass', 'Thorny grass', 's', '2', '2', '0', '1', '0', '1', '5288', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900470', 'hween13_castlespike', 'Castle Wall Spike', 's', '1', '1', '0', '1', '0', '0', '5289', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900471', 'hween13_castleblock1', 'Castle Wall', 's', '1', '2', '0', '1', '0', '0', '5290', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900472', 'hween13_floor2', 'Castle floor tile', 's', '2', '2', '0', '1', '0', '1', '5291', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900473', 'hween13_roombg', 'Terrifying background', 's', '1', '1', '0', '1', '0', '1', '5292', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900474', 'hween13_bridgemid', 'Troll Bridge Middle', 's', '1', '1', '1', '1', '0', '1', '5293', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900475', 'hween13_fence_1', 'Metal Fence', 's', '2', '1', '0', '1', '0', '0', '5294', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900476', 'hween13_stage_s', 'Stage 1x1 Piece', 's', '1', '1', '1', '1', '0', '1', '5295', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900477', 'hween13_crnr_1', 'Metal Corner', 's', '1', '1', '0', '1', '0', '0', '5296', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900478', 'hween13_cardtable', 'House of Cards Table', 's', '2', '1', '0', '1', '0', '0', '5297', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900479', 'hween13_gate_1', 'Metal Gate', 's', '2', '1', '0', '1', '0', '0', '5298', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900480', 'hween13_tree', 'Poisonous Apple Tree', 's', '1', '1', '0', '1', '0', '0', '5299', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900481', 'hween13_bldtrail', 'Blood Drips', 's', '1', '1', '0', '1', '0', '1', '5300', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900482', 'hween13_teacup', 'Tea Cup Seat', 's', '1', '1', '0', '1', '1', '0', '5301', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900483', 'hween13_tile1', 'Red Spades Card Tile', 's', '1', '1', '0', '1', '0', '1', '5302', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900484', 'hween13_stage_l', 'Stage 2x2 Piece', 's', '2', '2', '1', '1', '0', '1', '5303', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900486', 'hween13_chair', 'Pocket Watch', 's', '1', '1', '1', '1', '1', '0', '5305', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900487', 'hween13_tile2', 'Dark Spades Card Tile', 's', '1', '1', '0', '1', '0', '1', '5306', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900488', 'hween13_mirror', 'Cracked Mirror', 's', '1', '1', '0', '1', '0', '1', '5307', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900489', 'hween13_candle', 'Floating candle', 's', '1', '1', '0', '1', '0', '1', '5308', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900490', 'hween13_piglamp', 'Pig Candelabra', 's', '1', '1', '0', '1', '0', '0', '5309', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900491', 'hween13_castlegarg', 'Castle Gargoyle', 's', '1', '1', '0', '1', '0', '0', '5310', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900492', 'hween13_castledoor', 'Castle Door', 's', '1', '2', '0', '1', '0', '1', '5311', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900493', 'hween13_teaset', 'Tea set', 's', '1', '1', '0', '1', '0', '0', '5312', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900494', 'hween13_dwarfdiv', 'Railing of dwarf heads', 's', '2', '1', '1', '1', '0', '0', '5313', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900495', 'hween13_dwarfcrn', 'Corner of the dwarf railing', 's', '1', '1', '1', '1', '0', '0', '5314', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900498', 'KO1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900504', 'CY3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900507', 'NL6', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900508', 'FI1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900509', 'CAA', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('900900', 'beachwin', '', 'i', '0', '0', '0', '1', '0', '0', '900900', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920003', 'yblac', 'yblac', 's', '1', '1', '1', '1', '0', '0', '920003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920005', 'ygree', 'ygree', 's', '1', '1', '1', '1', '0', '0', '920005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920011', 'peach', 'peach', 's', '1', '1', '1', '1', '0', '0', '920011', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920014', 'koope', 'koope', 's', '1', '1', '1', '1', '0', '0', '920014', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920019', 'boogu', 'Boo Guy Egg', 's', '1', '1', '1', '1', '0', '0', '920019', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920020', 'present_wrap*1', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3372', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920021', 'present_wrap*10', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3373', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920022', 'present_wrap*2', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3374', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920023', 'present_wrap*3', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3375', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920024', 'present_wrap*4', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3376', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920025', 'present_wrap*5', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3377', '1', '1', '1', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920026', 'present_wrap*6', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3378', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920027', 'present_wrap*7', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3379', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920028', 'present_wrap*8', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3380', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920029', 'present_wrap*9', 'Gift Wrapped', 's', '1', '1', '0', '1', '0', '0', '3381', '1', '1', '0', '1', '1', 'gift', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('920034', 'hween14_skelepieces', 'hween14_skelepieces name', 's', '1', '1', '0', '1', '0', '0', '6178', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920035', 'hween14_mariachi', 'hween14_mariachi name', 's', '1', '1', '0', '1', '0', '0', '6179', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920036', 'hween14_table', 'hween14_table name', 's', '2', '1', '0', '1', '0', '0', '6180', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920037', 'hween14_bench', 'hween14_bench name', 's', '2', '1', '1.5', '1', '1', '0', '6181', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920038', 'hween14_doll5', 'hween14_doll5 name', 's', '1', '1', '0', '1', '0', '0', '6182', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920039', 'hween14_carpet', 'hween14_carpet name', 's', '2', '2', '0', '1', '0', '1', '6183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920040', 'hween14_lovelock', 'hween14_lovelock name', 's', '1', '1', '1', '1', '0', '0', '6184', '1', '1', '1', '1', '1', 'lovelock', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920041', 'hween14_candletrail', 'hween14_candletrail name', 's', '1', '1', '0', '1', '0', '1', '6185', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920042', 'hween14_doll2', 'hween14_doll2 name', 's', '1', '1', '0', '1', '0', '0', '6186', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920043', 'hween14_doll8', 'hween14_doll8 name', 's', '1', '1', '0', '1', '0', '0', '6187', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920044', 'hween14_doll6', 'hween14_doll6 name', 's', '1', '1', '0', '1', '0', '0', '6188', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920045', 'hween14_doll1', 'hween14_doll1 name', 's', '1', '1', '0', '1', '0', '0', '6189', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920046', 'hween14_gate', 'hween14_gate name', 's', '2', '1', '0', '1', '0', '0', '6190', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920047', 'hween14_goat', 'hween14_goat name', 's', '1', '1', '0', '1', '0', '0', '6191', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920048', 'hween14_doll7', 'hween14_doll7 name', 's', '1', '1', '0', '1', '0', '0', '6192', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920049', 'hween14_grossfood', 'hween14_grossfood name', 's', '1', '1', '0', '1', '0', '0', '6193', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920050', 'hween14_hctele', 'hween14_hctele name', 's', '1', '1', '0', '1', '0', '0', '6194', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920051', 'hween14_flowertrail', 'hween14_flowertrail name', 's', '1', '1', '0', '1', '0', '1', '6195', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920052', 'hween14_doll10', 'hween14_doll10 name', 's', '1', '1', '0', '1', '0', '0', '6196', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920053', 'hween14_hangskull', 'hween14_hangskull name', 's', '1', '1', '0', '1', '0', '1', '6197', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920054', 'hween14_skullcandle', 'hween14_skullcandle name', 's', '1', '1', '0', '1', '0', '0', '6198', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920055', 'hween14_rare2', 'hween14_rare2 name', 's', '1', '2', '0', '1', '0', '1', '6199', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920056', 'hween14_altarpieces1', 'hween14_altarpieces1 name', 's', '1', '1', '0', '1', '0', '0', '6200', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920057', 'hween14_teleport', 'hween14_teleport name', 's', '1', '1', '0', '1', '0', '0', '6201', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920058', 'hween14_doll9', 'hween14_doll9 name', 's', '1', '1', '0', '1', '0', '0', '6202', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920059', 'hween14_doll3', 'hween14_doll3 name', 's', '1', '1', '0', '1', '0', '0', '6203', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920060', 'hween14_doll4', 'hween14_doll4 name', 's', '1', '1', '0', '1', '0', '0', '6204', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920061', 'hween14_chair', 'hween14_chair name', 's', '1', '1', '1', '1', '1', '0', '6205', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920062', 'hween14_food', 'hween14_food name', 's', '1', '1', '0', '1', '0', '0', '6206', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920063', 'hween14_bed', 'hween14_bed name', 's', '1', '3', '2', '1', '0', '0', '6207', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920064', 'hween14_altarpieces2', 'hween14_altarpieces2 name', 's', '1', '1', '0', '1', '0', '0', '6208', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920065', 'hween14_mirror', 'hween14_mirror name', 's', '1', '1', '0', '1', '0', '1', '6209', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920066', 'hween14_flowerpot', 'hween14_flowerpot name', 's', '1', '1', '0', '1', '0', '0', '6210', '1', '1', '1', '1', '1', 'vendingmachine', '1', '1061', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920067', 'hween14_altarpieces3', 'hween14_altarpieces3 name', 's', '1', '1', '0', '1', '0', '0', '6211', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920068', 'hween14_divdr', 'hween14_divdr name', 's', '2', '1', '2.4', '1', '0', '0', '6212', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920069', 'hween14_skulllight', 'hween14_skulllight name', 's', '1', '1', '0', '1', '0', '1', '6213', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920070', 'hween14_stainglass', 'hween14_stainglass name', 'i', '0', '0', '0', '1', '0', '0', '4578', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920071', 'hween14_hcglass', 'hween14_hcglass name', 'i', '0', '0', '0', '1', '0', '0', '4579', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('920072', 'hween14_wall', 'hween14_wall name', 'i', '0', '0', '0', '1', '0', '0', '4580', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('929841', 'cus_bigtree', '', 's', '2', '2', '4', '0', '0', '0', '929841', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('998502', 'dt_purple_love', 'dt_purple_love', 's', '1', '1', '1', '1', '0', '0', '998502', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1234663', 'mochathronejls', 'mochathronejls', 's', '1', '1', '1', '1', '1', '0', '1234663', '1', '1', '1', '1', '1', 'vendingmachine', '4', '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1234664', 'hogwartsknight', '', 's', '1', '1', '1', '1', '0', '0', '1234664', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1237530', 'GoldenFurnitu1', 'Golden Man', 's', '1', '1', '1', '1', '0', '0', '1237530', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237531', 'GoldenFurnitu2', 'Golden Tile', 's', '1', '1', '0.001', '1', '0', '0', '1237531', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237546', 'el_dice', 'Golden Dice', 's', '1', '1', '1', '1', '0', '0', '1237546', '1', '1', '1', '1', '1', 'dice', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237547', 'eldor_block', 'Golden Green Block', 's', '2', '1', '0.8', '1', '1', '0', '1237547', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237548', 'eldor_corner', 'Golden Green Corner', 's', '1', '1', '1', '1', '0', '0', '1237548', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237549', 'eldor_gate', 'Golden Green Gate', 's', '2', '1', '0.001', '1', '0', '0', '1237549', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237550', 'eldor_pillars', 'Golden Green Pillars', 's', '2', '1', '1', '1', '0', '0', '1237550', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237552', 'eldor_wiesenboden', 'Golden Petal Patch', 's', '2', '2', '0', '1', '0', '0', '1237552', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237553', 'eldor11_floor', 'Golden Floor Tile', 's', '1', '1', '0.1', '1', '0', '1', '1237553', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1237554', 'eldorado_goldsofa10', 'Golden Floor Tile', 's', '2', '1', '1', '1', '1', '0', '1237554', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('2000010', 'hc_roundchair', 'HC Chair', 's', '1', '1', '1', '1', '1', '0', '4845', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000011', 'hc_bigvase', 'HC Big Vase', 's', '1', '1', '1', '0', '0', '0', '4846', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '25', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000012', 'hc_knight_1', 'HC Knight', 's', '1', '1', '1', '0', '0', '0', '4847', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000013', 'hc_roundtable', 'HC Round Table', 's', '1', '1', '0.75', '1', '0', '1', '4848', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000014', 'hc_cab', 'HC Cabinet', 's', '1', '2', '2.7', '1', '0', '0', '4849', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000015', 'hc_radio', 'HC Radio', 's', '1', '1', '1', '0', '0', '0', '4850', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000016', 'hc_luggage', 'HC Luggage', 's', '1', '2', '1', '0', '0', '0', '4851', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2000017', 'rare_dragonlamp_pink', 'Pink Dragon Lamp', 's', '1', '1', '1', '0', '0', '0', '4852', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('2000018', 'pillow_silver', 'Pillow - Silver', 's', '1', '1', '0.75', '0', '1', '0', '4853', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('2000019', 'pillow_bronze', 'Pillow - Bronze', 's', '1', '1', '0.75', '0', '1', '0', '4854', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('2124013', 'qt_sum11_dragon', 'Waterfall', 's', '1', '1', '1', '1', '0', '0', '4107', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('2478272', 'shallow', 'Shallow Water', 's', '2', '2', '0.1', '1', '0', '1', '4643', '1', '1', '1', '1', '1', 'default', '1', '37', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2478692', 'anc_ele_rock1', 'anc_ele_rock1', 's', '1', '1', '0', '1', '0', '0', '4642', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2647242', 'anc_sun', 'Blazing Sun', 's', '1', '1', '0', '1', '0', '1', '4645', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785078', 'bb_score_b', 'Blue Scoreboard', 's', '1', '1', '1', '1', '0', '1', '3615', '1', '1', '1', '1', '1', 'bb_blue_score', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785079', 'bb_robo', 'Banzai Robo', 's', '2', '2', '2', '1', '0', '0', '3616', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785080', 'bb_dragon', 'Banzai Dragon', 's', '3', '1', '2.5', '1', '0', '0', '3617', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785081', 'bb_ducklight', 'Duck Light', 's', '1', '1', '3', '1', '0', '0', '3618', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785082', 'bb_caterhead', 'Caterpillar Head', 's', '1', '1', '1', '1', '0', '0', '3619', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785083', 'bb_cargobox', 'Banzai Box', 's', '2', '1', '1', '1', '0', '0', '3620', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785084', 'bb_gate_g', 'Green Portal', 's', '1', '1', '0', '1', '0', '1', '3621', '1', '1', '1', '1', '1', 'bb_green_gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785085', 'bb_crchair3', 'Pyro Pig Chair', 's', '1', '1', '1', '1', '1', '0', '3622', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785086', 'bb_score_g', 'Green Scoreboard', 's', '1', '1', '1', '1', '0', '1', '3623', '1', '1', '1', '1', '1', 'bb_green_score', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785087', 'bb_crchair', 'Crazy Cat Chair', 's', '1', '1', '1', '1', '1', '0', '3624', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785088', 'bb_crchair2', 'Raging Rooster Chair', 's', '1', '1', '1', '1', '1', '0', '3625', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785089', 'bb_score_y', 'Yellow Scoreboard', 's', '1', '1', '1', '1', '0', '1', '3626', '1', '1', '1', '1', '1', 'bb_yellow_score', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785090', 'bb_knj1', 'Small Banzai Signage', 's', '2', '1', '1', '1', '0', '0', '3627', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785091', 'bb_gate_r', 'Pink Portal', 's', '1', '1', '0', '1', '0', '1', '3628', '1', '1', '1', '1', '1', 'bb_red_gate', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785092', 'bb_tddhnd', 'Bear Hand', 's', '1', '1', '1', '1', '0', '0', '3629', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785093', 'bb_lightdiv', 'Light Divider', 's', '1', '1', '1.3', '1', '0', '0', '3630', '1', '1', '1', '1', '1', 'default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785094', 'bb_tddhead', 'Bear Head', 's', '2', '2', '2', '1', '0', '0', '3631', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785095', 'bb_pyramid', 'Pyramid', 's', '1', '1', '0', '1', '0', '0', '3632', '1', '1', '1', '1', '1', 'bb_pyramid', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785096', 'bb_patch1', 'Banzai Arena Tile', 's', '1', '1', '0.1', '1', '0', '1', '3633', '1', '1', '1', '1', '1', 'bb_patch', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785097', 'bb_fnc3', 'Long Arena Divider', 's', '1', '3', '1', '1', '0', '0', '3634', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785098', 'bb_gate_y', 'Yellow Portal', 's', '1', '1', '0', '1', '0', '1', '3635', '1', '1', '1', '1', '1', 'bb_yellow_gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785099', 'bb_apparatus', 'Banzai Sphere', 's', '1', '1', '0', '1', '0', '1', '3637', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785100', 'bb_caterbody', 'Caterpillar Body', 's', '1', '1', '1.7', '1', '1', '0', '3638', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785102', 'bb_fnc1', 'Short Arena Divider', 's', '1', '1', '1', '1', '0', '0', '3640', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785103', 'bb_puck', 'Banzai Puck', 's', '1', '1', '0.6', '1', '0', '1', '3641', '1', '1', '1', '1', '1', 'banzaipuck', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785104', 'bb_rnd_tele', 'Random Banzai Teleporter', 's', '1', '1', '0.3', '1', '0', '1', '3642', '1', '1', '1', '1', '1', 'bb_teleport', '8000', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785105', 'bb_gate_b', 'Blue Portal', 's', '1', '1', '0', '1', '0', '1', '3643', '1', '1', '1', '1', '1', 'bb_blue_gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785106', 'bb_score_r', 'Pink Scoreboard', 's', '1', '1', '1', '1', '0', '1', '3644', '1', '1', '1', '1', '1', 'bb_red_score', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785107', 'bb_painimies1', 'Arena Lights 1', 'i', '0', '0', '1', '1', '0', '0', '4341', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785108', 'bb_painimies2', 'Arena Lights 2', 'i', '0', '0', '1', '1', '0', '0', '4342', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785109', 'bb_counter', 'Counter', 's', '1', '4', '0.1', '1', '0', '0', '3645', '1', '1', '1', '1', '1', 'banzaicounter', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785115', 'hween10_zombie', 'Zombie Butler', 's', '1', '1', '3', '1', '0', '0', '3636', '1', '1', '1', '1', '1', 'vendingmachine', '2', '58', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785116', 'hween10_fogwall', 'Fog Wall', 'i', '0', '0', '1', '1', '0', '0', '4340', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785117', 'hween10_bat', 'Bat Cage', 's', '1', '1', '1', '1', '0', '0', '3662', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785118', 'hween10_card_1', 'Moon Tarot Card', 'i', '0', '0', '1', '1', '0', '0', '4346', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785119', 'hween10_card_2', 'Death Tarot Card', 'i', '0', '0', '1', '1', '0', '0', '4350', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785120', 'hween10_card_3', 'hween10_card_3 name', 'i', '0', '0', '1', '1', '0', '0', '4345', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785121', 'hween10_card_4', 'Wheel of Fortune Tarot', 'i', '0', '0', '1', '1', '0', '0', '4347', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785122', 'hween10_card_5', 'hween10_card_5 name', 'i', '0', '0', '1', '1', '0', '0', '4351', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785123', 'hween10_card_6', 'hween10_card_6 name', 'i', '0', '0', '1', '1', '0', '0', '4348', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785124', 'hween10_chicken', 'The Chicken of Doom', 's', '2', '1', '3', '1', '0', '1', '3658', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785125', 'hween10_ffly', 'Fireflies', 's', '1', '1', '0', '1', '0', '1', '3657', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785126', 'hween10_fog', 'Swamp Fog', 's', '2', '2', '0.0001', '1', '0', '1', '3652', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785127', 'hween10_jar', 'Fireflies Jar', 's', '1', '1', '3', '1', '0', '0', '3651', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785128', 'hween10_logs', 'Swamp Log', 's', '1', '1', '0.05', '1', '0', '1', '3656', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785129', 'hween10_pond', 'Dark Water', 's', '2', '2', '0.1', '1', '0', '1', '3650', '1', '1', '1', '1', '1', 'water', '1', '0', '0', '28', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785130', 'hween10_portch', 'Porch', 's', '1', '1', '1', '1', '0', '1', '3661', '1', '1', '1', '1', '1', 'default', '7', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785131', 'hween10_skullpost', 'Scary Skull Shadow', 's', '1', '1', '3', '1', '0', '0', '3654', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785132', 'hween10_swamp', 'Swamp Patch', 's', '2', '2', '0', '1', '0', '1', '3649', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785133', 'hween10_tarot', 'Tarot Tree Stump', 's', '1', '1', '1', '1', '0', '0', '3646', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785134', 'hween10_tele', 'Tree Teleport', 's', '1', '1', '0.001', '1', '0', '0', '3659', '1', '1', '1', '1', '1', 'teleport', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785135', 'hween10_throne', 'Voodoo Throne', 's', '1', '1', '1.1', '1', '1', '0', '3660', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785136', 'hween10_tree', 'Tree of Lost Souls', 's', '1', '1', '5', '1', '0', '0', '3648', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785137', 'hween10_voodoo1', 'Voodoo Doll - Curse', 's', '1', '1', '3', '1', '0', '0', '3647', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785138', 'hween10_voodoo2', 'Voodoo Doll - Love', 's', '1', '1', '3', '1', '0', '0', '3653', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785139', 'hween10_voodoo3', 'Voodoo Doll - Luck', 's', '1', '1', '3', '1', '0', '0', '3655', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('2785140', 'hween10_wallskull', 'hween10_wallskull name', 'i', '0', '0', '4', '1', '0', '0', '4349', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000085', 'orng_daffodil_rug', 'Orange Petal Patch', 's', '2', '2', '0', '1', '0', '1', '3000085', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('3000280', 'whte_marble', 'White Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000280', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000281', 'prpl_marble', 'Purple Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000281', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000282', 'rede_marble', 'Red Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000282', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000283', 'lgrn_marble', 'Light Green Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000283', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000284', 'gren_marble', 'Green Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000284', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000285', 'yllw_marble', 'Yellow Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000285', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000286', 'orge_marble', 'Orange Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000286', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000287', 'blue_marble', 'Blue Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000287', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000288', 'lbue_marble', 'Light Blue Marble Tile', 's', '1', '1', '0.1', '1', '0', '1', '3000288', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000501', 's12_bonfire', 'Habbo Mall Music Window', 's', '2', '2', '3', '1', '0', '0', '4101', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000502', 'summer_blaster', 'Habbo Mall Window Beauty', 's', '1', '1', '1', '1', '0', '0', '4100', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000504', 'lm_bigrock', 'Eco Curtain 2', 's', '2', '3', '3', '1', '0', '0', '4102', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000505', 'lm_palm1', 'ads_mall_winchi', 's', '1', '1', '3', '1', '0', '0', '4103', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3000506', 'lm_totem', 'Eco Curtain 3', 's', '1', '1', '1', '1', '0', '0', '4104', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004327', 'edice_val12_therm', 'Hot from the catwalks of Milan. Two states.', 's', '1', '1', '2', '1', '0', '0', '4428', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004328', 'hole3', 'Crocodile Head', 's', '1', '1', '1', '1', '0', '0', '4435', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004331', 'val12_carpet', 'Chalkboard', 's', '2', '2', '0', '1', '0', '1', '4418', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004332', 'val12_elevine', 'Shoe Rack', 's', '1', '1', '0.1', '1', '0', '1', '4425', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004333', 'val12_flower', 'Black+Yellow USVA Wallrug', 's', '1', '1', '0', '1', '0', '1', '4417', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004334', 'val12_hopper1', 'School Charts', 's', '1', '1', '0.001', '1', '0', '0', '4421', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004335', 'val12_hopper2', 'Hot from the streets of New York. Two states.', 's', '1', '1', '0.001', '1', '0', '0', '4427', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004336', 'val12_kbooth', 'Red USVA Wallrug', 's', '2', '1', '0.7', '1', '1', '0', '4416', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004337', 'val12_lantern', 'Traditional Stable Wall', 's', '1', '2', '0', '1', '0', '1', '4431', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004338', 'val12_marble1', 'Speakers', 's', '2', '2', '0.0001', '1', '0', '1', '4426', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004339', 'val12_marble2', 'Shoe Rack', 's', '2', '2', '0.0001', '1', '0', '1', '4424', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004340', 'val12_pillar1', 'White Stable Wall', 's', '1', '1', '3', '1', '0', '0', '4432', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004341', 'val12_pillar2', 'Toilet Wall', 's', '1', '1', '3', '1', '0', '0', '4422', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004342', 'val12_shocker', 'School Wall', 's', '1', '2', '0.1', '1', '0', '1', '4420', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004343', 'val12_sofa', 'Pitchfork', 's', '2', '1', '1', '1', '1', '0', '4430', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004344', 'val12_table', 'Horse Shoe', 's', '1', '1', '1.3', '1', '0', '0', '4433', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004345', 'val12_therm_nfs', 'ads_flag_un', 's', '1', '1', '3', '1', '0', '0', '4429', '1', '1', '1', '1', '1', 'default', '8', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004346', 'val12_vines', 'Urinal', 's', '1', '2', '0.1', '1', '0', '1', '4419', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3004347', 'val12_xray', 'Light Wall', 's', '1', '2', '2', '1', '0', '1', '4423', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3243454', 'cindiq', 'Cindiqual Throne', 's', '1', '1', '1', '1', '1', '0', '3243452', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('3476759', 'anc_ele_grass', 'Grass Block', 's', '1', '1', '0', '1', '0', '1', '4644', '1', '1', '1', '1', '1', 'default', '5', '0', '0,0.5,1,1.5,2', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3500050', 'olympolymp_chairchair', '', 's', '1', '1', '1', '1', '1', '0', '3500050', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568276', 'nest_lion', '', 's', '1', '1', '1', '1', '0', '1', '3601', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568277', 'nest_lion2', '', 's', '1', '1', '0.5', '1', '0', '1', '3587', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568278', 'nest_rhino', 'Rhino Nest', 's', '1', '1', '0.1', '1', '0', '1', '3597', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568279', 'petfood14', 'Chocolate Gazelle', 's', '1', '1', '0', '1', '0', '1', '3599', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568280', 'petfood15', 'Hay', 's', '1', '1', '0.1', '1', '0', '1', '3583', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568296', 'poster1', 'Orange Stage Fence Corner', 'i', '0', '0', '0', '1', '0', '0', '5135', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568298', 'poster3', 'Yellow Stage Fence Corner', 'i', '0', '0', '0', '1', '0', '0', '5137', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568300', 'poster5', 'Orange Stage', 'i', '0', '0', '0', '1', '0', '0', '5139', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568301', 'poster6', 'Blue Stage', 'i', '0', '0', '0', '1', '0', '0', '5140', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568302', 'poster7', 'Yellow Stage', 'i', '0', '0', '0', '1', '0', '0', '5141', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568303', 'poster8', 'Black Stage', 'i', '0', '0', '0', '1', '0', '0', '5142', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568304', 'poster9', 'Camouflage Tent', 'i', '0', '0', '0', '1', '0', '0', '5143', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568305', 'poster10', 'Fence Corner', 'i', '0', '0', '0', '1', '0', '0', '5144', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568306', 'poster11', 'Bubble Juice Stand', 'i', '0', '0', '0', '1', '0', '0', '5145', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568307', 'poster12', 'Orange Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5146', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568308', 'poster13', 'Blue Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5147', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568309', 'poster14', 'Yellow Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5148', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568310', 'poster15', 'Black Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5149', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568311', 'poster16', 'Pillar of Light!', 'i', '0', '0', '0', '1', '0', '0', '5150', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568312', 'poster17', 'Big Beige Tent', 'i', '0', '0', '0', '1', '0', '0', '5151', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568313', 'poster18', 'Camouflage Folding Chair', 'i', '0', '0', '0', '1', '0', '0', '5152', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568314', 'poster19', 'Cotton Candy Stand', 'i', '0', '0', '0', '1', '0', '0', '5153', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568315', 'poster20', 'Fence', 'i', '0', '0', '0', '1', '0', '0', '5154', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568316', 'poster21', 'Large Rental Space', 'i', '0', '0', '0', '1', '0', '0', '5155', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568317', 'poster22', 'Hot Dog Vendor', 'i', '0', '0', '0', '1', '0', '0', '5156', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568318', 'poster23', 'Big Camouflage Tent', 'i', '0', '0', '0', '1', '0', '0', '5157', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568319', 'poster24', 'Orange Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5158', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568320', 'poster25', 'Blue Stage Fence Corner', 'i', '0', '0', '0', '1', '0', '0', '5159', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568321', 'poster26', 'Yellow Stage Fence', 'i', '0', '0', '0', '1', '0', '0', '5160', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568323', 'poster28', 'Beige Folding Chair', 'i', '0', '0', '0', '1', '0', '0', '5162', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568324', 'poster29', 'Blue Tent', 'i', '0', '0', '0', '1', '0', '0', '5163', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568325', 'poster30', 'Palooza Kiosk', 'i', '0', '0', '0', '1', '0', '0', '5164', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568326', 'poster31', 'Orange Stage Gate', 'i', '0', '0', '0', '1', '0', '0', '5165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568327', 'poster32', 'Blue Stage Gate', 'i', '0', '0', '0', '1', '0', '0', '5166', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568328', 'poster33', 'Yellow Stage Gate', 'i', '0', '0', '0', '1', '0', '0', '5167', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568329', 'poster34', 'Black Stage Gate', 'i', '0', '0', '0', '1', '0', '0', '5168', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568330', 'poster35', 'Chicken Stand', 'i', '0', '0', '0', '1', '0', '0', '5169', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568331', 'poster36', 'Direction Sign', 'i', '0', '0', '0', '1', '0', '0', '5170', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568332', 'poster37', 'Large Rental Space', 'i', '0', '0', '0', '1', '0', '0', '5171', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568333', 'poster38', 'Rental Space', 'i', '0', '0', '0', '1', '0', '0', '5172', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568334', 'poster39', 'Green Stackable Video TV', 'i', '0', '0', '0', '1', '0', '0', '5173', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568335', 'poster40', 'Red Stackable Video TV', 'i', '0', '0', '0', '1', '0', '0', '5174', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568336', 'poster41', 'Basic Video Set', 'i', '0', '0', '0', '1', '0', '0', '5175', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568337', 'poster42', 'Grey Stackable Video TV', 'i', '0', '0', '0', '1', '0', '0', '5176', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568338', 'poster43', 'prizetrophy_hblooza_g name', 'i', '0', '0', '0', '1', '0', '0', '5177', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568339', 'poster44', 'prizetrophy_hblooza_s name', 'i', '0', '0', '0', '1', '0', '0', '5178', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568340', 'poster45', 'prizetrophy_hblooza_b name', 'i', '0', '0', '0', '1', '0', '0', '5179', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568341', 'poster46', '2x1 Stack Magic Tile', 'i', '0', '0', '0', '1', '0', '0', '5180', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568342', 'poster47', '2x2 Stack Magic Tile', 'i', '0', '0', '0', '1', '0', '0', '5181', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568343', 'poster48', 'Diner Guitar', 'i', '0', '0', '0', '1', '0', '0', '5182', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568344', 'poster49', 'Lost Tribe Guitar', 'i', '0', '0', '0', '1', '0', '0', '5183', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568345', 'poster50', '80s Rare Guitar', 'i', '0', '0', '0', '1', '0', '0', '5184', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568346', 'poster51', 'Gothic Guitar', 'i', '0', '0', '0', '1', '0', '0', '5185', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568347', 'poster52', 'Sci Fi Guitar', 'i', '0', '0', '0', '1', '0', '0', '5186', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568348', 'poster53', 'Steam Punk Guitar', 'i', '0', '0', '0', '1', '0', '0', '5187', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568349', 'poster54', 'Alhambra Guitar', 'i', '0', '0', '0', '1', '0', '0', '5188', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568350', 'poster55', 'Streets of Bobba Guitar', 'i', '0', '0', '0', '1', '0', '0', '5189', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568351', 'poster56', 'Battle Banzai Guitar', 'i', '0', '0', '0', '1', '0', '0', '5190', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568352', 'poster57', 'Cubie Guitar', 'i', '0', '0', '0', '1', '0', '0', '5191', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568353', 'poster58', 'Country Guitar', 'i', '0', '0', '0', '1', '0', '0', '5192', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568365', 'es_build2', 'Skyscraper 2', 'i', '0', '0', '1', '1', '0', '0', '4364', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568366', 'es_build3', 'Skyscraper 3', 'i', '0', '0', '1', '1', '0', '0', '4366', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568367', 'es_build4', 'Skyscraper 4', 'i', '0', '0', '1', '1', '0', '0', '4363', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568368', 'es_big1', 'City Building 1', 'i', '0', '0', '1', '1', '0', '0', '4370', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568369', 'es_big2', 'City Building 2', 'i', '1', '1', '1', '1', '0', '0', '4372', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568370', 'es_big3', 'City Building 3', 'i', '1', '1', '1', '1', '0', '0', '4371', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568399', 'poster4', 'Black Stage Fence Corner', 'i', '0', '0', '0', '1', '0', '0', '5138', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568401', 'exe_copier', 'Copier', 's', '1', '1', '2', '1', '1', '0', '3704', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568402', 'exe_glassdvdr', 'Executive Divider', 's', '2', '1', '1', '1', '0', '0', '3706', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568403', 'exe_wrkdesk', 'Work Desk', 's', '2', '1', '1', '1', '0', '0', '3705', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568404', 'exe_seccam', 'Security Camera', 's', '1', '1', '0', '1', '0', '1', '3707', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568405', 'exe_sensor', 'Security Sensor', 'i', '0', '0', '1', '1', '0', '0', '4356', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568406', 'snowb_jump', 'Black Arrow', 's', '1', '1', '1', '1', '0', '1', '4391', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568407', 'cons_cornr', 'Purple Wall Shelf', 's', '1', '1', '1', '1', '0', '0', '4392', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568408', 'cons_walls2', 'Purple Mod Poster', 's', '1', '1', '1', '1', '0', '0', '4393', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3568409', 'snowb_snowpuff', 'Blue Decklight', 's', '1', '1', '1', '1', '0', '1', '4394', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3573532', 'Squirt', 'Squirtle Throne', 's', '1', '1', '1', '1', '1', '0', '3573535', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('3600021', 'track12_hcauldron', 'Habbo-lympix Cauldron', 's', '2', '1', '0.1', '1', '0', '0', '4669', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('3600022', 'track12_javstatue', 'Javelin Statue', 's', '1', '1', '0.1', '1', '0', '0', '4668', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4609121', 'bolly_cherry', 'Red Clock', 's', '1', '1', '1', '1', '0', '0', '4481', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4609122', 'jp_bed', 'Pink Clock', 's', '2', '3', '1.8', '1', '0', '0', '4483', '1', '1', '1', '1', '1', 'bed', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4609123', 'jp_ceiling_lamp', 'Base Wall Decoration', 's', '1', '1', '0', '1', '0', '1', '4482', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4609124', 'jp_window', 'Window', 'i', '0', '0', '1', '1', '0', '0', '4452', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4609125', 'jp_wall', 'jp_wall name', 'i', '0', '0', '1', '1', '0', '0', '4453', '1', '1', '1', '1', '1', 'default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('4754775', 'vulpix', 'Vulpix Throne', 's', '1', '1', '1', '1', '1', '0', '4754773', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('4782682', 'anc_bones', 'Dem Bones', 's', '1', '1', '0.001', '1', '0', '1', '4647', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015210', 'gm_minecraft10', '', 's', '1', '1', '1.2', '1', '0', '1', '5015210', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015211', 'gm_minecraft11', '', 's', '1', '1', '1.2', '1', '0', '1', '5015211', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015212', 'gm_minecraft12', '', 's', '1', '1', '1.2', '1', '0', '1', '5015212', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015213', 'gm_minecraft13', '', 's', '1', '1', '1.2', '1', '0', '1', '5015213', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015214', 'gm_minecraft14', '', 's', '1', '1', '1.2', '1', '0', '1', '5015214', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015215', 'gm_minecraft15', '', 's', '1', '1', '1.2', '1', '0', '1', '5015215', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015216', 'gm_minecraft16', '', 's', '1', '1', '1.2', '1', '0', '1', '5015216', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015217', 'gm_minecraft17', '', 's', '1', '1', '1.2', '1', '0', '1', '5015217', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015218', 'gm_minecraft18', '', 's', '1', '1', '1.2', '1', '0', '1', '5015218', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015219', 'gm_minecraft19', '', 's', '1', '1', '1.2', '1', '0', '1', '5015219', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015220', 'gm_minecraft20', '', 's', '1', '1', '1.2', '1', '0', '1', '5015220', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015221', 'gm_minecraft21', '', 's', '1', '1', '1.2', '1', '0', '1', '5015221', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015222', 'gm_minecraft22', '', 's', '1', '1', '1.2', '1', '0', '1', '5015222', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015223', 'gm_minecraft23', '', 's', '1', '1', '1.2', '1', '0', '1', '5015223', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015224', 'gm_minecraft24', '', 's', '1', '1', '1.2', '1', '0', '1', '5015224', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015225', 'gm_minecraft25', '', 's', '1', '1', '1.2', '1', '0', '1', '5015225', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015226', 'gm_minecraft26', '', 's', '1', '1', '1.2', '1', '0', '1', '5015226', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015227', 'gm_minecraft27', '', 's', '1', '1', '1.2', '1', '0', '1', '5015227', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015229', 'gm_minecraft29', '', 's', '1', '1', '1.2', '1', '0', '1', '5015229', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015230', 'gm_minecraft30', '', 's', '1', '1', '1.2', '1', '0', '1', '5015230', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015231', 'gm_minecraft31', '', 's', '1', '1', '1.2', '1', '0', '1', '5015231', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015232', 'gm_minecraft32', '', 's', '1', '1', '1.2', '1', '0', '1', '5015232', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015233', 'gm_minecraft33', '', 's', '1', '1', '1.2', '1', '0', '1', '5015233', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015234', 'gm_minecraft34', '', 's', '1', '1', '1.2', '1', '0', '1', '5015234', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015235', 'gm_minecraft35', '', 's', '1', '1', '1.2', '1', '0', '1', '5015235', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015236', 'gm_minecraft36', '', 's', '1', '1', '1.2', '1', '0', '1', '5015236', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015237', 'gm_minecraft37', '', 's', '1', '1', '1.2', '1', '0', '1', '5015237', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015238', 'gm_minecraft38', '', 's', '1', '1', '1.2', '1', '0', '1', '5015238', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015239', 'gm_minecraft39', '', 's', '1', '1', '1.2', '1', '0', '1', '5015239', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015240', 'gm_minecraft40', '', 's', '1', '1', '1.2', '1', '0', '1', '5015240', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015241', 'gm_minecraft41', '', 's', '1', '1', '1.2', '1', '0', '1', '5015241', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015242', 'gm_minecraft42', '', 's', '1', '1', '1.2', '1', '0', '1', '5015242', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015243', 'gm_minecraft43', '', 's', '1', '1', '1.2', '1', '0', '1', '5015243', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015244', 'gm_minecraft44', '', 's', '1', '1', '1.2', '1', '0', '1', '5015244', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015245', 'gm_minecraft45', '', 's', '1', '1', '1.2', '1', '0', '1', '5015245', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015246', 'gm_minecraft46', '', 's', '1', '1', '1.2', '1', '0', '1', '5015246', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015247', 'gm_minecraft47', '', 's', '1', '1', '1.2', '1', '0', '1', '5015247', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015248', 'gm_minecraft48', '', 's', '1', '1', '1.2', '1', '0', '1', '5015248', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5015249', 'gm_minecraft49', '', 's', '1', '1', '1.2', '1', '0', '1', '5015249', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('5415145', 'usva_firedragon', 'usva_firedragon', 's', '1', '1', '0.1', '1', '0', '0', '5415145', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5457453', 'charth', 'Charmander Throne', 's', '1', '1', '1', '1', '1', '0', '5457451', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('5575775', 'Pikatu', 'Pikachu Throne', 's', '1', '1', '1', '1', '1', '0', '5575774', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('6573682', 'pink_flamingo', 'Flamingo', 's', '1', '1', '1', '1', '0', '0', '4646', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000001', 'Better Dark', '', 's', '1', '1', '0.1', '1', '0', '1', '7000001', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000002', 'Blue Knight', '', 's', '1', '1', '2', '1', '0', '0', '7000002', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000003', 'BluePawn', '', 's', '1', '1', '2', '1', '0', '0', '7000003', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000004', 'Blue Queen', '', 's', '1', '1', '2', '1', '0', '0', '7000004', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000005', 'Blue Bishop', '', 's', '1', '1', '2', '1', '0', '0', '7000005', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000006', 'Blue king', '', 's', '1', '1', '2', '1', '0', '0', '7000006', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000007', 'Black King', '', 's', '1', '1', '2', '1', '0', '0', '7000007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000008', 'Black Rock', '', 's', '1', '1', '2', '1', '0', '0', '7000008', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000010', 'Black Queen', '', 's', '1', '1', '2', '1', '0', '0', '7000010', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000011', 'Black Bishop', '', 's', '1', '1', '2', '1', '0', '0', '7000011', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000012', 'Black Knight', '', 's', '1', '1', '2', '1', '0', '0', '7000012', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000013', 'Blue Rock', '', 's', '1', '1', '2', '1', '0', '0', '7000013', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000015', 'Black Pawn', '', 's', '1', '1', '2', '1', '0', '0', '7000015', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('7000198', 'dn_wingedinoi3', 'Winged Dino', 's', '1', '1', '0.001', '1', '0', '0', '70001198', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7445435', 'jigglp', 'JigglyPuff Throne', 's', '1', '1', '1', '1', '1', '0', '7445437', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('7454537', 'celebi', 'Celebi Throne', 's', '1', '1', '1', '1', '1', '0', '7454531', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8000000', 'gr33n_egg', 'Green Cloud Egg', 's', '1', '1', '1', '1', '0', '0', '8000000', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8000001', 'lm_sir_marquee', 'Palooza Marquee', 's', '1', '1', '0', '1', '0', '0', '8000001', '1', '1', '1', '1', '1', 'gate', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('8973465', 'dng_throne', 'V Guitar', 's', '1', '1', '1.5', '1', '1', '0', '4012', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973466', 'dng_pillar', 'Romantique Wall Mirror', 's', '1', '1', '1', '1', '0', '0', '4007', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973467', 'dng_stairs', 'The Wheel of Fortune', 's', '1', '1', '0.8', '1', '0', '1', '4010', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973468', 'dng_block', 'Life Buoy', 's', '1', '1', '0.8', '1', '0', '1', '4013', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973469', 'dng_floor', 'Habbowood Mirror', 's', '2', '2', '0', '1', '0', '1', '4009', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973470', 'dng_wall', 'Dungeon Wall', 'i', '0', '0', '0', '1', '0', '0', '4404', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973471', 'dng_treasure', 'Skull Guitar', 's', '2', '2', '0', '1', '0', '1', '4011', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('8973472', 'dng_treasure2', 'Ninja Stars', 's', '1', '1', '0', '1', '0', '0', '4008', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9037532', 'dng_ground', 'Heartlight', 's', '2', '2', '0', '1', '0', '1', '4006', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9037533', 'dng_cube', 'Gothic Torch', 's', '1', '1', '1', '1', '0', '0', '4005', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('9489309', 'loli_dragonlamp', 'Lollipop Dragon', 's', '1', '1', '1', '1', '0', '0', '94372938', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('30000600', 'lettera', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000600', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000601', 'letterb', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000601', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000602', 'letterc', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000602', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000603', 'letterd', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000603', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000604', 'lettere', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000604', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000605', 'letterf', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000605', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000606', 'letterg', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000606', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000607', 'letterh', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000607', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000608', 'letteri', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000608', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000609', 'letterj', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000609', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000610', 'letterk', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000610', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000611', 'letterl', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000611', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000612', 'letterm', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000612', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000613', 'lettern', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000613', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000614', 'lettero', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000614', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000615', 'letterp', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000615', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000616', 'letterq', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000616', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000617', 'letterr', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000617', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000618', 'letters', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000618', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000619', 'lettert', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000619', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000620', 'letteru', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000620', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000621', 'letterv', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000621', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000622', 'letterw', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000622', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000623', 'letterx', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000623', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000624', 'lettery', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000624', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('30000625', 'letterz', 'Letter Block', 's', '1', '1', '1.5', '1', '0', '0', '30000625', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('32400121', 'AngelDragonVkr', 'AngelDragonVkr', 's', '1', '1', '1', '1', '0', '0', '32400121', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('32400122', 'DevilDragonVkr', 'DevilDragonVkr', 's', '1', '1', '1', '1', '0', '0', '32400122', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('33402331', 'Jewlerydiscase', 'Jewlery Display Case', 's', '1', '1', '1', '1', '0', '0', '33402331', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('44093700', 'army_c15_bed', 'army_c15_bed', 's', '1', '3', '1.3', '0', '0', '0', '8067', '1', '1', '1', '1', '1', 'bed', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093701', 'army_c15_bookshelf', 'army_c15_bookshelf', 's', '2', '1', '3.1', '1', '0', '0', '8069', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093702', 'army_c15_cabinet', 'army_c15_cabinet', 's', '1', '1', '1.5', '1', '0', '0', '8068', '1', '1', '1', '1', '1', 'Default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093703', 'army_c15_carpet', 'army_c15_carpet', 's', '2', '2', '0.001', '1', '0', '1', '8077', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093704', 'army_c15_chair', 'army_c15_chair', 's', '1', '1', '1.3', '0', '1', '0', '8062', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093705', 'army_c15_compass', 'army_c15_compass', 's', '1', '1', '1', '0', '0', '0', '8031', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093706', 'army_c15_contable', 'army_c15_contable', 's', '2', '1', '1.1', '1', '0', '0', '8053', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093707', 'army_c15_contable2', 'army_c15_contable2', 's', '1', '1', '1.1', '1', '0', '0', '8023', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093708', 'army_c15_crate', 'army_c15_crate', 's', '1', '1', '1', '1', '0', '0', '8029', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093709', 'army_c15_deskcomp', 'army_c15_deskcomp', 's', '1', '1', '1', '0', '0', '0', '8080', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093710', 'army_c15_deskitem', 'army_c15_deskitem', 's', '1', '1', '1', '0', '0', '0', '8081', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093711', 'army_c15_doorscan', 'army_c15_doorscan', 's', '1', '1', '0.01', '0', '0', '1', '8033', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093712', 'army_c15_food', 'army_c15_food', 's', '1', '1', '1', '0', '0', '0', '8076', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093714', 'army_c15_gate', 'army_c15_gate', 's', '1', '1', '0.001', '0', '0', '0', '8035', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093715', 'army_c15_glasscrn', 'army_c15_glasscrn', 's', '1', '1', '3', '1', '0', '0', '8032', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093716', 'army_c15_glassdivdr', 'army_c15_glassdivdr', 's', '2', '1', '3', '1', '0', '0', '8073', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093717', 'army_c15_groupflag', 'army_c15_groupflag', 's', '1', '1', '1', '0', '0', '0', '8082', '1', '1', '1', '1', '1', 'gld_item', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093718', 'army_c15_guardcub', 'army_c15_guardcub', 's', '1', '1', '0.78', '0', '1', '0', '8037', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093719', 'army_c15_gunrack', 'army_c15_gunrack', 's', '2', '1', '1', '0', '0', '0', '8070', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093720', 'army_c15_insig', 'army_c15_insig', 'i', '1', '1', '1', '0', '0', '0', '4615', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093721', 'army_c15_jerrycan', 'army_c15_jerrycan', 's', '1', '1', '1', '0', '0', '0', '8050', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093722', 'army_c15_leatherchr', 'army_c15_leatherchr', 's', '1', '1', '1.2', '0', '1', '0', '8036', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093723', 'army_c15_light', 'army_c15_light', 's', '1', '1', '0.001', '1', '0', '1', '8040', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093724', 'army_c15_locker', 'army_c15_locker', 's', '2', '1', '1', '0', '0', '0', '8055', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093725', 'army_c15_medictent', 'army_c15_medictent', 's', '4', '3', '0.001', '1', '0', '1', '8027', '1', '1', '1', '1', '1', 'Default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093726', 'army_c15_notice', 'army_c15_notice', 's', '2', '1', '1', '0', '0', '0', '8028', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093727', 'army_c15_officetent', 'army_c15_officetent', 's', '4', '4', '0.01', '1', '0', '1', '8058', '1', '1', '1', '1', '1', 'tent', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093728', 'army_c15_plant', 'army_c15_plant', 's', '1', '1', '1', '0', '0', '0', '8064', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093729', 'army_c15_sandbag', 'army_c15_sandbag', 's', '1', '1', '0.2', '1', '0', '0', '8039', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093730', 'army_c15_screen', 'army_c15_screen', 's', '2', '1', '0.001', '1', '0', '1', '8046', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093731', 'army_c15_shipcon', 'army_c15_shipcon', 's', '3', '2', '2', '1', '0', '1', '8071', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093732', 'army_c15_table', 'army_c15_table', 's', '2', '1', '1', '1', '0', '0', '8066', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093733', 'army_c15_teledoor', 'army_c15_teledoor', 's', '1', '1', '0.001', '0', '0', '1', '8060', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093734', 'army_c15_telemine', 'army_c15_telemine', 's', '1', '1', '0.001', '0', '0', '1', '8026', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093735', 'army_c15_wall', 'army_c15_wall', 'i', '1', '1', '1', '0', '0', '0', '4617', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093736', 'army_c15_watchtwr', 'army_c15_watchtwr', 's', '1', '1', '3.2', '0', '1', '0', '8052', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093737', 'army_c15_wirecrn', 'army_c15_wirecrn', 's', '1', '1', '1', '0', '0', '0', '8038', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093738', 'army_c15_wiredividr', 'army_c15_wiredividr', 's', '2', '1', '1', '0', '0', '0', '8049', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093800', 'army15_copter', 'army15_copter', 's', '2', '3', '9.1', '0', '1', '0', '8022', '1', '1', '1', '1', '1', 'tent', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093801', 'army15_dog', 'army15_dog', 's', '1', '1', '1', '0', '0', '0', '8079', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093802', 'army15_largescreen', 'army15_largescreen', 'i', '1', '1', '1', '0', '0', '0', '4616', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093803', 'army15_ltddesk', 'army15_ltddesk', 's', '3', '2', '1', '1', '0', '0', '8061', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093804', 'army15_ltdhumvee', 'army15_ltdhumvee', 's', '2', '3', '1.3', '0', '1', '0', '8025', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093805', 'army15_poster', 'army15_poster', 'i', '1', '1', '1', '0', '0', '0', '4614', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093806', 'army15_scanner', 'army15_scanner', 's', '1', '1', '1', '0', '0', '0', '8048', '1', '1', '1', '1', '1', 'Default', '10', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093807', 'army15_statue', 'army15_statue', 's', '1', '1', '1', '0', '0', '0', '8054', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44093809', 'clothing_camoboots', 'clothing_camoboots', 's', '1', '1', '1', '0', '0', '0', '8045', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '67', '0');
INSERT INTO `furniture` VALUES ('44093810', 'clothing_camocap', 'clothing_camocap', 's', '1', '1', '1', '0', '0', '0', '8086', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '68', '0');
INSERT INTO `furniture` VALUES ('44093811', 'clothing_camooutfit', 'clothing_camooutfit', 's', '1', '1', '1', '0', '0', '0', '8042', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '69', '0');
INSERT INTO `furniture` VALUES ('44093812', 'clothing_camotank', 'clothing_camotank', 's', '1', '1', '1', '0', '0', '0', '8084', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '89', '0');
INSERT INTO `furniture` VALUES ('44093813', 'clothing_camotuck', 'clothing_camotuck', 's', '1', '1', '1', '0', '0', '0', '8087', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '70', '0');
INSERT INTO `furniture` VALUES ('44093814', 'clothing_drillserg', 'clothing_drillserg', 's', '1', '1', '1', '0', '0', '0', '8063', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '71', '0');
INSERT INTO `furniture` VALUES ('44093815', 'clothing_kevlar', 'clothing_kevlar', 's', '1', '1', '1', '0', '0', '0', '8044', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '73', '0');
INSERT INTO `furniture` VALUES ('44093816', 'clothing_kevlaroutfit', 'clothing_kevlaroutfit', 's', '1', '1', '1', '0', '0', '0', '8034', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '72', '0');
INSERT INTO `furniture` VALUES ('44093817', 'clothing_medal1', 'clothing_medal1', 's', '1', '1', '1', '0', '0', '0', '8056', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '75', '0');
INSERT INTO `furniture` VALUES ('44093818', 'clothing_medal2', 'clothing_medal2', 's', '1', '1', '1', '0', '0', '0', '8083', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '76', '0');
INSERT INTO `furniture` VALUES ('44093819', 'clothing_medal3', 'clothing_medal3', 's', '1', '1', '1', '0', '0', '0', '8059', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '77', '0');
INSERT INTO `furniture` VALUES ('44093820', 'clothing_militaryhat', 'clothing_militaryhat', 's', '1', '1', '1', '0', '0', '0', '8085', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '78', '0');
INSERT INTO `furniture` VALUES ('44093821', 'clothing_militaryjacket', 'clothing_militaryjacket', 's', '1', '1', '1', '0', '0', '0', '8041', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '79', '0');
INSERT INTO `furniture` VALUES ('44093822', 'clothing_militarypants', 'clothing_militarypants', 's', '1', '1', '1', '0', '0', '0', '8075', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '80', '0');
INSERT INTO `furniture` VALUES ('44093823', 'clothing_napkin', 'clothing_napkin', 's', '1', '1', '1', '0', '0', '0', '8043', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '81', '0');
INSERT INTO `furniture` VALUES ('44093824', 'clothing_parade', 'clothing_parade', 's', '1', '1', '1', '0', '0', '0', '8030', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '82', '0');
INSERT INTO `furniture` VALUES ('44093825', 'clothing_rank1', 'clothing_rank1', 's', '1', '1', '1', '0', '0', '0', '8072', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '83', '0');
INSERT INTO `furniture` VALUES ('44093826', 'clothing_rank2', 'clothing_rank2', 's', '1', '1', '1', '0', '0', '0', '8065', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '84', '0');
INSERT INTO `furniture` VALUES ('44093827', 'clothing_rank3', 'clothing_rank3', 's', '1', '1', '1', '0', '0', '0', '8057', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '85', '0');
INSERT INTO `furniture` VALUES ('44093828', 'clothing_rank4', 'clothing_rank4', 's', '1', '1', '1', '0', '0', '0', '8024', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '86', '0');
INSERT INTO `furniture` VALUES ('44093829', 'clothing_rank5', 'clothing_rank5', 's', '1', '1', '1', '0', '0', '0', '8047', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '87', '0');
INSERT INTO `furniture` VALUES ('44093830', 'clothing_walkie', 'clothing_walkie', 's', '1', '1', '1', '0', '0', '0', '8078', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '88', '0');
INSERT INTO `furniture` VALUES ('44093831', 'clothing_kevlarhat', 'clothing_kevlarhat', 's', '1', '1', '1', '0', '0', '0', '8051', '1', '1', '1', '1', '1', 'purchasable_clothing', '1', '0', '0', '0', '0', '0', '74', '0');
INSERT INTO `furniture` VALUES ('44390700', 'bc_pyramidtip*1', 'bc_pyramidtip*1', 's', '1', '1', '1', '1', '0', '0', '6350', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390701', 'bc_pyramidtip*10', 'bc_pyramidtip*10', 's', '1', '1', '1', '1', '0', '0', '6351', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390702', 'bc_pyramidtip*11', 'bc_pyramidtip*11', 's', '1', '1', '1', '1', '0', '0', '6352', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390703', 'bc_pyramidtip*12', 'bc_pyramidtip*12', 's', '1', '1', '1', '1', '0', '0', '6353', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390704', 'bc_pyramidtip*13', 'bc_pyramidtip*13', 's', '1', '1', '1', '1', '0', '0', '6354', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390705', 'bc_pyramidtip*14', 'bc_pyramidtip*14', 's', '1', '1', '1', '1', '0', '0', '6355', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390706', 'bc_pyramidtip*15', 'bc_pyramidtip*15', 's', '1', '1', '1', '1', '0', '0', '6356', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390707', 'bc_pyramidtip*16', 'bc_pyramidtip*16', 's', '1', '1', '1', '1', '0', '0', '6357', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390708', 'bc_pyramidtip*17', 'bc_pyramidtip*17', 's', '1', '1', '1', '1', '0', '0', '6358', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390709', 'bc_pyramidtip*18', 'bc_pyramidtip*18', 's', '1', '1', '1', '1', '0', '0', '6359', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390710', 'bc_pyramidtip*19', 'bc_pyramidtip*19', 's', '1', '1', '1', '1', '0', '0', '6360', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390711', 'bc_pyramidtip*2', 'bc_pyramidtip*2', 's', '1', '1', '1', '1', '0', '0', '6361', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390712', 'bc_pyramidtip*20', 'bc_pyramidtip*20', 's', '1', '1', '1', '1', '0', '0', '6362', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390713', 'bc_pyramidtip*21', 'bc_pyramidtip*21', 's', '1', '1', '1', '1', '0', '0', '6363', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390714', 'bc_pyramidtip*22', 'bc_pyramidtip*22', 's', '1', '1', '1', '1', '0', '0', '6364', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390715', 'bc_pyramidtip*23', 'bc_pyramidtip*23', 's', '1', '1', '1', '1', '0', '0', '6365', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390716', 'bc_pyramidtip*24', 'bc_pyramidtip*24', 's', '1', '1', '1', '1', '0', '0', '6366', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390717', 'bc_pyramidtip*25', 'bc_pyramidtip*25', 's', '1', '1', '1', '1', '0', '0', '6367', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390718', 'bc_pyramidtip*26', 'bc_pyramidtip*26', 's', '1', '1', '1', '1', '0', '0', '6368', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390719', 'bc_pyramidtip*27', 'bc_pyramidtip*27', 's', '1', '1', '1', '1', '0', '0', '6369', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390720', 'bc_pyramidtip*28', 'bc_pyramidtip*28', 's', '1', '1', '1', '1', '0', '0', '6370', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390721', 'bc_pyramidtip*29', 'bc_pyramidtip*29', 's', '1', '1', '1', '1', '0', '0', '6371', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390722', 'bc_pyramidtip*3', 'bc_pyramidtip*3', 's', '1', '1', '1', '1', '0', '0', '6372', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390723', 'bc_pyramidtip*30', 'bc_pyramidtip*30', 's', '1', '1', '1', '1', '0', '0', '6373', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390724', 'bc_pyramidtip*31', 'bc_pyramidtip*31', 's', '1', '1', '1', '1', '0', '0', '6374', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390725', 'bc_pyramidtip*32', 'bc_pyramidtip*32', 's', '1', '1', '1', '1', '0', '0', '6375', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390726', 'bc_pyramidtip*33', 'bc_pyramidtip*33', 's', '1', '1', '1', '1', '0', '0', '6376', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390727', 'bc_pyramidtip*34', 'bc_pyramidtip*34', 's', '1', '1', '1', '1', '0', '0', '6377', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390728', 'bc_pyramidtip*35', 'bc_pyramidtip*35', 's', '1', '1', '1', '1', '0', '0', '6378', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390729', 'bc_pyramidtip*36', 'bc_pyramidtip*36', 's', '1', '1', '1', '1', '0', '0', '6379', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390730', 'bc_pyramidtip*37', 'bc_pyramidtip*37', 's', '1', '1', '1', '1', '0', '0', '6380', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390731', 'bc_pyramidtip*38', 'bc_pyramidtip*38', 's', '1', '1', '1', '1', '0', '0', '6381', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390732', 'bc_pyramidtip*39', 'bc_pyramidtip*39', 's', '1', '1', '1', '1', '0', '0', '6382', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390733', 'bc_pyramidtip*4', 'bc_pyramidtip*4', 's', '1', '1', '1', '1', '0', '0', '6383', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390734', 'bc_pyramidtip*40', 'bc_pyramidtip*40', 's', '1', '1', '1', '1', '0', '0', '6384', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390735', 'bc_pyramidtip*41', 'bc_pyramidtip*41', 's', '1', '1', '1', '1', '0', '0', '6385', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390736', 'bc_pyramidtip*42', 'bc_pyramidtip*42', 's', '1', '1', '1', '1', '0', '0', '6386', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390737', 'bc_pyramidtip*43', 'bc_pyramidtip*43', 's', '1', '1', '1', '1', '0', '0', '6387', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390738', 'bc_pyramidtip*44', 'bc_pyramidtip*44', 's', '1', '1', '1', '1', '0', '0', '6388', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390739', 'bc_pyramidtip*45', 'bc_pyramidtip*45', 's', '1', '1', '1', '1', '0', '0', '6389', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390740', 'bc_pyramidtip*46', 'bc_pyramidtip*46', 's', '1', '1', '1', '1', '0', '0', '6390', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390741', 'bc_pyramidtip*47', 'bc_pyramidtip*47', 's', '1', '1', '1', '1', '0', '0', '6391', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390742', 'bc_pyramidtip*48', 'bc_pyramidtip*48', 's', '1', '1', '1', '1', '0', '0', '6392', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390743', 'bc_pyramidtip*49', 'bc_pyramidtip*49', 's', '1', '1', '1', '1', '0', '0', '6393', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390744', 'bc_pyramidtip*5', 'bc_pyramidtip*5', 's', '1', '1', '1', '1', '0', '0', '6394', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390745', 'bc_pyramidtip*50', 'bc_pyramidtip*50', 's', '1', '1', '1', '1', '0', '0', '6395', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390746', 'bc_pyramidtip*51', 'bc_pyramidtip*51', 's', '1', '1', '1', '1', '0', '0', '6396', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390747', 'bc_pyramidtip*52', 'bc_pyramidtip*52', 's', '1', '1', '1', '1', '0', '0', '6397', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390748', 'bc_pyramidtip*53', 'bc_pyramidtip*53', 's', '1', '1', '1', '1', '0', '0', '6398', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390749', 'bc_pyramidtip*54', 'bc_pyramidtip*54', 's', '1', '1', '1', '1', '0', '0', '6399', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390750', 'bc_pyramidtip*55', 'bc_pyramidtip*55', 's', '1', '1', '1', '1', '0', '0', '6400', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390751', 'bc_pyramidtip*56', 'bc_pyramidtip*56', 's', '1', '1', '1', '1', '0', '0', '6401', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390752', 'bc_pyramidtip*57', 'bc_pyramidtip*57', 's', '1', '1', '1', '1', '0', '0', '6402', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390753', 'bc_pyramidtip*58', 'bc_pyramidtip*58', 's', '1', '1', '1', '1', '0', '0', '6403', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390754', 'bc_pyramidtip*59', 'bc_pyramidtip*59', 's', '1', '1', '1', '1', '0', '0', '6404', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390755', 'bc_pyramidtip*6', 'bc_pyramidtip*6', 's', '1', '1', '1', '1', '0', '0', '6405', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390756', 'bc_pyramidtip*60', 'bc_pyramidtip*60', 's', '1', '1', '1', '1', '0', '0', '6406', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390757', 'bc_pyramidtip*61', 'bc_pyramidtip*61', 's', '1', '1', '1', '1', '0', '0', '6407', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390758', 'bc_pyramidtip*62', 'bc_pyramidtip*62', 's', '1', '1', '1', '1', '0', '0', '6408', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390759', 'bc_pyramidtip*63', 'bc_pyramidtip*63', 's', '1', '1', '1', '1', '0', '0', '6409', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390760', 'bc_pyramidtip*64', 'bc_pyramidtip*64', 's', '1', '1', '1', '1', '0', '0', '6410', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390761', 'bc_pyramidtip*65', 'bc_pyramidtip*65', 's', '1', '1', '1', '1', '0', '0', '6411', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390762', 'bc_pyramidtip*66', 'bc_pyramidtip*66', 's', '1', '1', '1', '1', '0', '0', '6412', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390763', 'bc_pyramidtip*67', 'bc_pyramidtip*67', 's', '1', '1', '1', '1', '0', '0', '6413', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390764', 'bc_pyramidtip*68', 'bc_pyramidtip*68', 's', '1', '1', '1', '1', '0', '0', '6414', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390765', 'bc_pyramidtip*69', 'bc_pyramidtip*69', 's', '1', '1', '1', '1', '0', '0', '6415', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390766', 'bc_pyramidtip*7', 'bc_pyramidtip*7', 's', '1', '1', '1', '1', '0', '0', '6416', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390767', 'bc_pyramidtip*8', 'bc_pyramidtip*8', 's', '1', '1', '1', '1', '0', '0', '6417', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390768', 'bc_pyramidtip*9', 'bc_pyramidtip*9', 's', '1', '1', '1', '1', '0', '0', '6418', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390800', 'bc_cone*1', 'bc_cone*1', 's', '1', '1', '1', '1', '0', '0', '6419', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390801', 'bc_cone*10', 'bc_cone*10', 's', '1', '1', '1', '1', '0', '0', '6420', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390802', 'bc_cone*11', 'bc_cone*11', 's', '1', '1', '1', '1', '0', '0', '6421', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390803', 'bc_cone*12', 'bc_cone*12', 's', '1', '1', '1', '1', '0', '0', '6422', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390804', 'bc_cone*13', 'bc_cone*13', 's', '1', '1', '1', '1', '0', '0', '6423', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390805', 'bc_cone*14', 'bc_cone*14', 's', '1', '1', '1', '1', '0', '0', '6424', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390806', 'bc_cone*15', 'bc_cone*15', 's', '1', '1', '1', '1', '0', '0', '6425', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390807', 'bc_cone*16', 'bc_cone*16', 's', '1', '1', '1', '1', '0', '0', '6426', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390808', 'bc_cone*17', 'bc_cone*17', 's', '1', '1', '1', '1', '0', '0', '6427', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390809', 'bc_cone*18', 'bc_cone*18', 's', '1', '1', '1', '1', '0', '0', '6428', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390810', 'bc_cone*19', 'bc_cone*19', 's', '1', '1', '1', '1', '0', '0', '6429', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390811', 'bc_cone*2', 'bc_cone*2', 's', '1', '1', '1', '1', '0', '0', '6430', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390812', 'bc_cone*20', 'bc_cone*20', 's', '1', '1', '1', '1', '0', '0', '6431', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390813', 'bc_cone*21', 'bc_cone*21', 's', '1', '1', '1', '1', '0', '0', '6432', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390814', 'bc_cone*22', 'bc_cone*22', 's', '1', '1', '1', '1', '0', '0', '6433', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390815', 'bc_cone*23', 'bc_cone*23', 's', '1', '1', '1', '1', '0', '0', '6434', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390816', 'bc_cone*24', 'bc_cone*24', 's', '1', '1', '1', '1', '0', '0', '6435', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390817', 'bc_cone*25', 'bc_cone*25', 's', '1', '1', '1', '1', '0', '0', '6436', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390818', 'bc_cone*26', 'bc_cone*26', 's', '1', '1', '1', '1', '0', '0', '6437', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390819', 'bc_cone*27', 'bc_cone*27', 's', '1', '1', '1', '1', '0', '0', '6438', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390820', 'bc_cone*28', 'bc_cone*28', 's', '1', '1', '1', '1', '0', '0', '6439', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390821', 'bc_cone*29', 'bc_cone*29', 's', '1', '1', '1', '1', '0', '0', '6440', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390822', 'bc_cone*3', 'bc_cone*3', 's', '1', '1', '1', '1', '0', '0', '6441', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390823', 'bc_cone*30', 'bc_cone*30', 's', '1', '1', '1', '1', '0', '0', '6442', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390824', 'bc_cone*31', 'bc_cone*31', 's', '1', '1', '1', '1', '0', '0', '6443', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390825', 'bc_cone*32', 'bc_cone*32', 's', '1', '1', '1', '1', '0', '0', '6444', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390826', 'bc_cone*33', 'bc_cone*33', 's', '1', '1', '1', '1', '0', '0', '6445', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390827', 'bc_cone*34', 'bc_cone*34', 's', '1', '1', '1', '1', '0', '0', '6446', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390828', 'bc_cone*35', 'bc_cone*35', 's', '1', '1', '1', '1', '0', '0', '6447', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390829', 'bc_cone*36', 'bc_cone*36', 's', '1', '1', '1', '1', '0', '0', '6448', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390830', 'bc_cone*37', 'bc_cone*37', 's', '1', '1', '1', '1', '0', '0', '6449', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390831', 'bc_cone*38', 'bc_cone*38', 's', '1', '1', '1', '1', '0', '0', '6450', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390832', 'bc_cone*39', 'bc_cone*39', 's', '1', '1', '1', '1', '0', '0', '6451', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390833', 'bc_cone*4', 'bc_cone*4', 's', '1', '1', '1', '1', '0', '0', '6452', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390834', 'bc_cone*40', 'bc_cone*40', 's', '1', '1', '1', '1', '0', '0', '6453', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390835', 'bc_cone*41', 'bc_cone*41', 's', '1', '1', '1', '1', '0', '0', '6454', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390836', 'bc_cone*42', 'bc_cone*42', 's', '1', '1', '1', '1', '0', '0', '6455', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390837', 'bc_cone*43', 'bc_cone*43', 's', '1', '1', '1', '1', '0', '0', '6456', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390838', 'bc_cone*44', 'bc_cone*44', 's', '1', '1', '1', '1', '0', '0', '6457', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390839', 'bc_cone*45', 'bc_cone*45', 's', '1', '1', '1', '1', '0', '0', '6458', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390840', 'bc_cone*46', 'bc_cone*46', 's', '1', '1', '1', '1', '0', '0', '6459', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390841', 'bc_cone*47', 'bc_cone*47', 's', '1', '1', '1', '1', '0', '0', '6460', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390842', 'bc_cone*48', 'bc_cone*48', 's', '1', '1', '1', '1', '0', '0', '6461', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390843', 'bc_cone*49', 'bc_cone*49', 's', '1', '1', '1', '1', '0', '0', '6462', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390844', 'bc_cone*5', 'bc_cone*5', 's', '1', '1', '1', '1', '0', '0', '6463', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390845', 'bc_cone*50', 'bc_cone*50', 's', '1', '1', '1', '1', '0', '0', '6464', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390846', 'bc_cone*51', 'bc_cone*51', 's', '1', '1', '1', '1', '0', '0', '6465', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390847', 'bc_cone*52', 'bc_cone*52', 's', '1', '1', '1', '1', '0', '0', '6466', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390848', 'bc_cone*53', 'bc_cone*53', 's', '1', '1', '1', '1', '0', '0', '6467', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390849', 'bc_cone*54', 'bc_cone*54', 's', '1', '1', '1', '1', '0', '0', '6468', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390850', 'bc_cone*55', 'bc_cone*55', 's', '1', '1', '1', '1', '0', '0', '6469', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390851', 'bc_cone*56', 'bc_cone*56', 's', '1', '1', '1', '1', '0', '0', '6470', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390852', 'bc_cone*57', 'bc_cone*57', 's', '1', '1', '1', '1', '0', '0', '6471', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390853', 'bc_cone*58', 'bc_cone*58', 's', '1', '1', '1', '1', '0', '0', '6472', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390854', 'bc_cone*59', 'bc_cone*59', 's', '1', '1', '1', '1', '0', '0', '6473', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390855', 'bc_cone*6', 'bc_cone*6', 's', '1', '1', '1', '1', '0', '0', '6474', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390856', 'bc_cone*60', 'bc_cone*60', 's', '1', '1', '1', '1', '0', '0', '6475', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390857', 'bc_cone*61', 'bc_cone*61', 's', '1', '1', '1', '1', '0', '0', '6476', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390858', 'bc_cone*62', 'bc_cone*62', 's', '1', '1', '1', '1', '0', '0', '6477', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390859', 'bc_cone*63', 'bc_cone*63', 's', '1', '1', '1', '1', '0', '0', '6478', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390860', 'bc_cone*64', 'bc_cone*64', 's', '1', '1', '1', '1', '0', '0', '6479', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390861', 'bc_cone*65', 'bc_cone*65', 's', '1', '1', '1', '1', '0', '0', '6480', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390862', 'bc_cone*66', 'bc_cone*66', 's', '1', '1', '1', '1', '0', '0', '6481', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390863', 'bc_cone*67', 'bc_cone*67', 's', '1', '1', '1', '1', '0', '0', '6482', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390864', 'bc_cone*68', 'bc_cone*68', 's', '1', '1', '1', '1', '0', '0', '6483', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390865', 'bc_cone*69', 'bc_cone*69', 's', '1', '1', '1', '1', '0', '0', '6484', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390866', 'bc_cone*7', 'bc_cone*7', 's', '1', '1', '1', '1', '0', '0', '6485', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390867', 'bc_cone*8', 'bc_cone*8', 's', '1', '1', '1', '1', '0', '0', '6486', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390868', 'bc_cone*9', 'bc_cone*9', 's', '1', '1', '1', '1', '0', '0', '6487', '1', '1', '1', '1', '1', 'Default', '3', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390900', 'bc_standinghalfcylinder*1', 'bc_standinghalfcylinder*1', 's', '1', '1', '1', '1', '0', '1', '6488', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390901', 'bc_standinghalfcylinder*10', 'bc_standinghalfcylinder*10', 's', '1', '1', '1', '1', '0', '1', '6489', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390902', 'bc_standinghalfcylinder*11', 'bc_standinghalfcylinder*11', 's', '1', '1', '1', '1', '0', '1', '6490', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390903', 'bc_standinghalfcylinder*12', 'bc_standinghalfcylinder*12', 's', '1', '1', '1', '1', '0', '1', '6491', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390904', 'bc_standinghalfcylinder*13', 'bc_standinghalfcylinder*13', 's', '1', '1', '1', '1', '0', '1', '6492', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390905', 'bc_standinghalfcylinder*14', 'bc_standinghalfcylinder*14', 's', '1', '1', '1', '1', '0', '1', '6493', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390906', 'bc_standinghalfcylinder*15', 'bc_standinghalfcylinder*15', 's', '1', '1', '1', '1', '0', '1', '6494', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390907', 'bc_standinghalfcylinder*16', 'bc_standinghalfcylinder*16', 's', '1', '1', '1', '1', '0', '1', '6495', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390908', 'bc_standinghalfcylinder*17', 'bc_standinghalfcylinder*17', 's', '1', '1', '1', '1', '0', '1', '6496', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390909', 'bc_standinghalfcylinder*18', 'bc_standinghalfcylinder*18', 's', '1', '1', '1', '1', '0', '1', '6497', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390910', 'bc_standinghalfcylinder*19', 'bc_standinghalfcylinder*19', 's', '1', '1', '1', '1', '0', '1', '6498', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390911', 'bc_standinghalfcylinder*2', 'bc_standinghalfcylinder*2', 's', '1', '1', '1', '1', '0', '1', '6499', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390912', 'bc_standinghalfcylinder*20', 'bc_standinghalfcylinder*20', 's', '1', '1', '1', '1', '0', '1', '6500', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390913', 'bc_standinghalfcylinder*21', 'bc_standinghalfcylinder*21', 's', '1', '1', '1', '1', '0', '1', '6501', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390914', 'bc_standinghalfcylinder*22', 'bc_standinghalfcylinder*22', 's', '1', '1', '1', '1', '0', '1', '6502', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390915', 'bc_standinghalfcylinder*23', 'bc_standinghalfcylinder*23', 's', '1', '1', '1', '1', '0', '1', '44390915', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390916', 'bc_standinghalfcylinder*24', 'bc_standinghalfcylinder*24', 's', '1', '1', '1', '1', '0', '1', '6504', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390917', 'bc_standinghalfcylinder*25', 'bc_standinghalfcylinder*25', 's', '1', '1', '1', '1', '0', '1', '6505', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390918', 'bc_standinghalfcylinder*26', 'bc_standinghalfcylinder*26', 's', '1', '1', '1', '1', '0', '1', '6506', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390919', 'bc_standinghalfcylinder*27', 'bc_standinghalfcylinder*27', 's', '1', '1', '1', '1', '0', '1', '6507', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390920', 'bc_standinghalfcylinder*28', 'bc_standinghalfcylinder*28', 's', '1', '1', '1', '1', '0', '1', '6508', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390921', 'bc_standinghalfcylinder*29', 'bc_standinghalfcylinder*29', 's', '1', '1', '1', '1', '0', '1', '6509', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390922', 'bc_standinghalfcylinder*3', 'bc_standinghalfcylinder*3', 's', '1', '1', '1', '1', '0', '1', '6510', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390923', 'bc_standinghalfcylinder*30', 'bc_standinghalfcylinder*30', 's', '1', '1', '1', '1', '0', '1', '6511', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390924', 'bc_standinghalfcylinder*31', 'bc_standinghalfcylinder*31', 's', '1', '1', '1', '1', '0', '1', '6512', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390925', 'bc_standinghalfcylinder*32', 'bc_standinghalfcylinder*32', 's', '1', '1', '1', '1', '0', '1', '6513', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390926', 'bc_standinghalfcylinder*33', 'bc_standinghalfcylinder*33', 's', '1', '1', '1', '1', '0', '1', '6514', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390927', 'bc_standinghalfcylinder*34', 'bc_standinghalfcylinder*34', 's', '1', '1', '1', '1', '0', '1', '6515', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390928', 'bc_standinghalfcylinder*35', 'bc_standinghalfcylinder*35', 's', '1', '1', '1', '1', '0', '1', '6516', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390929', 'bc_standinghalfcylinder*36', 'bc_standinghalfcylinder*36', 's', '1', '1', '1', '1', '0', '1', '6517', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390930', 'bc_standinghalfcylinder*37', 'bc_standinghalfcylinder*37', 's', '1', '1', '1', '1', '0', '1', '6518', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390931', 'bc_standinghalfcylinder*38', 'bc_standinghalfcylinder*38', 's', '1', '1', '1', '1', '0', '1', '6519', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390932', 'bc_standinghalfcylinder*39', 'bc_standinghalfcylinder*39', 's', '1', '1', '1', '1', '0', '1', '6520', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390933', 'bc_standinghalfcylinder*4', 'bc_standinghalfcylinder*4', 's', '1', '1', '1', '1', '0', '1', '6521', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390934', 'bc_standinghalfcylinder*40', 'bc_standinghalfcylinder*40', 's', '1', '1', '1', '1', '0', '1', '6522', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390935', 'bc_standinghalfcylinder*41', 'bc_standinghalfcylinder*41', 's', '1', '1', '1', '1', '0', '1', '6523', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390936', 'bc_standinghalfcylinder*42', 'bc_standinghalfcylinder*42', 's', '1', '1', '1', '1', '0', '1', '6524', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390937', 'bc_standinghalfcylinder*43', 'bc_standinghalfcylinder*43', 's', '1', '1', '1', '1', '0', '1', '6525', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390938', 'bc_standinghalfcylinder*44', 'bc_standinghalfcylinder*44', 's', '1', '1', '1', '1', '0', '1', '6526', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390939', 'bc_standinghalfcylinder*45', 'bc_standinghalfcylinder*45', 's', '1', '1', '1', '1', '0', '1', '6527', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390940', 'bc_standinghalfcylinder*46', 'bc_standinghalfcylinder*46', 's', '1', '1', '1', '1', '0', '1', '6528', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390941', 'bc_standinghalfcylinder*47', 'bc_standinghalfcylinder*47', 's', '1', '1', '1', '1', '0', '1', '6529', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390942', 'bc_standinghalfcylinder*48', 'bc_standinghalfcylinder*48', 's', '1', '1', '1', '1', '0', '1', '6530', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390943', 'bc_standinghalfcylinder*49', 'bc_standinghalfcylinder*49', 's', '1', '1', '1', '1', '0', '1', '6531', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390944', 'bc_standinghalfcylinder*5', 'bc_standinghalfcylinder*5', 's', '1', '1', '1', '1', '0', '1', '6532', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390945', 'bc_standinghalfcylinder*50', 'bc_standinghalfcylinder*50', 's', '1', '1', '1', '1', '0', '1', '6533', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390946', 'bc_standinghalfcylinder*51', 'bc_standinghalfcylinder*51', 's', '1', '1', '1', '1', '0', '1', '6534', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390947', 'bc_standinghalfcylinder*52', 'bc_standinghalfcylinder*52', 's', '1', '1', '1', '1', '0', '1', '6535', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390948', 'bc_standinghalfcylinder*53', 'bc_standinghalfcylinder*53', 's', '1', '1', '1', '1', '0', '1', '6536', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390949', 'bc_standinghalfcylinder*54', 'bc_standinghalfcylinder*54', 's', '1', '1', '1', '1', '0', '1', '6537', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390950', 'bc_standinghalfcylinder*55', 'bc_standinghalfcylinder*55', 's', '1', '1', '1', '1', '0', '1', '6538', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390951', 'bc_standinghalfcylinder*56', 'bc_standinghalfcylinder*56', 's', '1', '1', '1', '1', '0', '1', '6539', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390952', 'bc_standinghalfcylinder*57', 'bc_standinghalfcylinder*57', 's', '1', '1', '1', '1', '0', '1', '6540', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390953', 'bc_standinghalfcylinder*58', 'bc_standinghalfcylinder*58', 's', '1', '1', '1', '1', '0', '1', '6541', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390954', 'bc_standinghalfcylinder*59', 'bc_standinghalfcylinder*59', 's', '1', '1', '1', '1', '0', '1', '6542', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390955', 'bc_standinghalfcylinder*6', 'bc_standinghalfcylinder*6', 's', '1', '1', '1', '1', '0', '1', '6543', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390956', 'bc_standinghalfcylinder*60', 'bc_standinghalfcylinder*60', 's', '1', '1', '1', '1', '0', '1', '6544', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390957', 'bc_standinghalfcylinder*61', 'bc_standinghalfcylinder*61', 's', '1', '1', '1', '1', '0', '1', '6545', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390958', 'bc_standinghalfcylinder*62', 'bc_standinghalfcylinder*62', 's', '1', '1', '1', '1', '0', '1', '6546', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390959', 'bc_standinghalfcylinder*63', 'bc_standinghalfcylinder*63', 's', '1', '1', '1', '1', '0', '1', '6547', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390960', 'bc_standinghalfcylinder*64', 'bc_standinghalfcylinder*64', 's', '1', '1', '1', '1', '0', '1', '6548', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390961', 'bc_standinghalfcylinder*65', 'bc_standinghalfcylinder*65', 's', '1', '1', '1', '1', '0', '1', '6549', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390962', 'bc_standinghalfcylinder*66', 'bc_standinghalfcylinder*66', 's', '1', '1', '1', '1', '0', '1', '6550', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390963', 'bc_standinghalfcylinder*67', 'bc_standinghalfcylinder*67', 's', '1', '1', '1', '1', '0', '1', '6551', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390964', 'bc_standinghalfcylinder*68', 'bc_standinghalfcylinder*68', 's', '1', '1', '1', '1', '0', '1', '6552', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390965', 'bc_standinghalfcylinder*69', 'bc_standinghalfcylinder*69', 's', '1', '1', '1', '1', '0', '1', '6553', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390966', 'bc_standinghalfcylinder*7', 'bc_standinghalfcylinder*7', 's', '1', '1', '1', '1', '0', '1', '6554', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390967', 'bc_standinghalfcylinder*8', 'bc_standinghalfcylinder*8', 's', '1', '1', '1', '1', '0', '1', '6555', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44390968', 'bc_standinghalfcylinder*9', 'bc_standinghalfcylinder*9', 's', '1', '1', '1', '1', '0', '1', '6556', '1', '1', '1', '1', '1', 'Default', '4', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391000', 'bc_hemisphere*1', 'bc_hemisphere*1', 's', '1', '1', '0.4', '1', '0', '0', '6557', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391001', 'bc_hemisphere*10', 'bc_hemisphere*10', 's', '1', '1', '0.4', '1', '0', '0', '6558', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391002', 'bc_hemisphere*11', 'bc_hemisphere*11', 's', '1', '1', '0.4', '1', '0', '0', '6559', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391003', 'bc_hemisphere*12', 'bc_hemisphere*12', 's', '1', '1', '0.4', '1', '0', '0', '6560', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391004', 'bc_hemisphere*13', 'bc_hemisphere*13', 's', '1', '1', '0.4', '1', '0', '0', '6561', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391005', 'bc_hemisphere*14', 'bc_hemisphere*14', 's', '1', '1', '0.4', '1', '0', '0', '6562', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391006', 'bc_hemisphere*15', 'bc_hemisphere*15', 's', '1', '1', '0.4', '1', '0', '0', '6563', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391007', 'bc_hemisphere*16', 'bc_hemisphere*16', 's', '1', '1', '0.4', '1', '0', '0', '6564', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391008', 'bc_hemisphere*17', 'bc_hemisphere*17', 's', '1', '1', '0.4', '1', '0', '0', '6565', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391009', 'bc_hemisphere*18', 'bc_hemisphere*18', 's', '1', '1', '0.4', '1', '0', '0', '6566', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391010', 'bc_hemisphere*19', 'bc_hemisphere*19', 's', '1', '1', '0.4', '1', '0', '0', '6567', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391011', 'bc_hemisphere*2', 'bc_hemisphere*2', 's', '1', '1', '0.4', '1', '0', '0', '6568', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391012', 'bc_hemisphere*20', 'bc_hemisphere*20', 's', '1', '1', '0.4', '1', '0', '0', '6569', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391013', 'bc_hemisphere*21', 'bc_hemisphere*21', 's', '1', '1', '0.4', '1', '0', '0', '6570', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391014', 'bc_hemisphere*22', 'bc_hemisphere*22', 's', '1', '1', '0.4', '1', '0', '0', '6571', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391015', 'bc_hemisphere*23', 'bc_hemisphere*23', 's', '1', '1', '0.4', '1', '0', '0', '6572', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391016', 'bc_hemisphere*24', 'bc_hemisphere*24', 's', '1', '1', '0.4', '1', '0', '0', '6573', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391017', 'bc_hemisphere*25', 'bc_hemisphere*25', 's', '1', '1', '0.4', '1', '0', '0', '6574', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391018', 'bc_hemisphere*26', 'bc_hemisphere*26', 's', '1', '1', '0.4', '1', '0', '0', '6575', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391019', 'bc_hemisphere*27', 'bc_hemisphere*27', 's', '1', '1', '0.4', '1', '0', '0', '6576', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391020', 'bc_hemisphere*28', 'bc_hemisphere*28', 's', '1', '1', '0.4', '1', '0', '0', '6577', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391021', 'bc_hemisphere*29', 'bc_hemisphere*29', 's', '1', '1', '0.4', '1', '0', '0', '6578', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391022', 'bc_hemisphere*3', 'bc_hemisphere*3', 's', '1', '1', '0.4', '1', '0', '0', '6579', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391023', 'bc_hemisphere*30', 'bc_hemisphere*30', 's', '1', '1', '0.4', '1', '0', '0', '6580', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391024', 'bc_hemisphere*31', 'bc_hemisphere*31', 's', '1', '1', '0.4', '1', '0', '0', '6581', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391025', 'bc_hemisphere*32', 'bc_hemisphere*32', 's', '1', '1', '0.4', '1', '0', '0', '6582', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391026', 'bc_hemisphere*33', 'bc_hemisphere*33', 's', '1', '1', '0.4', '1', '0', '0', '6583', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391027', 'bc_hemisphere*34', 'bc_hemisphere*34', 's', '1', '1', '0.4', '1', '0', '0', '6584', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391028', 'bc_hemisphere*35', 'bc_hemisphere*35', 's', '1', '1', '0.4', '1', '0', '0', '6585', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391029', 'bc_hemisphere*36', 'bc_hemisphere*36', 's', '1', '1', '0.4', '1', '0', '0', '6586', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391030', 'bc_hemisphere*37', 'bc_hemisphere*37', 's', '1', '1', '0.4', '1', '0', '0', '6587', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391031', 'bc_hemisphere*38', 'bc_hemisphere*38', 's', '1', '1', '0.4', '1', '0', '0', '6588', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391032', 'bc_hemisphere*39', 'bc_hemisphere*39', 's', '1', '1', '0.4', '1', '0', '0', '6589', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391033', 'bc_hemisphere*4', 'bc_hemisphere*4', 's', '1', '1', '0.4', '1', '0', '0', '6590', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391034', 'bc_hemisphere*40', 'bc_hemisphere*40', 's', '1', '1', '0.4', '1', '0', '0', '6591', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391035', 'bc_hemisphere*41', 'bc_hemisphere*41', 's', '1', '1', '0.4', '1', '0', '0', '6592', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391036', 'bc_hemisphere*42', 'bc_hemisphere*42', 's', '1', '1', '0.4', '1', '0', '0', '6593', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391037', 'bc_hemisphere*43', 'bc_hemisphere*43', 's', '1', '1', '0.4', '1', '0', '0', '6594', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391038', 'bc_hemisphere*44', 'bc_hemisphere*44', 's', '1', '1', '0.4', '1', '0', '0', '6595', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391039', 'bc_hemisphere*45', 'bc_hemisphere*45', 's', '1', '1', '0.4', '1', '0', '0', '6596', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391040', 'bc_hemisphere*46', 'bc_hemisphere*46', 's', '1', '1', '0.4', '1', '0', '0', '6597', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391041', 'bc_hemisphere*47', 'bc_hemisphere*47', 's', '1', '1', '0.4', '1', '0', '0', '6598', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391042', 'bc_hemisphere*48', 'bc_hemisphere*48', 's', '1', '1', '0.4', '1', '0', '0', '6599', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391043', 'bc_hemisphere*49', 'bc_hemisphere*49', 's', '1', '1', '0.4', '1', '0', '0', '6600', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391044', 'bc_hemisphere*5', 'bc_hemisphere*5', 's', '1', '1', '0.4', '1', '0', '0', '6601', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391045', 'bc_hemisphere*50', 'bc_hemisphere*50', 's', '1', '1', '0.4', '1', '0', '0', '6602', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391046', 'bc_hemisphere*51', 'bc_hemisphere*51', 's', '1', '1', '0.4', '1', '0', '0', '6603', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391047', 'bc_hemisphere*52', 'bc_hemisphere*52', 's', '1', '1', '0.4', '1', '0', '0', '6604', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391048', 'bc_hemisphere*53', 'bc_hemisphere*53', 's', '1', '1', '0.4', '1', '0', '0', '6605', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391049', 'bc_hemisphere*54', 'bc_hemisphere*54', 's', '1', '1', '0.4', '1', '0', '0', '6606', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391050', 'bc_hemisphere*55', 'bc_hemisphere*55', 's', '1', '1', '0.4', '1', '0', '0', '6607', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391051', 'bc_hemisphere*56', 'bc_hemisphere*56', 's', '1', '1', '0.4', '1', '0', '0', '6608', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391052', 'bc_hemisphere*57', 'bc_hemisphere*57', 's', '1', '1', '0.4', '1', '0', '0', '6609', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391053', 'bc_hemisphere*58', 'bc_hemisphere*58', 's', '1', '1', '0.4', '1', '0', '0', '6610', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391054', 'bc_hemisphere*59', 'bc_hemisphere*59', 's', '1', '1', '0.4', '1', '0', '0', '6611', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391055', 'bc_hemisphere*6', 'bc_hemisphere*6', 's', '1', '1', '0.4', '1', '0', '0', '6612', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391056', 'bc_hemisphere*60', 'bc_hemisphere*60', 's', '1', '1', '0.4', '1', '0', '0', '6613', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391057', 'bc_hemisphere*61', 'bc_hemisphere*61', 's', '1', '1', '0.4', '1', '0', '0', '6614', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391058', 'bc_hemisphere*62', 'bc_hemisphere*62', 's', '1', '1', '0.4', '1', '0', '0', '6615', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391059', 'bc_hemisphere*63', 'bc_hemisphere*63', 's', '1', '1', '0.4', '1', '0', '0', '6616', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391060', 'bc_hemisphere*64', 'bc_hemisphere*64', 's', '1', '1', '0.4', '1', '0', '0', '6617', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391061', 'bc_hemisphere*65', 'bc_hemisphere*65', 's', '1', '1', '0.4', '1', '0', '0', '6618', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391062', 'bc_hemisphere*66', 'bc_hemisphere*66', 's', '1', '1', '0.4', '1', '0', '0', '6619', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391063', 'bc_hemisphere*67', 'bc_hemisphere*67', 's', '1', '1', '0.4', '1', '0', '0', '6620', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391064', 'bc_hemisphere*68', 'bc_hemisphere*68', 's', '1', '1', '0.4', '1', '0', '0', '6621', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391065', 'bc_hemisphere*69', 'bc_hemisphere*69', 's', '1', '1', '0.4', '1', '0', '0', '6622', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391066', 'bc_hemisphere*7', 'bc_hemisphere*7', 's', '1', '1', '0.4', '1', '0', '0', '6623', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391067', 'bc_hemisphere*8', 'bc_hemisphere*8', 's', '1', '1', '0.4', '1', '0', '0', '6624', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391068', 'bc_hemisphere*9', 'bc_hemisphere*9', 's', '1', '1', '0.4', '1', '0', '0', '6625', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391100', 'bc_halfcylinder*1', 'bc_halfcylinder*1', 's', '1', '1', '0.5', '1', '0', '0', '6626', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391101', 'bc_halfcylinder*10', 'bc_halfcylinder*10', 's', '1', '1', '0.5', '1', '0', '0', '6627', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391102', 'bc_halfcylinder*11', 'bc_halfcylinder*11', 's', '1', '1', '0.5', '1', '0', '0', '6628', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391103', 'bc_halfcylinder*12', 'bc_halfcylinder*12', 's', '1', '1', '0.5', '1', '0', '0', '6629', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391104', 'bc_halfcylinder*13', 'bc_halfcylinder*13', 's', '1', '1', '0.5', '1', '0', '0', '6630', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391105', 'bc_halfcylinder*14', 'bc_halfcylinder*14', 's', '1', '1', '0.5', '1', '0', '0', '6631', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391106', 'bc_halfcylinder*15', 'bc_halfcylinder*15', 's', '1', '1', '0.5', '1', '0', '0', '6632', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391107', 'bc_halfcylinder*16', 'bc_halfcylinder*16', 's', '1', '1', '0.5', '1', '0', '0', '6633', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391108', 'bc_halfcylinder*17', 'bc_halfcylinder*17', 's', '1', '1', '0.5', '1', '0', '0', '6634', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391109', 'bc_halfcylinder*18', 'bc_halfcylinder*18', 's', '1', '1', '0.5', '1', '0', '0', '6635', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391110', 'bc_halfcylinder*19', 'bc_halfcylinder*19', 's', '1', '1', '0.5', '1', '0', '0', '6636', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391111', 'bc_halfcylinder*2', 'bc_halfcylinder*2', 's', '1', '1', '0.5', '1', '0', '0', '6637', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391112', 'bc_halfcylinder*20', 'bc_halfcylinder*20', 's', '1', '1', '0.5', '1', '0', '0', '6638', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391113', 'bc_halfcylinder*21', 'bc_halfcylinder*21', 's', '1', '1', '0.5', '1', '0', '0', '6639', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391114', 'bc_halfcylinder*22', 'bc_halfcylinder*22', 's', '1', '1', '0.5', '1', '0', '0', '6640', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391115', 'bc_halfcylinder*23', 'bc_halfcylinder*23', 's', '1', '1', '0.5', '1', '0', '0', '6641', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391116', 'bc_halfcylinder*24', 'bc_halfcylinder*24', 's', '1', '1', '0.5', '1', '0', '0', '6642', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391117', 'bc_halfcylinder*25', 'bc_halfcylinder*25', 's', '1', '1', '0.5', '1', '0', '0', '6643', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391118', 'bc_halfcylinder*26', 'bc_halfcylinder*26', 's', '1', '1', '0.5', '1', '0', '0', '6644', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391119', 'bc_halfcylinder*27', 'bc_halfcylinder*27', 's', '1', '1', '0.5', '1', '0', '0', '6645', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391120', 'bc_halfcylinder*28', 'bc_halfcylinder*28', 's', '1', '1', '0.5', '1', '0', '0', '6646', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391121', 'bc_halfcylinder*29', 'bc_halfcylinder*29', 's', '1', '1', '0.5', '1', '0', '0', '6647', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391122', 'bc_halfcylinder*3', 'bc_halfcylinder*3', 's', '1', '1', '0.5', '1', '0', '0', '6648', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391123', 'bc_halfcylinder*30', 'bc_halfcylinder*30', 's', '1', '1', '0.5', '1', '0', '0', '6649', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391124', 'bc_halfcylinder*31', 'bc_halfcylinder*31', 's', '1', '1', '0.5', '1', '0', '0', '6650', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391125', 'bc_halfcylinder*32', 'bc_halfcylinder*32', 's', '1', '1', '0.5', '1', '0', '0', '6651', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391126', 'bc_halfcylinder*33', 'bc_halfcylinder*33', 's', '1', '1', '0.5', '1', '0', '0', '6652', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391127', 'bc_halfcylinder*34', 'bc_halfcylinder*34', 's', '1', '1', '0.5', '1', '0', '0', '6653', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391128', 'bc_halfcylinder*35', 'bc_halfcylinder*35', 's', '1', '1', '0.5', '1', '0', '0', '6654', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391129', 'bc_halfcylinder*36', 'bc_halfcylinder*36', 's', '1', '1', '0.5', '1', '0', '0', '6655', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391130', 'bc_halfcylinder*37', 'bc_halfcylinder*37', 's', '1', '1', '0.5', '1', '0', '0', '6656', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391131', 'bc_halfcylinder*38', 'bc_halfcylinder*38', 's', '1', '1', '0.5', '1', '0', '0', '6657', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391132', 'bc_halfcylinder*39', 'bc_halfcylinder*39', 's', '1', '1', '0.5', '1', '0', '0', '6658', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391133', 'bc_halfcylinder*4', 'bc_halfcylinder*4', 's', '1', '1', '0.5', '1', '0', '0', '6659', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391134', 'bc_halfcylinder*40', 'bc_halfcylinder*40', 's', '1', '1', '0.5', '1', '0', '0', '6660', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391135', 'bc_halfcylinder*41', 'bc_halfcylinder*41', 's', '1', '1', '0.5', '1', '0', '0', '6661', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391136', 'bc_halfcylinder*42', 'bc_halfcylinder*42', 's', '1', '1', '0.5', '1', '0', '0', '6662', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391137', 'bc_halfcylinder*43', 'bc_halfcylinder*43', 's', '1', '1', '0.5', '1', '0', '0', '6663', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391138', 'bc_halfcylinder*44', 'bc_halfcylinder*44', 's', '1', '1', '0.5', '1', '0', '0', '6664', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391139', 'bc_halfcylinder*45', 'bc_halfcylinder*45', 's', '1', '1', '0.5', '1', '0', '0', '6665', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391140', 'bc_halfcylinder*46', 'bc_halfcylinder*46', 's', '1', '1', '0.5', '1', '0', '0', '6666', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391141', 'bc_halfcylinder*47', 'bc_halfcylinder*47', 's', '1', '1', '0.5', '1', '0', '0', '6667', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391142', 'bc_halfcylinder*48', 'bc_halfcylinder*48', 's', '1', '1', '0.5', '1', '0', '0', '6668', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391143', 'bc_halfcylinder*49', 'bc_halfcylinder*49', 's', '1', '1', '0.5', '1', '0', '0', '6669', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391144', 'bc_halfcylinder*5', 'bc_halfcylinder*5', 's', '1', '1', '0.5', '1', '0', '0', '6670', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391145', 'bc_halfcylinder*50', 'bc_halfcylinder*50', 's', '1', '1', '0.5', '1', '0', '0', '6671', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391146', 'bc_halfcylinder*51', 'bc_halfcylinder*51', 's', '1', '1', '0.5', '1', '0', '0', '6672', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391147', 'bc_halfcylinder*52', 'bc_halfcylinder*52', 's', '1', '1', '0.5', '1', '0', '0', '6673', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391148', 'bc_halfcylinder*53', 'bc_halfcylinder*53', 's', '1', '1', '0.5', '1', '0', '0', '6674', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391149', 'bc_halfcylinder*54', 'bc_halfcylinder*54', 's', '1', '1', '0.5', '1', '0', '0', '6675', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391150', 'bc_halfcylinder*55', 'bc_halfcylinder*55', 's', '1', '1', '0.5', '1', '0', '0', '6676', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391151', 'bc_halfcylinder*56', 'bc_halfcylinder*56', 's', '1', '1', '0.5', '1', '0', '0', '6677', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391152', 'bc_halfcylinder*57', 'bc_halfcylinder*57', 's', '1', '1', '0.5', '1', '0', '0', '6678', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391153', 'bc_halfcylinder*58', 'bc_halfcylinder*58', 's', '1', '1', '0.5', '1', '0', '0', '6679', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391154', 'bc_halfcylinder*59', 'bc_halfcylinder*59', 's', '1', '1', '0.5', '1', '0', '0', '6680', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391155', 'bc_halfcylinder*6', 'bc_halfcylinder*6', 's', '1', '1', '0.5', '1', '0', '0', '6681', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391156', 'bc_halfcylinder*60', 'bc_halfcylinder*60', 's', '1', '1', '0.5', '1', '0', '0', '6682', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391157', 'bc_halfcylinder*61', 'bc_halfcylinder*61', 's', '1', '1', '0.5', '1', '0', '0', '6683', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391158', 'bc_halfcylinder*62', 'bc_halfcylinder*62', 's', '1', '1', '0.5', '1', '0', '0', '6684', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391159', 'bc_halfcylinder*63', 'bc_halfcylinder*63', 's', '1', '1', '0.5', '1', '0', '0', '6685', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391160', 'bc_halfcylinder*64', 'bc_halfcylinder*64', 's', '1', '1', '0.5', '1', '0', '0', '6686', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391161', 'bc_halfcylinder*65', 'bc_halfcylinder*65', 's', '1', '1', '0.5', '1', '0', '0', '6687', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391162', 'bc_halfcylinder*66', 'bc_halfcylinder*66', 's', '1', '1', '0.5', '1', '0', '0', '6688', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391163', 'bc_halfcylinder*67', 'bc_halfcylinder*67', 's', '1', '1', '0.5', '1', '0', '0', '6689', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391164', 'bc_halfcylinder*68', 'bc_halfcylinder*68', 's', '1', '1', '0.5', '1', '0', '0', '6690', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391165', 'bc_halfcylinder*69', 'bc_halfcylinder*69', 's', '1', '1', '0.5', '1', '0', '0', '6691', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391166', 'bc_halfcylinder*7', 'bc_halfcylinder*7', 's', '1', '1', '0.5', '1', '0', '0', '6692', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391167', 'bc_halfcylinder*8', 'bc_halfcylinder*8', 's', '1', '1', '0.5', '1', '0', '0', '6693', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391168', 'bc_halfcylinder*9', 'bc_halfcylinder*9', 's', '1', '1', '0.5', '1', '0', '0', '6694', '1', '1', '1', '1', '1', 'Default', '2', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391200', 'bc_quarterring*1', 'bc_quarterring*1', 's', '1', '1', '1', '1', '0', '0', '6695', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391201', 'bc_quarterring*10', 'bc_quarterring*10', 's', '1', '1', '1', '1', '0', '0', '6696', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391202', 'bc_quarterring*11', 'bc_quarterring*11', 's', '1', '1', '1', '1', '0', '0', '6697', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391203', 'bc_quarterring*12', 'bc_quarterring*12', 's', '1', '1', '1', '1', '0', '0', '6698', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391204', 'bc_quarterring*13', 'bc_quarterring*13', 's', '1', '1', '1', '1', '0', '0', '6699', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391205', 'bc_quarterring*14', 'bc_quarterring*14', 's', '1', '1', '1', '1', '0', '0', '6700', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391206', 'bc_quarterring*15', 'bc_quarterring*15', 's', '1', '1', '1', '1', '0', '0', '6701', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391207', 'bc_quarterring*16', 'bc_quarterring*16', 's', '1', '1', '1', '1', '0', '0', '6702', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391208', 'bc_quarterring*17', 'bc_quarterring*17', 's', '1', '1', '1', '1', '0', '0', '6703', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391209', 'bc_quarterring*18', 'bc_quarterring*18', 's', '1', '1', '1', '1', '0', '0', '6704', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391210', 'bc_quarterring*19', 'bc_quarterring*19', 's', '1', '1', '1', '1', '0', '0', '6705', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391211', 'bc_quarterring*2', 'bc_quarterring*2', 's', '1', '1', '1', '1', '0', '0', '6706', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391212', 'bc_quarterring*20', 'bc_quarterring*20', 's', '1', '1', '1', '1', '0', '0', '6707', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391213', 'bc_quarterring*21', 'bc_quarterring*21', 's', '1', '1', '1', '1', '0', '0', '6708', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391214', 'bc_quarterring*22', 'bc_quarterring*22', 's', '1', '1', '1', '1', '0', '0', '6709', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391215', 'bc_quarterring*23', 'bc_quarterring*23', 's', '1', '1', '1', '1', '0', '0', '6710', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391216', 'bc_quarterring*24', 'bc_quarterring*24', 's', '1', '1', '1', '1', '0', '0', '6711', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391217', 'bc_quarterring*25', 'bc_quarterring*25', 's', '1', '1', '1', '1', '0', '0', '6712', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391218', 'bc_quarterring*26', 'bc_quarterring*26', 's', '1', '1', '1', '1', '0', '0', '6713', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391219', 'bc_quarterring*27', 'bc_quarterring*27', 's', '1', '1', '1', '1', '0', '0', '6714', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391220', 'bc_quarterring*28', 'bc_quarterring*28', 's', '1', '1', '1', '1', '0', '0', '6715', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391221', 'bc_quarterring*29', 'bc_quarterring*29', 's', '1', '1', '1', '1', '0', '0', '6716', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391222', 'bc_quarterring*3', 'bc_quarterring*3', 's', '1', '1', '1', '1', '0', '0', '6717', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391223', 'bc_quarterring*30', 'bc_quarterring*30', 's', '1', '1', '1', '1', '0', '0', '6718', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391224', 'bc_quarterring*31', 'bc_quarterring*31', 's', '1', '1', '1', '1', '0', '0', '6719', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391225', 'bc_quarterring*32', 'bc_quarterring*32', 's', '1', '1', '1', '1', '0', '0', '6720', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391226', 'bc_quarterring*33', 'bc_quarterring*33', 's', '1', '1', '1', '1', '0', '0', '6721', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391227', 'bc_quarterring*34', 'bc_quarterring*34', 's', '1', '1', '1', '1', '0', '0', '6722', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391228', 'bc_quarterring*35', 'bc_quarterring*35', 's', '1', '1', '1', '1', '0', '0', '6723', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391229', 'bc_quarterring*36', 'bc_quarterring*36', 's', '1', '1', '1', '1', '0', '0', '6724', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391230', 'bc_quarterring*37', 'bc_quarterring*37', 's', '1', '1', '1', '1', '0', '0', '6725', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391231', 'bc_quarterring*38', 'bc_quarterring*38', 's', '1', '1', '1', '1', '0', '0', '6726', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391232', 'bc_quarterring*39', 'bc_quarterring*39', 's', '1', '1', '1', '1', '0', '0', '6727', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391233', 'bc_quarterring*4', 'bc_quarterring*4', 's', '1', '1', '1', '1', '0', '0', '6728', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391234', 'bc_quarterring*40', 'bc_quarterring*40', 's', '1', '1', '1', '1', '0', '0', '6729', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391235', 'bc_quarterring*41', 'bc_quarterring*41', 's', '1', '1', '1', '1', '0', '0', '6730', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391236', 'bc_quarterring*42', 'bc_quarterring*42', 's', '1', '1', '1', '1', '0', '0', '6731', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391237', 'bc_quarterring*43', 'bc_quarterring*43', 's', '1', '1', '1', '1', '0', '0', '6732', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391238', 'bc_quarterring*44', 'bc_quarterring*44', 's', '1', '1', '1', '1', '0', '0', '6733', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391239', 'bc_quarterring*45', 'bc_quarterring*45', 's', '1', '1', '1', '1', '0', '0', '6734', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391240', 'bc_quarterring*46', 'bc_quarterring*46', 's', '1', '1', '1', '1', '0', '0', '6735', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391241', 'bc_quarterring*47', 'bc_quarterring*47', 's', '1', '1', '1', '1', '0', '0', '6736', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391242', 'bc_quarterring*48', 'bc_quarterring*48', 's', '1', '1', '1', '1', '0', '0', '6737', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391243', 'bc_quarterring*49', 'bc_quarterring*49', 's', '1', '1', '1', '1', '0', '0', '6738', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391244', 'bc_quarterring*5', 'bc_quarterring*5', 's', '1', '1', '1', '1', '0', '0', '6739', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391245', 'bc_quarterring*50', 'bc_quarterring*50', 's', '1', '1', '1', '1', '0', '0', '6740', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391246', 'bc_quarterring*51', 'bc_quarterring*51', 's', '1', '1', '1', '1', '0', '0', '6741', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391247', 'bc_quarterring*52', 'bc_quarterring*52', 's', '1', '1', '1', '1', '0', '0', '6742', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391248', 'bc_quarterring*53', 'bc_quarterring*53', 's', '1', '1', '1', '1', '0', '0', '6743', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391249', 'bc_quarterring*54', 'bc_quarterring*54', 's', '1', '1', '1', '1', '0', '0', '6744', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391250', 'bc_quarterring*55', 'bc_quarterring*55', 's', '1', '1', '1', '1', '0', '0', '6745', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391251', 'bc_quarterring*56', 'bc_quarterring*56', 's', '1', '1', '1', '1', '0', '0', '6746', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391252', 'bc_quarterring*57', 'bc_quarterring*57', 's', '1', '1', '1', '1', '0', '0', '6747', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391253', 'bc_quarterring*58', 'bc_quarterring*58', 's', '1', '1', '1', '1', '0', '0', '6748', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391254', 'bc_quarterring*59', 'bc_quarterring*59', 's', '1', '1', '1', '1', '0', '0', '6749', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391255', 'bc_quarterring*6', 'bc_quarterring*6', 's', '1', '1', '1', '1', '0', '0', '6750', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391256', 'bc_quarterring*60', 'bc_quarterring*60', 's', '1', '1', '1', '1', '0', '0', '6751', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391257', 'bc_quarterring*61', 'bc_quarterring*61', 's', '1', '1', '1', '1', '0', '0', '6752', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391258', 'bc_quarterring*62', 'bc_quarterring*62', 's', '1', '1', '1', '1', '0', '0', '6753', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391259', 'bc_quarterring*63', 'bc_quarterring*63', 's', '1', '1', '1', '1', '0', '0', '6754', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391260', 'bc_quarterring*64', 'bc_quarterring*64', 's', '1', '1', '1', '1', '0', '0', '6755', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391261', 'bc_quarterring*65', 'bc_quarterring*65', 's', '1', '1', '1', '1', '0', '0', '6756', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391262', 'bc_quarterring*66', 'bc_quarterring*66', 's', '1', '1', '1', '1', '0', '0', '6757', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391263', 'bc_quarterring*67', 'bc_quarterring*67', 's', '1', '1', '1', '1', '0', '0', '6758', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391264', 'bc_quarterring*68', 'bc_quarterring*68', 's', '1', '1', '1', '1', '0', '0', '6759', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391265', 'bc_quarterring*69', 'bc_quarterring*69', 's', '1', '1', '1', '1', '0', '0', '6760', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391266', 'bc_quarterring*7', 'bc_quarterring*7', 's', '1', '1', '1', '1', '0', '0', '6761', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391267', 'bc_quarterring*8', 'bc_quarterring*8', 's', '1', '1', '1', '1', '0', '0', '6762', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391268', 'bc_quarterring*9', 'bc_quarterring*9', 's', '1', '1', '1', '1', '0', '0', '6763', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391300', 'bc_glasspanel*1', 'bc_glasspanel*1', 's', '2', '1', '2', '1', '0', '0', '6764', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391301', 'bc_glasspanel*10', 'bc_glasspanel*10', 's', '2', '1', '2', '1', '0', '0', '6765', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391302', 'bc_glasspanel*11', 'bc_glasspanel*11', 's', '2', '1', '2', '1', '0', '0', '6766', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391303', 'bc_glasspanel*12', 'bc_glasspanel*12', 's', '2', '1', '2', '1', '0', '0', '6767', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391304', 'bc_glasspanel*13', 'bc_glasspanel*13', 's', '2', '1', '2', '1', '0', '0', '6768', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391305', 'bc_glasspanel*14', 'bc_glasspanel*14', 's', '2', '1', '2', '1', '0', '0', '6769', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391306', 'bc_glasspanel*15', 'bc_glasspanel*15', 's', '2', '1', '2', '1', '0', '0', '6770', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391307', 'bc_glasspanel*16', 'bc_glasspanel*16', 's', '2', '1', '2', '1', '0', '0', '6771', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391308', 'bc_glasspanel*17', 'bc_glasspanel*17', 's', '2', '1', '2', '1', '0', '0', '6772', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391309', 'bc_glasspanel*18', 'bc_glasspanel*18', 's', '2', '1', '2', '1', '0', '0', '6773', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391310', 'bc_glasspanel*19', 'bc_glasspanel*19', 's', '2', '1', '2', '1', '0', '0', '6774', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391311', 'bc_glasspanel*2', 'bc_glasspanel*2', 's', '2', '1', '2', '1', '0', '0', '6775', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391312', 'bc_glasspanel*20', 'bc_glasspanel*20', 's', '2', '1', '2', '1', '0', '0', '6776', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391313', 'bc_glasspanel*21', 'bc_glasspanel*21', 's', '2', '1', '2', '1', '0', '0', '6777', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391314', 'bc_glasspanel*22', 'bc_glasspanel*22', 's', '2', '1', '2', '1', '0', '0', '6778', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391315', 'bc_glasspanel*23', 'bc_glasspanel*23', 's', '2', '1', '2', '1', '0', '0', '6779', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391316', 'bc_glasspanel*24', 'bc_glasspanel*24', 's', '2', '1', '2', '1', '0', '0', '6780', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391317', 'bc_glasspanel*25', 'bc_glasspanel*25', 's', '2', '1', '2', '1', '0', '0', '6781', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391318', 'bc_glasspanel*26', 'bc_glasspanel*26', 's', '2', '1', '2', '1', '0', '0', '6782', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391319', 'bc_glasspanel*27', 'bc_glasspanel*27', 's', '2', '1', '2', '1', '0', '0', '6783', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391320', 'bc_glasspanel*28', 'bc_glasspanel*28', 's', '2', '1', '2', '1', '0', '0', '6784', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391321', 'bc_glasspanel*29', 'bc_glasspanel*29', 's', '2', '1', '2', '1', '0', '0', '6785', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391322', 'bc_glasspanel*3', 'bc_glasspanel*3', 's', '2', '1', '2', '1', '0', '0', '6786', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391323', 'bc_glasspanel*30', 'bc_glasspanel*30', 's', '2', '1', '2', '1', '0', '0', '6787', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391324', 'bc_glasspanel*31', 'bc_glasspanel*31', 's', '2', '1', '2', '1', '0', '0', '6788', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391325', 'bc_glasspanel*32', 'bc_glasspanel*32', 's', '2', '1', '2', '1', '0', '0', '6789', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391326', 'bc_glasspanel*33', 'bc_glasspanel*33', 's', '2', '1', '2', '1', '0', '0', '6790', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391327', 'bc_glasspanel*34', 'bc_glasspanel*34', 's', '2', '1', '2', '1', '0', '0', '6791', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391328', 'bc_glasspanel*35', 'bc_glasspanel*35', 's', '2', '1', '2', '1', '0', '0', '6792', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391329', 'bc_glasspanel*36', 'bc_glasspanel*36', 's', '2', '1', '2', '1', '0', '0', '6793', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391330', 'bc_glasspanel*37', 'bc_glasspanel*37', 's', '2', '1', '2', '1', '0', '0', '6794', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391331', 'bc_glasspanel*38', 'bc_glasspanel*38', 's', '2', '1', '2', '1', '0', '0', '6795', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391332', 'bc_glasspanel*39', 'bc_glasspanel*39', 's', '2', '1', '2', '1', '0', '0', '6796', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391333', 'bc_glasspanel*4', 'bc_glasspanel*4', 's', '2', '1', '2', '1', '0', '0', '6797', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391334', 'bc_glasspanel*40', 'bc_glasspanel*40', 's', '2', '1', '2', '1', '0', '0', '6798', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391335', 'bc_glasspanel*41', 'bc_glasspanel*41', 's', '2', '1', '2', '1', '0', '0', '6799', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391336', 'bc_glasspanel*42', 'bc_glasspanel*42', 's', '2', '1', '2', '1', '0', '0', '6800', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391337', 'bc_glasspanel*43', 'bc_glasspanel*43', 's', '2', '1', '2', '1', '0', '0', '6801', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391338', 'bc_glasspanel*44', 'bc_glasspanel*44', 's', '2', '1', '2', '1', '0', '0', '6802', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391339', 'bc_glasspanel*45', 'bc_glasspanel*45', 's', '2', '1', '2', '1', '0', '0', '6803', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391340', 'bc_glasspanel*46', 'bc_glasspanel*46', 's', '2', '1', '2', '1', '0', '0', '6804', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391341', 'bc_glasspanel*47', 'bc_glasspanel*47', 's', '2', '1', '2', '1', '0', '0', '6805', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391342', 'bc_glasspanel*48', 'bc_glasspanel*48', 's', '2', '1', '2', '1', '0', '0', '6806', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391343', 'bc_glasspanel*49', 'bc_glasspanel*49', 's', '2', '1', '2', '1', '0', '0', '6807', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391344', 'bc_glasspanel*5', 'bc_glasspanel*5', 's', '2', '1', '2', '1', '0', '0', '6808', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391345', 'bc_glasspanel*50', 'bc_glasspanel*50', 's', '2', '1', '2', '1', '0', '0', '6809', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391346', 'bc_glasspanel*51', 'bc_glasspanel*51', 's', '2', '1', '2', '1', '0', '0', '6810', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391347', 'bc_glasspanel*52', 'bc_glasspanel*52', 's', '2', '1', '2', '1', '0', '0', '6811', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391348', 'bc_glasspanel*53', 'bc_glasspanel*53', 's', '2', '1', '2', '1', '0', '0', '6812', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391349', 'bc_glasspanel*54', 'bc_glasspanel*54', 's', '2', '1', '2', '1', '0', '0', '6813', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391350', 'bc_glasspanel*55', 'bc_glasspanel*55', 's', '2', '1', '2', '1', '0', '0', '6814', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391351', 'bc_glasspanel*56', 'bc_glasspanel*56', 's', '2', '1', '2', '1', '0', '0', '6815', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391352', 'bc_glasspanel*57', 'bc_glasspanel*57', 's', '2', '1', '2', '1', '0', '0', '6816', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391353', 'bc_glasspanel*58', 'bc_glasspanel*58', 's', '2', '1', '2', '1', '0', '0', '6817', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391354', 'bc_glasspanel*59', 'bc_glasspanel*59', 's', '2', '1', '2', '1', '0', '0', '6818', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391355', 'bc_glasspanel*6', 'bc_glasspanel*6', 's', '2', '1', '2', '1', '0', '0', '6819', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391356', 'bc_glasspanel*60', 'bc_glasspanel*60', 's', '2', '1', '2', '1', '0', '0', '6820', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391357', 'bc_glasspanel*61', 'bc_glasspanel*61', 's', '2', '1', '2', '1', '0', '0', '6821', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391358', 'bc_glasspanel*62', 'bc_glasspanel*62', 's', '2', '1', '2', '1', '0', '0', '6822', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391359', 'bc_glasspanel*63', 'bc_glasspanel*63', 's', '2', '1', '2', '1', '0', '0', '6823', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391360', 'bc_glasspanel*64', 'bc_glasspanel*64', 's', '2', '1', '2', '1', '0', '0', '6824', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391361', 'bc_glasspanel*65', 'bc_glasspanel*65', 's', '2', '1', '2', '1', '0', '0', '6825', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391362', 'bc_glasspanel*66', 'bc_glasspanel*66', 's', '2', '1', '2', '1', '0', '0', '6826', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391363', 'bc_glasspanel*67', 'bc_glasspanel*67', 's', '2', '1', '2', '1', '0', '0', '6827', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391364', 'bc_glasspanel*68', 'bc_glasspanel*68', 's', '2', '1', '2', '1', '0', '0', '6828', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391365', 'bc_glasspanel*69', 'bc_glasspanel*69', 's', '2', '1', '2', '1', '0', '0', '6829', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391366', 'bc_glasspanel*7', 'bc_glasspanel*7', 's', '2', '1', '2', '1', '0', '0', '6830', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391367', 'bc_glasspanel*8', 'bc_glasspanel*8', 's', '2', '1', '2', '1', '0', '0', '6831', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391368', 'bc_glasspanel*9', 'bc_glasspanel*9', 's', '2', '1', '2', '1', '0', '0', '6832', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391400', 'bc_wedge*1', 'bc_wedge*1', 's', '1', '1', '1', '1', '0', '0', '6833', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391401', 'bc_wedge*10', 'bc_wedge*10', 's', '1', '1', '1', '1', '0', '0', '6834', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391402', 'bc_wedge*11', 'bc_wedge*11', 's', '1', '1', '1', '1', '0', '0', '6835', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391403', 'bc_wedge*12', 'bc_wedge*12', 's', '1', '1', '1', '1', '0', '0', '6836', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391404', 'bc_wedge*13', 'bc_wedge*13', 's', '1', '1', '1', '1', '0', '0', '6837', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391405', 'bc_wedge*14', 'bc_wedge*14', 's', '1', '1', '1', '1', '0', '0', '6838', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391406', 'bc_wedge*15', 'bc_wedge*15', 's', '1', '1', '1', '1', '0', '0', '6839', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391407', 'bc_wedge*16', 'bc_wedge*16', 's', '1', '1', '1', '1', '0', '0', '6840', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391408', 'bc_wedge*17', 'bc_wedge*17', 's', '1', '1', '1', '1', '0', '0', '6841', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391409', 'bc_wedge*18', 'bc_wedge*18', 's', '1', '1', '1', '1', '0', '0', '6842', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391410', 'bc_wedge*19', 'bc_wedge*19', 's', '1', '1', '1', '1', '0', '0', '6843', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391411', 'bc_wedge*2', 'bc_wedge*2', 's', '1', '1', '1', '1', '0', '0', '6844', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391412', 'bc_wedge*20', 'bc_wedge*20', 's', '1', '1', '1', '1', '0', '0', '6845', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391413', 'bc_wedge*21', 'bc_wedge*21', 's', '1', '1', '1', '1', '0', '0', '6846', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391414', 'bc_wedge*22', 'bc_wedge*22', 's', '1', '1', '1', '1', '0', '0', '6847', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391415', 'bc_wedge*23', 'bc_wedge*23', 's', '1', '1', '1', '1', '0', '0', '6848', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391416', 'bc_wedge*24', 'bc_wedge*24', 's', '1', '1', '1', '1', '0', '0', '6849', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391417', 'bc_wedge*25', 'bc_wedge*25', 's', '1', '1', '1', '1', '0', '0', '6850', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391418', 'bc_wedge*26', 'bc_wedge*26', 's', '1', '1', '1', '1', '0', '0', '6851', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391419', 'bc_wedge*27', 'bc_wedge*27', 's', '1', '1', '1', '1', '0', '0', '6852', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391420', 'bc_wedge*28', 'bc_wedge*28', 's', '1', '1', '1', '1', '0', '0', '6853', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391421', 'bc_wedge*29', 'bc_wedge*29', 's', '1', '1', '1', '1', '0', '0', '6854', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391422', 'bc_wedge*3', 'bc_wedge*3', 's', '1', '1', '1', '1', '0', '0', '6855', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391423', 'bc_wedge*30', 'bc_wedge*30', 's', '1', '1', '1', '1', '0', '0', '6856', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391424', 'bc_wedge*31', 'bc_wedge*31', 's', '1', '1', '1', '1', '0', '0', '6857', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391425', 'bc_wedge*32', 'bc_wedge*32', 's', '1', '1', '1', '1', '0', '0', '6858', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391426', 'bc_wedge*33', 'bc_wedge*33', 's', '1', '1', '1', '1', '0', '0', '6859', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391427', 'bc_wedge*34', 'bc_wedge*34', 's', '1', '1', '1', '1', '0', '0', '6860', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391428', 'bc_wedge*35', 'bc_wedge*35', 's', '1', '1', '1', '1', '0', '0', '6861', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391429', 'bc_wedge*36', 'bc_wedge*36', 's', '1', '1', '1', '1', '0', '0', '6862', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391430', 'bc_wedge*37', 'bc_wedge*37', 's', '1', '1', '1', '1', '0', '0', '6863', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391431', 'bc_wedge*38', 'bc_wedge*38', 's', '1', '1', '1', '1', '0', '0', '6864', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391432', 'bc_wedge*39', 'bc_wedge*39', 's', '1', '1', '1', '1', '0', '0', '6865', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391433', 'bc_wedge*4', 'bc_wedge*4', 's', '1', '1', '1', '1', '0', '0', '6866', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391434', 'bc_wedge*40', 'bc_wedge*40', 's', '1', '1', '1', '1', '0', '0', '6867', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391435', 'bc_wedge*41', 'bc_wedge*41', 's', '1', '1', '1', '1', '0', '0', '6868', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391436', 'bc_wedge*42', 'bc_wedge*42', 's', '1', '1', '1', '1', '0', '0', '6869', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391437', 'bc_wedge*43', 'bc_wedge*43', 's', '1', '1', '1', '1', '0', '0', '6870', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391438', 'bc_wedge*44', 'bc_wedge*44', 's', '1', '1', '1', '1', '0', '0', '6871', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391439', 'bc_wedge*45', 'bc_wedge*45', 's', '1', '1', '1', '1', '0', '0', '6872', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391440', 'bc_wedge*46', 'bc_wedge*46', 's', '1', '1', '1', '1', '0', '0', '6873', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391441', 'bc_wedge*47', 'bc_wedge*47', 's', '1', '1', '1', '1', '0', '0', '6874', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391442', 'bc_wedge*48', 'bc_wedge*48', 's', '1', '1', '1', '1', '0', '0', '6875', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391443', 'bc_wedge*49', 'bc_wedge*49', 's', '1', '1', '1', '1', '0', '0', '6876', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391444', 'bc_wedge*5', 'bc_wedge*5', 's', '1', '1', '1', '1', '0', '0', '6877', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391445', 'bc_wedge*50', 'bc_wedge*50', 's', '1', '1', '1', '1', '0', '0', '6878', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391446', 'bc_wedge*51', 'bc_wedge*51', 's', '1', '1', '1', '1', '0', '0', '6879', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391447', 'bc_wedge*52', 'bc_wedge*52', 's', '1', '1', '1', '1', '0', '0', '6880', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391448', 'bc_wedge*53', 'bc_wedge*53', 's', '1', '1', '1', '1', '0', '0', '6881', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391449', 'bc_wedge*54', 'bc_wedge*54', 's', '1', '1', '1', '1', '0', '0', '6882', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391450', 'bc_wedge*55', 'bc_wedge*55', 's', '1', '1', '1', '1', '0', '0', '6883', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391451', 'bc_wedge*56', 'bc_wedge*56', 's', '1', '1', '1', '1', '0', '0', '6884', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391452', 'bc_wedge*57', 'bc_wedge*57', 's', '1', '1', '1', '1', '0', '0', '6885', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391453', 'bc_wedge*58', 'bc_wedge*58', 's', '1', '1', '1', '1', '0', '0', '6886', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391454', 'bc_wedge*59', 'bc_wedge*59', 's', '1', '1', '1', '1', '0', '0', '6887', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391455', 'bc_wedge*6', 'bc_wedge*6', 's', '1', '1', '1', '1', '0', '0', '6888', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391456', 'bc_wedge*60', 'bc_wedge*60', 's', '1', '1', '1', '1', '0', '0', '6889', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391457', 'bc_wedge*61', 'bc_wedge*61', 's', '1', '1', '1', '1', '0', '0', '6890', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391458', 'bc_wedge*62', 'bc_wedge*62', 's', '1', '1', '1', '1', '0', '0', '6891', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391459', 'bc_wedge*63', 'bc_wedge*63', 's', '1', '1', '1', '1', '0', '0', '6892', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391460', 'bc_wedge*64', 'bc_wedge*64', 's', '1', '1', '1', '1', '0', '0', '6893', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391461', 'bc_wedge*65', 'bc_wedge*65', 's', '1', '1', '1', '1', '0', '0', '6894', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391462', 'bc_wedge*66', 'bc_wedge*66', 's', '1', '1', '1', '1', '0', '0', '6895', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391463', 'bc_wedge*67', 'bc_wedge*67', 's', '1', '1', '1', '1', '0', '0', '6896', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391464', 'bc_wedge*68', 'bc_wedge*68', 's', '1', '1', '1', '1', '0', '0', '6897', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391465', 'bc_wedge*69', 'bc_wedge*69', 's', '1', '1', '1', '1', '0', '0', '6898', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391466', 'bc_wedge*7', 'bc_wedge*7', 's', '1', '1', '1', '1', '0', '0', '6899', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391467', 'bc_wedge*8', 'bc_wedge*8', 's', '1', '1', '1', '1', '0', '0', '6900', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391468', 'bc_wedge*9', 'bc_wedge*9', 's', '1', '1', '1', '1', '0', '0', '6901', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391500', 'bc_block_0*15', 'bc_block_0*15', 's', '1', '1', '1', '1', '0', '1', '6902', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391501', 'bc_block_0*16', 'bc_block_0*16', 's', '1', '1', '1', '1', '0', '1', '6903', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391502', 'bc_block_0*17', 'bc_block_0*17', 's', '1', '1', '1', '1', '0', '1', '6904', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391503', 'bc_block_0*18', 'bc_block_0*18', 's', '1', '1', '1', '1', '0', '1', '6905', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391504', 'bc_block_0*19', 'bc_block_0*19', 's', '1', '1', '1', '1', '0', '1', '6906', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391505', 'bc_block_0*20', 'bc_block_0*20', 's', '1', '1', '1', '1', '0', '1', '6907', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391506', 'bc_block_0*21', 'bc_block_0*21', 's', '1', '1', '1', '1', '0', '1', '6908', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391507', 'bc_block_0*22', 'bc_block_0*22', 's', '1', '1', '1', '1', '0', '1', '6909', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391508', 'bc_block_0*23', 'bc_block_0*23', 's', '1', '1', '1', '1', '0', '1', '6910', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391509', 'bc_block_0*24', 'bc_block_0*24', 's', '1', '1', '1', '1', '0', '1', '6911', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391510', 'bc_block_0*25', 'bc_block_0*25', 's', '1', '1', '1', '1', '0', '1', '6912', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391511', 'bc_block_0*26', 'bc_block_0*26', 's', '1', '1', '1', '1', '0', '1', '6913', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391512', 'bc_block_0*27', 'bc_block_0*27', 's', '1', '1', '1', '1', '0', '1', '6914', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391513', 'bc_block_0*28', 'bc_block_0*28', 's', '1', '1', '1', '1', '0', '1', '6915', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391514', 'bc_block_0*29', 'bc_block_0*29', 's', '1', '1', '1', '1', '0', '1', '6916', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391515', 'bc_block_0*30', 'bc_block_0*30', 's', '1', '1', '1', '1', '0', '1', '6917', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391516', 'bc_block_0*31', 'bc_block_0*31', 's', '1', '1', '1', '1', '0', '1', '6918', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391517', 'bc_block_0*32', 'bc_block_0*32', 's', '1', '1', '1', '1', '0', '1', '6919', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391518', 'bc_block_0*33', 'bc_block_0*33', 's', '1', '1', '1', '1', '0', '1', '6920', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391519', 'bc_block_0*34', 'bc_block_0*34', 's', '1', '1', '1', '1', '0', '1', '6921', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391520', 'bc_block_0*35', 'bc_block_0*35', 's', '1', '1', '1', '1', '0', '1', '6922', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391521', 'bc_block_0*36', 'bc_block_0*36', 's', '1', '1', '1', '1', '0', '1', '6923', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391522', 'bc_block_0*37', 'bc_block_0*37', 's', '1', '1', '1', '1', '0', '1', '6924', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391523', 'bc_block_0*38', 'bc_block_0*38', 's', '1', '1', '1', '1', '0', '1', '6925', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391524', 'bc_block_0*39', 'bc_block_0*39', 's', '1', '1', '1', '1', '0', '1', '6926', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391525', 'bc_block_0*40', 'bc_block_0*40', 's', '1', '1', '1', '1', '0', '1', '6927', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391526', 'bc_block_0*41', 'bc_block_0*41', 's', '1', '1', '1', '1', '0', '1', '6928', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391527', 'bc_block_0*42', 'bc_block_0*42', 's', '1', '1', '1', '1', '0', '1', '6929', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391528', 'bc_block_0*43', 'bc_block_0*43', 's', '1', '1', '1', '1', '0', '1', '6930', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391529', 'bc_block_0*44', 'bc_block_0*44', 's', '1', '1', '1', '1', '0', '1', '6931', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391530', 'bc_block_0*45', 'bc_block_0*45', 's', '1', '1', '1', '1', '0', '1', '6932', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391531', 'bc_block_0*46', 'bc_block_0*46', 's', '1', '1', '1', '1', '0', '1', '6933', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391532', 'bc_block_0*47', 'bc_block_0*47', 's', '1', '1', '1', '1', '0', '1', '6934', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391533', 'bc_block_0*48', 'bc_block_0*48', 's', '1', '1', '1', '1', '0', '1', '6935', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391534', 'bc_block_0*49', 'bc_block_0*49', 's', '1', '1', '1', '1', '0', '1', '6936', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391535', 'bc_block_0*50', 'bc_block_0*50', 's', '1', '1', '1', '1', '0', '1', '6937', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391536', 'bc_block_0*51', 'bc_block_0*51', 's', '1', '1', '1', '1', '0', '1', '6938', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391537', 'bc_block_0*52', 'bc_block_0*52', 's', '1', '1', '1', '1', '0', '1', '6939', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391538', 'bc_block_0*53', 'bc_block_0*53', 's', '1', '1', '1', '1', '0', '1', '6940', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391539', 'bc_block_0*54', 'bc_block_0*54', 's', '1', '1', '1', '1', '0', '1', '6941', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391540', 'bc_block_0*55', 'bc_block_0*55', 's', '1', '1', '1', '1', '0', '1', '6942', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391541', 'bc_block_0*56', 'bc_block_0*56', 's', '1', '1', '1', '1', '0', '1', '6943', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391542', 'bc_block_0*57', 'bc_block_0*57', 's', '1', '1', '1', '1', '0', '1', '6944', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391543', 'bc_block_0*58', 'bc_block_0*58', 's', '1', '1', '1', '1', '0', '1', '6945', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391544', 'bc_block_0*59', 'bc_block_0*59', 's', '1', '1', '1', '1', '0', '1', '6946', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391545', 'bc_block_0*60', 'bc_block_0*60', 's', '1', '1', '1', '1', '0', '1', '6947', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391546', 'bc_block_0*61', 'bc_block_0*61', 's', '1', '1', '1', '1', '0', '1', '6948', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391547', 'bc_block_0*62', 'bc_block_0*62', 's', '1', '1', '1', '1', '0', '1', '6949', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391548', 'bc_block_0*63', 'bc_block_0*63', 's', '1', '1', '1', '1', '0', '1', '6950', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391549', 'bc_block_0*64', 'bc_block_0*64', 's', '1', '1', '1', '1', '0', '1', '6951', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391550', 'bc_block_0*65', 'bc_block_0*65', 's', '1', '1', '1', '1', '0', '1', '6952', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391551', 'bc_block_0*66', 'bc_block_0*66', 's', '1', '1', '1', '1', '0', '1', '6953', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391552', 'bc_block_0*67', 'bc_block_0*67', 's', '1', '1', '1', '1', '0', '1', '6954', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391553', 'bc_block_0*68', 'bc_block_0*68', 's', '1', '1', '1', '1', '0', '1', '6955', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391554', 'bc_block_0*69', 'bc_block_0*69', 's', '1', '1', '1', '1', '0', '1', '6956', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391600', 'bc_cylinder*1', 'bc_cylinder*1', 's', '1', '1', '1', '1', '0', '1', '6957', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391601', 'bc_cylinder*10', 'bc_cylinder*10', 's', '1', '1', '1', '1', '0', '1', '6958', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391602', 'bc_cylinder*11', 'bc_cylinder*11', 's', '1', '1', '1', '1', '0', '1', '6959', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391603', 'bc_cylinder*12', 'bc_cylinder*12', 's', '1', '1', '1', '1', '0', '1', '6960', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391604', 'bc_cylinder*13', 'bc_cylinder*13', 's', '1', '1', '1', '1', '0', '1', '6961', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391605', 'bc_cylinder*14', 'bc_cylinder*14', 's', '1', '1', '1', '1', '0', '1', '6962', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391606', 'bc_cylinder*15', 'bc_cylinder*15', 's', '1', '1', '1', '1', '0', '1', '6963', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391607', 'bc_cylinder*16', 'bc_cylinder*16', 's', '1', '1', '1', '1', '0', '1', '6964', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391608', 'bc_cylinder*17', 'bc_cylinder*17', 's', '1', '1', '1', '1', '0', '1', '6965', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391609', 'bc_cylinder*18', 'bc_cylinder*18', 's', '1', '1', '1', '1', '0', '1', '6966', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391610', 'bc_cylinder*19', 'bc_cylinder*19', 's', '1', '1', '1', '1', '0', '1', '6967', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391611', 'bc_cylinder*2', 'bc_cylinder*2', 's', '1', '1', '1', '1', '0', '1', '6968', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391612', 'bc_cylinder*20', 'bc_cylinder*20', 's', '1', '1', '1', '1', '0', '1', '6969', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391613', 'bc_cylinder*21', 'bc_cylinder*21', 's', '1', '1', '1', '1', '0', '1', '6970', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391614', 'bc_cylinder*22', 'bc_cylinder*22', 's', '1', '1', '1', '1', '0', '1', '6971', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391615', 'bc_cylinder*23', 'bc_cylinder*23', 's', '1', '1', '1', '1', '0', '1', '6972', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391616', 'bc_cylinder*24', 'bc_cylinder*24', 's', '1', '1', '1', '1', '0', '1', '6973', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391617', 'bc_cylinder*25', 'bc_cylinder*25', 's', '1', '1', '1', '1', '0', '1', '6974', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391618', 'bc_cylinder*26', 'bc_cylinder*26', 's', '1', '1', '1', '1', '0', '1', '6975', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391619', 'bc_cylinder*27', 'bc_cylinder*27', 's', '1', '1', '1', '1', '0', '1', '6976', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391620', 'bc_cylinder*28', 'bc_cylinder*28', 's', '1', '1', '1', '1', '0', '1', '6977', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391621', 'bc_cylinder*29', 'bc_cylinder*29', 's', '1', '1', '1', '1', '0', '1', '6978', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391622', 'bc_cylinder*3', 'bc_cylinder*3', 's', '1', '1', '1', '1', '0', '1', '6979', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391623', 'bc_cylinder*30', 'bc_cylinder*30', 's', '1', '1', '1', '1', '0', '1', '6980', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391624', 'bc_cylinder*31', 'bc_cylinder*31', 's', '1', '1', '1', '1', '0', '1', '6981', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391625', 'bc_cylinder*32', 'bc_cylinder*32', 's', '1', '1', '1', '1', '0', '1', '6982', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391626', 'bc_cylinder*33', 'bc_cylinder*33', 's', '1', '1', '1', '1', '0', '1', '6983', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391627', 'bc_cylinder*34', 'bc_cylinder*34', 's', '1', '1', '1', '1', '0', '1', '6984', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391628', 'bc_cylinder*35', 'bc_cylinder*35', 's', '1', '1', '1', '1', '0', '1', '6985', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391629', 'bc_cylinder*36', 'bc_cylinder*36', 's', '1', '1', '1', '1', '0', '1', '6986', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391630', 'bc_cylinder*37', 'bc_cylinder*37', 's', '1', '1', '1', '1', '0', '1', '6987', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391631', 'bc_cylinder*38', 'bc_cylinder*38', 's', '1', '1', '1', '1', '0', '1', '6988', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391632', 'bc_cylinder*39', 'bc_cylinder*39', 's', '1', '1', '1', '1', '0', '1', '6989', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391633', 'bc_cylinder*4', 'bc_cylinder*4', 's', '1', '1', '1', '1', '0', '1', '6990', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391634', 'bc_cylinder*40', 'bc_cylinder*40', 's', '1', '1', '1', '1', '0', '1', '6991', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391635', 'bc_cylinder*41', 'bc_cylinder*41', 's', '1', '1', '1', '1', '0', '1', '6992', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391636', 'bc_cylinder*42', 'bc_cylinder*42', 's', '1', '1', '1', '1', '0', '1', '6993', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391637', 'bc_cylinder*43', 'bc_cylinder*43', 's', '1', '1', '1', '1', '0', '1', '6994', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391638', 'bc_cylinder*44', 'bc_cylinder*44', 's', '1', '1', '1', '1', '0', '1', '6995', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391639', 'bc_cylinder*45', 'bc_cylinder*45', 's', '1', '1', '1', '1', '0', '1', '6996', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391640', 'bc_cylinder*46', 'bc_cylinder*46', 's', '1', '1', '1', '1', '0', '1', '6997', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391641', 'bc_cylinder*47', 'bc_cylinder*47', 's', '1', '1', '1', '1', '0', '1', '6998', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391642', 'bc_cylinder*48', 'bc_cylinder*48', 's', '1', '1', '1', '1', '0', '1', '6999', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391643', 'bc_cylinder*49', 'bc_cylinder*49', 's', '1', '1', '1', '1', '0', '1', '7000', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391644', 'bc_cylinder*5', 'bc_cylinder*5', 's', '1', '1', '1', '1', '0', '1', '7001', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391645', 'bc_cylinder*50', 'bc_cylinder*50', 's', '1', '1', '1', '1', '0', '1', '7002', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391646', 'bc_cylinder*51', 'bc_cylinder*51', 's', '1', '1', '1', '1', '0', '1', '7003', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391647', 'bc_cylinder*52', 'bc_cylinder*52', 's', '1', '1', '1', '1', '0', '1', '7004', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391648', 'bc_cylinder*53', 'bc_cylinder*53', 's', '1', '1', '1', '1', '0', '1', '7005', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391649', 'bc_cylinder*54', 'bc_cylinder*54', 's', '1', '1', '1', '1', '0', '1', '7006', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391650', 'bc_cylinder*55', 'bc_cylinder*55', 's', '1', '1', '1', '1', '0', '1', '7007', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391651', 'bc_cylinder*56', 'bc_cylinder*56', 's', '1', '1', '1', '1', '0', '1', '7008', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391652', 'bc_cylinder*57', 'bc_cylinder*57', 's', '1', '1', '1', '1', '0', '1', '7009', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391653', 'bc_cylinder*58', 'bc_cylinder*58', 's', '1', '1', '1', '1', '0', '1', '7010', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391654', 'bc_cylinder*59', 'bc_cylinder*59', 's', '1', '1', '1', '1', '0', '1', '7011', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391655', 'bc_cylinder*6', 'bc_cylinder*6', 's', '1', '1', '1', '1', '0', '1', '7012', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391656', 'bc_cylinder*60', 'bc_cylinder*60', 's', '1', '1', '1', '1', '0', '1', '7013', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391657', 'bc_cylinder*61', 'bc_cylinder*61', 's', '1', '1', '1', '1', '0', '1', '7014', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391658', 'bc_cylinder*62', 'bc_cylinder*62', 's', '1', '1', '1', '1', '0', '1', '7015', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391659', 'bc_cylinder*63', 'bc_cylinder*63', 's', '1', '1', '1', '1', '0', '1', '7016', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391660', 'bc_cylinder*64', 'bc_cylinder*64', 's', '1', '1', '1', '1', '0', '1', '7017', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391661', 'bc_cylinder*65', 'bc_cylinder*65', 's', '1', '1', '1', '1', '0', '1', '7018', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391662', 'bc_cylinder*66', 'bc_cylinder*66', 's', '1', '1', '1', '1', '0', '1', '7019', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391663', 'bc_cylinder*67', 'bc_cylinder*67', 's', '1', '1', '1', '1', '0', '1', '7020', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391664', 'bc_cylinder*68', 'bc_cylinder*68', 's', '1', '1', '1', '1', '0', '1', '7021', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391665', 'bc_cylinder*69', 'bc_cylinder*69', 's', '1', '1', '1', '1', '0', '1', '7022', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391666', 'bc_cylinder*7', 'bc_cylinder*7', 's', '1', '1', '1', '1', '0', '1', '7023', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391667', 'bc_cylinder*8', 'bc_cylinder*8', 's', '1', '1', '1', '1', '0', '1', '7024', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391668', 'bc_cylinder*9', 'bc_cylinder*9', 's', '1', '1', '1', '1', '0', '1', '7025', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391700', 'bc_standingtriangularprism*1', 'bc_standingtriangularprism*1', 's', '1', '1', '1', '1', '0', '1', '7026', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391701', 'bc_standingtriangularprism*10', 'bc_standingtriangularprism*10', 's', '1', '1', '1', '1', '0', '1', '7027', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391702', 'bc_standingtriangularprism*11', 'bc_standingtriangularprism*11', 's', '1', '1', '1', '1', '0', '1', '7028', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391703', 'bc_standingtriangularprism*12', 'bc_standingtriangularprism*12', 's', '1', '1', '1', '1', '0', '1', '7029', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391704', 'bc_standingtriangularprism*13', 'bc_standingtriangularprism*13', 's', '1', '1', '1', '1', '0', '1', '7030', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391705', 'bc_standingtriangularprism*14', 'bc_standingtriangularprism*14', 's', '1', '1', '1', '1', '0', '1', '7031', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391706', 'bc_standingtriangularprism*15', 'bc_standingtriangularprism*15', 's', '1', '1', '1', '1', '0', '1', '7032', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391707', 'bc_standingtriangularprism*16', 'bc_standingtriangularprism*16', 's', '1', '1', '1', '1', '0', '1', '7033', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391708', 'bc_standingtriangularprism*17', 'bc_standingtriangularprism*17', 's', '1', '1', '1', '1', '0', '1', '7034', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391709', 'bc_standingtriangularprism*18', 'bc_standingtriangularprism*18', 's', '1', '1', '1', '1', '0', '1', '7035', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391710', 'bc_standingtriangularprism*19', 'bc_standingtriangularprism*19', 's', '1', '1', '1', '1', '0', '1', '7036', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391711', 'bc_standingtriangularprism*2', 'bc_standingtriangularprism*2', 's', '1', '1', '1', '1', '0', '1', '7037', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391712', 'bc_standingtriangularprism*20', 'bc_standingtriangularprism*20', 's', '1', '1', '1', '1', '0', '1', '7038', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391713', 'bc_standingtriangularprism*21', 'bc_standingtriangularprism*21', 's', '1', '1', '1', '1', '0', '1', '7039', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391714', 'bc_standingtriangularprism*22', 'bc_standingtriangularprism*22', 's', '1', '1', '1', '1', '0', '1', '7040', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391715', 'bc_standingtriangularprism*23', 'bc_standingtriangularprism*23', 's', '1', '1', '1', '1', '0', '1', '7041', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391716', 'bc_standingtriangularprism*24', 'bc_standingtriangularprism*24', 's', '1', '1', '1', '1', '0', '1', '7042', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391717', 'bc_standingtriangularprism*25', 'bc_standingtriangularprism*25', 's', '1', '1', '1', '1', '0', '1', '7043', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391718', 'bc_standingtriangularprism*26', 'bc_standingtriangularprism*26', 's', '1', '1', '1', '1', '0', '1', '7044', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391719', 'bc_standingtriangularprism*27', 'bc_standingtriangularprism*27', 's', '1', '1', '1', '1', '0', '1', '7045', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391720', 'bc_standingtriangularprism*28', 'bc_standingtriangularprism*28', 's', '1', '1', '1', '1', '0', '1', '7046', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391721', 'bc_standingtriangularprism*29', 'bc_standingtriangularprism*29', 's', '1', '1', '1', '1', '0', '1', '7047', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391722', 'bc_standingtriangularprism*3', 'bc_standingtriangularprism*3', 's', '1', '1', '1', '1', '0', '1', '7048', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391723', 'bc_standingtriangularprism*30', 'bc_standingtriangularprism*30', 's', '1', '1', '1', '1', '0', '1', '7049', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391724', 'bc_standingtriangularprism*31', 'bc_standingtriangularprism*31', 's', '1', '1', '1', '1', '0', '1', '7050', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391725', 'bc_standingtriangularprism*32', 'bc_standingtriangularprism*32', 's', '1', '1', '1', '1', '0', '1', '7051', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391726', 'bc_standingtriangularprism*33', 'bc_standingtriangularprism*33', 's', '1', '1', '1', '1', '0', '1', '7052', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391727', 'bc_standingtriangularprism*34', 'bc_standingtriangularprism*34', 's', '1', '1', '1', '1', '0', '1', '7053', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391728', 'bc_standingtriangularprism*35', 'bc_standingtriangularprism*35', 's', '1', '1', '1', '1', '0', '1', '7054', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391729', 'bc_standingtriangularprism*36', 'bc_standingtriangularprism*36', 's', '1', '1', '1', '1', '0', '1', '7055', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391730', 'bc_standingtriangularprism*37', 'bc_standingtriangularprism*37', 's', '1', '1', '1', '1', '0', '1', '7056', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391731', 'bc_standingtriangularprism*38', 'bc_standingtriangularprism*38', 's', '1', '1', '1', '1', '0', '1', '7057', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391732', 'bc_standingtriangularprism*39', 'bc_standingtriangularprism*39', 's', '1', '1', '1', '1', '0', '1', '7058', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391733', 'bc_standingtriangularprism*4', 'bc_standingtriangularprism*4', 's', '1', '1', '1', '1', '0', '1', '7059', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391734', 'bc_standingtriangularprism*40', 'bc_standingtriangularprism*40', 's', '1', '1', '1', '1', '0', '1', '7060', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391735', 'bc_standingtriangularprism*41', 'bc_standingtriangularprism*41', 's', '1', '1', '1', '1', '0', '1', '7061', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391736', 'bc_standingtriangularprism*42', 'bc_standingtriangularprism*42', 's', '1', '1', '1', '1', '0', '1', '7062', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391737', 'bc_standingtriangularprism*43', 'bc_standingtriangularprism*43', 's', '1', '1', '1', '1', '0', '1', '7063', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391738', 'bc_standingtriangularprism*44', 'bc_standingtriangularprism*44', 's', '1', '1', '1', '1', '0', '1', '7064', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391739', 'bc_standingtriangularprism*45', 'bc_standingtriangularprism*45', 's', '1', '1', '1', '1', '0', '1', '7065', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391740', 'bc_standingtriangularprism*46', 'bc_standingtriangularprism*46', 's', '1', '1', '1', '1', '0', '1', '7066', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391741', 'bc_standingtriangularprism*47', 'bc_standingtriangularprism*47', 's', '1', '1', '1', '1', '0', '1', '7067', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391742', 'bc_standingtriangularprism*48', 'bc_standingtriangularprism*48', 's', '1', '1', '1', '1', '0', '1', '7068', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391743', 'bc_standingtriangularprism*49', 'bc_standingtriangularprism*49', 's', '1', '1', '1', '1', '0', '1', '7069', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391744', 'bc_standingtriangularprism*5', 'bc_standingtriangularprism*5', 's', '1', '1', '1', '1', '0', '1', '7070', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391745', 'bc_standingtriangularprism*50', 'bc_standingtriangularprism*50', 's', '1', '1', '1', '1', '0', '1', '7071', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391746', 'bc_standingtriangularprism*51', 'bc_standingtriangularprism*51', 's', '1', '1', '1', '1', '0', '1', '7072', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391747', 'bc_standingtriangularprism*52', 'bc_standingtriangularprism*52', 's', '1', '1', '1', '1', '0', '1', '7073', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391748', 'bc_standingtriangularprism*53', 'bc_standingtriangularprism*53', 's', '1', '1', '1', '1', '0', '1', '7074', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391749', 'bc_standingtriangularprism*54', 'bc_standingtriangularprism*54', 's', '1', '1', '1', '1', '0', '1', '7075', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391750', 'bc_standingtriangularprism*55', 'bc_standingtriangularprism*55', 's', '1', '1', '1', '1', '0', '1', '7076', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391751', 'bc_standingtriangularprism*56', 'bc_standingtriangularprism*56', 's', '1', '1', '1', '1', '0', '1', '7077', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391752', 'bc_standingtriangularprism*57', 'bc_standingtriangularprism*57', 's', '1', '1', '1', '1', '0', '1', '7078', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391753', 'bc_standingtriangularprism*58', 'bc_standingtriangularprism*58', 's', '1', '1', '1', '1', '0', '1', '7079', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391754', 'bc_standingtriangularprism*59', 'bc_standingtriangularprism*59', 's', '1', '1', '1', '1', '0', '1', '7080', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391755', 'bc_standingtriangularprism*6', 'bc_standingtriangularprism*6', 's', '1', '1', '1', '1', '0', '1', '7081', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391756', 'bc_standingtriangularprism*60', 'bc_standingtriangularprism*60', 's', '1', '1', '1', '1', '0', '1', '7082', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391757', 'bc_standingtriangularprism*61', 'bc_standingtriangularprism*61', 's', '1', '1', '1', '1', '0', '1', '7083', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391758', 'bc_standingtriangularprism*62', 'bc_standingtriangularprism*62', 's', '1', '1', '1', '1', '0', '1', '7084', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391759', 'bc_standingtriangularprism*63', 'bc_standingtriangularprism*63', 's', '1', '1', '1', '1', '0', '1', '7085', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391760', 'bc_standingtriangularprism*64', 'bc_standingtriangularprism*64', 's', '1', '1', '1', '1', '0', '1', '7086', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391761', 'bc_standingtriangularprism*65', 'bc_standingtriangularprism*65', 's', '1', '1', '1', '1', '0', '1', '7087', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391762', 'bc_standingtriangularprism*66', 'bc_standingtriangularprism*66', 's', '1', '1', '1', '1', '0', '1', '7088', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391763', 'bc_standingtriangularprism*67', 'bc_standingtriangularprism*67', 's', '1', '1', '1', '1', '0', '1', '7089', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391764', 'bc_standingtriangularprism*68', 'bc_standingtriangularprism*68', 's', '1', '1', '1', '1', '0', '1', '7090', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391765', 'bc_standingtriangularprism*69', 'bc_standingtriangularprism*69', 's', '1', '1', '1', '1', '0', '1', '7091', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391766', 'bc_standingtriangularprism*7', 'bc_standingtriangularprism*7', 's', '1', '1', '1', '1', '0', '1', '7092', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391767', 'bc_standingtriangularprism*8', 'bc_standingtriangularprism*8', 's', '1', '1', '1', '1', '0', '1', '7093', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391768', 'bc_standingtriangularprism*9', 'bc_standingtriangularprism*9', 's', '1', '1', '1', '1', '0', '1', '7094', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391800', 'bc_block_1*15', 'bc_block_1*15', 's', '1', '1', '1', '1', '0', '1', '7095', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391801', 'bc_block_1*16', 'bc_block_1*16', 's', '1', '1', '1', '1', '0', '1', '7096', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391802', 'bc_block_1*17', 'bc_block_1*17', 's', '1', '1', '1', '1', '0', '1', '7097', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391803', 'bc_block_1*18', 'bc_block_1*18', 's', '1', '1', '1', '1', '0', '1', '7098', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391804', 'bc_block_1*19', 'bc_block_1*19', 's', '1', '1', '1', '1', '0', '1', '7099', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391805', 'bc_block_1*20', 'bc_block_1*20', 's', '1', '1', '1', '1', '0', '1', '7100', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391806', 'bc_block_1*21', 'bc_block_1*21', 's', '1', '1', '1', '1', '0', '1', '7101', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391807', 'bc_block_1*22', 'bc_block_1*22', 's', '1', '1', '1', '1', '0', '1', '7102', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391808', 'bc_block_1*23', 'bc_block_1*23', 's', '1', '1', '1', '1', '0', '1', '7103', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391809', 'bc_block_1*24', 'bc_block_1*24', 's', '1', '1', '1', '1', '0', '1', '7104', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391810', 'bc_block_1*25', 'bc_block_1*25', 's', '1', '1', '1', '1', '0', '1', '7105', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391811', 'bc_block_1*26', 'bc_block_1*26', 's', '1', '1', '1', '1', '0', '1', '7106', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391812', 'bc_block_1*27', 'bc_block_1*27', 's', '1', '1', '1', '1', '0', '1', '7107', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391813', 'bc_block_1*28', 'bc_block_1*28', 's', '1', '1', '1', '1', '0', '1', '7108', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391814', 'bc_block_1*29', 'bc_block_1*29', 's', '1', '1', '1', '1', '0', '1', '7109', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391815', 'bc_block_1*30', 'bc_block_1*30', 's', '1', '1', '1', '1', '0', '1', '7110', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391816', 'bc_block_1*31', 'bc_block_1*31', 's', '1', '1', '1', '1', '0', '1', '7111', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391817', 'bc_block_1*32', 'bc_block_1*32', 's', '1', '1', '1', '1', '0', '1', '7112', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391818', 'bc_block_1*33', 'bc_block_1*33', 's', '1', '1', '1', '1', '0', '1', '7113', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391819', 'bc_block_1*34', 'bc_block_1*34', 's', '1', '1', '1', '1', '0', '1', '7114', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391820', 'bc_block_1*35', 'bc_block_1*35', 's', '1', '1', '1', '1', '0', '1', '7115', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391821', 'bc_block_1*36', 'bc_block_1*36', 's', '1', '1', '1', '1', '0', '1', '7116', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391822', 'bc_block_1*37', 'bc_block_1*37', 's', '1', '1', '1', '1', '0', '1', '7117', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391823', 'bc_block_1*38', 'bc_block_1*38', 's', '1', '1', '1', '1', '0', '1', '7118', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391824', 'bc_block_1*39', 'bc_block_1*39', 's', '1', '1', '1', '1', '0', '1', '7119', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391825', 'bc_block_1*40', 'bc_block_1*40', 's', '1', '1', '1', '1', '0', '1', '7120', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391826', 'bc_block_1*41', 'bc_block_1*41', 's', '1', '1', '1', '1', '0', '1', '7121', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391827', 'bc_block_1*42', 'bc_block_1*42', 's', '1', '1', '1', '1', '0', '1', '7122', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391828', 'bc_block_1*43', 'bc_block_1*43', 's', '1', '1', '1', '1', '0', '1', '7123', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391829', 'bc_block_1*44', 'bc_block_1*44', 's', '1', '1', '1', '1', '0', '1', '7124', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391830', 'bc_block_1*45', 'bc_block_1*45', 's', '1', '1', '1', '1', '0', '1', '7125', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391831', 'bc_block_1*46', 'bc_block_1*46', 's', '1', '1', '1', '1', '0', '1', '7126', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391832', 'bc_block_1*47', 'bc_block_1*47', 's', '1', '1', '1', '1', '0', '1', '7127', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391833', 'bc_block_1*48', 'bc_block_1*48', 's', '1', '1', '1', '1', '0', '1', '7128', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391834', 'bc_block_1*49', 'bc_block_1*49', 's', '1', '1', '1', '1', '0', '1', '7129', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391835', 'bc_block_1*50', 'bc_block_1*50', 's', '1', '1', '1', '1', '0', '1', '7130', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391836', 'bc_block_1*51', 'bc_block_1*51', 's', '1', '1', '1', '1', '0', '1', '7131', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391837', 'bc_block_1*52', 'bc_block_1*52', 's', '1', '1', '1', '1', '0', '1', '7132', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391838', 'bc_block_1*53', 'bc_block_1*53', 's', '1', '1', '1', '1', '0', '1', '7133', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391839', 'bc_block_1*54', 'bc_block_1*54', 's', '1', '1', '1', '1', '0', '1', '7134', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391840', 'bc_block_1*55', 'bc_block_1*55', 's', '1', '1', '1', '1', '0', '1', '7135', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391841', 'bc_block_1*56', 'bc_block_1*56', 's', '1', '1', '1', '1', '0', '1', '7136', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391842', 'bc_block_1*57', 'bc_block_1*57', 's', '1', '1', '1', '1', '0', '1', '7137', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391843', 'bc_block_1*58', 'bc_block_1*58', 's', '1', '1', '1', '1', '0', '1', '7138', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391844', 'bc_block_1*59', 'bc_block_1*59', 's', '1', '1', '1', '1', '0', '1', '7139', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391845', 'bc_block_1*60', 'bc_block_1*60', 's', '1', '1', '1', '1', '0', '1', '7140', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391846', 'bc_block_1*61', 'bc_block_1*61', 's', '1', '1', '1', '1', '0', '1', '7141', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391847', 'bc_block_1*62', 'bc_block_1*62', 's', '1', '1', '1', '1', '0', '1', '7142', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391848', 'bc_block_1*63', 'bc_block_1*63', 's', '1', '1', '1', '1', '0', '1', '7143', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391849', 'bc_block_1*64', 'bc_block_1*64', 's', '1', '1', '1', '1', '0', '1', '7144', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391850', 'bc_block_1*65', 'bc_block_1*65', 's', '1', '1', '1', '1', '0', '1', '7145', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391851', 'bc_block_1*66', 'bc_block_1*66', 's', '1', '1', '1', '1', '0', '1', '7146', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391852', 'bc_block_1*67', 'bc_block_1*67', 's', '1', '1', '1', '1', '0', '1', '7147', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391853', 'bc_block_1*68', 'bc_block_1*68', 's', '1', '1', '1', '1', '0', '1', '7148', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391854', 'bc_block_1*69', 'bc_block_1*69', 's', '1', '1', '1', '1', '0', '1', '7149', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391900', 'bc_triangularprism*1', 'bc_triangularprism*1', 's', '1', '1', '1', '0', '0', '0', '7150', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391901', 'bc_triangularprism*10', 'bc_triangularprism*10', 's', '1', '1', '1', '0', '0', '0', '7151', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391902', 'bc_triangularprism*11', 'bc_triangularprism*11', 's', '1', '1', '1', '0', '0', '0', '7152', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391903', 'bc_triangularprism*12', 'bc_triangularprism*12', 's', '1', '1', '1', '0', '0', '0', '7153', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391904', 'bc_triangularprism*13', 'bc_triangularprism*13', 's', '1', '1', '1', '0', '0', '0', '7154', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391905', 'bc_triangularprism*14', 'bc_triangularprism*14', 's', '1', '1', '1', '0', '0', '0', '7155', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391906', 'bc_triangularprism*15', 'bc_triangularprism*15', 's', '1', '1', '1', '0', '0', '0', '7156', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391907', 'bc_triangularprism*16', 'bc_triangularprism*16', 's', '1', '1', '1', '0', '0', '0', '7157', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391908', 'bc_triangularprism*17', 'bc_triangularprism*17', 's', '1', '1', '1', '0', '0', '0', '7158', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391909', 'bc_triangularprism*18', 'bc_triangularprism*18', 's', '1', '1', '1', '0', '0', '0', '7159', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391910', 'bc_triangularprism*19', 'bc_triangularprism*19', 's', '1', '1', '1', '0', '0', '0', '7160', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391911', 'bc_triangularprism*2', 'bc_triangularprism*2', 's', '1', '1', '1', '0', '0', '0', '7161', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391912', 'bc_triangularprism*20', 'bc_triangularprism*20', 's', '1', '1', '1', '0', '0', '0', '7162', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391913', 'bc_triangularprism*21', 'bc_triangularprism*21', 's', '1', '1', '1', '0', '0', '0', '7163', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391914', 'bc_triangularprism*22', 'bc_triangularprism*22', 's', '1', '1', '1', '0', '0', '0', '7164', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391915', 'bc_triangularprism*23', 'bc_triangularprism*23', 's', '1', '1', '1', '0', '0', '0', '7165', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391916', 'bc_triangularprism*24', 'bc_triangularprism*24', 's', '1', '1', '1', '0', '0', '0', '7166', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391917', 'bc_triangularprism*25', 'bc_triangularprism*25', 's', '1', '1', '1', '0', '0', '0', '7167', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391918', 'bc_triangularprism*26', 'bc_triangularprism*26', 's', '1', '1', '1', '0', '0', '0', '7168', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391919', 'bc_triangularprism*27', 'bc_triangularprism*27', 's', '1', '1', '1', '0', '0', '0', '7169', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391920', 'bc_triangularprism*28', 'bc_triangularprism*28', 's', '1', '1', '1', '0', '0', '0', '7170', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391921', 'bc_triangularprism*29', 'bc_triangularprism*29', 's', '1', '1', '1', '0', '0', '0', '7171', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391922', 'bc_triangularprism*3', 'bc_triangularprism*3', 's', '1', '1', '1', '0', '0', '0', '7172', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391923', 'bc_triangularprism*30', 'bc_triangularprism*30', 's', '1', '1', '1', '0', '0', '0', '7173', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391924', 'bc_triangularprism*31', 'bc_triangularprism*31', 's', '1', '1', '1', '0', '0', '0', '7174', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391925', 'bc_triangularprism*32', 'bc_triangularprism*32', 's', '1', '1', '1', '0', '0', '0', '7175', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391926', 'bc_triangularprism*33', 'bc_triangularprism*33', 's', '1', '1', '1', '0', '0', '0', '7176', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391927', 'bc_triangularprism*34', 'bc_triangularprism*34', 's', '1', '1', '1', '0', '0', '0', '7177', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391928', 'bc_triangularprism*35', 'bc_triangularprism*35', 's', '1', '1', '1', '0', '0', '0', '7178', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391929', 'bc_triangularprism*36', 'bc_triangularprism*36', 's', '1', '1', '1', '0', '0', '0', '7179', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391930', 'bc_triangularprism*37', 'bc_triangularprism*37', 's', '1', '1', '1', '0', '0', '0', '7180', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391931', 'bc_triangularprism*38', 'bc_triangularprism*38', 's', '1', '1', '1', '0', '0', '0', '7181', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391932', 'bc_triangularprism*39', 'bc_triangularprism*39', 's', '1', '1', '1', '0', '0', '0', '7182', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391933', 'bc_triangularprism*4', 'bc_triangularprism*4', 's', '1', '1', '1', '0', '0', '0', '7183', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391934', 'bc_triangularprism*40', 'bc_triangularprism*40', 's', '1', '1', '1', '0', '0', '0', '7184', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391935', 'bc_triangularprism*41', 'bc_triangularprism*41', 's', '1', '1', '1', '0', '0', '0', '7185', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391936', 'bc_triangularprism*42', 'bc_triangularprism*42', 's', '1', '1', '1', '0', '0', '0', '7186', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391937', 'bc_triangularprism*43', 'bc_triangularprism*43', 's', '1', '1', '1', '0', '0', '0', '7187', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391938', 'bc_triangularprism*44', 'bc_triangularprism*44', 's', '1', '1', '1', '0', '0', '0', '7188', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391939', 'bc_triangularprism*45', 'bc_triangularprism*45', 's', '1', '1', '1', '0', '0', '0', '7189', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391940', 'bc_triangularprism*46', 'bc_triangularprism*46', 's', '1', '1', '1', '0', '0', '0', '7190', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391941', 'bc_triangularprism*47', 'bc_triangularprism*47', 's', '1', '1', '1', '0', '0', '0', '7191', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391942', 'bc_triangularprism*48', 'bc_triangularprism*48', 's', '1', '1', '1', '0', '0', '0', '7192', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391943', 'bc_triangularprism*49', 'bc_triangularprism*49', 's', '1', '1', '1', '0', '0', '0', '7193', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391944', 'bc_triangularprism*5', 'bc_triangularprism*5', 's', '1', '1', '1', '0', '0', '0', '7194', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391945', 'bc_triangularprism*50', 'bc_triangularprism*50', 's', '1', '1', '1', '0', '0', '0', '7195', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391946', 'bc_triangularprism*51', 'bc_triangularprism*51', 's', '1', '1', '1', '0', '0', '0', '7196', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391947', 'bc_triangularprism*52', 'bc_triangularprism*52', 's', '1', '1', '1', '0', '0', '0', '7197', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391948', 'bc_triangularprism*53', 'bc_triangularprism*53', 's', '1', '1', '1', '0', '0', '0', '7198', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391949', 'bc_triangularprism*54', 'bc_triangularprism*54', 's', '1', '1', '1', '0', '0', '0', '7199', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391950', 'bc_triangularprism*55', 'bc_triangularprism*55', 's', '1', '1', '1', '0', '0', '0', '7200', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391951', 'bc_triangularprism*56', 'bc_triangularprism*56', 's', '1', '1', '1', '0', '0', '0', '7201', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391952', 'bc_triangularprism*57', 'bc_triangularprism*57', 's', '1', '1', '1', '0', '0', '0', '7202', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391953', 'bc_triangularprism*58', 'bc_triangularprism*58', 's', '1', '1', '1', '0', '0', '0', '7203', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391954', 'bc_triangularprism*59', 'bc_triangularprism*59', 's', '1', '1', '1', '0', '0', '0', '7204', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391955', 'bc_triangularprism*6', 'bc_triangularprism*6', 's', '1', '1', '1', '0', '0', '0', '7205', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391956', 'bc_triangularprism*60', 'bc_triangularprism*60', 's', '1', '1', '1', '0', '0', '0', '7206', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391957', 'bc_triangularprism*61', 'bc_triangularprism*61', 's', '1', '1', '1', '0', '0', '0', '7207', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391958', 'bc_triangularprism*62', 'bc_triangularprism*62', 's', '1', '1', '1', '0', '0', '0', '7208', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391959', 'bc_triangularprism*63', 'bc_triangularprism*63', 's', '1', '1', '1', '0', '0', '0', '7209', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391960', 'bc_triangularprism*64', 'bc_triangularprism*64', 's', '1', '1', '1', '0', '0', '0', '7210', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391961', 'bc_triangularprism*65', 'bc_triangularprism*65', 's', '1', '1', '1', '0', '0', '0', '7211', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391962', 'bc_triangularprism*66', 'bc_triangularprism*66', 's', '1', '1', '1', '0', '0', '0', '7212', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391963', 'bc_triangularprism*67', 'bc_triangularprism*67', 's', '1', '1', '1', '0', '0', '0', '7213', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391964', 'bc_triangularprism*68', 'bc_triangularprism*68', 's', '1', '1', '1', '0', '0', '0', '7214', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391965', 'bc_triangularprism*69', 'bc_triangularprism*69', 's', '1', '1', '1', '0', '0', '0', '7215', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391966', 'bc_triangularprism*7', 'bc_triangularprism*7', 's', '1', '1', '1', '0', '0', '0', '7216', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391967', 'bc_triangularprism*8', 'bc_triangularprism*8', 's', '1', '1', '1', '0', '0', '0', '7217', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44391968', 'bc_triangularprism*9', 'bc_triangularprism*9', 's', '1', '1', '1', '0', '0', '0', '7218', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392000', 'bc_sphere*1', 'bc_sphere*1', 's', '1', '1', '1', '0', '0', '0', '7219', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392001', 'bc_sphere*10', 'bc_sphere*10', 's', '1', '1', '1', '0', '0', '0', '7220', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392002', 'bc_sphere*11', 'bc_sphere*11', 's', '1', '1', '1', '0', '0', '0', '7221', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392003', 'bc_sphere*12', 'bc_sphere*12', 's', '1', '1', '1', '0', '0', '0', '7222', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392004', 'bc_sphere*13', 'bc_sphere*13', 's', '1', '1', '1', '0', '0', '0', '7223', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392005', 'bc_sphere*14', 'bc_sphere*14', 's', '1', '1', '1', '0', '0', '0', '7224', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392006', 'bc_sphere*15', 'bc_sphere*15', 's', '1', '1', '1', '0', '0', '0', '7225', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392007', 'bc_sphere*16', 'bc_sphere*16', 's', '1', '1', '1', '0', '0', '0', '7226', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392008', 'bc_sphere*17', 'bc_sphere*17', 's', '1', '1', '1', '0', '0', '0', '7227', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392009', 'bc_sphere*18', 'bc_sphere*18', 's', '1', '1', '1', '0', '0', '0', '7228', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392010', 'bc_sphere*19', 'bc_sphere*19', 's', '1', '1', '1', '0', '0', '0', '7229', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392011', 'bc_sphere*2', 'bc_sphere*2', 's', '1', '1', '1', '0', '0', '0', '7230', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392012', 'bc_sphere*20', 'bc_sphere*20', 's', '1', '1', '1', '0', '0', '0', '7231', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392013', 'bc_sphere*21', 'bc_sphere*21', 's', '1', '1', '1', '0', '0', '0', '7232', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392014', 'bc_sphere*22', 'bc_sphere*22', 's', '1', '1', '1', '0', '0', '0', '7233', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392015', 'bc_sphere*23', 'bc_sphere*23', 's', '1', '1', '1', '0', '0', '0', '7234', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392016', 'bc_sphere*24', 'bc_sphere*24', 's', '1', '1', '1', '0', '0', '0', '7235', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392017', 'bc_sphere*25', 'bc_sphere*25', 's', '1', '1', '1', '0', '0', '0', '7236', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392018', 'bc_sphere*26', 'bc_sphere*26', 's', '1', '1', '1', '0', '0', '0', '7237', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392019', 'bc_sphere*27', 'bc_sphere*27', 's', '1', '1', '1', '0', '0', '0', '7238', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392020', 'bc_sphere*28', 'bc_sphere*28', 's', '1', '1', '1', '0', '0', '0', '7239', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392021', 'bc_sphere*29', 'bc_sphere*29', 's', '1', '1', '1', '0', '0', '0', '7240', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392022', 'bc_sphere*3', 'bc_sphere*3', 's', '1', '1', '1', '0', '0', '0', '7241', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392023', 'bc_sphere*30', 'bc_sphere*30', 's', '1', '1', '1', '0', '0', '0', '7242', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392024', 'bc_sphere*31', 'bc_sphere*31', 's', '1', '1', '1', '0', '0', '0', '7243', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392025', 'bc_sphere*32', 'bc_sphere*32', 's', '1', '1', '1', '0', '0', '0', '7244', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392026', 'bc_sphere*33', 'bc_sphere*33', 's', '1', '1', '1', '0', '0', '0', '7245', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392027', 'bc_sphere*34', 'bc_sphere*34', 's', '1', '1', '1', '0', '0', '0', '7246', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392028', 'bc_sphere*35', 'bc_sphere*35', 's', '1', '1', '1', '0', '0', '0', '7247', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392029', 'bc_sphere*36', 'bc_sphere*36', 's', '1', '1', '1', '0', '0', '0', '7248', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392030', 'bc_sphere*37', 'bc_sphere*37', 's', '1', '1', '1', '0', '0', '0', '7249', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392031', 'bc_sphere*38', 'bc_sphere*38', 's', '1', '1', '1', '0', '0', '0', '7250', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392032', 'bc_sphere*39', 'bc_sphere*39', 's', '1', '1', '1', '0', '0', '0', '7251', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392033', 'bc_sphere*4', 'bc_sphere*4', 's', '1', '1', '1', '0', '0', '0', '7252', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392034', 'bc_sphere*40', 'bc_sphere*40', 's', '1', '1', '1', '0', '0', '0', '7253', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392035', 'bc_sphere*41', 'bc_sphere*41', 's', '1', '1', '1', '0', '0', '0', '7254', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392036', 'bc_sphere*42', 'bc_sphere*42', 's', '1', '1', '1', '0', '0', '0', '7255', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392037', 'bc_sphere*43', 'bc_sphere*43', 's', '1', '1', '1', '0', '0', '0', '7256', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392038', 'bc_sphere*44', 'bc_sphere*44', 's', '1', '1', '1', '0', '0', '0', '7257', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392039', 'bc_sphere*45', 'bc_sphere*45', 's', '1', '1', '1', '0', '0', '0', '7258', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392040', 'bc_sphere*46', 'bc_sphere*46', 's', '1', '1', '1', '0', '0', '0', '7259', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392041', 'bc_sphere*47', 'bc_sphere*47', 's', '1', '1', '1', '0', '0', '0', '7260', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392042', 'bc_sphere*48', 'bc_sphere*48', 's', '1', '1', '1', '0', '0', '0', '7261', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392043', 'bc_sphere*49', 'bc_sphere*49', 's', '1', '1', '1', '0', '0', '0', '7262', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392044', 'bc_sphere*5', 'bc_sphere*5', 's', '1', '1', '1', '0', '0', '0', '7263', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392045', 'bc_sphere*50', 'bc_sphere*50', 's', '1', '1', '1', '0', '0', '0', '7264', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392046', 'bc_sphere*51', 'bc_sphere*51', 's', '1', '1', '1', '0', '0', '0', '7265', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392047', 'bc_sphere*52', 'bc_sphere*52', 's', '1', '1', '1', '0', '0', '0', '7266', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392048', 'bc_sphere*53', 'bc_sphere*53', 's', '1', '1', '1', '0', '0', '0', '7267', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392049', 'bc_sphere*54', 'bc_sphere*54', 's', '1', '1', '1', '0', '0', '0', '7268', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392050', 'bc_sphere*55', 'bc_sphere*55', 's', '1', '1', '1', '0', '0', '0', '7269', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392051', 'bc_sphere*56', 'bc_sphere*56', 's', '1', '1', '1', '0', '0', '0', '7270', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392052', 'bc_sphere*57', 'bc_sphere*57', 's', '1', '1', '1', '0', '0', '0', '7271', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392053', 'bc_sphere*58', 'bc_sphere*58', 's', '1', '1', '1', '0', '0', '0', '7272', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392054', 'bc_sphere*59', 'bc_sphere*59', 's', '1', '1', '1', '0', '0', '0', '7273', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392055', 'bc_sphere*6', 'bc_sphere*6', 's', '1', '1', '1', '0', '0', '0', '7274', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392056', 'bc_sphere*60', 'bc_sphere*60', 's', '1', '1', '1', '0', '0', '0', '7275', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392057', 'bc_sphere*61', 'bc_sphere*61', 's', '1', '1', '1', '0', '0', '0', '7276', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392058', 'bc_sphere*62', 'bc_sphere*62', 's', '1', '1', '1', '0', '0', '0', '7277', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392059', 'bc_sphere*63', 'bc_sphere*63', 's', '1', '1', '1', '0', '0', '0', '7278', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392060', 'bc_sphere*64', 'bc_sphere*64', 's', '1', '1', '1', '0', '0', '0', '7279', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392061', 'bc_sphere*65', 'bc_sphere*65', 's', '1', '1', '1', '0', '0', '0', '7280', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392062', 'bc_sphere*66', 'bc_sphere*66', 's', '1', '1', '1', '0', '0', '0', '7281', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392063', 'bc_sphere*67', 'bc_sphere*67', 's', '1', '1', '1', '0', '0', '0', '7282', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392064', 'bc_sphere*68', 'bc_sphere*68', 's', '1', '1', '1', '0', '0', '0', '7283', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392065', 'bc_sphere*69', 'bc_sphere*69', 's', '1', '1', '1', '0', '0', '0', '7284', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392066', 'bc_sphere*7', 'bc_sphere*7', 's', '1', '1', '1', '0', '0', '0', '7285', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392067', 'bc_sphere*8', 'bc_sphere*8', 's', '1', '1', '1', '0', '0', '0', '7286', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392068', 'bc_sphere*9', 'bc_sphere*9', 's', '1', '1', '1', '0', '0', '0', '7287', '1', '1', '1', '1', '1', 'Default', '1', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392100', 'bc_round*15', 'bc_round*15', 's', '1', '1', '1', '1', '0', '1', '7288', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392101', 'bc_round*16', 'bc_round*16', 's', '1', '1', '1', '1', '0', '1', '7289', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392102', 'bc_round*17', 'bc_round*17', 's', '1', '1', '1', '1', '0', '1', '7290', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392103', 'bc_round*18', 'bc_round*18', 's', '1', '1', '1', '1', '0', '1', '7291', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392104', 'bc_round*19', 'bc_round*19', 's', '1', '1', '1', '1', '0', '1', '7292', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392105', 'bc_round*20', 'bc_round*20', 's', '1', '1', '1', '1', '0', '1', '7293', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392106', 'bc_round*21', 'bc_round*21', 's', '1', '1', '1', '1', '0', '1', '7294', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392107', 'bc_round*22', 'bc_round*22', 's', '1', '1', '1', '1', '0', '1', '7295', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392108', 'bc_round*23', 'bc_round*23', 's', '1', '1', '1', '1', '0', '1', '7296', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392109', 'bc_round*24', 'bc_round*24', 's', '1', '1', '1', '1', '0', '1', '7297', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392110', 'bc_round*25', 'bc_round*25', 's', '1', '1', '1', '1', '0', '1', '7298', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392111', 'bc_round*26', 'bc_round*26', 's', '1', '1', '1', '1', '0', '1', '7299', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392112', 'bc_round*27', 'bc_round*27', 's', '1', '1', '1', '1', '0', '1', '7300', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392113', 'bc_round*28', 'bc_round*28', 's', '1', '1', '1', '1', '0', '1', '7301', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392114', 'bc_round*29', 'bc_round*29', 's', '1', '1', '1', '1', '0', '1', '7302', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392115', 'bc_round*30', 'bc_round*30', 's', '1', '1', '1', '1', '0', '1', '7303', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392116', 'bc_round*31', 'bc_round*31', 's', '1', '1', '1', '1', '0', '1', '7304', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392117', 'bc_round*32', 'bc_round*32', 's', '1', '1', '1', '1', '0', '1', '7305', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392118', 'bc_round*33', 'bc_round*33', 's', '1', '1', '1', '1', '0', '1', '7306', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392119', 'bc_round*34', 'bc_round*34', 's', '1', '1', '1', '1', '0', '1', '7307', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392120', 'bc_round*35', 'bc_round*35', 's', '1', '1', '1', '1', '0', '1', '7308', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392121', 'bc_round*36', 'bc_round*36', 's', '1', '1', '1', '1', '0', '1', '7309', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392122', 'bc_round*37', 'bc_round*37', 's', '1', '1', '1', '1', '0', '1', '7310', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392123', 'bc_round*38', 'bc_round*38', 's', '1', '1', '1', '1', '0', '1', '7311', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392124', 'bc_round*39', 'bc_round*39', 's', '1', '1', '1', '1', '0', '1', '7312', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392125', 'bc_round*40', 'bc_round*40', 's', '1', '1', '1', '1', '0', '1', '7313', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392126', 'bc_round*41', 'bc_round*41', 's', '1', '1', '1', '1', '0', '1', '7314', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392127', 'bc_round*42', 'bc_round*42', 's', '1', '1', '1', '1', '0', '1', '7315', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392128', 'bc_round*43', 'bc_round*43', 's', '1', '1', '1', '1', '0', '1', '7316', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392129', 'bc_round*44', 'bc_round*44', 's', '1', '1', '1', '1', '0', '1', '7317', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392130', 'bc_round*45', 'bc_round*45', 's', '1', '1', '1', '1', '0', '1', '7318', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392131', 'bc_round*46', 'bc_round*46', 's', '1', '1', '1', '1', '0', '1', '7319', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392132', 'bc_round*47', 'bc_round*47', 's', '1', '1', '1', '1', '0', '1', '7320', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392133', 'bc_round*48', 'bc_round*48', 's', '1', '1', '1', '1', '0', '1', '7321', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392134', 'bc_round*49', 'bc_round*49', 's', '1', '1', '1', '1', '0', '1', '7322', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392135', 'bc_round*50', 'bc_round*50', 's', '1', '1', '1', '1', '0', '1', '7323', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392136', 'bc_round*51', 'bc_round*51', 's', '1', '1', '1', '1', '0', '1', '7324', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392137', 'bc_round*52', 'bc_round*52', 's', '1', '1', '1', '1', '0', '1', '7325', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392138', 'bc_round*53', 'bc_round*53', 's', '1', '1', '1', '1', '0', '1', '7326', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392139', 'bc_round*54', 'bc_round*54', 's', '1', '1', '1', '1', '0', '1', '7327', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392140', 'bc_round*55', 'bc_round*55', 's', '1', '1', '1', '1', '0', '1', '7328', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392141', 'bc_round*56', 'bc_round*56', 's', '1', '1', '1', '1', '0', '1', '7329', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392142', 'bc_round*57', 'bc_round*57', 's', '1', '1', '1', '1', '0', '1', '7330', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392143', 'bc_round*58', 'bc_round*58', 's', '1', '1', '1', '1', '0', '1', '7331', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392144', 'bc_round*59', 'bc_round*59', 's', '1', '1', '1', '1', '0', '1', '7332', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392145', 'bc_round*60', 'bc_round*60', 's', '1', '1', '1', '1', '0', '1', '7333', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392146', 'bc_round*61', 'bc_round*61', 's', '1', '1', '1', '1', '0', '1', '7334', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392147', 'bc_round*62', 'bc_round*62', 's', '1', '1', '1', '1', '0', '1', '7335', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392148', 'bc_round*63', 'bc_round*63', 's', '1', '1', '1', '1', '0', '1', '7336', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392149', 'bc_round*64', 'bc_round*64', 's', '1', '1', '1', '1', '0', '1', '7337', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392150', 'bc_round*65', 'bc_round*65', 's', '1', '1', '1', '1', '0', '1', '7338', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392151', 'bc_round*66', 'bc_round*66', 's', '1', '1', '1', '1', '0', '1', '7339', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392152', 'bc_round*67', 'bc_round*67', 's', '1', '1', '1', '1', '0', '1', '7340', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392153', 'bc_round*68', 'bc_round*68', 's', '1', '1', '1', '1', '0', '1', '7341', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('44392154', 'bc_round*69', 'bc_round*69', 's', '1', '1', '1', '1', '0', '1', '7342', '1', '1', '1', '1', '1', 'Default', '5', '0', '1.0,0.75,0.50,0.25,0.0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879880', 'xmas14_boomboxman', 'xmas14_boomboxman', 's', '1', '1', '1', '0', '0', '0', '6257', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879881', 'xmas14_festivehut', 'xmas14_festivehut', 's', '2', '2', '0.01', '1', '0', '1', '6254', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879882', 'xmas14_lobsterdin', 'xmas14_lobsterdin', 's', '1', '1', '1', '0', '0', '0', '6253', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879884', 'xmas14_octosanta', 'xmas14_octosanta', 's', '3', '3', '1', '0', '0', '0', '6255', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879885', 'xmas14_rudolph_ring', 'xmas14_rudolph_ring', 's', '1', '1', '0.9', '0', '1', '0', '6258', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879886', 'xmas14_sharkthrone', 'xmas14_sharkthrone', 's', '1', '1', '1.1', '0', '0', '0', '6256', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('46879887', 'xmas14_snowglobe', 'xmas14_snowglobe', 's', '2', '2', '1', '0', '0', '1', '6259', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('48576943', 'colath', 'Cola Throne', 's', '1', '1', '1', '1', '1', '0', '57584938', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('49871700', 'xmas14_beachhut', 'xmas14_beachhut', 's', '2', '2', '0.1', '1', '0', '1', '6234', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871701', 'xmas14_chair', 'xmas14_chair', 's', '1', '1', '1', '0', '1', '0', '6245', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871702', 'xmas14_corner1', 'xmas14_corner1', 's', '1', '1', '1', '0', '0', '0', '6240', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871703', 'xmas14_corner2', 'xmas14_corner2', 's', '1', '1', '1', '0', '0', '0', '6231', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871704', 'xmas14_divider', 'xmas14_divider', 's', '2', '1', '1', '0', '0', '0', '6235', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871705', 'xmas14_gate1', 'xmas14_gate1', 's', '1', '1', '0.001', '0', '0', '0', '6244', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871706', 'xmas14_gate2', 'xmas14_gate2', 's', '1', '1', '0.001', '0', '0', '0', '6246', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871707', 'xmas14_inflatabletree', 'xmas14_inflatabletree', 's', '1', '1', '1', '0', '0', '0', '6250', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871708', 'xmas14_lights1', 'xmas14_lights1', 's', '1', '1', '0.001', '1', '0', '1', '6247', '1', '1', '1', '1', '1', 'Default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871709', 'xmas14_lights2', 'xmas14_lights2', 's', '1', '1', '0.001', '1', '0', '1', '6248', '1', '1', '1', '1', '1', 'Default', '5', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871710', 'xmas14_palm', 'xmas14_palm', 's', '1', '1', '1', '0', '0', '0', '6251', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871711', 'xmas14_recliner', 'xmas14_recliner', 's', '1', '3', '1.2', '0', '0', '0', '6230', '1', '1', '1', '1', '1', 'bed', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871712', 'xmas14_sand', 'xmas14_sand', 's', '2', '2', '0.001', '1', '0', '1', '6243', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871713', 'xmas14_snowman', 'xmas14_snowman', 's', '1', '1', '1', '0', '0', '0', '6238', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871714', 'xmas14_stages1', 'xmas14_stages1', 's', '2', '1', '0.2', '1', '0', '1', '6232', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871715', 'xmas14_stages2', 'xmas14_stages2', 's', '1', '1', '0.2', '1', '0', '1', '6237', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871716', 'xmas14_starfish', 'xmas14_starfish', 's', '1', '1', '0.01', '1', '0', '1', '6249', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871717', 'xmas14_sunbeams', 'xmas14_sunbeams', 's', '2', '2', '0.001', '1', '0', '1', '6242', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871718', 'xmas14_table', 'xmas14_table', 's', '2', '1', '1.1', '1', '0', '0', '6241', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871719', 'xmas14_tele', 'xmas14_tele', 's', '1', '1', '0.1', '0', '0', '0', '6239', '1', '1', '1', '1', '1', 'teleport', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871720', 'xmas14_tikibar', 'xmas14_tikibar', 's', '2', '1', '1', '0', '0', '0', '6236', '1', '1', '1', '1', '1', 'vendingmachine', '1', '32', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('49871721', 'xmas14_tikibar2', 'xmas14_tikibar2', 's', '2', '1', '1', '0', '0', '0', '6233', '1', '1', '1', '1', '1', 'vendingmachine', '1', '32', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('52415701', 'rainbow_egg1', 'Rainbow Egg', 's', '1', '1', '1', '1', '0', '0', '52415701', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500121', 'blackgargoylee', 'Black Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500121', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500122', 'BlueGargoyleee', 'Blue Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500122', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500125', 'goldenGargoyle', 'Golden Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500125', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500126', 'Greengargoylee', 'Green Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500126', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500128', 'MetalGargoylee', 'Metal Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500128', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500129', 'OrangeGargoyle', 'Orange Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500129', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500130', 'PinkGargoyleee', 'Pink Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500130', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500131', 'PurpleGargoyle', 'Purple Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500131', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500133', 'redgargoyleeee', 'Red Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500133', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('72500134', 'WhiteGargoylee', 'White Gargoyle', 's', '1', '1', '1', '1', '0', '0', '72500134', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('80002223', 'avatar_effect78', 'Square Dining Table', 'e', '1', '1', '1', '1', '0', '0', '78', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002224', 'avatar_effect79', 'Round Dining Table', 'e', '1', '1', '1', '1', '0', '0', '79', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002225', 'avatar_effect80', 'Occasional Table', 'e', '1', '1', '1', '1', '0', '0', '80', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002226', 'avatar_effect81', 'Chair', 'e', '1', '1', '1', '1', '0', '0', '81', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002227', 'avatar_effect82', 'Floor Rug', 'e', '1', '1', '1', '1', '0', '0', '82', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002228', 'avatar_effect83', 'Doormat', 'e', '1', '1', '1', '1', '0', '0', '83', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002229', 'avatar_effect84', 'Square Dining Table', 'e', '1', '1', '1', '1', '0', '0', '84', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002230', 'avatar_effect85', 'Square Dining Table', 'e', '1', '1', '1', '1', '0', '0', '85', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002231', 'avatar_effect86', 'Round Dining Table', 'e', '1', '1', '1', '1', '0', '0', '86', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002232', 'avatar_effect87', 'Occasional Table', 'e', '1', '1', '1', '1', '0', '0', '87', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002233', 'avatar_effect88', 'Chair', 'e', '1', '1', '1', '1', '0', '0', '88', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002234', 'avatar_effect89', 'Floor Rug', 'e', '1', '1', '1', '1', '0', '0', '89', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002235', 'avatar_effect90', 'Doormat', 'e', '1', '1', '1', '1', '0', '0', '90', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002236', 'avatar_effect91', 'Doormat', 'e', '1', '1', '1', '1', '0', '0', '91', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('80002237', 'avatar_effect92', '', 'e', '1', '1', '1', '1', '0', '0', '92', '0', '0', '1', '0', '0', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805100', 'diamond_painting7', 'diamond_painting7', 'i', '1', '1', '1', '0', '0', '0', '4611', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805101', 'diamond_painting8', 'diamond_painting8', 'i', '1', '1', '1', '0', '0', '0', '8021', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805102', 'diamond_painting9', 'diamond_painting9', 'i', '1', '1', '1', '0', '0', '0', '4603', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805103', 'diamond_painting10', 'diamond_painting10', 'i', '1', '1', '1', '0', '0', '0', '4610', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805104', 'diamond_painting11', 'diamond_painting11', 'i', '1', '1', '1', '0', '0', '0', '4613', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805105', 'diamond_painting12', 'diamond_painting12', 'i', '1', '1', '1', '0', '0', '0', '4612', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805106', 'diamond_painting13', 'diamond_painting13', 'i', '1', '1', '1', '0', '0', '0', '4609', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805107', 'diamond_painting14', 'diamond_painting14', 'i', '1', '1', '1', '0', '0', '0', '4608', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805108', 'diamond_painting15', 'diamond_painting15', 'i', '1', '1', '1', '0', '0', '0', '4606', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805109', 'diamond_painting16', 'diamond_painting16', 'i', '1', '1', '1', '0', '0', '0', '4607', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805110', 'diamond_painting17', 'diamond_painting17', 'i', '1', '1', '1', '0', '0', '0', '4605', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805111', 'diamond_painting18', 'diamond_painting18', 'i', '1', '1', '1', '0', '0', '0', '4604', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('88805112', 'room_info15_bench', 'room_info15_bench', 's', '2', '1', '1.105', '0', '1', '0', '8012', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805113', 'room_info15_bg', 'room_info15_bg', 's', '1', '1', '0.01', '0', '0', '1', '8020', '1', '1', '1', '1', '1', 'pressure_pad', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805114', 'room_info15_bridge1', 'room_info15_bridge1', 's', '1', '2', '0.4', '1', '0', '1', '8008', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805115', 'room_info15_bridge2', 'room_info15_bridge2', 's', '2', '2', '0.6', '1', '0', '1', '8009', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805116', 'room_info15_clouds', 'room_info15_clouds', 's', '1', '1', '0.01', '1', '0', '1', '8010', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805117', 'room_info15_counter1', 'room_info15_counter1', 's', '1', '1', '1.78', '1', '0', '0', '8018', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805118', 'room_info15_counter2', 'room_info15_counter2', 's', '3', '1', '1.1', '1', '0', '0', '8017', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805119', 'room_info15_counter3', 'room_info15_counter3', 's', '1', '1', '0.6', '1', '0', '0', '7985', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805120', 'room_info15_counter4', 'room_info15_counter4', 's', '1', '1', '1.2', '1', '0', '0', '8016', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805121', 'room_info15_fridge', 'room_info15_fridge', 's', '1', '1', '1', '0', '0', '0', '8015', '1', '1', '1', '1', '1', 'vendingmachine', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805122', 'room_info15_lamp1', 'room_info15_lamp1', 's', '1', '1', '1', '0', '0', '0', '8011', '1', '1', '1', '1', '1', 'Default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805123', 'room_info15_reed', 'room_info15_reed', 's', '1', '1', '0.01', '1', '0', '1', '8014', '1', '1', '1', '1', '1', 'Default', '6', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805124', 'room_info15_shrub2', 'room_info15_shrub2', 's', '2', '1', '1.4', '1', '0', '0', '7983', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805125', 'room_info15_shrub3', 'room_info15_shrub3', 's', '1', '1', '1', '0', '0', '0', '7982', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805126', 'room_info15_sofa1', 'room_info15_sofa1', 's', '1', '1', '1.1', '0', '1', '0', '8013', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805127', 'room_info15_sofa2', 'room_info15_sofa2', 's', '3', '1', '1.1', '0', '1', '0', '7986', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805128', 'room_info15_statue1', 'room_info15_statue1', 's', '1', '1', '1', '0', '0', '0', '7984', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805129', 'room_info15_statue2', 'room_info15_statue2', 's', '1', '1', '1', '0', '0', '0', '8019', '1', '1', '1', '1', '1', 'Default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805130', 'room_info15_bus*1', 'room_info15_bus*1', 's', '9', '3', '3.2', '1', '0', '1', '7988', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805131', 'room_info15_bus*10', 'room_info15_bus*10', 's', '9', '3', '3.2', '1', '0', '1', '7989', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805132', 'room_info15_bus*11', 'room_info15_bus*11', 's', '9', '3', '3.2', '1', '0', '1', '7990', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805133', 'room_info15_bus*12', 'room_info15_bus*12', 's', '9', '3', '3.2', '1', '0', '1', '7991', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805134', 'room_info15_bus*13', 'room_info15_bus*13', 's', '9', '3', '3.2', '1', '0', '1', '7992', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805135', 'room_info15_bus*14', 'room_info15_bus*14', 's', '9', '3', '3.2', '1', '0', '1', '7993', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805136', 'room_info15_bus*15', 'room_info15_bus*15', 's', '9', '3', '3.2', '1', '0', '1', '7994', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805137', 'room_info15_bus*16', 'room_info15_bus*16', 's', '9', '3', '3.2', '1', '0', '1', '7995', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805138', 'room_info15_bus*17', 'room_info15_bus*17', 's', '9', '3', '3.2', '1', '0', '1', '7996', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805139', 'room_info15_bus*18', 'room_info15_bus*18', 's', '9', '3', '3.2', '1', '0', '1', '7997', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805140', 'room_info15_bus*19', 'room_info15_bus*19', 's', '9', '3', '3.2', '1', '0', '1', '7998', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805141', 'room_info15_bus*2', 'room_info15_bus*2', 's', '9', '3', '3.2', '1', '0', '1', '7999', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805142', 'room_info15_bus*20', 'room_info15_bus*20', 's', '9', '3', '3.2', '1', '0', '1', '8000', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805143', 'room_info15_bus*3', 'room_info15_bus*3', 's', '9', '3', '3.2', '1', '0', '1', '8001', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805144', 'room_info15_bus*4', 'room_info15_bus*4', 's', '9', '3', '3.2', '1', '0', '1', '8002', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805145', 'room_info15_bus*5', 'room_info15_bus*5', 's', '9', '3', '3.2', '1', '0', '1', '8003', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805146', 'room_info15_bus*6', 'room_info15_bus*6', 's', '9', '3', '3.2', '1', '0', '1', '8004', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805147', 'room_info15_bus*7', 'room_info15_bus*7', 's', '9', '3', '3.2', '1', '0', '1', '8005', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805148', 'room_info15_bus*8', 'room_info15_bus*8', 's', '9', '3', '3.2', '1', '0', '1', '8006', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805149', 'room_info15_bus*9', 'room_info15_bus*9', 's', '9', '3', '3.2', '1', '0', '1', '8007', '1', '1', '1', '1', '1', 'Default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('88805150', 'room_info15_tree1', 'room_info15_tree1', 's', '1', '1', '1', '0', '0', '0', '7987', '1', '1', '1', '1', '1', 'Default', '4', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('93837261', 'vred_dragonlamp', 'vred_dragonlamp', 's', '1', '1', '1', '1', '0', '0', '710004486', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('93837262', 'vbrn_dragonlamp', 'vbrn_dragonlamp', 's', '1', '1', '1', '1', '0', '0', '710004487', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('99899803', 'habbo_bellh_st', 'habbo_bellh_st', 's', '1', '1', '1', '1', '0', '0', '99899802', '1', '1', '1', '1', '1', 'default', '4', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('111111111', 'tent_camo', 'Camouflage Tent', 's', '2', '3', '1', '0', '0', '0', '5143', '1', '1', '1', '1', '1', 'bed', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111112', 'tent_blue', 'Blue Tent', 's', '2', '3', '1', '0', '0', '0', '5163', '1', '1', '1', '1', '1', 'bed', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111113', 'tent_beige', 'Beige Tent', 's', '2', '3', '1', '0', '0', '0', '5133', '1', '1', '1', '1', '1', 'bed', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111114', 'hblooza_tfnc_2', '', 's', '1', '1', '0', '1', '0', '0', '1114', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111115', 'hblooza_tfnc_1', 'Multicoloured Stage Fence', 's', '1', '1', '0', '1', '0', '1', '5132', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111116', 'hblooza_stage2', '', 's', '2', '2', '1', '1', '0', '1', '1116', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111117', 'hblooza_stage1', '', 's', '2', '2', '1', '1', '0', '1', '1117', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111118', 'hblooza_spacerent6x6', 'Large Rental Space', 's', '6', '6', '0', '1', '0', '1', '5155', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111119', 'hblooza_spacerent3x4', 'Rental Space', 's', '3', '4', '0', '1', '0', '1', '5134', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111120', 'hblooza_sfnc_crnr', '', 's', '1', '1', '0', '1', '0', '1', '1120', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111121', 'hblooza_sfnc', '', 's', '1', '2', '0', '1', '0', '0', '1121', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111122', 'hblooza_popcorn', 'Popcorn Stand', 's', '2', '1', '0', '0', '0', '0', '5130', '1', '1', '1', '1', '1', 'vendingmachine', '2', '63', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111123', 'hblooza_pillar1', 'Pillar of Light!', 's', '2', '1', '0', '1', '0', '0', '5150', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111124', 'hblooza_icecream', 'Ice Cream Stand', 's', '2', '1', '1', '0', '0', '0', '5125', '1', '1', '1', '1', '1', 'vendingmachine', '2', '75,76,77', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111125', 'hblooza_hotdog', 'Hot Dog Vendor', 's', '1', '1', '1', '0', '0', '0', '5156', '1', '1', '1', '1', '1', 'vendingmachine', '2', '81', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111126', 'hblooza_fnc_crnr', 'Fence Corner', 's', '1', '1', '1', '1', '0', '0', '5144', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111127', 'hblooza_fnc', 'Fence', 's', '1', '1', '1', '1', '0', '0', '5154', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111128', 'hblooza_dirtfloor', 'Dirt Floor', 's', '2', '2', '0', '1', '0', '1', '5131', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111129', 'hblooza_candyfloss', 'Cotton Candy Stand', 's', '1', '1', '1', '0', '0', '0', '5153', '1', '1', '1', '1', '1', 'vendingmachine', '2', '79,80', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111130', 'hblooza_bubblejuice', 'Bubble Juice Stand', 's', '2', '1', '1', '0', '0', '0', '5145', '1', '1', '1', '1', '1', 'vendingmachine', '2', '24', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111131', 'hblooza_bbq', 'Portable Barbecue', 's', '1', '1', '1', '1', '0', '0', '5122', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111132', 'foldabletable_camo', 'Camouflage Folding Table', 's', '1', '1', '1', '1', '0', '0', '5123', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111133', 'foldabletable_beige', 'Beige Folding Table', 's', '1', '1', '1', '1', '0', '0', '5124', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111134', 'foldablechair_camo', 'Camouflage Folding Chair', 's', '1', '1', '1', '1', '1', '0', '5152', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111135', 'foldablechair_beige', 'Beige Folding Chair', 's', '1', '1', '1', '1', '1', '0', '5162', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111136', 'bigtent_camo', 'Big Camouflage Tent', 's', '5', '5', '0', '1', '0', '1', '5157', '1', '1', '1', '1', '1', 'tent', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('111111137', 'bigtent_beige', 'Big Beige Tent', 's', '5', '5', '0', '1', '0', '1', '5151', '1', '1', '1', '1', '1', 'tent', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('123456789', 'cocacolamachi', 'Coca Cola Machine', 's', '1', '1', '1', '1', '0', '0', '987654321', '1', '1', '1', '1', '1', 'vendingmachine', '2', '57', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137021', 'sha_earthdragon', 'Earth Dragon', 's', '1', '1', '1', '1', '0', '0', '650137021', '0', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137053', 'ball1', 'ball1', 's', '1', '1', '1', '1', '0', '0', '650137053', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137054', 'ball2', 'ball2', 's', '1', '1', '1', '1', '0', '0', '650137054', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137055', 'ball3', 'ball3', 's', '1', '1', '1', '1', '0', '0', '650137055', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137056', 'ball4', 'ball4', 's', '1', '1', '1', '1', '0', '0', '650137056', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137057', 'ball5', 'ball5', 's', '1', '1', '1', '1', '0', '0', '650137057', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137095', 'dragonlamp_shinobi', 'Darkstar Dragons', 's', '1', '1', '1', '1', '0', '0', '4594', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('650137096', 'jp_divider', 'Shoji Divider', 's', '1', '1', '1', '1', '0', '0', '4595', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('650137097', 'jp_gate', 'Shoji Gate', 's', '1', '1', '0.01', '1', '0', '0', '4596', '1', '1', '1', '1', '1', 'gate', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001994', 'boutique_table1', 'Boutique Shelf', 's', '1', '1', '1', '1', '0', '0', '4165', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001995', 'boutique_clothingpile', 'Pile Of Clothes', 's', '1', '1', '0.2', '1', '0', '0', '4166', '1', '1', '1', '1', '1', 'default', '9', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001996', 'boutique_changing1', 'Red Changing Booth', 's', '1', '1', '0', '1', '0', '1', '4167', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001997', 'boutique_changing3', 'Blue Changing Booth', 's', '1', '1', '0', '1', '0', '1', '4168', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001998', 'boutique_sofa2', 'Chaise Longue', 's', '2', '1', '0.9', '1', '1', '0', '4169', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710001999', 'boutique_mannequin1', 'Mannequin', 's', '1', '1', '2', '0', '0', '0', '4170', '0', '1', '1', '1', '1', 'mannequin', '1', '0', '0', '0', '0', '0', '0', '1');
INSERT INTO `furniture` VALUES ('710002000', 'boutique_sofa1', 'Pouf', 's', '1', '1', '0.9', '1', '1', '0', '4171', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002001', 'boutique_table2', 'Boutique Counter', 's', '3', '1', '1', '1', '0', '0', '4172', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002002', 'boutique_cashreg', 'Cash Register', 's', '1', '1', '1', '1', '0', '0', '4173', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002003', 'boutique_changing2', 'Purple Changing Booth', 's', '1', '1', '0', '1', '0', '1', '4174', '1', '1', '1', '1', '1', 'pressure_tile', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002004', 'boutique_plant1', 'Small Shop Plant', 's', '1', '1', '1', '1', '0', '0', '4175', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002005', 'boutique_plant2', 'Large Shop Plant', 's', '2', '1', '1', '1', '0', '0', '4176', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002006', 'boutique_counter', 'Glass Display Case', 's', '2', '1', '1', '1', '0', '0', '4177', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002007', 'boutique_floor2b', 'Large Polished Floor', 's', '3', '3', '0', '1', '0', '1', '4178', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002008', 'boutique_floor1b', 'Large Polished Floor', 's', '3', '3', '0', '1', '0', '1', '4179', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002009', 'boutique_floor2a', 'Polished Floor', 's', '1', '1', '0', '1', '0', '1', '4180', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002010', 'boutique_shrack2', 'Shoe Rack', 'i', '0', '0', '0', '1', '0', '0', '4424', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002011', 'boutique_shrack1', 'Shoe Rack', 'i', '0', '0', '0', '1', '0', '0', '4425', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002012', 'boutique_speakers', 'Speakers', 'i', '0', '0', '0', '1', '0', '0', '4426', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002013', 'boutique_clrack2', 'Hot from the streets of New York. Two states.', 'i', '0', '0', '0', '1', '0', '0', '4427', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002014', 'boutique_clrack1', 'Hot from the catwalks of Milan. Two states.', 'i', '0', '0', '0', '1', '0', '0', '4428', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710002015', 'boutique_lampwall', 'Light Wall', 'i', '0', '0', '0', '1', '0', '0', '4423', '1', '1', '1', '1', '1', 'default', '3', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('710004462', 'poster2005', 'Infobus', 'i', '0', '0', '0', '1', '0', '0', '710004462', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('710004463', 'vpnk_dragonlamp*1', 'vpnk_dragonlamp', 's', '1', '1', '1', '1', '0', '0', '710004463', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1000000002', 'easter13_dinoegg', 'Easter Dino Egg', 's', '1', '1', '0.5', '1', '0', '0', '5011', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '1', '0', '0');
INSERT INTO `furniture` VALUES ('1000000010', 'CF_500_vikings', 'Viking Loot', 's', '1', '1', '1', '1', '0', '0', '5946', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000016', 'USN', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000017', 'USO', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000018', 'ES446', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000019', 'HST04', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000020', 'CAK', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000021', 'UKP', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000023', 'UK120', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000024', 'SGF', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000025', 'NOC', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000028', 'NO83', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000029', 'NO82', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000030', 'IT021', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000031', 'ANON', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000036', 'NT298', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000038', 'MYF', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000039', 'PHF', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000041', 'HFW06', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000042', 'DE4', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000043', 'DE5', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000044', 'NO5', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000045', 'ES005', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000046', 'ES006', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000047', 'ES007', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000048', 'ES008', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000049', 'ES009', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000050', 'ES011', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000051', 'ES012', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000052', 'ES013', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000053', 'ES014', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000054', 'ES015', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000055', 'ES016', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000056', 'ES017', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000057', 'ES019', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000058', 'ES020', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000059', 'NZb', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000060', 'WOUTO', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000062', 'XM1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000064', 'W25', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000065', 'UK034', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000066', 'UK033', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000067', 'UK069', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000070', 'USJ_HHAU', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000071', 'MRG01', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000072', 'MRG02', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000073', 'MRG03', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000074', 'MRG04', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000075', 'MRG05', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000076', 'UK125', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000077', 'UK126', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000078', 'USM', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000079', 'vbrn_dragonlamp', 'vbrn_dragonlamp', 's', '1', '1', '0', '1', '0', '0', '93837262', '1', '1', '1', '1', '1', 'default', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000081', 'mm_tub', 'Lime Bath', 's', '1', '2', '1', '1', '1', '0', '4026', '1', '1', '1', '1', '1', 'default', '2', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000083', 'wf_act_chase', 'wf_act_chase', 's', '1', '1', '0.65', '1', '0', '1', '5055', '1', '1', '1', '1', '1', 'wired_effect', '1', '0', '0', '0', '45', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000085', 'LOVE1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000086', 'LOVE2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000087', 'LOVE3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000088', 'SUMMER1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000089', 'SUMMER2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000090', 'SUMMER3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000091', 'ANIM1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000092', 'ANIM2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000093', 'DIS1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000094', 'DIS2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000095', 'DIS3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000096', 'HOR1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000097', 'HOR2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000098', 'HOR3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000099', 'SPACE1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000100', 'SPACE2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000101', 'SPACE3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000106', 'BDAY1', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000107', 'BDAY2', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `furniture` VALUES ('1000000108', 'BDAY3', '', 'b', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', 'badge', '1', '0', '0', '0', '0', '0', '0', '0');
After you do this, run the commands, :update catalogue then
:update items

Credits:
XxMurphyxX
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2016
Messages
85
Reaction score
8
What is going on?

~edit~



and

 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jan 7, 2016
Messages
85
Reaction score
8
Must be your Database or your swfs, It's not the emulator. My moodlight and floor plan is working fine. PM me we can TV or something and i'll try and fix.

Do you have Skype? If so, could you private message me your Skype if it's possible. My friends VPS, doesn't work at the moment and i'm with xHosts.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 15, 2009
Messages
29
Reaction score
1
B44ZWQs - Official PlusEMU - Help Thread - RaGEZONE Forums


my image isn't loading.. any idea of how to fix it?
 

Attachments

You must be registered for see attachments list
Upvote 0
Status
Not open for further replies.
Back
Top