ALTRO - PHPMYADMIN - Non mi importa il DB

ANGYLAVE

Utente Medio
Autore del topic
1 Ottobre 2010
151
11
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
PHPMYADMIN - Non mi importa il DB
Tipologia del tuo problema/richiesta
ALTRO
CMS/Server/DB/Client Utilizzato
Xampp 1.7.1
Qual è il tuo errore?
Quando vado a importare il database mi esce questo messaggio di errore: _
Screenshot[IN
i9xdbEt.png

Database:
dIy376O.png

/u\
|p|
|! |
 
Ultima modifica:
Ti dispiacerebbe postare la struttura della tabella tramite testo? Cerco di risolvere personalmente il problema
 
Ti dispiacerebbe postare la struttura della tabella tramite testo? Cerco di risolvere personalmente il problema

Posto tutto il database :emoji_slight_smile: Credo sia un errore di xampp non mi importa neanche un db nuovo!

-- phpMyAdmin SQL Dump
-- version 3.1.3.1
--
Perfavore, Entra oppure Registrati per vedere i Link!

--
-- Host: localhost
-- Generato il: 03 feb, 2014 at 08:01 PM
-- Versione MySQL: 5.1.33
-- Versione PHP: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `hubdb`
--

-- --------------------------------------------------------

--
-- Struttura della tabella `achievements`
--

CREATE TABLE IF NOT EXISTS `achievements` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(100) NOT NULL DEFAULT '',
`levels` int(11) NOT NULL DEFAULT '1',
`dynamic_badgelevel` enum('0','1') NOT NULL DEFAULT '1',
`badge` varchar(100) NOT NULL,
`pixels_base` int(5) NOT NULL DEFAULT '50',
`score_base` int(5) NOT NULL DEFAULT '10',
`pixels_multiplier` double NOT NULL DEFAULT '1.25',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=cp1251 AUTO_INCREMENT=39 ;

--
-- Dump dei dati per la tabella `achievements`
--

INSERT INTO `achievements` (`id`, `type`, `levels`, `dynamic_badgelevel`, `badge`, `pixels_base`, `score_base`, `pixels_multiplier`) VALUES
(1, 'identity', 1, '0', 'ACH_AvatarLooks1', 50, 10, 0.5),
(2, 'identity', 1, '0', 'ACH_EmailVerification1', 2500, 10, 0.5),
(3, 'identity', 1, '0', 'ACH_Graduate1', 50, 10, 0.5),
(4, 'identity', 1, '0', 'ACH_HappyHour1', 50, 10, 0.5),
(5, 'identity', 1, '0', 'ACH_Motto1', 100, 10, 0.5),
(6, 'identity', 1, '0', 'ACH_Student1', 50, 10, 0.5),
(7, 'identity', 1, '0', 'ACH_AvatarTags1', 50, 10, 0.5),
(8, 'social', 1, '0', 'ACH_RespectGiven1', 50, 10, 0.5),
(9, 'identity', 1, '0', 'ACH_Name1', 50, 10, 0.5),
(10, 'identity', 10, '1', 'ACH_RegistrationDuration', 50, 10, 0.5),
(11, 'identity', 10, '1', 'ACH_Login', 50, 10, 0.5),
(13, 'explore', 10, '1', 'ACH_RoomEntry', 5, 10, 0.5),
(14, 'social', 10, '1', 'ACH_RespectEarned', 50, 10, 0.5),
(15, 'social', 10, '1', 'ACH_MGM', 50, 10, 0.5),
(16, 'identity', 10, '1', 'ACH_AllTimeHotelPresence', 50, 10, 0.5),
(17, 'identity', 1, '0', 'ACH_TraderPass', 50, 10, 0.5),
(18, 'identity', 1, '0', 'ACH_AIPerformanceVote', 50, 10, 0.5),
(19, 'pets', 10, '1', 'ACH_PetFeeding', 50, 10, 0.5),
(20, 'pets', 10, '1', 'ACH_PetLevelUp', 50, 10, 0.5),
(21, 'pets', 10, '1', 'ACH_PetLover', 50, 10, 0.5),
(22, 'pets', 10, '1', 'ACH_PetRespectGiver', 50, 10, 0.5),
(23, 'pets', 10, '1', 'ACH_PetRespectReceiver', 50, 10, 0.5),
(24, 'social', 10, '1', 'ACH_GiftGiver', 50, 10, 0.5),
(25, 'social', 10, '1', 'ACH_GiftReceiver', 50, 10, 0.5),
(26, 'identity', 5, '1', 'ACH_BasicClub', 50, 10, 0.5),
(27, 'identity', 5, '1', 'ACH_VipClub', 50, 10, 0.5),
(28, 'games', 20, '1', 'ACH_BattleBallTilesLocked', 50, 10, 0.5),
(29, 'games', 20, '1', 'ACH_GamePlayerExperience', 50, 10, 0.5),
(30, 'games', 20, '1', 'ACH_GameAuthorExperience', 50, 10, 0.5),
(31, 'identity', 1, '0', 'Z64', 50, 10, 0.5),
(32, 'identity', 1, '0', 'XXX', 0, 10, 0.5),
(33, 'identity', 1, '0', 'RLX01', 200, 10, 0.5),
(34, 'identity', 1, '0', 'AC5', 200, 10, 0.5),
(35, 'identity', 1, '0', 'IT5', 200, 10, 0.5),
(36, 'identity', 1, '0', 'ACH_Forum1', 50, 10, 0.5),
(37, 'identity', 1, '0', 'RU3', 200, 10, 0.5),
(38, 'identity', 1, '0', 'VA2', 200, 10, 0.5);

-- --------------------------------------------------------

--
-- Struttura della tabella `achievements_owed`
--

CREATE TABLE IF NOT EXISTS `achievements_owed` (
`user` int(6) unsigned NOT NULL,
`achievement` int(3) unsigned NOT NULL,
`achlevel` int(3) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `achievements_owed`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `badges`
--

CREATE TABLE IF NOT EXISTS `badges` (
`id` int(5) unsigned NOT NULL AUTO_INCREMENT,
`badge` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=3741 ;

--
-- Dump dei dati per la tabella `badges`
--

INSERT INTO `badges` (`id`, `badge`) VALUES
(1, 'ACH_Valentines12QuestCompleted'),
(2, 'fb_ACH_Valentines12QuestCompleted'),
(3, 'notifications.text.achievement_facebook_title'),
(4, 'ACH_GamePlayed6_HHCA'),
(5, 'IT029'),
(6, 'fb_ACH_CostumeHopper'),
(7, 'ACH_Login8_HHCA'),
(8, 'ACH_HappyHour1'),
(9, 'MD2_HHUK'),
(10, 'MRG00_HHSG'),
(11, 'ACH_BasicClub4_HHCA'),
(12, 'fb_VipParties1_Top10'),
(13, 'KIR'),
(14, 'SWB06'),
(15, 'ACH_RoomEntry10_HHCA'),
(16, 'SWB07'),
(17, 'AC1_HHUK'),
(18, 'SWB08'),
(19, 'SWB09'),
(20, 'ACH_Graduate1_HHCA'),
(21, 'al_ACH_NewUserBadgeReceiver'),
(22, 'SWB01'),
(23, 'MRG00_HHUK'),
(24, 'SGR_HHCA'),
(25, 'USE_HHCA'),
(26, 'ACH_CostumeHopper'),
(27, 'Z71_HHUK'),
(28, 'KO1'),
(29, 'KO2'),
(30, 'fb_ACH_SnowWarWeeklyBest'),
(31, 'VA012'),
(32, 'VA013'),
(33, 'VA010'),
(34, 'VA011'),
(35, 'Z02_HHCA'),
(36, 'QUZ05'),
(37, 'VA018'),
(38, 'VA017'),
(39, 'VA016'),
(40, 'VA015'),
(41, 'ACH_LympixSecretService'),
(42, 'VA014'),
(43, 'PET07'),
(44, 'DN1_HHUK'),
(45, 'PET06'),
(46, 'PET05'),
(47, 'PET03'),
(48, 'PET02'),
(49, 'PET01'),
(50, 'ACH_PetRespectReceiver10'),
(51, 'VA7_HHSG'),
(52, 'PET13'),
(53, 'PET12'),
(54, 'PET15'),
(55, 'PET14'),
(56, 'KR1'),
(57, 'PET11'),
(58, 'PET10'),
(59, 'UK061_HHUK'),
(60, 'UK015_HHUK'),
(61, 'HQ003_HHCA'),
(62, 'ACH_RespectEarned9_HHCA'),
(63, 'fb_VipParties3_Top100'),
(64, 'HQ003_HHAU'),
(65, 'fb_ACH_BaseJumpBigParachute'),
(66, 'ACH_PetLevelUp5_HHCA'),
(67, 'AC7_HHSG'),
(68, 'AC1_HHSG'),
(69, 'UKF_HHUK'),
(70, 'ACH_PetLover9_HHCA'),
(71, 'HW09C_HHCA'),
(72, 'SF1_HHCA'),
(73, 'IT079'),
(74, 'HW09C_HHAU'),
(75, 'SF1_HHAU'),
(76, 'VA7_HHUK'),
(77, 'Z20_HHUK'),
(78, 'AC7_HHUK'),
(79, 'DN1_HHSG'),
(80, 'ACH_Login5_HHCA'),
(81, 'SU3_HHUK'),
(82, 'MRG00_HHAU'),
(83, 'MOM01'),
(84, 'fb_ACH_RespectEarned10'),
(85, 'ACH_GiftReceiver10'),
(86, 'ACH_RoomEntry7_HHCA'),
(87, 'ACH_PetLevelUp4_HHCA'),
(88, 'ACH_PetFeeding6_HHCA'),
(89, 'ACH_GamePlayed8_HHCA'),
(90, 'JF5_HHCA'),
(91, 'LAT'),
(92, 'HW09B_HHCA'),
(93, 'X1124'),
(94, 'al_ACH_NotesLeft'),
(95, 'X1130'),
(96, 'LBB'),
(97, 'NLC_HHSG'),
(98, 'UKB_HHUK'),
(99, 'HJ5_HHUK'),
(100, 'HW09B_HHAU'),
(101, 'SGR_HHSG'),
(102, 'X1115'),
(103, 'ACH_GuideOnDutyPresence5'),
(104, 'ACH_GuideOnDutyPresence6'),
(105, 'ACH_GuideOnDutyPresence3'),
(106, 'ACH_GuideOnDutyPresence4'),
(107, 'ACH_GuideOnDutyPresence9'),
(108, 'ACH_GuideOnDutyPresence7'),
(109, 'ACH_GuideOnDutyPresence8'),
(110, 'fb_ACH_MGM10'),
(111, 'ACH_GuideOnDutyPresence1'),
(112, 'ACH_GuideOnDutyPresence2'),
(113, 'VIP_HHAU'),
(114, 'ACH_GiftGiver7_HHCA'),
(115, 'SU3_HHSG'),
(116, 'VipParties3_Top100'),
(117, 'DS4_HHCA'),
(118, 'DS4_HHAU'),
(119, 'al_ACH_MusicCollector'),
(120, 'VIP_HHCA'),
(121, 'RADZZ'),
(122, 'UK082_HHUK'),
(123, 'ADM_HHUK'),
(124, 'ACH_BasicClub2'),
(125, 'ACH_BasicClub1'),
(126, 'GLA_HHAU'),
(127, 'NEB_HHAU'),
(128, 'ACH_BasicClub5'),
(129, 'ACH_BasicClub3'),
(130, 'ACH_BasicClub4'),
(131, 'LE1'),
(132, 'LE2'),
(133, 'SFG_HHUK'),
(134, 'SF1_HHUK'),
(135, 'HQ003_HHSG'),
(136, 'NEB_HHCA'),
(137, 'ACH_TagA10'),
(138, 'WH3_HHAU'),
(139, 'ADM_HHSG'),
(140, 'UK044_HHUK'),
(141, 'fb_ACH_RbBunnyTag'),
(142, 'GLA_HHCA'),
(143, 'HW09D_HHUK'),
(144, 'fb_ACH_PetRespectGiver10'),
(145, 'ACH_PetLevelUp3_HHCA'),
(146, 'LC7'),
(147, 'UKBD1_HHUK'),
(148, 'LC8'),
(149, 'LC3'),
(150, 'LC6'),
(151, 'LC1'),
(152, 'ST6_HHUK'),
(153, 'HOP03_HHAU'),
(154, 'SF1_HHSG'),
(155, 'HW09D_HHSG'),
(156, 'WH3_HHCA'),
(157, 'DN1_HHAU'),
(158, 'fb_ACH_FootballGoalScored'),
(159, 'ACH_RoomEntry1_HHCA'),
(160, 'DN1_HHCA'),
(161, 'fb_ACH_BattleBallWinner'),
(162, 'ACH_GiftGiver8_HHCA'),
(163, 'fb_ACH_MonsterPlantGardenOfDeath'),
(164, 'HOP03_HHCA'),
(165, 'ACH_PetLevelUp2_HHCA'),
(166, 'ACH_BasicClub2_HHCA'),
(167, 'ACH_RoomEntry9_HHCA'),
(168, 'ACH_GuideTourTaker1'),
(169, 'ACH_GuideTourTaker2'),
(170, 'ACH_GuideTourTaker3'),
(171, 'SG1_HHSG'),
(172, 'XM2_HHAU'),
(173, 'RU3_HHSG'),
(174, 'ACH_GamePlayed4_HHCA'),
(175, 'HOP02_HHAU'),
(176, 'COM66'),
(177, 'COM65'),
(178, 'COM67'),
(179, 'COM62'),
(180, 'COM61'),
(181, 'COM64'),
(182, 'COM63'),
(183, 'COM60'),
(184, 'poop1'),
(185, 'SFE_HHSG'),
(186, 'Z28_HHUK'),
(187, 'COM57'),
(188, 'COM56'),
(189, 'COM55'),
(190, 'COM54'),
(191, 'COM58'),
(192, 'UK075_HHUK'),
(193, 'COM53'),
(194, 'COM52'),
(195, 'COM51'),
(196, 'UK083_HHUK'),
(197, 'COM50'),
(198, 'COM44'),
(199, 'COM43'),
(200, 'COM46'),
(201, 'COM45'),
(202, 'COM48'),
(203, 'COM47'),
(204, 'COM49'),
(205, 'fb_ACH_PetLevelUp1'),
(206, 'fb_ACH_PetLevelUp2'),
(207, 'fb_ACH_PetLevelUp3'),
(208, 'COM40'),
(209, 'GLI_HHUK'),
(210, 'COM42'),
(211, 'COM41'),
(212, 'fb_ACH_PetLevelUp9'),
(213, 'fb_ACH_PetLevelUp8'),
(214, 'HOP02_HHCA'),
(215, 'fb_ACH_PetLevelUp5'),
(216, 'fb_ACH_PetLevelUp4'),
(217, 'SFE_HHUK'),
(218, 'fb_ACH_PetLevelUp7'),
(219, 'fb_ACH_PetLevelUp6'),
(220, 'PIR_HHUK'),
(221, 'NEE_HHCA'),
(222, 'VIP_HHSG'),
(223, 'CNL01'),
(224, 'JKR'),
(225, 'ACH_PetFeeding7_HHCA'),
(226, 'Z46_HHUK'),
(227, 'SU3_HHCA'),
(228, 'fb_ACH_SkateBoardSlide'),
(229, 'DS4_HHSG'),
(230, 'HW09B_HHUK'),
(231, 'GLI_HHSG'),
(232, 'HUB_HHAU'),
(233, 'RUN06_HHAU'),
(234, 'RU3_HHUK'),
(235, 'COL_HHAU'),
(236, 'SU3_HHAU'),
(237, 'MD1_HHUK'),
(238, 'ACH_FreezeQuestCompleted1'),
(239, 'ACH_FreezeQuestCompleted2'),
(240, 'ACH_FreezeQuestCompleted3'),
(241, 'HX2_HHSG'),
(242, 'ACH_FreezeQuestCompleted4'),
(243, 'ACH_FreezeQuestCompleted5'),
(244, 'ACH_FreezeQuestCompleted6'),
(245, 'ACH_FreezeQuestCompleted7'),
(246, 'ACH_FreezeQuestCompleted8'),
(247, 'ACH_FreezeQuestCompleted9'),
(248, 'HW09B_HHSG'),
(249, 'ACH_RespectEarned4_HHCA'),
(250, 'UK088_HHUK'),
(251, 'OL2_HHUK'),
(252, 'COL_HHCA'),
(253, 'UK047_HHUK'),
(254, 'fb_ACH_FreezeQuestCompleted10'),
(255, 'ACH_GamePlayed10_HHCA'),
(256, 'GLA_HHSG'),
(257, 'fb_ACH_MonsterPlantTreater'),
(258, 'TWIV3_HHUK'),
(259, 'OL2_HHSG'),
(260, 'JF1_HHUK'),
(261, 'GRR_HHUK'),
(262, 'ACH_PetRespectReceiver10_HHCA'),
(263, 'Z35_HHUK'),
(264, 'UKI_HHUK'),
(265, 'ACH_RespectEarned10'),
(266, 'ACH_VipClub12'),
(267, 'COM30'),
(268, 'COM31'),
(269, 'WH3_HHUK'),
(270, 'HW09D_HHAU'),
(271, 'COM36'),
(272, 'COM37'),
(273, 'COM38'),
(274, 'COM39'),
(275, 'COM32'),
(276, 'COM33'),
(277, 'COM35'),
(278, 'COM29'),
(279, 'UK093_HHUK'),
(280, 'GRR_HHSG'),
(281, 'HQ002_HHSG'),
(282, 'COM20'),
(283, 'ACH_SpendPeanuts'),
(284, 'COM27'),
(285, 'COM28'),
(286, 'COM25'),
(287, 'COM26'),
(288, 'COM23'),
(289, 'COM24'),
(290, 'COM21'),
(291, 'COM22'),
(292, 'COM19'),
(293, 'COM18'),
(294, 'Z07_HHUK'),
(295, 'GLA_HHUK'),
(296, 'HW09D_HHCA'),
(297, 'WH3_HHSG'),
(298, 'UKS_HHUK'),
(299, 'ADM_HHAU'),
(300, 'COM10'),
(301, 'COM11'),
(302, 'COM12'),
(303, 'MTV01_HHSG'),
(304, 'COM13'),
(305, 'COM14'),
(306, 'COM15'),
(307, 'COM16'),
(308, 'COM17'),
(309, 'COM09'),
(310, 'COM08'),
(311, 'COM07'),
(312, 'TWIV3_HHSG'),
(313, 'ACH_BattleBallQuestCompleted10'),
(314, 'ACH_Login6_HHCA'),
(315, 'JF1_HHSG'),
(316, 'COM02'),
(317, 'COM00'),
(318, 'COM05'),
(319, 'COM06'),
(320, 'COM03'),
(321, 'COM04'),
(322, 'ACH_GamePlayed10'),
(323, 'RU3_HHAU'),
(324, 'COL_HHUK'),
(325, 'HW09C_HHUK'),
(326, 'CAG_HHUK'),
(327, 'MTV01_HHUK'),
(328, 'ACH_GuideRequester1'),
(329, 'ACH_GuideRequester2'),
(330, 'ACH_PetRespectGiver4_HHCA'),
(331, 'SFE_HHCA'),
(332, 'GLG_HHSG'),
(333, 'NEE_HHSG'),
(334, 'GLI_HHCA'),
(335, 'RUN06_HHSG'),
(336, 'COL_HHSG'),
(337, 'Z08_HHUK'),
(338, 'GLG_HHUK'),
(339, 'HX2_HHCA'),
(340, 'RU3_HHCA'),
(341, 'OL2_HHCA'),
(342, 'HX2_HHAU'),
(343, 'ACH_VipParties3_Entry'),
(344, 'GLI_HHAU'),
(345, 'UK006_HHUK'),
(346, 'HOR03'),
(347, 'HOR01'),
(348, 'HOR02'),
(349, 'HOR09'),
(350, 'HOR08'),
(351, 'HOR05'),
(352, 'ACH_PetRespectGiver9_HHCA'),
(353, 'ACH_BadMonkeyLevelUp'),
(354, 'SFI_HHSG'),
(355, 'HOR13'),
(356, 'NI5_HHUK'),
(357, 'JF1_HHCA'),
(358, 'OL2_HHAU'),
(359, 'fb_StarsRoom2_Top10'),
(360, 'ACH_TagB19'),
(361, 'ACH_TagB18'),
(362, 'ACH_TagB20'),
(363, 'majesty_rcr_3'),
(364, 'majesty_rcr_2'),
(365, 'majesty_rcr_1'),
(366, 'ACH_BasicClub3_HHCA'),
(367, 'ACH_TagB12'),
(368, 'ACH_TagB13'),
(369, 'ACH_TagB10'),
(370, 'ACH_TagB11'),
(371, 'ACH_TagB16'),
(372, 'ACH_TagB17'),
(373, 'HUB_HHCA'),
(374, 'ACH_TagB14'),
(375, 'ACH_TagB15'),
(376, 'ACH_RespectEarned6_HHCA'),
(377, 'SFI_HHUK'),
(378, 'ACH_RegistrationDuration6_HHCA'),
(379, 'VA7_HHCA'),
(380, 'VIP_HHUK'),
(381, 'ACH_MGM4_HHCA'),
(382, 'GRR_HHCA'),
(383, 'HQ002_HHCA'),
(384, 'ACH_AllTimeHotelPresence4'),
(385, 'ACH_AllTimeHotelPresence5'),
(386, 'ACH_GamePlayerExperience20'),
(387, 'ACH_AllTimeHotelPresence2'),
(388, 'ACH_AllTimeHotelPresence3'),
(389, 'ACH_AllTimeHotelPresence8'),
(390, 'ACH_AllTimeHotelPresence9'),
(391, 'ACH_AllTimeHotelPresence6'),
(392, 'ACH_AllTimeHotelPresence7'),
(393, 'ACH_GamePlayerExperience18'),
(394, 'HQ002_HHAU'),
(395, 'ACH_GamePlayerExperience17'),
(396, 'GRR_HHAU'),
(397, 'ACH_GamePlayerExperience19'),
(398, 'ACH_GamePlayerExperience14'),
(399, 'ACH_GamePlayerExperience13'),
(400, 'ACH_GamePlayerExperience16'),
(401, 'ACH_AllTimeHotelPresence1'),
(402, 'ACH_GamePlayerExperience15'),
(403, 'ACH_GamePlayerExperience10'),
(404, 'ACH_GamePlayerExperience11'),
(405, 'ACH_GamePlayerExperience12'),
(406, 'Z02_HHUK'),
(407, 'AC7_HHCA'),
(408, 'HW09C_HHSG'),
(409, 'UK032_HHUK'),
(410, 'USP_HHUK'),
(411, 'KH2'),
(412, 'ACH_PetLevelUp8_HHCA'),
(413, 'JF1_HHAU'),
(414, 'GH001'),
(415, 'GH002'),
(416, 'GH003'),
(417, 'GH004'),
(418, 'JF2_HHCA'),
(419, 'GH005'),
(420, 'Z32_HHUK'),
(421, 'GH006'),
(422, 'EAS03_HHAU'),
(423, 'GH007'),
(424, 'GH008'),
(425, 'GH000'),
(426, 'DK035'),
(427, 'SNW_HHCA'),
(428, 'RLX03_HHCA'),
(429, 'ACH_MonsterPlantUnluckyGardener'),
(430, 'SNW_HHAU'),
(431, 'ACH_BasicClub1_HHCA'),
(432, 'TWIC3_HHSG'),
(433, 'GH010'),
(434, 'GH011'),
(435, 'DK041'),
(436, 'ACH_RoomEntry6_HHCA'),
(437, 'GH009'),
(438, 'fb_ACH_BaseJumpShield'),
(439, 'fb_ACH_RoomCompetitionVoter'),
(440, 'UK056_HHUK'),
(441, 'WAR_HHCA'),
(442, 'TWIC3_HHUK'),
(443, 'al_ACH_RoomDecoLandscape'),
(444, 'USJ_HHAU'),
(445, 'ACH_PetRespectReceiver9_HHCA'),
(446, 'US8_HHSG'),
(447, 'VA5_HHUK'),
(448, 'DU1_HHAU'),
(449, 'ancients_jungle_rcr_3'),
(450, 'ancients_jungle_rcr_2'),
(451, 'ancients_jungle_rcr_1'),
(452, 'UK074_HHUK'),
(453, 'COM6'),
(454, 'COM5'),
(455, 'COM4'),
(456, 'VA5_HHSG'),
(457, 'EAS03_HHCA'),
(458, 'ACH_TagB4'),
(459, 'ACH_TagB3'),
(460, 'ACH_TagB2'),
(461, 'IT2'),
(462, 'ACH_TagB1'),
(463, 'ACH_TagB8'),
(464, 'al_ACH_RoomDecoHosting'),
(465, 'ACH_TagB7'),
(466, 'ACH_TagB6'),
(467, 'ACH_TagB5'),
(468, 'IT8'),
(469, 'ACH_TagA8'),
(470, 'ACH_TagA9'),
(471, 'IT3'),
(472, 'IT4'),
(473, 'IT6'),
(474, 'ACH_TagA1'),
(475, 'ACH_TagA3'),
(476, 'ACH_TagA2'),
(477, 'ACH_TagA5'),
(478, 'ACH_TagA4'),
(479, 'ACH_TagA7'),
(480, 'ACH_TagA6'),
(481, 'STU05'),
(482, 'STU07'),
(483, 'STU06'),
(484, 'STU08'),
(485, 'LC8_HHCA'),
(486, 'Z01'),
(487, 'Z02'),
(488, 'Z03'),
(489, 'Z04'),
(490, 'Z05'),
(491, 'Z06'),
(492, 'Z07'),
(493, 'Z08'),
(494, 'Z09'),
(495, 'MH2_HHCA'),
(496, 'Z44_HHUK'),
(497, 'Z11'),
(498, 'Z12'),
(499, 'Z10'),
(500, 'Z15'),
(501, 'Z16'),
(502, 'Z13'),
(503, 'Z14'),
(504, 'Z19'),
(505, 'Z17'),
(506, 'Z18'),
(507, 'HOT_HHSG'),
(508, 'Z29'),
(509, 'Z28'),
(510, 'Z25'),
(511, 'Z24'),
(512, 'Z27'),
(513, 'PET15_TURTLE'),
(514, 'Z26'),
(515, 'Z21'),
(516, 'Z20'),
(517, 'Z23'),
(518, 'Z22'),
(519, 'ACH_PetLover5_HHCA'),
(520, 'Z30'),
(521, 'HUB_HHSG'),
(522, 'SF002_HHUK'),
(523, 'Z39'),
(524, 'Z38'),
(525, 'Z37'),
(526, 'Z36'),
(527, 'Z35'),
(528, 'Z33'),
(529, 'Z32'),
(530, 'Z31'),
(531, 'Z40'),
(532, 'Z41'),
(533, 'STU01'),
(534, 'Z43'),
(535, 'Z42'),
(536, 'Z45'),
(537, 'Z44'),
(538, 'Z47'),
(539, 'Z46'),
(540, 'Z49'),
(541, 'Z48'),
(542, 'HUB_HHUK'),
(543, 'Z51'),
(544, 'BOU03'),
(545, 'BOU02'),
(546, 'BOU01'),
(547, 'BOU07'),
(548, 'BOU06'),
(549, 'UK085_HHUK'),
(550, 'BOU04'),
(551, 'ACH_TagC6'),
(552, 'ACH_TagC7'),
(553, 'ACH_TagC8'),
(554, 'ACH_TagC9'),
(555, 'ACH_TagC2'),
(556, 'ACH_TagC3'),
(557, 'ACH_TagC4'),
(558, 'BOU10'),
(559, 'ACH_TagC5'),
(560, 'Z56'),
(561, 'ACH_TagC1'),
(562, 'SFI_HHCA'),
(563, 'Z59'),
(564, 'Z58'),
(565, 'Z57'),
(566, 'ACH_VipParties2_Entry'),
(567, 'ACH_EmailVerification1_HHCA'),
(568, 'JF2_HHAU'),
(569, 'Z63'),
(570, 'Z60'),
(571, 'XMAS1_HHCA'),
(572, 'ACH_TagB9'),
(573, 'CY1_HHSG'),
(574, 'WAR_HHUK'),
(575, 'TWIC3_HHCA'),
(576, 'Z85'),
(577, 'Z84'),
(578, 'Z75'),
(579, 'Z76'),
(580, 'Z77'),
(581, 'Z78'),
(582, 'UKV_HHUK'),
(583, 'SNW_HHSG'),
(584, 'RLX03_HHSG'),
(585, 'Z70'),
(586, 'Z74'),
(587, 'JF2_HHSG'),
(588, 'Z73'),
(589, 'Z72'),
(590, 'Z71'),
(591, 'Z66'),
(592, 'USH_HHCA'),
(593, 'Z67'),
(594, 'Z64'),
(595, 'Z65'),
(596, 'Z68'),
(597, 'Z69'),
(598, 'WAR_HHSG'),
(599, 'al_ACH_FireworksCharger'),
(600, 'NEA_HHSG'),
(601, 'ACH_GiftGiver6_HHCA'),
(602, 'ACH_GiftGiver9_HHCA'),
(603, 'fb_HabboFameComp_Top100'),
(604, 'BE2_HHUK'),
(605, 'JF2_HHUK'),
(606, 'FMATIC_COMP_TOP10'),
(607, 'US8_HHAU'),
(608, 'Z39_HHUK'),
(609, 'HC3_HHSG'),
(610, 'VipParties1_Top10'),
(611, 'ACH_GiftReceiver5_HHCA'),
(612, 'Z58_HHUK'),
(613, 'fb_ACH_RoomDecoHoleFurniCount'),
(614, 'Z11_HHUK'),
(615, 'EAS03_HHSG'),
(616, 'VA5_HHAU'),
(617, 'ACH_MonsterPlantShapeCollector'),
(618, 'LC8_HHUK'),
(619, 'HC3_HHUK'),
(620, 'TWIC3_HHAU'),
(621, 'ACH_HorseJumping'),
(622, 'U05_HHSG'),
(623, 'VA5_HHCA'),
(624, 'AC6_HHUK'),
(625, 'UK042_HHUK'),
(626, 'JF5'),
(627, 'JF4'),
(628, 'LC8_HHSG'),
(629, 'JFF'),
(630, 'CAL_HHCA'),
(631, 'SGN_HHSG'),
(632, 'fb_ACH_Student1'),
(633, 'SFA_HHSG'),
(634, 'IT029_HHCA'),
(635, 'SMC_HHCA'),
(636, 'HOT_HHCA'),
(637, 'HW09E_HHAU'),
(638, 'U05_HHUK'),
(639, 'fb_VipParties2_Top100'),
(640, 'SB5_HHUK'),
(641, 'JF1'),
(642, 'JF2'),
(643, 'JF3'),
(644, 'ACH_NewUserBadgeReceiver'),
(645, 'DKA_HHUK'),
(646, 'BE1_HHUK'),
(647, 'SFA_HHUK'),
(648, 'fb_HabboFameComp_Top10'),
(649, 'fb_ACH_MonsterPlantHealer'),
(650, 'TER01'),
(651, 'fb_FMATIC'),
(652, 'HOT_HHAU'),
(653, 'GM1_HHCA'),
(654, 'Z59_HHUK'),
(655, 'ACH_TraderPass1'),
(656, 'EC3_HHUK'),
(657, 'CY1_HHCA'),
(658, 'DK6_HHUK'),
(659, 'Z06_HHUK'),
(660, 'SF002_HHAU'),
(661, 'EC3_HHSG'),
(662, 'SFG_HHSG'),
(663, 'Z64_HHAU'),
(664, 'OL1_HHCA'),
(665, 'HHL'),
(666, 'SU2_HHUK'),
(667, 'BR015'),
(668, 'BR011'),
(669, 'BR012'),
(670, 'BR013'),
(671, 'SF8_HHUK'),
(672, 'Z64_HHCA'),
(673, 'HJ6'),
(674, 'UK018_HHUK'),
(675, 'HJ4'),
(676, 'HJ5'),
(677, 'HJ2'),
(678, 'HJ3'),
(679, 'HJ1'),
(680, 'OL1_HHAU'),
(681, 'XM4_HHSG'),
(682, 'ACH_PetLevelUp10'),
(683, 'HX6_HHSG'),
(684, 'SU2_HHSG'),
(685, 'SF8_HHSG'),
(686, 'HW09E_HHCA'),
(687, 'HC5'),
(688, 'HC3'),
(689, 'HC4'),
(690, 'OL3_HHSG'),
(691, 'BR045'),
(692, 'AC6_HHCA'),
(693, 'HX6_HHUK'),
(694, 'XM4_HHUK'),
(695, 'BR056'),
(696, 'BR058'),
(697, 'UK066_HHUK'),
(698, 'ACH_AIPerformanceVote10_HHCA'),
(699, 'HF2'),
(700, 'HF1'),
(701, 'HC3_HHAU'),
(702, 'OL3_HHUK'),
(703, 'fb_ACH_FreezePlayer'),
(704, 'BR026'),
(705, 'GLE_HHSG'),
(706, 'HG1'),
(707, 'HFAN1'),
(708, 'HF7'),
(709, 'HF8'),
(710, 'HF9'),
(711, 'HC3_HHCA'),
(712, 'fb_ACH_FurnimaticQuest'),
(713, 'SFA_HHCA'),
(714, 'ACH_GuideChatReviewer5'),
(715, 'ACH_GuideChatReviewer4'),
(716, 'ACH_GuideChatReviewer7'),
(717, 'ACH_GuideChatReviewer6'),
(718, 'ACH_GuideChatReviewer1'),
(719, 'ACH_GuideChatReviewer3'),
(720, 'ACH_GuideChatReviewer2'),
(721, 'ACH_GuideChatReviewer8'),
(722, 'HOP03_HHSG'),
(723, 'HOT'),
(724, 'Z05_HHSG'),
(725, 'HQ001_HHCA'),
(726, 'ancients_savannah_rcr_3'),
(727, 'ancients_savannah_rcr_2'),
(728, 'ancients_savannah_rcr_1'),
(729, 'ACH_HorseConsecutiveJumpsCount'),
(730, 'ACH_GiftGiver10'),
(731, 'AC6_HHSG'),
(732, 'UK068_HHUK'),
(733, 'SFA_HHAU'),
(734, 'HQ001_HHAU'),
(735, 'HW09E_HHSG'),
(736, 'Z18_HHUK'),
(737, 'EC3_HHAU'),
(738, 'SUM05'),
(739, 'SUM01'),
(740, 'SUM04'),
(741, 'SMC_HHSG'),
(742, 'SNW_HHUK'),
(743, 'ACH_GiftReceiver2'),
(744, 'ACH_GiftReceiver3'),
(745, 'ACH_GiftReceiver1'),
(746, 'ACH_GiftReceiver6'),
(747, 'ACH_GiftReceiver7'),
(748, 'ACH_GiftReceiver4'),
(749, 'ACH_GiftReceiver5'),
(750, 'ACH_GiftReceiver8'),
(751, 'ACH_GiftReceiver9'),
(752, 'Z74_HHUK'),
(753, 'ACH_AvatarLooks1'),
(754, 'LC6_HHSG'),
(755, 'X1105'),
(756, 'HM1'),
(757, 'EC3_HHCA'),
(758, 'UK030_HHUK'),
(759, 'Z05_HHUK'),
(760, 'Z48_HHUK'),
(761, 'HOP03_HHUK'),
(762, 'UKL_HHUK'),
(763, 'HQ008_HHSG'),
(764, 'HO1'),
(765, 'SFG_HHCA'),
(766, 'ACH_GuideEnrollmentLifetime12'),
(767, 'ACH_GuideEnrollmentLifetime11'),
(768, 'ACH_GuideEnrollmentLifetime14'),
(769, 'ACH_GuideEnrollmentLifetime13'),
(770, 'ACH_GuideEnrollmentLifetime16'),
(771, 'ACH_GuideEnrollmentLifetime15'),
(772, 'ACH_GuideEnrollmentLifetime18'),
(773, 'ACH_GuideEnrollmentLifetime17'),
(774, 'HOP04'),
(775, 'HOP03'),
(776, 'ACH_GuideEnrollmentLifetime10'),
(777, 'HOP02'),
(778, 'OL1_HHSG'),
(779, 'UKW_HHUK'),
(780, 'HOP01'),
(781, 'SFG_HHAU'),
(782, 'Z64_HHSG'),
(783, 'XM4_HHAU'),
(784, 'Z63_HHAU'),
(785, 'Z70_HHUK'),
(786, 'ACH_GuideEnrollmentLifetime20'),
(787, 'HX8'),
(788, 'HX9'),
(789, 'HX7'),
(790, 'SU2_HHCA'),
(791, 'HX6'),
(792, 'HX5'),
(793, 'HX4'),
(794, 'HX3'),
(795, 'HX2'),
(796, 'HX1'),
(797, 'UKFB1_HHUK'),
(798, 'ACH_GuideEnrollmentLifetime19'),
(799, 'Hween12_Top100'),
(800, 'CAH_HHCA'),
(801, 'SF8_HHCA'),
(802, 'HX6_HHCA'),
(803, 'CNY02_HHCA'),
(804, 'Z64_HHUK'),
(805, 'ACH_PetRespectReceiver6_HHCA'),
(806, 'OL3_HHAU'),
(807, 'XM4_HHCA'),
(808, 'fb_ACH_AIPerformanceVote1'),
(809, 'fb_ACH_AIPerformanceVote2'),
(810, 'fb_ACH_AIPerformanceVote3'),
(811, 'AP2_HHUK'),
(812, 'fb_ACH_AIPerformanceVote4'),
(813, 'fb_ACH_AIPerformanceVote5'),
(814, 'fb_ACH_AIPerformanceVote6'),
(815, 'fb_ACH_AIPerformanceVote7'),
(816, 'fb_ACH_AIPerformanceVote8'),
(817, 'SU2_HHAU'),
(818, 'fb_ACH_AIPerformanceVote9'),
(819, 'HX6_HHAU'),
(820, 'HX4_HHSG'),
(821, 'FBLL2'),
(822, 'fb_ACH_BattleBallQuestCompleted3'),
(823, 'fb_ACH_BattleBallQuestCompleted2'),
(824, 'FBLL0'),
(825, 'fb_ACH_BattleBallQuestCompleted1'),
(826, 'HUB'),
(827, 'fb_ACH_BattleBallQuestCompleted6'),
(828, 'fb_ACH_BattleBallQuestCompleted7'),
(829, 'fb_ACH_BattleBallQuestCompleted4'),
(830, 'fb_ACH_BattleBallQuestCompleted5'),
(831, 'fb_ACH_BattleBallQuestCompleted8'),
(832, 'fb_ACH_BattleBallQuestCompleted9'),
(833, 'GLE_HHAU'),
(834, 'al_ACH_Spr'),
(835, 'FBLL5'),
(836, 'FBLL4'),
(837, 'OL3_HHCA'),
(838, 'HX4_HHUK'),
(839, 'ACH_PetRespectGiver1_HHCA'),
(840, 'HWB'),
(841, 'OL1_HHUK'),
(842, 'UK073_HHUK'),
(843, 'Z63_HHCA'),
(844, 'HW1'),
(845, 'GLE_HHCA'),
(846, 'HW09E_HHUK'),
(847, 'ACH_Motto1_HHCA'),
(848, 'HUG'),
(849, 'ZZZ'),
(850, 'Z68_HHUK'),
(851, 'peg01'),
(852, 'Z05_HHCA'),
(853, 'HQ001_HHSG'),
(854, 'HQ008_HHAU'),
(855, 'ACH_HabbosVsWildQuestCompleted'),
(856, 'MDMWW'),
(857, 'ancients_jungle'),
(858, 'ACH_Login4_HHCA'),
(859, 'fb_ACH_MusicCollector'),
(860, 'ACH_PetRespectReceiver8_HHCA'),
(861, 'SG001_HHSG'),
(862, 'Z05_HHAU'),
(863, 'XMAS1_HHSG'),
(864, 'CNY02_HHSG'),
(865, 'ACH_AllTimeHotelPresence6_HHCA'),
(866, 'DE012_HHUK'),
(867, 'ACH_ValentinesBadgeReceived2'),
(868, 'ACH_ValentinesBadgeReceived3'),
(869, 'ACH_ValentinesBadgeReceived4'),
(870, 'ACH_ValentinesBadgeReceived5'),
(871, 'HQ001_HHUK'),
(872, 'StarsRoom_Top10'),
(873, 'ACH_ValentinesBadgeReceived1'),
(874, 'ancients_start'),
(875, 'ACH_ValentinesBadgeReceived9'),
(876, 'ACH_ValentinesBadgeReceived8'),
(877, 'ACH_ValentinesBadgeReceived7'),
(878, 'ACH_ValentinesBadgeReceived6'),
(879, 'HQ008_HHCA'),
(880, 'HX5_HHUK'),
(881, 'CAC_HHCA'),
(882, 'ACH_GamePlayed3_HHCA'),
(883, 'UK057_HHUK'),
(884, 'NO84'),
(885, 'HabboFameComp'),
(886, 'ACH_MGM7_HHCA'),
(887, 'PX000'),
(888, 'PX001'),
(889, 'XXX_HHSG'),
(890, 'VA010_HHCA'),
(891, 'ACH_BunnyDepressed'),
(892, 'fb_ACH_RespectEarned9'),
(893, 'ACH_RoomDecoFurniCount'),
(894, 'TC3_HHCA'),
(895, 'fb_ACH_VipParties1_Entry'),
(896, 'Z73_HHUK'),
(897, 'fb_ACH_RoomEntry10'),
(898, 'TC3_HHAU'),
(899, 'fb_ACH_RespectEarned7'),
(900, 'fb_ACH_RespectEarned8'),
(901, 'fb_ACH_RespectEarned5'),
(902, 'fb_ACH_RespectEarned6'),
(903, 'fb_ACH_RespectEarned3'),
(904, 'fb_ACH_RespectEarned4'),
(905, 'fb_ACH_RespectEarned1'),
(906, 'fb_ACH_RespectEarned2'),
(907, 'DS2_HHSG'),
(908, 'LBB_HHAU'),
(909, 'PB1'),
(910, 'PB2'),
(911, 'FMATIC_COMP'),
(912, 'AU004_HHAU'),
(913, 'VA010_HHAU'),
(914, 'AU004_HHCA'),
(915, 'CY2_HHCA'),
(916, 'fb_ACH_MysteryBox'),
(917, 'LBB_HHCA'),
(918, 'ACH_NotSpottedAsNinja3'),
(919, 'ACH_NotSpottedAsNinja2'),
(920, 'ACH_NotSpottedAsNinja1'),
(921, 'XXX_HHUK'),
(922, 'SFD_HHAU'),
(923, 'UK037_HHUK'),
(924, 'ACH_RoomDecoWallpaper'),
(925, 'DT1_HHUK'),
(926, 'ACH_MonsterPlantTreater'),
(927, 'AC4_HHCA'),
(928, 'KO2_HHSG'),
(929, 'SF9_HHCA'),
(930, 'UKH_HHUK'),
(931, 'Z63_HHSG'),
(932, 'UK094_HHUK'),
(933, 'GLB_HHUK'),
(934, 'Z63_HHUK'),
(935, 'VA013_HHAU'),
(936, 'ACH_RoomEntry4_HHCA'),
(937, 'UK003_HHUK'),
(938, 'NL008'),
(939, 'WAC01'),
(940, 'fb_ACH_GamePlayed9'),
(941, 'ACH_VipClub1_HHCA'),
(942, 'HNL01'),
(943, 'HNL09'),
(944, 'HNL08'),
(945, 'HNL07'),
(946, 'UK014_HHUK'),
(947, 'HNL06'),
(948, 'HNL05'),
(949, 'ACH_PetLover1_HHCA'),
(950, 'HNL04'),
(951, 'HNL03'),
(952, 'HNL02'),
(953, 'fb_ACH_GamePlayed4'),
(954, 'ACH_MGM8_HHCA'),
(955, 'fb_ACH_GamePlayed3'),
(956, 'fb_ACH_GamePlayed2'),
(957, 'NL002'),
(958, 'fb_ACH_GamePlayed1'),
(959, '50S_HHUK'),
(960, 'fb_ACH_GamePlayed8'),
(961, 'fb_ACH_GamePlayed7'),
(962, 'ACH_AllTimeHotelPresence9_HHCA'),
(963, 'fb_ACH_GamePlayed6'),
(964, 'fb_ACH_GamePlayed5'),
(965, 'PN1'),
(966, 'ACH_MonsterPlantBreeder'),
(967, 'fb_ACH_BaseJumpWins'),
(968, 'TC3_HHUK'),
(969, 'DS3_HHAU'),
(970, 'UK069_HHUK'),
(971, 'fb_ACH_SummerQuestCompleted'),
(972, 'DS3_HHCA'),
(973, 'TC3_HHSG'),
(974, 'PR1'),
(975, 'PR3'),
(976, 'PR2'),
(977, 'NEI_HHSG'),
(978, 'CO1_HHSG'),
(979, 'ESD_HHCA'),
(980, 'GLB_HHSG'),
(981, 'AC4_HHSG'),
(982, 'ACH_SnowWarTotalScore'),
(983, 'ACH_RoomEntry2_HHCA'),
(984, 'PRE'),
(985, 'al_ACH_RbTagC'),
(986, 'al_ACH_RbTagB'),
(987, 'al_ACH_RbTagA'),
(988, 'ACH_Xm10QuestCompleted1'),
(989, 'ACH_Xm10QuestCompleted3'),
(990, 'ACH_Xm10QuestCompleted2'),
(991, 'ACH_Xm10QuestCompleted5'),
(992, 'ACH_Xm10QuestCompleted4'),
(993, 'ACH_Xm10QuestCompleted7'),
(994, 'ACH_Xm10QuestCompleted6'),
(995, 'ACH_Xm10QuestCompleted9'),
(996, 'EXE_HHAU'),
(997, 'ACH_Xm10QuestCompleted8'),
(998, 'NEI_HHUK'),
(999, 'POP'),
(1000, 'ACH_PetRespectGiver10_HHCA'),
(1001, 'GLE_HHUK'),
(1002, 'ancients_savannah'),
(1003, 'AC4_HHUK'),
(1004, 'CAC_HHUK'),
(1005, 'ACH_AIPerformanceVote5_HHCA'),
(1006, 'CY2_HHSG'),
(1007, 'RUN09_HHAU'),
(1008, 'SB3_HHUK'),
(1009, 'ACH_GiftGiver5_HHCA'),
(1010, 'EXE_HHCA'),
(1011, 'UK051_HHUK'),
(1012, 'US0L_HHCA'),
(1013, 'SF9_HHSG'),
(1014, 'UK094_HHCA'),
(1015, 'ACH_PetFeeding2_HHCA'),
(1016, 'CY2_HHUK'),
(1017, 'fb_ACH_BattleBallTilesLocked12'),
(1018, 'fb_ACH_BattleBallTilesLocked11'),
(1019, 'fb_ACH_BattleBallTilesLocked14'),
(1020, 'fb_ACH_BattleBallTilesLocked13'),
(1021, 'fb_ACH_BattleBallTilesLocked10'),
(1022, 'ACH_PetRespectGiver7_HHCA'),
(1023, 'fb_ACH_BattleBallTilesLocked19'),
(1024, 'fb_ACH_BattleBallTilesLocked16'),
(1025, 'fb_ACH_BattleBallTilesLocked15'),
(1026, 'fb_ACH_BattleBallTilesLocked18'),
(1027, 'fb_ACH_BattleBallTilesLocked17'),
(1028, 'UK071_HHUK'),
(1029, 'fb_ACH_BattleBallTilesLocked20'),
(1030, 'VA013_HHSG'),
(1031, 'HBA_HHAU'),
(1032, 'PIR'),
(1033, 'HQ006_HHCA'),
(1034, 'WD1_HHSG'),
(1035, 'HJ3_HHUK'),
(1036, 'SB2_HHUK'),
(1037, 'ICEA3'),
(1038, 'ICEA2'),
(1039, 'HBA_HHCA'),
(1040, 'UKA_HHUK'),
(1041, 'RUN09_HHCA'),
(1042, 'fb_ACH_TagC5'),
(1043, 'fb_ACH_TagC6'),
(1044, 'fb_ACH_TagC7'),
(1045, 'Dino_Egg_Black'),
(1046, 'fb_ACH_TagC8'),
(1047, 'fb_ACH_TagC9'),
(1048, 'fb_ACH_FreezeQuestCompleted5'),
(1049, 'fb_ACH_FreezeQuestCompleted4'),
(1050, 'fb_ACH_FreezeQuestCompleted7'),
(1051, 'fb_ACH_FreezeQuestCompleted6'),
(1052, 'SF9_HHUK'),
(1053, 'fb_ACH_FreezeQuestCompleted9'),
(1054, 'fb_ACH_TagC1'),
(1055, 'fb_ACH_FreezeQuestCompleted8'),
(1056, 'fb_ACH_TagC2'),
(1057, 'fb_ACH_TagC3'),
(1058, 'fb_ACH_TagC4'),
(1059, 'ACH_Student1_HHCA'),
(1060, 'PHF'),
(1061, 'HX5_HHSG'),
(1062, 'fb_ACH_FreezeQuestCompleted1'),
(1063, 'fb_ACH_FreezeQuestCompleted2'),
(1064, 'fb_ACH_FreezeQuestCompleted3'),
(1065, 'ACA_HHAU'),
(1066, 'UK050_HHUK'),
(1067, 'ACH_RespectEarned2_HHCA'),
(1068, 'HabboFameComp_Top10'),
(1069, 'NEI_HHAU'),
(1070, 'fb_StarsRoom_Top100'),
(1071, 'MDMWW_HHSG'),
(1072, 'NWB'),
(1073, 'DS3_HHSG'),
(1074, 'fb_ACH_TagA6'),
(1075, 'HC1_HHSG'),
(1076, 'fb_ACH_TagA5'),
(1077, 'fb_ACH_TagA4'),
(1078, 'fb_ACH_TagA3'),
(1079, 'fb_ACH_TagA9'),
(1080, 'fb_ACH_TagA8'),
(1081, 'fb_ACH_SpeedwayWins'),
(1082, 'fb_ACH_TagA7'),
(1083, 'HC2_HHCA'),
(1084, 'RUN10'),
(1085, 'fb_ACH_TagA2'),
(1086, 'fb_ACH_TagA1'),
(1087, 'ACH_BearBreeder'),
(1088, 'MDMWW_HHUK'),
(1089, 'NZB'),
(1090, 'UK062_HHUK'),
(1091, 'RUN08'),
(1092, 'fb_ACH_TagB5'),
(1093, 'RUN07'),
(1094, 'fb_ACH_TagB4'),
(1095, 'RUN06'),
(1096, 'fb_ACH_TagB7'),
(1097, 'RUN05'),
(1098, 'fb_ACH_TagB6'),
(1099, 'fb_ACH_TagB9'),
(1100, 'ACH_AIPerformanceVote9_HHCA'),
(1101, 'fb_ACH_TagB8'),
(1102, 'RUN09'),
(1103, 'RUN04'),
(1104, 'fb_ACH_TagB1'),
(1105, 'RUN03'),
(1106, 'RUN02'),
(1107, 'fb_ACH_TagB3'),
(1108, 'ACA_HHCA'),
(1109, 'RUN01'),
(1110, 'fb_ACH_TagB2'),
(1111, 'KO1_HHUK'),
(1112, 'ACH_RoomDecoFurniTypeCount'),
(1113, 'DU1_HHSG'),
(1114, 'HC2_HHAU'),
(1115, 'fb_ACH_MonsterPlantQuestCompleted'),
(1116, 'ACH_PetRespectGiver10'),
(1117, 'NEI_HHCA'),
(1118, 'GLB_HHCA'),
(1119, 'KO1_HHSG'),
(1120, 'DU1_HHUK'),
(1121, 'GLB_HHAU'),
(1122, 'FR005_HHUK'),
(1123, 'HQ006_HHUK'),
(1124, 'ACH_AIPerformanceVote3_HHCA'),
(1125, 'Z43_HHUK'),
(1126, 'fb_ACH_RoomDecoFurniCount'),
(1127, 'SFD_HHUK'),
(1128, 'fb_ACH_MonsterPlantUnluckyGardener'),
(1129, 'fb_ACH_MonsterPlantBreeder'),
(1130, 'ANN01'),
(1131, 'fb_ACH_RoomRank'),
(1132, 'SB5_HHSG'),
(1133, 'SFD_HHSG'),
(1134, 'EXE_HHSG'),
(1135, 'Z13_HHUK'),
(1136, 'HC1_HHUK'),
(1137, 'ACH_RespectGiven1_HHCA'),
(1138, 'UK091_HHUK'),
(1139, 'HF2_HHAU'),
(1140, 'SF001_HHSG'),
(1141, 'fb_ACH_SkateBoardJump'),
(1142, 'HQ006_HHSG'),
(1143, 'FRG_HHUK'),
(1144, 'UK002_HHUK'),
(1145, 'ACH_PetLover7'),
(1146, 'ACH_PetLover6'),
(1147, 'bbbh2'),
(1148, 'ACH_PetLover9'),
(1149, 'HX3_HHSG'),
(1150, 'USM_HHAU'),
(1151, 'ACH_PetLover8'),
(1152, 'ACH_PetLover3'),
(1153, 'ACH_PetLover2'),
(1154, 'ACH_PetLover5'),
(1155, 'bbbh1'),
(1156, 'ACH_PetLover4'),
(1157, 'fb_ACH_VipParties2_Entry'),
(1158, 'VA014_HHSG'),
(1159, 'ACH_PetRespectGiver4'),
(1160, 'ACH_PetRespectGiver3'),
(1161, 'ACH_PetLover1'),
(1162, 'ACH_PetRespectGiver2'),
(1163, 'ACH_PetRespectGiver1'),
(1164, 'ACH_PetRespectGiver8'),
(1165, 'ACH_PetRespectGiver7'),
(1166, 'ACH_PetRespectGiver6'),
(1167, 'ACH_PetRespectGiver5'),
(1168, 'VA1_HHUK'),
(1169, 'ACH_PetRespectGiver9'),
(1170, 'HC2_HHUK'),
(1171, 'PAT2'),
(1172, 'ACA_HHSG'),
(1173, 'VA010_HHSG'),
(1174, 'WAR_HHAU'),
(1175, 'OL1'),
(1176, 'OL2'),
(1177, 'XXX_HHCA'),
(1178, 'OL3'),
(1179, 'ACH_RoomDecoFloor'),
(1180, 'HX3_HHUK'),
(1181, 'HC1_HHAU'),
(1182, 'XXX_HHAU'),
(1183, 'VA1_HHSG'),
(1184, 'HC2_HHSG'),
(1185, 'HNL10'),
(1186, 'HC1_HHCA'),
(1187, 'FBC06'),
(1188, 'FBC09'),
(1189, 'DU1_HHCA'),
(1190, 'HLA01'),
(1191, 'UK090_HHUK'),
(1192, 'fb_ACH_RespectGiven1'),
(1193, 'ACH_HHCA'),
(1194, 'fb_ACH_GiftReceiver10'),
(1195, 'FBC27'),
(1196, 'FBC26'),
(1197, 'fb_ACH_EsA10'),
(1198, 'FBC25'),
(1199, 'fb_ACH_EsA11'),
(1200, 'FBC23'),
(1201, 'DS2_HHAU'),
(1202, 'ACH_MonsterPlantGardenOfDeath'),
(1203, 'FBC21'),
(1204, 'fb_ACH_EsA15'),
(1205, 'FBC22'),
(1206, 'fb_ACH_EsA14'),
(1207, 'fb_ACH_EsA13'),
(1208, 'FBC20'),
(1209, 'fb_ACH_EsA12'),
(1210, 'fb_ACH_EsA19'),
(1211, 'fb_ACH_EsA18'),
(1212, 'fb_ACH_EsA17'),
(1213, 'fb_ACH_EsA16'),
(1214, 'FBC17'),
(1215, 'FBC16'),
(1216, 'FBC18'),
(1217, 'FBC13'),
(1218, 'FBC12'),
(1219, 'fb_ACH_EsA20'),
(1220, 'FBC15'),
(1221, 'FBC14'),
(1222, 'DS2_HHCA'),
(1223, 'FBC10'),
(1224, 'FBC11'),
(1225, 'U0004'),
(1226, 'fb_ACH_MusicPlayer'),
(1227, 'EAS01_HHSG'),
(1228, 'FR033'),
(1229, 'BR011_HHCA'),
(1230, 'Z56_HHUK'),
(1231, 'SFD_HHCA'),
(1232, 'ACH_Graduate1'),
(1233, 'EHR00'),
(1234, 'EHR01'),
(1235, 'EHR02'),
(1236, 'SB5_HHAU'),
(1237, 'ACH_RespectEarned1_HHCA'),
(1238, 'ACA_HHUK'),
(1239, 'U01_HHUK'),
(1240, 'XM5_HHSG'),
(1241, 'ACH_PetLevelUp1_HHCA'),
(1242, 'FR005'),
(1243, 'MB2_HHUK'),
(1244, 'Z49_HHUK'),
(1245, 'FR019'),
(1246, 'USOW'),
(1247, 'XM2_HHSG'),
(1248, 'HX3_HHAU'),
(1249, 'SF5_HHCA'),
(1250, 'FRT_HHUK'),
(1251, 'HW09A_HHUK'),
(1252, 'BOT_HHAU'),
(1253, 'UK029_HHUK'),
(1254, 'ACB_HHSG'),
(1255, 'fb_ACH_EsA2'),
(1256, 'HC5_HHCA'),
(1257, 'fb_ACH_EsA1'),
(1258, 'fb_ACH_EsA4'),
(1259, 'fb_ACH_EsA3'),
(1260, 'fb_ACH_EsA6'),
(1261, 'fb_ACH_EsA5'),
(1262, 'fb_ACH_EsA8'),
(1263, 'fb_ACH_EsA7'),
(1264, 'fb_ACH_EsA9'),
(1265, 'PIR_HHCA'),
(1266, 'fb_ACH_LympixSecretService'),
(1267, 'GA1_HHSG'),
(1268, 'EC5_HHUK'),
(1269, 'XM2_HHUK'),
(1270, 'MYF'),
(1271, 'HW09A_HHSG'),
(1272, 'HC5_HHAU'),
(1273, 'ACH_GuideTourGiver2'),
(1274, 'ACH_GuideTourGiver3'),
(1275, 'ACH_GuideTourGiver4'),
(1276, 'ACH_GuideTourGiver5'),
(1277, 'ACH_GuideTourGiver1'),
(1278, 'SFB_HHUK'),
(1279, 'ACH_GuideTourGiver6'),
(1280, 'ACH_GuideTourGiver7'),
(1281, 'ACH_GuideTourGiver8'),
(1282, 'ACH_GuideTourGiver9'),
(1283, 'ACH_GiftReceiver9_HHCA'),
(1284, 'fb_VipParties1_Top100'),
(1285, 'thx'),
(1286, 'ACH_PetFeeding9_HHCA'),
(1287, 'fb_ACH_LympixTorchBearer'),
(1288, 'VA1_HHCA'),
(1289, 'Z40_HHUK'),
(1290, 'VA1_HHAU'),
(1291, 'AR2_HHCA'),
(1292, 'BOT_HHCA'),
(1293, 'AR2_HHAU'),
(1294, 'fb_VipParties1'),
(1295, 'fb_ACH_TraderPass1'),
(1296, 'ACH_RespectEarned8'),
(1297, 'ACH_RespectEarned9'),
(1298, 'ACH_RespectEarned4'),
(1299, 'ACH_RespectEarned5'),
(1300, 'ACH_RespectEarned6'),
(1301, 'ACH_RespectEarned7'),
(1302, 'ACH_RespectEarned1'),
(1303, 'ACH_RespectEarned2'),
(1304, 'ACH_RespectEarned3'),
(1305, 'fb_VipParties2'),
(1306, 'fb_VipParties3'),
(1307, 'HX3_HHCA'),
(1308, 'SG009'),
(1309, 'SG008'),
(1310, 'SG005'),
(1311, 'SG004'),
(1312, 'SG007'),
(1313, 'SG006'),
(1314, 'SG001'),
(1315, 'SG003'),
(1316, 'SG002'),
(1317, 'MT3'),
(1318, 'MT2'),
(1319, 'MT1'),
(1320, 'ACH_snowBoardBuild'),
(1321, 'ACH_Login2_HHCA'),
(1322, 'SG018'),
(1323, 'USC_HHCA'),
(1324, 'ACH_EmailVerification1'),
(1325, 'HJ4_HHUK'),
(1326, 'MS4'),
(1327, 'MS6'),
(1328, 'Z22_HHUK'),
(1329, 'MB2_HHCA'),
(1330, 'HQ007_HHAU'),
(1331, 'CO2_HHSG'),
(1332, 'EC5_HHSG'),
(1333, 'SFB_HHSG'),
(1334, 'SFC_HHCA'),
(1335, 'DN2_HHCA'),
(1336, 'ACH_AllTimeHotelPresence10_HHCA'),
(1337, 'UKT_HHCA'),
(1338, 'EAS01_HHCA'),
(1339, 'UKD_HHUK'),
(1340, 'fb_ACH_HorseConsecutiveJumpsCount'),
(1341, 'DN2_HHAU'),
(1342, 'MMC'),
(1343, 'ACH_NotesReceived'),
(1344, 'DS5_HHSG'),
(1345, 'ACH_HappyHour1_HHCA'),
(1346, 'ACB_HHCA'),
(1347, 'ACH_PetRespectGiver3_HHCA'),
(1348, 'ACH_GameAuthorExperience7'),
(1349, 'UK005_HHUK'),
(1350, 'ACH_PetFeeding10'),
(1351, 'ACH_GameAuthorExperience6'),
(1352, 'ACH_GameAuthorExperience5'),
(1353, 'ACH_GameAuthorExperience4'),
(1354, 'ACH_GameAuthorExperience3'),
(1355, 'ACH_GameAuthorExperience2'),
(1356, 'ACH_GameAuthorExperience1'),
(1357, 'TWIV3_HHAU'),
(1358, 'Z84_HHUK'),
(1359, 'TWIV3_HHCA'),
(1360, 'fb_FMATIC_COMP_TOP10'),
(1361, 'ACH_GameAuthorExperience8'),
(1362, 'ACH_GameAuthorExperience9'),
(1363, 'KO1_HHCA'),
(1364, 'XM2_HHCA'),
(1365, 'ACB_HHAU'),
(1366, 'NO2'),
(1367, 'ACH_GuideGroupMember1'),
(1368, 'AR2_HHUK'),
(1369, 'HW09A_HHCA'),
(1370, 'ACH_GuideAdvertisementReader'),
(1371, 'ACH_AIPerformanceVote8_HHCA'),
(1372, 'NLD'),
(1373, 'NLE'),
(1374, 'NLC'),
(1375, 'fb_ACH_FriendListSize'),
(1376, 'GA1_HHCA'),
(1377, 'ACH_RecyclePlastos2'),
(1378, 'ACH_RecyclePlastos3'),
(1379, 'ACH_RecyclePlastos1'),
(1380, 'DDC0'),
(1381, 'XMAS2_HHCA'),
(1382, 'AR2_HHSG'),
(1383, 'NI5'),
(1384, 'HC4_HHUK'),
(1385, 'HQ005_HHSG'),
(1386, 'GA1_HHAU'),
(1387, 'XMAS2_HHAU'),
(1388, 'FAN_HHSG'),
(1389, 'BOT_HHUK'),
(1390, 'UKFB1'),
(1391, 'HW09A_HHAU'),
(1392, 'fb_ACH_BattleBallPlayer'),
(1393, 'ACH_BaseJumpBigParachute'),
(1394, 'WAA00'),
(1395, 'FAN_HHUK'),
(1396, 'HJ2_HHUK'),
(1397, 'HX2_HHUK'),
(1398, 'fb_ACH_FreezePowerUp'),
(1399, 'BOT_HHSG'),
(1400, 'KO1_HHAU'),
(1401, 'NEB'),
(1402, 'US09'),
(1403, 'NEA'),
(1404, 'US08'),
(1405, 'US07'),
(1406, 'US06'),
(1407, 'DDC02'),
(1408, 'NEF'),
(1409, 'US05'),
(1410, 'DDC01'),
(1411, 'NEE'),
(1412, 'US04'),
(1413, 'DDC04'),
(1414, 'NED'),
(1415, 'US03'),
(1416, 'DDC03'),
(1417, 'NEC'),
(1418, 'US02'),
(1419, 'NEJ'),
(1420, 'US01'),
(1421, 'NEI'),
(1422, 'US00'),
(1423, 'NEH'),
(1424, 'fb_ACH_RoomDecoFloor'),
(1425, 'NEG'),
(1426, 'DDC05'),
(1427, 'HQ005_HHUK'),
(1428, 'NCD'),
(1429, 'HC4_HHSG'),
(1430, 'US0Z'),
(1431, 'US0S'),
(1432, 'US0R'),
(1433, 'US0U'),
(1434, 'US0T'),
(1435, 'US0W'),
(1436, 'US0V'),
(1437, 'US0Y'),
(1438, 'US0X'),
(1439, 'US0K'),
(1440, 'US0J'),
(1441, 'US0M'),
(1442, 'US0L'),
(1443, 'NDG'),
(1444, 'US0O'),
(1445, 'US0N'),
(1446, 'US0Q'),
(1447, 'US0P'),
(1448, 'US0B'),
(1449, 'US0C'),
(1450, 'US0D'),
(1451, 'US0F'),
(1452, 'US0G'),
(1453, 'US0H'),
(1454, 'US0I'),
(1455, 'fb_ACH_RoomDecoWallpaper'),
(1456, 'US0A'),
(1457, 'ACH_FreezePlayer'),
(1458, 'fb_ACH_BattleBallQuestCompleted10'),
(1459, 'ACH_BunnyEvil'),
(1460, 'CO2_HHCA'),
(1461, 'EC5_HHCA'),
(1462, 'fb_ACH_RoomHorseJumpCount'),
(1463, 'UKT_HHUK'),
(1464, 'UK052_HHUK'),
(1465, 'EC5_HHAU'),
(1466, 'ACH_AIPerformanceVote7_HHCA'),
(1467, 'DS5_HHCA'),
(1468, 'FMATIC'),
(1469, 'al_ACH_RoomDecoFurniCount'),
(1470, 'DN2_HHSG'),
(1471, 'ACH_BunnyCollector'),
(1472, 'ACH_Habboween12'),
(1473, 'TWIQ2_HHUK'),
(1474, 'UK039_HHUK'),
(1475, 'ACH_Name1_HHCA'),
(1476, 'ACH_ValentinesQuestCompleted'),
(1477, 'ACH_RegistrationDuration8_HHCA'),
(1478, 'ICEA3_HHUK'),
(1479, 'XMAS2_HHSG'),
(1480, 'ACH_SpeedwayWins'),
(1481, 'U02_HHUK'),
(1482, 'fb_ACH_VipClub5'),
(1483, 'fb_ACH_PetLevelUp10'),
(1484, 'fb_ACH_VipClub4'),
(1485, 'fb_ACH_VipClub3'),
(1486, 'fb_ACH_VipClub2'),
(1487, 'fb_ACH_VipClub1'),
(1488, 'DS5_HHAU'),
(1489, 'GWA_HHAU'),
(1490, 'TWIQ2_HHSG'),
(1491, 'ACH_SafetyQuizGraduate1 Level'),
(1492, 'ACH_RoomDecoHoleFurniCount'),
(1493, 'ACH_Login8'),
(1494, 'ACH_Login9'),
(1495, 'USK_HHCA'),
(1496, 'DN2_HHUK'),
(1497, 'ACH_RoomEntry10'),
(1498, 'ACH_Login5'),
(1499, 'ACH_Login4'),
(1500, 'ACH_Login7'),
(1501, 'ACH_Login6'),
(1502, 'ACH_Login1'),
(1503, 'ACH_Login3'),
(1504, 'ACH_Login2'),
(1505, 'NIK03'),
(1506, 'NIK02'),
(1507, 'NIK01'),
(1508, 'NIK05'),
(1509, 'NIK04'),
(1510, 'ACH_RoomRank9'),
(1511, 'ACH_RoomRank8'),
(1512, 'ACH_RegistrationDuration5_HHCA'),
(1513, 'SB7_HHSG'),
(1514, 'FAN_HHCA'),
(1515, 'HQ005_HHCA'),
(1516, 'LTU'),
(1517, 'ACH_GuideFeedbackGiver2'),
(1518, 'ACH_GuideFeedbackGiver1'),
(1519, 'fb_ACH_BasicClub1'),
(1520, 'fb_ACH_BasicClub3'),
(1521, 'fb_ACH_BasicClub2'),
(1522, 'fb_ACH_BasicClub5'),
(1523, 'fb_ACH_BasicClub4'),
(1524, 'MB1_HHUK'),
(1525, 'ACH_RoomRank1'),
(1526, 'ACH_RoomRank2'),
(1527, 'ACH_RoomRank3'),
(1528, 'ACH_RoomRank4'),
(1529, 'ACH_RoomRank5'),
(1530, 'ACH_RoomRank6'),
(1531, 'ACH_RoomRank7'),
(1532, 'UK8_HHUK'),
(1533, 'SB7_HHUK'),
(1534, 'FAN_HHAU'),
(1535, 'fb_ACH_HabboWayGraduate1'),
(1536, 'ESW_HHCA'),
(1537, 'HBA_HHUK'),
(1538, 'RUN09_HHSG'),
(1539, 'DNY02'),
(1540, 'DNY01'),
(1541, 'ACH_Login1_HHCA'),
(1542, 'DNY03'),
(1543, 'HX5_HHCA'),
(1544, 'UK076_HHUK'),
(1545, 'fb_ACH_PetFeeding10'),
(1546, 'HC4_HHCA'),
(1547, 'fb_ACH_SnowWarWeeklyTopTen'),
(1548, 'HBA_HHSG'),
(1549, 'IT111'),
(1550, 'EAS04'),
(1551, 'EAS03'),
(1552, 'EAS02'),
(1553, 'ACH_PetFeeding10_HHCA'),
(1554, 'EAS01'),
(1555, 'HC4_HHAU'),
(1556, 'EAS07'),
(1557, 'EAS06'),
(1558, 'EAS05'),
(1559, 'Z30_HHUK'),
(1560, 'CNY01_HHSG'),
(1561, 'HX5_HHAU'),
(1562, 'UK025_HHUK'),
(1563, 'UK033_HHUK'),
(1564, 'GWA_HHCA'),
(1565, 'fb_ACH_Login10'),
(1566, 'ACH_VipClub3'),
(1567, 'ACH_VipClub2'),
(1568, 'ACH_VipClub5'),
(1569, 'fb_ACH_GameAuthorExperience1'),
(1570, 'ACH_VipClub4'),
(1571, 'fb_ACH_GameAuthorExperience2'),
(1572, 'CNY01_HHUK'),
(1573, 'fb_ACH_GameAuthorExperience7'),
(1574, 'fb_ACH_GameAuthorExperience8'),
(1575, 'fb_ACH_GameAuthorExperience9'),
(1576, 'fb_ACH_GameAuthorExperience3'),
(1577, 'fb_ACH_GameAuthorExperience4'),
(1578, 'fb_ACH_GameAuthorExperience5'),
(1579, 'fb_ACH_GameAuthorExperience6'),
(1580, 'IT120'),
(1581, 'ACH_VipClub1'),
(1582, 'PATRL'),
(1583, 'ACH_VipParties1_Entry'),
(1584, 'ACH_AvatarTags1_HHCA'),
(1585, 'ACH_GamePlayed1_HHCA'),
(1586, 'Z27_HHCA'),
(1587, 'IT140'),
(1588, 'CO4_HHUK'),
(1589, 'CAK_HHCA'),
(1590, 'HOSP0'),
(1591, 'HOSP1'),
(1592, 'HOSP2'),
(1593, 'HC5_HHSG'),
(1594, 'RA10'),
(1595, 'ACH_RespectGiven8'),
(1596, 'ACH_RespectGiven9'),
(1597, 'ACH_GamePlayerExperience9'),
(1598, 'ACH_GamePlayerExperience8'),
(1599, 'ACH_GamePlayerExperience7'),
(1600, 'ACH_GamePlayerExperience6'),
(1601, 'ACH_RespectGiven7'),
(1602, 'ACH_GamePlayerExperience5'),
(1603, 'ACH_RespectGiven6'),
(1604, 'ACH_GamePlayerExperience4'),
(1605, 'ACH_RespectGiven5'),
(1606, 'ACH_GamePlayerExperience3'),
(1607, 'ACH_RespectGiven4'),
(1608, 'ACH_GamePlayerExperience2'),
(1609, 'ACH_RespectGiven3'),
(1610, 'ACH_GamePlayerExperience1'),
(1611, 'ACH_RespectGiven2'),
(1612, 'ACH_RespectGiven1'),
(1613, 'CO4_HHSG'),
(1614, 'UK087_HHUK'),
(1615, 'fb_ACH_GiftGiver9'),
(1616, 'fb_ACH_GiftGiver7'),
(1617, 'fb_ACH_GiftGiver8'),
(1618, 'fb_ACH_GiftGiver5'),
(1619, 'fb_ACH_GiftGiver6'),
(1620, 'TWIQ2_HHCA'),
(1621, 'fb_ACH_GiftGiver3'),
(1622, 'fb_ACH_GiftGiver4'),
(1623, 'fb_ACH_GiftGiver1'),
(1624, 'fb_ACH_GiftGiver2'),
(1625, 'ACH_GiftReceiver7_HHCA'),
(1626, 'SF5_HHSG'),
(1627, 'TWIQ2_HHAU'),
(1628, 'UK067_HHUK'),
(1629, 'JFF_HHAU'),
(1630, 'PEG01'),
(1631, 'CO3_HHSG'),
(1632, 'ACH_FurnimaticQuest'),
(1633, 'HQ007_HHCA'),
(1634, 'ACH_PetLover7_HHCA'),
(1635, 'MH1'),
(1636, 'NinjaDragon'),
(1637, 'MH2'),
(1638, 'HC5_HHUK'),
(1639, 'PB2_HHUK'),
(1640, 'HQ007_HHSG'),
(1641, 'MB1'),
(1642, 'MB2'),
(1643, 'CAJ_HHCA'),
(1644, 'fb_VipParties2_Top10'),
(1645, 'Z23_HHUK'),
(1646, 'ACH_GiftGiver2_HHCA'),
(1647, 'SFC_HHSG'),
(1648, 'MDI'),
(1649, 'MD1'),
(1650, 'MD2'),
(1651, 'UK001_HHUK'),
(1652, 'Z27_HHUK'),
(1653, 'ACH_MGM10_HHCA'),
(1654, 'SFC_HHUK'),
(1655, 'ACH_PetFeeding1_HHCA'),
(1656, 'TOR01'),
(1657, 'Z16_HHUK'),
(1658, 'TOR02'),
(1659, 'UK3_HHUK'),
(1660, 'SF5_HHUK'),
(1661, 'ACH_VipClub4_HHCA'),
(1662, 'ACH_RespectEarned5_HHCA'),
(1663, 'ACH_PetRespectGiver8_HHCA'),
(1664, 'UK080_HHUK'),
(1665, 'ACH_BattleBallWinner'),
(1666, 'UK058_HHUK'),
(1667, 'NEF_HHSG'),
(1668, 'UKR_HHUK'),
(1669, 'SFB_HHCA'),
(1670, 'U06_HHUK'),
(1671, 'fb_ACH_AllTimeHotelPresence20'),
(1672, 'UK065'),
(1673, 'UK067'),
(1674, 'UK066'),
(1675, 'UK069'),
(1676, 'UK068'),
(1677, 'UK070'),
(1678, 'UK071'),
(1679, 'UK072'),
(1680, 'UK073'),
(1681, 'UK074'),
(1682, 'TLB'),
(1683, 'WD2_HHSG'),
(1684, 'UK078'),
(1685, 'UK077'),
(1686, 'UK076'),
(1687, 'UK075'),
(1688, 'ACH_Student1'),
(1689, 'fb_ACH_Xm10QuestCompleted10'),
(1690, 'UK079'),
(1691, 'UK080'),
(1692, 'UK081'),
(1693, 'US0G_HHCA'),
(1694, 'UK084'),
(1695, 'UK085'),
(1696, 'UK082'),
(1697, 'UK083'),
(1698, 'COC04'),
(1699, 'COC02'),
(1700, 'UK087'),
(1701, 'UK086'),
(1702, 'UK089'),
(1703, 'UK088'),
(1704, 'UK093'),
(1705, 'UK094'),
(1706, 'UK095'),
(1707, 'UK096'),
(1708, 'U02'),
(1709, 'U01'),
(1710, 'UK090'),
(1711, 'UK091'),
(1712, 'UK092'),
(1713, 'SHA_HHUK'),
(1714, 'fb_ACH_AllTimeHotelPresence11'),
(1715, 'fb_ACH_AllTimeHotelPresence10'),
(1716, 'fb_ACH_AllTimeHotelPresence13'),
(1717, 'fb_ACH_AllTimeHotelPresence12'),
(1718, 'fb_ACH_AllTimeHotelPresence19'),
(1719, 'fb_ACH_AllTimeHotelPresence18'),
(1720, 'fb_ACH_AllTimeHotelPresence15'),
(1721, 'PIG01_HHSG'),
(1722, 'UK099'),
(1723, 'fb_ACH_AllTimeHotelPresence14'),
(1724, 'UK098'),
(1725, 'fb_ACH_AllTimeHotelPresence17'),
(1726, 'patrl'),
(1727, 'UK097'),
(1728, 'fb_ACH_AllTimeHotelPresence16'),
(1729, 'fb_ACH_RbTagB'),
(1730, 'fb_ACH_RbTagC'),
(1731, 'fb_ACH_RbTagA'),
(1732, 'ACH_EsA1'),
(1733, 'ACH_EsA5'),
(1734, 'ACH_EsA4'),
(1735, 'ACH_EsA3'),
(1736, 'ACH_EsA2'),
(1737, 'ACH_EsA9'),
(1738, 'ACH_EsA8'),
(1739, 'KO2_HHCA'),
(1740, 'ACH_EsA7'),
(1741, 'ACH_EsA6'),
(1742, 'U04'),
(1743, 'U03'),
(1744, 'U06'),
(1745, 'U05'),
(1746, 'ACH_RoomDecoLandscape'),
(1747, 'KO2_HHAU'),
(1748, 'ACH_PetFeeding5_HHCA'),
(1749, 'SB7_HHAU'),
(1750, 'UK078_HHCA'),
(1751, 'fb_ACH_ValentinesBadgeReceived'),
(1752, 'ACH_PetRespectReceiver1_HHCA'),
(1753, 'EAS04_HHCA'),
(1754, 'UK031_HHUK'),
(1755, 'HX9_HHUK'),
(1756, 'EAS04_HHAU'),
(1757, 'ACH_RegistrationDuration2_HHCA'),
(1758, 'XMAS0_HHCA'),
(1759, 'VA012_HHCA'),
(1760, '1goal_HHSG'),
(1761, 'VA9_HHCA'),
(1762, 'SF7_HHAU'),
(1763, 'VA012_HHAU'),
(1764, 'XM9_HHSG'),
(1765, 'DRA02'),
(1766, 'DRA01'),
(1767, 'fb_ACH_TagA10'),
(1768, 'DRA03'),
(1769, 'ACH_PetFeeding4_HHCA'),
(1770, 'ACH_AllTimeHotelPresence1_HHCA'),
(1771, 'fb_ACH_Habboween'),
(1772, 'XM9_HHUK'),
(1773, 'UK013_HHUK'),
(1774, 'ACH_MysteryBox'),
(1775, 'StarsRoom'),
(1776, 'UK046_HHCA'),
(1777, 'HX9_HHSG'),
(1778, 'RLX01_HHAU'),
(1779, 'ACH_AllTimeHotelPresence3_HHCA'),
(1780, 'SHA_HHSG'),
(1781, 'WH7_HHUK'),
(1782, 'SFH_HHCA'),
(1783, 'WD2_HHCA'),
(1784, 'UK070_HHUK'),
(1785, 'PIG01_HHCA'),
(1786, 'UK046_HHUK'),
(1787, 'WH7_HHSG'),
(1788, 'StarsRoom2_Top10'),
(1789, 'BGWV1'),
(1790, 'BGWV0'),
(1791, 'BGWV5'),
(1792, 'BGWV7'),
(1793, 'BGWV6'),
(1794, 'PIG01_HHAU'),
(1795, 'ACH_Xmas11QuestCompleted'),
(1796, 'VA011_HHAU'),
(1797, 'ACH_AIPerformanceVote6_HHCA'),
(1798, 'XM8_HHSG'),
(1799, 'fb_ACH_PetRespectReceiver1'),
(1800, 'fb_ACH_PetRespectReceiver6'),
(1801, 'fb_ACH_PetRespectReceiver7'),
(1802, 'fb_ACH_PetRespectReceiver8'),
(1803, 'fb_ACH_PetRespectReceiver9'),
(1804, 'fb_ACH_PetRespectReceiver2'),
(1805, 'fb_ACH_PetRespectReceiver3'),
(1806, 'fb_ACH_PetRespectReceiver4'),
(1807, 'fb_ACH_PetRespectReceiver5'),
(1808, 'neja1'),
(1809, 'MRG04'),
(1810, 'MRG05'),
(1811, 'MRG02'),
(1812, 'MRG03'),
(1813, 'MRG00'),
(1814, 'MRG01'),
(1815, 'VA011_HHCA'),
(1816, 'horse'),
(1817, 'ACH_GuideRequestHandler10'),
(1818, 'Z01_HHUK'),
(1819, 'ACH_RegistrationDuration7_HHCA'),
(1820, 'ACH_PetLevelUp10_HHCA'),
(1821, 'ACH_GiftGiver4_HHCA'),
(1822, 'AC8_HHCA'),
(1823, 'ACH_BaseJumpShield'),
(1824, 'al_ACH_NotesReceived'),
(1825, 'TC1'),
(1826, 'TC2'),
(1827, 'UK117'),
(1828, 'UK116'),
(1829, 'TC3'),
(1830, 'UK119'),
(1831, 'UK118'),
(1832, 'UK113'),
(1833, 'UK112'),
(1834, 'UK115'),
(1835, 'UK114'),
(1836, 'UK111'),
(1837, 'Z24_HHUK'),
(1838, 'UK110'),
(1839, 'EAS04_HHSG'),
(1840, 'UK109'),
(1841, 'UK108'),
(1842, 'UK107'),
(1843, 'UK106'),
(1844, 'UK105'),
(1845, 'UK104'),
(1846, 'UK103'),
(1847, 'UK102'),
(1848, 'UK101'),
(1849, 'UK100'),
(1850, 'UK140'),
(1851, 'FRE_HHUK'),
(1852, 'UK139'),
(1853, 'UK138'),
(1854, 'UK131'),
(1855, 'UK130'),
(1856, 'UK133'),
(1857, 'UK132'),
(1858, 'UK135'),
(1859, 'UK134'),
(1860, 'XM9_HHAU'),
(1861, 'UK137'),
(1862, 'UK136'),
(1863, 'XM9_HHCA'),
(1864, 'UK129'),
(1865, 'UK128'),
(1866, 'UK127'),
(1867, 'UK122'),
(1868, 'UK121'),
(1869, 'TEO'),
(1870, 'UK120'),
(1871, 'TLB_HHSG'),
(1872, 'UK126'),
(1873, 'UK125'),
(1874, 'UK124'),
(1875, 'UK123'),
(1876, 'UK160'),
(1877, 'UK162'),
(1878, 'UK161'),
(1879, 'UK156'),
(1880, 'UK157'),
(1881, 'UK158'),
(1882, 'UK152'),
(1883, 'UK154'),
(1884, 'UK155'),
(1885, 'HF1_HHCA'),
(1886, 'THA'),
(1887, 'UK151'),
(1888, 'UK150'),
(1889, 'SHA_HHCA'),
(1890, 'UK147'),
(1891, 'UK145'),
(1892, 'UK146'),
(1893, 'TLB_HHUK'),
(1894, 'UK143'),
(1895, 'UK144'),
(1896, 'UK141'),
(1897, 'UK142'),
(1898, 'UK149'),
(1899, 'UK182'),
(1900, 'UK183'),
(1901, 'UK174'),
(1902, 'UK175'),
(1903, 'ACH_TerrierBreeder'),
(1904, 'UK176'),
(1905, 'UK177'),
(1906, 'UK178'),
(1907, 'GLH_HHCA'),
(1908, 'GLH_HHAU'),
(1909, 'UK173'),
(1910, 'UK172'),
(1911, 'UK171'),
(1912, 'UK170'),
(1913, 'UK165'),
(1914, 'UK166'),
(1915, 'UK163'),
(1916, 'UK164'),
(1917, 'UK169'),
(1918, 'ACH_NotesLeft'),
(1919, 'UK167'),
(1920, 'UK168'),
(1921, 'SHA_HHAU'),
(1922, 'HM1_HHUK'),
(1923, 'HF1_HHAU'),
(1924, 'ACH_GuideRecommendation7'),
(1925, 'ACH_GuideRecommendation6'),
(1926, 'ACH_GuideRecommendation5'),
(1927, 'ACH_GuideRecommendation4'),
(1928, 'fb_ACH_PetRespectGiver1'),
(1929, 'fb_ACH_PetRespectGiver4'),
(1930, 'fb_ACH_PetRespectGiver5'),
(1931, 'fb_ACH_PetRespectGiver2'),
(1932, 'fb_ACH_PetRespectGiver3'),
(1933, 'ACH_SpeedwayRaces'),
(1934, 'ACH_GuideRecommendation2'),
(1935, 'ACH_GuideRecommendation3'),
(1936, 'ACH_GuideRecommendation1'),
(1937, 'HHL_HHCA'),
(1938, 'ACH_RegistrationDuration9_HHCA'),
(1939, 'fb_ACH_ValentinesQuestCompleted'),
(1940, 'StarsRoom_Top100'),
(1941, 'fb_ACH_HappyHour1'),
(1942, 'VA3_HHUK'),
(1943, 'AU015'),
(1944, 'TWIV2_HHUK'),
(1945, 'AU016'),
(1946, 'XMA_HHSG'),
(1947, 'AU019'),
(1948, 'ACH_Spr'),
(1949, 'AU010'),
(1950, 'AU011'),
(1951, 'AU012'),
(1952, 'AU013'),
(1953, 'AU014'),
(1954, 'fb_ACH_HorseRent'),
(1955, 'RUN08_HHSG'),
(1956, 'Z47_HHUK'),
(1957, 'AU021'),
(1958, 'AU024'),
(1959, 'AP1'),
(1960, 'AU025'),
(1961, 'AP2'),
(1962, 'AU022'),
(1963, 'AU023'),
(1964, 'fb_ACH_PetRespectGiver7'),
(1965, 'UK045_HHUK'),
(1966, 'fb_ACH_PetRespectGiver6'),
(1967, 'fb_ACH_PetRespectGiver9'),
(1968, 'fb_ACH_PetRespectGiver8'),
(1969, 'ACH_RoomEntry2'),
(1970, 'ACH_RoomEntry3'),
(1971, 'ACH_RoomEntry4'),
(1972, 'ACH_RoomEntry5'),
(1973, 'HX8_HHAU'),
(1974, 'RA3_HHAU'),
(1975, 'ACH_RoomEntry1'),
(1976, 'HWD07'),
(1977, 'UK026_HHUK'),
(1978, 'HWD08'),
(1979, 'ACH_RoomEntry7'),
(1980, 'HWD05'),
(1981, 'ACH_RoomEntry6'),
(1982, 'HWD06'),
(1983, 'ACH_RoomEntry9'),
(1984, 'HWD03'),
(1985, 'ACH_RoomEntry8'),
(1986, 'HWD04'),
(1987, 'HWN25'),
(1988, 'HWN24'),
(1989, 'HWN29'),
(1990, 'HWN27'),
(1991, 'USG_HHCA'),
(1992, 'AC8_HHSG'),
(1993, 'HWN28'),
(1994, 'HJ6_HHUK'),
(1995, 'HX8_HHCA'),
(1996, 'AR2'),
(1997, 'AR1'),
(1998, 'BTB_HHUK'),
(1999, 'NEC_HHUK'),
(2000, 'SNW'),
(2001, 'XMA_HHUK'),
(2002, 'HWN30'),
(2003, 'SF7_HHUK'),
(2004, 'HWN31'),
(2005, 'HWN32'),
(2006, 'SOS'),
(2007, 'RA3_HHCA'),
(2008, 'ATW'),
(2009, 'AU5'),
(2010, 'AU4'),
(2011, 'VA011_HHSG'),
(2012, 'AU1'),
(2013, 'AU3'),
(2014, 'AU2'),
(2015, 'AC8_HHUK'),
(2016, 'AUB'),
(2017, 'BTB_HHSG'),
(2018, 'HWD00'),
(2019, 'HWD02'),
(2020, 'HWD01'),
(2021, 'Z31_HHUK'),
(2022, 'SMC'),
(2023, 'SF7_HHSG'),
(2024, 'BBBH1_HHSG'),
(2025, 'RUN07_HHSG'),
(2026, 'SU1'),
(2027, 'ACH_AIPerformanceVote1_HHCA'),
(2028, 'SU3'),
(2029, 'SU2'),
(2030, 'AC3_HHUK'),
(2031, 'STA'),
(2032, 'EC4_HHAU'),
(2033, 'AF1'),
(2034, 'GLC_HHUK'),
(2035, 'DU3_HHAU'),
(2036, 'ST4'),
(2037, 'fb_ACH_BattleBallTilesLocked5'),
(2038, 'ST3'),
(2039, 'fb_ACH_BattleBallTilesLocked4'),
(2040, 'ST2'),
(2041, 'fb_ACH_BattleBallTilesLocked7'),
(2042, 'ST1'),
(2043, 'fb_ACH_BattleBallTilesLocked6'),
(2044, 'fb_ACH_BattleBallTilesLocked9'),
(2045, 'fb_ACH_BattleBallTilesLocked8'),
(2046, 'ST6'),
(2047, 'ST5'),
(2048, 'HX7_HHUK'),
(2049, 'EC4_HHCA'),
(2050, 'ACH_BattleBallQuestCompleted9'),
(2051, 'ACH_BattleBallQuestCompleted7'),
(2052, 'ACH_BattleBallQuestCompleted8'),
(2053, 'ACH_BattleBallQuestCompleted5'),
(2054, 'ACH_BattleBallQuestCompleted6'),
(2055, 'ACH_BattleBallQuestCompleted3'),
(2056, 'ACH_BattleBallQuestCompleted4'),
(2057, 'ACH_BattleBallQuestCompleted1'),
(2058, 'ACH_BattleBallQuestCompleted2'),
(2059, 'HWN06'),
(2060, 'AI6'),
(2061, 'HWN05'),
(2062, 'AI5'),
(2063, 'HWN08'),
(2064, 'AI4'),
(2065, 'HWN07'),
(2066, 'AI3'),
(2067, 'HWN02'),
(2068, 'AI2'),
(2069, 'HWN01'),
(2070, 'AI1'),
(2071, 'HWN04'),
(2072, 'AI0'),
(2073, 'HWN03'),
(2074, 'HWN00'),
(2075, 'USL_HHCA'),
(2076, 'SS2'),
(2077, 'fb_VipParties3_Top10'),
(2078, 'DU3_HHCA'),
(2079, 'HWN09'),
(2080, 'GLC_HHSG'),
(2081, 'HWN19'),
(2082, 'ACH_PetLevelUp6_HHCA'),
(2083, 'HWN11'),
(2084, 'Z01_HHCA'),
(2085, 'HX7_HHSG'),
(2086, 'RUN08_HHCA'),
(2087, 'WH5_HHCA'),
(2088, 'HWB_HHUK'),
(2089, 'AU001'),
(2090, 'AU000'),
(2091, 'AU003'),
(2092, 'AU002'),
(2093, 'AU009'),
(2094, 'XMB_HHAU'),
(2095, 'AU008'),
(2096, 'BBBH2_HHCA'),
(2097, 'AU005'),
(2098, 'AU004'),
(2099, 'AU007'),
(2100, 'AU006'),
(2101, 'Z69_HHUK'),
(2102, 'TWIV1_HHCA'),
(2103, 'SW1'),
(2104, 'RUN07_HHUK'),
(2105, 'AM6'),
(2106, 'BBBH1_HHUK'),
(2107, 'AM4'),
(2108, 'WH6_HHCA'),
(2109, 'AM5'),
(2110, 'AM3'),
(2111, 'AM2'),
(2112, 'AM1'),
(2113, 'ACH_MGM10'),
(2114, 'ACH_MGM5_HHCA'),
(2115, 'fb_ACH_BattleBallTilesLocked3'),
(2116, 'fb_ACH_BattleBallTilesLocked2'),
(2117, 'fb_ACH_MonsterPlantColorCollector'),
(2118, 'fb_ACH_BattleBallTilesLocked1'),
(2119, 'fb_ACH_RoomDecoLandscape'),
(2120, 'HQ009_HHSG'),
(2121, 'HWB_HHSG'),
(2122, 'BBBH2_HHAU'),
(2123, 'HF1_HHUK'),
(2124, 'ACH_MonsterPlantQuestCompleted'),
(2125, 'TWIV1_HHAU'),
(2126, 'WH6_HHAU'),
(2127, 'RareDemonicDragon'),
(2128, 'ACH_GameAuthorExperience20'),
(2129, 'ACH_GuideChatReviewRequester2'),
(2130, 'ACH_GuideChatReviewRequester1'),
(2131, 'ACH_AllTimeHotelPresence7_HHCA'),
(2132, 'ACH_GameAuthorExperience19'),
(2133, 'fb_ACH_PetFeeding9'),
(2134, 'BTB_HHAU'),
(2135, 'al_ACH_RoomDecoFurniTypeCount'),
(2136, 'SHB_HHSG'),
(2137, 'JF3_HHCA'),
(2138, 'fb_ACH_PetFeeding2'),
(2139, 'fb_ACH_PetFeeding1'),
(2140, 'fb_ACH_PetFeeding4'),
(2141, 'fb_ACH_PetFeeding3'),
(2142, 'fb_ACH_PetFeeding6'),
(2143, 'fb_ACH_PetFeeding5'),
(2144, 'fb_ACH_PetFeeding8'),
(2145, 'fb_ACH_PetFeeding7'),
(2146, 'WH5_HHUK'),
(2147, 'XMA_HHCA'),
(2148, 'TWIC2_HHAU'),
(2149, 'XMB_HHCA'),
(2150, 'RUN08_HHAU'),
(2151, 'UK095_HHUK'),
(2152, 'CAA_HHCA'),
(2153, 'RA3_HHSG'),
(2154, 'HX8_HHSG'),
(2155, 'fb_ACH_PetRespectReceiver10'),
(2156, 'NO032'),
(2157, 'ACH_FreezeWinner'),
(2158, 'HX7_HHAU'),
(2159, 'AC6'),
(2160, 'AC7'),
(2161, 'AC8'),
(2162, 'AC9'),
(2163, 'AC2'),
(2164, 'AC3'),
(2165, 'ACH_HabboWayGraduate1'),
(2166, 'AC4'),
(2167, 'AC5'),
(2168, 'NO047'),
(2169, 'AC1'),
(2170, 'UK049_HHUK'),
(2171, 'ACC'),
(2172, 'ACB'),
(2173, 'HX8_HHUK'),
(2174, 'ACA'),
(2175, 'SF7_HHCA'),
(2176, 'ACH_GameAuthorExperience10'),
(2177, 'ACH_GameAuthorExperience15'),
(2178, 'ACH_GameAuthorExperience16'),
(2179, 'ACH_GameAuthorExperience17'),
(2180, 'ACH_GameAuthorExperience18'),
(2181, 'ACH_GameAuthorExperience11'),
(2182, 'ACH_GameAuthorExperience12'),
(2183, 'ACH_GameAuthorExperience13'),
(2184, 'ACH_GameAuthorExperience14'),
(2185, 'ACH_NinjasNotSpotted1'),
(2186, 'ACH_NinjasNotSpotted2'),
(2187, 'BTB_HHCA'),
(2188, 'ACH_NinjasNotSpotted3'),
(2189, 'ADM'),
(2190, 'ACH_PetRespectReceiver4_HHCA'),
(2191, 'Z12_HHUK'),
(2192, 'NO070'),
(2193, 'AR1_HHAU'),
(2194, 'KCKRP'),
(2195, 'RLX01_HHUK'),
(2196, 'EC4_HHSG'),
(2197, 'SB4_HHUK'),
(2198, 'VA2_HHCA'),
(2199, 'AR1_HHCA'),
(2200, 'ACH_MusicPlayer'),
(2201, 'WH6_HHUK'),
(2202, 'ACH_AvatarLooks1_HHCA'),
(2203, 'VA2_HHAU'),
(2204, 'XMAS0_HHSG'),
(2205, 'HX7_HHCA'),
(2206, 'VA012_HHSG'),
(2207, 'EC4_HHUK'),
(2208, 'GLC_HHCA'),
(2209, 'SB7'),
(2210, 'AP1_HHUK'),
(2211, 'fb_StarsRoom_Top10'),
(2212, 'DU3_HHSG'),
(2213, 'NEC_HHSG'),
(2214, 'SB1'),
(2215, 'SB2'),
(2216, 'SB3'),
(2217, 'SB4'),
(2218, 'SB5'),
(2219, 'SB6'),
(2220, 'HQ009_HHCA'),
(2221, 'SGF'),
(2222, 'SGD'),
(2223, 'SGB'),
(2224, 'SGC'),
(2225, 'SGA'),
(2226, 'PUR01'),
(2227, 'WH5_HHSG'),
(2228, 'SG9'),
(2229, 'SG8'),
(2230, 'SG7'),
(2231, 'SG6'),
(2232, 'SG5'),
(2233, 'SG4'),
(2234, 'SG3'),
(2235, 'SG2'),
(2236, 'SG1'),
(2237, 'SFM'),
(2238, 'SFL'),
(2239, 'SFK'),
(2240, 'DU3_HHUK'),
(2241, 'SHA'),
(2242, 'SHB'),
(2243, 'U03_HHUK'),
(2244, 'GLC_HHAU'),
(2245, 'ACH_BattleBallTilesLocked20'),
(2246, 'HX9_HHCA'),
(2247, 'SGU'),
(2248, 'SGQ'),
(2249, 'SGR'),
(2250, 'VipParties2_Top100'),
(2251, 'TWIV1_HHUK'),
(2252, 'XMB_HHSG'),
(2253, 'SGN'),
(2254, 'fb_Hween12'),
(2255, 'ACH_BattleBallTilesLocked18'),
(2256, 'ACH_BattleBallTilesLocked19'),
(2257, 'ACH_BattleBallTilesLocked16'),
(2258, 'ACH_BattleBallTilesLocked17'),
(2259, 'ACH_BattleBallTilesLocked14'),
(2260, 'ACH_BattleBallTilesLocked15'),
(2261, 'ACH_BattleBallTilesLocked12'),
(2262, 'ACH_BattleBallTilesLocked13'),
(2263, 'VA3_HHSG'),
(2264, 'ACH_BattleBallTilesLocked10'),
(2265, 'ACH_BattleBallTilesLocked11'),
(2266, 'CL3_HHUK'),
(2267, 'HQ009_HHAU'),
(2268, 'RLX01_HHSG'),
(2269, 'HX9_HHAU'),
(2270, 'GLF_HHCA'),
(2271, 'fb_ACH_AprilFools12QuestCompleted'),
(2272, 'SFC'),
(2273, 'SFD'),
(2274, 'SFE'),
(2275, 'SFF'),
(2276, 'ACH_SkateBoardSlide'),
(2277, 'SFG'),
(2278, 'SFH'),
(2279, 'GLF_HHAU'),
(2280, 'SFI'),
(2281, 'ACH_PetRespectReceiver9'),
(2282, 'ACH_PetRespectReceiver7'),
(2283, 'SFA'),
(2284, 'ACH_PetRespectReceiver8'),
(2285, 'SFB'),
(2286, 'ACH_PetRespectReceiver6'),
(2287, 'SF4'),
(2288, 'ACH_PetRespectReceiver5'),
(2289, 'SF3'),
(2290, 'ACH_PetRespectReceiver4'),
(2291, 'SF6'),
(2292, 'ACH_PetRespectReceiver3'),
(2293, 'SF5'),
(2294, 'ACH_PetRespectReceiver2'),
(2295, 'SF8'),
(2296, 'ACH_PetRespectReceiver1'),
(2297, 'SF7'),
(2298, 'SF9'),
(2299, 'TWIV1_HHSG'),
(2300, 'WH6_HHSG'),
(2301, 'SF2'),
(2302, 'SF1'),
(2303, 'ACH_GiftGiver3_HHCA'),
(2304, 'EC2_HHCA'),
(2305, 'RM1'),
(2306, 'RM2'),
(2307, 'CO5_HHCA'),
(2308, 'RM0'),
(2309, 'fb_Hween12_Top10'),
(2310, 'CHF_HHCA'),
(2311, 'ACH_GuideEnrollmentLifetime9'),
(2312, 'ACH_GuideEnrollmentLifetime8'),
(2313, 'TC2_HHAU'),
(2314, 'ACH_AprilFools12QuestCompleted'),
(2315, 'ACH_Login9_HHCA'),
(2316, 'AF1_HHCA'),
(2317, 'UK2_HHUK'),
(2318, 'Z76_HHUK'),
(2319, 'SFM_HHCA'),
(2320, 'Z14_HHUK'),
(2321, 'ACH_GuideEnrollmentLifetime6'),
(2322, 'ACH_GuideEnrollmentLifetime7'),
(2323, 'ACH_GuideEnrollmentLifetime4'),
(2324, 'ACH_GuideEnrollmentLifetime5'),
(2325, 'ACH_GuideEnrollmentLifetime2'),
(2326, 'ACH_GuideEnrollmentLifetime3'),
(2327, 'ACH_GuideEnrollmentLifetime1'),
(2328, 'ACH_AIPerformanceVote2_HHCA'),
(2329, 'BTB'),
(2330, 'RM4'),
(2331, 'RM3'),
(2332, 'ACH_GiftReceiver3_HHCA'),
(2333, 'SFM_HHAU'),
(2334, 'ACH_GamePlayed9_HHCA'),
(2335, 'UKBD1'),
(2336, 'fb_ACH_Xm10QuestCompleted9'),
(2337, 'fb_ACH_Xm10QuestCompleted6'),
(2338, 'CL2_HHUK'),
(2339, 'fb_ACH_Xm10QuestCompleted5'),
(2340, 'fb_ACH_Xm10QuestCompleted8'),
(2341, 'fb_ACH_Xm10QuestCompleted7'),
(2342, 'fb_ACH_Xm10QuestCompleted2'),
(2343, 'fb_ACH_Xm10QuestCompleted1'),
(2344, 'fb_ACH_Xm10QuestCompleted4'),
(2345, 'fb_ACH_Xm10QuestCompleted3'),
(2346, 'ACH_VipClub2_HHCA'),
(2347, 'ACH_HorseRent'),
(2348, 'YAK_HHUK'),
(2349, 'BOT'),
(2350, 'fb_ACH_FreezeWinner'),
(2351, 'Z33_HHUK'),
(2352, 'CAE_HHCA'),
(2353, 'RU1'),
(2354, 'C06'),
(2355, 'VA3_HHAU'),
(2356, 'Hween12'),
(2357, 'RU3'),
(2358, 'RTS'),
(2359, 'NLD_HHSG'),
(2360, 'TWIV2_HHAU'),
(2361, 'ACH_PetLover8_HHCA'),
(2362, 'RS9'),
(2363, 'ancients_ssahara'),
(2364, 'NWB_HHCA'),
(2365, 'VA3_HHCA'),
(2366, 'GLF_HHSG'),
(2367, 'SF6_HHCA'),
(2368, 'NWB_HHAU'),
(2369, 'TWIV2_HHCA'),
(2370, 'ACH_ValentinesBadgeReceived'),
(2371, 'AR1_HHUK'),
(2372, 'ACH_GiftGiver1_HHCA'),
(2373, 'TWIC1'),
(2374, 'TWIC2'),
(2375, 'TWIC3'),
(2376, 'NEC_HHCA'),
(2377, 'fb_ACH_SafetyQuizGraduate1'),
(2378, 'S10'),
(2379, 'UK081_HHUK'),
(2380, 'EC2_HHAU'),
(2381, 'RR9'),
(2382, 'AR1_HHSG'),
(2383, 'GLF_HHUK'),
(2384, 'NEC_HHAU'),
(2385, 'ACH_RoomHorseJumpCount'),
(2386, 'CUB00'),
(2387, 'CUB01'),
(2388, 'HQ004_HHUK'),
(2389, 'YAK_HHCA'),
(2390, 'fb_ACH_HorseQuestCompleted'),
(2391, 'VIPP3'),
(2392, 'AF1_HHSG'),
(2393, 'VIPP1'),
(2394, 'VIPP2'),
(2395, 'CAD_HHCA'),
(2396, 'AF1_HHUK'),
(2397, 'ACH_EsA20'),
(2398, 'HQ004_HHSG'),
(2399, 'BE1'),
(2400, 'UK027_HHUK'),
(2401, 'ACH_SafetyQuizGraduate1'),
(2402, 'ACH_GamePlayed5_HHCA'),
(2403, 'SFM_HHSG'),
(2404, 'ACH_Login10_HHCA'),
(2405, 'al_ACH_MusicPlayer'),
(2406, 'ATW_HHUK'),
(2407, 'ACH_FootballGoalScoredInRoom');
INSERT INTO `badges` (`id`, `badge`) VALUES
(2408, 'WBK02'),
(2409, 'XM7_HHSG'),
(2410, 'fb_ACH_BaseJumpMissile'),
(2411, 'NWB_HHSG'),
(2412, 'ACH_RbTagC'),
(2413, 'ACH_RbTagB'),
(2414, 'ACH_RbTagA'),
(2415, 'RTS01'),
(2416, 'RTS02'),
(2417, 'UK019_HHUK'),
(2418, 'RTS05'),
(2419, 'RTS06'),
(2420, 'RTS03'),
(2421, 'SF4_HHSG'),
(2422, 'RTS04'),
(2423, 'UKK_HHUK'),
(2424, 'WH1_HHUK'),
(2425, 'ACH_PetRespectReceiver3_HHCA'),
(2426, 'RE2'),
(2427, 'RE1'),
(2428, 'ACH_PetFeeding2'),
(2429, 'fb_ACH_RoomEntry8'),
(2430, 'ACH_PetFeeding3'),
(2431, 'fb_ACH_RoomEntry7'),
(2432, 'ACH_PetFeeding4'),
(2433, 'ACH_PetFeeding5'),
(2434, 'fb_ACH_RoomEntry9'),
(2435, 'fb_ACH_RoomEntry4'),
(2436, 'fb_ACH_RoomEntry3'),
(2437, 'fb_ACH_RoomEntry6'),
(2438, 'ACH_PetFeeding1'),
(2439, 'fb_ACH_RoomEntry5'),
(2440, 'ACH_AllTimeHotelPresence2_HHCA'),
(2441, 'TWIV2_HHSG'),
(2442, 'SF4_HHUK'),
(2443, 'fb_ACH_RoomEntry1'),
(2444, 'fb_ACH_RoomEntry2'),
(2445, 'ACH_PetFeeding9'),
(2446, 'ACH_PetFeeding8'),
(2447, 'ACH_PetFeeding7'),
(2448, 'ACH_PetFeeding6'),
(2449, 'TWIV2'),
(2450, 'TWIV3'),
(2451, 'TWIV1'),
(2452, 'KCK03'),
(2453, 'KCK04'),
(2454, 'KCK01'),
(2455, 'KCK02'),
(2456, 'ConcurrentUsersReward'),
(2457, 'BBBH1_HHAU'),
(2458, 'UST_HHSG'),
(2459, 'ACH_EsA19'),
(2460, 'ACH_EsA17'),
(2461, 'ACH_EsA18'),
(2462, 'ICEA2_HHUK'),
(2463, 'ACH_EsA11'),
(2464, 'KCK12'),
(2465, 'ACH_EsA12'),
(2466, 'KCK13'),
(2467, 'KCK14'),
(2468, 'ACH_EsA10'),
(2469, 'KCK15'),
(2470, 'ACH_EsA15'),
(2471, 'ACH_EsA16'),
(2472, 'ACH_EsA13'),
(2473, 'KCK10'),
(2474, 'ACH_EsA14'),
(2475, 'KCK11'),
(2476, 'KCK09'),
(2477, 'KCK06'),
(2478, 'KCK05'),
(2479, 'KCK08'),
(2480, 'KCK07'),
(2481, 'StarsRoom2_Top100'),
(2482, 'RA5'),
(2483, 'Z36_HHUK'),
(2484, 'RA6'),
(2485, 'RA3'),
(2486, 'RA4'),
(2487, 'ACH_RegistrationDuration3_HHCA'),
(2488, 'RA2'),
(2489, 'AUW'),
(2490, 'TWIQ3'),
(2491, 'RTS07'),
(2492, 'RTS08'),
(2493, 'TWIQ2'),
(2494, 'TWIQ1'),
(2495, 'BR015_HHSG'),
(2496, 'RA7'),
(2497, 'WH1_HHSG'),
(2498, 'RTS25'),
(2499, 'RTS18'),
(2500, 'BBBH1_HHCA'),
(2501, 'ACH_RegistrationDuration14'),
(2502, 'ACH_RegistrationDuration13'),
(2503, 'ACH_RegistrationDuration16'),
(2504, 'ACH_RegistrationDuration15'),
(2505, 'ACH_RegistrationDuration18'),
(2506, 'ACH_RegistrationDuration17'),
(2507, 'ACH_RegistrationDuration19'),
(2508, 'Z03_HHUK'),
(2509, 'HQ004_HHAU'),
(2510, 'ACH_RegistrationDuration20'),
(2511, 'BNZI0'),
(2512, 'BNZI2'),
(2513, 'BNZI1'),
(2514, 'AWSM3'),
(2515, 'AWSM1'),
(2516, 'RUN01_HHAU'),
(2517, 'CY3'),
(2518, 'CY2'),
(2519, 'RUN04_HHSG'),
(2520, 'CY1'),
(2521, 'ACH_RegistrationDuration4_HHCA'),
(2522, 'ACH_PetLover10'),
(2523, 'UKZ_HHUK'),
(2524, 'UK059_HHUK'),
(2525, 'UKO_HHUK'),
(2526, 'ACH_PetLevelUp7_HHCA'),
(2527, 'RUN04_HHUK'),
(2528, 'RUN01_HHCA'),
(2529, 'ACH_BaseJumpWins'),
(2530, 'LC1_HHCA'),
(2531, 'ACH_GiftReceiver6_HHCA'),
(2532, 'GLJ_HHSG'),
(2533, 'TWIQ1_HHSG'),
(2534, 'BNZI6'),
(2535, 'BNZI5'),
(2536, 'BNZI4'),
(2537, 'BNZI3'),
(2538, 'NWB_HHUK'),
(2539, 'BNZI9'),
(2540, 'BNZI8'),
(2541, 'BNZI7'),
(2542, 'WH7_HHCA'),
(2543, 'KIR_HHCA'),
(2544, 'SF001_HHCA'),
(2545, 'BR071_HHUK'),
(2546, 'SMR04'),
(2547, 'SMR01'),
(2548, 'UK9_HHUK'),
(2549, 'ACH_PetRespectReceiver5_HHCA'),
(2550, 'SMR02'),
(2551, 'CO3'),
(2552, 'CO2'),
(2553, 'CO1'),
(2554, 'DS1_HHUK'),
(2555, 'AU1_HHCA'),
(2556, 'CO6'),
(2557, 'CNV'),
(2558, 'CO4'),
(2559, 'CO5'),
(2560, 'DU2_HHSG'),
(2561, 'AU1_HHAU'),
(2562, 'CN2'),
(2563, 'SCU02'),
(2564, 'SCU01'),
(2565, 'SCU03'),
(2566, 'WD0_HHSG'),
(2567, 'GLH_HHSG'),
(2568, 'DS1_HHSG'),
(2569, 'WH8_HHAU'),
(2570, 'al_ACH_ValentinesQuestCompleted'),
(2571, 'SF4_HHCA'),
(2572, 'DE002_HHCA'),
(2573, 'DU2_HHUK'),
(2574, 'COL'),
(2575, 'WH8_HHCA'),
(2576, 'SF4_HHAU'),
(2577, 'ACH_Xm10QuestCompleted10'),
(2578, 'TWIQ1_HHUK'),
(2579, 'Z72_HHUK'),
(2580, 'UK4_HHUK'),
(2581, 'GLH_HHUK'),
(2582, 'GLJ_HHUK'),
(2583, 'DS6_HHCA'),
(2584, 'WH1_HHCA'),
(2585, 'Z26_HHCA'),
(2586, 'DS6_HHAU'),
(2587, 'TC2_HHSG'),
(2588, 'VA18'),
(2589, 'TC2_HHUK'),
(2590, 'WH1_HHAU'),
(2591, 'CL2'),
(2592, 'CL1'),
(2593, 'CL3'),
(2594, 'UK078_HHUK'),
(2595, 'fb_ACH_AllTimeHotelPresence2'),
(2596, 'fb_ACH_AllTimeHotelPresence1'),
(2597, 'fb_ACH_AllTimeHotelPresence4'),
(2598, 'fb_ACH_AllTimeHotelPresence3'),
(2599, 'CO5_HHUK'),
(2600, 'fb_ACH_AllTimeHotelPresence5'),
(2601, 'fb_ACH_AllTimeHotelPresence6'),
(2602, 'fb_ACH_AllTimeHotelPresence7'),
(2603, 'fb_ACH_AllTimeHotelPresence8'),
(2604, 'VipParties1_Top100'),
(2605, 'fb_ACH_AllTimeHotelPresence9'),
(2606, 'PX0'),
(2607, 'PX1'),
(2608, 'PX2'),
(2609, 'PX3'),
(2610, 'PX4'),
(2611, 'PX5'),
(2612, 'PX6'),
(2613, 'UK008_HHUK'),
(2614, 'EC2_HHUK'),
(2615, 'SG5_HHSG'),
(2616, 'CO5_HHSG'),
(2617, 'CI1'),
(2618, 'CI2'),
(2619, 'CHF'),
(2620, 'CAL'),
(2621, 'CAK'),
(2622, 'CAJ'),
(2623, 'TWIQ1_HHCA'),
(2624, 'CAI'),
(2625, 'CAH'),
(2626, 'CAG'),
(2627, 'RUN01_HHSG'),
(2628, 'ACH_AIPerformanceVote4_HHCA'),
(2629, 'CAD'),
(2630, 'CAE'),
(2631, 'UK092_HHUK'),
(2632, 'VipParties2'),
(2633, 'CAC'),
(2634, 'VipParties1'),
(2635, 'CAA'),
(2636, 'VipParties3'),
(2637, 'GLJ_HHCA'),
(2638, 'GLJ_HHAU'),
(2639, 'TWIQ1_HHAU'),
(2640, 'LC1_HHSG'),
(2641, 'ACH_BaseJumpDaysPlayed'),
(2642, 'PT1'),
(2643, 'PT2'),
(2644, 'ACH_BunnyLove'),
(2645, 'ACH_PetRespectReceiver2_HHCA'),
(2646, 'ACH_PetLevelUp9'),
(2647, 'HW09H'),
(2648, 'ACH_PetLevelUp5'),
(2649, 'HW09G'),
(2650, 'ACH_PetLevelUp6'),
(2651, 'HW09F'),
(2652, 'ACH_PetLevelUp7'),
(2653, 'HW09E'),
(2654, 'ACH_PetLevelUp8'),
(2655, 'HW09D'),
(2656, 'ACH_PetLevelUp1'),
(2657, 'HW09C'),
(2658, 'ACH_PetLevelUp2'),
(2659, 'HW09B'),
(2660, 'ACH_PetLevelUp3'),
(2661, 'HW09A'),
(2662, 'ACH_PetLevelUp4'),
(2663, 'WD0_HHCA'),
(2664, 'DU2_HHAU'),
(2665, 'Z60_HHUK'),
(2666, 'fb_ACH_MGM3'),
(2667, 'fb_ACH_MGM4'),
(2668, 'fb_ACH_MGM5'),
(2669, 'fb_ACH_MGM6'),
(2670, 'DU2_HHCA'),
(2671, 'fb_ACH_MGM1'),
(2672, 'fb_ACH_MGM2'),
(2673, 'ACH_GiftReceiver4_HHCA'),
(2674, 'fb_ACH_MGM7'),
(2675, 'fb_ACH_MGM8'),
(2676, 'fb_ACH_MGM9'),
(2677, 'THE01'),
(2678, 'ACH_VipClub3_HHCA'),
(2679, 'GLO01'),
(2680, 'fb_ACH_Habboween12'),
(2681, 'SF6_HHSG'),
(2682, '1goal_HHAU'),
(2683, 'ACH_PetLover4_HHCA'),
(2684, 'UK096_HHUK'),
(2685, 'fb_ACH_GiftReceiver6'),
(2686, 'fb_ACH_GiftReceiver5'),
(2687, 'fb_ACH_GiftReceiver4'),
(2688, 'fb_ACH_GiftReceiver3'),
(2689, 'fb_ACH_GiftReceiver9'),
(2690, 'fb_ACH_GiftReceiver8'),
(2691, 'fb_ACH_GiftReceiver7'),
(2692, 'WH7_HHAU'),
(2693, 'Z26_HHUK'),
(2694, 'DS1_HHCA'),
(2695, 'ACH_Login10'),
(2696, 'fb_ACH_GiftReceiver1'),
(2697, 'fb_ACH_GiftReceiver2'),
(2698, 'uk170'),
(2699, 'DS1_HHAU'),
(2700, 'SF6_HHUK'),
(2701, 'EC2_HHSG'),
(2702, 'TC2_HHCA'),
(2703, 'Z65_HHUK'),
(2704, 'ACH_BattleBallTilesLocked1'),
(2705, 'DS6_HHSG'),
(2706, 'ACH_BattleBallTilesLocked2'),
(2707, 'ACH_BattleBallTilesLocked5'),
(2708, 'ACH_BattleBallTilesLocked6'),
(2709, 'ACH_BattleBallTilesLocked3'),
(2710, 'ACH_BattleBallTilesLocked4'),
(2711, 'ACH_BattleBallTilesLocked9'),
(2712, 'ACH_BattleBallTilesLocked8'),
(2713, 'ACH_BattleBallTilesLocked7'),
(2714, 'Z09_HHUK'),
(2715, 'ACH_PetRespectGiver5_HHCA'),
(2716, 'ACH_RegistrationDuration10'),
(2717, 'ACH_RegistrationDuration12'),
(2718, 'ACH_RegistrationDuration11'),
(2719, 'ACH_GamePlayed2'),
(2720, 'ACH_GamePlayed3'),
(2721, 'ACH_GamePlayed4'),
(2722, 'ACH_GamePlayed5'),
(2723, 'ACH_GamePlayed1'),
(2724, 'fb_ACH_SnowWarTotalScore'),
(2725, 'ACH_GamePlayed9'),
(2726, 'ACH_GamePlayed8'),
(2727, 'ACH_GamePlayed7'),
(2728, 'ACH_GamePlayed6'),
(2729, 'fb_ACH_VipParties3_Entry'),
(2730, 'GLD_HHUK'),
(2731, 'DN2'),
(2732, 'DN3'),
(2733, 'GRPAC'),
(2734, 'DN4'),
(2735, 'DN5'),
(2736, 'DN1'),
(2737, 'UKX_HHCA'),
(2738, 'fb_ACH_HorseJumping'),
(2739, '50S'),
(2740, 'DK009_HHCA'),
(2741, 'SU1_HHAU'),
(2742, 'DE159'),
(2743, 'MPS02'),
(2744, 'DE156'),
(2745, 'MPS01'),
(2746, 'HO1_HHUK'),
(2747, 'ACC_HHSG'),
(2748, 'UKE_HHUK'),
(2749, 'GLD_HHSG'),
(2750, 'ACH_AllTimeHotelPresence4_HHCA'),
(2751, 'BER01'),
(2752, 'DKA'),
(2753, 'UK7_HHUK'),
(2754, 'ACH_PetFeeding8_HHCA'),
(2755, 'RAR03'),
(2756, 'RAR04'),
(2757, 'WBL_HHAU'),
(2758, 'RAR01'),
(2759, 'RAR02'),
(2760, ' HWN09'),
(2761, 'HO1_HHSG'),
(2762, 'WBL_HHCA'),
(2763, 'SG002_HHSG'),
(2764, 'DE127'),
(2765, 'XM1_HHAU'),
(2766, 'YAP'),
(2767, 'DS7'),
(2768, 'XM1_HHCA'),
(2769, 'DS5'),
(2770, 'DS6'),
(2771, 'DK007'),
(2772, 'DS3'),
(2773, 'DS4'),
(2774, 'DK009'),
(2775, 'DS1'),
(2776, 'DS2'),
(2777, 'DS0'),
(2778, 'YAK'),
(2779, 'ACH_AvatarTags1'),
(2780, 'PIG01'),
(2781, 'NY124'),
(2782, 'TC1_HHCA'),
(2783, 'UK012_HHUK'),
(2784, 'TC1_HHAU'),
(2785, 'SF2_HHCA'),
(2786, ' AU012'),
(2787, 'HW1_HHUK'),
(2788, 'ACH_GiftReceiver10_HHCA'),
(2789, 'VA4_HHSG'),
(2790, 'ACH_MGM6_HHCA'),
(2791, 'UK034_HHUK'),
(2792, 'Z77_HHUK'),
(2793, 'DSX_HHUK'),
(2794, 'VipParties3_Top10'),
(2795, 'EUR03'),
(2796, 'EUR02'),
(2797, 'EUR01'),
(2798, 'HS01'),
(2799, 'SFF_HHSG'),
(2800, 'HS02'),
(2801, 'UK086_HHUK'),
(2802, 'CY3_HHSG'),
(2803, 'DT1'),
(2804, 'HW1_HHSG'),
(2805, 'NEJ_HHCA'),
(2806, 'CNV_HHSG'),
(2807, 'VA4_HHUK'),
(2808, 'ACH_GiftReceiver8_HHCA'),
(2809, 'MH1_HHCA'),
(2810, 'DSX'),
(2811, 'Z15_HHUK'),
(2812, 'DU2'),
(2813, 'DU1'),
(2814, 'DU3'),
(2815, 'UKC_HHUK'),
(2816, 'CY3_HHUK'),
(2817, 'WOM01'),
(2818, 'ACH_RoomDecoHosting'),
(2819, 'SG003_HHSG'),
(2820, 'DE013_HHUK'),
(2821, 'ACH_FreezePowerUp'),
(2822, 'USD_HHCA'),
(2823, 'MH1_HHAU'),
(2824, 'XXX'),
(2825, 'DN5_HHUK'),
(2826, 'HOT_HHUK'),
(2827, 'RA5_HHAU'),
(2828, 'UK038_HHUK'),
(2829, 'SAF04'),
(2830, 'SAF05'),
(2831, 'SAF02'),
(2832, 'SAF03'),
(2833, 'SAF01'),
(2834, 'SU1_HHCA'),
(2835, 'SFF_HHUK'),
(2836, 'GNO_HHSG'),
(2837, 'RA5_HHCA'),
(2838, 'SGD_HHSG'),
(2839, 'UK043_HHUK'),
(2840, 'ACH_RoomDecoHoleFurniCountRoom'),
(2841, 'WD006'),
(2842, 'RUN02_HHSG'),
(2843, 'FAS01'),
(2844, 'NEG_HHCA'),
(2845, 'FAS03'),
(2846, 'FAS02'),
(2847, 'DN3_HHSG'),
(2848, 'FAS04'),
(2849, 'DN5_HHSG'),
(2850, 'ACH_MGM9_HHCA'),
(2851, 'GLD_HHAU'),
(2852, 'ACH_SnowWarWeeklyTopTen'),
(2853, 'HO1_HHCA'),
(2854, 'Z66_HHUK'),
(2855, 'SB1_HHUK'),
(2856, 'XMC'),
(2857, 'XMA'),
(2858, 'XMB'),
(2859, 'GLD_HHCA'),
(2860, 'XM9'),
(2861, 'XM8'),
(2862, 'XM7'),
(2863, 'XM6'),
(2864, 'DN3_HHUK'),
(2865, 'XM5'),
(2866, 'XM4'),
(2867, 'XM3'),
(2868, 'XM2'),
(2869, 'XM1'),
(2870, 'HOL03'),
(2871, 'TWIQ3_HHAU'),
(2872, 'HOL02'),
(2873, 'ACH_BattleBallPlayer'),
(2874, 'BR013_HHCA'),
(2875, 'Z42_HHUK'),
(2876, 'WH8_HHSG'),
(2877, 'ACH_MusicCollector'),
(2878, 'TWIQ3_HHCA'),
(2879, 'al_ACH_RoomDecoWallpaper'),
(2880, 'SF2_HHSG'),
(2881, 'BBBH1'),
(2882, 'WH8_HHUK'),
(2883, 'BBBH2'),
(2884, 'UK035_HHUK'),
(2885, 'ACH_RespectEarned8_HHCA'),
(2886, 'SF2_HHUK'),
(2887, 'NEJ_HHSG'),
(2888, 'ACH_PetFeeding3_HHCA'),
(2889, 'ACH_GamePlayed7_HHCA'),
(2890, 'SFF_HHCA'),
(2891, 'KIR_HHSG'),
(2892, 'ACH_Login3_HHCA'),
(2893, 'HOP01_HHSG'),
(2894, 'VA4_HHCA'),
(2895, 'CY3_HHAU'),
(2896, 'NEJ_HHUK'),
(2897, 'KIR_HHUK'),
(2898, 'KH2_HHCA'),
(2899, 'HOP01_HHUK'),
(2900, 'CY3_HHCA'),
(2901, 'UKJ_HHUK'),
(2902, 'ACH_FireworksCharger'),
(2903, 'fb_ACH_TerrierBreeder'),
(2904, 'fb_ACH_GamePlayerExperience3'),
(2905, 'fb_ACH_GamePlayerExperience4'),
(2906, 'DK2'),
(2907, 'fb_ACH_GamePlayerExperience1'),
(2908, 'fb_ACH_GamePlayerExperience2'),
(2909, 'fb_ACH_GamePlayerExperience7'),
(2910, 'fb_ACH_GamePlayerExperience8'),
(2911, 'DK6'),
(2912, 'fb_ACH_GamePlayerExperience5'),
(2913, 'DK5'),
(2914, 'fb_ACH_GamePlayerExperience6'),
(2915, 'DK8'),
(2916, 'fb_ACH_GamePlayerExperience9'),
(2917, 'DK9'),
(2918, 'RA5_HHUK'),
(2919, 'fb_ACH_AIPerformanceVote10'),
(2920, 'DJ1'),
(2921, 'SU1_HHUK'),
(2922, 'DJ3'),
(2923, 'DJ2'),
(2924, 'XMAS2'),
(2925, 'XMAS1'),
(2926, 'XMAS0'),
(2927, 'RA5_HHSG'),
(2928, 'VA4_HHAU'),
(2929, 'SF000'),
(2930, 'SF001'),
(2931, 'SF002'),
(2932, 'ACH_AllTimeHotelPresence5_HHCA'),
(2933, 'ACH_SafetyQuizGraduate'),
(2934, 'SU1_HHSG'),
(2935, 'fb_ACH_Login3'),
(2936, 'fb_ACH_Login4'),
(2937, 'fb_ACH_Login1'),
(2938, 'fb_ACH_Login2'),
(2939, 'USV01'),
(2940, 'BR015_HHCA'),
(2941, 'fb_ACH_SpeedwayRaces'),
(2942, 'fb_ACH_Login8'),
(2943, 'fb_ACH_Login7'),
(2944, 'fb_ACH_Login6'),
(2945, 'fb_ACH_Login5'),
(2946, 'fb_ACH_Citizenship'),
(2947, 'fb_ACH_Login9'),
(2948, 'ACH_SummerQuestCompleted'),
(2949, 'DN5_HHAU'),
(2950, 'Football_ES'),
(2951, 'RUN02_HHCA'),
(2952, 'ACH_GamePlayed2_HHCA'),
(2953, 'DN3_HHCA'),
(2954, 'DN5_HHCA'),
(2955, 'NEG_HHSG'),
(2956, 'BR015_HHAU'),
(2957, 'RUN02_HHAU'),
(2958, 'BR071'),
(2959, 'BR075'),
(2960, 'fb_FMATIC_COMP'),
(2961, 'ACH_RegistrationDuration1'),
(2962, 'ACH_RegistrationDuration4'),
(2963, 'ACH_RegistrationDuration5'),
(2964, 'ESD'),
(2965, 'ACH_RegistrationDuration2'),
(2966, 'ACH_RegistrationDuration3'),
(2967, 'ACH_RegistrationDuration8'),
(2968, 'ACH_RegistrationDuration9'),
(2969, 'ACH_RegistrationDuration6'),
(2970, 'ACH_RegistrationDuration7'),
(2971, 'DSX_HHCA'),
(2972, 'fb_ACH_FireworksCharger'),
(2973, 'Football_IT'),
(2974, 'DN3_HHAU'),
(2975, 'HQ009'),
(2976, 'HQ006'),
(2977, 'HQ005'),
(2978, 'HQ008'),
(2979, 'HQ007'),
(2980, 'ESW'),
(2981, 'HQ002'),
(2982, 'HQ001'),
(2983, 'HQ004'),
(2984, 'ESX'),
(2985, 'HQ003'),
(2986, 'GLTCH'),
(2987, 'DSX_HHAU'),
(2988, 'ACH_ValentinesQuestCompleted7'),
(2989, 'ACH_ValentinesQuestCompleted8'),
(2990, 'ACH_ValentinesQuestCompleted9'),
(2991, 'MMC_HHAU'),
(2992, 'GM4_HHCA'),
(2993, 'ACH_SpeedwayDucks'),
(2994, 'HW1_HHAU'),
(2995, 'SB6_HHSG'),
(2996, 'ACH_ValentinesQuestCompleted3'),
(2997, 'ACH_ValentinesQuestCompleted4'),
(2998, 'ACH_ValentinesQuestCompleted5'),
(2999, 'ACH_ValentinesQuestCompleted6'),
(3000, 'ACH_ValentinesQuestCompleted1'),
(3001, 'ACH_ValentinesQuestCompleted2'),
(3002, 'MMC_HHCA'),
(3003, 'EVB'),
(3004, 'fb_ACH_VIPQuest'),
(3005, 'UK089_HHUK'),
(3006, 'NED_HHSG'),
(3007, 'WTM'),
(3008, 'GLK_HHCA'),
(3009, 'WIRD0'),
(3010, 'EXB'),
(3011, 'WIRD1'),
(3012, 'TWIC1_HHUK'),
(3013, 'EXH'),
(3014, 'EXE'),
(3015, 'Z38_HHUK'),
(3016, 'fb_ACH_SpeedwayDucks'),
(3017, 'NYR09'),
(3018, 'NYR05'),
(3019, 'NYR06'),
(3020, 'NYR07'),
(3021, 'NYR08'),
(3022, 'UK065_HHUK'),
(3023, 'NYR03'),
(3024, 'NYR04'),
(3025, 'NYR00'),
(3026, 'Football_PT'),
(3027, 'ACH_PetRespectGiver2_HHCA'),
(3028, 'fb_HabboFameComp'),
(3029, 'SF3_HHCA'),
(3030, 'OILED'),
(3031, 'ACH_MGM1_HHCA'),
(3032, 'TWIC1_HHSG'),
(3033, 'UKQ_HHUK'),
(3034, 'GLK_HHAU'),
(3035, 'UK009_HHUK'),
(3036, 'SFK_HHAU'),
(3037, 'DS0_HHSG'),
(3038, 'ACH_SnowWarWeeklyBest'),
(3039, 'ACH_PetLover10_HHCA'),
(3040, 'ACC_HHAU'),
(3041, 'UK060_HHUK'),
(3042, 'Z37_HHUK'),
(3043, 'UK072_HHUK'),
(3044, 'ACH_RoomEntry5_HHCA'),
(3045, 'MDMWW_HHCA'),
(3046, 'UKX_HHUK'),
(3047, 'ACH_VipClub5_HHCA'),
(3048, 'ACC_HHCA'),
(3049, 'ACH_AIPerformanceVote10'),
(3050, 'TC1_HHUK'),
(3051, 'ACH_GiftGiver1'),
(3052, 'ACH_GiftGiver2'),
(3053, 'ACH_GiftGiver3'),
(3054, 'ACH_GiftGiver4'),
(3055, 'ACH_GiftGiver5'),
(3056, 'ACH_GiftGiver6'),
(3057, 'ACH_GiftGiver7'),
(3058, 'ACH_GiftGiver8'),
(3059, 'ACH_GiftGiver9'),
(3060, 'fb_ACH_NotesReceived'),
(3061, 'UKN_HHUK'),
(3062, 'EC5'),
(3063, 'EC4'),
(3064, 'EC3'),
(3065, 'EC2'),
(3066, 'EC1'),
(3067, 'HabboFameComp_Top100'),
(3068, 'ACH_RoomEntry3_HHCA'),
(3069, 'al_ACH_RbBunnyTag'),
(3070, 'UK007_HHUK'),
(3071, 'DSX_HHSG'),
(3072, 'ACH_MGM3_HHCA'),
(3073, 'EAR'),
(3074, 'TC1_HHSG'),
(3075, 'EAB'),
(3076, 'MDMWW_HHAU'),
(3077, 'UKM_HHUK'),
(3078, 'FMATIC_COMP_TOP100'),
(3079, 'fb_ACH_MonsterPlantShapeCollector'),
(3080, 'fb_StarsRoom2_Top100'),
(3081, 'UKY_HHUK'),
(3082, 'BR130'),
(3083, 'WD4'),
(3084, 'WD3'),
(3085, 'WD2'),
(3086, 'WD1'),
(3087, 'WD0'),
(3088, 'AWSM1_HHSG'),
(3089, 'FRI01'),
(3090, 'GLK_HHUK'),
(3091, 'fb_ACH_GamePlayerExperience19'),
(3092, 'fb_ACH_GamePlayerExperience18'),
(3093, 'fb_ACH_GamePlayerExperience17'),
(3094, 'fb_ACH_GamePlayerExperience16'),
(3095, 'fb_ACH_GamePlayerExperience15'),
(3096, 'fb_ACH_GamePlayerExperience14'),
(3097, 'WBL'),
(3098, 'fb_ACH_GamePlayerExperience13'),
(3099, 'fb_ACH_GamePlayerExperience12'),
(3100, 'fb_ACH_GamePlayerExperience11'),
(3101, 'fb_ACH_GamePlayerExperience10'),
(3102, 'ACH_BasicClub5_HHCA'),
(3103, 'MMC_HHSG'),
(3104, 'fb_ACH_GamePlayerExperience20'),
(3105, 'UKG_HHUK'),
(3106, 'HW1_HHCA'),
(3107, 'ACH_GiftReceiver2_HHCA'),
(3108, 'fb_ACH_RegistrationDuration1'),
(3109, 'fb_ACH_RegistrationDuration2'),
(3110, 'fb_ACH_RegistrationDuration3'),
(3111, 'fb_ACH_RegistrationDuration4'),
(3112, 'fb_ACH_RegistrationDuration5'),
(3113, 'fb_ACH_RegistrationDuration6'),
(3114, 'fb_ACH_RegistrationDuration7'),
(3115, 'fb_ACH_RegistrationDuration8'),
(3116, 'fb_ACH_RegistrationDuration9'),
(3117, 'WAR'),
(3118, 'EHR'),
(3119, 'GLK_HHSG'),
(3120, 'CNY03_HHAU'),
(3121, '1goal'),
(3122, 'AC2_HHUK'),
(3123, 'GNO_HHAU'),
(3124, 'MMC_HHUK'),
(3125, 'WH7'),
(3126, 'WH8'),
(3127, 'WH5'),
(3128, 'WH6'),
(3129, 'WH3'),
(3130, 'WH4'),
(3131, 'WH1'),
(3132, 'XM10D'),
(3133, 'WH2'),
(3134, 'XM10E'),
(3135, 'XM10C'),
(3136, 'XM10A'),
(3137, 'HX4_HHCA'),
(3138, 'Z21_HHUK'),
(3139, 'UK004_HHUK'),
(3140, 'CNY03_HHCA'),
(3141, 'JF4_HHCA'),
(3142, 'HX4_HHAU'),
(3143, 'SF3_HHSG'),
(3144, 'BR012_HHCA'),
(3145, 'DS0_HHAU'),
(3146, 'DS0_HHCA'),
(3147, 'ACH_GiftGiver10_HHCA'),
(3148, 'EHR_HHSG'),
(3149, 'NOL01'),
(3150, 'SF3_HHUK'),
(3151, '70S'),
(3152, 'fb_ACH_BaseJumpDaysPlayed'),
(3153, 'HW09F_HHAU'),
(3154, 'NEH_HHCA'),
(3155, 'fb_ACH_SpendPeanuts'),
(3156, 'XM3_HHCA'),
(3157, 'ACH_TagC13'),
(3158, 'XM3_HHAU'),
(3159, 'ACH_TagC14'),
(3160, 'ACH_TagC15'),
(3161, 'ACH_TagC16'),
(3162, 'RA4_HHSG'),
(3163, 'ACH_TagC10'),
(3164, 'ACH_TagC11'),
(3165, 'ACH_TagC12'),
(3166, 'FW1'),
(3167, 'FW2'),
(3168, 'VA2_HHUK'),
(3169, 'Hween12_Top10'),
(3170, 'TWIC2_HHCA'),
(3171, 'CAG_HHCA'),
(3172, 'SW1_HHAU'),
(3173, 'ST5_HHUK'),
(3174, 'ACH_RoomCompetitionVoter'),
(3175, 'MS6_HHSG'),
(3176, 'RA4_HHUK'),
(3177, 'WTM_HHUK'),
(3178, 'ACH_Login7_HHCA'),
(3179, 'VA8_HHCA'),
(3180, 'SW1_HHCA'),
(3181, 'FR9'),
(3182, 'FR7'),
(3183, 'FRG'),
(3184, 'FRE'),
(3185, 'ACH_FreezeQuestCompleted10'),
(3186, 'RLX02_HHSG'),
(3187, 'fb_ACH_Xmas11QuestCompleted'),
(3188, 'FRT'),
(3189, 'UK036_HHUK'),
(3190, 'ACMI'),
(3191, 'ACH_TagC20'),
(3192, 'ACH_TagC19'),
(3193, 'ACH_TagC17'),
(3194, 'ACH_TagC18'),
(3195, 'ACH_Motto1'),
(3196, 'ACH_FriendListSize'),
(3197, 'VA2_HHSG'),
(3198, 'EHR_HHAU'),
(3199, 'ACH_TraderPass1_HHCA'),
(3200, 'LC3_HHCA'),
(3201, 'SFL_HHAU'),
(3202, 'ACH_PetLover3_HHCA'),
(3203, 'WH2_HHAU'),
(3204, 'fb_ACH_GameAuthorExperience20'),
(3205, 'GM2_HHCA'),
(3206, 'AC5_HHSG'),
(3207, 'ACH_SkateBoardJump'),
(3208, 'RUN05_HHCA'),
(3209, 'fb_ACH_TagC20'),
(3210, 'GA1'),
(3211, 'Z78_HHUK'),
(3212, 'WH2_HHCA'),
(3213, 'EHR_HHCA'),
(3214, 'HX1_HHAU'),
(3215, 'HX1_HHCA'),
(3216, 'VA8_HHAU'),
(3217, 'fb_ACH_TagC11'),
(3218, 'fb_ACH_TagC10'),
(3219, 'fb_ACH_TagC13'),
(3220, 'fb_ACH_TagC12'),
(3221, 'ACH_BaseJumpMissile'),
(3222, 'ST4_HHUK'),
(3223, 'AC3_HHAU'),
(3224, 'Z57_HHUK'),
(3225, 'fb_ACH_TagC14'),
(3226, 'fb_ACH_TagC15'),
(3227, 'fb_ACH_TagC16'),
(3228, 'fb_ACH_TagC17'),
(3229, 'fb_ACH_TagC18'),
(3230, 'fb_ACH_TagC19'),
(3231, 'UK048_HHUK'),
(3232, 'fb_ACH_GameAuthorExperience19'),
(3233, 'fb_ACH_GameAuthorExperience18'),
(3234, 'fb_ACH_GameAuthorExperience17'),
(3235, 'fb_ACH_GameAuthorExperience16'),
(3236, 'fb_ACH_GameAuthorExperience10'),
(3237, 'fb_ACH_GameAuthorExperience11'),
(3238, 'fb_ACH_GameAuthorExperience14'),
(3239, 'CNY03_HHSG'),
(3240, 'fb_ACH_GameAuthorExperience15'),
(3241, 'fb_ACH_GameAuthorExperience12'),
(3242, 'fb_ACH_GameAuthorExperience13'),
(3243, 'AC2_HHAU'),
(3244, 'UK6_HHUK'),
(3245, 'fb_ACH_snowBoardBuild'),
(3246, 'Z19_HHUK'),
(3247, 'Z67_HHUK'),
(3248, 'AC2_HHCA'),
(3249, 'TWIC2_HHSG'),
(3250, 'WH4_HHSG'),
(3251, 'fb_ACH_HabbosVsWildQuestCompleted'),
(3252, 'fb_ACH_RegistrationDuration20'),
(3253, 'Z51_HHUK'),
(3254, 'EGG01'),
(3255, 'EGG02'),
(3256, 'UK079_HHCA'),
(3257, 'AC9_HHUK'),
(3258, 'fb_ACH_RegistrationDuration19'),
(3259, 'DN4_HHUK'),
(3260, 'fb_ACH_RegistrationDuration18'),
(3261, 'fb_ACH_RegistrationDuration15'),
(3262, 'fb_ACH_RegistrationDuration14'),
(3263, 'fb_ACH_RegistrationDuration17'),
(3264, 'fb_ACH_RegistrationDuration16'),
(3265, 'fb_ACH_RegistrationDuration11'),
(3266, 'StarsRoom2'),
(3267, 'fb_ACH_RegistrationDuration10'),
(3268, 'fb_ACH_RegistrationDuration13'),
(3269, 'fb_ACH_RegistrationDuration12'),
(3270, 'AC5_HHUK'),
(3271, 'Z67_HHSG'),
(3272, 'EGG08'),
(3273, 'FFLL8'),
(3274, 'W25'),
(3275, 'EGG06'),
(3276, 'EGG05'),
(3277, 'EGG04'),
(3278, 'EGG03'),
(3279, 'FFLL7'),
(3280, 'LC7_HHAU'),
(3281, 'WH4_HHUK'),
(3282, 'Z25_HHUK'),
(3283, 'EGG14'),
(3284, 'fb_StarsRoom'),
(3285, 'FFF'),
(3286, 'fb_StarsRoom2'),
(3287, 'ACH_MGM2_HHCA'),
(3288, 'SB6_HHAU'),
(3289, 'AC9_HHSG'),
(3290, 'FF2'),
(3291, 'BBBH2_HHSG'),
(3292, 'NEB_HHSG'),
(3293, 'TWIC2_HHUK'),
(3294, 'XM3_HHUK'),
(3295, 'ACH_RespectGiven10'),
(3296, 'MS6_HHAU'),
(3297, 'ACH_PetLevelUp9_HHCA'),
(3298, 'ST2_HHUK'),
(3299, 'VipParties2_Top10'),
(3300, 'ACH_MonsterPlantColorCollector'),
(3301, 'LC3_HHUK'),
(3302, 'NEB_HHUK'),
(3303, 'CAI_HHCA'),
(3304, 'FAN'),
(3305, 'rts22'),
(3306, 'USF_HHCA'),
(3307, 'MS6_HHCA'),
(3308, 'HW09F_HHSG'),
(3309, 'VIP'),
(3310, 'LC3_HHSG'),
(3311, 'SG4_HHSG'),
(3312, 'SFL_HHSG'),
(3313, 'GLG_HHAU'),
(3314, 'ACH_LympixTorchBearer'),
(3315, 'ACH_RespectEarned3_HHCA'),
(3316, 'CO6_HHSG'),
(3317, 'ACH_AllTimeHotelPresence8_HHCA'),
(3318, 'AC5_HHCA'),
(3319, 'Football_DE'),
(3320, 'RUN05_HHSG'),
(3321, 'GLG_HHCA'),
(3322, 'TWIC1_HHAU'),
(3323, 'ACH_PetLover6_HHCA'),
(3324, 'CNY06'),
(3325, 'CNY08'),
(3326, 'CNY03'),
(3327, 'CNY02'),
(3328, 'CNY05'),
(3329, 'CNY04'),
(3330, 'CNY01'),
(3331, 'CO6_HHUK'),
(3332, 'STR01'),
(3333, 'RUN05_HHUK'),
(3334, 'fb_ACH_Spr'),
(3335, 'U04_HHUK'),
(3336, 'FRZ06'),
(3337, 'FRZ03'),
(3338, 'FLA'),
(3339, 'TWIC1_HHCA'),
(3340, 'HOR5'),
(3341, 'Uk150'),
(3342, 'NLE_HHSG'),
(3343, 'Uk148'),
(3344, 'HX1_HHSG'),
(3345, 'Z75_HHUK'),
(3346, 'Z10_HHUK'),
(3347, 'U04_HHSG'),
(3348, 'fb_ACH_RoomDecoHosting'),
(3349, 'fb_ACH_PetLover4'),
(3350, 'fb_ACH_PetLover3'),
(3351, 'ACH_MGM1'),
(3352, 'fb_ACH_PetLover2'),
(3353, 'fb_ACH_PetLover1'),
(3354, 'ACH_MGM2'),
(3355, 'WH4_HHCA'),
(3356, 'fb_ACH_PetLover7'),
(3357, 'ACH_MGM3'),
(3358, 'fb_ACH_PetLover8'),
(3359, 'fb_ACH_RoomRank9'),
(3360, 'ACH_MGM4'),
(3361, 'fb_ACH_PetLover5'),
(3362, 'fb_ACH_RoomRank8'),
(3363, 'ACH_MGM5'),
(3364, 'fb_ACH_PetLover6'),
(3365, 'fb_ACH_RoomRank7'),
(3366, 'ACH_MGM6'),
(3367, 'fb_ACH_RoomRank6'),
(3368, 'ACH_MGM7'),
(3369, 'fb_ACH_RoomRank5'),
(3370, 'ACH_MGM8'),
(3371, 'fb_ACH_PetLover9'),
(3372, 'fb_ACH_RoomRank4'),
(3373, 'ACH_MGM9'),
(3374, 'fb_ACH_RoomRank3'),
(3375, 'fb_ACH_RoomRank2'),
(3376, 'fb_ACH_RoomRank1'),
(3377, 'UK079_HHUK'),
(3378, 'WH4_HHAU'),
(3379, 'BBBH2_HHUK'),
(3380, 'HX1_HHUK'),
(3381, 'fb_ACH_GiftGiver10'),
(3382, 'HQ017'),
(3383, 'HQ018'),
(3384, 'HQ019'),
(3385, 'HQ012'),
(3386, 'HQ013'),
(3387, 'HQ014'),
(3388, 'HQ011'),
(3389, 'HQ010'),
(3390, 'VA7'),
(3391, 'VA8'),
(3392, 'VA9'),
(3393, 'VA3'),
(3394, 'VA4'),
(3395, 'HQ023'),
(3396, 'VA5'),
(3397, 'HQ024'),
(3398, 'LC7_HHSG'),
(3399, 'VA6'),
(3400, 'HQ022'),
(3401, 'HQ021'),
(3402, 'HQ020'),
(3403, 'VA2'),
(3404, 'VA1'),
(3405, 'RA4_HHAU'),
(3406, 'DESP1'),
(3407, 'DESP2'),
(3408, 'TWIQ3_HHUK'),
(3409, 'Z29_HHUK'),
(3410, 'AC1_HHCA'),
(3411, 'ACH_AllTimeHotelPresence13'),
(3412, 'ACH_AllTimeHotelPresence14'),
(3413, 'ACH_AllTimeHotelPresence15'),
(3414, 'ACH_AllTimeHotelPresence16'),
(3415, 'T079'),
(3416, 'ACH_AllTimeHotelPresence10'),
(3417, 'ACH_AllTimeHotelPresence11'),
(3418, 'ACH_AllTimeHotelPresence12'),
(3419, 'fb_ACH_BearBreeder'),
(3420, 'ACH_Habboween'),
(3421, 'ACH_AllTimeHotelPresence17'),
(3422, 'ACH_AllTimeHotelPresence18'),
(3423, 'ACH_AllTimeHotelPresence19'),
(3424, 'EXH_HHCA'),
(3425, 'ACH_MonsterPlantHealer'),
(3426, 'GWA'),
(3427, 'DE002'),
(3428, 'DS7_HHSG'),
(3429, 'TWIQ3_HHSG'),
(3430, 'AC1_HHAU'),
(3431, 'AC9_HHCA'),
(3432, 'XM6_HHSG'),
(3433, 'Z45_HHUK'),
(3434, 'Z67_HHAU'),
(3435, 'BGW6'),
(3436, 'BGW4'),
(3437, 'BGW3'),
(3438, 'BGW2'),
(3439, 'DS7_HHUK'),
(3440, 'CO6_HHCA'),
(3441, 'ACH_RoomEntry8_HHCA'),
(3442, 'DE014'),
(3443, 'DE013'),
(3444, 'DE012'),
(3445, 'GRR'),
(3446, 'DE017'),
(3447, 'DE016'),
(3448, 'fb_ACH_TagB20'),
(3449, 'fb_FMATIC_COMP_TOP100'),
(3450, 'fb_ACH_RoomDecoFurniTypeCount'),
(3451, 'HOP02_HHUK'),
(3452, 'GM3_HHCA'),
(3453, 'ACH_Name1'),
(3454, 'RLX01'),
(3455, 'RLX03'),
(3456, 'RLX02'),
(3457, 'HUG_HHSG'),
(3458, 'ST1_HHUK'),
(3459, 'UKP_HHUK'),
(3460, 'CO6_HHAU'),
(3461, 'hwn28'),
(3462, 'USO'),
(3463, 'USN'),
(3464, 'USQ'),
(3465, 'USP'),
(3466, 'USS'),
(3467, 'USR'),
(3468, 'USU'),
(3469, 'UST'),
(3470, 'USG'),
(3471, 'USF'),
(3472, 'USI'),
(3473, 'fb_ACH_BadMonkeyLevelUp'),
(3474, 'USH'),
(3475, 'USK'),
(3476, 'USJ'),
(3477, 'USM'),
(3478, 'USL'),
(3479, 'USA'),
(3480, 'USB'),
(3481, 'USC'),
(3482, 'USD'),
(3483, 'ACH_RegistrationDuration10_HHCA'),
(3484, 'USE'),
(3485, 'US6'),
(3486, 'US7'),
(3487, 'US8'),
(3488, 'al_ACH_RoomDecoFloor'),
(3489, 'al_ACH_ValentinesBadgeReceived'),
(3490, 'USX'),
(3491, 'ACH_VIPQuest'),
(3492, 'USY'),
(3493, 'USV'),
(3494, 'USW'),
(3495, 'USZ'),
(3496, 'ancients_sahara_rcr_3'),
(3497, 'fb_ACH_TagB12'),
(3498, 'fb_ACH_TagB11'),
(3499, 'ancients_sahara_rcr_1'),
(3500, 'fb_ACH_TagB14'),
(3501, 'ancients_sahara_rcr_2'),
(3502, 'fb_ACH_TagB13'),
(3503, 'fb_ACH_TagB10'),
(3504, 'fb_ACH_TagB19'),
(3505, 'Z17_HHUK'),
(3506, 'fb_ACH_TagB15'),
(3507, 'fb_ACH_TagB16'),
(3508, 'fb_ACH_TagB17'),
(3509, 'fb_ACH_TagB18'),
(3510, 'HC2'),
(3511, 'HOP02_HHSG'),
(3512, 'HC1'),
(3513, 'US2'),
(3514, 'US0'),
(3515, 'HBA'),
(3516, 'Z41_HHUK'),
(3517, 'PRSN1'),
(3518, 'ACH_RbBunnyTag'),
(3519, 'SFH_HHUK'),
(3520, 'HOP01_HHCA'),
(3521, 'ACH_ValentinesQuestCompleted10'),
(3522, 'XGH1'),
(3523, 'BOOM1'),
(3524, 'fb_ACH_NotesLeft'),
(3525, 'ACH_AllTimeHotelPresence20'),
(3526, 'HOP01_HHAU'),
(3527, 'SFH_HHSG'),
(3528, 'ACH_FootballGoalScored'),
(3529, 'PX06'),
(3530, 'UKZ'),
(3531, 'PX07'),
(3532, 'PX04'),
(3533, 'PX05'),
(3534, 'DS7_HHAU'),
(3535, 'PX02'),
(3536, 'UKV'),
(3537, 'PX03'),
(3538, 'UKW'),
(3539, 'PX00'),
(3540, 'UKX'),
(3541, 'PX01'),
(3542, 'UKY'),
(3543, 'UK045'),
(3544, 'UKR'),
(3545, 'ACH_BunnyEaster'),
(3546, 'UK044'),
(3547, 'UKS'),
(3548, 'Z04_HHUK'),
(3549, 'UK043'),
(3550, 'UKT'),
(3551, 'UK042'),
(3552, 'UKU'),
(3553, 'UK049'),
(3554, 'UKN'),
(3555, 'UK048'),
(3556, 'UKO'),
(3557, 'UK047'),
(3558, 'UKP'),
(3559, 'UK046'),
(3560, 'UKQ'),
(3561, 'UK051'),
(3562, 'UK052'),
(3563, 'UK050'),
(3564, 'WBL_HHUK'),
(3565, 'fb_ACH_NewUserBadgeReceiver'),
(3566, 'ACH_PetRespectGiver6_HHCA'),
(3567, 'UK8'),
(3568, 'UK9'),
(3569, 'UK6'),
(3570, 'UK7'),
(3571, 'UK4'),
(3572, 'UK5'),
(3573, 'UK056'),
(3574, 'UK2'),
(3575, 'UK3'),
(3576, 'UK058'),
(3577, 'UK057'),
(3578, 'UK1'),
(3579, 'UK059'),
(3580, 'EXH_HHUK'),
(3581, 'UKM'),
(3582, 'UKL'),
(3583, 'UKK'),
(3584, 'UKJ'),
(3585, 'UK060'),
(3586, 'UKI'),
(3587, 'UK061'),
(3588, 'UKH'),
(3589, 'UK062'),
(3590, 'UKG'),
(3591, 'GF1'),
(3592, 'UK063'),
(3593, 'UKF'),
(3594, 'UKE'),
(3595, 'UKD'),
(3596, 'UKC'),
(3597, 'UKB'),
(3598, 'UKA'),
(3599, 'CL1_HHUK'),
(3600, 'XM1_HHSG'),
(3601, 'UK029'),
(3602, 'UK028'),
(3603, 'UK027'),
(3604, 'UK026'),
(3605, 'UK025'),
(3606, 'ACH_ValentinesBadgeReceived10'),
(3607, 'UK030'),
(3608, 'WBL_HHSG'),
(3609, 'UK039'),
(3610, 'UK5_HHUK'),
(3611, 'UK036'),
(3612, 'UK035'),
(3613, 'UK038'),
(3614, 'UK037'),
(3615, 'DS7_HHCA'),
(3616, 'UK032'),
(3617, 'UK031'),
(3618, 'UK034'),
(3619, 'UK033'),
(3620, 'UK040'),
(3621, 'ACH_GiftReceiver1_HHCA'),
(3622, 'UK041'),
(3623, 'UK001'),
(3624, 'UK004'),
(3625, 'UK005'),
(3626, 'UK002'),
(3627, 'UK003'),
(3628, 'UK008'),
(3629, 'UK009'),
(3630, 'UK006'),
(3631, 'ACH_RegistrationDuration1_HHCA'),
(3632, 'UK007'),
(3633, 'XM1_HHUK'),
(3634, 'ACH_PetLover2_HHCA'),
(3635, 'WH2_HHUK'),
(3636, 'ACH_RoomRank'),
(3637, 'fb_ACH_FootballGoalScoredInRoom'),
(3638, 'UK010'),
(3639, 'UK011'),
(3640, 'UK012'),
(3641, 'UK013'),
(3642, 'UK014'),
(3643, 'UK015'),
(3644, 'UK018'),
(3645, 'UK019'),
(3646, 'VA8_HHUK'),
(3647, 'RLX02_HHCA'),
(3648, 'HUG_HHCA'),
(3649, 'MB1_HHCA'),
(3650, 'GCB'),
(3651, 'ACH_RespectEarned7_HHCA'),
(3652, 'fbc13'),
(3653, 'UK063_HHUK'),
(3654, 'fb_ACH_GamePlayed10'),
(3655, 'GNO'),
(3656, 'VA8_HHSG'),
(3657, 'UD1'),
(3658, 'ST3_HHUK'),
(3659, 'WH2_HHSG'),
(3660, 'ACH_PetRespectReceiver7_HHCA'),
(3661, 'fb_Hween12_Top100'),
(3662, 'ACH_name1_HHCA'),
(3663, 'UKU_HHUK'),
(3664, 'ACH_Citizenship'),
(3665, 'MTV01'),
(3666, 'COK09'),
(3667, 'fb_ACH_PetLover10'),
(3668, 'COK03'),
(3669, 'ACH_AIPerformanceVote4'),
(3670, 'COK04'),
(3671, 'ACH_AIPerformanceVote3'),
(3672, 'COK01'),
(3673, 'ACH_AIPerformanceVote2'),
(3674, 'COK02'),
(3675, 'ACH_AIPerformanceVote1'),
(3676, 'COK07'),
(3677, 'ACH_AIPerformanceVote8'),
(3678, 'COK08'),
(3679, 'ACH_AIPerformanceVote7'),
(3680, 'COK05'),
(3681, 'ACH_AIPerformanceVote6'),
(3682, 'COK06'),
(3683, 'ACH_AIPerformanceVote5'),
(3684, 'UK077_HHUK'),
(3685, 'ACH_AIPerformanceVote9'),
(3686, 'NEH_HHSG'),
(3687, 'COK12'),
(3688, 'COK13'),
(3689, 'COK14'),
(3690, 'COK15'),
(3691, 'COK16'),
(3692, 'PET14_LION'),
(3693, 'COK17'),
(3694, 'COK18'),
(3695, 'COK19'),
(3696, 'ACH_RespectEarned10_HHCA'),
(3697, 'COK10'),
(3698, 'COK11'),
(3699, 'Z67_HHCA'),
(3700, 'GM1'),
(3701, 'GM2'),
(3702, 'GM3'),
(3703, 'GM4'),
(3704, 'UK028_HHUK'),
(3705, 'ACH_GuideRequestHandler1'),
(3706, 'ACH_GuideRequestHandler2'),
(3707, 'DK5_HHUK'),
(3708, 'ACH_GuideRequestHandler3'),
(3709, 'ACH_GuideRequestHandler4'),
(3710, 'ACH_GuideRequestHandler5'),
(3711, 'COK29'),
(3712, 'ACH_GuideRequestHandler7'),
(3713, 'ACH_GuideRequestHandler6'),
(3714, 'COK27'),
(3715, 'ACH_GuideRequestHandler9'),
(3716, 'COK28'),
(3717, 'ACH_GuideRequestHandler8'),
(3718, 'COK25'),
(3719, 'GLB'),
(3720, 'COK26'),
(3721, 'GLA'),
(3722, 'COK23'),
(3723, 'GLD'),
(3724, 'COK24'),
(3725, 'ACH_HorseQuestCompleted'),
(3726, 'GLC'),
(3727, 'COK21'),
(3728, 'GLF'),
(3729, 'COK22'),
(3730, 'GLE'),
(3731, 'GLH'),
(3732, 'COK20'),
(3733, 'GLG'),
(3734, 'GLJ'),
(3735, 'GLI'),
(3736, 'GLK'),
(3737, 'MTV10'),
(3738, 'PET16_MONKEY'),
(3739, 'COK30'),
(3740, 'COK31');

-- --------------------------------------------------------

--
-- Struttura della tabella `bans`
--

CREATE TABLE IF NOT EXISTS `bans` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`bantype` enum('user','ip') NOT NULL DEFAULT 'user',
`value` varchar(50) NOT NULL,
`reason` text NOT NULL,
`expire` double NOT NULL DEFAULT '0',
`added_by` varchar(50) NOT NULL,
`added_date` varchar(50) NOT NULL,
`appeal_state` enum('0','1','2') NOT NULL DEFAULT '1',
`ipaddress` varchar(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `bans`
--

INSERT INTO `bans` (`id`, `bantype`, `value`, `reason`, `expire`, `added_by`, `added_date`, `appeal_state`, `ipaddress`) VALUES
(1, 'ip', '216.218.203.24', '', 1751291410, 'Checco', 'sabato 1 febbraio 2014', '1', NULL);

-- --------------------------------------------------------

--
-- Struttura della tabella `bots`
--

CREATE TABLE IF NOT EXISTS `bots` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`room_id` int(10) unsigned NOT NULL DEFAULT '0',
`ai_type` enum('generic','guide','pet') NOT NULL DEFAULT 'generic',
`name` varchar(100) NOT NULL,
`motto` varchar(120) NOT NULL,
`look` text NOT NULL,
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` int(11) NOT NULL DEFAULT '0',
`rotation` int(11) NOT NULL DEFAULT '0',
`walk_mode` enum('stand','freeroam','specified_range') NOT NULL DEFAULT 'stand',
`min_x` int(11) NOT NULL DEFAULT '0',
`min_y` int(11) NOT NULL DEFAULT '0',
`max_x` int(11) NOT NULL DEFAULT '0',
`max_y` int(11) NOT NULL DEFAULT '0',
`effect` int(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `room_id` (`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `bots`
--

INSERT INTO `bots` (`id`, `room_id`, `ai_type`, `name`, `motto`, `look`, `x`, `y`, `z`, `rotation`, `walk_mode`, `min_x`, `min_y`, `max_x`, `max_y`, `effect`) VALUES
(1, 1, 'generic', 'Harry', 'Benvenuto in Hotel!', 'hd-180-7.sh-290-110.lg-270-91.ch-809-62.hr-828-45', 9, 19, 0, 2, 'stand', 8, 16, 9, 24, 0),
(2, 0, 'guide', 'BOT-Chesterfield', 'Qui per aiutarti!', 'hr-828-45.lg-285-64.ch-215-110.hd-180-2.sh-290-62.he-1607-', 0, 0, 0, 0, 'freeroam', 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `bots_responses`
--

CREATE TABLE IF NOT EXISTS `bots_responses` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`bot_id` int(10) unsigned NOT NULL,
`keywords` text NOT NULL,
`response_text` varchar(200) NOT NULL,
`mode` enum('say','shout','whisper') NOT NULL DEFAULT 'say',
`serve_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `bot_id` (`bot_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dump dei dati per la tabella `bots_responses`
--

INSERT INTO `bots_responses` (`id`, `bot_id`, `keywords`, `response_text`, `mode`, `serve_id`) VALUES
(1, 1, 'hey;hello;hallo;hai;hoi;howdy;hi;ciao', 'Ciao!', 'say', 0),
(2, 1, 'drink;cola;food;order;buy;ice', 'Non si può ordinare qualcosa qui. Ti sembra un bar questo?', 'say', 0),
(3, 1, 'harry', 'Sono io!', 'say', 0),
(5, 1, 'love;amore', 'L''amore è una cosa strana..', 'say', 0),
(6, 1, 'dust;dusty;dirty;filthy;disgusting;eww', 'Stai chiamando la mia hall sporca??', 'shout', 0),
(7, 1, 'sussurrami harry', 'Ti piace essere sussurrato... ?', 'whisper', 0),
(8, 1, 'yes;yep;definitely;yeah;uh-huh;no;nope;never;nay', 'Oh, beh, se lo dici tu...', 'say', 0),
(9, 2, 'dutch;italian;sweedish;french;spanish;polish;portugese;brazillian;inglaise;anglais;hola;bonjour;nederlands;engels;swedish;language;german;deutsch', 'Questo è un hotel italiano! Si prega di parlare italiano o punizione facciale!', 'shout', 0),
(10, 2, 'help;halp', 'Io sono qui per aiutarti! Se c''è qualcosa per cui non posso rispondere, utilizza lo strumento di guida a sinistra!', 'say', 0),
(11, 2, 'job;badge;plz;please;pls', 'Si prega di non chiedere l''elemosina ai membri dello staff! Li infastidiscono e diminuiranno le probabilità di diventare staffer!', 'say', 0),
(12, 2, 'cred;credz;creds;credits;coins', 'I crediti sono dati a intervalli casuali. Controlla il sito per maggiori informazioni.', 'say', 0),
(13, 2, 'mod;admin;staff', 'Il nostro staff è qui per migliorare la tua Retro-esperienza!', 'say', 0),
(14, 2, 'furni;decorate;walls;floor;windows;sofa;chair;table', 'Se si vuole decorare, acquistare alcuni oggetti dal catalogo e metterli nella tua stanza!', 'say', 0),
(15, 2, 'pixels', 'È possibile ottenere pixel rimanendo on-line e ottenendo risultati!', 'say', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `bots_speech`
--

CREATE TABLE IF NOT EXISTS `bots_speech` (
`bot_id` int(10) unsigned NOT NULL,
`text` varchar(200) NOT NULL,
`shout` enum('0','1') NOT NULL DEFAULT '0',
KEY `bot_id` (`bot_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `bots_speech`
--

INSERT INTO `bots_speech` (`bot_id`, `text`, `shout`) VALUES
(1, '*starnutisce*', '1'),
(1, 'Quando inizia la mia pausa? Sono qui in piedi da anni..', '0'),
(1, 'I miei piedi addolorati.. :emoji_slight_frown:', '0'),
(1, '*sbadiglia*', '0'),
(1, 'Perché è sempre così tranquillo qui? Mi sento così solo..', '0'),
(1, 'Non pensare neppure di chiedermi un drink.. Questo non è un bar!', '0'),
(2, 'I crediti sono distribuiti in modo regolare :emoji_slight_smile:', '0'),
(2, 'Ci sono sempre le competizioni in corso per guadagnare più crediti e rari!', '0'),
(2, 'E'' sempre bene scambiare i tuoi rari! Condividere la ricchezza.', '0'),
(2, 'Hai controllato le tue vendite nel mercatino nel catalogo?', '0'),
(2, 'Alla ricerca di un posto tranquillo? Andate a trovare una bella sala relax pubblica nel navigatore :emoji_slight_smile:', '0'),
(2, 'Il nostro staff è qui per aiutarti!', '0'),
(2, 'I rari vengono distribuiti a concorsi e manifestazioni, così come alcuni nel catalogo per tutti gli utenti.', '0'),
(2, 'Trovato un bug? Hai un suggerimento? Inviaci una richiesta di aiuto!', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_items`
--

CREATE TABLE IF NOT EXISTS `catalog_items` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`page_id` int(11) NOT NULL,
`item_ids` varchar(120) NOT NULL,
`catalog_name` varchar(100) NOT NULL,
`cost_credits` int(11) NOT NULL,
`cost_pixels` int(11) NOT NULL,
`cost_snow` int(11) NOT NULL DEFAULT '0',
`amount` int(11) NOT NULL,
`vip` enum('0','1','2') NOT NULL DEFAULT '0',
`achievement` int(4) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4294967296 ;

--
-- Dump dei dati per la tabella `catalog_items`
--

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(1, 345123, '19942', 'byesw_hand', 0, 10, 4, 1, '0', 0),
(2, 345123, '19943', 'byesw_hotel', 0, 10, 4, 1, '0', 0),
(3014, 15, '19896', 'wallpaper_single_114', 3, 0, 0, 1, '0', 0),
(3015, 15, '19896', 'wallpaper_single_115', 3, 0, 0, 1, '0', 0),
(3016, 15, '19896', 'wallpaper_single_201', 3, 0, 0, 1, '0', 0),
(3017, 15, '19896', 'wallpaper_single_202', 3, 0, 0, 1, '0', 0),
(3018, 15, '19896', 'wallpaper_single_203', 3, 0, 0, 1, '0', 0),
(3019, 15, '19896', 'wallpaper_single_204', 3, 0, 0, 1, '0', 0),
(3020, 15, '19896', 'wallpaper_single_204', 3, 0, 0, 1, '0', 0),
(3021, 15, '19896', 'wallpaper_single_205', 3, 0, 0, 1, '0', 0),
(3022, 15, '19896', 'wallpaper_single_206', 3, 0, 0, 1, '0', 0),
(3023, 15, '19896', 'wallpaper_single_207', 3, 0, 0, 1, '0', 0),
(3024, 15, '19896', 'wallpaper_single_208', 3, 0, 0, 1, '0', 0),
(3025, 15, '19896', 'wallpaper_single_209', 3, 0, 0, 1, '0', 0),
(3013, 15, '19896', 'wallpaper_single_113', 3, 0, 0, 1, '0', 0),
(3012, 15, '19896', 'wallpaper_single_112', 3, 0, 0, 1, '0', 0),
(3011, 15, '19896', 'wallpaper_single_111', 3, 0, 0, 1, '0', 0),
(3010, 15, '19896', 'wallpaper_single_110', 3, 0, 0, 1, '0', 0),
(3009, 15, '19896', 'wallpaper_single_109', 3, 0, 0, 1, '0', 0),
(3008, 15, '19896', 'wallpaper_single_108', 3, 0, 0, 1, '0', 0),
(3007, 15, '19896', 'wallpaper_single_107', 3, 0, 0, 1, '0', 0),
(3006, 15, '19896', 'wallpaper_single_106', 3, 0, 0, 1, '0', 0),
(3005, 15, '19896', 'wallpaper_single_105', 3, 0, 0, 1, '0', 0),
(3004, 15, '19896', 'wallpaper_single_104', 3, 0, 0, 1, '0', 0),
(3003, 15, '19896', 'wallpaper_single_103', 3, 0, 0, 1, '0', 0),
(3002, 15, '19896', 'wallpaper_single_102', 3, 0, 0, 1, '0', 0),
(3001, 15, '19896', 'wallpaper_single_101', 3, 0, 0, 1, '0', 0),
(72, 55, '1', 'shelves_norja', 3, 0, 0, 1, '0', 0),
(71, 55, '6', 'table_norja_med', 4, 0, 0, 1, '0', 0),
(73, 55, '14', 'couch_norja', 4, 0, 0, 1, '0', 0),
(74, 55, '15', 'chair_norja', 3, 0, 0, 1, '0', 0),
(75, 55, '173', 'soft_sofachair_norja', 3, 0, 0, 1, '0', 0),
(76, 55, '174', 'soft_sofa_norja', 4, 0, 0, 1, '0', 0),
(101, 55, '501', 'shelves_norja*9', 3, 0, 0, 1, '0', 0),
(78, 55, '479', 'table_norja_med*2', 3, 0, 0, 1, '0', 0),
(79, 55, '480', 'table_norja_med*3', 3, 0, 0, 1, '0', 0),
(80, 55, '481', 'table_norja_med*4', 3, 0, 0, 1, '0', 0),
(81, 55, '482', 'table_norja_med*5', 3, 0, 0, 1, '0', 0),
(82, 55, '483', 'table_norja_med*6', 3, 0, 0, 1, '0', 0),
(83, 55, '484', 'table_norja_med*7', 3, 0, 0, 1, '0', 0),
(85, 55, '485', 'table_norja_med*8', 3, 0, 0, 1, '0', 0),
(86, 55, '486', 'table_norja_med*9', 3, 0, 0, 1, '0', 0),
(87, 55, '487', 'couch_norja*2', 4, 0, 0, 1, '0', 0),
(88, 55, '488', 'couch_norja*3', 4, 0, 0, 1, '0', 0),
(89, 55, '489', 'couch_norja*4', 4, 0, 0, 1, '0', 0),
(90, 1, '490', 'couch_norja*5', 4, 0, 0, 1, '0', 0),
(91, 55, '491', 'couch_norja*6', 4, 0, 0, 1, '0', 0),
(92, 55, '492', 'couch_norja*7', 4, 0, 0, 1, '0', 0),
(93, 55, '493', 'couch_norja*8', 4, 0, 0, 1, '0', 0),
(94, 55, '494', 'couch_norja*9', 4, 0, 0, 1, '0', 0),
(95, 55, '495', 'shelves_norja*2', 3, 0, 0, 1, '0', 0),
(96, 55, '496', 'shelves_norja*3', 3, 0, 0, 1, '0', 0),
(97, 55, '497', 'shelves_norja*5', 3, 0, 0, 1, '0', 0),
(98, 55, '498', 'shelves_norja*6', 3, 0, 0, 1, '0', 0),
(99, 55, '499', 'shelves_norja*7', 3, 0, 0, 1, '0', 0),
(100, 55, '500', 'shelves_norja*8', 3, 0, 0, 1, '0', 0),
(140, 30, '2', 'shelves_polyfon', 3, 0, 0, 1, '0', 0),
(103, 55, '502', 'chair_norja*2', 3, 0, 0, 1, '0', 0),
(104, 55, '503', 'chair_norja*3', 3, 0, 0, 1, '0', 0),
(105, 55, '504', 'chair_norja*4', 3, 0, 0, 1, '0', 0),
(106, 55, '505', 'chair_norja*5', 3, 0, 0, 1, '0', 0),
(107, 55, '506', 'chair_norja*6', 3, 0, 0, 1, '0', 0),
(108, 55, '507', 'chair_norja*7', 3, 0, 0, 1, '0', 0),
(109, 55, '508', 'chair_norja*8', 3, 0, 0, 1, '0', 0),
(110, 55, '509', 'chair_norja*9', 3, 0, 0, 1, '0', 0),
(111, 55, '518', 'soft_sofa_norja*2', 4, 0, 0, 1, '0', 0),
(112, 55, '519', 'soft_sofa_norja*3', 4, 0, 0, 1, '0', 0),
(113, 55, '520', 'soft_sofa_norja*4', 3, 0, 0, 1, '0', 0),
(114, 55, '521', 'soft_sofa_norja*5', 4, 0, 0, 1, '0', 0),
(115, 55, '522', 'soft_sofa_norja*6', 4, 0, 0, 1, '0', 0),
(116, 55, '523', 'soft_sofa_norja*7', 4, 0, 0, 1, '0', 0),
(391, 28, '1375', 'xmas08_icerug', 75, 0, 0, 25, '0', 0),
(118, 55, '524', 'soft_sofa_norja*8', 4, 0, 0, 1, '0', 0),
(387, 28, '1366', 'xmas08_trph1', 600, 0, 0, 1, '0', 0),
(386, 28, '1364', 'xmas08_snowpl', 75, 0, 0, 25, '0', 0),
(121, 55, '525', 'soft_sofa_norja*9', 4, 0, 0, 1, '0', 0),
(123, 55, '526', 'soft_sofachair_norja*2', 3, 0, 0, 1, '0', 0),
(124, 55, '527', 'soft_sofachair_norja*3', 3, 0, 0, 1, '0', 0),
(125, 55, '528', 'soft_sofachair_norja*3', 3, 0, 0, 1, '0', 0),
(126, 55, '530', 'soft_sofachair_norja*6', 3, 0, 0, 1, '0', 0),
(127, 55, '531', 'soft_sofachair_norja*7', 3, 0, 0, 1, '0', 0),
(128, 55, '529', 'soft_sofachair_norja*5', 3, 0, 0, 1, '0', 0),
(129, 55, '532', 'soft_sofachair_norja*8', 3, 0, 0, 1, '0', 0),
(130, 55, '533', 'soft_sofachair_norja*9', 3, 0, 0, 1, '0', 0),
(131, 55, '658', 'solarium_norja', 3, 0, 0, 1, '0', 0),
(132, 55, '659', 'solarium_norja*1', 3, 0, 0, 1, '0', 0),
(133, 55, '660', 'solarium_norja*2', 3, 0, 0, 1, '0', 0),
(134, 55, '661', 'solarium_norja*3', 3, 0, 0, 1, '0', 0),
(135, 55, '662', 'solarium_norja*5', 3, 0, 0, 1, '0', 0),
(136, 55, '663', 'solarium_norja*6', 3, 0, 0, 1, '0', 0),
(137, 55, '664', 'solarium_norja*7', 3, 0, 0, 1, '0', 0),
(138, 55, '665', 'solarium_norja*8', 3, 0, 0, 1, '0', 0),
(139, 55, '666', 'solarium_norja*9', 3, 0, 0, 1, '0', 0),
(141, 30, '4', 'table_polyfon_small', 2, 0, 0, 1, '0', 0),
(142, 30, '5', 'chair_polyfon', 3, 0, 0, 1, '0', 0),
(143, 30, '11', 'stand_polyfon_z', 1, 0, 0, 1, '0', 0),
(144, 30, '16', 'table_polyfon_med', 3, 0, 0, 1, '0', 0),
(145, 30, '19', 'sofachair_polyfon', 3, 0, 0, 1, '0', 0),
(146, 30, '20', 'sofa_polyfon', 4, 0, 0, 1, '0', 0),
(147, 30, '25', 'bed_polyfon', 4, 0, 0, 1, '0', 0),
(148, 30, '26', 'bed_polyfon_one', 3, 0, 0, 1, '0', 0),
(149, 30, '109', 'bar_polyfon', 3, 0, 0, 1, '0', 0),
(150, 30, '46', 'fireplace_polyfon', 5, 0, 0, 1, '0', 0),
(152, 30, '112', 'bardesk_polyfon', 3, 0, 0, 1, '0', 0),
(153, 30, '113', 'bardeskcorner_polyfon', 3, 0, 0, 1, '0', 0),
(154, 30, '133', 'table_polyfon', 4, 0, 0, 1, '0', 0),
(155, 30, '134', 'smooth_table_polyfon', 4, 0, 0, 1, '0', 0),
(156, 31, '135', 'sofachair_polyfon_girl', 3, 0, 0, 1, '0', 0),
(157, 31, '136', 'bed_polyfon_girl_one', 3, 0, 0, 1, '0', 0),
(158, 31, '137', 'bed_polyfon_girl', 4, 0, 0, 1, '0', 0),
(159, 31, '138', 'sofa_polyfon_girl', 4, 0, 0, 1, '0', 0),
(160, 31, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0', 0),
(161, 31, '612', 'bardesk_polyfon*5', 3, 0, 0, 1, '0', 0),
(162, 31, '628', 'divider_poly3*5', 6, 0, 0, 1, '0', 0),
(163, 30, '216', 'divider_poly3', 6, 0, 0, 1, '0', 0),
(260, 26, '1804', 'dimmer_fuse2', 6, 0, 0, 1, '0', 0),
(259, 26, '1803', 'dimmer_swtch', 3, 0, 0, 1, '0', 0),
(166, 30, '582', 'sofachair_polyfon*2', 3, 0, 0, 1, '0', 0),
(258, 26, '1802', 'dimmer_fuse6', 6, 0, 0, 1, '0', 0),
(168, 30, '583', 'sofachair_polyfon*3', 3, 0, 0, 1, '0', 0),
(383, 178, '1798', 'ktchn_wall', 20, 0, 0, 5, '0', 0),
(170, 30, '584', 'sofachair_polyfon*4', 3, 0, 0, 1, '0', 0),
(171, 30, '585', 'sofachair_polyfon*6', 3, 0, 0, 1, '0', 0),
(172, 30, '586', 'sofachair_polyfon*7', 3, 0, 0, 1, '0', 0),
(173, 30, '587', 'sofachair_polyfon*8', 3, 0, 0, 1, '0', 0),
(174, 30, '588', 'sofachair_polyfon*9', 3, 0, 0, 1, '0', 0),
(175, 30, '589', 'sofa_polyfon*2', 4, 0, 0, 1, '0', 0),
(176, 30, '590', 'sofa_polyfon*3', 4, 0, 0, 1, '0', 0),
(177, 30, '591', 'sofa_polyfon*3', 4, 0, 0, 1, '0', 0),
(178, 30, '592', 'sofa_polyfon*6', 3, 0, 0, 1, '0', 0),
(179, 30, '593', 'sofa_polyfon*7', 3, 0, 0, 1, '0', 0),
(180, 30, '594', 'sofa_polyfon*8', 4, 0, 0, 1, '0', 0),
(181, 30, '595', 'sofa_polyfon*9', 4, 0, 0, 1, '0', 0),
(182, 30, '596', 'bed_polyfon*3', 4, 0, 0, 1, '0', 0),
(183, 30, '597', 'bed_polyfon*4', 4, 0, 0, 1, '0', 0),
(184, 30, '598', 'bed_polyfon*6', 4, 0, 0, 1, '0', 0),
(185, 30, '599', 'bed_polyfon*7', 4, 0, 0, 1, '0', 0),
(186, 30, '600', 'bed_polyfon*8', 4, 0, 0, 1, '0', 0),
(187, 30, '601', 'bed_polyfon*9', 4, 0, 0, 1, '0', 0),
(188, 30, '602', 'bed_polyfon_one*2', 3, 0, 0, 1, '0', 0),
(189, 30, '603', 'bed_polyfon_one*3', 3, 0, 0, 1, '0', 0),
(190, 30, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0', 0),
(191, 30, '605', 'bed_polyfon_one*6', 3, 0, 0, 1, '0', 0),
(192, 30, '606', 'bed_polyfon_one*7', 3, 0, 0, 1, '0', 0),
(193, 30, '607', 'bed_polyfon_one*8', 3, 0, 0, 1, '0', 0),
(194, 30, '608', 'bed_polyfon_one*9', 3, 0, 0, 1, '0', 0),
(195, 30, '609', 'bardesk_polyfon*2', 3, 0, 0, 1, '0', 0),
(196, 30, '610', 'bardesk_polyfon*3', 3, 0, 0, 1, '0', 0),
(197, 30, '611', 'bardesk_polyfon*4', 3, 0, 0, 1, '0', 0),
(198, 30, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0', 0),
(199, 30, '613', 'bardesk_polyfon*6', 3, 0, 0, 1, '0', 0),
(200, 30, '614', 'bardesk_polyfon*7', 3, 0, 0, 1, '0', 0),
(201, 615, '615', 'bardesk_polyfon*8', 3, 0, 0, 1, '0', 0),
(202, 30, '616', 'bardesk_polyfon*9', 3, 0, 0, 1, '0', 0),
(203, 30, '616', 'bardesk_polyfon*9', 3, 0, 0, 1, '0', 0),
(204, 30, '617', 'bardeskcorner_polyfon*2', 3, 0, 0, 1, '0', 0),
(205, 30, '618', 'bardeskcorner_polyfon*3', 3, 0, 0, 1, '0', 0),
(206, 30, '619', 'bardeskcorner_polyfon*4', 3, 0, 0, 1, '0', 0),
(207, 30, '621', 'bardeskcorner_polyfon*6', 3, 0, 0, 1, '0', 0),
(208, 30, '622', 'bardeskcorner_polyfon*7', 3, 0, 0, 1, '0', 0),
(209, 30, '623', 'bardeskcorner_polyfon*8', 3, 0, 0, 1, '0', 0),
(210, 30, '624', 'bardeskcorner_polyfon*9', 3, 0, 0, 1, '0', 0),
(222, 35, '32', 'bed_armas_two', 4, 0, 0, 1, '0', 0),
(212, 30, '625', 'divider_poly3*2', 6, 0, 0, 1, '0', 0),
(213, 30, '626', 'divider_poly3*3', 6, 0, 0, 1, '0', 0),
(214, 30, '627', 'divider_poly3*4', 6, 0, 0, 1, '0', 0),
(215, 30, '629', 'divider_poly3*6', 6, 0, 0, 1, '0', 0),
(2138, 142, '329', 'toy1*3', 3, 0, 0, 1, '0', 0),
(2335, 129, '1502', 'bump_road', 10, 0, 0, 20, '0', 0),
(218, 30, '632', 'divider_poly3*9', 6, 0, 0, 1, '0', 0),
(2118, 5, '20060', 'DEAL_HC_1', 100, 0, 0, 1, '0', 0),
(390, 28, '1373', 'xmas08_icetree', 4, 0, 0, 1, '0', 0),
(224, 35, '36', 'bench_armas', 3, 0, 0, 1, '0', 0),
(225, 35, '37', 'table_armas', 4, 0, 0, 1, '0', 0),
(226, 35, '38', 'small_table_armas', 3, 0, 0, 1, '0', 0),
(227, 35, '39', 'small_chair_armas', 1, 0, 0, 1, '0', 0),
(228, 35, '40', 'fireplace_armas', 5, 0, 0, 1, '0', 0),
(229, 35, '41', 'lamp_armas', 3, 0, 0, 1, '0', 0),
(230, 35, '42', 'bed_armas_one', 3, 0, 0, 1, '0', 0),
(231, 35, '44', 'carpet_armas', 3, 0, 0, 1, '0', 0),
(232, 35, '115', 'bar_armas', 4, 0, 0, 1, '0', 0),
(233, 35, '116', 'bartable_armas', 4, 0, 0, 1, '0', 0),
(234, 35, '117', 'bar_chair_armas', 1, 0, 0, 1, '0', 0),
(235, 35, '176', 'lamp2_armas', 3, 0, 0, 1, '0', 0),
(237, 24, '1693', 'window_single_default', 3, 0, 0, 1, '0', 0),
(238, 24, '1694', 'window_double_default', 4, 0, 0, 1, '0', 0),
(239, 24, '1695', 'noob_window_double', 4, 0, 0, 1, '0', 0),
(240, 24, '1696', 'window_triple', 5, 0, 0, 1, '0', 0),
(241, 24, '1697', 'window_square', 1, 0, 0, 1, '0', 0),
(242, 24, '1698', 'window_romantic_wide', 4, 0, 0, 1, '0', 0),
(243, 24, '1699', 'window_romantic_narrow', 3, 0, 0, 1, '0', 0),
(244, 24, '1700', 'window_grunge', 2, 0, 0, 1, '0', 0),
(245, 24, '1701', 'window_golden', 4, 0, 0, 1, '0', 0),
(246, 24, '1702', 'window_chinese_wide', 6, 0, 0, 1, '0', 0),
(264, 29, '178', 'door', 5, 0, 0, 1, '0', 0),
(248, 24, '1703', 'window_chinese_narrow', 5, 0, 0, 1, '0', 0),
(249, 24, '1704', 'window_basic', 3, 0, 0, 1, '0', 0),
(250, 24, '1705', 'window_70s_wide', 5, 0, 0, 1, '0', 0),
(251, 24, '1706', 'window_70s_narrow', 4, 0, 0, 1, '0', 0),
(261, 26, '1805', 'dimmer_buttn', 3, 0, 0, 1, '0', 0),
(257, 26, '1683', 'roomdimmer', 6, 0, 0, 1, '0', 0),
(254, 24, '1712', 'window_hole', 2, 0, 0, 1, '0', 0),
(255, 24, '1717', 'window_skyscraper', 18, 0, 0, 5, '0', 0),
(389, 28, '1369', 'xmas08_hottub', 5, 0, 0, 1, '0', 0),
(265, 29, '1100', 'teleport_door', 6, 0, 0, 1, '0', 0),
(757, 73, '1787', 'sf_window', 7, 0, 0, 1, '0', 0),
(756, 73, '1614', 'sf_roller', 7, 0, 0, 1, '0', 0),
(268, 29, '1613', 'sf_tele', 5, 0, 0, 1, '0', 0),
(269, 29, '1452', 'lostc_teleport', 5, 0, 0, 1, '0', 0),
(271, 33, '3', 'shelves_silo', 3, 0, 0, 1, '0', 0),
(272, 33, '7', 'table_silo_med', 3, 0, 0, 1, '0', 0),
(273, 33, '12', 'chair_silo', 3, 0, 0, 1, '0', 0),
(274, 33, '13', 'sofa_silo', 3, 0, 0, 1, '0', 0),
(275, 33, '21', 'sofachair_silo', 3, 0, 0, 1, '0', 0),
(276, 33, '29', 'bed_silo_one', 3, 0, 0, 1, '0', 0),
(277, 33, '30', 'bed_silo_two', 4, 0, 0, 1, '0', 0),
(278, 33, '31', 'table_silo_small', 2, 0, 0, 1, '0', 0),
(279, 33, '221', 'divider_silo1', 3, 0, 0, 1, '0', 0),
(280, 33, '223', 'divider_silo2', 3, 0, 0, 1, '0', 0),
(281, 33, '225', 'divider_silo3', 6, 0, 0, 1, '0', 0),
(282, 33, '461', 'barchair_silo', 3, 0, 0, 1, '0', 0),
(283, 33, '534', 'sofachair_silo*2', 3, 0, 0, 1, '0', 0),
(284, 33, '535', 'sofachair_silo*3', 3, 0, 0, 1, '0', 0),
(285, 33, '536', 'sofachair_silo*4', 3, 0, 0, 1, '0', 0),
(286, 33, '537', 'sofachair_silo*5', 3, 0, 0, 1, '0', 0),
(287, 33, '538', 'sofachair_silo*6', 3, 0, 0, 1, '0', 0),
(288, 33, '539', 'sofachair_silo*7', 3, 0, 0, 1, '0', 0),
(289, 33, '540', 'sofachair_silo*8', 3, 0, 0, 1, '0', 0),
(290, 33, '541', 'sofachair_silo*9', 3, 0, 0, 1, '0', 0),
(291, 33, '542', 'table_silo_small*2', 2, 0, 0, 1, '0', 0),
(292, 33, '543', 'table_silo_small*3', 2, 0, 0, 1, '0', 0),
(293, 33, '544', 'table_silo_small*4', 2, 0, 0, 1, '0', 0),
(294, 33, '545', 'table_silo_small*5', 2, 0, 0, 1, '0', 0),
(295, 33, '546', 'table_silo_small*6', 2, 0, 0, 1, '0', 0),
(296, 33, '547', 'table_silo_small*7', 2, 0, 0, 1, '0', 0),
(297, 33, '548', 'table_silo_small*8', 2, 0, 0, 1, '0', 0),
(298, 33, '549', 'table_silo_small*9', 3, 0, 0, 1, '0', 0),
(299, 33, '550', 'divider_silo1*2', 3, 0, 0, 1, '0', 0),
(300, 33, '551', 'divider_silo1*3', 3, 0, 0, 1, '0', 0),
(301, 33, '552', 'divider_silo1*4', 3, 0, 0, 1, '0', 0),
(302, 33, '553', 'divider_silo1*5', 3, 0, 0, 1, '0', 0),
(303, 33, '554', 'divider_silo1*6', 3, 0, 0, 1, '0', 0),
(304, 33, '555', 'divider_silo1*7', 3, 0, 0, 1, '0', 0),
(305, 33, '556', 'divider_silo1*8', 3, 0, 0, 1, '0', 0),
(306, 33, '557', 'divider_silo1*9', 3, 0, 0, 1, '0', 0),
(307, 33, '558', 'divider_silo3*2', 6, 0, 0, 1, '0', 0),
(308, 33, '559', 'divider_silo3*3', 6, 0, 0, 1, '0', 0),
(309, 33, '560', 'divider_silo3*4', 6, 0, 0, 1, '0', 0),
(310, 33, '561', 'divider_silo3*5', 6, 0, 0, 1, '0', 0),
(311, 33, '562', 'divider_silo3*6', 6, 0, 0, 1, '0', 0),
(312, 33, '563', 'divider_silo3*7', 6, 0, 0, 1, '0', 0),
(313, 33, '564', 'divider_silo3*8', 6, 0, 0, 1, '0', 0),
(314, 33, '565', 'divider_silo3*9', 6, 0, 0, 1, '0', 0),
(315, 33, '566', 'table_silo_med*2', 3, 0, 0, 1, '0', 0),
(316, 33, '567', 'table_silo_med*3', 3, 0, 0, 1, '0', 0),
(317, 33, '568', 'table_silo_med*4', 3, 0, 0, 1, '0', 0),
(318, 33, '569', 'table_silo_med*5', 3, 0, 0, 1, '0', 0),
(319, 33, '570', 'table_silo_med*6', 3, 0, 0, 1, '0', 0),
(320, 33, '571', 'table_silo_med*7', 3, 0, 0, 1, '0', 0),
(321, 33, '572', 'table_silo_med*8', 3, 0, 0, 1, '0', 0),
(322, 33, '573', 'table_silo_med*9', 3, 0, 0, 1, '0', 0),
(323, 33, '574', 'sofa_silo*2', 4, 0, 0, 1, '0', 0),
(324, 33, '575', 'sofa_silo*3', 4, 0, 0, 1, '0', 0),
(325, 33, '576', 'sofa_silo*4', 4, 0, 0, 1, '0', 0),
(326, 33, '577', 'sofa_silo*5', 4, 0, 0, 1, '0', 0),
(327, 33, '578', 'sofa_silo*6', 4, 0, 0, 1, '0', 0),
(328, 33, '579', 'sofa_silo*7', 4, 0, 0, 1, '0', 0),
(329, 33, '580', 'sofa_silo*8', 4, 0, 0, 1, '0', 0),
(330, 33, '581', 'sofa_silo*9', 4, 0, 0, 1, '0', 0),
(331, 33, '633', 'chair_silo*2', 3, 0, 0, 1, '0', 0),
(332, 33, '634', 'chair_silo*3', 3, 0, 0, 1, '0', 0),
(333, 33, '635', 'chair_silo*4', 3, 0, 0, 1, '0', 0),
(334, 33, '636', 'chair_silo*5', 3, 0, 0, 1, '0', 0),
(335, 33, '637', 'chair_silo*5', 3, 0, 0, 1, '0', 0),
(336, 33, '638', 'chair_silo*7', 3, 0, 0, 1, '0', 0),
(337, 33, '639', 'chair_silo*8', 3, 0, 0, 1, '0', 0),
(338, 33, '640', 'chair_silo*9', 3, 0, 0, 1, '0', 0),
(339, 33, '657', 'silo_studydesk', 10, 0, 0, 1, '0', 0),
(340, 33, '657', 'silo_studydesk', 10, 0, 0, 1, '0', 0),
(341, 33, '675', 'safe_silo', 3, 0, 0, 1, '0', 0),
(342, 33, '702', 'barchair_silo*2', 3, 0, 0, 1, '0', 0),
(343, 33, '703', 'barchair_silo*3', 3, 0, 0, 1, '0', 0),
(344, 33, '704', 'barchair_silo*4', 3, 0, 0, 1, '0', 0),
(345, 33, '705', 'barchair_silo*5', 3, 0, 0, 1, '0', 0),
(346, 33, '706', 'barchair_silo*6', 3, 0, 0, 1, '0', 0),
(347, 33, '707', 'barchair_silo*6', 3, 0, 0, 1, '0', 0),
(348, 33, '707', 'barchair_silo*7', 3, 0, 0, 1, '0', 0),
(349, 33, '708', 'barchair_silo*8', 3, 0, 0, 1, '0', 0),
(350, 33, '709', 'barchair_silo*9', 3, 0, 0, 1, '0', 0),
(351, 33, '710', 'safe_silo*2', 3, 0, 0, 1, '0', 0),
(352, 33, '711', 'safe_silo*3', 3, 0, 0, 1, '0', 0),
(353, 33, '712', 'safe_silo*4', 3, 0, 0, 1, '0', 0),
(354, 33, '713', 'safe_silo*5', 3, 0, 0, 1, '0', 0),
(355, 33, '714', 'safe_silo*6', 3, 0, 0, 1, '0', 0),
(356, 33, '715', 'safe_silo*7', 3, 0, 0, 1, '0', 0),
(358, 33, '716', 'safe_silo*8', 3, 0, 0, 1, '0', 0),
(359, 33, '717', 'safe_silo*9', 3, 0, 0, 1, '0', 0),
(360, 33, '1043', 'safe_silo_pb', 5, 0, 0, 1, '0', 0),
(364, 178, '1640', 'ktchn_light', 3, 0, 0, 1, '0', 0),
(363, 178, '1639', 'ktchn_stove', 4, 0, 0, 1, '0', 0),
(365, 178, '1641', 'ktchn_plates', 3, 0, 0, 1, '0', 0),
(366, 178, '1642', 'ktchn_countr_1', 3, 0, 0, 1, '0', 0),
(367, 178, '1643', 'ktchn_pots', 5, 0, 0, 1, '0', 0),
(368, 178, '1644', 'ktchn_cornr', 3, 0, 0, 1, '0', 0),
(369, 178, '1645', 'ktchn_desk', 3, 0, 0, 1, '0', 0),
(370, 178, '1646', 'ktchn_trash', 3, 0, 0, 1, '0', 0),
(371, 178, '1647', 'ktchn_countr_2', 4, 0, 0, 1, '0', 0),
(372, 178, '1648', 'ktchn_bBlock', 125, 0, 0, 25, '0', 0),
(373, 178, '1649', 'ktchn_dvdr', 3, 0, 0, 1, '0', 0),
(374, 178, '1650', 'ktchn_inspctr', 5, 0, 0, 1, '0', 0),
(375, 178, '1651', 'ktchn_fridge', 4, 0, 0, 1, '0', 0),
(376, 178, '1653', 'ktchn_sink', 4, 0, 0, 1, '0', 0),
(388, 28, '1368', 'xmas08_table', 3, 0, 0, 1, '0', 0),
(378, 178, '1654', 'ktchn_gate', 6, 0, 0, 1, '0', 0),
(379, 178, '1798', 'ktchn_wall', 8, 0, 0, 1, '0', 0),
(380, 178, '1800', 'ktchn_oven', 3, 0, 0, 1, '0', 0),
(381, 178, '1801', 'ktchn_knives', 3, 0, 0, 1, '0', 0),
(392, 28, '1387', 'xmas08_geysir', 400, 0, 0, 1, '0', 0),
(393, 28, '1391', 'xmas08_lantern', 300, 0, 0, 1, '0', 0),
(394, 28, '1392', 'xmas08_chair', 3, 0, 0, 1, '0', 0),
(395, 29, '1394', 'xmas08_telep', 6, 0, 0, 1, '0', 0),
(396, 28, '1395', 'xmas08_cubetree', 3, 0, 0, 1, '0', 0),
(397, 28, '1397', 'xmas08_dvdr1', 300, 0, 0, 1, '0', 0),
(398, 28, '1398', 'xmas08_hole', 2, 0, 0, 1, '0', 0),
(399, 28, '1401', 'xmas08_dvdr2', 300, 0, 0, 1, '0', 0),
(400, 28, '1413', 'xmas08_trph2', 6, 0, 0, 1, '0', 0),
(401, 28, '1738', 'xmas08_wallpaper', 3, 0, 0, 1, '0', 0),
(402, 28, '1739', 'xmas08_icewall', 300, 0, 0, 1, '0', 0),
(404, 39, '141', 'plant_pineapple', 75, 0, 0, 25, '0', 0),
(405, 39, '142', 'plant_fruittree', 3, 0, 0, 1, '0', 0),
(406, 39, '143', 'plant_small_cactus', 1, 0, 0, 1, '0', 0),
(407, 39, '144', 'plant_bonsai', 50, 0, 0, 25, '0', 0),
(408, 39, '145', 'plant_big_cactus', 3, 0, 0, 1, '0', 0),
(409, 39, '146', 'plant_yukka', 3, 0, 0, 1, '0', 0),
(410, 39, '152', 'plant_sunflower', 3, 0, 0, 1, '0', 0),
(411, 39, '153', 'plant_rose', 3, 0, 0, 1, '0', 0),
(412, 39, '816', 'plant_mazegate', 5, 0, 0, 1, '0', 0),
(413, 39, '817', 'plant_maze', 50, 0, 0, 10, '0', 0),
(414, 39, '818', 'plant_bulrush', 3, 0, 0, 1, '0', 0),
(417, 38, '155', 'bath', 6, 0, 0, 1, '0', 0),
(418, 38, '156', 'sink', 3, 0, 0, 1, '0', 0),
(419, 38, '159', 'tile', 3, 0, 0, 1, '0', 0),
(420, 38, '162', 'tile_red', 3, 0, 0, 1, '0', 0),
(421, 38, '163', 'tile_yell', 3, 0, 0, 1, '0', 0),
(422, 38, '157', 'toilet', 4, 0, 0, 1, '0', 0),
(423, 38, '160', 'toilet_red', 4, 0, 0, 1, '0', 0),
(424, 38, '161', 'toilet_yell', 4, 0, 0, 1, '0', 0),
(425, 38, '158', 'duck', 1, 0, 0, 1, '0', 0),
(426, 34, '1536', 'country_rain', 3, 0, 0, 1, '0', 0),
(427, 34, '1537', 'country_scarecrow', 3, 0, 0, 1, '0', 0),
(428, 34, '1539', 'country_soil', 125, 0, 0, 25, '0', 0),
(429, 34, '1540', 'country_grass', 250, 0, 0, 25, '0', 0),
(430, 34, '1543', 'country_trctr', 4, 0, 0, 1, '0', 0),
(431, 34, '1544', 'country_fnc2', 3, 0, 0, 1, '0', 0),
(432, 34, '1545', 'country_fnc1', 2, 0, 0, 1, '0', 0),
(433, 34, '1546', 'country_well', 3, 0, 0, 1, '0', 0),
(434, 34, '1548', 'country_rbw', 3, 0, 0, 1, '0', 0),
(435, 34, '1549', 'country_wheat', 5, 0, 0, 1, '0', 0),
(436, 34, '1550', 'country_gate', 6, 0, 0, 1, '0', 0),
(437, 34, '1552', 'country_stage', 4, 0, 0, 1, '0', 0),
(438, 34, '1557', 'country_log', 3, 0, 0, 1, '0', 0),
(439, 34, '1558', 'country_fnc3', 3, 0, 0, 1, '0', 0),
(440, 34, '1559', 'country_patio', 1, 0, 0, 1, '0', 0),
(441, 34, '1560', 'country_corner', 3, 0, 0, 1, '0', 0),
(442, 34, '1561', 'country_ditch', 3, 0, 0, 1, '0', 0),
(443, 34, '1777', 'country_forestwall', 4, 0, 0, 1, '0', 0),
(444, 34, '1778', 'country_fp', 4, 0, 0, 1, '0', 0),
(445, 34, '1779', 'country_wall', 3, 0, 0, 1, '0', 0),
(446, 34, '1780', 'country_lantern', 3, 0, 0, 1, '0', 0),
(448, 34, '1779', 'country_wall', 15, 0, 0, 5, '0', 0),
(449, 40, '43', 'carpet_standard', 3, 0, 0, 1, '0', 0),
(450, 40, '45', 'carpet_polar', 3, 0, 0, 1, '0', 0),
(451, 40, '52', 'carpet_standard*1', 3, 0, 0, 1, '0', 0),
(452, 40, '60', 'carpet_standard*2', 3, 0, 0, 1, '0', 0),
(453, 40, '66', 'carpet_standard*3', 3, 0, 0, 1, '0', 0),
(454, 40, '66', 'carpet_standard*3', 3, 0, 0, 1, '0', 0),
(455, 40, '73', 'carpet_standard*4', 3, 0, 0, 1, '0', 0),
(456, 40, '77', 'carpet_standard*5', 3, 0, 0, 1, '0', 0),
(457, 40, '102', 'carpet_standard*6', 3, 0, 0, 1, '0', 0),
(458, 40, '118', 'carpet_soft', 3, 0, 0, 1, '0', 0),
(459, 40, '119', 'carpet_soft*1', 3, 0, 0, 1, '0', 0),
(460, 40, '120', 'carpet_soft*2', 3, 0, 0, 1, '0', 0),
(461, 40, '121', 'carpet_soft*3', 3, 0, 0, 1, '0', 0),
(462, 40, '122', 'carpet_soft*4', 3, 0, 0, 1, '0', 0),
(463, 40, '123', 'carpet_soft*5', 3, 0, 0, 1, '0', 0),
(464, 40, '124', 'carpet_soft*6', 3, 0, 0, 1, '0', 0),
(465, 40, '127', 'carpet_polar*1', 3, 0, 0, 1, '0', 0),
(466, 40, '129', 'carpet_polar*2', 3, 0, 0, 1, '0', 0),
(467, 40, '130', 'carpet_polar*3', 3, 0, 0, 1, '0', 0),
(468, 40, '131', 'carpet_polar*4', 3, 0, 0, 1, '0', 0),
(469, 40, '147', 'carpet_standard*7', 3, 0, 0, 1, '0', 0),
(470, 40, '148', 'carpet_standard*8', 3, 0, 0, 1, '0', 0),
(471, 40, '149', 'carpet_standard*9', 3, 0, 0, 1, '0', 0),
(472, 40, '150', 'carpet_standard*10', 3, 0, 0, 1, '0', 0),
(473, 40, '151', 'carpet_standard*11', 3, 0, 0, 1, '0', 0),
(475, 41, '1781', 'flag_norway', 3, 0, 0, 1, '0', 0),
(476, 41, '1795', 'flag_belgium', 3, 0, 0, 1, '0', 0),
(477, 41, '1796', 'flag_portugal', 3, 0, 0, 1, '0', 0),
(481, 27, '190', 'xm:emoji_relieved:uck', 1, 0, 0, 1, '0', 0),
(482, 27, '263', 'rare_xmas_screen', 6, 0, 0, 1, '0', 0),
(4986, 963162, '4986', 'easter13_egg_0', 4, 0, 0, 1, '0', 0),
(485, 27, '1036', 'xmas_cstl_wall', 5, 0, 0, 1, '0', 0),
(486, 27, '1037', 'xmas_cstl_twr', 5, 0, 0, 1, '0', 0),
(487, 27, '1038', 'xmas_cstl_gate', 5, 0, 0, 1, '0', 0),
(488, 27, '1378', 'xmas_snow', 3, 0, 0, 1, '0', 0),
(489, 27, '1378', 'xmas_snow', 20, 0, 0, 10, '0', 0),
(490, 27, '1676', 'xmas_light', 3, 0, 0, 1, '0', 0),
(513, 27, '193', 'tree3', 3, 0, 0, 1, '0', 0),
(496, 27, '19973', 'xm09_table', 5, 0, 0, 1, '0', 0),
(493, 27, '19971', 'xm09_man_b', 3, 0, 0, 1, '0', 0),
(833, 57, '669', 'chair_china', 3, 0, 0, 1, '0', 0),
(495, 27, '19972', 'xm09_man_c', 3, 0, 0, 1, '0', 0),
(497, 27, '19974', 'xm09_bench', 5, 0, 0, 1, '0', 0),
(2120, 5, '20060', 'DEAL_HC_2', 250, 0, 0, 3, '0', 0),
(499, 27, '19977', 'xm09_forestwall', 3, 0, 0, 1, '0', 0),
(500, 27, '19978', 'xm09_lodgewall', 3, 0, 0, 1, '0', 0),
(501, 27, '19979', 'xm09_bauble_25', 3, 0, 0, 1, '0', 0),
(502, 27, '19976', 'xm09_firwall', 3, 0, 0, 1, '0', 0),
(503, 27, '19980', 'xm09_bauble_26', 3, 0, 0, 1, '0', 0),
(512, 27, '187', 'pudding', 3, 0, 0, 1, '0', 0),
(505, 27, '19982', 'xm09_bauble_27', 3, 0, 0, 1, '0', 0),
(506, 27, '19983', 'xm09_bauble_23', 3, 0, 0, 1, '0', 0),
(507, 27, '19984', 'xm09_bauble_24', 3, 0, 0, 1, '0', 0),
(508, 27, '19985', 'xm09_candyCane', 3, 0, 0, 1, '0', 0),
(509, 27, '19986', 'xm09_stocking', 3, 0, 0, 1, '0', 0),
(514, 27, '194', 'tree4', 3, 0, 0, 1, '0', 0),
(515, 27, '195', 'tree5', 3, 0, 0, 1, '0', 0),
(516, 27, '1039', 'tree7', 3, 0, 0, 1, '0', 0),
(517, 27, '1040', 'tree6', 3, 0, 0, 1, '0', 0),
(518, 27, '1046', 'christmas_sleigh', 6, 0, 0, 1, '0', 0),
(519, 27, '1047', 'christmas_reindeer', 5, 0, 0, 1, '0', 0),
(520, 27, '1048', 'christmas_poop', 1, 0, 0, 1, '0', 0),
(522, 27, '192', 'triplecandle', 3, 0, 0, 1, '0', 0),
(523, 27, '198', 'rcandleset', 3, 0, 0, 1, '0', 0),
(524, 27, '270', 'rcandle', 2, 0, 0, 1, '0', 0),
(555, 77, '1305', 'greek_corner', 3, 0, 0, 1, '0', 0),
(528, 27, '19989', 'xm09_man_a', 3, 0, 0, 1, '0', 0),
(1117, 43, '125', 'red_tv', 3, 0, 0, 1, '0', 0),
(531, 27, '19981', 'xm09_bauble_27', 3, 0, 0, 1, '0', 0),
(532, 28, '1374', 'campfire', 4, 0, 0, 1, '0', 0),
(533, 76, '200', 'valeduck', 1, 0, 0, 1, '0', 0),
(534, 76, '245', 'valentinescreen', 5, 0, 0, 1, '0', 0),
(556, 77, '1306', 'greek_gate', 6, 0, 0, 1, '0', 0),
(536, 76, '811', 'plant_valentinerose*3', 3, 0, 0, 1, '0', 0),
(537, 76, '812', 'plant_valentinerose*5', 3, 0, 0, 1, '0', 0),
(538, 76, '813', 'plant_valentinerose*2', 3, 0, 0, 1, '0', 0),
(539, 76, '814', 'plant_valentinerose*4', 3, 0, 0, 1, '0', 0),
(540, 76, '815', 'plant_valentinerose*1', 3, 0, 0, 1, '0', 0),
(541, 76, '820', 'carpet_valentine', 6, 0, 0, 1, '0', 0),
(542, 76, '1092', 'val_teddy*1', 3, 0, 0, 1, '0', 0),
(543, 76, '1093', 'val_teddy*2', 3, 0, 0, 1, '0', 0),
(544, 76, '1094', 'val_teddy*3', 3, 0, 0, 1, '0', 0),
(545, 76, '1095', 'val_teddy*4', 3, 0, 0, 1, '0', 0),
(546, 76, '1096', 'val_teddy*4', 3, 0, 0, 1, '0', 0),
(547, 76, '1097', 'val_teddy*6', 3, 0, 0, 1, '0', 0),
(548, 76, '1098', 'val_randomizer', 8, 0, 0, 1, '0', 0),
(549, 76, '1099', 'val_choco', 3, 0, 0, 1, '0', 0),
(550, 76, '1669', 'val_heart', 3, 0, 0, 1, '0', 0),
(551, 76, '1656', 'post.it.vd', 3, 0, 0, 30, '0', 0),
(552, 76, '199', 'statue', 4, 0, 0, 1, '0', 0),
(553, 76, '201', 'heartsofa', 3, 0, 0, 1, '0', 0),
(557, 77, '1307', 'greek_pillars', 3, 0, 0, 1, '0', 0),
(558, 77, '1308', 'greek_seat', 2, 0, 0, 1, '0', 0),
(564, 71, '1623', 'rela_candle1', 3, 0, 0, 1, '0', 0),
(99003, 27, '99003', 'qt_xm10_icetiger', 10, 0, 0, 1, '0', 0),
(99002, 27, '99002', 'qt_xm10_stone', 10, 0, 0, 10, '0', 0),
(562, 77, '1312', 'greek_block', 200, 0, 0, 50, '0', 0),
(99001, 27, '99001', 'qt_xm10_icedragon', 10, 0, 0, 1, '0', 0),
(2108, 93, '20051', 'Trofeo Twilight', 10, 0, 0, 1, '0', 0),
(566, 71, '1625', 'rela_candles2', 3, 0, 0, 1, '0', 0),
(766, 72, '796', 'romantique_pianochair*5', 2, 0, 0, 1, '0', 0),
(568, 71, '1627', 'rela_hchair', 5, 0, 0, 1, '0', 0),
(569, 71, '1628', 'rela_candle2', 3, 0, 0, 1, '0', 0),
(570, 71, '1632', 'rela_candle3', 3, 0, 0, 1, '0', 0),
(571, 71, '1634', 'rela_plant', 4, 0, 0, 1, '0', 0),
(572, 71, '1635', 'rela_candles1', 3, 0, 0, 1, '0', 0),
(573, 71, '1636', 'rela_candles3', 3, 0, 0, 1, '0', 0),
(574, 71, '1637', 'rela_orchid', 5, 0, 0, 1, '0', 0),
(575, 71, '1638', 'rela_rock', 4, 0, 0, 1, '0', 0),
(576, 71, '1794', 'rela_wall', 4, 0, 0, 1, '0', 0),
(578, 59, '209', 'basket', 3, 0, 0, 1, '0', 0),
(579, 59, '208', 'bunny', 3, 0, 0, 1, '0', 0),
(580, 59, '207', 'easterduck', 1, 0, 0, 1, '0', 0),
(581, 59, '210', 'birdie', 4, 0, 0, 1, '0', 0),
(584, 56, '1124', 'arabian_teamk', 4, 0, 0, 1, '0', 0),
(585, 56, '1125', 'arabian_snake', 3, 0, 0, 1, '0', 0),
(586, 56, '1126', 'arabian_rug', 6, 0, 0, 1, '0', 0),
(587, 56, '1127', 'arabian_pllw', 3, 0, 0, 1, '0', 0),
(588, 56, '1128', 'arabian_divdr', 3, 0, 0, 1, '0', 0),
(589, 56, '1129', 'arabian_chair', 3, 0, 0, 1, '0', 0),
(590, 56, '1130', 'arabian_bigtb', 6, 0, 0, 1, '0', 0),
(591, 56, '1131', 'arabian_tetbl', 3, 0, 0, 1, '0', 0),
(592, 56, '1132', 'arabian_tray1', 3, 0, 0, 1, '0', 0),
(600, 63, '451', 'sporttrack1*1', 3, 0, 0, 1, '0', 0),
(594, 56, '1134', 'arabian_tray3', 3, 0, 0, 1, '0', 0),
(595, 56, '1135', 'arabian_tray4', 3, 0, 0, 1, '0', 0),
(596, 56, '1688', 'arabian_swords', 4, 0, 0, 1, '0', 0),
(597, 56, '1689', 'arabian_wndw', 2, 0, 0, 1, '0', 0),
(598, 56, '1133', 'arabian_tray2', 3, 0, 0, 1, '0', 0),
(601, 63, '452', 'sporttrack1*3', 3, 0, 0, 1, '0', 0),
(602, 63, '453', 'sporttrack1*2', 3, 0, 0, 1, '0', 0),
(603, 63, '454', 'sporttrack2*1', 3, 0, 0, 1, '0', 0),
(604, 63, '455', 'sporttrack2*2', 3, 0, 0, 1, '0', 0),
(605, 63, '456', 'sporttrack2*3', 3, 0, 0, 1, '0', 0),
(606, 63, '457', 'sporttrack3*1', 3, 0, 0, 1, '0', 0),
(607, 63, '458', 'sporttrack3*2', 3, 0, 0, 1, '0', 0),
(608, 63, '459', 'sporttrack3*3', 3, 0, 0, 1, '0', 0),
(609, 63, '293', 'hockey_light', 4, 0, 0, 1, '0', 0),
(610, 63, '292', 'hockey_score', 5, 0, 0, 1, '0', 0),
(611, 63, '243', 'bench_lego', 3, 0, 0, 1, '0', 0),
(612, 63, '242', 'carpet_legocourt', 4, 0, 0, 1, '0', 0),
(613, 63, '244', 'legotrophy', 3, 0, 0, 1, '0', 0),
(615, 63, '460', 'footylamp', 3, 0, 0, 1, '0', 0),
(617, 64, '1017', 'grunge_chair', 3, 0, 0, 1, '0', 0),
(618, 64, '1018', 'grunge_mattress', 4, 0, 0, 1, '0', 0),
(619, 64, '1019', 'grunge_radiator', 3, 0, 0, 1, '0', 0),
(620, 64, '1020', 'grunge_shelf', 4, 0, 0, 1, '0', 0),
(621, 64, '1022', 'grunge_table', 4, 0, 0, 1, '0', 0),
(622, 64, '1021', 'grunge_sign', 3, 0, 0, 1, '0', 0),
(623, 64, '1110', 'grunge_candle', 2, 0, 0, 1, '0', 0),
(624, 64, '1111', 'grunge_bench', 4, 0, 0, 1, '0', 0),
(625, 64, '1112', 'grunge_barrel', 3, 0, 0, 1, '0', 0),
(626, 64, '1700', 'window_grunge', 2, 0, 0, 1, '0', 0),
(628, 67, '844', 'jp_tatami2', 4, 0, 0, 1, '0', 0),
(629, 67, '845', 'jp_tatami', 3, 0, 0, 1, '0', 0),
(630, 67, '847', 'jp_bamboo', 5, 0, 0, 1, '0', 0),
(631, 67, '848', 'jp_irori', 5, 0, 0, 1, '0', 0),
(632, 67, '849', 'jp_pillow', 2, 0, 0, 1, '0', 0),
(633, 67, '937', 'jp_lantern', 3, 0, 0, 1, '0', 0),
(634, 67, '965', 'jp_drawer', 3, 0, 0, 1, '0', 0),
(635, 67, '1118', 'jp_tray6', 3, 0, 0, 1, '0', 0),
(636, 67, '1119', 'jp_tray5', 3, 0, 0, 1, '0', 0),
(637, 67, '1120', 'jp_tray4', 3, 0, 0, 1, '0', 0),
(638, 67, '1121', 'jp_tray3', 3, 0, 0, 1, '0', 0),
(639, 67, '1122', 'jp_tray2', 3, 0, 0, 1, '0', 0),
(640, 67, '1123', 'jp_tray1', 3, 0, 0, 1, '0', 0),
(641, 67, '1150', 'jp_table', 5, 0, 0, 1, '0', 0),
(642, 67, '1151', 'jp_rare', 6, 0, 0, 1, '0', 0),
(643, 67, '1152', 'jp_katana3', 3, 0, 0, 1, '0', 0),
(644, 67, '1153', 'jp_katana2', 3, 0, 0, 1, '0', 0),
(645, 67, '1154', 'jp_katana1', 3, 0, 0, 1, '0', 0),
(646, 67, '1197', 'jp_teamaker', 4, 0, 0, 1, '0', 0),
(647, 67, '1671', 'jp_ninjastars', 4, 0, 0, 1, '0', 0),
(648, 67, '1685', 'jp_sheet3', 3, 0, 0, 1, '0', 0),
(649, 67, '1686', 'jp_sheet2', 3, 0, 0, 1, '0', 0),
(650, 67, '1687', 'jp_sheet1', 3, 0, 0, 1, '0', 0),
(651, 75, '969', 'summer_grill*1', 3, 0, 0, 1, '0', 0),
(652, 75, '970', 'summer_grill*2', 3, 0, 0, 1, '0', 0),
(653, 75, '971', 'summer_grill*3', 3, 0, 0, 1, '0', 0),
(654, 75, '972', 'summer_grill*4', 3, 0, 0, 1, '0', 0),
(655, 75, '973', 'summer_chair*1', 3, 0, 0, 1, '0', 0),
(656, 75, '974', 'summer_chair*2', 3, 0, 0, 1, '0', 0),
(657, 75, '975', 'summer_chair*3', 3, 0, 0, 1, '0', 0),
(658, 75, '976', 'summer_chair*4', 3, 0, 0, 1, '0', 0),
(659, 75, '977', 'summer_chair*5', 3, 0, 0, 1, '0', 0),
(660, 75, '978', 'summer_chair*6', 3, 0, 0, 1, '0', 0),
(661, 75, '979', 'summer_chair*7', 3, 0, 0, 1, '0', 0),
(662, 75, '980', 'summer_chair*8', 3, 0, 0, 1, '0', 0),
(663, 75, '981', 'summer_chair*9', 3, 0, 0, 1, '0', 0),
(664, 75, '1003', 'summer_pool*1', 5, 0, 0, 1, '0', 0),
(665, 75, '1004', 'summer_pool*2', 5, 0, 0, 1, '0', 0),
(666, 75, '1005', 'summer_pool*3', 5, 0, 0, 1, '0', 0),
(667, 75, '1006', 'summer_pool*4', 5, 0, 0, 1, '0', 0),
(668, 75, '1616', 'summer_raft1', 4, 0, 0, 1, '0', 0),
(669, 75, '1618', 'summer_raft2', 4, 0, 0, 1, '0', 0),
(670, 75, '1620', 'summer_icebox', 3, 0, 0, 1, '0', 0),
(671, 66, '19938', 'hween09_floor', 3, 0, 0, 1, '0', 0),
(672, 66, '19938', 'hween09_floor', 25, 0, 0, 10, '0', 0),
(673, 66, '19939', 'hween09_jar', 3, 0, 0, 1, '0', 0),
(674, 66, '19941', 'hween09_organ', 5, 0, 0, 1, '0', 0),
(675, 66, '19944', 'hween09_table', 6, 0, 0, 1, '0', 0),
(676, 66, '19945', 'hween09_chair', 3, 0, 0, 1, '0', 0),
(677, 66, '19946', 'hween09_mirror', 4, 0, 0, 1, '0', 0),
(678, 66, '19947', 'hween09_hatch', 6, 0, 0, 1, '0', 0),
(679, 66, '19948', 'hween09_ghost', 3, 0, 0, 1, '0', 0),
(680, 66, '19949', 'hween09_tv', 3, 0, 0, 1, '0', 0),
(681, 66, '19950', 'hween09_chandelier', 5, 0, 0, 1, '0', 0),
(682, 66, '19951', 'hween09_crnr1', 3, 0, 0, 1, '0', 0),
(683, 66, '19952', 'hween09_paint', 3, 0, 0, 1, '0', 0),
(684, 66, '19953', 'hween09_treewall', 3, 0, 0, 1, '0', 0),
(685, 66, '19954', 'hween09_wall1', 3, 0, 0, 1, '0', 0),
(686, 66, '19955', 'hween09_stonewall', 3, 0, 0, 1, '0', 0),
(687, 66, '19956', 'hween09_win', 4, 0, 0, 1, '0', 0),
(688, 66, '181', 'pumpkin', 300, 0, 0, 1, '0', 0),
(694, 66, '185', 'deadduck3', 1, 0, 0, 1, '0', 0),
(690, 66, '182', 'skullcandle', 3, 0, 0, 1, '0', 0),
(693, 66, '184', 'deadduck2', 1, 0, 0, 1, '0', 0),
(695, 66, '183', 'deadduck', 1, 0, 0, 1, '0', 0),
(697, 88, '1334', 'hween08_sink', 3, 0, 0, 1, '0', 0),
(698, 88, '1335', 'hween08_curtain', 5, 0, 0, 1, '0', 0),
(699, 88, '1336', 'hween08_bath', 6, 0, 0, 1, '0', 0),
(700, 88, '1337', 'hween08_defibs', 3, 0, 0, 1, '0', 0),
(701, 88, '1338', 'hween08_bbag', 5, 0, 0, 1, '0', 0),
(702, 88, '1339', 'hween08_curtain2', 5, 0, 0, 1, '0', 0),
(703, 88, '1340', 'hween08_defibs2', 3, 0, 0, 1, '0', 0),
(704, 88, '1341', 'hween08_bed', 4, 0, 0, 1, '0', 0),
(705, 88, '1342', 'hween08_sink2', 3, 0, 0, 1, '0', 0),
(706, 88, '1343', 'hween08_bed2', 4, 0, 0, 1, '0', 0),
(707, 88, '1344', 'hween08_bath2', 4, 0, 0, 1, '0', 0),
(708, 88, '1345', 'hween08_manhole', 3, 0, 0, 1, '0', 0),
(709, 88, '1346', 'hween08_trll', 3, 0, 0, 1, '0', 0),
(710, 88, '1721', 'hween08_rad', 3, 0, 0, 1, '0', 0),
(711, 88, '1722', 'hween08_wndwb', 3, 0, 0, 1, '0', 0),
(712, 88, '1723', 'hween08_wndw', 4, 0, 0, 1, '0', 0),
(713, 88, '1724', 'hween08_bio', 3, 0, 0, 1, '0', 0),
(714, 74, '1419', 'bolly_lotus_pool', 4, 0, 0, 1, '0', 0),
(715, 74, '1422', 'bolly_petals', 3, 0, 0, 1, '0', 0),
(716, 74, '1423', 'bolly_tree', 3, 0, 0, 1, '0', 0),
(717, 74, '1424', 'bolly_swing', 4, 0, 0, 1, '0', 0),
(718, 74, '1425', 'bolly_pillow', 3, 0, 0, 1, '0', 0),
(719, 74, '1426', 'bolly_corner', 3, 0, 0, 1, '0', 0),
(720, 74, '1427', 'bolly_phant', 5, 0, 0, 1, '0', 0),
(721, 74, '1428', 'bolly_monkey_lamp', 4, 0, 0, 1, '0', 0),
(722, 74, '1429', 'bolly_drapeb', 4, 0, 0, 1, '0', 0),
(723, 74, '1431', 'bolly_lamp', 3, 0, 0, 1, '0', 0),
(724, 74, '1432', 'bolly_desk', 3, 0, 0, 1, '0', 0),
(725, 74, '1433', 'bolly_vase', 3, 0, 0, 1, '0', 0),
(726, 74, '1434', 'bolly_tile2', 3, 0, 0, 1, '0', 0),
(727, 74, '1435', 'bolly_table', 4, 0, 0, 1, '0', 0),
(728, 74, '1436', 'bolly_drapec', 4, 0, 0, 1, '0', 0),
(729, 74, '1437', 'bolly_fountain', 5, 0, 0, 1, '0', 0),
(735, 73, '1593', 'SF_reactor', 5, 0, 0, 1, '0', 0),
(731, 74, '1439', 'bolly_tile1', 3, 0, 0, 1, '0', 0),
(732, 74, '1440', 'bolly_drapea', 4, 0, 0, 1, '0', 0),
(733, 74, '1749', 'bolly_wdw_wd', 4, 0, 0, 1, '0', 0),
(736, 73, '1594', 'SF_crate_2', 3, 0, 0, 1, '0', 0),
(737, 73, '1595', 'SF_chair_blue', 3, 0, 0, 1, '0', 0),
(738, 73, '1596', 'sf_pod', 4, 0, 0, 1, '0', 0),
(739, 73, '1597', 'SF_panel1', 3, 0, 0, 1, '0', 0),
(740, 73, '1598', 'SF_table', 3, 0, 0, 1, '0', 0),
(741, 73, '1602', 'SF_panel2', 3, 0, 0, 1, '0', 0),
(742, 73, '1603', 'sf_gate', 6, 0, 0, 1, '0', 0),
(743, 73, '1599', 'SF_chair_green', 3, 0, 0, 1, '0', 0),
(744, 73, '1600', 'SF_crate_1', 2, 0, 0, 1, '0', 0),
(745, 73, '1601', 'SF_alien', 4, 0, 0, 1, '0', 0),
(746, 73, '1605', 'SF_floor_2', 3, 0, 0, 1, '0', 0),
(747, 73, '1604', 'SF_panel3', 5, 0, 0, 1, '0', 0),
(748, 73, '1606', 'SF_lamp', 3, 0, 0, 1, '0', 0),
(749, 73, '1607', 'SF_chair_red', 3, 0, 0, 1, '0', 0),
(750, 73, '1608', 'sf_floor', 3, 0, 0, 1, '0', 0),
(751, 73, '1609', 'sf_roof', 5, 0, 0, 1, '0', 0),
(752, 73, '1610', 'sf_stick', 3, 0, 0, 1, '0', 0),
(753, 73, '1611', 'SF_floor_1', 3, 0, 0, 1, '0', 0),
(759, 73, '1791', 'sf_wall3', 6, 0, 0, 1, '0', 0),
(758, 73, '1788', 'sf_wall2', 6, 0, 0, 1, '0', 0),
(765, 72, '795', 'romantique_pianochair*3', 2, 0, 0, 1, '0', 0),
(767, 72, '797', 'romantique_pianochair*2', 2, 0, 0, 1, '0', 0),
(768, 72, '798', 'romantique_pianochair*4', 2, 0, 0, 1, '0', 0),
(769, 72, '799', 'romantique_pianochair*1', 2, 0, 0, 1, '0', 0),
(770, 72, '800', 'romantique_divan*3', 4, 0, 0, 1, '0', 0),
(771, 72, '801', 'romantique_divan*5', 4, 0, 0, 1, '0', 0),
(772, 72, '802', 'romantique_divan*2', 4, 0, 0, 1, '0', 0),
(773, 72, '803', 'romantique_divan*4', 4, 0, 0, 1, '0', 0),
(774, 72, '804', 'romantique_divan*1', 4, 0, 0, 1, '0', 0),
(775, 72, '805', 'romantique_chair*3', 3, 0, 0, 1, '0', 0),
(776, 72, '806', 'romantique_chair*5', 3, 0, 0, 1, '0', 0),
(777, 72, '807', 'romantique_chair*2', 3, 0, 0, 1, '0', 0),
(778, 72, '808', 'romantique_chair*4', 3, 0, 0, 1, '0', 0),
(779, 72, '809', 'romantique_chair*1', 3, 0, 0, 1, '0', 0),
(780, 72, '832', 'romantique_tray2', 3, 0, 0, 1, '0', 0),
(781, 72, '833', 'romantique_tray1', 3, 0, 0, 1, '0', 0),
(782, 72, '834', 'romantique_smalltabl*3', 2, 0, 0, 1, '0', 0),
(783, 72, '835', 'romantique_smalltabl*5', 2, 0, 0, 1, '0', 0),
(784, 72, '836', 'romantique_smalltabl*2', 2, 0, 0, 1, '0', 0),
(785, 72, '837', 'romantique_smalltabl*4', 2, 0, 0, 1, '0', 0),
(786, 72, '838', 'romantique_smalltabl*1', 2, 0, 0, 1, '0', 0),
(787, 72, '839', 'romantique_mirrortabl', 3, 0, 0, 1, '0', 0),
(788, 72, '840', 'romantique_divider*3', 3, 0, 0, 1, '0', 0),
(789, 72, '841', 'romantique_divider*2', 3, 0, 0, 1, '0', 0),
(790, 72, '842', 'romantique_divider*4', 3, 0, 0, 1, '0', 0),
(791, 72, '843', 'romantique_divider*1', 3, 0, 0, 1, '0', 0),
(792, 72, '891', 'romantique_clock', 5, 0, 0, 1, '0', 0),
(793, 69, '1347', 'party_table', 3, 0, 0, 1, '0', 0),
(794, 69, '1348', 'party_discol', 5, 0, 0, 1, '0', 0),
(795, 69, '1349', 'party_block2', 4, 0, 0, 1, '0', 0),
(796, 69, '1350', 'party_barcorn', 3, 0, 0, 1, '0', 0),
(797, 69, '1351', 'party_chair', 3, 0, 0, 1, '0', 0),
(798, 69, '1352', 'party_block', 2, 0, 0, 1, '0', 0),
(799, 69, '1353', 'party_ravel', 5, 0, 0, 1, '0', 0),
(800, 69, '1354', 'party_tube_lava', 4, 0, 0, 1, '0', 0),
(801, 69, '1355', 'party_tray', 3, 0, 0, 1, '0', 0),
(802, 69, '1356', 'party_djtable', 4, 0, 0, 1, '0', 0),
(803, 69, '1357', 'party_floor', 300, 0, 0, 1, '0', 0),
(804, 69, '1358', 'party_ball', 3, 0, 0, 1, '0', 0),
(805, 69, '1359', 'party_tube_bubble', 4, 0, 0, 1, '0', 0),
(806, 69, '1360', 'party_mic', 3, 0, 0, 1, '0', 0),
(807, 69, '1361', 'party_beamer', 5, 0, 0, 1, '0', 0),
(808, 69, '1362', 'party_bardesk', 3, 0, 0, 1, '0', 0),
(809, 69, '1363', 'party_seat', 3, 0, 0, 1, '0', 0),
(810, 69, '1729', 'party_wc_boy', 3, 0, 0, 1, '0', 0),
(811, 69, '1730', 'party_led', 4, 0, 0, 1, '0', 0),
(812, 69, '1731', 'party_neon5', 3, 0, 0, 1, '0', 0),
(813, 69, '1732', 'party_neon1', 3, 0, 0, 1, '0', 0),
(814, 69, '1733', 'party_neon2', 3, 0, 0, 1, '0', 0),
(815, 69, '1734', 'party_wc_girl', 3, 0, 0, 1, '0', 0),
(816, 69, '1735', 'party_neon3', 3, 0, 0, 1, '0', 0),
(817, 69, '1736', 'party_shelf', 4, 0, 0, 1, '0', 0),
(818, 69, '1737', 'party_neon4', 3, 0, 0, 1, '0', 0),
(822, 29, '179', 'doorB', 3, 0, 0, 1, '0', 0),
(821, 29, '180', 'doorC', 4, 0, 0, 1, '0', 0),
(824, 94, '227', 'spyro', 10, 0, 0, 1, '0', 0),
(825, 94, '202', 'throne', 0, 0, 0, 1, '0', 0),
(826, 345123, '203', 'Samovar Russo', 0, 10, 4, 1, '0', 0),
(25034, 345123, '654321864', 'Holo Frank', 0, 50, 4, 1, '0', 0),
(1118, 43, '126', 'wood_tv', 4, 0, 0, 1, '0', 0),
(830, 94, '273', 'djesko_turntable', 10, 0, 0, 1, '0', 0),
(834, 57, '670', 'china_table', 3, 0, 0, 1, '0', 0),
(835, 57, '682', 'china_shelve', 4, 0, 0, 1, '0', 0),
(836, 57, '700', 'wall_china', 4, 0, 0, 1, '0', 0),
(837, 57, '701', 'corner_china', 4, 0, 0, 1, '0', 0),
(838, 57, '1418', 'china_moongt', 5, 0, 0, 1, '0', 0),
(839, 57, '1420', 'china_ox', 3, 0, 0, 1, '0', 0),
(840, 57, '1746', 'china_pstr2', 3, 0, 0, 1, '0', 0),
(846, 60, '1000', 'exe_rug', 20, 0, 0, 6, '0', 0),
(842, 57, '1747', 'china_light', 3, 0, 0, 1, '0', 0),
(843, 57, '1748', 'china_pstr1', 3, 0, 0, 1, '0', 0),
(845, 60, '1000', 'exe_rug', 4, 0, 0, 1, '0', 0),
(847, 60, '1001', 'exe_s_table', 4, 0, 0, 1, '0', 0),
(848, 60, '1049', 'exe_bardesk', 2, 0, 0, 1, '0', 0),
(849, 60, '1050', 'exe_chair', 3, 0, 0, 1, '0', 0),
(850, 60, '1051', 'exe_chair2', 3, 0, 0, 1, '0', 0),
(851, 60, '1052', 'exe_corner', 2, 0, 0, 1, '0', 0),
(852, 60, '1053', 'exe_drinks', 3, 0, 0, 1, '0', 0),
(853, 60, '1054', 'exe_sofa', 3, 0, 0, 1, '0', 0),
(1758, 123, '1061', 'noob_table*1', 10, 0, 0, 1, '0', 0),
(855, 60, '1055', 'exe_table', 6, 0, 0, 1, '0', 0),
(856, 60, '1091', 'exe_plant', 3, 0, 0, 1, '0', 0),
(857, 60, '1510', 'exe_light', 3, 0, 0, 1, '0', 0),
(858, 60, '1517', 'exe_gate', 6, 0, 0, 1, '0', 0),
(859, 60, '1521', 'exe_cubelight', 3, 0, 0, 1, '0', 0),
(860, 60, '1523', 'exe_artlamp', 3, 0, 0, 1, '0', 0),
(861, 60, '1771', 'exe_map', 5, 0, 0, 1, '0', 0),
(862, 60, '1772', 'exe_wfall', 4, 0, 0, 1, '0', 0),
(863, 58, '1449', 'lc_tile1', 3, 0, 0, 1, '0', 0),
(865, 58, '1451', 'lc_crab2', 3, 0, 0, 1, '0', 0),
(866, 58, '1454', 'lc_coral_divider_hi', 4, 0, 0, 1, '0', 0),
(867, 58, '1456', 'lc_tubes_corners', 3, 0, 0, 1, '0', 0),
(868, 58, '1457', 'lc_table', 4, 0, 0, 1, '0', 0),
(869, 58, '1458', 'lc_tile2', 3, 0, 0, 1, '0', 0),
(870, 58, '1459', 'lc_anemone', 4, 0, 0, 1, '0', 0),
(871, 58, '1461', 'lc_glass_floor', 4, 0, 0, 1, '0', 0),
(872, 58, '1460', 'lc_coral_divider_low', 3, 0, 0, 1, '0', 0),
(874, 58, '1462', 'lc_medusa1', 4, 0, 0, 1, '0', 0),
(875, 58, '1463', 'lc_crab1', 4, 0, 0, 1, '0', 0),
(876, 58, '1466', 'lc_tubes_straight', 3, 0, 0, 1, '0', 0),
(877, 58, '1470', 'lc_corner', 3, 0, 0, 1, '0', 0),
(878, 58, '1471', 'lc_stool', 3, 0, 0, 1, '0', 0),
(879, 58, '1472', 'lc_chair', 3, 0, 0, 1, '0', 0),
(880, 58, '1473', 'lc_desk', 3, 0, 0, 1, '0', 0),
(881, 58, '1755', 'lc_wall1', 5, 0, 0, 1, '0', 0),
(882, 58, '1756', 'lc_window2', 5, 0, 0, 1, '0', 0),
(883, 58, '1757', 'lc_window1', 3, 0, 0, 1, '0', 0),
(884, 58, '1759', 'lc_wall2', 5, 0, 0, 1, '0', 0),
(890, 42, '296', 'a0 prizetrophy3_b', 10, 0, 0, 1, '0', 0),
(889, 42, '295', 'a0 prizetrophy2_b', 10, 0, 0, 1, '0', 0),
(891, 42, '297', 'a0 prizetrophy4_b', 10, 0, 0, 1, '0', 0),
(892, 42, '298', 'a0 prizetrophy5_b', 10, 0, 0, 1, '0', 0),
(893, 42, '299', 'a0 prizetrophy1_g', 10, 0, 0, 1, '0', 0),
(894, 42, '300', 'a0 prizetrophy2_g', 10, 0, 0, 1, '0', 0),
(895, 42, '301', 'a0 prizetrophy3_g', 10, 0, 0, 1, '0', 0),
(896, 42, '302', 'a0 prizetrophy4_g', 10, 0, 0, 1, '0', 0),
(897, 42, '303', 'a0 prizetrophy4_g', 10, 0, 0, 1, '0', 0),
(898, 42, '304', 'a0 prizetrophy6_g', 10, 0, 0, 1, '0', 0),
(899, 42, '305', 'a0 prizetrophy1_s', 10, 0, 0, 1, '0', 0),
(900, 93, '306', 'Trofeo Habbo', 10, 0, 0, 1, '0', 0),
(901, 42, '307', 'a0 prizetrophy3_s', 10, 0, 0, 1, '0', 0),
(902, 42, '308', 'a0 prizetrophy4_s', 10, 0, 0, 1, '0', 0),
(903, 42, '309', 'a0 prizetrophy5_s', 10, 0, 0, 1, '0', 0),
(904, 42, '310', 'a0 prizetrophy6_s', 10, 0, 0, 1, '0', 0),
(905, 42, '311', 'a0 prizetrophy1_b', 10, 0, 0, 1, '0', 0),
(46174, 7632, '4728', 'js_coins', 10, 0, 0, 1, '2', 0),
(1386, 8, '1313', 'hcc_table', 4, 0, 0, 1, '0', 0),
(46173, 7632, '4727', 'jetset_tub', 10, 0, 0, 1, '2', 0),
(911, 94, '1615', 'prizetrophy_hot', 10, 0, 0, 1, '0', 0),
(912, 94, '1617', 'prizetrophy_cool', 10, 0, 0, 1, '0', 0),
(913, 32, '171', 'bar_basic', 4, 0, 0, 1, '0', 0),
(914, 32, '172', 'shelves_basic', 3, 0, 0, 1, '0', 0),
(915, 32, '175', 'lamp_basic', 3, 0, 0, 1, '0', 0),
(916, 32, '177', 'fridge', 6, 0, 0, 1, '0', 0),
(987, 900, '890', 'rope_divider', 5, 0, 0, 1, '0', 0),
(918, 32, '893', 'pura_mdl5*2', 3, 0, 0, 1, '0', 0),
(919, 32, '894', 'pura_mdl5*3', 3, 0, 0, 1, '0', 0),
(920, 32, '895', 'pura_mdl5*4', 3, 0, 0, 1, '0', 0),
(921, 32, '896', 'pura_mdl5*5', 3, 0, 0, 1, '0', 0),
(922, 32, '897', 'pura_mdl5*6', 3, 0, 0, 1, '0', 0),
(923, 32, '898', 'pura_mdl5*7', 3, 0, 0, 1, '0', 0),
(924, 32, '899', 'pura_mdl5*8', 3, 0, 0, 1, '0', 0),
(925, 32, '900', 'pura_mdl5*9', 3, 0, 0, 1, '0', 0),
(926, 32, '901', 'pura_mdl4*1', 3, 0, 0, 1, '0', 0),
(927, 32, '902', 'pura_mdl4*2', 3, 0, 0, 1, '0', 0),
(928, 32, '903', 'pura_mdl4*3', 3, 0, 0, 1, '0', 0),
(929, 32, '904', 'pura_mdl4*4', 3, 0, 0, 1, '0', 0),
(930, 32, '905', 'pura_mdl4*5', 3, 0, 0, 1, '0', 0),
(931, 32, '906', 'pura_mdl4*6', 3, 0, 0, 1, '0', 0),
(932, 32, '907', 'pura_mdl4*7', 3, 0, 0, 1, '0', 0),
(933, 32, '908', 'pura_mdl4*8', 3, 0, 0, 1, '0', 0),
(934, 32, '909', 'pura_mdl4*9', 3, 0, 0, 1, '0', 0),
(935, 32, '910', 'pura_mdl3*1', 3, 0, 0, 1, '0', 0),
(936, 32, '911', 'pura_mdl3*2', 3, 0, 0, 1, '0', 0),
(937, 32, '912', 'pura_mdl3*3', 3, 0, 0, 1, '0', 0),
(938, 32, '913', 'pura_mdl3*4', 3, 0, 0, 1, '0', 0),
(939, 32, '914', 'pura_mdl3*5', 3, 0, 0, 1, '0', 0),
(940, 32, '915', 'pura_mdl3*6', 3, 0, 0, 1, '0', 0),
(941, 32, '916', 'pura_mdl3*7', 3, 0, 0, 1, '0', 0),
(942, 32, '917', 'pura_mdl3*8', 3, 0, 0, 1, '0', 0),
(943, 32, '918', 'pura_mdl3*9', 3, 0, 0, 1, '0', 0),
(944, 32, '919', 'pura_mdl2*1', 3, 0, 0, 1, '0', 0),
(945, 32, '920', 'pura_mdl2*2', 3, 0, 0, 1, '0', 0),
(947, 32, '921', 'pura_mdl2*3', 3, 0, 0, 1, '0', 0),
(948, 32, '922', 'pura_mdl2*4', 3, 0, 0, 1, '0', 0),
(949, 32, '923', 'pura_mdl2*5', 3, 0, 0, 1, '0', 0),
(950, 32, '924', 'pura_mdl2*6', 3, 0, 0, 1, '0', 0),
(951, 32, '925', 'pura_mdl2*7', 3, 0, 0, 1, '0', 0),
(952, 32, '926', 'pura_mdl2*8', 3, 0, 0, 1, '0', 0),
(953, 32, '927', 'pura_mdl2*9', 3, 0, 0, 1, '0', 0),
(954, 32, '928', 'pura_mdl1*1', 3, 0, 0, 1, '0', 0),
(955, 32, '929', 'pura_mdl1*2', 3, 0, 0, 1, '0', 0),
(956, 32, '930', 'pura_mdl1*3', 3, 0, 0, 1, '0', 0),
(957, 32, '931', 'pura_mdl1*4', 3, 0, 0, 1, '0', 0),
(958, 32, '932', 'pura_mdl1*5', 3, 0, 0, 1, '0', 0),
(959, 32, '933', 'pura_mdl1*6', 3, 0, 0, 1, '0', 0),
(960, 32, '934', 'pura_mdl1*7', 3, 0, 0, 1, '0', 0),
(961, 32, '935', 'pura_mdl1*8', 3, 0, 0, 1, '0', 0),
(962, 32, '936', 'pura_mdl1*9', 3, 0, 0, 1, '0', 0),
(963, 32, '939', 'chair_basic*2', 4, 0, 0, 1, '0', 0),
(964, 32, '940', 'chair_basic*3', 4, 0, 0, 1, '0', 0),
(965, 32, '941', 'chair_basic*4', 4, 0, 0, 1, '0', 0),
(966, 32, '942', 'chair_basic*5', 4, 0, 0, 1, '0', 0),
(967, 32, '943', 'chair_basic*6', 4, 0, 0, 1, '0', 0),
(968, 32, '944', 'chair_basic*7', 4, 0, 0, 1, '0', 0),
(969, 32, '946', 'chair_basic*9', 4, 0, 0, 1, '0', 0),
(970, 32, '948', 'bed_budget*2', 4, 0, 0, 1, '0', 0),
(971, 32, '949', 'bed_budget*3', 4, 0, 0, 1, '0', 0),
(972, 32, '950', 'bed_budget*4', 4, 0, 0, 1, '0', 0),
(973, 32, '951', 'bed_budget*5', 4, 0, 0, 1, '0', 0),
(974, 32, '952', 'bed_budget*6', 4, 0, 0, 1, '0', 0),
(975, 32, '953', 'bed_budget*7', 4, 0, 0, 1, '0', 0),
(976, 32, '954', 'bed_budget*8', 4, 0, 0, 1, '0', 0),
(977, 32, '955', 'bed_budget*9', 4, 0, 0, 1, '0', 0),
(978, 32, '957', 'bed_budget_one*2', 3, 0, 0, 1, '0', 0),
(979, 32, '958', 'bed_budget_one*3', 3, 0, 0, 1, '0', 0),
(980, 32, '959', 'bed_budget_one*4', 3, 0, 0, 1, '0', 0),
(981, 32, '960', 'bed_budget_one*5', 3, 0, 0, 1, '0', 0),
(982, 32, '961', 'bed_budget_one*6', 3, 0, 0, 1, '0', 0),
(983, 32, '962', 'bed_budget_one*7', 3, 0, 0, 1, '0', 0),
(984, 32, '963', 'bed_budget_one*8', 3, 0, 0, 1, '0', 0),
(985, 32, '964', 'bed_budget_one*9', 3, 0, 0, 1, '0', 0),
(988, 900, '846', 'habbowood_chair', 3, 0, 0, 1, '0', 0),
(989, 900, '860', 'spotlight', 5, 0, 0, 1, '0', 0),
(990, 900, '1672', 'habw_mirror', 3, 0, 0, 1, '0', 0),
(991, 900, '967', 'tile_marble', 1, 0, 0, 1, '0', 0),
(992, 900, '967', 'tile_marble', 40, 0, 0, 50, '0', 0),
(993, 900, '968', 'tile_brown', 1, 0, 0, 1, '0', 0),
(994, 900, '968', 'tile_brown', 40, 0, 0, 50, '0', 0),
(995, 900, '966', 'tile_stella', 2, 0, 0, 1, '0', 0),
(996, 900, '966', 'tile_stella', 30, 0, 0, 50, '0', 0),
(998, 102, '437', 'queue_tile1*3', 7, 0, 0, 1, '0', 0),
(999, 102, '437', 'queue_tile1*3', 18, 0, 0, 3, '0', 0),
(1000, 102, '437', 'queue_tile1*3', 30, 0, 0, 5, '0', 0),
(1001, 102, '438', 'queue_tile1*6', 7, 0, 0, 1, '0', 0),
(1002, 102, '438', 'queue_tile1*6', 18, 0, 0, 3, '0', 0),
(1003, 102, '438', 'queue_tile1*6', 30, 0, 0, 5, '0', 0),
(1004, 102, '439', 'queue_tile1*4', 7, 0, 0, 1, '0', 0),
(1005, 102, '439', 'queue_tile1*4', 18, 0, 0, 3, '0', 0),
(1006, 102, '439', 'queue_tile1*4', 30, 0, 0, 5, '0', 0),
(1007, 102, '440', 'queue_tile1*9', 7, 0, 0, 1, '0', 0),
(1008, 102, '440', 'queue_tile1*9', 18, 0, 0, 3, '0', 0),
(1009, 102, '440', 'queue_tile1*9', 30, 0, 0, 5, '0', 0),
(1010, 102, '441', 'queue_tile1*8', 7, 0, 0, 1, '0', 0),
(1011, 102, '441', 'queue_tile1*8', 18, 0, 0, 3, '0', 0),
(1012, 102, '441', 'queue_tile1*8', 30, 0, 0, 5, '0', 0),
(1013, 102, '442', 'queue_tile1*5', 7, 0, 0, 1, '0', 0),
(1014, 102, '442', 'queue_tile1*5', 18, 0, 0, 3, '0', 0),
(1015, 102, '442', 'queue_tile1*5', 30, 0, 0, 5, '0', 0),
(1016, 102, '443', 'queue_tile1*7', 7, 0, 0, 1, '0', 0),
(1017, 102, '443', 'queue_tile1*7', 18, 0, 0, 3, '0', 0),
(1018, 102, '443', 'queue_tile1*7', 30, 0, 0, 5, '0', 0),
(1019, 102, '444', 'queue_tile1*2', 7, 0, 0, 1, '0', 0),
(1020, 102, '444', 'queue_tile1*2', 18, 0, 0, 3, '0', 0),
(1021, 102, '444', 'queue_tile1*2', 30, 0, 0, 5, '0', 0),
(1022, 102, '445', 'queue_tile1*1', 7, 0, 0, 1, '0', 0),
(1023, 102, '445', 'queue_tile1*1', 18, 0, 0, 3, '0', 0),
(1024, 102, '445', 'queue_tile1*1', 30, 0, 0, 5, '0', 0),
(1025, 102, '446', 'queue_tile1*0', 7, 0, 0, 1, '0', 0),
(1026, 102, '446', 'queue_tile1*0', 18, 0, 0, 3, '0', 0),
(1027, 102, '446', 'queue_tile1*0', 30, 0, 0, 5, '0', 0),
(1030, 68, '1568', 'lt_stage2', 4, 0, 0, 1, '0', 0),
(1029, 68, '1567', 'LT_skull', 3, 0, 0, 1, '0', 0),
(1031, 68, '1569', 'lt_lavac', 3, 0, 0, 1, '0', 0),
(1032, 68, '1570', 'lt_gate', 6, 0, 0, 1, '0', 0),
(1033, 68, '1573', 'lt_statue', 3, 0, 0, 1, '0', 0),
(1034, 68, '1574', 'lt_spider', 3, 0, 0, 1, '0', 0),
(1035, 68, '1575', 'lt_stone2', 4, 0, 0, 1, '0', 0),
(1036, 68, '1576', 'LT_throne', 4, 0, 0, 1, '0', 0),
(1037, 68, '1578', 'lt_patch', 3, 0, 0, 1, '0', 0),
(1038, 68, '1579', 'lt_lava', 3, 0, 0, 1, '0', 0),
(1039, 68, '1580', 'LT_pillar2', 3, 0, 0, 1, '0', 0),
(1040, 68, '1581', 'lt_bughill', 5, 0, 0, 1, '0', 0),
(1041, 68, '1584', 'LT_pillar', 4, 0, 0, 1, '0', 0),
(1042, 68, '1588', 'lt_stone1', 4, 0, 0, 1, '0', 0),
(1043, 68, '1585', 'lt_stage1', 3, 0, 0, 1, '0', 0),
(1044, 68, '1785', 'lt_wall', 3, 0, 0, 1, '0', 0),
(1045, 68, '1783', 'lt_jngl_wall', 3, 0, 0, 1, '0', 0),
(1119, 43, '154', 'tv_luxus', 5, 0, 0, 1, '0', 0),
(1050, 61, '718', 'glass_shelf', 4, 0, 0, 1, '0', 0),
(1051, 61, '719', 'glass_chair', 3, 0, 0, 1, '0', 0),
(1052, 61, '720', 'glass_stool', 2, 0, 0, 1, '0', 0),
(1053, 61, '721', 'glass_sofa', 4, 0, 0, 1, '0', 0),
(1054, 61, '723', 'glass_table*2', 3, 0, 0, 1, '0', 0),
(2102, 29, '20046', 'exe_elevator', 5, 0, 0, 1, '0', 0),
(1056, 61, '724', 'glass_table*3', 3, 0, 0, 1, '0', 0),
(1057, 61, '722', 'glass_table', 3, 0, 0, 1, '0', 0),
(1058, 61, '725', 'glass_table*4', 3, 0, 0, 1, '0', 0),
(1059, 61, '726', 'glass_table*5', 3, 0, 0, 1, '0', 0),
(1060, 61, '727', 'glass_table*6', 3, 0, 0, 1, '0', 0),
(1061, 61, '728', 'glass_table*7', 3, 0, 0, 1, '0', 0),
(1062, 61, '729', 'glass_table*8', 3, 0, 0, 1, '0', 0),
(1063, 61, '730', 'glass_table*9', 3, 0, 0, 1, '0', 0),
(1064, 61, '731', 'glass_chair*2', 3, 0, 0, 1, '0', 0),
(1065, 61, '732', 'glass_chair*3', 3, 0, 0, 1, '0', 0),
(1066, 61, '733', 'glass_chair*4', 3, 0, 0, 1, '0', 0),
(1067, 61, '734', 'glass_chair*5', 3, 0, 0, 1, '0', 0),
(1068, 61, '735', 'glass_chair*6', 3, 0, 0, 1, '0', 0);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(1069, 61, '736', 'glass_chair*7', 3, 0, 0, 1, '0', 0),
(1070, 61, '737', 'glass_chair*8', 3, 0, 0, 1, '0', 0),
(1071, 61, '738', 'glass_chair*9', 3, 0, 0, 1, '0', 0),
(1072, 61, '739', 'glass_sofa*2', 4, 0, 0, 1, '0', 0),
(1073, 61, '740', 'glass_sofa*3', 4, 0, 0, 1, '0', 0),
(1074, 61, '741', 'glass_sofa*4', 4, 0, 0, 1, '0', 0),
(1075, 61, '742', 'glass_sofa*5', 4, 0, 0, 1, '0', 0),
(1076, 61, '743', 'glass_sofa*6', 4, 0, 0, 1, '0', 0),
(1077, 61, '744', 'glass_sofa*7', 4, 0, 0, 1, '0', 0),
(1078, 61, '745', 'glass_sofa*8', 4, 0, 0, 1, '0', 0),
(1079, 61, '746', 'glass_sofa*9', 4, 0, 0, 1, '0', 0),
(1080, 61, '747', 'glass_stool*2', 2, 0, 0, 1, '0', 0),
(1081, 61, '748', 'glass_stool*4', 2, 0, 0, 1, '0', 0),
(1082, 61, '749', 'glass_stool*5', 2, 0, 0, 1, '0', 0),
(1083, 61, '750', 'glass_stool*6', 2, 0, 0, 1, '0', 0),
(1084, 61, '751', 'glass_stool*7', 2, 0, 0, 1, '0', 0),
(1085, 61, '752', 'glass_stool*8', 2, 0, 0, 1, '0', 0),
(1086, 61, '753', 'glass_stool*3', 2, 0, 0, 1, '0', 0),
(1087, 61, '754', 'glass_stool*9', 2, 0, 0, 1, '0', 0),
(1088, 72, '829', 'grand_piano*4', 5, 0, 0, 1, '0', 0),
(1089, 72, '826', 'grand_piano*3', 5, 0, 0, 1, '0', 0),
(1090, 72, '827', 'grand_piano*5', 5, 0, 0, 1, '0', 0),
(1091, 72, '828', 'grand_piano*2', 5, 0, 0, 1, '0', 0),
(1092, 72, '830', 'grand_piano*1', 5, 0, 0, 1, '0', 0),
(1093, 94, '248', 'rare_beehive_bulb', 1, 0, 0, 1, '0', 0),
(1094, 94, '261', 'rare_beehive_bulb*1', 10, 0, 0, 1, '0', 0),
(1095, 94, '262', 'rare_beehive_bulb*2', 10, 0, 0, 1, '0', 0),
(1096, 94, '206', 'hologram', 10, 0, 0, 1, '0', 0),
(1097, 94, '228', 'redhologram', 10, 0, 0, 1, '0', 0),
(1098, 94, '255', 'rare_hammock', 10, 0, 0, 1, '0', 0),
(1099, 345123, '251', 'rare_elephant_statue', 0, 5, 4, 1, '0', 0),
(1100, 94, '252', 'rare_fountain', 10, 0, 0, 1, '0', 0),
(1101, 94, '253', 'rare_stand', 10, 0, 0, 1, '0', 0),
(1102, 27, '254', 'rare_globe', 5, 0, 0, 1, '0', 0),
(1103, 94, '256', 'rare_elephant_statue*1', 10, 0, 0, 1, '0', 0),
(1104, 94, '257', 'rare_elephant_statue*2', 150, 150, 0, 100, '0', 0),
(1105, 94, '258', 'rare_fountain*1', 10, 0, 0, 100, '0', 0),
(1106, 94, '259', 'rare_fountain*2', 10, 0, 0, 100, '0', 0),
(1107, 94, '260', 'rare_fountain*3', 10, 0, 0, 100, '0', 0),
(1108, 94, '264', 'rare_parasol*1', 10, 0, 0, 100, '0', 0),
(1109, 94, '265', 'rare_parasol*2', 10, 0, 0, 100, '0', 0),
(1110, 16, '266', 'Violet Parasol', 300, 300, 0, 1, '0', 0),
(1111, 94, '312', 'rare_parasol*0', 10, 0, 0, 100, '0', 0),
(1113, 94, '448', 'rare_snowrug', 10, 0, 0, 100, '0', 0),
(1114, 94, '668', 'rare_moonrug', 10, 0, 0, 100, '0', 0),
(1326, 105, '339', 'scifiport*9', 10, 0, 0, 1, '0', 0),
(1120, 43, '1655', 'post.it', 3, 0, 0, 30, '0', 0),
(1121, 41, '1677', 'hrella_poster_3', 3, 0, 0, 1, '0', 0),
(1122, 41, '1678', 'hrella_poster_2', 3, 0, 0, 1, '0', 0),
(1123, 41, '1679', 'hrella_poster_1', 3, 0, 0, 1, '0', 0),
(1124, 43, '104', 'pizza', 3, 0, 0, 1, '0', 0),
(1125, 43, '105', 'drinks', 3, 0, 0, 1, '0', 0),
(1133, 112, '19995', 'ads_twi_dvdr2', 3, 0, 0, 1, '0', 0),
(1127, 43, '111', 'bottle', 3, 0, 0, 1, '0', 0),
(1128, 43, '211', 'edice', 6, 0, 0, 1, '0', 0),
(1132, 112, '19994', 'ads_twi_fountn', 5, 0, 0, 1, '0', 0),
(1134, 112, '19996', 'ads_twi_roses', 4, 0, 0, 1, '0', 0),
(1135, 112, '19997', 'ads_twi_table', 4, 0, 0, 1, '0', 0),
(1136, 112, '19998', 'ads_twi_chair', 3, 0, 0, 1, '0', 0),
(1137, 112, '19999', 'ads_twi_dvdr1', 3, 0, 0, 1, '0', 0),
(1138, 112, '20000', 'ads_twi_piano', 4, 0, 0, 1, '0', 0),
(1139, 112, '20001', 'ads_twi_tower', 4, 0, 0, 1, '0', 0),
(1140, 112, '20002', 'ads_twi_toolbx', 3, 0, 0, 1, '0', 0),
(1141, 112, '20003', 'ads_twi_mist', 3, 0, 0, 1, '0', 0),
(1159, 62, '763', 'gothiccandelabra', 4, 0, 0, 1, '0', 0),
(1154, 62, '764', 'gothrailing', 3, 0, 0, 1, '0', 0),
(1152, 62, '777', 'gothic_sofa*1', 4, 0, 0, 1, '0', 0),
(1156, 62, '778', 'gothic_stool*1', 2, 0, 0, 1, '0', 0),
(1157, 62, '780', 'gothic_sofa*2', 4, 0, 0, 1, '0', 0),
(1173, 62, '790', 'gothic_stool*5', 2, 0, 0, 1, '0', 0),
(1160, 62, '762', 'gothgate', 6, 0, 0, 1, '0', 0),
(1161, 62, '765', 'goth_table', 5, 0, 0, 1, '0', 0),
(1162, 62, '776', 'gothic_chair*1', 3, 0, 0, 1, '0', 0),
(1163, 62, '779', 'gothic_chair*2', 3, 0, 0, 1, '0', 0),
(1164, 62, '781', 'gothic_stool*2', 2, 0, 0, 1, '0', 0),
(1165, 62, '782', 'gothic_chair*3', 3, 0, 0, 1, '0', 0),
(1166, 62, '783', 'gothic_sofa*3', 4, 0, 0, 1, '0', 0),
(1167, 62, '784', 'gothic_stool*3', 2, 0, 0, 1, '0', 0),
(1168, 62, '785', 'gothic_chair*4', 3, 0, 0, 1, '0', 0),
(1169, 62, '786', 'gothic_sofa*4', 4, 0, 0, 1, '0', 0),
(1170, 62, '787', 'gothic_stool*4', 2, 0, 0, 1, '0', 0),
(1171, 62, '788', 'gothic_chair*5', 4, 0, 0, 1, '0', 0),
(1172, 62, '789', 'gothic_sofa*5', 4, 0, 0, 1, '0', 0),
(1174, 62, '791', 'gothic_chair*6', 3, 0, 0, 1, '0', 0),
(1175, 62, '792', 'gothic_sofa*6', 4, 0, 0, 1, '0', 0),
(1176, 62, '793', 'gothic_stool*6', 2, 0, 0, 1, '0', 0),
(1177, 62, '821', 'gothic_carpet', 5, 0, 0, 1, '0', 0),
(1178, 62, '822', 'gothic_carpet2', 6, 0, 0, 1, '0', 0),
(1179, 62, '823', 'gothic_chair', 3, 0, 0, 1, '0', 0),
(1180, 62, '824', 'gothic_sofa', 4, 0, 0, 1, '0', 0),
(1181, 62, '825', 'gothic_stool', 2, 0, 0, 1, '0', 0),
(1182, 62, '1665', 'gothicfountain', 3, 0, 0, 1, '0', 0),
(1183, 62, '1668', 'torch', 3, 0, 0, 1, '0', 0),
(1184, 62, '1726', 'gothicfountain2', 3, 0, 0, 1, '0', 0),
(1186, 103, '1204', 'diner_tray_6', 3, 0, 0, 1, '0', 0),
(1187, 103, '1205', 'diner_tray_5', 3, 0, 0, 1, '0', 0),
(1188, 103, '1206', 'diner_tray_4', 3, 0, 0, 1, '0', 0),
(1191, 103, '1208', 'diner_tray_2', 3, 0, 0, 1, '0', 0),
(1294, 105, '398', 'pillar*1', 10, 0, 0, 1, '0', 0),
(1190, 103, '1207', 'diner_tray_3', 3, 0, 0, 1, '0', 0),
(1192, 103, '1209', 'diner_tray_1', 3, 0, 0, 1, '0', 0),
(1193, 103, '1203', 'diner_tray_7', 3, 0, 0, 1, '0', 0),
(1194, 103, '1210', 'diner_tray_0', 3, 0, 0, 1, '0', 0),
(1195, 103, '1211', 'diner_sofa_2*1', 4, 0, 0, 1, '0', 0),
(1196, 103, '1212', 'diner_sofa_2*2', 4, 0, 0, 1, '0', 0),
(1197, 103, '1213', 'diner_sofa_2*3', 4, 0, 0, 1, '0', 0),
(1198, 103, '1214', 'diner_sofa_2*4', 4, 0, 0, 1, '0', 0),
(1199, 103, '1215', 'diner_sofa_2*5', 4, 0, 0, 1, '0', 0),
(1200, 103, '1216', 'diner_sofa_2*6', 4, 0, 0, 1, '0', 0),
(1201, 103, '1217', 'diner_sofa_2*7', 4, 0, 0, 1, '0', 0),
(1202, 103, '1218', 'diner_sofa_2*8', 4, 0, 0, 1, '0', 0),
(1203, 103, '1219', 'diner_sofa_2*9', 4, 0, 0, 1, '0', 0),
(1204, 103, '1220', 'diner_shaker', 5, 0, 0, 1, '0', 0),
(1205, 103, '1221', 'diner_rug', 3, 0, 0, 1, '0', 0),
(1206, 103, '1221', 'diner_rug', 25, 0, 0, 10, '0', 0),
(1207, 103, '1222', 'diner_gumvendor*1', 3, 0, 0, 1, '0', 0),
(1208, 103, '1223', 'diner_gumvendor*2', 3, 0, 0, 1, '0', 0),
(1209, 103, '1224', 'diner_gumvendor*3', 3, 0, 0, 1, '0', 0),
(1210, 103, '1225', 'diner_gumvendor*4', 3, 0, 0, 1, '0', 0),
(1211, 103, '1226', 'diner_gumvendor*5', 3, 0, 0, 1, '0', 0),
(1212, 103, '1227', 'diner_gumvendor*6', 3, 0, 0, 1, '0', 0),
(1213, 103, '1228', 'diner_gumvendor*7', 3, 0, 0, 1, '0', 0),
(1214, 103, '1229', 'diner_gumvendor*8', 3, 0, 0, 1, '0', 0),
(1215, 103, '1230', 'diner_gumvendor*9', 3, 0, 0, 1, '0', 0),
(1216, 103, '1231', 'diner_cashreg*1', 3, 0, 0, 1, '0', 0),
(1217, 103, '1234', 'diner_cashreg*4', 3, 0, 0, 1, '0', 0),
(1218, 103, '1232', 'diner_cashreg*2', 3, 0, 0, 1, '0', 0),
(1219, 103, '1233', 'diner_cashreg*3', 3, 0, 0, 1, '0', 0),
(1220, 103, '1235', 'diner_cashreg*5', 3, 0, 0, 1, '0', 0),
(1221, 103, '1236', 'diner_cashreg*6', 3, 0, 0, 1, '0', 0),
(1222, 103, '1237', 'diner_cashreg*7', 3, 0, 0, 1, '0', 0),
(1223, 103, '1238', 'diner_cashreg*8', 3, 0, 0, 1, '0', 0),
(1224, 103, '1239', 'diner_cashreg*9', 3, 0, 0, 1, '0', 0),
(1225, 103, '1240', 'diner_table_2*1', 5, 0, 0, 1, '0', 0),
(1226, 103, '1241', 'diner_table_2*2', 5, 0, 0, 1, '0', 0),
(1227, 103, '1242', 'diner_table_2*3', 5, 0, 0, 1, '0', 0),
(1228, 103, '1243', 'diner_table_2*4', 5, 0, 0, 1, '0', 0),
(1229, 103, '1244', 'diner_table_2*5', 5, 0, 0, 1, '0', 0),
(1230, 103, '1245', 'diner_table_2*6', 5, 0, 0, 1, '0', 0),
(1231, 103, '1246', 'diner_table_2*7', 5, 0, 0, 1, '0', 0),
(1232, 103, '1247', 'diner_table_2*8', 5, 0, 0, 1, '0', 0),
(1233, 103, '1248', 'diner_table_2*9', 5, 0, 0, 1, '0', 0),
(1234, 103, '1249', 'diner_table_1*1', 3, 0, 0, 1, '0', 0),
(1235, 103, '1250', 'diner_table_1*2', 3, 0, 0, 1, '0', 0),
(1236, 103, '1251', 'diner_table_1*3', 3, 0, 0, 1, '0', 0),
(1237, 103, '1252', 'diner_table_1*4', 3, 0, 0, 1, '0', 0),
(1238, 103, '1253', 'diner_table_1*5', 3, 0, 0, 1, '0', 0),
(1239, 103, '1254', 'diner_table_1*6', 3, 0, 0, 1, '0', 0),
(1240, 103, '1255', 'diner_table_1*7', 3, 0, 0, 1, '0', 0),
(1241, 103, '1256', 'diner_table_1*8', 3, 0, 0, 1, '0', 0),
(1242, 103, '1257', 'diner_table_1*9', 3, 0, 0, 1, '0', 0),
(1243, 103, '1258', 'diner_sofa_1*1', 4, 0, 0, 1, '0', 0),
(1244, 103, '1259', 'diner_sofa_1*2', 4, 0, 0, 1, '0', 0),
(1245, 103, '1260', 'diner_sofa_1*3', 4, 0, 0, 1, '0', 0),
(1246, 103, '1261', 'diner_sofa_1*4', 4, 0, 0, 1, '0', 0),
(1247, 103, '1262', 'diner_sofa_1*5', 4, 0, 0, 1, '0', 0),
(1248, 103, '1263', 'diner_sofa_1*6', 4, 0, 0, 1, '0', 0),
(1251, 103, '1265', 'diner_sofa_1*8', 4, 0, 0, 1, '0', 0),
(1250, 103, '1264', 'diner_sofa_1*7', 4, 0, 0, 1, '0', 0),
(1252, 103, '1266', 'diner_sofa_1*9', 4, 0, 0, 1, '0', 0),
(1253, 103, '1267', 'diner_chair*1', 3, 0, 0, 1, '0', 0),
(1254, 103, '1268', 'diner_chair*2', 3, 0, 0, 1, '0', 0),
(1255, 103, '1269', 'diner_chair*3', 3, 0, 0, 1, '0', 0),
(1256, 103, '1270', 'diner_chair*4', 3, 0, 0, 1, '0', 0),
(1257, 103, '1271', 'diner_chair*5', 3, 0, 0, 1, '0', 0),
(1258, 103, '1272', 'diner_chair*6', 3, 0, 0, 1, '0', 0),
(1259, 103, '1273', 'diner_chair*7', 3, 0, 0, 1, '0', 0),
(1260, 103, '1274', 'diner_chair*8', 3, 0, 0, 1, '0', 0),
(1261, 103, '1275', 'diner_chair*9', 3, 0, 0, 1, '0', 0),
(1262, 103, '1276', 'diner_bardesk_gate*1', 6, 0, 0, 1, '0', 0),
(1263, 103, '1277', 'diner_bardesk_gate*2', 6, 0, 0, 1, '0', 0),
(1264, 103, '1278', 'diner_bardesk_gate*3', 6, 0, 0, 1, '0', 0),
(1265, 103, '1279', 'diner_bardesk_gate*4', 6, 0, 0, 1, '0', 0),
(1266, 103, '1280', 'diner_bardesk_gate*5', 6, 0, 0, 1, '0', 0),
(1267, 103, '1281', 'diner_bardesk_gate*6', 6, 0, 0, 1, '0', 0),
(2119, 5, '20060', 'DEAL_HC_3', 500, 0, 0, 6, '0', 0),
(1269, 103, '1282', 'diner_bardesk_gate*7', 6, 0, 0, 1, '0', 0),
(1270, 103, '1283', 'diner_bardesk_gate*8', 6, 0, 0, 1, '0', 0),
(1271, 103, '1284', 'diner_bardesk_gate*9', 6, 0, 0, 1, '0', 0),
(1272, 103, '1285', 'diner_bardesk_corner*1', 3, 0, 0, 1, '0', 0),
(1273, 103, '1286', 'diner_bardesk_corner*2', 3, 0, 0, 1, '0', 0),
(1274, 103, '1287', 'diner_bardesk_corner*3', 3, 0, 0, 1, '0', 0),
(1275, 103, '1288', 'diner_bardesk_corner*4', 3, 0, 0, 1, '0', 0),
(1276, 103, '1289', 'diner_bardesk_corner*6', 3, 0, 0, 1, '0', 0),
(1277, 103, '1290', 'diner_bardesk_corner*7', 3, 0, 0, 1, '0', 0),
(1278, 103, '1291', 'diner_bardesk_corner*8', 3, 0, 0, 1, '0', 0),
(1279, 103, '1292', 'diner_bardesk_corner*9', 3, 0, 0, 1, '0', 0),
(1280, 103, '1293', 'diner_bardesk*1', 3, 0, 0, 1, '0', 0),
(1281, 103, '1294', 'diner_bardesk*2', 3, 0, 0, 1, '0', 0),
(1282, 103, '1295', 'diner_bardesk*3', 3, 0, 0, 1, '0', 0),
(1283, 103, '1296', 'diner_bardesk*4', 3, 0, 0, 1, '0', 0),
(1284, 103, '1297', 'diner_bardesk*5', 3, 0, 0, 1, '0', 0),
(1285, 103, '1298', 'diner_bardesk*6', 3, 0, 0, 1, '0', 0),
(1286, 103, '1299', 'diner_bardesk*7', 3, 0, 0, 1, '0', 0),
(1287, 103, '1300', 'diner_bardesk*8', 3, 0, 0, 1, '0', 0),
(1288, 103, '1301', 'diner_bardesk*9', 3, 0, 0, 1, '0', 0),
(1289, 103, '1708', 'window_diner2', 3, 0, 0, 1, '0', 0),
(1290, 103, '1709', 'window_diner', 4, 0, 0, 1, '0', 0),
(1291, 103, '1710', 'diner_walltable', 2, 0, 0, 1, '0', 0),
(1292, 103, '1782', 'diner_poster', 3, 0, 0, 1, '0', 0),
(1295, 105, '399', 'pillar*9', 10, 0, 0, 1, '0', 0),
(1296, 105, '400', 'pillar*0', 10, 0, 0, 1, '0', 0),
(1297, 105, '401', 'pillar*8', 10, 0, 0, 1, '0', 0),
(1298, 105, '402', 'pillar*2', 10, 0, 0, 1, '0', 0),
(1299, 105, '403', 'pillar*5', 10, 0, 0, 1, '0', 0),
(1300, 105, '404', 'pillar*4', 10, 0, 0, 1, '0', 0),
(1301, 105, '405', 'pillar*7', 10, 0, 0, 1, '0', 0),
(1302, 105, '406', 'pillar*3', 10, 0, 0, 1, '0', 0),
(1303, 105, '388', 'wooden_screen*1', 10, 0, 0, 1, '0', 0),
(1304, 105, '389', 'wooden_screen*2', 10, 0, 0, 1, '0', 0),
(1305, 105, '390', 'wooden_screen*7', 10, 0, 0, 1, '0', 0),
(1306, 105, '391', 'wooden_screen*0', 10, 0, 0, 1, '0', 0),
(1307, 105, '392', 'wooden_screen*8', 10, 0, 0, 1, '0', 0),
(1308, 105, '393', 'wooden_screen*5', 10, 0, 0, 1, '0', 0),
(1309, 105, '394', 'wooden_screen*9', 10, 0, 0, 1, '0', 0),
(1310, 105, '395', 'wooden_screen*4', 10, 0, 0, 1, '0', 0),
(1311, 105, '396', 'wooden_screen*6', 10, 0, 0, 1, '0', 0),
(1312, 105, '397', 'wooden_screen*3', 10, 0, 0, 1, '0', 0),
(1313, 105, '417', 'rare_icecream*1', 10, 0, 0, 1, '0', 0),
(1314, 105, '418', 'rare_icecream*7', 10, 0, 0, 1, '0', 0),
(1315, 105, '419', 'rare_icecream*8', 10, 0, 0, 1, '0', 0),
(1316, 105, '420', 'rare_icecream*2', 10, 0, 0, 1, '0', 0),
(1317, 105, '421', 'rare_icecream*6', 10, 0, 0, 1, '0', 0),
(1318, 105, '422', 'rare_icecream*9', 10, 0, 0, 1, '0', 0),
(1319, 94, '423', 'rare_icecream*3', 5000, 300, 0, 1, '0', 0),
(1320, 105, '424', 'rare_icecream*0', 10, 0, 0, 1, '0', 0),
(1321, 105, '425', 'rare_icecream*4', 10, 0, 0, 1, '0', 0),
(1322, 105, '426', 'rare_icecream*5', 10, 0, 0, 1, '0', 0),
(1323, 95, '892', 'rare_icecream_campaign', 10, 0, 0, 1, '0', 0),
(1324, 95, '1140', 'calippo', 10, 0, 0, 1, '0', 0),
(1325, 94, '338', 'scifiport*0', 200, 200, 0, 100, '0', 0),
(1327, 105, '340', 'scifiport*8', 10, 0, 0, 1, '0', 0),
(1328, 105, '341', 'scifiport*7', 10, 0, 0, 1, '0', 0),
(1329, 105, '342', 'scifiport*6', 10, 0, 0, 1, '0', 0),
(1330, 105, '343', 'scifiport*5', 10, 0, 0, 1, '0', 0),
(1331, 105, '344', 'scifiport*4', 10, 0, 0, 1, '0', 0),
(1333, 105, '346', 'scifiport*2', 10, 0, 0, 1, '0', 0),
(1334, 105, '347', 'scifiport*1', 10, 0, 0, 1, '0', 0),
(1335, 105, '348', 'scifirocket*9', 10, 0, 0, 1, '0', 0),
(1336, 105, '349', 'scifirocket*8', 10, 0, 0, 1, '0', 0),
(1337, 105, '350', 'scifirocket*7', 10, 0, 0, 1, '0', 0),
(1338, 105, '351', 'scifirocket*6', 10, 0, 0, 1, '0', 0),
(1339, 105, '352', 'scifirocket*5', 10, 0, 0, 1, '0', 0),
(1340, 105, '353', 'scifirocket*4', 10, 0, 0, 1, '0', 0),
(1341, 105, '354', 'scifirocket*3', 10, 0, 0, 1, '0', 0),
(1342, 105, '355', 'scifirocket*2', 10, 0, 0, 1, '0', 0),
(1343, 105, '356', 'scifirocket*1', 10, 0, 0, 1, '0', 0),
(1344, 105, '357', 'scifirocket*0', 10, 0, 0, 1, '0', 0),
(1345, 105, '358', 'scifidoor*10', 10, 0, 0, 1, '0', 0),
(1346, 105, '359', 'scifidoor*9', 10, 0, 0, 1, '0', 0),
(1347, 105, '360', 'scifidoor*8', 10, 0, 0, 1, '0', 0),
(1348, 105, '361', 'scifidoor*7', 10, 0, 0, 1, '0', 0),
(1349, 105, '362', 'scifidoor*6', 10, 0, 0, 1, '0', 0),
(1350, 105, '363', 'scifidoor*5', 10, 0, 0, 1, '0', 0),
(1351, 105, '364', 'scifidoor*4', 10, 0, 0, 1, '0', 0),
(1352, 105, '365', 'scifidoor*3', 10, 0, 0, 1, '0', 0),
(1353, 105, '367', 'scifidoor*2', 10, 0, 0, 1, '0', 0),
(1354, 105, '366', 'scifidoor*2', 10, 0, 0, 1, '0', 0),
(1355, 27, '186', 'menorah', 3, 0, 0, 1, '0', 0),
(1356, 43, '188', 'ham', 3, 0, 0, 1, '0', 0),
(1357, 27, '189', 'turkey', 3, 0, 0, 1, '0', 0),
(1358, 27, '191', 'house', 3, 0, 0, 1, '0', 0),
(1359, 43, '196', 'ham2', 2, 0, 0, 1, '0', 0),
(1360, 27, '197', 'wcandleset', 3, 0, 0, 1, '0', 0),
(1361, 43, '205', 'habbocake', 5, 0, 0, 1, '0', 0),
(1362, 39, '204', 'giftflowers', 4, 0, 0, 1, '0', 0),
(1365, 8, '239', 'chair_plasto*14', 3, 0, 0, 1, '0', 0),
(1364, 8, '212', 'club_sofa', 100, 0, 0, 25, '0', 0),
(1366, 8, '240', 'table_plasto_4leg*14', 4, 0, 0, 1, '0', 0),
(1367, 8, '246', 'edicehc', 5, 0, 0, 1, '0', 0),
(1368, 8, '249', 'hcsohva', 10, 0, 0, 1, '0', 0),
(1369, 8, '250', 'hcamme', 6, 0, 0, 1, '0', 0),
(1370, 8, '313', 'hc_lmp', 4, 0, 0, 1, '0', 0),
(1371, 8, '314', 'hc_tbl', 6, 0, 0, 1, '0', 0),
(1372, 8, '315', 'hc_chr', 5, 0, 0, 1, '0', 0),
(1373, 8, '316', 'hc_dsk', 5, 0, 0, 1, '0', 0),
(1374, 8, '760', 'hc_crpt', 4, 0, 0, 1, '0', 0),
(1375, 8, '761', 'hc_tv', 5, 0, 0, 1, '0', 0),
(1376, 8, '766', 'hc_bkshlf', 6, 0, 0, 1, '0', 0),
(1377, 8, '767', 'hc_btlr', 4, 0, 0, 1, '0', 0),
(1378, 8, '768', 'hc_crtn', 4, 0, 0, 1, '0', 0),
(1379, 8, '769', 'hc_djset', 5, 0, 0, 1, '0', 0),
(1380, 8, '770', 'hc_frplc', 6, 0, 0, 1, '0', 0),
(1381, 8, '771', 'hc_lmpst', 3, 0, 0, 1, '0', 0),
(1382, 8, '772', 'hc_machine', 5, 0, 0, 1, '0', 0),
(1383, 8, '773', 'hc_rllr', 7, 0, 0, 1, '0', 0),
(1384, 8, '774', 'hc_rntgn', 3, 0, 0, 1, '0', 0),
(1385, 8, '775', 'hc_trll', 3, 0, 0, 1, '0', 0),
(1387, 8, '1314', 'hcc_shelf', 3, 0, 0, 1, '0', 0),
(1388, 8, '1315', 'hcc_sofa', 3, 0, 0, 1, '0', 0),
(1389, 8, '1316', 'hcc_minibar', 5, 0, 0, 1, '0', 0),
(1390, 8, '1317', 'hcc_chair', 3, 0, 0, 1, '0', 0),
(1391, 8, '1321', 'hcc_stool', 2, 0, 0, 1, '0', 0),
(1392, 8, '1322', 'hcc_sofachair', 4, 0, 0, 1, '0', 0),
(1393, 8, '1323', 'hcc_crnr', 3, 0, 0, 1, '0', 0),
(1394, 8, '1324', 'hcc_dvdr', 3, 0, 0, 1, '0', 0),
(1398, 36, '8', 'table_plasto_4leg', 3, 0, 0, 1, '0', 0),
(1396, 8, '1666', 'hc_wall_lamp', 3, 0, 0, 1, '0', 0),
(1399, 36, '9', 'table_plasto_round', 3, 0, 0, 1, '0', 0),
(1400, 36, '10', 'table_plasto_bigsquare', 3, 0, 0, 1, '0', 0),
(1401, 36, '22', 'chair_plasty', 3, 0, 0, 1, '0', 0),
(1402, 36, '23', 'chair_plasto', 3, 0, 0, 1, '0', 0),
(1403, 36, '24', 'table_plasto_square', 3, 0, 0, 1, '0', 0),
(1404, 36, '47', 'table_plasto_4leg*1', 3, 0, 0, 1, '0', 0),
(1405, 36, '48', 'table_plasto_bigsquare*1', 3, 0, 0, 1, '0', 0),
(1406, 36, '49', 'table_plasto_round*1', 3, 0, 0, 1, '0', 0),
(1407, 36, '50', 'table_plasto_square*1', 3, 0, 0, 1, '0', 0),
(1408, 36, '51', 'chair_plasto*1', 3, 0, 0, 1, '0', 0),
(1409, 36, '54', 'table_plasto_4leg*2', 3, 0, 0, 1, '0', 0),
(1410, 36, '55', 'table_plasto_bigsquare*2', 3, 0, 0, 1, '0', 0),
(1411, 36, '56', 'table_plasto_round*2', 3, 0, 0, 1, '0', 0),
(1412, 36, '57', 'table_plasto_square*2', 3, 0, 0, 1, '0', 0),
(1413, 36, '58', 'chair_plasto*2', 3, 0, 0, 1, '0', 0),
(1414, 36, '61', 'table_plasto_4leg*3', 3, 0, 0, 1, '0', 0),
(1415, 36, '62', 'table_plasto_bigsquare*3', 3, 0, 0, 1, '0', 0),
(1416, 36, '63', 'table_plasto_round*3', 3, 0, 0, 1, '0', 0),
(1417, 36, '64', 'table_plasto_square*3', 3, 0, 0, 1, '0', 0),
(1418, 36, '65', 'chair_plasto*3', 3, 0, 0, 1, '0', 0),
(1419, 36, '68', 'table_plasto_4leg*4', 3, 0, 0, 1, '0', 0),
(1420, 36, '71', 'table_plasto_square*4', 3, 0, 0, 1, '0', 0),
(1421, 36, '72', 'chair_plasto*4', 3, 0, 0, 1, '0', 0),
(1422, 36, '78', 'table_plasto_4leg*5', 3, 0, 0, 1, '0', 0),
(1423, 36, '79', 'table_plasto_bigsquare*5', 3, 0, 0, 1, '0', 0),
(1424, 36, '80', 'table_plasto_round*5', 3, 0, 0, 1, '0', 0),
(1425, 36, '81', 'table_plasto_square*5', 3, 0, 0, 1, '0', 0),
(1426, 36, '82', 'chair_plasto*5', 3, 0, 0, 1, '0', 0),
(1427, 36, '83', 'table_plasto_4leg*6', 3, 0, 0, 1, '0', 0),
(1428, 36, '84', 'table_plasto_bigsquare*6', 3, 0, 0, 1, '0', 0),
(1429, 36, '85', 'table_plasto_round*6', 3, 0, 0, 1, '0', 0),
(1430, 36, '86', 'table_plasto_square*6', 3, 0, 0, 1, '0', 0),
(1431, 36, '87', 'chair_plasto*6', 3, 0, 0, 1, '0', 0),
(1432, 36, '88', 'table_plasto_4leg*7', 3, 0, 0, 1, '0', 0),
(1433, 36, '89', 'table_plasto_bigsquare*7', 3, 0, 0, 1, '0', 0),
(1434, 36, '90', 'table_plasto_round*7', 3, 0, 0, 1, '0', 0),
(1435, 36, '91', 'table_plasto_square*7', 3, 0, 0, 1, '0', 0),
(1436, 36, '92', 'chair_plasto*7', 3, 0, 0, 1, '0', 0),
(1437, 36, '93', 'table_plasto_4leg*8', 3, 0, 0, 1, '0', 0),
(1438, 36, '94', 'table_plasto_bigsquare*8', 3, 0, 0, 1, '0', 0),
(1439, 36, '95', 'table_plasto_round*8', 3, 0, 0, 1, '0', 0),
(1440, 36, '96', 'table_plasto_square*8', 3, 0, 0, 1, '0', 0),
(1441, 36, '97', 'chair_plasto*8', 3, 0, 0, 1, '0', 0),
(1442, 36, '98', 'table_plasto_4leg*9', 3, 0, 0, 1, '0', 0),
(1443, 36, '99', 'table_plasto_bigsquare*9', 3, 0, 0, 1, '0', 0),
(1444, 36, '100', 'table_plasto_round*9', 3, 0, 0, 1, '0', 0),
(1445, 36, '101', 'chair_plasto*9', 3, 0, 0, 1, '0', 0),
(1446, 36, '233', 'chair_plasto*10', 3, 0, 0, 1, '0', 0),
(1447, 36, '234', 'chair_plasto*11', 3, 0, 0, 1, '0', 0),
(1448, 36, '237', 'chair_plasto*12', 3, 0, 0, 1, '0', 0),
(1449, 36, '238', 'chair_plasto*13', 3, 0, 0, 1, '0', 0),
(1450, 36, '276', 'table_plasto_4leg*10', 3, 0, 0, 1, '0', 0),
(1451, 36, '277', 'table_plasto_4leg*15', 3, 0, 0, 1, '0', 0),
(1452, 36, '278', 'table_plasto_bigsquare*14', 3, 0, 0, 1, '0', 0),
(1453, 36, '279', 'table_plasto_bigsquare*15', 3, 0, 0, 1, '0', 0),
(1454, 36, '280', 'table_plasto_round*14', 3, 0, 0, 1, '0', 0),
(1455, 36, '281', 'table_plasto_round*15', 3, 0, 0, 1, '0', 0),
(1456, 36, '282', 'table_plasto_square*14', 3, 0, 0, 1, '0', 0),
(1457, 36, '283', 'table_plasto_square*15', 3, 0, 0, 1, '0', 0),
(1458, 36, '284', 'chair_plasto*15', 3, 0, 0, 1, '0', 0),
(1459, 36, '290', 'chair_plasto*16', 3, 0, 0, 1, '0', 0),
(1460, 36, '291', 'table_plasto_4leg*16', 3, 0, 0, 1, '0', 0),
(1462, 40, '17', 'doormat_love', 1, 0, 0, 1, '0', 0),
(1463, 40, '18', 'doormat_plain', 3, 0, 0, 1, '0', 0),
(1464, 40, '53', 'doormat_plain*1', 1, 0, 0, 1, '0', 0),
(1465, 40, '59', 'doormat_plain*2', 1, 0, 0, 1, '0', 0),
(1466, 40, '67', 'doormat_plain*3', 1, 0, 0, 1, '0', 0),
(1467, 40, '74', 'doormat_plain*4', 1, 0, 0, 1, '0', 0),
(1468, 40, '75', 'doormat_plain*6', 3, 0, 0, 1, '0', 0),
(1469, 40, '76', 'doormat_plain*5', 1, 0, 0, 1, '0', 0),
(1471, 95, '27', 'bed_trad_one', 10, 0, 0, 1, '0', 0),
(1472, 95, '28', 'bed_trad', 10, 0, 0, 1, '0', 0),
(1473, 35, '35', 'shelves_armas', 4, 0, 0, 1, '0', 0),
(1474, 32, '33', 'bed_budget_one', 3, 0, 0, 1, '0', 0),
(1475, 32, '34', 'bed_budget', 4, 0, 0, 1, '0', 0),
(1476, 32, '139', 'bed_budgetb_one', 3, 0, 0, 1, '0', 0),
(1477, 32, '140', 'bed_budgetb', 4, 0, 0, 1, '0', 0),
(1478, 32, '947', 'bed_budget*1', 4, 0, 0, 1, '0', 0),
(1479, 32, '956', 'bed_budget_one*1', 3, 0, 0, 1, '0', 0),
(1482, 36, '103', 'chair_plasty*1', 3, 0, 0, 1, '0', 0),
(1483, 36, '106', 'chair_plasty*2', 3, 0, 0, 1, '0', 0),
(1484, 36, '107', 'chair_plasty*3', 3, 0, 0, 1, '0', 0),
(1485, 36, '108', 'chair_plasty*4', 3, 0, 0, 1, '0', 0),
(1486, 36, '128', 'chair_plasty*5', 3, 0, 0, 1, '0', 0),
(1487, 36, '132', 'chair_plasty*6', 3, 0, 0, 1, '0', 0),
(1488, 36, '285', 'chair_plasty*7', 3, 0, 0, 1, '0', 0),
(1489, 36, '286', 'chair_plasty*8', 3, 0, 0, 1, '0', 0),
(1490, 36, '287', 'chair_plasty*9', 3, 0, 0, 1, '0', 0),
(1491, 36, '288', 'chair_plasty*10', 3, 0, 0, 1, '0', 0),
(1492, 36, '289', 'chair_plasty*11', 3, 0, 0, 1, '0', 0),
(1564, 105, '370', 'pillow*0', 10, 0, 0, 1, '0', 0),
(1496, 35, '217', 'divider_arm1', 3, 0, 0, 1, '0', 0),
(1497, 35, '218', 'divider_arm2', 3, 0, 0, 1, '0', 0),
(1498, 35, '219', 'divider_arm3', 6, 0, 0, 1, '0', 0),
(1499, 94, '213', 'prize1', 10, 0, 0, 100, '0', 0),
(1500, 94, '214', 'prize2', 10, 0, 0, 100, '0', 0),
(1501, 94, '215', 'prize3', 10, 0, 0, 100, '0', 0),
(1502, 55, '220', 'divider_nor1', 3, 0, 0, 1, '0', 0),
(1503, 55, '222', 'divider_nor2', 3, 0, 0, 1, '0', 0),
(2099, 95, '20043', 'party_lights', 10, 0, 0, 1, '0', 0),
(1505, 55, '224', 'divider_nor3', 6, 0, 0, 1, '0', 0),
(1506, 55, '462', 'divider_nor4*4', 3, 0, 0, 1, '0', 0),
(1507, 55, '510', 'divider_nor1*2', 3, 0, 0, 1, '0', 0),
(1508, 55, '511', 'divider_nor1*3', 3, 0, 0, 1, '0', 0),
(1509, 55, '512', 'divider_nor1*4', 3, 0, 0, 1, '0', 0),
(1510, 55, '513', 'divider_nor1*5', 3, 0, 0, 1, '0', 0),
(1511, 55, '514', 'divider_nor1*6', 3, 0, 0, 1, '0', 0),
(1512, 55, '515', 'divider_nor1*7', 3, 0, 0, 1, '0', 0),
(1513, 55, '516', 'divider_nor1*8', 3, 0, 0, 1, '0', 0),
(1514, 55, '517', 'divider_nor1*8', 3, 0, 0, 1, '0', 0),
(1515, 55, '641', 'divider_nor3*2', 6, 0, 0, 1, '0', 0),
(1516, 55, '642', 'divider_nor3*3', 6, 0, 0, 1, '0', 0),
(1517, 55, '643', 'divider_nor3*4', 3, 0, 0, 1, '0', 0),
(1518, 55, '644', 'divider_nor3*5', 6, 0, 0, 1, '0', 0),
(1519, 55, '645', 'divider_nor3*6', 6, 0, 0, 1, '0', 0),
(1520, 55, '646', 'divider_nor3*7', 6, 0, 0, 1, '0', 0),
(1521, 55, '647', 'divider_nor3*8', 6, 0, 0, 1, '0', 0),
(1522, 55, '648', 'divider_nor3*9', 6, 0, 0, 1, '0', 0),
(1523, 55, '649', 'divider_nor2*2', 3, 0, 0, 1, '0', 0),
(1524, 55, '650', 'divider_nor2*3', 3, 0, 0, 1, '0', 0),
(3769, 93, '34085', 'Trofeo', 10, 0, 0, 1, '0', 0),
(1526, 55, '652', 'divider_nor2*5', 3, 0, 0, 1, '0', 0),
(1527, 55, '653', 'divider_nor2*6', 3, 0, 0, 1, '0', 0),
(1528, 55, '654', 'divider_nor2*7', 3, 0, 0, 1, '0', 0),
(1529, 55, '655', 'divider_nor2*8', 3, 0, 0, 1, '0', 0),
(1530, 55, '656', 'divider_nor2*9', 3, 0, 0, 1, '0', 0),
(1531, 55, '684', 'divider_nor4*2', 3, 0, 0, 1, '0', 0),
(1532, 55, '685', 'divider_nor4*3', 3, 0, 0, 1, '0', 0),
(1533, 55, '686', 'divider_nor4*5', 3, 0, 0, 1, '0', 0),
(1534, 55, '687', 'divider_nor4*6', 3, 0, 0, 1, '0', 0),
(1535, 55, '688', 'divider_nor4*7', 3, 0, 0, 1, '0', 0),
(1536, 55, '689', 'divider_nor4*8', 3, 0, 0, 1, '0', 0),
(1537, 55, '690', 'divider_nor4*9', 3, 0, 0, 1, '0', 0),
(1538, 55, '691', 'divider_nor5*2', 3, 0, 0, 1, '0', 0),
(1539, 55, '692', 'divider_nor5*3', 3, 0, 0, 1, '0', 0),
(1540, 55, '693', 'divider_nor5*4', 3, 0, 0, 1, '0', 0),
(1541, 55, '694', 'divider_nor5*5', 3, 0, 0, 1, '0', 0),
(1542, 55, '695', 'divider_nor5*7', 3, 0, 0, 1, '0', 0),
(1543, 55, '696', 'divider_nor5*8', 3, 0, 0, 1, '0', 0),
(1544, 55, '697', 'divider_nor5*9', 3, 0, 0, 1, '0', 0),
(1545, 55, '698', 'divider_nor5', 3, 0, 0, 1, '0', 0),
(1546, 55, '699', 'divider_nor4', 3, 0, 0, 1, '0', 0),
(1547, 94, '226', 'typingmachine', 10, 0, 0, 1, '0', 0),
(1548, 27, '230', 'joulutahti', 10, 0, 0, 1, '0', 0),
(1549, 94, '231', 'hyacinth1', 10, 0, 0, 1, '0', 0),
(1550, 105, '232', 'hyacinth2', 10, 0, 0, 1, '0', 0),
(1551, 30, '235', 'bardeskcorner_polyfon*12', 3, 0, 0, 1, '0', 0),
(1552, 20, '236', 'bardeskcorner_polyfon*13', 3, 0, 0, 1, '0', 0),
(1553, 8, '241', 'mocchamaster', 5, 0, 0, 1, '0', 0),
(1554, 94, '247', 'rare_daffodil_rug', 10, 0, 0, 1, '0', 0),
(1555, 27, '267', 'tree1', 3, 0, 0, 1, '0', 0),
(2101, 71, '20047', 'rela_stick', 3, 0, 0, 1, '0', 0),
(1557, 27, '269', 'wcandle', 3, 0, 0, 1, '0', 0),
(1558, 27, '272', 'house2', 3, 0, 0, 1, '0', 0),
(1559, 94, '275', 'md_limukaappi', 150, 150, 0, 1, '0', 0),
(1587, 105, '378', 'marquee*1', 10, 0, 0, 1, '0', 0),
(1561, 8, '294', 'doorD', 6, 0, 0, 1, '0', 0),
(1562, 105, '368', 'pillow*5', 10, 0, 0, 1, '0', 0),
(1563, 105, '369', 'pillow*8', 10, 0, 0, 1, '0', 0),
(1565, 105, '371', 'pillow*1', 10, 0, 0, 1, '0', 0),
(1566, 94, '372', 'pillow*2', 200, 200, 0, 1, '0', 0),
(1567, 105, '373', 'pillow*7', 10, 0, 0, 1, '0', 0),
(1568, 105, '374', 'pillow*9', 10, 0, 0, 1, '0', 0),
(1569, 105, '375', 'pillow*4', 10, 0, 0, 1, '0', 0),
(1570, 105, '376', 'pillow*6', 10, 0, 0, 1, '0', 0),
(1571, 105, '377', 'pillow*3', 10, 0, 0, 1, '0', 0),
(1572, 95, '1410', 'ads_ob_pillow', 10, 0, 0, 1, '0', 0),
(1573, 94, '379', 'marquee*2', 10, 0, 0, 1, '0', 0),
(1574, 105, '407', 'rare_dragonlamp*4', 10, 0, 0, 1, '0', 0),
(1575, 187000, '408', 'rare_dragonlamp*0', 10, 0, 0, 1, '0', 0),
(1576, 105, '409', 'rare_dragonlamp*5', 10, 0, 0, 1, '0', 0),
(1577, 105, '410', 'rare_dragonlamp*2', 10, 0, 0, 1, '0', 0),
(1578, 105, '411', 'rare_dragonlamp*8', 10, 0, 0, 1, '0', 0),
(1579, 105, '412', 'rare_dragonlamp*9', 10, 0, 0, 1, '0', 0),
(1580, 105, '413', 'rare_dragonlamp*7', 10, 0, 0, 1, '0', 0),
(1581, 187000, '414', 'rare_dragonlamp*6', 10, 0, 0, 1, '0', 0),
(1582, 105, '415', 'rare_dragonlamp*1', 10, 0, 0, 1, '0', 0),
(1583, 105, '416', 'rare_dragonlamp*3', 10, 0, 0, 1, '0', 0),
(1584, 105, '430', 'rare_fan*3', 10, 0, 0, 1, '0', 0),
(1585, 58, '1411', 'lostc_merdragon', 6, 0, 0, 1, '0', 0),
(1588, 105, '380', 'marquee*7', 10, 0, 0, 1, '0', 0),
(1589, 105, '382', 'marquee*8', 10, 0, 0, 1, '0', 0),
(1590, 105, '383', 'marquee*9', 10, 0, 0, 1, '0', 0),
(1591, 105, '384', 'marquee*5', 10, 0, 0, 1, '0', 0),
(1592, 105, '385', 'marquee*4', 10, 0, 0, 1, '0', 0),
(1593, 105, '386', 'marquee*6', 10, 0, 0, 1, '0', 0),
(1594, 105, '387', 'marquee*3', 10, 0, 0, 1, '0', 0),
(1595, 105, '381', 'marquee*10', 10, 0, 0, 1, '0', 0),
(1596, 105, '427', 'rare_fan*7', 10, 0, 0, 1, '0', 0),
(1598, 105, '428', 'rare_fan*6', 10, 0, 0, 1, '0', 0),
(1599, 105, '429', 'rare_fan*9', 10, 0, 0, 1, '0', 0),
(1600, 105, '430', 'rare_fan*3', 10, 0, 0, 1, '0', 0),
(1601, 105, '431', 'rare_fan*0', 10, 0, 0, 1, '0', 0),
(1602, 105, '432', 'rare_fan*4', 10, 0, 0, 1, '0', 0),
(1603, 105, '433', 'rare_fan*5', 10, 0, 0, 1, '0', 0),
(1604, 105, '434', 'rare_fan*1', 10, 0, 0, 1, '0', 0),
(1605, 105, '435', 'rare_fan*8', 10, 0, 0, 1, '0', 0),
(1606, 105, '436', 'rare_fan*2', 10, 0, 0, 1, '0', 0),
(1607, 95, '1589', 'ads_calip_fan', 10, 0, 0, 1, '0', 0),
(1608, 62, '1667', 'industrialfan', 4, 0, 0, 1, '0', 0),
(1609, 57, '449', 'cn_lamp', 5, 0, 0, 1, '0', 0),
(1610, 57, '450', 'cn_sofa', 4, 0, 0, 1, '0', 0),
(1611, 95, '1302', 'ads_dave_cns', 10, 0, 0, 1, '0', 0),
(1612, 105, '468', 'rubberchair*1', 10, 0, 0, 1, '0', 0),
(1613, 105, '469', 'rubberchair*2', 10, 0, 0, 1, '0', 0),
(1614, 105, '470', 'rubberchair*3', 10, 0, 0, 1, '0', 0),
(1615, 105, '471', 'rubberchair*4', 10, 0, 0, 1, '0', 0),
(1616, 105, '472', 'rubberchair*5', 10, 0, 0, 1, '0', 0),
(1617, 105, '473', 'rubberchair*6', 10, 0, 0, 1, '0', 0),
(1618, 105, '477', 'rubberchair*7', 10, 0, 0, 1, '0', 0),
(1619, 105, '478', 'rubberchair*8', 10, 0, 0, 1, '0', 0),
(1620, 105, '463', 'traffic_light*1', 10, 0, 0, 1, '0', 0),
(1621, 105, '464', 'traffic_light*2', 10, 0, 0, 1, '0', 0),
(1622, 105, '465', 'traffic_light*3', 10, 0, 0, 1, '0', 0),
(1623, 105, '466', 'traffic_light*4', 10, 0, 0, 1, '0', 0),
(1624, 105, '467', 'traffic_light*6', 10, 0, 0, 1, '0', 0),
(1625, 105, '683', 'traffic_light*5', 10, 0, 0, 1, '0', 0),
(1626, 105, '474', 'barrier*1', 10, 0, 0, 1, '0', 0),
(1627, 105, '475', 'barrier*2', 10, 0, 0, 1, '0', 0),
(1628, 105, '476', 'barrier*3', 10, 0, 0, 1, '0', 0),
(1629, 94, '667', 'sandrug', 10, 0, 0, 1, '0', 0),
(1630, 105, '671', 'sleepingbag*1', 10, 0, 0, 1, '0', 0),
(1631, 105, '672', 'sleepingbag*2', 10, 0, 0, 1, '0', 0),
(1632, 105, '673', 'sleepingbag*3', 10, 0, 0, 1, '0', 0),
(1633, 105, '674', 'sleepingbag*4', 10, 0, 0, 1, '0', 0),
(1634, 105, '676', 'sleepingbag*7', 10, 0, 0, 1, '0', 0),
(1635, 105, '677', 'sleepingbag*9', 10, 0, 0, 1, '0', 0),
(1636, 105, '678', 'sleepingbag*5', 10, 0, 0, 1, '0', 0),
(1637, 105, '679', 'sleepingbag*10', 10, 0, 0, 1, '0', 0),
(1638, 105, '680', 'sleepingbag*6', 10, 0, 0, 1, '0', 0),
(1639, 105, '681', 'sleepingbag*8', 10, 0, 0, 1, '0', 0),
(1640, 13, '755', 'CF_10_coin_gold', 10, 0, 0, 1, '0', 0),
(1641, 13, '756', 'CF_1_coin_bronze', 1, 0, 0, 1, '0', 0),
(1642, 13, '757', 'CF_20_moneybag', 20, 0, 0, 1, '0', 0),
(1643, 12, '758', 'CF_50_goldbar', 50, 0, 0, 1, '0', 0),
(1644, 13, '759', 'CF_5_coin_silver', 5, 0, 0, 1, '0', 0),
(1645, 900, '831', 'theatre_seat', 5, 0, 0, 1, '0', 0),
(1646, 32, '938', 'chair_basic*1', 3, 0, 0, 1, '0', 0),
(1647, 32, '945', 'chair_basic*8', 3, 0, 0, 1, '0', 0),
(1648, 40, '1009', 'carpet_soft_tut', 2, 0, 0, 1, '0', 0),
(1649, 66, '1025', 'hal_cauldron', 5, 0, 0, 1, '0', 0),
(1650, 66, '1026', 'hal_grave', 4, 0, 0, 1, '0', 0),
(1651, 66, '1318', 'det_divider', 3, 0, 0, 1, '0', 0),
(1652, 66, '1320', 'det_body', 5, 0, 0, 1, '0', 0),
(1653, 66, '1719', 'det_bhole', 2, 0, 0, 1, '0', 0),
(1655, 121, '794', 'sound_machine', 5, 0, 0, 1, '0', 0),
(1656, 121, '859', 'sound_machine*1', 5, 0, 0, 1, '0', 0),
(1657, 121, '861', 'sound_machine*2', 5, 0, 0, 1, '0', 0),
(1658, 121, '862', 'sound_machine*3', 5, 0, 0, 1, '0', 0),
(1659, 121, '863', 'sound_machine*4', 5, 0, 0, 1, '0', 0),
(1660, 121, '864', 'sound_machine*5', 5, 0, 0, 1, '0', 0),
(1661, 121, '865', 'sound_machine*6', 5, 0, 0, 1, '0', 0),
(1662, 121, '866', 'sound_machine*7', 5, 0, 0, 1, '0', 0),
(1663, 121, '990', 'sound_machine_pro', 5, 0, 0, 1, '0', 0),
(1664, 122, '850', 'sound_set_1', 3, 0, 0, 1, '0', 0),
(1665, 122, '851', 'sound_set_2', 3, 0, 0, 1, '0', 0),
(1666, 122, '852', 'sound_set_3', 3, 0, 0, 1, '0', 0),
(1667, 122, '853', 'sound_set_4', 3, 0, 0, 1, '0', 0),
(1668, 122, '854', 'sound_set_5', 3, 0, 0, 1, '0', 0),
(1669, 122, '855', 'sound_set_6', 3, 0, 0, 1, '0', 0),
(1670, 122, '856', 'sound_set_7', 3, 0, 0, 1, '0', 0),
(1671, 122, '857', 'sound_set_8', 3, 0, 0, 1, '0', 0),
(1672, 122, '858', 'sound_set_9', 3, 0, 0, 1, '0', 0),
(1673, 122, '872', 'sound_set_27', 3, 0, 0, 1, '0', 0),
(1674, 122, '873', 'sound_set_26', 3, 0, 0, 1, '0', 0),
(1675, 122, '871', 'sound_set_28', 3, 0, 0, 1, '0', 0),
(1676, 122, '874', 'sound_set_25', 3, 0, 0, 1, '0', 0),
(1677, 122, '875', 'sound_set_24', 3, 0, 0, 1, '0', 0),
(1678, 122, '876', 'sound_set_23', 3, 0, 0, 1, '0', 0),
(1679, 122, '878', 'sound_set_22', 3, 0, 0, 1, '0', 0),
(1680, 122, '877', 'sound_set_22', 3, 0, 0, 1, '0', 0),
(1681, 122, '879', 'sound_set_20', 3, 0, 0, 1, '0', 0),
(1682, 122, '880', 'sound_set_19', 3, 0, 0, 1, '0', 0),
(1683, 122, '881', 'sound_set_18', 3, 0, 0, 1, '0', 0),
(1684, 122, '882', 'sound_set_17', 3, 0, 0, 1, '0', 0),
(1685, 122, '883', 'sound_set_16', 3, 0, 0, 1, '0', 0),
(1686, 122, '884', 'sound_set_15', 3, 0, 0, 1, '0', 0),
(1687, 122, '885', 'sound_set_14', 3, 0, 0, 1, '0', 0),
(1688, 122, '886', 'sound_set_13', 3, 0, 0, 1, '0', 0),
(1689, 122, '887', 'sound_set_12', 3, 0, 0, 1, '0', 0),
(1690, 122, '888', 'sound_set_11', 3, 0, 0, 1, '0', 0),
(1691, 122, '889', 'sound_set_10', 3, 0, 0, 1, '0', 0),
(1692, 122, '982', 'sound_set_36', 3, 0, 0, 1, '0', 0),
(1693, 122, '983', 'sound_set_35', 3, 0, 0, 1, '0', 0),
(1694, 122, '984', 'sound_set_34', 3, 0, 0, 1, '0', 0),
(1695, 122, '985', 'sound_set_33', 3, 0, 0, 1, '0', 0),
(1696, 122, '986', 'sound_set_32', 3, 0, 0, 1, '0', 0),
(1697, 122, '987', 'sound_set_31', 3, 0, 0, 1, '0', 0),
(1698, 122, '988', 'sound_set_30', 3, 0, 0, 1, '0', 0),
(1699, 122, '989', 'sound_set_29', 3, 0, 0, 1, '0', 0),
(1700, 122, '1002', 'sound_set_37', 3, 0, 0, 1, '0', 0),
(1701, 122, '1010', 'sound_set_44', 3, 0, 0, 1, '0', 0),
(1702, 122, '1011', 'sound_set_43', 3, 0, 0, 1, '0', 0),
(1703, 122, '1012', 'sound_set_42', 3, 0, 0, 1, '0', 0),
(1704, 122, '1013', 'sound_set_41', 3, 0, 0, 1, '0', 0),
(1705, 122, '1014', 'sound_set_40', 3, 0, 0, 1, '0', 0),
(1706, 122, '1015', 'sound_set_39', 3, 0, 0, 1, '0', 0),
(1707, 122, '1016', 'sound_set_38', 3, 0, 0, 1, '0', 0),
(1708, 122, '1027', 'sound_set_52', 3, 0, 0, 1, '0', 0),
(1709, 122, '1028', 'sound_set_51', 3, 0, 0, 1, '0', 0),
(1710, 122, '1029', 'sound_set_50', 3, 0, 0, 1, '0', 0),
(1711, 122, '1030', 'sound_set_49', 3, 0, 0, 1, '0', 0),
(1712, 122, '1031', 'sound_set_48', 3, 0, 0, 1, '0', 0),
(1713, 122, '1032', 'sound_set_47', 3, 0, 0, 1, '0', 0),
(1714, 122, '1033', 'sound_set_46', 3, 0, 0, 1, '0', 0),
(1715, 122, '1034', 'sound_set_45', 3, 0, 0, 1, '0', 0),
(1716, 122, '1041', 'sound_set_54', 3, 0, 0, 1, '0', 0),
(1717, 122, '1042', 'sound_set_53', 3, 0, 0, 1, '0', 0),
(1718, 122, '1056', 'sound_set_59', 3, 0, 0, 1, '0', 0),
(1719, 122, '1057', 'sound_set_58', 3, 0, 0, 1, '0', 0),
(1720, 122, '1058', 'sound_set_57', 3, 0, 0, 1, '0', 0),
(1721, 122, '1059', 'sound_set_56', 3, 0, 0, 1, '0', 0),
(1722, 122, '1060', 'sound_set_55', 3, 0, 0, 1, '0', 0),
(1723, 122, '1101', 'sound_set_61', 3, 0, 0, 1, '0', 0),
(1724, 122, '1102', 'sound_set_60', 3, 0, 0, 1, '0', 0),
(1725, 122, '1136', 'sound_set_64', 3, 0, 0, 1, '0', 0),
(1726, 122, '1137', 'sound_set_63', 3, 0, 0, 1, '0', 0),
(1727, 122, '1138', 'sound_set_62', 3, 0, 0, 1, '0', 0),
(1728, 122, '1173', 'sound_set_70', 3, 0, 0, 1, '0', 0),
(1729, 122, '1174', 'sound_set_69', 3, 0, 0, 1, '0', 0),
(1730, 122, '1175', 'sound_set_68', 3, 0, 0, 1, '0', 0),
(1731, 122, '1176', 'sound_set_67', 3, 0, 0, 1, '0', 0),
(1732, 122, '1177', 'sound_set_66', 3, 0, 0, 1, '0', 0),
(1733, 122, '1178', 'sound_set_65', 3, 0, 0, 1, '0', 0),
(1734, 122, '1382', 'sound_set_71', 3, 0, 0, 1, '0', 0),
(1735, 122, '1551', 'sound_set_72', 3, 0, 0, 1, '0', 0),
(1736, 95, '868', 'rclr_sofa', 10, 0, 0, 1, '0', 0),
(1737, 72, '867', 'rom_lamp', 3, 0, 0, 1, '0', 0),
(1738, 95, '869', 'rclr_garden', 10, 0, 0, 1, '0', 0),
(1739, 95, '870', 'rclr_chair', 10, 0, 0, 1, '0', 0),
(1740, 95, '991', 'rare_mnstr', 10, 0, 0, 1, '0', 0),
(1752, 121, '1008', 'jukebox*1', 5, 0, 0, 1, '0', 0),
(1742, 105, '993', 'one_way_door*3', 10, 0, 0, 1, '0', 0),
(1743, 105, '994', 'one_way_door*4', 10, 0, 0, 1, '0', 0),
(1744, 105, '995', 'one_way_door*5', 10, 0, 0, 1, '0', 0),
(1745, 105, '996', 'one_way_door*6', 10, 0, 0, 1, '0', 0),
(1746, 105, '997', 'one_way_door*7', 10, 0, 0, 1, '0', 0),
(1747, 105, '998', 'one_way_door*8', 10, 0, 0, 1, '0', 0),
(1748, 105, '999', 'one_way_door*9', 10, 0, 0, 1, '0', 0),
(1753, 66, '1023', 'habboween_crypt', 6, 0, 0, 1, '0', 0),
(1750, 105, '992', 'one_way_door*2', 10, 0, 0, 1, '0', 0),
(1754, 66, '1024', 'habboween_grass', 5, 0, 0, 1, '0', 0),
(1755, 39, '1044', 'plant_mazegate_snow', 3, 0, 0, 1, '0', 0),
(1756, 39, '1045', 'plant_maze_snow', 3, 0, 0, 1, '0', 0),
(1759, 123, '1062', 'noob_table*2', 10, 0, 0, 1, '0', 0),
(1760, 123, '1063', 'noob_table*3', 10, 0, 0, 1, '0', 0),
(1808, 75, '1107', 'sand_cstl_wall', 5, 0, 0, 1, '0', 0),
(1762, 123, '1064', 'noob_table*4', 10, 0, 0, 1, '0', 0),
(1763, 123, '1065', 'noob_table*5', 10, 0, 0, 1, '0', 0),
(1764, 123, '1066', 'noob_table*6', 10, 0, 0, 1, '0', 0),
(1765, 123, '1067', 'noob_stool*1', 10, 0, 0, 1, '0', 0),
(1766, 123, '1068', 'noob_stool*2', 10, 0, 0, 1, '0', 0),
(1767, 123, '1069', 'noob_stool*3', 10, 0, 0, 1, '0', 0),
(1768, 123, '1070', 'noob_stool*4', 10, 0, 0, 1, '0', 0),
(1769, 123, '1071', 'noob_stool*5', 10, 0, 0, 1, '0', 0),
(1770, 123, '1072', 'noob_stool*6', 10, 0, 0, 1, '0', 0),
(1771, 123, '1073', 'noob_rug*1', 10, 0, 0, 1, '0', 0),
(1772, 123, '1074', 'noob_rug*2', 10, 0, 0, 1, '0', 0),
(1773, 123, '1075', 'noob_rug*3', 10, 0, 0, 1, '0', 0),
(1774, 123, '1076', 'noob_rug*4', 10, 0, 0, 1, '0', 0),
(1775, 123, '1077', 'noob_rug*5', 10, 0, 0, 1, '0', 0),
(1776, 123, '1078', 'noob_rug*6', 10, 0, 0, 1, '0', 0),
(1777, 123, '1079', 'noob_lamp*1', 10, 0, 0, 1, '0', 0),
(1778, 123, '1080', 'noob_lamp*2', 10, 0, 0, 1, '0', 0),
(1779, 123, '1081', 'noob_lamp*3', 10, 0, 0, 1, '0', 0),
(1780, 123, '1082', 'noob_lamp*4', 10, 0, 0, 1, '0', 0),
(1781, 123, '1083', 'noob_lamp*5', 10, 0, 0, 1, '0', 0),
(1782, 123, '1084', 'noob_lamp*6', 10, 0, 0, 1, '0', 0),
(1783, 123, '1085', 'noob_chair*1', 10, 0, 0, 1, '0', 0),
(1784, 123, '1086', 'noob_chair*2', 10, 0, 0, 1, '0', 0),
(1785, 123, '1087', 'noob_chair*3', 10, 0, 0, 1, '0', 0),
(1786, 123, '1088', 'noob_chair*4', 10, 0, 0, 1, '0', 0),
(1787, 123, '1089', 'noob_chair*5', 10, 0, 0, 1, '0', 0),
(1788, 123, '1090', 'noob_chair*6', 10, 0, 0, 1, '0', 0),
(1826, 126, '1168', 'tiki_corner', 300, 0, 0, 100, '0', 0),
(1825, 126, '1167', 'tiki_junglerug', 45, 0, 0, 10, '0', 0),
(1824, 126, '1167', 'tiki_junglerug', 5, 0, 0, 1, '0', 0),
(1823, 126, '1166', 'tiki_parasol', 4, 0, 0, 1, '0', 0),
(1822, 126, '1165', 'tiki_sand', 45, 0, 0, 10, '0', 0),
(1821, 126, '1165', 'tiki_sand', 5, 0, 0, 1, '0', 0),
(1795, 123, '1185', 'noob_plant', 10, 0, 0, 1, '0', 0),
(1820, 126, '1164', 'tiki_statue', 5, 0, 0, 1, '0', 0),
(1819, 126, '1163', 'tiki_torch', 3, 0, 0, 1, '0', 0),
(1818, 126, '1162', 'tiki_toucan', 4, 0, 0, 1, '0', 0),
(1817, 126, '1161', 'tiki_tray0', 3, 0, 0, 1, '0', 0),
(1816, 126, '1159', 'tiki_tray2', 3, 0, 0, 1, '0', 0),
(1815, 126, '1160', 'tiki_tray1', 3, 0, 0, 1, '0', 0),
(1832, 76, '1103', 'fortune', 5, 0, 0, 1, '0', 0),
(1813, 126, '1158', 'tiki_tray3', 3, 0, 0, 1, '0', 0),
(1812, 126, '1157', 'tiki_tray4', 3, 0, 0, 1, '0', 0),
(1811, 126, '1156', 'tiki_waterfall', 5, 0, 0, 1, '0', 0),
(1809, 75, '1108', 'sand_cstl_twr', 5, 0, 0, 1, '0', 0),
(1810, 75, '1109', 'sand_cstl_gate', 5, 0, 0, 1, '0', 0),
(1827, 126, '1169', 'tiki_bflies', 3, 0, 0, 1, '0', 0),
(1828, 126, '1170', 'tiki_bench', 3, 0, 0, 1, '0', 0),
(1829, 126, '1171', 'tiki_bardesk', 300, 0, 0, 100, '0', 0),
(1830, 126, '1690', 'tiki_wallplnt', 4, 0, 0, 1, '0', 0),
(1831, 126, '1691', 'tiki_surfboard', 3, 0, 0, 1, '0', 0),
(1833, 95, '1104', 'sw_table', 10, 0, 0, 1, '0', 0),
(1834, 95, '1105', 'sw_raven', 10, 0, 0, 1, '0', 0),
(1836, 95, '1106', 'sw_chest', 10, 0, 0, 1, '0', 0),
(1838, 95, '1113', 'rclr_lamp', 10, 0, 0, 1, '0', 0),
(1839, 95, '1117', 'md_rug', 10, 0, 0, 1, '0', 0),
(1840, 95, '1116', 'nouvelle_trax', 10, 0, 0, 1, '0', 0),
(1841, 95, '1139', 'jukebox_ptv*1', 10, 0, 0, 1, '0', 0),
(1842, 121, '1141', 'traxsilver', 5, 0, 0, 1, '0', 0),
(1843, 121, '1142', 'traxgold', 5, 0, 0, 1, '0', 0),
(1844, 121, '1143', 'traxbronze', 5, 0, 0, 1, '0', 0),
(1845, 95, '1144', 'bench_puffet', 10, 0, 0, 1, '0', 0),
(1846, 13, '1145', 'CFC_500_goldbar', 500, 0, 0, 1, '0', 0),
(1847, 13, '1146', 'CFC_200_moneybag', 200, 0, 0, 1, '0', 0),
(1848, 13, '1148', 'CFC_100_coin_gold', 100, 0, 0, 1, '0', 0),
(1851, 128, '19940', 'urban_bench_plain', 4, 0, 0, 1, '0', 0),
(1850, 13, '1149', 'CFC_50_coin_silver', 50, 0, 0, 1, '0', 0),
(1852, 95, '1328', 'ads_igorswitch', 10, 0, 0, 1, '0', 0),
(1853, 95, '1329', 'ads_711*1', 10, 0, 0, 1, '0', 0),
(1854, 95, '1330', 'ads_711*2', 10, 0, 0, 1, '0', 0),
(1855, 95, '1331', 'ads_711*3', 10, 0, 0, 1, '0', 0),
(1856, 95, '1332', 'ads_711*4', 10, 0, 0, 1, '0', 0),
(1857, 95, '1333', 'ads_igorraygun', 10, 0, 0, 1, '0', 0),
(1858, 95, '1412', 'ads_cldesk', 10, 0, 0, 1, '0', 0),
(1859, 29, '1414', 'ads_cltele', 10, 0, 0, 1, '0', 0),
(1860, 95, '1415', 'ads_clfloor', 10, 0, 0, 1, '0', 0),
(1862, 95, '1327', 'ads_igorbrain', 10, 0, 0, 1, '0', 0),
(1863, 29, '1417', 'ads_mall_tele', 10, 0, 0, 1, '0', 0),
(1864, 98, '1441', 'ads_idol_floor1', 10, 0, 0, 1, '0', 0),
(1865, 95, '1442', 'ads_igor_dsk', 10, 0, 0, 1, '0', 0),
(1866, 98, '1443', 'ads_idol_desk', 10, 0, 0, 1, '0', 0),
(1867, 98, '1444', 'ads_idol_ch', 10, 0, 0, 1, '0', 0),
(1868, 95, '1445', 'ads_igor_flask', 10, 0, 0, 1, '0', 0),
(1869, 98, '1446', 'ads_idol_drape', 10, 0, 0, 1, '0', 0),
(1870, 98, '1447', 'ads_idol_floor2', 10, 0, 0, 1, '0', 0),
(1871, 98, '1453', 'ads_idol_piano', 10, 0, 0, 1, '0', 0),
(1872, 95, '1455', 'ads_711shelf', 10, 0, 0, 1, '0', 0),
(1873, 98, '1464', 'ads_idol_jukebox*1', 10, 0, 0, 1, '0', 0),
(1874, 98, '1465', 'ads_idol_pchair', 10, 0, 0, 1, '0', 0),
(1875, 98, '1467', 'ads_idol_audChr', 10, 0, 0, 1, '0', 0),
(1876, 98, '1468', 'ads_idol_trax', 10, 0, 0, 1, '0', 0),
(1877, 29, '1469', 'ads_idol_tele', 10, 0, 0, 1, '0', 0),
(1878, 98, '1474', 'ads_idol_mic', 10, 0, 0, 1, '0', 0),
(1879, 98, '1475', 'ads_idol_hotspot', 10, 0, 0, 1, '0', 0),
(1880, 98, '1476', 'ads_idol_clRack', 10, 0, 0, 1, '0', 0),
(1881, 98, '1477', 'ads_idol_voting_ch', 10, 0, 0, 1, '0', 0),
(1882, 95, '1491', 'ads_frankb', 10, 0, 0, 1, '0', 0),
(1883, 95, '1508', 'ads_grefusa_cactus', 10, 0, 0, 1, '0', 0),
(1884, 98, '1509', 'ads_idol_tube', 10, 0, 0, 1, '0', 0),
(1885, 98, '1511', 'ads_idol_cork', 10, 0, 0, 1, '0', 0),
(1886, 95, '1512', 'ads_cl_jukeb', 10, 0, 0, 1, '0', 0),
(1887, 98, '1518', 'ads_idol_newsDsk', 10, 0, 0, 1, '0', 0),
(1888, 98, '1524', 'ads_idol_ichair', 10, 0, 0, 1, '0', 0),
(1889, 95, '1526', 'ads_reebok_block2', 10, 0, 0, 1, '0', 0),
(1890, 95, '1527', 'ads_malaco_rug', 10, 0, 0, 1, '0', 0),
(1891, 95, '1530', 'ads_malaco_gu', 10, 0, 0, 1, '0', 0),
(1892, 95, '1531', 'ads_clcake', 10, 0, 0, 1, '0', 0),
(1893, 95, '1532', 'ads_cl_sofa', 10, 0, 0, 1, '0', 0),
(1894, 98, '1533', 'ads_idol_tblCloth', 10, 0, 0, 1, '0', 0),
(1895, 98, '1534', 'ads_idol_carpet', 10, 0, 0, 1, '0', 0),
(1896, 98, '1535', 'ads_idol_lamp', 10, 0, 0, 1, '0', 0),
(1897, 95, '1541', 'ads_goldtabl', 10, 0, 0, 1, '0', 0),
(1898, 95, '1553', 'ads_calip_cola*1', 10, 0, 0, 1, '0', 0),
(1899, 95, '1554', 'ads_calip_cola*2', 10, 0, 0, 1, '0', 0),
(1900, 95, '1555', 'ads_calip_cola*3', 10, 0, 0, 1, '0', 0),
(1901, 95, '1630', 'ads_711*6', 10, 0, 0, 1, '0', 0),
(1902, 95, '1556', 'ads_calip_cola*4', 10, 0, 0, 1, '0', 0),
(1903, 95, '1562', 'ads_calip_chair', 10, 0, 0, 1, '0', 0),
(1904, 98, '1563', 'ads_idol_trophy', 10, 0, 0, 1, '0', 0),
(1905, 95, '1565', 'ads_calip_pool', 10, 0, 0, 1, '0', 0),
(1906, 29, '1572', 'ads_calip_tele', 10, 0, 0, 1, '0', 0),
(2106, 94, '247', 'rare_daffodil_rug', 800, 0, 0, 100, '0', 0),
(1908, 95, '1587', 'ads_calip_lava', 10, 0, 0, 1, '0', 0),
(1909, 95, '1591', 'ads_mall_coffeem', 10, 0, 0, 1, '0', 0),
(1910, 95, '1612', 'ads_mall_kiosk', 10, 0, 0, 1, '0', 0),
(1911, 95, '1619', 'ads_elisa_gnome', 10, 0, 0, 1, '0', 0),
(1912, 95, '1621', 'ads_oc_soda', 10, 0, 0, 1, '0', 0),
(1913, 95, '1629', 'ads_711*5', 10, 0, 0, 1, '0', 0),
(1914, 95, '1631', 'ads_711*7', 10, 0, 0, 1, '0', 0),
(1915, 29, '1652', 'ads_1800tele', 10, 0, 0, 1, '0', 0),
(1916, 95, '1707', 'ads_sunnyd', 10, 0, 0, 1, '0', 0),
(1917, 95, '1711', 'ads_dave_wall', 10, 0, 0, 1, '0', 0),
(1918, 95, '1714', 'ads_nokia_logo', 10, 0, 0, 1, '0', 0),
(1919, 95, '1715', 'ads_nokia_phone', 10, 0, 0, 1, '0', 0),
(1920, 95, '1720', 'ads_campguitar', 10, 0, 0, 1, '0', 0),
(1921, 95, '1728', 'ads_cmusic', 10, 0, 0, 1, '0', 0),
(1922, 95, '1741', 'ads_clwall1', 10, 0, 0, 1, '0', 0),
(1923, 95, '1742', 'ads_clwall2', 10, 0, 0, 1, '0', 0),
(1924, 95, '1743', 'ads_clwall3', 10, 0, 0, 1, '0', 0),
(1925, 95, '1744', 'ads_ob_wall', 10, 0, 0, 1, '0', 0),
(1926, 95, '1745', 'ads_mall_window', 10, 0, 0, 1, '0', 0),
(99000, 27, '99000', 'qt_xm10_nest', 10, 0, 0, 1, '0', 0),
(1928, 95, '1750', 'ads_igor_wall', 10, 0, 0, 1, '0', 0),
(1929, 95, '1751', 'ads_igorevilb', 10, 0, 0, 1, '0', 0),
(1930, 98, '1752', 'ads_idol_wall', 10, 0, 0, 1, '0', 0),
(1931, 95, '1753', 'ads_mall_winfur', 10, 0, 0, 1, '0', 0),
(1932, 95, '1754', 'ads_mall_winpet', 10, 0, 0, 1, '0', 0),
(1933, 98, '1758', 'ads_idol_tv', 10, 0, 0, 1, '0', 0),
(1934, 98, '1760', 'ads_idol_mirror', 10, 0, 0, 1, '0', 0),
(1935, 95, '1761', 'ads_mall_wincin', 10, 0, 0, 1, '0', 0),
(1936, 95, '1762', 'ads_mall_winmus', 10, 0, 0, 1, '0', 0),
(1937, 95, '1763', 'ads_mall_winbea', 10, 0, 0, 1, '0', 0),
(1938, 95, '1765', 'ads_mall_winchi', 10, 0, 0, 1, '0', 0),
(1939, 95, '1768', 'ads_mall_winice', 10, 0, 0, 1, '0', 0),
(1940, 95, '1769', 'ads_mall_winspo', 10, 0, 0, 1, '0', 0),
(1941, 98, '1770', 'ads_idol_logo', 10, 0, 0, 1, '0', 0),
(1942, 95, '1773', 'ads_lin_wh_c', 10, 0, 0, 1, '0', 0),
(1943, 95, '1774', 'ads_malaco_tv', 10, 0, 0, 1, '0', 0),
(1944, 95, '1775', 'ads_puffet_tv', 10, 0, 0, 1, '0', 0),
(1945, 95, '1776', 'ads_reebok_tv', 10, 0, 0, 1, '0', 0),
(1946, 95, '1784', 'ads_mirror', 10, 0, 0, 1, '0', 0),
(1947, 95, '1789', 'ads_wwe_poster', 10, 0, 0, 1, '0', 0),
(1948, 95, '1790', 'ads_mall_wintra', 10, 0, 0, 1, '0', 0),
(1949, 95, '1793', 'ads_veet', 10, 0, 0, 1, '0', 0),
(1950, 95, '1797', 'ads_mall_wingar', 10, 0, 0, 1, '0', 0),
(1951, 95, '1799', 'ads_mall_winclo', 10, 0, 0, 1, '0', 0),
(2011, 88, '1725', 'hw_08_xray', 5, 0, 0, 1, '0', 0),
(1954, 95, '20037', 'ads_calip_parasol', 10, 0, 0, 1, '0', 0),
(1956, 95, '1172', 'tampax_rug', 10, 0, 0, 1, '0', 0),
(1957, 95, '1692', 'tampax_wall', 10, 0, 0, 1, '0', 0),
(1958, 105, '20025', 'pillar*6', 10, 0, 0, 1, '0', 0),
(1959, 55, '20026', 'shelves_norja*4', 3, 0, 0, 1, '0', 0),
(1960, 30, '20027', 'bed_polyfon*2', 4, 0, 0, 1, '0', 0),
(1961, 55, '20028', 'divider_nor5*6', 3, 0, 0, 1, '0', 0),
(1962, 76, '20029', 'val_cauldron', 10, 0, 0, 1, '0', 0),
(1963, 32, '20030', 'pura_mdl5*1', 3, 0, 0, 100, '0', 0),
(1964, 105, '20031', 'one_way_door*1', 10, 0, 0, 1, '0', 0),
(1976, 128, '20006', 'urban_fence_corner', 3, 0, 0, 1, '0', 0),
(1966, 60, '20032', 'exe_globe', 5, 0, 0, 1, '0', 0),
(2097, 95, '20041', 'year2010', 10, 0, 0, 1, '0', 0),
(1968, 45, '20035', 'fx_bubble', 10, 0, 0, 1, '0', 0),
(1969, 129, '20036', 'bump_tottero', 10, 0, 0, 1, '0', 0),
(1970, 129, '1502', 'bump_road', 10, 0, 0, 1, '0', 0),
(1971, 129, '1497', 'bump_lights', 10, 0, 0, 1, '0', 0),
(1972, 129, '1496', 'bump_tires', 10, 0, 0, 1, '0', 0),
(1973, 129, '1492', 'bump_signs', 10, 0, 0, 1, '0', 0),
(1974, 103, '20034', 'diner_bardesk_corner*5', 3, 0, 0, 1, '0', 0),
(1977, 128, '20016', 'urban_lamp', 4, 0, 0, 1, '0', 0),
(1978, 128, '20018', 'urban_wall', 5, 0, 0, 1, '0', 0),
(1979, 128, '20011', 'urban_wpost', 3, 0, 0, 1, '0', 0),
(1980, 128, '20010', 'urban_sidewalk', 4, 0, 0, 1, '0', 0),
(1981, 128, '20008', 'urban_bench', 3, 0, 0, 1, '0', 0),
(1982, 128, '20007', 'urban_carsofa', 4, 0, 0, 1, '0', 0),
(1983, 128, '20014', 'urban_blocker', 2, 0, 0, 1, '0', 0),
(1984, 128, '20013', 'urban_bin', 3, 0, 0, 1, '0', 0),
(1985, 128, '20012', 'urban_fence', 3, 0, 0, 1, '0', 0),
(1986, 128, '20015', 'urban_bsktbll', 4, 0, 0, 1, '0', 0),
(1987, 125, '19877', 'avatar_effect9', 10, 0, 0, 1, '0', 0),
(1988, 125, '19878', 'avatar_effect6', 10, 0, 0, 1, '0', 0),
(1989, 125, '19879', 'avatar_effect16', 10, 0, 0, 1, '0', 0),
(1990, 125, '19880', 'avatar_effect2', 10, 0, 0, 1, '0', 0),
(1991, 125, '19881', 'avatar_effect14', 10, 0, 0, 1, '0', 0),
(1992, 125, '19882', 'avatar_effect15', 10, 0, 0, 1, '0', 0),
(1993, 125, '19883', 'avatar_effect3', 10, 0, 0, 1, '0', 0),
(1994, 125, '19884', 'avatar_effect17', 10, 0, 0, 1, '0', 0),
(1995, 125, '19885', 'avatar_effect18', 10, 0, 0, 1, '0', 0),
(1996, 125, '19886', 'avatar_effect1', 10, 0, 0, 1, '0', 0),
(1997, 125, '19887', 'avatar_effect4', 10, 0, 0, 1, '0', 0),
(1998, 125, '19888', 'avatar_effect5', 10, 0, 0, 1, '0', 0),
(1999, 125, '19889', 'avatar_effect7', 10, 0, 0, 1, '0', 0),
(2000, 125, '19890', 'avatar_effect8', 10, 0, 0, 1, '0', 0),
(2001, 125, '19891', 'avatar_effect10', 10, 0, 0, 1, '0', 0),
(2002, 125, '19892', 'avatar_effect12', 10, 0, 0, 1, '0', 0),
(2003, 125, '19893', 'avatar_effect13', 10, 0, 0, 1, '0', 0),
(2004, 129, '19957', 'avatar_effect22', 10, 0, 0, 1, '0', 0),
(2005, 129, '19958', 'avatar_effect19', 10, 0, 0, 1, '0', 0),
(2006, 129, '19959', 'avatar_effect20', 10, 0, 0, 1, '0', 0),
(2007, 129, '19960', 'avatar_effect21', 10, 0, 0, 1, '0', 0),
(2016, 95, '1681', 'sw_stone', 10, 0, 0, 1, '0', 0),
(2012, 95, '1718', 'netari_poster', 10, 0, 0, 1, '0', 0),
(2013, 95, '1713', 'easy_poster', 10, 0, 0, 1, '0', 0),
(2014, 95, '1684', 'md_logo_wall', 10, 0, 0, 1, '0', 0),
(2015, 95, '1682', 'sw_hole', 10, 0, 0, 1, '0', 0),
(2017, 95, '1680', 'sw_swords', 10, 0, 0, 1, '0', 0),
(2018, 41, '1675', 'guitar_v', 4, 0, 0, 1, '0', 0),
(2019, 41, '1674', 'guitar_skull', 4, 0, 0, 1, '0', 0),
(2020, 43, '1673', 'habbowheel', 5, 0, 0, 1, '0', 0),
(2021, 72, '1670', 'wallmirror', 3, 0, 0, 1, '0', 0),
(2022, 85, '1633', 'pix_asteroid', 10, 0, 0, 1, '0', 0),
(2023, 71, '1626', 'rela_stone', 4, 0, 0, 1, '0', 0),
(2024, 94, '1622', 'marsrug', 5000, 0, 0, 1, '0', 0),
(2025, 85, '1592', 'totem_planet', 10, 0, 0, 100, '0', 0),
(2026, 95, '1590', 'voting_ch', 10, 0, 0, 1, '0', 0),
(2027, 73, '1586', 'transparent_floor', 5, 0, 0, 1, '0', 0),
(2028, 95, '1583', 'clrack', 10, 0, 0, 1, '0', 0),
(2029, 95, '1582', 'noticeboard', 10, 0, 0, 1, '0', 0),
(2030, 95, '1577', 'audChr', 10, 0, 0, 1, '0', 0),
(2031, 85, '1571', 'saturn', 10, 0, 0, 1, '0', 0),
(2032, 95, '1566', 'laptopdesk', 10, 0, 0, 1, '0', 0),
(2033, 85, '1564', 'totem_head', 10, 0, 0, 1, '0', 0),
(2034, 29, '1538', 'env_telep', 5, 0, 0, 1, '0', 0),
(2035, 95, '1529', 'tray_glasstower', 6, 0, 0, 1, '0', 0),
(2036, 95, '1528', 'tray_champagne', 5, 0, 0, 1, '0', 0),
(2037, 95, '1525', 'tray_cake', 4, 0, 0, 1, '0', 0),
(2038, 34, '1522', 'env_tree4', 5, 0, 0, 1, '0', 0),
(2039, 34, '1520', 'env_tree2', 3, 0, 0, 1, '0', 0),
(2040, 34, '1519', 'env_tree1', 3, 0, 0, 1, '0', 0),
(2044, 34, '1515', 'env_bushes', 5, 0, 0, 1, '0', 0),
(2043, 34, '1516', 'env_bushes_gate', 5, 0, 0, 1, '0', 0),
(2045, 34, '1514', 'env_tree3', 3, 0, 0, 1, '0', 0),
(2046, 34, '1513', 'env_grass', 250, 0, 0, 50, '0', 0),
(2047, 34, '1513', 'env_grass', 15, 0, 0, 4, '0', 0),
(2048, 85, '1507', 'totem_leg', 10, 0, 0, 1, '0', 0);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(2110, 112, '20052', 'ads_twi_crest', 6, 0, 0, 1, '0', 0),
(2050, 58, '1448', 'lostc_octopus', 6, 0, 0, 1, '0', 0),
(2052, 85, '1430', 'planet_of_love', 10, 0, 0, 1, '0', 0),
(2054, 28, '1365', 'penguin_basic', 2, 0, 0, 1, '0', 0),
(2055, 28, '1367', 'penguin_musketeer', 2, 0, 0, 1, '0', 0),
(2056, 28, '1370', 'penguin_wrestler', 2, 0, 0, 1, '0', 0),
(2057, 28, '1372', 'penguin_robot', 2, 0, 0, 1, '0', 0),
(2058, 28, '1376', 'penguin_suit', 2, 0, 0, 1, '0', 0),
(2059, 28, '1379', 'penguin_icehockey', 2, 0, 0, 1, '0', 0),
(2060, 28, '1380', 'penguin_pilot', 2, 0, 0, 1, '0', 0),
(2061, 28, '1381', 'penguin_ballet', 2, 0, 0, 1, '0', 0),
(2062, 28, '1383', 'penguin_boxer', 2, 0, 0, 1, '0', 0),
(2063, 28, '1384', 'penguin_glow', 2, 0, 0, 1, '0', 0),
(2064, 28, '1385', 'penguin_swim', 2, 0, 0, 1, '0', 0),
(2065, 28, '1386', 'penguin_sumo', 2, 0, 0, 1, '0', 0),
(2066, 28, '1388', 'penguin_clown', 2, 0, 0, 1, '0', 0),
(2067, 28, '1389', 'penguin_infected', 2, 0, 0, 1, '0', 0),
(2068, 28, '1393', 'penguin_super', 2, 0, 0, 1, '0', 0),
(2069, 28, '1396', 'penguin_rock', 2, 0, 0, 1, '0', 0),
(2070, 28, '1399', 'penguin_ski', 2, 0, 0, 1, '0', 0),
(2071, 28, '1400', 'penguin_skater', 2, 0, 0, 1, '0', 0),
(2072, 28, '1402', 'penguin_elf', 2, 0, 0, 1, '0', 0),
(2073, 28, '1403', 'penguin_bunny', 2, 0, 0, 1, '0', 0),
(2074, 28, '1404', 'penguin_ninja', 2, 0, 0, 1, '0', 0),
(2075, 28, '1405', 'penguin_magician', 2, 0, 0, 1, '0', 0),
(2076, 28, '1406', 'penguin_hunchback', 2, 0, 0, 1, '0', 0),
(2077, 28, '1407', 'penguin_cowboy', 2, 0, 0, 1, '0', 0),
(2078, 28, '1408', 'penguin_punk', 2, 0, 0, 1, '0', 0),
(2079, 28, '1409', 'penguin_pirate', 2, 0, 0, 1, '0', 0),
(2080, 45, '1390', 'fx_flare', 10, 0, 0, 1, '0', 0),
(2081, 95, '1377', 'svnr_fi', 10, 0, 0, 1, '0', 0),
(2082, 45, '1371', 'fx_explosion', 10, 0, 0, 1, '0', 0),
(2084, 95, '1202', 'svnr_aus', 10, 0, 0, 1, '0', 0),
(2085, 95, '1201', 'svnr_de', 10, 0, 0, 1, '0', 0),
(2086, 95, '1200', 'svnr_it', 10, 0, 0, 1, '0', 0),
(2087, 95, '1199', 'svnr_nl', 10, 0, 0, 1, '0', 0),
(2088, 95, '1198', 'svnr_uk', 10, 0, 0, 1, '0', 0),
(2089, 36, '20024', 'table_plasto_square*9', 3, 0, 0, 1, '0', 0),
(2090, 76, '20021', 'heart', 5, 0, 0, 1, '0', 0),
(2091, 95, '1303', 'easy_carpet', 10, 0, 0, 1, '0', 0),
(2092, 95, '1304', 'easy_bowl2', 10, 0, 0, 1, '0', 0),
(2093, 95, '1319', 'netari_carpet', 10, 0, 0, 1, '0', 0),
(2094, 40, '1325', 'sob_carpet', 3, 0, 0, 1, '0', 0),
(2095, 95, '1326', 'igor_seat', 10, 0, 0, 1, '0', 0),
(2098, 95, '20042', 'party_lantern', 10, 0, 0, 1, '0', 0),
(2103, 56, '20045', 'arabian_tile', 5, 0, 0, 1, '0', 0),
(2105, 29, '20048', 'ads_mall_elevator', 10, 0, 0, 1, '0', 0),
(2112, 112, '20053', 'ads_twi_paint', 3, 0, 0, 1, '0', 0),
(2107, 95, '20050', 'xm09_infotv', 10, 0, 0, 1, '0', 0),
(2113, 112, '20054', 'ads_twi_windw', 3, 0, 0, 1, '0', 0),
(2114, 112, '20055', 'ads_twi_bwall2', 3, 0, 0, 1, '0', 0),
(2115, 112, '20056', 'ads_twi_dreamc', 3, 0, 0, 1, '0', 0),
(2116, 112, '20057', 'ads_twi_bwall1', 3, 0, 0, 1, '0', 0),
(2121, 56, '20059', 'arabian_wall', 4, 0, 0, 1, '0', 0),
(2123, 73, '20064', 'sf_mbar', 5, 0, 0, 1, '0', 0),
(2124, 27, '20063', 'xm09_cocoa', 6, 0, 0, 1, '0', 0),
(2126, 142, '317', 'nest', 3, 0, 0, 100, '0', 0),
(2127, 142, '318', 'petfood1', 3, 0, 0, 1, '0', 0),
(2128, 142, '319', 'petfood2', 3, 0, 0, 1, '0', 0),
(2129, 142, '320', 'petfood3', 3, 0, 0, 1, '0', 0),
(2130, 142, '321', 'waterbowl*4', 3, 0, 0, 1, '0', 0),
(2131, 142, '322', 'waterbowl*5', 3, 0, 0, 1, '0', 0),
(2132, 142, '326', 'toy1', 3, 0, 0, 1, '0', 0),
(2133, 142, '323', 'waterbowl*2', 3, 0, 0, 1, '0', 0),
(2134, 142, '324', 'waterbowl*1', 3, 0, 0, 1, '0', 0),
(2135, 142, '325', 'waterbowl*3', 3, 0, 0, 1, '0', 0),
(2136, 142, '327', 'toy1*1', 3, 0, 0, 1, '0', 0),
(2137, 142, '328', 'toy1*2', 3, 0, 0, 1, '0', 0),
(2139, 142, '330', 'toy1*4', 3, 0, 0, 1, '0', 0),
(2140, 142, '331', 'goodie1', 3, 0, 0, 1, '0', 0),
(2141, 142, '332', 'goodie1*1', 3, 0, 0, 1, '0', 0),
(2142, 142, '333', 'goodie1*2', 3, 0, 0, 1, '0', 0),
(2143, 142, '334', 'goodie2', 3, 0, 0, 1, '0', 0),
(2144, 142, '334', 'goodie2', 3, 0, 0, 1, '0', 0),
(2145, 134, '1478', 'ecotron_box', 3, 0, 0, 1, '0', 0),
(2146, 134, '1479', 'eco_light2', 3, 0, 0, 1, '0', 0),
(2147, 134, '1480', 'eco_chair3', 3, 0, 0, 1, '0', 0),
(2148, 134, '1481', 'eco_table3', 3, 0, 0, 1, '0', 0),
(2149, 134, '1482', 'eco_lamp2', 3, 0, 0, 1, '0', 0),
(2150, 134, '1483', 'eco_sofa3', 3, 0, 0, 1, '0', 0),
(2151, 134, '1484', 'eco_table2', 3, 0, 0, 1, '0', 0),
(2152, 134, '1485', 'eco_fruits2', 3, 0, 0, 1, '0', 0),
(2153, 134, '1486', 'eco_sofa1', 3, 0, 0, 1, '0', 0),
(2154, 134, '1487', 'eco_fruits3', 3, 0, 0, 1, '0', 0),
(2155, 134, '1488', 'eco_light1', 3, 0, 0, 1, '0', 0),
(2156, 134, '1489', 'eco_tree1', 3, 0, 0, 1, '0', 0),
(2157, 134, '1490', 'eco_cactus2', 3, 0, 0, 1, '0', 0),
(2158, 134, '1493', 'eco_cactus1', 3, 0, 0, 1, '0', 0),
(2159, 134, '1494', 'eco_chair2', 3, 0, 0, 1, '0', 0),
(2160, 134, '1495', 'eco_cactus3', 3, 0, 0, 1, '0', 0),
(2161, 134, '1498', 'eco_lamp3', 3, 0, 0, 1, '0', 0),
(2164, 30, '631', 'divider_poly3*8', 3, 0, 0, 1, '0', 0),
(2163, 142, '819', 'petfood4', 3, 0, 0, 1, '0', 0),
(2165, 134, '164', 'present_gen', 3, 0, 0, 1, '0', 0),
(2166, 134, '165', 'present_gen1', 3, 0, 0, 1, '0', 0),
(2167, 134, '166', 'present_gen2', 3, 0, 0, 1, '0', 0),
(2168, 134, '167', 'present_gen3', 3, 0, 0, 1, '0', 0),
(2169, 134, '168', 'present_gen4', 3, 0, 0, 1, '0', 0),
(2170, 134, '169', 'present_gen5', 3, 0, 0, 1, '0', 0),
(2171, 134, '170', 'present_gen6', 3, 0, 0, 1, '0', 0),
(2172, 134, '1450', 'lc_medusa2', 3, 0, 0, 1, '0', 0),
(2173, 134, '1007', 'song_disk', 3, 0, 0, 1, '0', 0),
(2174, 134, '1499', 'eco_table1', 3, 0, 0, 1, '0', 0),
(2175, 134, '1500', 'eco_chair1', 3, 0, 0, 1, '0', 0),
(2176, 134, '1501', 'eco_sofa2', 3, 0, 0, 1, '0', 0),
(2177, 134, '1503', 'eco_fruits1', 3, 0, 0, 1, '0', 0),
(2178, 134, '1504', 'eco_lamp1', 3, 0, 0, 1, '0', 0),
(2179, 134, '1505', 'eco_light3', 3, 0, 0, 1, '0', 0),
(2180, 134, '1506', 'eco_tree2', 3, 0, 0, 1, '0', 0),
(2181, 134, '1542', 'eco_mush1', 3, 0, 0, 1, '0', 0),
(2182, 345123, '1547', 'eco_mush2', 0, 10, 4, 1, '0', 0),
(2183, 134, '1764', 'eco_curtains1', 3, 0, 0, 1, '0', 0),
(2184, 134, '1766', 'eco_curtains3', 3, 0, 0, 1, '0', 0),
(2185, 134, '1767', 'eco_curtains2', 3, 0, 0, 1, '0', 0),
(2195, 41, '20156', 'flag_dominicanrepublic', 3, 0, 0, 1, '0', 0),
(2194, 41, '20155', 'flag_ecuador', 3, 0, 0, 1, '0', 0),
(2193, 41, '20154', 'flag_chile', 3, 0, 0, 1, '0', 0),
(2190, 41, '20151', 'flag_singapore', 3, 0, 0, 1, '0', 0),
(2191, 41, '20153', 'flag_columbia', 3, 0, 0, 1, '0', 0),
(2196, 41, '20157', 'flag_newzealand', 3, 0, 0, 1, '0', 0),
(2197, 41, '20158', 'flag_malaysia', 3, 0, 0, 1, '0', 0),
(2198, 41, '20160', 'flag_venezl', 3, 0, 0, 1, '0', 0),
(2199, 41, '20161', 'flag_algeria', 3, 0, 0, 1, '0', 0),
(2200, 41, '20162', 'flag_tunisia', 3, 0, 0, 1, '0', 0),
(2201, 41, '20163', 'flag_panama', 3, 0, 0, 1, '0', 0),
(2202, 41, '20164', 'flag_mexico', 3, 0, 0, 1, '0', 0),
(2203, 41, '20165', 'flag_argentina', 3, 0, 0, 1, '0', 0),
(2204, 41, '20166', 'flag_philippines', 3, 0, 0, 1, '0', 0),
(2205, 41, '20167', 'flag_greece', 3, 0, 0, 1, '0', 0),
(2206, 41, '20168', 'flag_peru', 3, 0, 0, 1, '0', 0),
(2207, 41, '20169', 'flag_morocco', 3, 0, 0, 1, '0', 0),
(2208, 41, '20170', 'flag_turkey', 3, 0, 0, 1, '0', 0),
(2209, 136, '20117', 'bling_fridge', 5, 0, 0, 1, '0', 0),
(2210, 136, '20121', 'bling_chair_a', 3, 0, 0, 1, '0', 0),
(2211, 136, '20123', 'bling_pool', 3, 0, 0, 1, '0', 0),
(2212, 136, '20124', 'bling_toilet', 4, 0, 0, 1, '0', 0),
(2213, 136, '20126', 'bling_chair_c', 3, 0, 0, 1, '0', 0),
(2214, 136, '20127', 'bling_chair_b', 3, 0, 0, 1, '0', 0),
(2215, 136, '20128', 'bling_shwr', 5, 0, 0, 1, '0', 0),
(2216, 136, '20129', 'bling_bed', 3, 0, 0, 1, '0', 0),
(2217, 136, '20130', 'bling_sofa', 4, 0, 0, 1, '0', 0),
(2218, 136, '20144', 'bling_fridge_restricted', 3, 0, 0, 1, '0', 0),
(2219, 136, '20200', 'bling_sink', 3, 0, 0, 1, '0', 0),
(2220, 136, '20202', 'bling_cabinet', 3, 0, 0, 1, '0', 0),
(2223, 137, '20103', 'org_chairpnk', 3, 0, 0, 1, '0', 0),
(2224, 137, '20104', 'org_tblpnk', 3, 0, 0, 1, '0', 0),
(2225, 137, '20105', 'org_lampblk', 3, 0, 0, 1, '0', 0),
(2226, 137, '20106', 'org_lamppnk', 3, 0, 0, 1, '0', 0),
(2227, 137, '20107', 'org_table', 3, 0, 0, 1, '0', 0),
(2228, 137, '20111', 'org_chairblk', 3, 0, 0, 1, '0', 0),
(2229, 137, '20112', 'org_tblblk', 3, 0, 0, 1, '0', 0),
(2230, 137, '20113', 'org_chrblk', 3, 0, 0, 1, '0', 0),
(2231, 137, '20115', 'org_chrpnk', 3, 0, 0, 1, '0', 0),
(2232, 76, '20125', 'val09_floor', 3, 0, 0, 1, '0', 0),
(2233, 76, '20131', 'val09_floor2', 3, 0, 0, 1, '0', 0),
(2234, 76, '20198', 'val09_wdrobe_b', 5, 0, 0, 1, '0', 0),
(2235, 76, '20199', 'val09_wall2', 4, 0, 0, 1, '0', 0),
(2236, 76, '20201', 'val09_wall1', 4, 0, 0, 1, '0', 0),
(2237, 76, '20204', 'val09_wdrobe_g', 5, 0, 0, 1, '0', 0),
(2238, 76, '20134', 'val_hSeat*1', 3, 0, 0, 1, '0', 0),
(2239, 76, '20135', 'val_hSeat*2', 3, 0, 0, 1, '0', 0),
(2240, 76, '20136', 'val_hSeat*3', 3, 0, 0, 1, '0', 0),
(2241, 76, '20137', 'val_hSeat*4', 3, 0, 0, 1, '0', 0),
(2242, 76, '20138', 'val_hSeat*5', 3, 0, 0, 1, '0', 0),
(2243, 76, '20139', 'val_hSeat*6', 3, 0, 0, 1, '0', 0),
(2244, 76, '20140', 'val_hSeat*7', 3, 0, 0, 1, '0', 0),
(2245, 76, '20141', 'val_basket', 3, 0, 0, 1, '0', 0),
(2246, 76, '20190', 'val_table1', 4, 0, 0, 1, '0', 0),
(2248, 27, '20093', 'xm09_lrgBauble', 10, 0, 0, 1, '0', 0),
(2250, 93, '20109', 'Trofeo 2009', 10, 0, 0, 1, '0', 0),
(2251, 27, '20171', 'xm09_bauble_12', 3, 0, 0, 1, '0', 0),
(2252, 27, '20172', 'xm09_bauble_16', 3, 0, 0, 1, '0', 0),
(2253, 27, '20173', 'xm09_bauble_17', 3, 0, 0, 1, '0', 0),
(2254, 27, '20174', 'xm09_bauble_15', 3, 0, 0, 1, '0', 0),
(2255, 27, '20175', 'xm09_bauble_10', 3, 0, 0, 1, '0', 0),
(2256, 27, '20176', 'xm09_bauble_9', 3, 0, 0, 1, '0', 0),
(2257, 27, '20177', 'xm09_bauble_18', 3, 0, 0, 1, '0', 0),
(2258, 27, '20178', 'xm09_bauble_13', 3, 0, 0, 1, '0', 0),
(2259, 27, '20179', 'xm09_bauble_2', 3, 0, 0, 1, '0', 0),
(2260, 27, '20180', 'xm09_bauble_1', 3, 0, 0, 1, '0', 0),
(2261, 27, '20181', 'xm09_bauble_22', 3, 0, 0, 1, '0', 0),
(2262, 27, '20182', 'xm09_bauble_3', 3, 0, 0, 1, '0', 0),
(2263, 27, '20183', 'xm09_bauble_21', 3, 0, 0, 1, '0', 0),
(2264, 27, '20184', 'xm09_bauble_8', 3, 0, 0, 1, '0', 0),
(2265, 27, '20185', 'xm09_bauble_4', 3, 0, 0, 1, '0', 0),
(2266, 27, '20186', 'xm09_bauble_5', 3, 0, 0, 1, '0', 0),
(2267, 27, '20187', 'xm09_bauble_11', 3, 0, 0, 1, '0', 0),
(2268, 27, '20188', 'xm09_bauble_20', 3, 0, 0, 1, '0', 0),
(2269, 27, '20191', 'xm09_bauble_14', 3, 0, 0, 1, '0', 0),
(2270, 27, '20192', 'xm09_bauble_7', 3, 0, 0, 1, '0', 0),
(2271, 27, '20193', 'xm09_bauble_6', 3, 0, 0, 1, '0', 0),
(2272, 27, '20194', 'xm09_bauble_19', 3, 0, 0, 1, '0', 0),
(2273, 76, '20132', 'teddy_basic', 4, 0, 0, 1, '0', 0),
(2274, 76, '20133', 'teddy_pendergrass', 5, 0, 0, 1, '0', 0),
(2275, 76, '20142', 'teddy_bear', 3, 0, 0, 1, '0', 0),
(2276, 76, '20143', 'teddy_pink', 4, 0, 0, 1, '0', 0),
(2277, 142, '20079', 'nest_plow_reg', 3, 0, 0, 100, '0', 0),
(2278, 142, '20080', 'nest_snug_yel', 4, 0, 0, 1, '0', 0),
(2279, 142, '20085', 'nest_snug_grn', 4, 0, 0, 1, '0', 0),
(2280, 142, '20086', 'nest_snug_red', 4, 0, 0, 1, '0', 0),
(2281, 142, '20087', 'nest_snug_grn', 4, 0, 0, 1, '0', 0),
(2282, 142, '20088', 'nest_plow_bro', 3, 0, 0, 1, '0', 0),
(2283, 142, '20089', 'nest_plow_red', 3, 0, 0, 1, '0', 0),
(2284, 142, '20090', 'nest_snug_blu', 4, 0, 0, 1, '0', 0),
(2285, 142, '20092', 'nest_plow_blu', 3, 0, 0, 1, '0', 0),
(2286, 142, '20094', 'nest_dirt', 2, 0, 0, 1, '0', 0),
(2287, 142, '20095', 'nest_snug_prp', 3, 0, 0, 1, '0', 0),
(2288, 142, '20096', 'nest_nest', 3, 0, 0, 100, '0', 0),
(2289, 142, '20097', 'nest_nails', 2, 0, 0, 1, '0', 0),
(2290, 142, '20098', 'nest_basket', 2, 0, 0, 1, '0', 0),
(2291, 142, '20099', 'nest_ice', 2, 0, 0, 1, '0', 0),
(2292, 142, '20100', 'nest_plow_skl', 3, 0, 0, 1, '0', 0),
(2293, 142, '20101', 'nest_snug_bla', 4, 0, 0, 1, '0', 0),
(2294, 95, '20071', 'ads_gsArcade_2', 10, 0, 0, 1, '0', 0),
(2295, 98, '20073', 'ads_idol_l_carpet', 10, 0, 0, 1, '0', 0),
(2296, 134, '20068', 'ads_cllava2', 10, 0, 0, 1, '0', 0),
(2297, 95, '20072', 'ads_gsArcade_1', 10, 0, 0, 1, '0', 0),
(2298, 95, '20074', 'ads_mtvtrophy_silver', 10, 0, 0, 1, '0', 0),
(2299, 105, '20075', 'ads_spang_sleep', 10, 0, 0, 1, '0', 0),
(2300, 95, '20076', 'ads_mtvtrophy_gold', 10, 0, 0, 1, '0', 0),
(2301, 95, '20102', 'ads_cl_moodi', 10, 0, 0, 1, '0', 0),
(2302, 95, '20116', 'ads_chups', 10, 0, 0, 1, '0', 0),
(2303, 95, '20119', 'ads_droetker_paula', 10, 0, 0, 1, '0', 0),
(2304, 95, '20145', 'ads_percyrock', 10, 0, 0, 1, '0', 0),
(2305, 98, '20147', 'ads_idol_l_logo', 10, 0, 0, 1, '0', 0),
(2306, 95, '20197', 'ads_percyw', 10, 0, 0, 1, '0', 0),
(2307, 95, '20150', 'ads_mtv_tv', 10, 0, 0, 1, '0', 0),
(2308, 95, '20196', 'ads_tv_jaapuisto', 10, 0, 0, 1, '0', 0),
(2310, 134, '20159', 'byesw_loadscreen', 10, 0, 0, 1, '0', 0),
(2312, 95, '20149', 'ads_mtv_bigtv', 10, 0, 0, 1, '0', 0),
(2313, 98, '20148', 'ads_idol_l_tv', 10, 0, 0, 1, '0', 0),
(2314, 27, '20066', 'tree2', 2, 0, 0, 1, '0', 0),
(2317, 30, '20067', 'divider_poly3*7', 6, 0, 0, 1, '0', 0),
(2318, 178, '20077', 'ktchn_hlthNut', 5, 0, 0, 1, '0', 0),
(2319, 142, '20078', 'petfood8', 10, 0, 0, 1, '0', 0),
(2320, 142, '20081', 'petfood9', 10, 0, 0, 1, '0', 0),
(2321, 142, '20082', 'petfood10', 10, 0, 0, 1, '0', 0),
(2322, 142, '20083', 'petfood7', 10, 0, 0, 1, '0', 0),
(2323, 142, '20084', 'petfood6', 10, 0, 0, 1, '0', 0),
(2324, 142, '20091', 'petfood5', 10, 0, 0, 1, '0', 0),
(2325, 142, '20118', 'petfood12', 10, 0, 0, 1, '0', 0),
(2326, 142, '20120', 'petfood11', 10, 0, 0, 1, '0', 0),
(2327, 142, '20122', 'petfood13', 10, 0, 0, 1, '0', 0),
(2329, 94, '20146', 'md_can', 10, 0, 0, 1, '0', 0),
(2330, 66, '20152', 'hween09_curt', 4, 0, 0, 1, '0', 0),
(2331, 57, '20108', 'china_tiger', 4, 0, 0, 1, '0', 0),
(2332, 57, '20110', 'china_plmTree', 3, 0, 0, 1, '0', 0),
(2333, 134, '20114', 'china_tigrSeat', 3, 0, 0, 1, '0', 0),
(2334, 57, '20195', 'china_pstr3', 3, 0, 0, 1, '0', 0),
(2336, 62, '20207', 'rare_ironmaiden name', 5, 0, 0, 1, '0', 0),
(2337, 95, '20208', 'rare_trex name', 10, 0, 0, 1, '0', 0),
(2338, 24024, '20209', 'beanstalk', 6, 0, 0, 1, '0', 0),
(2339, 172, '20210', 'rare_vdoll name', 3, 0, 0, 1, '0', 0),
(2340, 345123, '20211', 'Sofa Mammuth', 0, 10, 4, 1, '0', 0),
(2341, 136, '20212', 'crystal_patch', 3, 0, 0, 1, '0', 0),
(2342, 95, '20213', 'ads_boost_surfb name', 10, 0, 0, 1, '0', 0),
(2343, 95, '20214', 'ads_tlc_wheel name', 10, 0, 0, 1, '0', 0),
(2346, 94, '227', 'Dragon Egg', 10, 0, 0, 1, '0', 0),
(2348, 134, '180', 'doorC', 10, 0, 0, 100, '0', 0),
(2349, 141, '20220', 'a0 pet5', 20, 0, 0, 1, '0', 0),
(2350, 24024, '20221', 'garden_lupin4', 4, 0, 0, 1, '0', 0),
(2351, 24024, '20222', 'garden_mursu3', 5, 0, 0, 1, '0', 0),
(2352, 24024, '20223', 'garden_lupin5', 4, 0, 0, 1, '0', 0),
(2353, 24024, '20224', 'garden_seed', 3, 0, 0, 1, '0', 0),
(2354, 24024, '20225', 'garden_flytrap', 6, 0, 0, 1, '0', 0),
(2355, 24024, '20226', 'garden_flo3', 2, 0, 0, 1, '0', 0),
(2359, 24024, '20229', 'garden_mursu2', 5, 0, 0, 1, '0', 0),
(2357, 24024, '20227', 'garden_volcano', 5, 0, 0, 1, '0', 0),
(2358, 24024, '20228', 'garden_flolamp', 8, 0, 0, 1, '0', 0),
(2360, 24024, '20230', 'garden_jyrki', 4, 0, 0, 1, '0', 0),
(2361, 24024, '20231', 'garden_mursu4', 4, 0, 0, 1, '0', 0),
(2362, 24024, '20232', 'garden_leaves', 3, 0, 0, 1, '0', 0),
(2363, 24024, '20233', 'garden_lupin2', 4, 0, 0, 1, '0', 0),
(2364, 24024, '20234', 'garden_lupin3', 4, 0, 0, 1, '0', 0),
(2365, 24024, '20235', 'garden_mursu', 4, 0, 0, 1, '0', 0),
(2366, 24024, '20238', 'garden_orchtree', 6, 0, 0, 1, '0', 0),
(2367, 24024, '20237', 'garden_flo2', 2, 0, 0, 1, '0', 0),
(2368, 24024, '20239', 'garden_lupin1', 4, 0, 0, 1, '0', 0),
(2369, 24024, '20240', 'garden_staringbush', 5, 0, 0, 1, '0', 0),
(2370, 24024, '20242', 'garden_flo1', 2, 0, 0, 1, '0', 0),
(2371, 24024, '20243', 'garden_jungle', 5, 0, 0, 1, '0', 0),
(2372, 24024, '20286', 'garden_wall', 4, 0, 0, 1, '0', 0),
(2374, 144, '20247', 'runway_display', 5, 0, 0, 1, '0', 0),
(2375, 144, '20248', 'runway_bigchr_5', 4, 0, 0, 1, '0', 0),
(2376, 144, '20249', 'runway_bigchr_4', 4, 0, 0, 1, '0', 0),
(2377, 144, '20253', 'runway_stool', 4, 0, 0, 1, '0', 0),
(2378, 144, '20254', 'runway_dvdr', 3, 0, 0, 1, '0', 0),
(2379, 144, '20255', 'runway_block_2', 5, 0, 0, 100, '0', 0),
(2380, 144, '20256', 'runway_bigchr_1', 5, 0, 0, 1, '0', 0),
(2381, 144, '20260', 'runway_block_1', 5, 0, 0, 100, '0', 0),
(2382, 144, '20261', 'runway_bench', 4, 0, 0, 1, '0', 0),
(2383, 144, '20262', 'runway_chair_2', 3, 0, 0, 1, '0', 0),
(2384, 144, '20265', 'runway_bigchr_3', 4, 0, 0, 1, '0', 0),
(2385, 144, '20268', 'runway_bigchr_2', 4, 0, 0, 1, '0', 0),
(2386, 144, '20270', 'runway_table_2', 4, 0, 0, 1, '0', 0),
(2387, 144, '20271', 'runway_table_1', 5, 0, 0, 1, '0', 0),
(2388, 144, '20272', 'runway_manqn_1', 4, 0, 0, 1, '0', 0),
(2389, 144, '20276', 'runway_head', 4, 0, 0, 1, '0', 0),
(2390, 144, '20277', 'runway_manqn_2', 4, 0, 0, 1, '0', 0),
(2391, 144, '20285', 'runway_chair_1', 3, 0, 0, 1, '0', 0),
(2392, 144, '20289', 'runway_shelf', 3, 0, 0, 1, '0', 0),
(2393, 144, '20292', 'runway_fabric', 3, 0, 0, 1, '0', 0),
(2394, 8, '20245', 'hc2_frplc', 5, 0, 0, 1, '0', 0),
(2395, 8, '20246', 'hc2_barchair', 3, 0, 0, 1, '0', 0),
(2396, 8, '20250', 'hc3_dc', 4, 0, 0, 1, '0', 0),
(2397, 8, '20252', 'hc2_sofatbl', 4, 0, 0, 1, '0', 0),
(2398, 8, '20257', 'hc2_biglamp', 3, 0, 0, 1, '0', 0),
(2399, 8, '20258', 'hc2_sofa', 4, 0, 0, 1, '0', 0),
(2400, 8, '20259', 'hc2_carpet', 5, 0, 0, 1, '0', 0),
(2401, 8, '20264', 'hc3_table', 3, 0, 0, 1, '0', 0),
(2402, 8, '20266', 'hc3_stool', 3, 0, 0, 1, '0', 0),
(2403, 8, '20267', 'hc3_sofa', 4, 0, 0, 1, '0', 0),
(2404, 8, '20269', 'hc2_armchair', 3, 0, 0, 1, '0', 0),
(2405, 8, '20273', 'hc2_dvn', 4, 0, 0, 1, '0', 0),
(2406, 8, '20274', 'hc3_light', 3, 0, 0, 1, '0', 0),
(2407, 8, '20275', 'hc3_shelf', 5, 0, 0, 1, '0', 0),
(2408, 8, '20278', 'hc2_divider', 3, 0, 0, 1, '0', 0),
(2409, 8, '20279', 'hc2_coffee', 5, 0, 0, 1, '0', 0),
(2410, 8, '20280', 'hc2_cart', 3, 0, 0, 1, '0', 0),
(2411, 8, '20281', 'hc3_bard', 10, 0, 0, 1, '0', 0),
(2412, 8, '20282', 'hc3_hugelamp', 5, 0, 0, 1, '0', 0),
(2413, 8, '20283', 'hc3_divider', 3, 0, 0, 1, '0', 0),
(2414, 8, '20284', 'hc2_vase', 4, 0, 0, 1, '0', 0),
(2415, 8, '20288', 'hc3_walldeco', 10, 0, 0, 1, '0', 0),
(2416, 134, '20295', 'camera', 10, 0, 0, 1, '0', 0),
(2417, 134, '20045', 'arabian_tile', 10, 0, 0, 100, '0', 0),
(2418, 95, '20241', 'ads_grefusa_yum', 10, 0, 0, 1, '0', 0),
(2419, 95, '20244', 'merger_chesT', 10, 0, 0, 1, '0', 0),
(2420, 95, '20263', 'ads_cheetos name', 10, 0, 0, 1, '0', 0),
(2421, 95, '20287', 'ads_tv_yle name', 10, 0, 0, 1, '0', 0),
(2422, 95, '20290', 'ads_nokia_x6', 10, 0, 0, 1, '0', 0),
(2423, 95, '20291', 'ads_target_wall', 10, 0, 0, 1, '0', 0),
(2424, 95, '20293', 'ads_latrobe_flag', 10, 0, 0, 1, '0', 0),
(2425, 27, '20296', 'holly', 4, 0, 0, 1, '0', 0),
(2427, 145, '20298', 'wed_plant', 15, 0, 0, 1, '0', 0),
(2426, 145, '20297', 'wed_arch', 12, 0, 0, 1, '0', 0),
(2428, 145, '20299', 'wed_icesculp', 15, 0, 0, 1, '0', 0),
(2429, 145, '20300', 'wed_carsofa', 15, 0, 0, 1, '0', 0),
(2430, 147, '20301', 'a0 pet3', 20, 0, 0, 1, '0', 0),
(2431, 148, '20303', 'a0 pet4', 20, 0, 0, 1, '0', 0),
(2432, 149, '20304', 'a0 pet1', 20, 0, 0, 1, '0', 0),
(2433, 150, '20305', 'a0 pet0', 20, 0, 0, 1, '0', 0),
(2434, 151, '20306', 'a0 pet2', 20, 0, 0, 1, '0', 0),
(2488, 69, '20392', 'ads_chocapic', 30, 0, 0, 1, '0', 0),
(2489, 69, '20393', 'ads_tv_chocapic_01', 30, 0, 0, 1, '0', 0),
(2490, 69, '20394', 'ads_super_pop', 30, 0, 0, 1, '0', 0),
(2491, 69, '20395', 'party_crate1_1', 30, 0, 0, 1, '0', 0),
(2492, 69, '20396', 'party_crate1_2', 30, 0, 0, 1, '0', 0),
(2493, 69, '20397', 'party_crate1_3', 30, 0, 0, 1, '0', 0),
(2494, 69, '20398', 'party_crate1_4', 30, 0, 0, 1, '0', 0),
(2495, 69, '20399', 'party_crate2_1', 30, 0, 0, 1, '0', 0),
(2496, 69, '20400', 'party_crate2_2', 30, 0, 0, 1, '0', 0),
(2497, 69, '20401', 'party_crate2_3', 30, 0, 0, 1, '0', 0),
(2498, 69, '20402', 'party_crate2_4', 30, 0, 0, 1, '0', 0),
(2499, 69, '20403', 'party_djset', 30, 0, 0, 1, '0', 0),
(2483, 152, '20354', 'fball_score_y', 1, 0, 0, 1, '0', 0),
(2482, 152, '20353', 'fball_score_r', 1, 0, 0, 1, '0', 0),
(2481, 152, '20352', 'fball_score_g', 1, 0, 0, 1, '0', 0),
(2480, 152, '20351', 'fball_score_b', 1, 0, 0, 1, '0', 0),
(2479, 152, '20350', 'fball_ptch8', 1, 0, 0, 1, '0', 0),
(2478, 152, '20349', 'fball_ptch7', 1, 0, 0, 1, '0', 0),
(2477, 152, '20348', 'fball_ptch6', 1, 0, 0, 1, '0', 0),
(2476, 152, '20347', 'fball_ptch5', 1, 0, 0, 1, '0', 0),
(2475, 152, '20346', 'fball_ptch4', 1, 0, 0, 1, '0', 0),
(2474, 152, '20345', 'fball_ptch3', 1, 0, 0, 1, '0', 0),
(2473, 152, '20344', 'fball_ptch2', 1, 0, 0, 1, '0', 0),
(2472, 152, '20343', 'fball_ptch1', 1, 0, 0, 1, '0', 0),
(2471, 152, '20342', 'fball_ptch0', 1, 0, 0, 1, '0', 0),
(2470, 152, '20341', 'fball_counter', 1, 0, 0, 1, '0', 0),
(2469, 152, '20340', 'fball_gate', 1, 0, 0, 1, '0', 0),
(2468, 152, '20339', 'fball_light', 1, 0, 0, 1, '0', 0),
(2467, 152, '20338', 'fball_goal_y', 1, 0, 0, 1, '0', 0),
(2466, 152, '20337', 'fball_goal_r', 1, 0, 0, 1, '0', 0),
(2465, 152, '20336', 'fball_goal_g', 1, 0, 0, 1, '0', 0),
(2464, 152, '20335', 'fball_goal_b', 1, 0, 0, 1, '0', 0),
(2463, 152, '20334', 'fball_fnc3', 1, 0, 0, 1, '0', 0),
(2462, 152, '20333', 'fball_fnc1', 1, 0, 0, 1, '0', 0),
(2461, 152, '20332', 'fball_crnr', 1, 0, 0, 1, '0', 0),
(2460, 152, '20331', 'fball_cote', 1, 0, 0, 1, '0', 0),
(2459, 152, '20330', 'fball_bench', 1, 0, 0, 1, '0', 0),
(2454, 152, '20324', 'fball_audbench', 1, 0, 0, 1, '0', 0),
(99005, 27, '99005', 'qt_xm10_palm_tree', 10, 0, 0, 1, '0', 0),
(2620, 163, '20428', 'ads_capri_arcade', 5, 0, 0, 1, '0', 0),
(2619, 163, '20427', 'ads_capri_tree', 3, 0, 0, 1, '0', 0),
(2616, 163, '20426', 'ads_capri_lava', 5, 0, 0, 1, '0', 0),
(2615, 163, '20425', 'ads_capri_chair', 3, 0, 0, 1, '0', 0),
(99009, 27, '99009', 'qt_xm10_iceduck', 10, 0, 0, 1, '0', 0),
(2601, 125, '20415', 'avatar_effect28', 10, 0, 0, 1, '0', 0),
(2906, 185, '21298', 'Fuente Pez Morada', 10, 0, 0, 1, '0', 0),
(2443, 185, '20313', 'Fuente Pez Sangrienta', 32, 0, 0, 1, '0', 0),
(2444, 185, '20314', 'Fuente Pez Oro', 32, 0, 0, 1, '0', 0),
(2445, 185, '20315', 'Fuente Pez Verde', 32, 0, 0, 1, '0', 0),
(2446, 185, '20316', 'Fuente Pez Roja', 32, 0, 0, 1, '0', 0),
(2447, 185, '20317', 'Fuente Pez Gris', 32, 0, 0, 1, '0', 0),
(57016, 159, '39916', 'prison_crnr', 4, 0, 0, 1, '0', 0),
(57017, 159, '39913', 'prison_dvdr1', 5, 0, 0, 1, '0', 0),
(57018, 159, '39912', 'prison_gate', 4, 0, 0, 1, '0', 0),
(57019, 159, '39911', 'prison_dvdr2', 5, 0, 0, 1, '0', 0),
(57020, 159, '39914', 'prison_stone', 1, 0, 0, 1, '0', 0),
(57021, 159, '39915', 'prison_tower', 10, 0, 0, 1, '0', 0),
(57022, 159, '39913', 'prison_dvdr1', 20, 0, 0, 10, '0', 0),
(57023, 159, '39911', 'prison_dvdr2', 20, 0, 0, 10, '0', 0),
(57024, 8, '39917', 'hc3_stereo', 3, 0, 0, 1, '0', 0),
(99004, 27, '99004', 'qt_xm10_trex', 10, 0, 0, 1, '0', 0),
(97308, 75, '95383', 'bw_pool_a3', 5, 0, 0, 1, '0', 0),
(6003, 173, '20603', 'a0 pet12', 20, 0, 0, 1, '0', 0),
(41099, 75, '25365', 'bw_chair', 4, 0, 0, 1, '0', 0),
(41098, 75, '25354', 'bw_boat', 12, 0, 0, 1, '0', 0),
(41097, 75, '25357', 'bw_sofa', 5, 0, 0, 1, '0', 0),
(41095, 75, '25372', 'bw_fnc', 3, 0, 0, 1, '0', 0),
(41094, 75, '25371', 'bw_fnc_crnr', 4, 0, 0, 1, '0', 0),
(41092, 75, '25369', 'bw_van', 25, 0, 0, 1, '0', 0),
(41091, 75, '25368', 'bw_mttrss', 6, 0, 0, 1, '0', 0),
(41089, 75, '25366', 'bw_table', 4, 0, 0, 1, '0', 0),
(41088, 75, '25364', 'bw_sboard', 6, 0, 0, 1, '0', 0),
(41087, 75, '25363', 'bw_croc', 7, 0, 0, 1, '0', 0),
(41086, 75, '25362', 'bw_water_2', 10, 0, 0, 1, '0', 0),
(41085, 75, '25361', 'bw_shower', 6, 0, 0, 1, '0', 0),
(41084, 75, '25360', 'bw_ccnuts', 3, 0, 0, 1, '0', 0),
(77024, 8, '59918', 'Vase Vip', 5, 0, 0, 1, '0', 0),
(41083, 75, '25359', 'bw_fin', 15, 0, 0, 1, '0', 0),
(41082, 75, '25355', 'bw_lgchair', 8, 0, 0, 1, '0', 0),
(97027, 95, '95371', 'Lava', 5, 0, 0, 1, '0', 0),
(129531, 185, '96401', 'Submarino', 5, 0, 0, 1, '0', 0),
(129530, 185, '96400', 'Nobox Amarillo', 3, 0, 0, 1, '0', 0),
(129529, 185, '96399', 'Nobox Azul', 3, 0, 0, 1, '0', 0),
(129528, 185, '96398', 'Nobox Rojo', 3, 0, 0, 1, '0', 0),
(97323, 75, '95390', 'bw_table_p', 5, 0, 0, 1, '0', 0),
(97322, 75, '95391', 'bw_van_p', 5, 0, 0, 1, '0', 0),
(97321, 75, '95392', 'bw_van_g', 5, 0, 0, 1, '0', 0),
(97320, 75, '95393', 'bw_sofa_g', 5, 0, 0, 1, '0', 0),
(97319, 75, '95394', 'bw_sofa_p', 5, 0, 0, 1, '0', 0),
(600000, 75, '25362', 'bw_water_2', 10, 0, 0, 50, '0', 0),
(97318, 75, '95395', 'bw_fnc_g', 5, 0, 0, 1, '0', 0),
(97315, 75, '95376', 'bw_fnc_crnr_p', 5, 0, 0, 1, '0', 0),
(97314, 75, '95377', 'bw_fnc_crnr_g', 5, 0, 0, 1, '0', 0),
(97313, 75, '95378', 'bw_sofa_p', 5, 0, 0, 1, '0', 0),
(97312, 75, '95379', 'bw_boat_p', 5, 0, 0, 1, '0', 0),
(97311, 75, '95380', 'bw_mttrss_g', 5, 0, 0, 1, '0', 0),
(97310, 75, '95381', 'bw_pool_b2', 5, 0, 0, 1, '0', 0),
(97309, 75, '95382', 'bw_pool_a2', 5, 0, 0, 1, '0', 0),
(97324, 75, '95389', 'bw_table_g', 5, 0, 0, 1, '0', 0),
(97326, 75, '95387', 'bw_surfb_g', 5, 0, 0, 1, '0', 0),
(97327, 75, '95386', 'bw_fnc_crnr_p', 5, 0, 0, 1, '0', 0),
(97328, 75, '95385', 'bw_pool_b1', 5, 0, 0, 1, '0', 0),
(97329, 75, '95384', 'bw_pool_a1', 5, 0, 0, 1, '0', 0),
(35684289, 176, '3568406', 'cons_walls1', 75, 0, 0, 25, '0', 0),
(97316, 75, '95375', 'ads_pepsi0', 5, 0, 0, 1, '0', 0),
(2449, 125, '21001', 'avatar_effect26', 10, 0, 0, 1, '0', 0),
(2450, 125, '21002', 'avatar_effect25', 10, 0, 0, 1, '0', 0),
(2451, 125, '21003', 'avatar_effect24', 10, 0, 0, 1, '0', 0),
(2452, 125, '21004', 'avatar_effect23', 10, 0, 0, 1, '0', 0),
(10289, 497, '10289', 'easel_0', 25, 0, 0, 1, '0', 0),
(10290, 497, '10290', 'easel_1', 25, 0, 0, 1, '0', 0),
(10291, 497, '10291', 'easel_2', 25, 0, 0, 1, '0', 0),
(10292, 497, '10292', 'easel_3', 25, 0, 0, 1, '0', 0),
(10293, 497, '10293', 'easel_4', 25, 0, 0, 1, '0', 0),
(10294, 497, '10294', 'easel_2', 25, 0, 0, 1, '0', 0),
(10278, 496, '10278', 'hosptl_bbag name', 10, 0, 0, 1, '0', 0),
(10279, 496, '10279', 'hosptl_bed', 10, 0, 0, 1, '0', 0),
(10280, 496, '10280', 'hosptl_cab1', 5, 0, 0, 1, '0', 0),
(10281, 496, '10281', 'hosptl_cab2', 3, 0, 0, 1, '0', 0),
(10282, 496, '10282', 'hosptl_curtain', 3, 0, 0, 1, '0', 0),
(10283, 496, '10283', 'hosptl_defibs', 5, 0, 0, 1, '0', 0),
(10284, 496, '10284', 'hosptl_light', 15, 0, 0, 1, '0', 0),
(10285, 496, '10285', 'hosptl_seat', 5, 0, 0, 1, '0', 0),
(10286, 496, '10286', 'hosptl_skele', 1, 0, 0, 1, '0', 0),
(10287, 496, '10287', 'hosptl_xray', 10, 0, 0, 1, '0', 0),
(10355, 68, '10355', 'african_tree2', 10, 0, 0, 1, '0', 0),
(10354, 68, '10354', 'african_tree1', 10, 0, 0, 1, '0', 0),
(10353, 68, '10353', 'african_stage', 5, 0, 0, 1, '0', 0),
(10352, 68, '10352', 'african_patch', 10, 0, 0, 1, '0', 0),
(10351, 68, '10351', 'african_fence', 5, 0, 0, 1, '0', 0),
(10350, 68, '10350', 'african_bones', 3, 0, 0, 1, '0', 0),
(97419, 178, '97419', 'ktchn10_block', 125, 0, 0, 25, '0', 0),
(97420, 178, '97420', 'ktchn10_cabnt', 5, 0, 0, 1, '0', 0),
(97421, 178, '97421', 'ktchn10_pot', 5, 0, 0, 1, '0', 0),
(97422, 178, '97422', 'ktchn10_sink', 5, 0, 0, 1, '0', 0),
(97423, 178, '97423', 'ktchn10_stove', 5, 0, 0, 1, '0', 0),
(97424, 178, '97424', 'ktchn10_tea', 5, 0, 0, 1, '0', 0),
(77027, 75, '3530', 'bw_water_1', 5, 0, 0, 1, '0', 0),
(600014, 120, '2785090', 'bb_knj1', 3, 0, 0, 1, '0', 0),
(600015, 120, '2785091', 'bb_gate_r', 1, 0, 0, 1, '0', 0),
(600016, 120, '2785092', 'bb_tddhnd', 3, 0, 0, 1, '0', 0),
(600017, 120, '2785093', 'bb_lightdiv', 4, 0, 0, 1, '0', 0),
(600018, 120, '2785094', 'bb_tddhead', 4, 0, 0, 1, '0', 0),
(600019, 120, '2785095', 'bb_pyramid', 3, 0, 0, 1, '0', 0),
(600020, 120, '2785096', 'bb_patch1', 100, 0, 0, 100, '0', 0),
(600021, 120, '2785097', 'bb_fnc3', 3, 0, 0, 1, '0', 0),
(600022, 120, '2785098', 'bb_gate_y', 2, 0, 0, 1, '0', 0),
(600023, 120, '2785099', 'bb_apparatus', 3, 0, 0, 1, '0', 0),
(600024, 120, '2785100', 'bb_caterbody', 2, 0, 0, 1, '0', 0),
(600026, 120, '2785102', 'bb_fnc1', 3, 0, 0, 1, '0', 0),
(600027, 120, '2785103', 'bb_puck', 3, 0, 0, 1, '0', 0),
(600028, 120, '2785104', 'bb_rnd_tele', 300, 0, 0, 100, '0', 0),
(600029, 120, '2785105', 'bb_gate_b', 3, 0, 0, 1, '0', 0),
(600031, 120, '2785107', 'bb_painimies1', 3, 0, 0, 1, '0', 0),
(600032, 120, '2785108', 'bb_painimies2', 5, 0, 0, 1, '0', 0),
(604003, 120, '2785079', 'bb_robo', 3, 0, 0, 1, '0', 0),
(604004, 120, '2785080', 'bb_dragon', 8, 0, 0, 1, '0', 0),
(604005, 120, '2785081', 'bb_ducklight', 3, 0, 0, 1, '0', 0),
(604006, 120, '2785082', 'bb_caterhead', 3, 0, 0, 1, '0', 0),
(604007, 120, '2785083', 'bb_cargobox', 4, 0, 0, 1, '0', 0),
(604008, 120, '2785084', 'bb_gate_g', 3, 0, 0, 1, '0', 0),
(604009, 120, '2785085', 'bb_crchair3', 4, 0, 0, 1, '0', 0),
(604011, 120, '2785087', 'bb_crchair', 3, 0, 0, 1, '0', 0),
(604012, 120, '2785088', 'bb_crchair2', 3, 0, 0, 1, '0', 0),
(2458, 152, '20329', 'fball_ball5', 1, 0, 0, 1, '0', 0),
(2457, 152, '20328', 'fball_ball4', 1, 0, 0, 1, '0', 0),
(2456, 152, '20326', 'fball_ball2', 1, 0, 0, 1, '0', 0),
(2455, 152, '20325', 'fball_ball', 1, 0, 0, 1, '0', 0),
(600041, 66, '2785116', 'hween10_fogwall', 10, 0, 0, 1, '0', 0),
(600040, 66, '2785115', 'hween10_zombie', 10, 0, 0, 1, '0', 0),
(99008, 27, '99008', 'qt_xm10_xmduck', 10, 0, 0, 1, '0', 0),
(99006, 27, '99006', 'qt_xm10_bench', 10, 0, 0, 1, '0', 0),
(99007, 27, '99007', 'qt_xm10_icelupin', 10, 0, 0, 1, '0', 0),
(5683, 20, '2785096', 'bb_patch1', 5, 0, 0, 100, '0', 0),
(3568276, 142, '3568276', 'nest_lion', 3, 0, 0, 1, '0', 0),
(3568277, 142, '3568277', 'nest_lion2', 3, 0, 0, 1, '0', 0),
(3568278, 142, '3568278', 'nest_rhino', 3, 0, 0, 100, '0', 0),
(3568279, 142, '3568279', 'petfood14', 3, 0, 0, 1, '0', 0),
(3568280, 142, '3568280', 'petfood15', 3, 0, 0, 1, '0', 0),
(5354, 168, '83545', 'a0 pet7', 20, 0, 0, 1, '0', 0),
(7457, 167, '84586', 'a0 pet6', 20, 0, 0, 1, '0', 0),
(600042, 66, '2785117', 'hween10_bat', 10, 0, 0, 1, '0', 0),
(600043, 66, '2785118', 'hween10_card_1', 10, 0, 0, 1, '0', 0),
(600044, 66, '2785119', 'hween10_card_2', 10, 0, 0, 1, '0', 0),
(600045, 66, '2785120', 'hween10_card_3', 10, 0, 0, 1, '0', 0),
(600046, 66, '2785121', 'hween10_card_4', 10, 0, 0, 1, '0', 0),
(600047, 66, '2785122', 'hween10_card_5', 10, 0, 0, 1, '0', 0),
(600048, 66, '2785123', 'hween10_card_6', 10, 0, 0, 1, '0', 0),
(600049, 66, '2785124', 'hween10_chicken', 10, 0, 0, 1, '0', 0),
(600050, 66, '2785125', 'hween10_ffly', 10, 0, 0, 1, '0', 0),
(600051, 66, '2785126', 'hween10_fog', 10, 0, 0, 1, '0', 0),
(600052, 66, '2785127', 'hween10_jar', 10, 0, 0, 1, '0', 0),
(600053, 66, '2785128', 'hween10_logs', 10, 0, 0, 1, '0', 0),
(600054, 66, '2785129', 'hween10_pond', 10, 0, 0, 1, '0', 0),
(600055, 66, '2785130', 'hween10_portch', 10, 0, 0, 1, '0', 0),
(600056, 66, '2785131', 'hween10_skullpost', 10, 0, 0, 1, '0', 0),
(600057, 66, '2785132', 'hween10_swamp', 10, 0, 0, 1, '0', 0),
(600058, 66, '2785133', 'hween10_tarot', 10, 0, 0, 1, '0', 0),
(600059, 29, '2785134', 'hween10_tele', 10, 0, 0, 1, '0', 0),
(600060, 66, '2785135', 'hween10_throne', 10, 0, 0, 1, '0', 0),
(600061, 66, '2785136', 'hween10_tree', 10, 0, 0, 1, '0', 0),
(600062, 66, '2785137', 'hween10_voodoo1', 10, 0, 0, 1, '0', 0),
(600063, 66, '2785138', 'hween10_voodoo2', 10, 0, 0, 1, '0', 0),
(600064, 66, '2785139', 'hween10_voodoo3', 10, 0, 0, 1, '0', 0),
(600065, 66, '2785140', 'hween10_wallskull', 10, 0, 0, 1, '0', 0),
(604013, 120, '2785096', 'bb_patch1', 2, 0, 0, 1, '0', 0),
(604014, 120, '2785106', 'bb_score_r', 3, 0, 0, 1, '0', 0),
(604015, 120, '2785078', 'bb_score_b', 3, 0, 0, 1, '0', 0),
(604016, 120, '2785086', 'bb_score_g', 3, 0, 0, 1, '0', 0),
(604017, 120, '2785089', 'bb_score_y', 3, 0, 0, 1, '0', 0),
(600033, 120, '2785109', 'bb_counter', 20, 0, 0, 1, '0', 0),
(3568424, 60, '3568405', 'exe_sensor', 3, 0, 0, 1, '0', 0),
(3568425, 60, '3568404', 'exe_seccam', 3, 0, 0, 1, '0', 0),
(3568426, 60, '3568403', 'exe_wrkdesk', 5, 0, 0, 1, '0', 0),
(3568427, 60, '3568402', 'exe_glassdvdr', 5, 0, 0, 1, '0', 0),
(3568428, 60, '3568401', 'exe_copier', 5, 0, 0, 1, '0', 0),
(99010, 27, '99010', 'qt_xm10_bauble1', 10, 0, 0, 1, '0', 0),
(99011, 27, '99011', 'qt_xm10_bauble2', 10, 0, 0, 1, '0', 0),
(99012, 27, '99012', 'qt_xm10_bauble3', 10, 0, 0, 1, '0', 0),
(99013, 27, '99013', 'qt_xm10_iceplasto', 10, 0, 0, 1, '0', 0),
(99014, 27, '99014', 'qt_xm10_ice_fish', 10, 0, 0, 1, '0', 0),
(99015, 27, '99015', 'qt_xm10_gnome', 10, 0, 0, 1, '0', 0),
(99016, 27, '99016', 'qt_xm10_icesilotable', 10, 0, 0, 1, '0', 0),
(99017, 27, '99017', 'qt_xm10_iceteddy', 10, 0, 0, 1, '0', 0),
(99018, 27, '99018', 'qt_xm10_elephant', 10, 0, 0, 1, '0', 0),
(99019, 27, '99019', 'qt_xm10_iceclubsofa', 10, 0, 0, 1, '0', 0),
(99020, 504, '99020', 'es_skating_ice', 10, 0, 0, 1, '0', 0),
(99021, 27, '99021', 'es_sidewalk', 100, 0, 0, 10, '0', 0),
(99022, 27, '99022', 'es_wpost', 10, 0, 0, 1, '0', 0),
(99023, 504, '99023', 'es_tagging', 10, 0, 0, 1, '0', 0),
(99024, 27, '99024', 'es_santa', 10, 0, 0, 1, '0', 0),
(99025, 27, '99025', 'es_window', 10, 0, 0, 1, '0', 0),
(99026, 27, '99026', 'es_bench', 10, 0, 0, 1, '0', 0),
(99027, 27, '99027', 'es_fnc_1', 10, 0, 0, 1, '0', 0),
(99028, 27, '99028', 'es_fnc_2', 10, 0, 0, 1, '0', 0),
(99029, 27, '99029', 'es_fnc_crnr', 10, 0, 0, 1, '0', 0),
(99030, 27, '99030', 'es_epictree', 10, 0, 0, 1, '0', 0),
(99031, 27, '99031', 'es_icestar_g', 10, 0, 0, 1, '0', 0),
(99032, 27, '99032', 'es_icestar_r', 10, 0, 0, 1, '0', 0),
(99033, 27, '99033', 'es_icestar_y', 10, 0, 0, 1, '0', 0),
(99034, 27, '99034', 'es_icestar', 10, 0, 0, 1, '0', 0),
(99035, 504, '99035', 'es_puck', 10, 0, 0, 1, '0', 0),
(99036, 27, '99036', 'es_roaster', 10, 0, 0, 1, '0', 0),
(99037, 27, '99037', 'es_lmppst', 10, 0, 0, 1, '0', 0),
(99038, 27, '99038', 'es_statue', 10, 0, 0, 1, '0', 0),
(99904, 501, '99904', 'year2011_waver_b', 25, 0, 0, 1, '0', 0),
(99905, 501, '99905', 'year2011_waver_g', 25, 0, 0, 1, '0', 0),
(99906, 501, '99906', 'year2011_waver_r', 25, 0, 0, 1, '0', 0),
(99907, 501, '99907', 'year2011_waver_y', 25, 0, 0, 1, '0', 0),
(99908, 501, '99908', 'prizetrophy_2011_y', 25, 0, 0, 1, '0', 0),
(99909, 501, '99909', 'prizetrophy_2011_b', 25, 0, 0, 1, '0', 0),
(99910, 501, '99910', 'prizetrophy_2011_r', 25, 0, 0, 1, '0', 0),
(99911, 501, '99911', 'prizetrophy_2011_p', 25, 0, 0, 1, '0', 0),
(99912, 501, '99912', 'prizetrophy_2011_g', 25, 0, 0, 1, '0', 0),
(99913, 501, '99913', 'prizetrophy_2011_w', 25, 0, 0, 1, '0', 0),
(99914, 501, '99914', 'year2011', 25, 0, 0, 1, '0', 0),
(99039, 504, '99020', 'es_skating_ice', 220, 0, 0, 24, '0', 0),
(13000, 303, '29281', 'wf_act_move_rotate', 3, 0, 0, 1, '0', 0),
(13033, 303, '29315', 'wf_act_give_score', 3, 0, 0, 1, '0', 0),
(13026, 305, '29307', 'wf_glowball', 3, 0, 0, 1, '0', 0),
(13025, 305, '29306', 'wf_pressureplate', 3, 0, 0, 1, '0', 0),
(13001, 303, '29281', 'wf_act_move_rotate', 3, 0, 0, 1, '0', 0),
(13027, 303, '29309', 'wf_act_reset_timers', 3, 0, 0, 1, '0', 0),
(13024, 305, '29305', 'wf_ringplate', 3, 0, 0, 1, '0', 0),
(13023, 305, '29304', 'wf_firegate', 3, 0, 0, 1, '0', 0),
(13022, 303, '29303', 'wf_act_toggle_state', 3, 0, 0, 1, '0', 0),
(13021, 302, '29301', 'wf_trg_enter_room', 3, 0, 0, 1, '0', 0),
(13020, 304, '29300', 'wf_cnd_time_less_than', 3, 0, 0, 1, '0', 0),
(13019, 303, '29299', 'wf_act_show_message', 3, 0, 0, 1, '0', 0),
(13018, 302, '29298', 'wf_trg_game_ends', 3, 0, 0, 1, '0', 0),
(13017, 302, '29297', 'wf_trg_at_given_time', 3, 0, 0, 1, '0', 0),
(13016, 302, '29296', 'wf_trg_walks_off_furni', 3, 0, 0, 1, '0', 0),
(13015, 305, '29295', 'wf_wire4', 3, 0, 0, 1, '0', 0),
(13014, 305, '29294', 'wf_colorwheel', 3, 0, 0, 1, '0', 0),
(13013, 302, '29293', 'wf_trg_says_something', 3, 0, 0, 1, '0', 0),
(13012, 303, '29292', 'wf_act_teleport_to', 3, 0, 0, 1, '0', 0),
(13011, 302, '29291', 'wf_trg_score_achieved', 3, 0, 0, 1, '0', 0),
(13010, 305, '29290', 'wf_pyramid', 3, 0, 0, 1, '0', 0),
(13009, 302, '29289', 'wf_trg_periodically', 3, 0, 0, 1, '0', 0),
(13008, 305, '29288', 'wf_xtra_unseen', 3, 0, 0, 1, '0', 0),
(13007, 305, '29287', 'wf_xtra_random', 3, 0, 0, 1, '0', 0),
(13006, 302, '29286', 'wf_trg_state_changed', 3, 0, 0, 1, '0', 0),
(13005, 305, '29285', 'wf_floor_switch2', 3, 0, 0, 1, '0', 0),
(13004, 305, '29284', 'wf_colortile', 3, 0, 0, 1, '0', 0),
(13003, 304, '29283', 'wf_cnd_time_more_than', 3, 0, 0, 1, '0', 0),
(13002, 305, '29282', 'wf_wire2', 3, 0, 0, 1, '0', 0),
(13032, 305, '29314', 'wf_wire1', 3, 0, 0, 1, '0', 0),
(13031, 304, '29313', 'wf_cnd_match_snapshot', 3, 0, 0, 1, '0', 0),
(13030, 304, '29312', 'wf_cnd_trggrer_on_frn', 3, 0, 0, 1, '0', 0),
(13029, 305, '29311', 'wf_arrowplate', 3, 0, 0, 1, '0', 0),
(13028, 304, '29310', 'wf_cnd_furnis_hv_avtrs', 3, 0, 0, 1, '0', 0),
(13034, 305, '29316', 'wf_wire3', 3, 0, 0, 1, '0', 0),
(13035, 305, '29317', 'wf_glassdoor', 3, 0, 0, 1, '0', 0),
(13036, 303, '29318', 'wf_act_match_to_sshot', 3, 0, 0, 1, '0', 0),
(13037, 305, '29319', 'wf_floor_switch1', 3, 0, 0, 1, '0', 0),
(13038, 302, '29320', 'wf_trg_game_starts', 3, 0, 0, 1, '0', 0),
(13039, 302, '29321', 'wf_trg_walks_on_furni', 3, 0, 0, 1, '0', 0),
(77701, 136, '77701', 'bling11_block', 3, 0, 0, 1, '0', 0),
(77702, 136, '77702', 'bling11_dvd', 3, 0, 0, 1, '0', 0),
(77703, 136, '77703', 'bling11_dvn', 3, 0, 0, 1, '0', 0),
(77704, 136, '77704', 'bling11_floor', 3, 0, 0, 1, '0', 0),
(77705, 136, '77705', 'bling11_pillar', 3, 0, 0, 1, '0', 0),
(77706, 136, '77706', 'bling11_plant', 3, 0, 0, 1, '0', 0),
(77707, 136, '77707', 'bling11_rug1', 3, 0, 0, 1, '0', 0),
(77708, 136, '77708', 'bling11_rug2', 3, 0, 0, 1, '0', 0),
(77709, 136, '77709', 'bling11_seat1', 3, 0, 0, 1, '0', 0),
(77710, 136, '77710', 'bling11_seat2', 3, 0, 0, 1, '0', 0),
(77711, 136, '77711', 'bling11_slot', 3, 0, 0, 1, '0', 0),
(77712, 136, '77712', 'bling11_sofa', 3, 0, 0, 1, '0', 0),
(77713, 136, '77713', 'bling11_statue1', 3, 0, 0, 1, '0', 0),
(77714, 136, '77714', 'bling11_statue2', 3, 0, 0, 1, '0', 0),
(77715, 136, '77715', 'bling11_tele', 3, 0, 0, 1, '0', 0),
(77716, 136, '77716', 'bling11_towels', 3, 0, 0, 1, '0', 0),
(77717, 136, '77717', 'bling11_val11_floor', 3, 0, 0, 1, '0', 0),
(77801, 94, '77801', 'china_rabbit', 200, 200, 0, 1, '0', 0),
(77900, 94, '77900', 'qt_val11_holoduck', 200, 200, 0, 1, '0', 0),
(77901, 94, '77901', 'qt_val11_holoheart', 200, 200, 0, 1, '0', 0),
(77902, 76, '77902', 'qt_val11_discoball', 3, 0, 0, 1, '0', 0),
(77903, 76, '77903', 'qt_val11_duckformer', 3, 0, 0, 1, '0', 0),
(77904, 76, '77904', 'qt_val11_heartlights', 3, 0, 0, 1, '0', 0),
(77905, 76, '77905', 'qt_val11_jellychair', 3, 0, 0, 1, '0', 0),
(77906, 76, '77906', 'qt_val11_jellyheart', 3, 0, 0, 1, '0', 0),
(77907, 830, '77907', 'val11_chair', 3, 0, 0, 1, '0', 0),
(77908, 830, '77908', 'val11_playa', 3, 0, 0, 1, '0', 0),
(77909, 830, '77909', 'val11_rail', 3, 0, 0, 1, '0', 0),
(89900, 900, '89900', 'limo_w_front', 3, 0, 0, 1, '0', 0),
(89901, 900, '89901', 'limo_w_mid', 3, 0, 0, 1, '0', 0),
(89902, 900, '89902', 'limo_w_mid2', 3, 0, 0, 1, '0', 0),
(89903, 900, '89903', 'limo_w_back', 3, 0, 0, 1, '0', 0),
(89904, 900, '89904', 'petfood19', 3, 0, 0, 1, '0', 0),
(89905, 900, '89905', 'petfood18', 3, 0, 0, 1, '0', 0),
(89906, 900, '89906', 'petfood17', 3, 0, 0, 1, '0', 0),
(89907, 900, '89907', 'gothic_st_glass', 3, 0, 0, 1, '0', 0),
(89908, 900, '89908', 'gothic_candles', 3, 0, 0, 1, '0', 0),
(89909, 900, '89909', 'gothic_bed', 3, 0, 0, 1, '0', 0),
(89910, 94, '89910', 'gothic_bowl', 10, 0, 0, 1, '0', 0),
(89911, 900, '89911', 'gothic_desk', 3, 0, 0, 1, '0', 0),
(89912, 900, '89912', 'ads_grefu_trophy', 3, 0, 0, 1, '0', 0),
(89926, 900, '89926', 'cine_curtain', 3, 0, 0, 1, '0', 0),
(89927, 900, '89927', 'cine_screen', 3, 0, 0, 1, '0', 0),
(89928, 900, '89928', 'theatre_seat_g', 3, 0, 0, 1, '0', 0),
(89929, 900, '89929', 'cine_tile', 3, 0, 0, 1, '0', 0),
(89930, 900, '89930', 'cine_bench_b', 3, 0, 0, 1, '0', 0),
(89931, 900, '89931', 'theatre_seat_b', 3, 0, 0, 1, '0', 0),
(89932, 900, '89932', 'cine_roof', 3, 0, 0, 1, '0', 0),
(89933, 900, '89933', 'cine_popcorn', 3, 0, 0, 1, '0', 0),
(89934, 900, '89934', 'cine_bench', 3, 0, 0, 1, '0', 0),
(89935, 900, '89935', 'cine_bench_b', 3, 0, 0, 1, '0', 0),
(89936, 900, '89936', 'cine_ticket_booth', 3, 0, 0, 1, '0', 0),
(89937, 900, '89937', 'cine_projector', 3, 0, 0, 1, '0', 0),
(89914, 900, '89914', 'nest_frog', 3, 0, 0, 1, '0', 0),
(89915, 900, '89915', 'pond', 3, 0, 0, 1, '0', 0),
(89916, 900, '89916', 'val11_present', 3, 0, 0, 1, '0', 0),
(89917, 900, '89917', 'prizetrophy_cine', 3, 0, 0, 1, '0', 0),
(89918, 900, '89918', 'cine_vipsign', 3, 0, 0, 1, '0', 0),
(89919, 900, '89919', 'limo_b_mid3', 3, 0, 0, 1, '0', 0),
(89920, 900, '89920', 'limo_b_mid2', 3, 0, 0, 1, '0', 0),
(89921, 900, '89921', 'limo_b_front', 3, 0, 0, 1, '0', 0),
(89922, 900, '89922', 'limo_b_mid', 3, 0, 0, 1, '0', 0),
(89923, 900, '89923', 'cine_star', 3, 0, 0, 1, '0', 0),
(89924, 900, '89924', 'limo_b_back', 3, 0, 0, 1, '0', 0),
(89925, 900, '89925', 'ads_bigtv_missmix', 3, 0, 0, 1, '0', 0),
(89950, 900, '89950', 'fireworks_01', 3, 0, 0, 1, '0', 0),
(89951, 900, '89951', 'fireworks_02', 3, 0, 0, 1, '0', 0),
(89952, 900, '89952', 'fireworks_03', 3, 0, 0, 1, '0', 0),
(89953, 900, '89953', 'fireworks_04', 3, 0, 0, 1, '0', 0),
(89954, 900, '89954', 'fireworks_05', 3, 0, 0, 1, '0', 0),
(89955, 900, '89955', 'fireworks_06', 3, 0, 0, 1, '0', 0),
(89956, 900, '89956', 'fireworks_07', 3, 0, 0, 1, '0', 0),
(11111, 16, '266', 'Violet Parasol', 1000, 0, 0, 1, '0', 0),
(89938, 831, '89938', 'wf_box', 3, 0, 0, 1, '0', 0),
(89939, 831, '89939', 'wf_maze', 3, 0, 0, 1, '0', 0),
(89940, 172, '89940', 'ads_rangocactus', 3, 0, 0, 1, '0', 0),
(89941, 172, '89941', 'cine_glass', 30, 0, 0, 10, '0', 0),
(89942, 172, '89942', 'wf_cnd_has_furni_on', 3, 0, 0, 1, '0', 0),
(89943, 172, '89943', 'cine_light2', 3, 0, 0, 1, '0', 0),
(89944, 172, '89944', 'cine_light1', 3, 0, 0, 1, '0', 0),
(99945, 174, '99945', 'cubie_rug_b', 3, 0, 0, 1, '0', 0),
(99946, 174, '99946', 'cubie_lamp_p', 3, 0, 0, 1, '0', 0),
(99947, 174, '99947', 'cubie_shelf_3_p', 3, 0, 0, 1, '0', 0),
(99948, 174, '99948', 'cubie_shelf_4_b', 3, 0, 0, 1, '0', 0),
(99949, 174, '99949', 'cubie_shelf_1_b', 3, 0, 0, 1, '0', 0),
(99950, 174, '99950', 'cubie_shelf_1_p', 3, 0, 0, 1, '0', 0),
(99951, 174, '99951', 'cubie_chair_p', 3, 0, 0, 1, '0', 0),
(99952, 174, '99952', 'cubie_shelf_4_p', 3, 0, 0, 1, '0', 0),
(99953, 174, '99953', 'cubie_bigtable_p', 3, 0, 0, 1, '0', 0),
(99954, 174, '99954', 'cubie_shelf_0_p', 3, 0, 0, 1, '0', 0),
(99955, 174, '99955', 'cubie_beanbag_b', 3, 0, 0, 1, '0', 0),
(99956, 174, '99956', 'cubie_chair_b', 3, 0, 0, 1, '0', 0),
(99957, 174, '99957', 'cubie_bed_b', 3, 0, 0, 1, '0', 0),
(99958, 174, '99958', 'cubie_bigtable_b', 3, 0, 0, 1, '0', 0),
(99959, 174, '99959', 'cubie_stool_b', 3, 0, 0, 1, '0', 0),
(99960, 174, '99960', 'cubie_beanbag_p', 3, 0, 0, 1, '0', 0),
(99961, 174, '99961', 'cubie_shelf_0_b', 3, 0, 0, 1, '0', 0),
(99962, 174, '99962', 'cubie_shelf_2_p', 3, 0, 0, 1, '0', 0),
(99963, 174, '99963', 'cubie_rug_p', 3, 0, 0, 1, '0', 0),
(99964, 174, '99964', 'cubie_sofaseat_b', 3, 0, 0, 1, '0', 0),
(99965, 174, '99965', 'cubie_table', 3, 0, 0, 1, '0', 0),
(99966, 174, '99966', 'cubie_sofaseat_p', 3, 0, 0, 1, '0', 0),
(99967, 174, '99967', 'cubie_bed_p', 3, 0, 0, 1, '0', 0),
(99968, 174, '99968', 'cubie_shelf_3_b', 3, 0, 0, 1, '0', 0),
(99969, 174, '99969', 'cubie_shelf_2_b', 3, 0, 0, 1, '0', 0),
(99970, 174, '99970', 'cubie_lamp_b', 3, 0, 0, 1, '0', 0),
(99971, 174, '99971', 'cubie_stool_p', 3, 0, 0, 1, '0', 0),
(99972, 174, '99972', 'cubie_wallshelf_b', 3, 0, 0, 1, '0', 0),
(99973, 174, '99973', 'cubie_decklight_p', 3, 0, 0, 1, '0', 0),
(99974, 174, '99974', 'cubie_wallshelf_p', 3, 0, 0, 1, '0', 0),
(90019, 510, '90019', 'kuurna_chair', 10, 0, 0, 1, '0', 0),
(90018, 510, '90018', 'kuurna_lamp', 10, 0, 0, 1, '0', 0),
(90017, 509, '90017', 'easter11_mushroom2', 3, 0, 0, 1, '0', 0),
(90016, 509, '90016', 'easter11_mushroom3', 3, 0, 0, 1, '0', 0),
(90015, 510, '90015', 'kuurna_sofa', 10, 0, 0, 1, '0', 0),
(99979, 174, '99979', 'cubie_decal_1_b', 3, 0, 0, 1, '0', 0),
(99978, 174, '99978', 'cubie_decklight_b', 3, 0, 0, 1, '0', 0),
(99977, 174, '99977', 'cubie_decal_1_p', 3, 0, 0, 1, '0', 0),
(99976, 174, '99976', 'cubie_decal_3', 3, 0, 0, 1, '0', 0),
(99975, 174, '99975', 'cubie_decal_0', 3, 0, 0, 1, '0', 0),
(99980, 174, '99980', 'cubie_decal_2_b', 3, 0, 0, 1, '0', 0),
(99981, 174, '99981', 'cubie_decal_3_p', 3, 0, 0, 1, '0', 0),
(99982, 174, '99982', 'cubie_decal_2_p', 3, 0, 0, 1, '0', 0),
(99983, 174, '99983', 'cubie_decal_3_b', 3, 0, 0, 1, '0', 0),
(89988, 175, '89988', 'waasa_chair', 3, 0, 0, 1, '0', 0),
(89987, 175, '89987', 'computer_flatscreen', 3, 0, 0, 1, '0', 0),
(89986, 175, '89986', 'waasa_table2', 3, 0, 0, 1, '0', 0),
(89985, 175, '89985', 'tv_flat', 3, 0, 0, 1, '0', 0),
(89984, 175, '89984', 'newbie_present', 3, 0, 0, 1, '0', 0),
(90014, 509, '90014', 'easter11_mushroom1', 3, 0, 0, 1, '0', 0),
(90013, 509, '90013', 'easter11_mushroom4', 3, 0, 0, 1, '0', 0),
(90012, 509, '90012', 'easter11_tuip_y', 3, 0, 0, 1, '0', 0),
(90011, 509, '90011', 'easter11_tuip_g', 3, 0, 0, 1, '0', 0),
(90010, 508, '90010', 'ads_suun', 3, 0, 0, 1, '0', 0),
(6000, 169, '20600', 'a0 pet8', 20, 0, 0, 1, '0', 0),
(6001, 170, '20601', 'a0 pet11', 20, 0, 0, 1, '0', 0),
(6002, 171, '20602', 'a0 pet10', 20, 0, 0, 1, '0', 0),
(90032, 512, '90032', 'anna_div_gate*1', 3, 0, 0, 1, '0', 0),
(90031, 512, '90031', 'anna_divider*5', 3, 0, 0, 1, '0', 0),
(90030, 512, '90030', 'anna_divider*4', 3, 0, 0, 1, '0', 0),
(90029, 512, '90029', 'anna_divider*3', 3, 0, 0, 1, '0', 0),
(90028, 512, '90028', 'anna_divider*2', 3, 0, 0, 1, '0', 0),
(90026, 508, '90026', 'ads_suunvuorow', 3, 0, 0, 1, '0', 0),
(90025, 509, '90025', 'easter11_wall', 3, 0, 0, 1, '0', 0),
(90024, 509, '90024', 'easter11_tuip_p', 3, 0, 0, 1, '0', 0),
(90023, 510, '90023', 'kuurna_chair1', 10, 0, 0, 1, '0', 0),
(90022, 510, '90022', 'kuurna_table', 10, 0, 0, 1, '0', 0),
(90021, 510, '90021', 'kuurna_table1', 10, 0, 0, 1, '0', 0),
(90020, 510, '90020', 'kuurna_mat', 10, 0, 0, 1, '0', 0),
(90063, 512, '90063', 'anna_pill*2', 3, 0, 0, 100, '0', 0),
(90062, 512, '90062', 'anna_pill*1', 3, 0, 0, 100, '0', 0),
(90061, 512, '90061', 'anna_sofa*5', 3, 0, 0, 1, '0', 0),
(90060, 512, '90060', 'anna_sofa*4', 3, 0, 0, 1, '0', 0),
(90059, 512, '90059', 'anna_sofa*3', 3, 0, 0, 1, '0', 0),
(90058, 512, '90058', 'anna_sofa*2', 3, 0, 0, 1, '0', 0),
(90057, 512, '90057', 'anna_sofa*1', 3, 0, 0, 1, '0', 0),
(90056, 512, '90056', 'anna_rug*5', 3, 0, 0, 100, '0', 0),
(90055, 512, '90055', 'anna_rug*4', 3, 0, 0, 100, '0', 0),
(90054, 512, '90054', 'anna_rug*3', 3, 0, 0, 100, '0', 0),
(90053, 512, '90053', 'anna_rug*2', 3, 0, 0, 100, '0', 0),
(90052, 512, '90052', 'anna_rug*1', 3, 0, 0, 100, '0', 0),
(90051, 512, '90051', 'anna_table*5', 3, 0, 0, 1, '0', 0),
(90050, 512, '90050', 'anna_table*4', 3, 0, 0, 1, '0', 0),
(90049, 512, '90049', 'anna_table*3', 3, 0, 0, 1, '0', 0),
(90048, 512, '90048', 'anna_table*2', 3, 0, 0, 1, '0', 0),
(90047, 512, '90047', 'anna_table*1', 3, 0, 0, 1, '0', 0),
(90046, 512, '90046', 'anna_stool*5', 3, 0, 0, 1, '0', 0),
(90045, 512, '90045', 'anna_stool*4', 3, 0, 0, 1, '0', 0),
(90044, 512, '90044', 'anna_stool*3', 3, 0, 0, 1, '0', 0),
(90043, 512, '90043', 'anna_stool*2', 3, 0, 0, 100, '0', 0),
(90042, 512, '90042', 'anna_stool*1', 3, 0, 0, 100, '0', 0),
(90041, 512, '90041', 'anna_chair*5', 3, 0, 0, 100, '0', 0),
(90040, 512, '90040', 'anna_chair*4', 3, 0, 0, 100, '0', 0),
(90039, 512, '90039', 'anna_chair*3', 3, 0, 0, 100, '0', 0),
(90038, 512, '90038', 'anna_chair*2', 3, 0, 0, 100, '0', 0),
(90037, 512, '90037', 'anna_chair*1', 3, 0, 0, 100, '0', 0),
(90036, 512, '90036', 'anna_div_gate*5', 3, 0, 0, 1, '0', 0),
(90033, 512, '90033', 'anna_div_gate*2', 3, 0, 0, 1, '0', 0),
(90034, 512, '90034', 'anna_div_gate*3', 3, 0, 0, 1, '0', 0),
(90035, 512, '90035', 'anna_div_gate*4', 3, 0, 0, 1, '0', 0),
(90068, 512, '90068', 'anna_lamp*2', 3, 0, 0, 1, '0', 0),
(90067, 512, '90067', 'anna_lamp*1', 3, 0, 0, 1, '0', 0),
(90066, 512, '90066', 'anna_pill*5', 3, 0, 0, 100, '0', 0),
(90065, 512, '90065', 'anna_pill*4', 3, 0, 0, 100, '0', 0),
(90064, 512, '90064', 'anna_pill*3', 3, 0, 0, 100, '0', 0),
(90069, 512, '90069', 'anna_lamp*3', 3, 0, 0, 1, '0', 0),
(90070, 512, '90070', 'anna_lamp*4', 3, 0, 0, 1, '0', 0),
(90071, 512, '90071', 'anna_lamp*5', 3, 0, 0, 1, '0', 0),
(90072, 512, '90072', 'anna_div_crnr*1', 3, 0, 0, 1, '0', 0),
(90073, 512, '90073', 'anna_div_crnr*2', 3, 0, 0, 1, '0', 0),
(90074, 512, '90074', 'anna_div_crnr*3', 3, 0, 0, 1, '0', 0),
(90075, 512, '90075', 'anna_div_crnr*4', 3, 0, 0, 1, '0', 0),
(90076, 512, '90076', 'anna_div_crnr*5', 3, 0, 0, 1, '0', 0),
(90077, 34, '90077', 'picnic_blanket_yel', 3, 0, 0, 1, '0', 0),
(90078, 34, '90078', 'picnic_pillow_yel', 3, 0, 0, 1, '0', 0),
(90079, 34, '90079', 'picnic_food1', 3, 0, 0, 1, '0', 0),
(90080, 34, '90080', 'note_tag', 3, 0, 0, 1, '0', 0),
(90081, 34, '90081', 'picnic_wfall', 3, 0, 0, 1, '0', 0),
(90082, 513, '90082', 'picnic_blanket_blu', 3, 0, 0, 1, '0', 0),
(90083, 34, '90083', 'picnic_food3', 3, 0, 0, 1, '0', 0),
(90084, 34, '90084', 'picnic_blanket', 3, 0, 0, 1, '0', 0),
(90085, 34, '90085', 'picnic_pillow_blu', 3, 0, 0, 1, '0', 0),
(90086, 34, '90086', 'picnic_food2', 3, 0, 0, 1, '0', 0),
(90087, 34, '90087', 'picnic_tele', 3, 0, 0, 1, '0', 0),
(90088, 34, '90088', 'picnic_basket', 3, 0, 0, 1, '0', 0),
(90089, 34, '90089', 'picnic_pillow', 3, 0, 0, 1, '0', 0),
(90090, 34, '90090', 'picnic_chair', 3, 0, 0, 1, '0', 0),
(90091, 34, '90091', 'picnic_3brds', 3, 0, 0, 1, '0', 0),
(9465, 720, '9465', 'a0 pet12', 30, 0, 0, 1, '0', 0),
(3026, 15, '19896', 'wallpaper_single_210', 3, 0, 0, 1, '0', 0),
(3027, 15, '19896', 'wallpaper_single_211', 3, 0, 0, 1, '0', 0),
(3028, 15, '19896', 'wallpaper_single_212', 3, 0, 0, 1, '0', 0),
(3029, 15, '19896', 'wallpaper_single_213', 3, 0, 0, 1, '0', 0),
(3030, 15, '19896', 'wallpaper_single_214', 3, 0, 0, 1, '0', 0),
(3031, 15, '19896', 'wallpaper_single_215', 3, 0, 0, 1, '0', 0),
(3032, 15, '19896', 'wallpaper_single_216', 3, 0, 0, 1, '0', 0),
(3033, 15, '19896', 'wallpaper_single_217', 3, 0, 0, 1, '0', 0),
(3034, 15, '19896', 'wallpaper_single_218', 3, 0, 0, 1, '0', 0),
(3035, 15, '19896', 'wallpaper_single_301', 3, 0, 0, 1, '0', 0),
(3036, 15, '19896', 'wallpaper_single_302', 3, 0, 0, 1, '0', 0),
(3037, 15, '19896', 'wallpaper_single_303', 3, 0, 0, 1, '0', 0),
(3038, 15, '19896', 'wallpaper_single_304', 3, 0, 0, 1, '0', 0),
(3039, 15, '19896', 'wallpaper_single_305', 3, 0, 0, 1, '0', 0),
(3040, 15, '19896', 'wallpaper_single_306', 3, 0, 0, 1, '0', 0),
(3041, 15, '19896', 'wallpaper_single_307', 3, 0, 0, 1, '0', 0),
(3042, 15, '19896', 'wallpaper_single_401', 3, 0, 0, 1, '0', 0),
(3043, 15, '19896', 'wallpaper_single_402', 3, 0, 0, 1, '0', 0),
(3044, 15, '19896', 'wallpaper_single_403', 3, 0, 0, 1, '0', 0),
(3045, 15, '19896', 'wallpaper_single_404', 3, 0, 0, 1, '0', 0),
(3046, 15, '19896', 'wallpaper_single_405', 3, 0, 0, 1, '0', 0),
(3047, 15, '19896', 'wallpaper_single_406', 3, 0, 0, 1, '0', 0),
(3048, 15, '19896', 'wallpaper_single_407', 3, 0, 0, 1, '0', 0),
(3049, 15, '19896', 'wallpaper_single_408', 3, 0, 0, 1, '0', 0),
(3050, 15, '19896', 'wallpaper_single_501', 3, 0, 0, 1, '0', 0);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(3051, 15, '19896', 'wallpaper_single_502', 3, 0, 0, 1, '0', 0),
(3052, 15, '19896', 'wallpaper_single_503', 3, 0, 0, 1, '0', 0),
(3053, 15, '19896', 'wallpaper_single_504', 3, 0, 0, 1, '0', 0),
(3054, 15, '19896', 'wallpaper_single_505', 3, 0, 0, 1, '0', 0),
(3055, 15, '19896', 'wallpaper_single_506', 3, 0, 0, 1, '0', 0),
(3056, 15, '19896', 'wallpaper_single_507', 3, 0, 0, 1, '0', 0),
(3057, 15, '19896', 'wallpaper_single_508', 3, 0, 0, 1, '0', 0),
(3058, 15, '19896', 'wallpaper_single_601', 3, 0, 0, 1, '0', 0),
(3059, 15, '19896', 'wallpaper_single_602', 3, 0, 0, 1, '0', 0),
(3060, 15, '19896', 'wallpaper_single_603', 3, 0, 0, 1, '0', 0),
(3061, 15, '19896', 'wallpaper_single_604', 3, 0, 0, 1, '0', 0),
(3062, 15, '19896', 'wallpaper_single_605', 3, 0, 0, 1, '0', 0),
(3063, 15, '19896', 'wallpaper_single_606', 3, 0, 0, 1, '0', 0),
(3064, 15, '19896', 'wallpaper_single_607', 3, 0, 0, 1, '0', 0),
(3065, 15, '19896', 'wallpaper_single_608', 3, 0, 0, 1, '0', 0),
(3066, 15, '19896', 'wallpaper_single_609', 3, 0, 0, 1, '0', 0),
(3067, 15, '19896', 'wallpaper_single_610', 3, 0, 0, 1, '0', 0),
(3068, 15, '19896', 'wallpaper_single_701', 3, 0, 0, 1, '0', 0),
(3069, 15, '19896', 'wallpaper_single_702', 3, 0, 0, 1, '0', 0),
(3070, 15, '19896', 'wallpaper_single_703', 3, 0, 0, 1, '0', 0),
(3071, 15, '19896', 'wallpaper_single_704', 3, 0, 0, 1, '0', 0),
(3072, 15, '19896', 'wallpaper_single_705', 3, 0, 0, 1, '0', 0),
(3073, 15, '19896', 'wallpaper_single_706', 3, 0, 0, 1, '0', 0),
(3074, 15, '19896', 'wallpaper_single_707', 3, 0, 0, 1, '0', 0),
(3075, 15, '19896', 'wallpaper_single_708', 3, 0, 0, 1, '0', 0),
(3076, 15, '19896', 'wallpaper_single_709', 3, 0, 0, 1, '0', 0),
(3077, 15, '19896', 'wallpaper_single_710', 3, 0, 0, 1, '0', 0),
(3078, 15, '19896', 'wallpaper_single_801', 3, 0, 0, 1, '0', 0),
(3079, 15, '19896', 'wallpaper_single_802', 3, 0, 0, 1, '0', 0),
(3080, 15, '19896', 'wallpaper_single_803', 3, 0, 0, 1, '0', 0),
(3081, 15, '19896', 'wallpaper_single_804', 3, 0, 0, 1, '0', 0),
(3082, 15, '19896', 'wallpaper_single_805', 3, 0, 0, 1, '0', 0),
(3083, 15, '19896', 'wallpaper_single_806', 3, 0, 0, 1, '0', 0),
(3084, 15, '19896', 'wallpaper_single_807', 3, 0, 0, 1, '0', 0),
(3085, 15, '19896', 'wallpaper_single_808', 3, 0, 0, 1, '0', 0),
(3086, 15, '19896', 'wallpaper_single_809', 3, 0, 0, 1, '0', 0),
(3087, 15, '19896', 'wallpaper_single_810', 3, 0, 0, 1, '0', 0),
(3088, 15, '19896', 'wallpaper_single_901', 3, 0, 0, 1, '0', 0),
(3089, 15, '19896', 'wallpaper_single_902', 3, 0, 0, 1, '0', 0),
(3090, 15, '19896', 'wallpaper_single_903', 3, 0, 0, 1, '0', 0),
(3091, 15, '19896', 'wallpaper_single_904', 3, 0, 0, 1, '0', 0),
(3092, 15, '19896', 'wallpaper_single_905', 3, 0, 0, 1, '0', 0),
(3093, 15, '19896', 'wallpaper_single_906', 3, 0, 0, 1, '0', 0),
(3094, 15, '19896', 'wallpaper_single_907', 3, 0, 0, 1, '0', 0),
(3095, 15, '19896', 'wallpaper_single_908', 3, 0, 0, 1, '0', 0),
(3096, 15, '19896', 'wallpaper_single_1001', 3, 0, 0, 1, '0', 0),
(3097, 15, '19896', 'wallpaper_single_1002', 3, 0, 0, 1, '0', 0),
(3098, 15, '19896', 'wallpaper_single_1003', 3, 0, 0, 1, '0', 0),
(3099, 15, '19896', 'wallpaper_single_1004', 3, 0, 0, 1, '0', 0),
(3100, 15, '19896', 'wallpaper_single_1005', 3, 0, 0, 1, '0', 0),
(3101, 15, '19896', 'wallpaper_single_1006', 3, 0, 0, 1, '0', 0),
(3102, 15, '19896', 'wallpaper_single_1007', 3, 0, 0, 1, '0', 0),
(3103, 15, '19896', 'wallpaper_single_1101', 3, 0, 0, 1, '0', 0),
(3104, 15, '19896', 'wallpaper_single_1201', 3, 0, 0, 1, '0', 0),
(3105, 15, '19896', 'wallpaper_single_1301', 3, 0, 0, 1, '0', 0),
(3106, 15, '19896', 'wallpaper_single_1401', 3, 0, 0, 1, '0', 0),
(3107, 15, '19896', 'wallpaper_single_1501', 3, 0, 0, 1, '0', 0),
(3108, 15, '19896', 'wallpaper_single_1601', 3, 0, 0, 1, '0', 0),
(3109, 15, '19896', 'wallpaper_single_1701', 3, 0, 0, 1, '0', 0),
(3110, 15, '19896', 'wallpaper_single_1801', 3, 0, 0, 1, '0', 0),
(3111, 15, '19896', 'wallpaper_single_1901', 3, 0, 0, 1, '0', 0),
(3112, 15, '19896', 'wallpaper_single_1902', 3, 0, 0, 1, '0', 0),
(3113, 15, '19896', 'wallpaper_single_2001', 3, 0, 0, 1, '0', 0),
(3114, 15, '19896', 'wallpaper_single_2002', 3, 0, 0, 1, '0', 0),
(3115, 15, '19896', 'wallpaper_single_2003', 3, 0, 0, 1, '0', 0),
(3116, 15, '19896', 'wallpaper_single_2101', 4, 0, 0, 1, '0', 0),
(3117, 15, '19896', 'wallpaper_single_2102', 4, 0, 0, 1, '0', 0),
(3118, 15, '19896', 'wallpaper_single_2103', 4, 0, 0, 1, '0', 0),
(3119, 15, '19896', 'wallpaper_single_2201', 4, 0, 0, 1, '0', 0),
(3120, 15, '19896', 'wallpaper_single_2202', 4, 0, 0, 1, '0', 0),
(3121, 15, '19896', 'wallpaper_single_2203', 4, 0, 0, 1, '0', 0),
(3122, 15, '19896', 'wallpaper_single_2204', 4, 0, 0, 1, '0', 0),
(3123, 15, '19896', 'wallpaper_single_2205', 4, 0, 0, 1, '0', 0),
(3124, 15, '19896', 'wallpaper_single_2206', 4, 0, 0, 1, '0', 0),
(3125, 15, '19896', 'wallpaper_single_2207', 4, 0, 0, 1, '0', 0),
(3126, 15, '19896', 'wallpaper_single_2301', 4, 0, 0, 1, '0', 0),
(3127, 15, '19896', 'wallpaper_single_2302', 4, 0, 0, 1, '0', 0),
(3128, 15, '19896', 'wallpaper_single_2303', 4, 0, 0, 1, '0', 0),
(3129, 15, '19896', 'wallpaper_single_2304', 4, 0, 0, 1, '0', 0),
(3130, 15, '19896', 'wallpaper_single_2401', 4, 0, 0, 1, '0', 0),
(3131, 15, '19896', 'wallpaper_single_2402', 4, 0, 0, 1, '0', 0),
(3132, 15, '19896', 'wallpaper_single_2403', 4, 0, 0, 1, '0', 0),
(3133, 15, '19896', 'wallpaper_single_2501', 4, 0, 0, 1, '0', 0),
(3134, 15, '19896', 'wallpaper_single_2502', 4, 0, 0, 1, '0', 0),
(3135, 15, '19896', 'wallpaper_single_2503', 4, 0, 0, 1, '0', 0),
(3136, 15, '19896', 'wallpaper_single_2504', 4, 0, 0, 1, '0', 0),
(3137, 15, '19896', 'wallpaper_single_2601', 4, 0, 0, 1, '0', 0),
(3138, 15, '19896', 'wallpaper_single_2602', 4, 0, 0, 1, '0', 0),
(3139, 15, '19896', 'wallpaper_single_2603', 4, 0, 0, 1, '0', 0),
(3140, 15, '19896', 'wallpaper_single_2604', 4, 0, 0, 1, '0', 0),
(3141, 15, '19896', 'wallpaper_single_2701', 4, 0, 0, 1, '0', 0),
(3142, 15, '19896', 'wallpaper_single_2702', 4, 0, 0, 1, '0', 0),
(3143, 15, '19896', 'wallpaper_single_2703', 4, 0, 0, 1, '0', 0),
(3144, 15, '19896', 'wallpaper_single_2704', 4, 0, 0, 1, '0', 0),
(3145, 15, '19896', 'wallpaper_single_2801', 4, 0, 0, 1, '0', 0),
(3146, 15, '19896', 'wallpaper_single_2802', 4, 0, 0, 1, '0', 0),
(3147, 15, '19896', 'wallpaper_single_2803', 4, 0, 0, 1, '0', 0),
(3148, 15, '19896', 'wallpaper_single_2804', 4, 0, 0, 1, '0', 0),
(3149, 15, '19896', 'wallpaper_single_2901', 4, 0, 0, 1, '0', 0),
(3150, 15, '19896', 'wallpaper_single_2902', 4, 0, 0, 1, '0', 0),
(3151, 15, '19896', 'wallpaper_single_2903', 4, 0, 0, 1, '0', 0),
(3152, 15, '19896', 'wallpaper_single_2904', 4, 0, 0, 1, '0', 0),
(3153, 15, '19896', 'wallpaper_single_3001', 3, 0, 0, 1, '0', 0),
(3154, 15, '19896', 'wallpaper_single_3002', 3, 0, 0, 1, '0', 0),
(3155, 15, '19896', 'wallpaper_single_3003', 3, 0, 0, 1, '0', 0),
(3156, 15, '19896', 'wallpaper_single_3004', 3, 0, 0, 1, '0', 0),
(3157, 15, '19896', 'wallpaper_single_3101', 3, 0, 0, 1, '0', 0),
(3158, 15, '19896', 'wallpaper_single_3102', 3, 0, 0, 1, '0', 0),
(3159, 15, '19896', 'wallpaper_single_3103', 3, 0, 0, 1, '0', 0),
(3160, 15, '19896', 'wallpaper_single_3104', 3, 0, 0, 1, '0', 0),
(3161, 15, '19896', 'wallpaper_single_3105', 3, 0, 0, 1, '0', 0),
(3162, 15, '19896', 'wallpaper_single_3106', 3, 0, 0, 1, '0', 0),
(3163, 15, '19894', 'floor_single_101', 2, 0, 0, 1, '0', 0),
(3164, 15, '19894', 'floor_single_102', 2, 0, 0, 1, '0', 0),
(3165, 15, '19894', 'floor_single_102', 2, 0, 0, 1, '0', 0),
(3166, 15, '19894', 'floor_single_104', 2, 0, 0, 1, '0', 0),
(3167, 15, '19894', 'floor_single_105', 2, 0, 0, 1, '0', 0),
(3168, 15, '19894', 'floor_single_106', 2, 0, 0, 1, '0', 0),
(3169, 15, '19894', 'floor_single_107', 10, 0, 0, 1, '0', 0),
(3170, 15, '19894', 'floor_single_108', 2, 0, 0, 1, '0', 0),
(3171, 15, '19894', 'floor_single_109', 2, 0, 0, 1, '0', 0),
(3172, 15, '19894', 'floor_single_110', 10, 0, 0, 1, '0', 0),
(3173, 15, '19894', 'floor_single_111', 2, 0, 0, 1, '0', 0),
(3174, 15, '19894', 'floor_single_201', 2, 0, 0, 1, '0', 0),
(3175, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0', 0),
(3176, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0', 0),
(3177, 15, '19894', 'floor_single_204', 2, 0, 0, 1, '0', 0),
(3178, 15, '19894', 'floor_single_205', 2, 0, 0, 1, '0', 0),
(3179, 15, '19894', 'floor_single_206', 2, 0, 0, 1, '0', 0),
(3180, 15, '19894', 'floor_single_207', 2, 0, 0, 1, '0', 0),
(3181, 15, '19894', 'floor_single_208', 2, 0, 0, 1, '0', 0),
(3182, 15, '19894', 'floor_single_209', 2, 0, 0, 1, '0', 0),
(3183, 15, '19894', 'floor_single_210', 2, 0, 0, 1, '0', 0),
(3184, 15, '19894', 'floor_single_211', 2, 0, 0, 1, '0', 0),
(3185, 15, '19894', 'floor_single_201', 2, 0, 0, 1, '0', 0),
(3186, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0', 0),
(3187, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0', 0),
(3188, 15, '19894', 'floor_single_204', 2, 0, 0, 1, '0', 0),
(3189, 15, '19894', 'floor_single_205', 2, 0, 0, 1, '0', 0),
(3190, 15, '19894', 'floor_single_206', 2, 0, 0, 1, '0', 0),
(3191, 15, '19894', 'floor_single_207', 2, 0, 0, 1, '0', 0),
(3192, 15, '19894', 'floor_single_401', 2, 0, 0, 1, '0', 0),
(3193, 15, '19894', 'floor_single_402', 2, 0, 0, 1, '0', 0),
(3194, 15, '19894', 'floor_single_402', 2, 0, 0, 1, '0', 0),
(3195, 15, '19894', 'floor_single_404', 2, 0, 0, 1, '0', 0),
(3196, 15, '19894', 'floor_single_405', 2, 0, 0, 1, '0', 0),
(3197, 15, '19894', 'floor_single_406', 2, 0, 0, 1, '0', 0),
(3198, 15, '19894', 'floor_single_407', 2, 0, 0, 1, '0', 0),
(3199, 15, '19894', 'floor_single_408', 2, 0, 0, 1, '0', 0),
(3200, 15, '19894', 'floor_single_409', 2, 0, 0, 1, '0', 0),
(3201, 15, '19894', 'floor_single_410', 2, 0, 0, 1, '0', 0),
(3202, 15, '19894', 'floor_single_501', 2, 0, 0, 1, '0', 0),
(3203, 15, '19894', 'floor_single_502', 2, 0, 0, 1, '0', 0),
(3204, 15, '19894', 'floor_single_502', 2, 0, 0, 1, '0', 0),
(3205, 15, '19894', 'floor_single_504', 2, 0, 0, 1, '0', 0),
(3206, 15, '19894', 'floor_single_505', 2, 0, 0, 1, '0', 0),
(3207, 15, '19894', 'floor_single_506', 2, 0, 0, 1, '0', 0),
(3208, 15, '19894', 'floor_single_507', 2, 0, 0, 1, '0', 0),
(3209, 15, '19894', 'floor_single_601', 2, 0, 0, 1, '0', 0),
(3210, 15, '19894', 'floor_single_602', 2, 0, 0, 1, '0', 0),
(3211, 15, '19894', 'floor_single_602', 2, 0, 0, 1, '0', 0),
(3212, 15, '19894', 'floor_single_604', 2, 0, 0, 1, '0', 0),
(3213, 15, '19894', 'floor_single_605', 2, 0, 0, 1, '0', 0),
(3214, 15, '19894', 'floor_single_606', 2, 0, 0, 1, '0', 0),
(3215, 15, '19894', 'floor_single_607', 2, 0, 0, 1, '0', 0),
(3216, 15, '19894', 'floor_single_608', 2, 0, 0, 1, '0', 0),
(3217, 15, '19894', 'floor_single_609', 2, 0, 0, 1, '0', 0),
(3218, 15, '19894', 'floor_single_610', 2, 0, 0, 1, '0', 0),
(3219, 15, '19926', 'landscape_single_1.1', 3, 0, 0, 1, '0', 0),
(3220, 15, '19926', 'landscape_single_2.1', 3, 0, 0, 1, '0', 0),
(3221, 15, '19926', 'landscape_single_3.1', 3, 0, 0, 1, '0', 0),
(3222, 15, '19926', 'landscape_single_4.1', 3, 0, 0, 1, '0', 0),
(3223, 15, '19926', 'landscape_single_5.1', 3, 0, 0, 1, '0', 0),
(3224, 15, '19926', 'landscape_single_6.1', 3, 0, 0, 1, '0', 0),
(3225, 15, '19926', 'landscape_single_7.1', 3, 0, 0, 1, '0', 0),
(3226, 15, '19926', 'landscape_single_1.2', 3, 0, 0, 1, '0', 0),
(3227, 15, '19926', 'landscape_single_1.3', 3, 0, 0, 1, '0', 0),
(3228, 15, '19926', 'landscape_single_2.3', 3, 0, 0, 1, '0', 0),
(3229, 15, '19926', 'landscape_single_3.3', 3, 0, 0, 1, '0', 0),
(3230, 15, '19926', 'landscape_single_4.3', 3, 0, 0, 1, '0', 0),
(3231, 15, '19926', 'landscape_single_5.3', 3, 0, 0, 1, '0', 0),
(3232, 15, '19926', 'landscape_single_6.3', 3, 0, 0, 1, '0', 0),
(3233, 15, '19926', 'landscape_single_7.3', 3, 0, 0, 1, '0', 0),
(3234, 15, '19926', 'landscape_single_1.4', 3, 0, 0, 1, '0', 0),
(3235, 15, '19926', 'landscape_single_2.4', 3, 0, 0, 1, '0', 0),
(3236, 15, '19926', 'landscape_single_3.4', 3, 0, 0, 1, '0', 0),
(3237, 15, '19926', 'landscape_single_4.4', 3, 0, 0, 1, '0', 0),
(3238, 15, '19926', 'landscape_single_5.4', 3, 0, 0, 1, '0', 0),
(3239, 15, '19926', 'landscape_single_6.4', 3, 0, 0, 1, '0', 0),
(3240, 15, '19926', 'landscape_single_7.4', 3, 0, 0, 1, '0', 0),
(3241, 15, '19926', 'landscape_single_1.5', 3, 0, 0, 1, '0', 0),
(3242, 15, '19926', 'landscape_single_2.5', 3, 0, 0, 1, '0', 0),
(3243, 15, '19926', 'landscape_single_3.5', 3, 0, 0, 1, '0', 0),
(3244, 15, '19926', 'landscape_single_4.5', 3, 0, 0, 1, '0', 0),
(3245, 15, '19926', 'landscape_single_5.5', 3, 0, 0, 1, '0', 0),
(3246, 15, '19926', 'landscape_single_6.5', 3, 0, 0, 1, '0', 0),
(3247, 15, '19926', 'landscape_single_7.5', 3, 0, 0, 1, '0', 0),
(3248, 15, '19926', 'landscape_single_1.6', 3, 0, 0, 1, '0', 0),
(3249, 15, '19926', 'landscape_single_2.6', 3, 0, 0, 1, '0', 0),
(3250, 15, '19926', 'landscape_single_3.6', 3, 0, 0, 1, '0', 0),
(3251, 15, '19926', 'landscape_single_4.6', 3, 0, 0, 1, '0', 0),
(3252, 15, '19926', 'landscape_single_5.6', 3, 0, 0, 1, '0', 0),
(3253, 15, '19926', 'landscape_single_6.6', 3, 0, 0, 1, '0', 0),
(3254, 15, '19926', 'landscape_single_7.6', 3, 0, 0, 1, '0', 0),
(3255, 15, '19926', 'landscape_single_1.7', 3, 0, 0, 1, '0', 0),
(3256, 15, '19926', 'landscape_single_2.7', 3, 0, 0, 1, '0', 0),
(3257, 15, '19926', 'landscape_single_3.7', 3, 0, 0, 1, '0', 0),
(3258, 15, '19926', 'landscape_single_4.7', 3, 0, 0, 1, '0', 0),
(3259, 15, '19926', 'landscape_single_5.7', 3, 0, 0, 1, '0', 0),
(3260, 15, '19926', 'landscape_single_6.7', 3, 0, 0, 1, '0', 0),
(3261, 15, '19926', 'landscape_single_7.7', 3, 0, 0, 1, '0', 0),
(3262, 15, '19926', 'landscape_single_1.8', 3, 0, 0, 1, '0', 0),
(3263, 15, '19926', 'landscape_single_1.9', 3, 0, 0, 1, '0', 0),
(3264, 15, '19926', 'landscape_single_1.10', 3, 0, 0, 1, '0', 0),
(3265, 15, '19926', 'landscape_single_1.11', 3, 0, 0, 1, '0', 0),
(3266, 15, '19926', 'landscape_single_7.12', 3, 0, 0, 1, '0', 0),
(9037533, 1188, '9037533', 'dng_cube', 400, 0, 0, 100, '0', 0),
(9037532, 1188, '9037532', 'dng_ground', 5, 0, 0, 1, '0', 0),
(8973474, 1188, '8973469', 'dng_floor', 30, 0, 0, 10, '0', 0),
(8973473, 1188, '8973470', 'dng_wall', 45, 0, 0, 10, '0', 0),
(8973472, 1188, '8973472', 'dng_treasure2', 9, 0, 0, 1, '0', 0),
(8973471, 1188, '8973471', 'dng_treasure', 12, 0, 0, 1, '0', 0),
(8973470, 1188, '8973470', 'dng_wall', 8, 0, 0, 1, '0', 0),
(8973469, 1188, '8973469', 'dng_floor', 5, 0, 0, 1, '0', 0),
(8973468, 1188, '8973468', 'dng_block', 200, 0, 0, 100, '0', 0),
(8973467, 1188, '8973467', 'dng_stairs', 300, 0, 0, 100, '0', 0),
(8973465, 1188, '8973465', 'dng_throne', 15, 0, 0, 1, '0', 0),
(8973466, 1188, '8973466', 'dng_pillar', 4, 0, 0, 1, '0', 0),
(55901, 556, '55901', 'prizetrophy_skate*1', 3, 0, 0, 1, '0', 0),
(89989, 175, '89989', 'waasa_ship2', 3, 0, 0, 1, '0', 0),
(89990, 175, '89990', 'waasa_ship1', 3, 0, 0, 1, '0', 0),
(89991, 175, '89991', 'waasa_bunk_bed', 3, 0, 0, 1, '0', 0),
(89992, 175, '89992', 'computer_laptop', 3, 0, 0, 1, '0', 0),
(89993, 175, '89993', 'computer_old', 3, 0, 0, 1, '0', 0),
(89994, 175, '89994', 'waasa_table1', 3, 0, 0, 1, '0', 0),
(89995, 175, '89995', 'waasa_desk', 3, 0, 0, 1, '0', 0),
(89996, 175, '89996', 'waasa_wall_shelf2', 3, 0, 0, 1, '0', 0),
(89997, 175, '89997', 'waasa_wall_shelf1', 3, 0, 0, 1, '0', 0),
(80378, 175, '80378', 'waasa_rug1', 3, 0, 0, 1, '0', 0),
(80379, 175, '80379', 'waasa_rug2', 3, 0, 0, 1, '0', 0),
(80380, 175, '80380', 'waasa_rug3', 3, 0, 0, 1, '0', 0),
(80381, 175, '80381', 'waasa_rug4', 3, 0, 0, 1, '0', 0),
(80382, 175, '80382', 'waasa_rug5', 3, 0, 0, 1, '0', 0),
(80383, 175, '80383', 'waasa_chair_wood', 1, 0, 0, 1, '0', 0),
(80384, 175, '80384', 'waasa_aquarium', 8, 0, 0, 1, '0', 0),
(199868, 8765, '199868', 'qt_sum11_ictrolley', 10, 0, 0, 1, '0', 0),
(199869, 8765, '199869', 'qt_sum11_platfrm', 8, 0, 0, 1, '0', 0),
(199870, 8765, '199870', 'qt_sum11_shell3', 3, 0, 0, 1, '0', 0),
(199871, 8765, '199871', 'qt_sum11_shell2', 3, 0, 0, 1, '0', 0),
(199872, 8765, '199872', 'qt_sum11_chair', 4, 0, 0, 1, '0', 0),
(199873, 8765, '199873', 'qt_sum11_shell4', 3, 0, 0, 1, '0', 0),
(199874, 8765, '199874', 'qt_sum11_shell1', 3, 0, 0, 1, '0', 0),
(199875, 8765, '199875', 'qt_sum11_shell5', 3, 0, 0, 1, '0', 0),
(199876, 8765, '199876', 'qt_sum11_petfood', 10, 0, 0, 1, '0', 0),
(99060, 505, '99082', 'es_box', 10, 0, 0, 1, '0', 0),
(99061, 505, '99083', 'es_counter', 15, 0, 0, 1, '0', 0),
(99062, 505, '99084', 'es_exit', 5, 0, 0, 1, '0', 0),
(99063, 505, '99085', 'es_gate_b', 4, 0, 0, 1, '0', 0),
(99064, 505, '99086', 'es_gate_g', 4, 0, 0, 1, '0', 0),
(99065, 505, '99087', 'es_gate_r', 4, 0, 0, 1, '0', 0),
(99066, 505, '99088', 'es_gate_y', 4, 0, 0, 1, '0', 0),
(99067, 505, '99091', 'es_score_b', 3, 0, 0, 1, '0', 0),
(99068, 505, '99092', 'es_score_g', 3, 0, 0, 1, '0', 0),
(99069, 505, '99090', 'es_score_r', 3, 0, 0, 1, '0', 0),
(99070, 505, '99089', 'es_score_y', 3, 0, 0, 1, '0', 0),
(4541, 6321, '4541', 'pcnc_gazebohack', 3, 0, 0, 1, '0', 0),
(3267, 516, '3267', 'mm_lamp', 10, 0, 0, 1, '0', 0),
(3268, 516, '3268', 'mm_lemon_drink', 10, 0, 0, 1, '0', 0),
(3269, 516, '3269', 'mm_tub', 10, 0, 0, 1, '0', 0),
(5708, 832, '97583', 'SkateBoard', 10, 0, 0, 1, '0', 0),
(4513, 6321, '4513', 'lido_parasol', 3, 0, 0, 1, '0', 0),
(55902, 556, '55902', 'prizetrophy_skate*2', 3, 0, 0, 1, '0', 0),
(55903, 556, '55903', 'prizetrophy_skate*3', 3, 0, 0, 1, '0', 0),
(55904, 556, '55904', 'sb_rail', 3, 0, 0, 1, '0', 0),
(55905, 556, '55905', 'sb_ramp', 3, 0, 0, 1, '0', 0),
(55906, 556, '55906', 'sb_block', 3, 0, 0, 1, '0', 0),
(55907, 556, '55907', 'avatar_effect72', 1, 0, 0, 1, '0', 0),
(48410548, 556, '9037534', 'ads_cchups_screen', 10, 0, 0, 1, '0', 0),
(48410549, 556, '9037535', 'sb_tag1', 10, 0, 0, 1, '0', 0),
(48410550, 556, '9037537', 'sb_tag2', 10, 0, 0, 1, '0', 0),
(48410551, 556, '9037538', 'sb_tag3', 10, 0, 0, 1, '0', 0),
(48410552, 556, '9037536', 'sb_wall', 10, 0, 0, 1, '0', 0),
(48410553, 556, '9037540', 'sb_tile', 10, 0, 0, 1, '0', 0),
(48410554, 556, '9037539', 'sb_cans', 10, 0, 0, 1, '0', 0),
(1000000, 2000, '80383', 'waasa', 3, 0, 0, 1, '0', 0),
(1000001, 2001, '89994', 'waasa_table1', 3, 0, 0, 1, '0', 0),
(1000002, 2000, '502', 'chair_norja*2', 3, 0, 0, 1, '0', 0),
(1000003, 2011, '1100', 'teleport_door', 3, 0, 0, 1, '0', 0),
(1000004, 2011, '1452', 'lostc_teleport', 3, 0, 0, 1, '0', 0),
(1000005, 2000, '1369', 'xmas_08_hottub', 3, 0, 0, 1, '0', 0),
(1000007, 2000, '536', 'sofachair_silo*4', 3, 0, 0, 1, '0', 0),
(1000008, 2002, '551', 'divider_silo1*3', 3, 0, 0, 1, '0', 0),
(1000010, 2001, '549', 'table_silo_small*9', 3, 0, 0, 1, '0', 0),
(1000011, 2005, '1640', 'ktchn_light', 3, 0, 0, 1, '0', 0),
(1000012, 2010, '1798', 'ktchn_wall', 3, 0, 0, 1, '0', 0),
(600241, 46, '20700', 'a0 pet9', 20, 0, 0, 1, '0', 0),
(12458, 1042, '254874', 'Spazio Nero 2x2', 10, 0, 0, 1, '0', 0),
(56700, 567, '56700', 'coco_stool_c2', 3, 0, 0, 1, '0', 0),
(56701, 567, '56701', 'coco_divan_c4', 3, 0, 0, 1, '0', 0),
(56702, 567, '56702', 'coco_throne_c3', 3, 0, 0, 1, '0', 0),
(56703, 567, '56703', 'coco_chair', 3, 0, 0, 1, '0', 0),
(56704, 567, '56704', 'coco_throne__c2', 3, 0, 0, 1, '0', 0),
(56705, 567, '56705', 'coco_stool_c4', 3, 0, 0, 1, '0', 0),
(56706, 567, '56706', 'coco_patch', 3, 0, 0, 1, '0', 0),
(56707, 567, '56707', 'coco_divan_c2', 3, 0, 0, 1, '0', 0),
(56708, 567, '56708', 'coco_sofatable_c3', 3, 0, 0, 1, '0', 0),
(56709, 567, '56709', 'coco_stool_c3', 3, 0, 0, 1, '0', 0),
(56710, 567, '56710', 'coco_sofatable_c4', 3, 0, 0, 1, '0', 0),
(56711, 567, '56711', 'coco_sofa_c3', 3, 0, 0, 1, '0', 0),
(56712, 567, '56712', 'coco_table', 3, 0, 0, 1, '0', 0),
(56713, 567, '56713', 'coco_stool', 3, 0, 0, 1, '0', 0),
(56714, 567, '56714', 'coco_chair_c2', 3, 0, 0, 1, '0', 0),
(56715, 567, '56715', 'coco_stick', 3, 0, 0, 1, '0', 0),
(56716, 567, '56716', 'coco_throne', 3, 0, 0, 1, '0', 0),
(56717, 567, '56717', 'coco_table2', 3, 0, 0, 1, '0', 0),
(56718, 567, '56718', 'coco_sofa_c2', 3, 0, 0, 1, '0', 0),
(56719, 567, '56719', 'coco_chair_c4', 3, 0, 0, 1, '0', 0),
(56720, 567, '56720', 'coco_chair_c3', 3, 0, 0, 1, '0', 0),
(56721, 567, '56721', 'coco_divan', 3, 0, 0, 1, '0', 0),
(56722, 567, '56722', 'coco_divan_c3', 3, 0, 0, 1, '0', 0),
(56723, 567, '56723', 'coco_c', 3, 0, 0, 1, '0', 0),
(56724, 567, '56724', 'coco_sofa_c4', 3, 0, 0, 1, '0', 0),
(56725, 567, '56725', 'coco_sofatable_c2', 3, 0, 0, 1, '0', 0),
(56726, 567, '56726', 'coco_throne_c4', 3, 0, 0, 1, '0', 0),
(56727, 567, '56727', 'coco_sofa', 3, 0, 0, 1, '0', 0),
(56728, 567, '56728', 'lm_crystal_skull', 3, 0, 0, 1, '0', 0),
(56729, 567, '56729', 'lm_bananadrink', 3, 0, 0, 1, '0', 0),
(56731, 567, '56731', 'petfood25', 3, 0, 0, 1, '0', 0),
(987282, 2000, '461', 'barchair_silo', 3, 0, 0, 1, '0', 0),
(987275, 2000, '21', 'sofachair_silo', 3, 0, 0, 1, '0', 0),
(987273, 2000, '12', 'chair_silo', 3, 0, 0, 1, '0', 0),
(987283, 2000, '534', 'sofachair_silo*2', 3, 0, 0, 1, '0', 0),
(987284, 2000, '535', 'sofachair_silo*3', 3, 0, 0, 1, '0', 0),
(987285, 2000, '536', 'sofachair_silo*4', 3, 0, 0, 1, '0', 0),
(987286, 2000, '537', 'sofachair_silo*5', 3, 0, 0, 1, '0', 0),
(987287, 2000, '538', 'sofachair_silo*6', 3, 0, 0, 1, '0', 0),
(987288, 2000, '539', 'sofachair_silo*7', 3, 0, 0, 1, '0', 0),
(987289, 2000, '540', 'sofachair_silo*8', 3, 0, 0, 1, '0', 0),
(987290, 2000, '541', 'sofachair_silo*9', 3, 0, 0, 1, '0', 0),
(987331, 2000, '633', 'chair_silo*2', 3, 0, 0, 1, '0', 0),
(987332, 2000, '634', 'chair_silo*3', 3, 0, 0, 1, '0', 0),
(987333, 2000, '635', 'chair_silo*4', 3, 0, 0, 1, '0', 0),
(987334, 2000, '636', 'chair_silo*5', 3, 0, 0, 1, '0', 0),
(987335, 2000, '637', 'chair_silo*5', 3, 0, 0, 1, '0', 0),
(987336, 2000, '638', 'chair_silo*7', 3, 0, 0, 1, '0', 0),
(987337, 2000, '639', 'chair_silo*8', 3, 0, 0, 1, '0', 0),
(987338, 2000, '640', 'chair_silo*9', 3, 0, 0, 1, '0', 0),
(987342, 2000, '702', 'barchair_silo*2', 3, 0, 0, 1, '0', 0),
(987343, 2000, '703', 'barchair_silo*3', 3, 0, 0, 1, '0', 0),
(987344, 2000, '704', 'barchair_silo*4', 3, 0, 0, 1, '0', 0),
(987345, 2000, '705', 'barchair_silo*5', 3, 0, 0, 1, '0', 0),
(987346, 2000, '706', 'barchair_silo*6', 3, 0, 0, 1, '0', 0),
(987347, 2000, '707', 'barchair_silo*6', 3, 0, 0, 1, '0', 0),
(987348, 2000, '707', 'barchair_silo*7', 3, 0, 0, 1, '0', 0),
(987349, 2000, '708', 'barchair_silo*8', 3, 0, 0, 1, '0', 0),
(987350, 2000, '709', 'barchair_silo*9', 3, 0, 0, 1, '0', 0),
(987394, 2000, '1392', 'xmas08_chair', 3, 0, 0, 1, '0', 0),
(987568, 2000, '1627', 'rela_hchair', 5, 0, 0, 1, '0', 0),
(987589, 2000, '1129', 'arabian_chair', 3, 0, 0, 1, '0', 0),
(987617, 2000, '1017', 'grunge_chair', 3, 0, 0, 1, '0', 0),
(987655, 2000, '973', 'summer_chair*1', 3, 0, 0, 1, '0', 0),
(987656, 2000, '974', 'summer_chair*2', 3, 0, 0, 1, '0', 0),
(987657, 2000, '975', 'summer_chair*3', 3, 0, 0, 1, '0', 0),
(987658, 2000, '976', 'summer_chair*4', 3, 0, 0, 1, '0', 0),
(987659, 2000, '977', 'summer_chair*5', 3, 0, 0, 1, '0', 0),
(987660, 2000, '978', 'summer_chair*6', 3, 0, 0, 1, '0', 0),
(987661, 2000, '979', 'summer_chair*7', 3, 0, 0, 1, '0', 0),
(987662, 2000, '980', 'summer_chair*8', 3, 0, 0, 1, '0', 0),
(987663, 2000, '981', 'summer_chair*9', 3, 0, 0, 1, '0', 0),
(987676, 2000, '19945', 'hween09_chair', 3, 0, 0, 1, '0', 0),
(987737, 2000, '1595', 'SF_chair_blue', 3, 0, 0, 1, '0', 0),
(987743, 2000, '1599', 'SF_chair_green', 3, 0, 0, 1, '0', 0),
(987749, 2000, '1607', 'SF_chair_red', 3, 0, 0, 1, '0', 0),
(987765, 2000, '795', 'romantique_pianochair*3', 2, 0, 0, 1, '0', 0),
(987766, 2000, '796', 'romantique_pianochair*5', 2, 0, 0, 1, '0', 0),
(987767, 2000, '797', 'romantique_pianochair*2', 2, 0, 0, 1, '0', 0),
(987768, 2000, '798', 'romantique_pianochair*4', 2, 0, 0, 1, '0', 0),
(987769, 2000, '799', 'romantique_pianochair*1', 2, 0, 0, 1, '0', 0),
(987775, 2000, '805', 'romantique_chair*3', 3, 0, 0, 1, '0', 0),
(987776, 2000, '806', 'romantique_chair*5', 3, 0, 0, 1, '0', 0),
(987777, 2000, '807', 'romantique_chair*2', 3, 0, 0, 1, '0', 0),
(987778, 2000, '808', 'romantique_chair*4', 3, 0, 0, 1, '0', 0),
(987779, 2000, '809', 'romantique_chair*1', 3, 0, 0, 1, '0', 0),
(987797, 2000, '1351', 'party_chair', 3, 0, 0, 1, '0', 0),
(987833, 2000, '669', 'chair_china', 3, 0, 0, 1, '0', 0),
(987849, 2000, '1050', 'exe_chair', 3, 0, 0, 1, '0', 0),
(987850, 2000, '1051', 'exe_chair2', 3, 0, 0, 1, '0', 0),
(987879, 2000, '1472', 'lc_chair', 3, 0, 0, 1, '0', 0),
(987963, 2000, '939', 'chair_basic*2', 4, 0, 0, 1, '0', 0),
(987964, 2000, '940', 'chair_basic*3', 4, 0, 0, 1, '0', 0),
(987965, 2000, '941', 'chair_basic*4', 4, 0, 0, 1, '0', 0),
(987966, 2000, '942', 'chair_basic*5', 4, 0, 0, 1, '0', 0),
(987967, 2000, '943', 'chair_basic*6', 4, 0, 0, 1, '0', 0),
(987968, 2000, '944', 'chair_basic*7', 4, 0, 0, 1, '0', 0),
(987969, 2000, '946', 'chair_basic*9', 4, 0, 0, 1, '0', 0),
(987988, 2000, '846', 'habbowood_chair', 3, 0, 0, 1, '0', 0),
(9871051, 2000, '719', 'glass_chair', 3, 0, 0, 1, '0', 0),
(9871064, 2000, '731', 'glass_chair*2', 3, 0, 0, 1, '0', 0),
(9871065, 2000, '732', 'glass_chair*3', 3, 0, 0, 1, '0', 0),
(9871066, 2000, '733', 'glass_chair*4', 3, 0, 0, 1, '0', 0),
(9871067, 2000, '734', 'glass_chair*5', 3, 0, 0, 1, '0', 0),
(9871068, 2000, '735', 'glass_chair*6', 3, 0, 0, 1, '0', 0),
(9871069, 2000, '736', 'glass_chair*7', 3, 0, 0, 1, '0', 0),
(9871070, 2000, '737', 'glass_chair*8', 3, 0, 0, 1, '0', 0),
(9871071, 2000, '738', 'glass_chair*9', 3, 0, 0, 1, '0', 0),
(9871136, 2000, '19998', 'ads_twi_chair', 3, 0, 0, 1, '0', 0),
(9871162, 2000, '776', 'gothic_chair*1', 3, 0, 0, 1, '0', 0),
(9871163, 2000, '779', 'gothic_chair*2', 3, 0, 0, 1, '0', 0),
(9871165, 2000, '782', 'gothic_chair*3', 3, 0, 0, 1, '0', 0),
(9871168, 2000, '785', 'gothic_chair*4', 3, 0, 0, 1, '0', 0),
(9871171, 2000, '788', 'gothic_chair*5', 4, 0, 0, 1, '0', 0),
(9871174, 2000, '791', 'gothic_chair*6', 3, 0, 0, 1, '0', 0),
(9871179, 2000, '823', 'gothic_chair', 3, 0, 0, 1, '0', 0),
(9871253, 2000, '1267', 'diner_chair*1', 3, 0, 0, 1, '0', 0),
(9871254, 2000, '1268', 'diner_chair*2', 3, 0, 0, 1, '0', 0),
(9871255, 2000, '1269', 'diner_chair*3', 3, 0, 0, 1, '0', 0),
(9871256, 2000, '1270', 'diner_chair*4', 3, 0, 0, 1, '0', 0),
(9871257, 2000, '1271', 'diner_chair*5', 3, 0, 0, 1, '0', 0),
(9871258, 2000, '1272', 'diner_chair*6', 3, 0, 0, 1, '0', 0),
(9871259, 2000, '1273', 'diner_chair*7', 3, 0, 0, 1, '0', 0),
(9871260, 2000, '1274', 'diner_chair*8', 3, 0, 0, 1, '0', 0),
(9871261, 2000, '1275', 'diner_chair*9', 3, 0, 0, 1, '0', 0),
(9871365, 2000, '239', 'chair_plasto*14', 3, 0, 0, 1, '0', 0),
(9871390, 2000, '1317', 'hcc_chair', 3, 0, 0, 1, '0', 0),
(9871392, 2000, '1322', 'hcc_sofachair', 4, 0, 0, 1, '0', 0),
(9871401, 2000, '22', 'chair_plasty', 3, 0, 0, 1, '0', 0),
(9871402, 2000, '23', 'chair_plasto', 3, 0, 0, 1, '0', 0),
(9871408, 2000, '51', 'chair_plasto*1', 3, 0, 0, 1, '0', 0),
(9871413, 2000, '58', 'chair_plasto*2', 3, 0, 0, 1, '0', 0),
(9871418, 2000, '65', 'chair_plasto*3', 3, 0, 0, 1, '0', 0),
(9871421, 2000, '72', 'chair_plasto*4', 3, 0, 0, 1, '0', 0),
(9871426, 2000, '82', 'chair_plasto*5', 3, 0, 0, 1, '0', 0),
(9871431, 2000, '87', 'chair_plasto*6', 3, 0, 0, 1, '0', 0),
(9871436, 2000, '92', 'chair_plasto*7', 3, 0, 0, 1, '0', 0),
(9871441, 2000, '97', 'chair_plasto*8', 3, 0, 0, 1, '0', 0),
(9871445, 2000, '101', 'chair_plasto*9', 3, 0, 0, 1, '0', 0),
(9871446, 2000, '233', 'chair_plasto*10', 3, 0, 0, 1, '0', 0),
(9871447, 2000, '234', 'chair_plasto*11', 3, 0, 0, 1, '0', 0),
(9871448, 2000, '237', 'chair_plasto*12', 3, 0, 0, 1, '0', 0),
(9871449, 2000, '238', 'chair_plasto*13', 3, 0, 0, 1, '0', 0),
(9871458, 2000, '284', 'chair_plasto*15', 3, 0, 0, 1, '0', 0),
(9871459, 2000, '290', 'chair_plasto*16', 3, 0, 0, 1, '0', 0),
(9871482, 2000, '103', 'chair_plasty*1', 3, 0, 0, 1, '0', 0),
(9871483, 2000, '106', 'chair_plasty*2', 3, 0, 0, 1, '0', 0),
(9871484, 2000, '107', 'chair_plasty*3', 3, 0, 0, 1, '0', 0),
(9871485, 2000, '108', 'chair_plasty*4', 3, 0, 0, 1, '0', 0),
(9871486, 2000, '128', 'chair_plasty*5', 3, 0, 0, 1, '0', 0),
(9871487, 2000, '132', 'chair_plasty*6', 3, 0, 0, 1, '0', 0),
(9871488, 2000, '285', 'chair_plasty*7', 3, 0, 0, 1, '0', 0),
(9871489, 2000, '286', 'chair_plasty*8', 3, 0, 0, 1, '0', 0),
(9871490, 2000, '287', 'chair_plasty*9', 3, 0, 0, 1, '0', 0),
(9871491, 2000, '288', 'chair_plasty*10', 3, 0, 0, 1, '0', 0),
(9871492, 2000, '289', 'chair_plasty*11', 3, 0, 0, 1, '0', 0),
(9871612, 2000, '468', 'rubberchair*1', 10, 0, 0, 1, '0', 0),
(9872383, 2000, '20262', 'runway_chair_2', 3, 0, 0, 1, '0', 0),
(9872228, 2000, '20111', 'org_chairblk', 3, 0, 0, 1, '0', 0),
(9872223, 2000, '20103', 'org_chairpnk', 3, 0, 0, 1, '0', 0),
(9872214, 2000, '20127', 'bling_chair_b', 3, 0, 0, 1, '0', 0),
(9872213, 2000, '20126', 'bling_chair_c', 3, 0, 0, 1, '0', 0),
(9872210, 2000, '20121', 'bling_chair_a', 3, 0, 0, 1, '0', 0),
(9872391, 2000, '20285', 'runway_chair_1', 3, 0, 0, 1, '0', 0),
(9872404, 2000, '20269', 'hc2_armchair', 3, 0, 0, 1, '0', 0),
(9871874, 2000, '1465', 'ads_idol_pchair', 10, 0, 0, 1, '0', 0),
(9871788, 2000, '1090', 'noob_chair*6', 10, 0, 0, 1, '0', 0),
(9871787, 2000, '1089', 'noob_chair*5', 10, 0, 0, 1, '0', 0),
(9871786, 2000, '1088', 'noob_chair*4', 10, 0, 0, 1, '0', 0),
(9871785, 2000, '1087', 'noob_chair*3', 10, 0, 0, 1, '0', 0),
(9871783, 2000, '1085', 'noob_chair*1', 10, 0, 0, 1, '0', 0),
(9871784, 2000, '1086', 'noob_chair*2', 10, 0, 0, 1, '0', 0),
(9872395, 2000, '20246', 'hc2_barchair', 3, 0, 0, 1, '0', 0),
(9871739, 2000, '870', 'rclr_chair', 10, 0, 0, 1, '0', 0),
(9871647, 2000, '945', 'chair_basic*8', 3, 0, 0, 1, '0', 0),
(9871646, 2000, '938', 'chair_basic*1', 3, 0, 0, 1, '0', 0),
(9871619, 2000, '478', 'rubberchair*8', 10, 0, 0, 1, '0', 0),
(9871618, 2000, '477', 'rubberchair*7', 10, 0, 0, 1, '0', 0),
(9871617, 2000, '473', 'rubberchair*6', 10, 0, 0, 1, '0', 0),
(9871616, 2000, '472', 'rubberchair*5', 10, 0, 0, 1, '0', 0),
(9871613, 2000, '469', 'rubberchair*2', 10, 0, 0, 1, '0', 0),
(9871614, 2000, '470', 'rubberchair*3', 10, 0, 0, 1, '0', 0),
(9871615, 2000, '471', 'rubberchair*4', 10, 0, 0, 1, '0', 0),
(98741082, 2000, '25355', 'bw_lgchair', 8, 0, 0, 1, '0', 0),
(98741099, 2000, '25365', 'bw_chair', 4, 0, 0, 1, '0', 0),
(98789951, 2000, '89951', 'cubie_chair_p', 3, 0, 0, 1, '0', 0),
(98789956, 2000, '89956', 'cubie_chair_b', 3, 0, 0, 1, '0', 0),
(98789988, 2000, '89988', 'waasa_chair', 3, 0, 0, 1, '0', 0),
(987604009, 2000, '2785085', 'bb_crchair3', 4, 0, 0, 1, '0', 0),
(987604011, 2000, '2785087', 'bb_crchair', 3, 0, 0, 1, '0', 0),
(987604012, 2000, '2785088', 'bb_crchair2', 3, 0, 0, 1, '0', 0),
(987897988, 2000, '89988', 'waasa_chair', 3, 0, 0, 1, '0', 0),
(6088, 2002, '622', 'bardeskcorner_polyfon*7', 3, 0, 0, 1, '0', 0),
(6089, 2002, '623', 'bardeskcorner_polyfon*8', 3, 0, 0, 1, '0', 0),
(6180, 2002, '624', 'bardeskcorner_polyfon*9', 3, 0, 0, 1, '0', 0),
(6466, 2002, '1168', 'tiki_corner', 3, 0, 0, 1, '0', 0),
(6704, 2002, '617', 'bardeskcorner_polyfon*2', 3, 0, 0, 1, '0', 0),
(6705, 2002, '618', 'bardeskcorner_polyfon*3', 3, 0, 0, 1, '0', 0),
(6706, 2002, '619', 'bardeskcorner_polyfon*4', 3, 0, 0, 1, '0', 0),
(6707, 2002, '621', 'bardeskcorner_polyfon*6', 3, 0, 0, 1, '0', 0),
(8153, 2002, '113', 'bardeskcorner_polyfon', 3, 0, 0, 1, '0', 0),
(8160, 2002, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0', 0),
(8183, 2002, '113', 'bardeskcorner_polyfon', 3, 0, 0, 1, '0', 0),
(8441, 2002, '1560', 'country_corner', 3, 0, 0, 1, '0', 0),
(8555, 2002, '1305', 'greek_corner', 3, 0, 0, 1, '0', 0),
(8582, 2002, '236', 'bardeskcorner_polyfon*13', 3, 0, 0, 1, '0', 0),
(8650, 2002, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0', 0),
(8719, 2002, '1426', 'bolly_corner', 3, 0, 0, 1, '0', 0),
(8765, 2002, '1426', 'bolly_corner', 10, 0, 0, 10, '0', 0),
(8774, 2002, '20034', 'diner_bardesk_corner*5', 3, 0, 0, 1, '0', 0),
(8776, 2002, '20006', 'urban_fence_corner', 3, 0, 0, 1, '0', 0),
(8837, 2002, '701', 'corner_china', 4, 0, 0, 1, '0', 0),
(8851, 2002, '1052', 'exe_corner', 2, 0, 0, 1, '0', 0),
(8867, 2002, '1456', 'lc_tubes_corners', 3, 0, 0, 30, '0', 0),
(8877, 2002, '1470', 'lc_corner', 3, 0, 0, 1, '0', 0),
(12162, 2002, '628', 'divider_poly3*5', 6, 0, 0, 1, '0', 0),
(12163, 2002, '216', 'divider_poly3', 6, 0, 0, 1, '0', 0),
(12212, 2002, '625', 'divider_poly3*2', 6, 0, 0, 1, '0', 0),
(12213, 2002, '626', 'divider_poly3*3', 6, 0, 0, 1, '0', 0),
(12214, 2002, '627', 'divider_poly3*4', 6, 0, 0, 1, '0', 0),
(12215, 2002, '629', 'divider_poly3*6', 6, 0, 0, 1, '0', 0),
(12218, 2002, '632', 'divider_poly3*9', 6, 0, 0, 1, '0', 0),
(12279, 2002, '221', 'divider_silo1', 3, 0, 0, 1, '0', 0),
(12280, 2002, '223', 'divider_silo2', 3, 0, 0, 1, '0', 0),
(12281, 2002, '225', 'divider_silo3', 6, 0, 0, 1, '0', 0),
(12299, 2002, '550', 'divider_silo1*2', 3, 0, 0, 1, '0', 0),
(12300, 2002, '551', 'divider_silo1*3', 3, 0, 0, 1, '0', 0),
(12301, 2002, '552', 'divider_silo1*4', 3, 0, 0, 1, '0', 0),
(12302, 2002, '553', 'divider_silo1*5', 3, 0, 0, 1, '0', 0),
(12303, 2002, '554', 'divider_silo1*6', 3, 0, 0, 1, '0', 0),
(12304, 2002, '555', 'divider_silo1*7', 3, 0, 0, 1, '0', 0),
(12305, 2002, '556', 'divider_silo1*8', 3, 0, 0, 1, '0', 0),
(12306, 2002, '557', 'divider_silo1*9', 3, 0, 0, 1, '0', 0),
(12307, 2002, '558', 'divider_silo3*2', 6, 0, 0, 1, '0', 0),
(12308, 2002, '559', 'divider_silo3*3', 6, 0, 0, 1, '0', 0),
(12309, 2002, '560', 'divider_silo3*4', 6, 0, 0, 1, '0', 0),
(12310, 2002, '561', 'divider_silo3*5', 6, 0, 0, 1, '0', 0),
(12311, 2002, '562', 'divider_silo3*6', 6, 0, 0, 1, '0', 0),
(12312, 2002, '563', 'divider_silo3*7', 6, 0, 0, 1, '0', 0),
(12313, 2002, '564', 'divider_silo3*8', 6, 0, 0, 1, '0', 0),
(12314, 2002, '565', 'divider_silo3*9', 6, 0, 0, 1, '0', 0),
(12788, 2002, '840', 'romantique_divider*3', 3, 0, 0, 1, '0', 0),
(12789, 2002, '841', 'romantique_divider*2', 3, 0, 0, 1, '0', 0),
(12790, 2002, '842', 'romantique_divider*4', 3, 0, 0, 1, '0', 0),
(12791, 2002, '843', 'romantique_divider*1', 3, 0, 0, 1, '0', 0),
(12866, 2002, '1454', 'lc_coral_divider_hi', 4, 0, 0, 1, '0', 0),
(12872, 2002, '1460', 'lc_coral_divider_low', 3, 0, 0, 1, '0', 0),
(12987, 2002, '890', 'rope_divider', 5, 0, 0, 1, '0', 0),
(81272, 2002, '1285', 'diner_bardesk_corner*1', 3, 0, 0, 1, '0', 0),
(81273, 2002, '1286', 'diner_bardesk_corner*2', 3, 0, 0, 1, '0', 0),
(81274, 2002, '1287', 'diner_bardesk_corner*3', 3, 0, 0, 1, '0', 0),
(81275, 2002, '1288', 'diner_bardesk_corner*4', 3, 0, 0, 1, '0', 0),
(81276, 2002, '1289', 'diner_bardesk_corner*6', 3, 0, 0, 1, '0', 0),
(81277, 2002, '1290', 'diner_bardesk_corner*7', 3, 0, 0, 1, '0', 0),
(81278, 2002, '1291', 'diner_bardesk_corner*8', 3, 0, 0, 1, '0', 0),
(81279, 2002, '1292', 'diner_bardesk_corner*9', 3, 0, 0, 1, '0', 0),
(81551, 2002, '235', 'bardeskcorner_polyfon*12', 3, 0, 0, 1, '0', 0),
(81829, 2002, '1171', 'tiki_bardesk', 3, 0, 0, 1, '0', 0),
(81876, 2002, '113', 'bardeskcorner_polyfon', 3, 0, 0, 1, '0', 0),
(81974, 2002, '20034', 'diner_bardesk_corner*5', 3, 0, 0, 1, '0', 0),
(82123, 2002, '20064', 'sf_mbar', 5, 0, 0, 1, '0', 0),
(82411, 2002, '20281', 'hc3_bard', 10, 0, 0, 1, '0', 0),
(4989, 963162, '4989', 'easter13_egg_2', 4, 0, 0, 1, '0', 0),
(121496, 2002, '217', 'divider_arm1', 3, 0, 0, 1, '0', 0),
(121497, 2002, '218', 'divider_arm2', 3, 0, 0, 1, '0', 0),
(121498, 2002, '219', 'divider_arm3', 6, 0, 0, 1, '0', 0),
(121502, 2002, '220', 'divider_nor1', 3, 0, 0, 1, '0', 0),
(121503, 2002, '222', 'divider_nor2', 3, 0, 0, 1, '0', 0),
(121505, 2002, '224', 'divider_nor3', 6, 0, 0, 1, '0', 0),
(121506, 2002, '462', 'divider_nor4*4', 3, 0, 0, 1, '0', 0),
(121507, 2002, '510', 'divider_nor1*2', 3, 0, 0, 1, '0', 0),
(121508, 2002, '511', 'divider_nor1*3', 3, 0, 0, 1, '0', 0),
(121509, 2002, '512', 'divider_nor1*4', 3, 0, 0, 1, '0', 0),
(121510, 2002, '513', 'divider_nor1*5', 3, 0, 0, 1, '0', 0),
(121511, 2002, '514', 'divider_nor1*6', 3, 0, 0, 1, '0', 0),
(121512, 2002, '515', 'divider_nor1*7', 3, 0, 0, 1, '0', 0),
(121513, 2002, '516', 'divider_nor1*8', 3, 0, 0, 1, '0', 0),
(121514, 2002, '517', 'divider_nor1*8', 3, 0, 0, 1, '0', 0),
(121515, 2002, '641', 'divider_nor3*2', 6, 0, 0, 1, '0', 0),
(121516, 2002, '642', 'divider_nor3*3', 6, 0, 0, 1, '0', 0),
(121517, 2002, '643', 'divider_nor3*4', 3, 0, 0, 1, '0', 0),
(121518, 2002, '644', 'divider_nor3*5', 6, 0, 0, 1, '0', 0),
(121519, 2002, '645', 'divider_nor3*6', 6, 0, 0, 1, '0', 0),
(121520, 2002, '646', 'divider_nor3*7', 6, 0, 0, 1, '0', 0),
(121521, 2002, '647', 'divider_nor3*8', 6, 0, 0, 1, '0', 0),
(121522, 2002, '648', 'divider_nor3*9', 6, 0, 0, 1, '0', 0),
(121523, 2002, '649', 'divider_nor2*2', 3, 0, 0, 1, '0', 0),
(121524, 2002, '650', 'divider_nor2*3', 3, 0, 0, 1, '0', 0),
(121525, 2002, '651', 'divider_nor2*4', 3, 0, 0, 1, '0', 0),
(121526, 2002, '652', 'divider_nor2*5', 3, 0, 0, 1, '0', 0),
(121527, 2002, '653', 'divider_nor2*6', 3, 0, 0, 1, '0', 0),
(121528, 2002, '654', 'divider_nor2*7', 3, 0, 0, 1, '0', 0),
(121529, 2002, '655', 'divider_nor2*8', 3, 0, 0, 1, '0', 0),
(121530, 2002, '656', 'divider_nor2*9', 3, 0, 0, 1, '0', 0),
(121531, 2002, '684', 'divider_nor4*2', 3, 0, 0, 1, '0', 0),
(121532, 2002, '685', 'divider_nor4*3', 3, 0, 0, 1, '0', 0),
(121533, 2002, '686', 'divider_nor4*5', 3, 0, 0, 1, '0', 0),
(121534, 2002, '687', 'divider_nor4*6', 3, 0, 0, 1, '0', 0),
(121535, 2002, '688', 'divider_nor4*7', 3, 0, 0, 1, '0', 0),
(121536, 2002, '689', 'divider_nor4*8', 3, 0, 0, 1, '0', 0),
(121537, 2002, '690', 'divider_nor4*9', 3, 0, 0, 1, '0', 0),
(121538, 2002, '691', 'divider_nor5*2', 3, 0, 0, 1, '0', 0),
(121539, 2002, '692', 'divider_nor5*3', 3, 0, 0, 1, '0', 0),
(121540, 2002, '693', 'divider_nor5*4', 3, 0, 0, 1, '0', 0),
(121541, 2002, '694', 'divider_nor5*5', 3, 0, 0, 1, '0', 0),
(121542, 2002, '695', 'divider_nor5*7', 3, 0, 0, 1, '0', 0),
(121543, 2002, '696', 'divider_nor5*8', 3, 0, 0, 1, '0', 0),
(121544, 2002, '697', 'divider_nor5*9', 3, 0, 0, 1, '0', 0),
(121545, 2002, '698', 'divider_nor5', 3, 0, 0, 1, '0', 0),
(121546, 2002, '699', 'divider_nor4', 3, 0, 0, 1, '0', 0),
(121651, 2002, '1318', 'det_divider', 3, 0, 0, 1, '0', 0),
(121829, 2002, '1171', 'tiki_bardesk', 3, 0, 0, 1, '0', 0),
(121961, 2002, '20028', 'divider_nor5*6', 3, 0, 0, 1, '0', 0),
(121974, 2002, '20034', 'diner_bardesk_corner*5', 3, 0, 0, 1, '0', 0),
(122123, 2002, '20064', 'sf_mbar', 5, 0, 0, 1, '0', 0),
(122164, 2002, '631', 'divider_poly3*8', 3, 0, 0, 1, '0', 0),
(122317, 2002, '20067', 'divider_poly3*7', 6, 0, 0, 1, '0', 0),
(122408, 2002, '20278', 'hc2_divider', 3, 0, 0, 1, '0', 0),
(122411, 2002, '20281', 'hc3_bard', 10, 0, 0, 1, '0', 0),
(122413, 2002, '20283', 'hc3_divider', 3, 0, 0, 1, '0', 0),
(128768, 2002, '1049', 'exe_bardesk', 25, 0, 0, 10, '0', 0),
(1290028, 2002, '90028', 'anna_divider*2', 3, 0, 0, 1, '0', 0),
(1290029, 2002, '90029', 'anna_divider*3', 3, 0, 0, 1, '0', 0),
(1290030, 2002, '90030', 'anna_divider*4', 3, 0, 0, 1, '0', 0),
(1290031, 2002, '90031', 'anna_divider*5', 3, 0, 0, 1, '0', 0),
(8167650, 2002, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0', 0),
(8176552, 2002, '112', 'bardesk_polyfon', 3, 0, 0, 1, '0', 0),
(8176561, 2002, '612', 'bardesk_polyfon*5', 3, 0, 0, 1, '0', 0),
(12167650, 2002, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0', 0),
(12176503, 2002, '222', 'divider_nor2', 3, 0, 0, 1, '0', 0),
(12176552, 2002, '112', 'bardesk_polyfon', 3, 0, 0, 1, '0', 0),
(12176561, 2002, '612', 'bardesk_polyfon*5', 3, 0, 0, 1, '0', 0),
(12276512, 2002, '625', 'divider_poly3*2', 6, 0, 0, 1, '0', 0),
(4999, 963162, '4999', 'easter13_globe', 4, 0, 0, 1, '0', 0),
(198061, 2001, '728', 'glass_table*7', 3, 0, 0, 1, '0', 0),
(148754, 2001, '280', 'table_plasto_round*14', 3, 0, 0, 1, '0', 0),
(129825, 2001, '1240', 'diner_table_2*1', 5, 0, 0, 1, '0', 0),
(108963, 2001, '730', 'glass_table*9', 3, 0, 0, 1, '0', 0),
(10862, 2001, '729', 'glass_table*8', 3, 0, 0, 1, '0', 0),
(398718, 2001, '569', 'table_silo_med*5', 3, 0, 0, 1, '0', 0),
(398719, 2001, '570', 'table_silo_med*6', 3, 0, 0, 1, '0', 0),
(398720, 2001, '571', 'table_silo_med*7', 3, 0, 0, 1, '0', 0),
(398721, 2001, '572', 'table_silo_med*8', 3, 0, 0, 1, '0', 0),
(398722, 2001, '573', 'table_silo_med*9', 3, 0, 0, 1, '0', 0),
(1059878, 2001, '725', 'glass_table*4', 3, 0, 0, 1, '0', 0),
(1289727, 2001, '1242', 'diner_table_2*3', 5, 0, 0, 1, '0', 0),
(1298726, 2001, '1241', 'diner_table_2*2', 5, 0, 0, 1, '0', 0),
(1298735, 2001, '1250', 'diner_table_1*2', 3, 0, 0, 1, '0', 0),
(1298738, 2001, '1253', 'diner_table_1*5', 3, 0, 0, 1, '0', 0),
(1298739, 2001, '1254', 'diner_table_1*6', 3, 0, 0, 1, '0', 0),
(1298740, 2001, '1255', 'diner_table_1*7', 3, 0, 0, 1, '0', 0),
(1298741, 2001, '1256', 'diner_table_1*8', 3, 0, 0, 1, '0', 0),
(1389798, 2001, '8', 'table_plasto_4leg', 3, 0, 0, 1, '0', 0),
(1398766, 2001, '240', 'table_plasto_4leg*14', 4, 0, 0, 1, '0', 0),
(1399879, 2001, '9', 'table_plasto_round', 3, 0, 0, 1, '0', 0),
(1408970, 2001, '10', 'table_plasto_bigsquare', 3, 0, 0, 1, '0', 0),
(1409873, 2001, '24', 'table_plasto_square', 3, 0, 0, 1, '0', 0),
(1419871, 2001, '56', 'table_plasto_round*2', 3, 0, 0, 1, '0', 0),
(1459877, 2001, '283', 'table_plasto_square*15', 3, 0, 0, 1, '0', 0),
(1489716, 2001, '63', 'table_plasto_round*3', 3, 0, 0, 1, '0', 0),
(1489738, 2001, '94', 'table_plasto_bigsquare*8', 3, 0, 0, 1, '0', 0),
(1498704, 2001, '47', 'table_plasto_4leg*1', 3, 0, 0, 1, '0', 0),
(1498705, 2001, '48', 'table_plasto_bigsquare*1', 3, 0, 0, 1, '0', 0),
(1498706, 2001, '49', 'table_plasto_round*1', 3, 0, 0, 1, '0', 0),
(1498709, 2001, '54', 'table_plasto_4leg*2', 3, 0, 0, 1, '0', 0),
(1498710, 2001, '55', 'table_plasto_bigsquare*2', 3, 0, 0, 1, '0', 0),
(1498712, 2001, '57', 'table_plasto_square*2', 3, 0, 0, 1, '0', 0),
(1498714, 2001, '61', 'table_plasto_4leg*3', 3, 0, 0, 1, '0', 0),
(1498715, 2001, '62', 'table_plasto_bigsquare*3', 3, 0, 0, 1, '0', 0),
(1498717, 2001, '64', 'table_plasto_square*3', 3, 0, 0, 1, '0', 0),
(1498719, 2001, '68', 'table_plasto_4leg*4', 3, 0, 0, 1, '0', 0),
(1498720, 2001, '71', 'table_plasto_square*4', 3, 0, 0, 1, '0', 0),
(1498722, 2001, '78', 'table_plasto_4leg*5', 3, 0, 0, 1, '0', 0),
(1498723, 2001, '79', 'table_plasto_bigsquare*5', 3, 0, 0, 1, '0', 0),
(1498727, 2001, '83', 'table_plasto_4leg*6', 3, 0, 0, 1, '0', 0),
(1498728, 2001, '84', 'table_plasto_bigsquare*6', 3, 0, 0, 1, '0', 0),
(1498729, 2001, '85', 'table_plasto_round*6', 3, 0, 0, 1, '0', 0),
(1498730, 2001, '86', 'table_plasto_square*6', 3, 0, 0, 1, '0', 0),
(1498732, 2001, '88', 'table_plasto_4leg*7', 3, 0, 0, 1, '0', 0),
(1498733, 2001, '89', 'table_plasto_bigsquare*7', 3, 0, 0, 1, '0', 0),
(1498735, 2001, '91', 'table_plasto_square*7', 3, 0, 0, 1, '0', 0),
(1498737, 2001, '93', 'table_plasto_4leg*8', 3, 0, 0, 1, '0', 0),
(1498740, 2001, '96', 'table_plasto_square*8', 3, 0, 0, 1, '0', 0),
(1498742, 2001, '98', 'table_plasto_4leg*9', 3, 0, 0, 1, '0', 0),
(1498743, 2001, '99', 'table_plasto_bigsquare*9', 3, 0, 0, 1, '0', 0),
(1498744, 2001, '100', 'table_plasto_round*9', 3, 0, 0, 1, '0', 0),
(1498750, 2001, '276', 'table_plasto_4leg*10', 3, 0, 0, 1, '0', 0),
(1498751, 2001, '277', 'table_plasto_4leg*15', 3, 0, 0, 1, '0', 0),
(1498755, 2001, '281', 'table_plasto_round*15', 3, 0, 0, 1, '0', 0),
(1498756, 2001, '282', 'table_plasto_square*14', 3, 0, 0, 1, '0', 0),
(1798758, 2001, '1061', 'noob_table*1', 10, 0, 0, 1, '0', 0),
(1798764, 2001, '1066', 'noob_table*6', 10, 0, 0, 1, '0', 0),
(1897763, 2001, '1065', 'noob_table*5', 10, 0, 0, 1, '0', 0),
(1987054, 2001, '723', 'glass_table*2', 3, 0, 0, 1, '0', 0),
(1987056, 2001, '724', 'glass_table*3', 3, 0, 0, 1, '0', 0),
(1987059, 2001, '726', 'glass_table*5', 3, 0, 0, 1, '0', 0),
(1987060, 2001, '727', 'glass_table*6', 3, 0, 0, 1, '0', 0),
(1987228, 2001, '1243', 'diner_table_2*4', 5, 0, 0, 1, '0', 0),
(1987229, 2001, '1244', 'diner_table_2*5', 5, 0, 0, 1, '0', 0),
(1987230, 2001, '1245', 'diner_table_2*6', 5, 0, 0, 1, '0', 0),
(1987231, 2001, '1246', 'diner_table_2*7', 5, 0, 0, 1, '0', 0),
(1987232, 2001, '1247', 'diner_table_2*8', 5, 0, 0, 1, '0', 0),
(1987233, 2001, '1248', 'diner_table_2*9', 5, 0, 0, 1, '0', 0),
(1987236, 2001, '1251', 'diner_table_1*3', 3, 0, 0, 1, '0', 0),
(1987237, 2001, '1252', 'diner_table_1*4', 3, 0, 0, 1, '0', 0),
(1987242, 2001, '1257', 'diner_table_1*9', 3, 0, 0, 1, '0', 0),
(1987407, 2001, '50', 'table_plasto_square*1', 3, 0, 0, 1, '0', 0),
(1987434, 2001, '90', 'table_plasto_round*7', 3, 0, 0, 1, '0', 0),
(1987439, 2001, '95', 'table_plasto_round*8', 3, 0, 0, 1, '0', 0),
(1987453, 2001, '279', 'table_plasto_bigsquare*15', 3, 0, 0, 1, '0', 0),
(1987460, 2001, '291', 'table_plasto_4leg*16', 3, 0, 0, 1, '0', 0),
(1987759, 2001, '1062', 'noob_table*2', 10, 0, 0, 1, '0', 0),
(1987760, 2001, '1063', 'noob_table*3', 10, 0, 0, 1, '0', 0),
(1987762, 2001, '1064', 'noob_table*4', 10, 0, 0, 1, '0', 0),
(2398787, 2001, '20271', 'runway_table_1', 5, 0, 0, 1, '0', 0),
(2987089, 2001, '20024', 'table_plasto_square*9', 3, 0, 0, 1, '0', 0),
(2987148, 2001, '1481', 'eco_table3', 3, 0, 0, 1, '0', 0),
(2987151, 2001, '1484', 'eco_table2', 3, 0, 0, 1, '0', 0),
(2987174, 2001, '1499', 'eco_table1', 3, 0, 0, 1, '0', 0),
(2987246, 2001, '20190', 'val_table1', 4, 0, 0, 1, '0', 0),
(2987386, 2001, '20270', 'runway_table_2', 4, 0, 0, 1, '0', 0),
(6428733, 2001, '116', 'bartable_armas', 4, 0, 0, 1, '0', 0),
(8287633, 2001, '116', 'bartable_armas', 4, 0, 0, 1, '0', 0),
(8979994, 2001, '89994', 'waasa_table1', 3, 0, 0, 1, '0', 0),
(1498797824, 8753, '80', 'table_plasto_round*5', 3, 0, 0, 1, '0', 0),
(899876994, 8753, '89994', 'waasa_table1', 3, 0, 0, 1, '0', 0),
(199878425, 8753, '81', 'table_plasto_square*5', 3, 0, 0, 1, '0', 0),
(99877323, 8753, '95390', 'bw_table_p', 5, 0, 0, 1, '0', 0),
(89987986, 8753, '89986', 'waasa_table2', 3, 0, 0, 1, '0', 0),
(89879958, 8753, '89958', 'cubie_bigtable_b', 3, 0, 0, 1, '0', 0),
(89879953, 8753, '89953', 'cubie_bigtable_p', 3, 0, 0, 1, '0', 0),
(89798698, 8753, '89986', 'waasa_table2', 3, 0, 0, 1, '0', 0),
(86000, 191, '86000', 'lm_bananadrink', 20, 0, 0, 1, '0', 0),
(86001, 191, '86001', 'lm_crystal_skull', 5, 0, 0, 1, '0', 0),
(86002, 191, '86002', 'petfood25', 2, 0, 0, 1, '0', 0),
(291220121, 2555, '258289', '1 Zaffiro', 0, 1, 4, 1, '0', 0),
(30043, 162, '30043', 'studio_stool', 3, 0, 0, 1, '0', 0),
(30042, 162, '30042', 'studio_monitor', 3, 0, 0, 1, '0', 0),
(30041, 162, '30041', 'ads_mtv_floor', 3, 0, 0, 1, '0', 0),
(30044, 162, '30044', 'studio_fencecr', 3, 0, 0, 1, '0', 0),
(30045, 162, '30045', 'studio_guitar', 3, 0, 0, 1, '0', 0),
(30046, 162, '30046', 'studio_amp2', 3, 0, 0, 1, '0', 0),
(30047, 162, '30047', 'studio_fence', 3, 0, 0, 1, '0', 0),
(30048, 162, '30048', 'studio_amp1', 3, 0, 0, 1, '0', 0),
(30049, 162, '30049', 'studio_floorlight', 3, 0, 0, 1, '0', 0),
(30050, 162, '30050', 'studio_mixingdesk', 3, 0, 0, 1, '0', 0),
(30051, 162, '30051', 'studio_camera', 3, 0, 0, 1, '0', 0),
(30052, 162, '30052', 'studio_tv', 3, 0, 0, 1, '0', 0),
(30053, 162, '30053', 'studio_lights3', 3, 0, 0, 1, '0', 0),
(30054, 162, '30054', 'studio_lights2', 3, 0, 0, 1, '0', 0),
(30055, 162, '30055', 'studio_drums', 3, 0, 0, 1, '0', 0),
(30056, 162, '30056', 'studio_lights1', 3, 0, 0, 1, '0', 0),
(30057, 162, '30057', 'studio_chair', 3, 0, 0, 1, '0', 0),
(30058, 162, '30058', 'ads_mtv_wall', 3, 0, 0, 1, '0', 0),
(3000500, 75, '3000500', 'hole2', 8, 0, 0, 1, '0', 0),
(3000501, 75, '3000501', 's12_bonfire', 50, 0, 0, 10, '0', 0),
(3000502, 75, '3000502', 'summer_blaster', 16, 0, 0, 1, '0', 0),
(3000503, 75, '3000503', 'summer_sunset_wall', 4, 0, 0, 1, '0', 0),
(3000504, 75, '3000504', 'lm_bigrock', 5, 0, 0, 1, '0', 0),
(3000505, 75, '3000505', 'lm_palm1l', 2, 0, 0, 1, '0', 0),
(3000506, 75, '3000506', 'lm_totem', 10, 0, 0, 1, '0', 0),
(1570000, 2003, '136', 'bed_polyfon_girl_one', 3, 0, 0, 1, '0', 0),
(158000, 2003, '137', 'bed_polyfon_girl', 3, 0, 0, 1, '0', 0),
(182000, 2003, '596', 'bed_polyfon*3', 3, 0, 0, 1, '0', 0),
(183000, 2003, '597', 'bed_polyfon*4', 3, 0, 0, 1, '0', 0),
(184000, 2003, '598', 'bed_polyfon*6', 3, 0, 0, 1, '0', 0),
(185000, 2003, '599', 'bed_polyfon*7', 3, 0, 0, 1, '0', 0),
(186000, 2003, '600', 'bed_polyfon*8', 3, 0, 0, 1, '0', 0),
(187000, 2003, '601', 'bed_polyfon*9', 3, 0, 0, 1, '0', 0),
(188000, 2003, '602', 'bed_polyfon_one*2', 3, 0, 0, 1, '0', 0),
(189000, 2003, '603', 'bed_polyfon_one*3', 3, 0, 0, 1, '0', 0),
(190000, 2003, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0', 0),
(191000, 2003, '605', 'bed_polyfon_one*6', 3, 0, 0, 1, '0', 0),
(192000, 2003, '606', 'bed_polyfon_one*7', 3, 0, 0, 1, '0', 0),
(193000, 2003, '607', 'bed_polyfon_one*8', 3, 0, 0, 1, '0', 0),
(194000, 2003, '608', 'bed_polyfon_one*9', 3, 0, 0, 1, '0', 0),
(198000, 2003, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0', 0),
(222000, 2003, '32', 'bed_armas_two', 3, 0, 0, 1, '0', 0),
(147100, 2003, '27', 'bed_trad_one', 3, 0, 0, 1, '0', 0),
(147200, 2003, '28', 'bed_trad', 3, 0, 0, 1, '0', 0),
(147400, 2003, '33', 'bed_budget_one', 3, 0, 0, 1, '0', 0),
(147500, 2003, '34', 'bed_budget', 3, 0, 0, 1, '0', 0),
(147600, 2003, '139', 'bed_budgetb_one', 3, 0, 0, 1, '0', 0),
(147700, 2003, '140', 'bed_budgetb', 3, 0, 0, 1, '0', 0),
(147800, 2003, '947', 'bed_budget*1', 3, 0, 0, 1, '0', 0),
(147900, 2003, '956', 'bed_budget_one*1', 3, 0, 0, 1, '0', 0),
(196000, 2003, '20027', 'bed_polyfon*2', 3, 0, 0, 1, '0', 0),
(230333, 2003, '42', 'bed_armas_one', 3, 0, 0, 1, '0', 0),
(229000, 2005, '41', 'lamp_armas', 3, 0, 0, 1, '0', 0),
(177700, 2005, '1079', 'noob_lamp*1', 3, 0, 0, 1, '0', 0),
(177800, 2005, '1080', 'noob_lamp*2', 3, 0, 0, 1, '0', 0),
(177900, 2005, '1081', 'noob_lamp*3', 3, 0, 0, 1, '0', 0),
(178000, 2005, '1082', 'noob_lamp*4', 3, 0, 0, 1, '0', 0),
(178100, 2005, '1083', 'noob_lamp*5', 3, 0, 0, 1, '0', 0),
(178200, 2005, '1084', 'noob_lamp*6', 3, 0, 0, 1, '0', 0),
(181900, 2005, '1163', 'tiki_torch', 3, 0, 0, 1, '0', 0),
(183800, 2005, '1113', 'rclr_lamp', 3, 0, 0, 1, '0', 0),
(268000, 2011, '1613', 'sf_tele', 3, 0, 0, 1, '0', 0),
(189500, 2006, '1534', 'ads_idol_carpet', 3, 0, 0, 1, '0', 0),
(1895001, 2006, '1534', 'ads_idol_carpet', 3, 0, 0, 1, '0', 0),
(1890001, 2006, '1527', 'ads_malaco_rug', 3, 0, 0, 1, '0', 0),
(1864001, 2006, '1441', 'ads_idol_floor1', 3, 0, 0, 1, '0', 0),
(1839001, 2006, '1117', 'md_rug', 3, 0, 0, 1, '0', 0),
(4690001, 2006, '147', 'carpet_standard*7', 3, 0, 0, 1, '0', 0),
(4700001, 2006, '148', 'carpet_standard*8', 3, 0, 0, 1, '0', 0),
(4710001, 2006, '149', 'carpet_standard*9', 3, 0, 0, 1, '0', 0),
(4720001, 2006, '150', 'carpet_standard*10', 3, 0, 0, 1, '0', 0),
(4730001, 2006, '151', 'carpet_standard*11', 3, 0, 0, 1, '0', 0),
(5410001, 2006, '820', 'carpet_valentine', 3, 0, 0, 1, '0', 0),
(6120001, 2006, '242', 'carpet_legocourt', 3, 0, 0, 1, '0', 0),
(8460001, 2006, '1000', 'exe_rug', 3, 0, 0, 1, '0', 0),
(1114001, 2006, '668', 'rare_moonrug', 3, 0, 0, 1, '0', 0),
(1205001, 2006, '1221', 'diner_rug', 3, 0, 0, 1, '0', 0),
(1771001, 2006, '1073', 'noob_rug*1', 3, 0, 0, 1, '0', 0),
(1772001, 2006, '1074', 'noob_rug*2', 3, 0, 0, 1, '0', 0),
(1773001, 2006, '1075', 'noob_rug*3', 3, 0, 0, 1, '0', 0),
(1774001, 2006, '1076', 'noob_rug*4', 3, 0, 0, 1, '0', 0),
(1775001, 2006, '1077', 'noob_rug*5', 3, 0, 0, 1, '0', 0),
(1776001, 2006, '1078', 'noob_rug*6', 3, 0, 0, 1, '0', 0),
(1825001, 2006, '1167', 'tiki_junglerug', 3, 0, 0, 1, '0', 0),
(1824001, 2006, '1167', 'tiki_junglerug', 3, 0, 0, 1, '0', 0),
(1822001, 2006, '1165', 'tiki_sand', 3, 0, 0, 1, '0', 0),
(9996301, 2006, '99963', 'cubie_rug_p', 3, 0, 0, 1, '0', 0),
(9005601, 2006, '90056', 'anna_rug*5', 3, 0, 0, 1, '0', 0);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(9005501, 2006, '90055', 'anna_rug*4', 3, 0, 0, 1, '0', 0),
(9005401, 2006, '90054', 'anna_rug*3', 3, 0, 0, 1, '0', 0),
(9005301, 2006, '90053', 'anna_rug*2', 3, 0, 0, 1, '0', 0),
(9005201, 2006, '90052', 'anna_rug*1', 3, 0, 0, 1, '0', 0),
(8037801, 2006, '80378', 'waasa_rug1', 3, 0, 0, 1, '0', 0),
(8037901, 2006, '80379', 'waasa_rug2', 3, 0, 0, 1, '0', 0),
(8038001, 2006, '80380', 'waasa_rug3', 3, 0, 0, 1, '0', 0),
(8038101, 2006, '80381', 'waasa_rug4', 3, 0, 0, 1, '0', 0),
(8038201, 2006, '80382', 'waasa_rug5', 3, 0, 0, 1, '0', 0),
(9996700, 2003, '99967', 'cubie_bed_p', 3, 0, 0, 1, '0', 0),
(9995700, 2003, '99957', 'cubie_bed_b', 3, 0, 0, 1, '0', 0),
(9700000, 2003, '948', 'bed_budget*2', 3, 0, 0, 1, '0', 0),
(9710000, 2003, '949', 'bed_budget*3', 3, 0, 0, 1, '0', 0),
(9720000, 2003, '950', 'bed_budget*4', 3, 0, 0, 1, '0', 0),
(9730000, 2003, '951', 'bed_budget*5', 3, 0, 0, 1, '0', 0),
(9740000, 2003, '952', 'bed_budget*6', 3, 0, 0, 1, '0', 0),
(9750000, 2003, '953', 'bed_budget*7', 3, 0, 0, 1, '0', 0),
(9760000, 2003, '954', 'bed_budget*8', 3, 0, 0, 1, '0', 0),
(9770000, 2003, '955', 'bed_budget*9', 3, 0, 0, 1, '0', 0),
(9780000, 2003, '957', 'bed_budget_one*2', 3, 0, 0, 1, '0', 0),
(9790000, 2003, '958', 'bed_budget_one*3', 3, 0, 0, 1, '0', 0),
(9800000, 2003, '959', 'bed_budget_one*4', 3, 0, 0, 1, '0', 0),
(9810000, 2003, '960', 'bed_budget_one*5', 3, 0, 0, 1, '0', 0),
(9820000, 2003, '961', 'bed_budget_one*6', 3, 0, 0, 1, '0', 0),
(9830000, 2003, '962', 'bed_budget_one*7', 3, 0, 0, 1, '0', 0),
(9840000, 2003, '963', 'bed_budget_one*8', 3, 0, 0, 1, '0', 0),
(9850000, 2003, '964', 'bed_budget_one*9', 3, 0, 0, 1, '0', 0),
(1471000, 2003, '27', 'bed_trad_one', 3, 0, 0, 1, '0', 0),
(1474000, 2003, '33', 'bed_budget_one', 3, 0, 0, 1, '0', 0),
(1475000, 2003, '34', 'bed_budget', 3, 0, 0, 1, '0', 0),
(1476000, 2003, '139', 'bed_budgetb_one', 3, 0, 0, 1, '0', 0),
(1477000, 2003, '140', 'bed_budgetb', 3, 0, 0, 1, '0', 0),
(1478000, 2003, '947', 'bed_budget*1', 3, 0, 0, 1, '0', 0),
(1479000, 2003, '956', 'bed_budget_one*1', 3, 0, 0, 1, '0', 0),
(71000144, 2700, '71000144', 'Famgy1', 10, 0, 0, 1, '0', 0),
(71000145, 2700, '71000145', 'Famgy2', 10, 0, 0, 1, '0', 0),
(71000146, 2700, '71000146', 'Famgy3', 10, 0, 0, 1, '0', 0),
(71000147, 2700, '71000147', 'Famgy4', 10, 0, 0, 1, '0', 0),
(71000148, 2700, '71000148', 'Famgy5', 10, 0, 0, 1, '0', 0),
(71000149, 2700, '71000149', 'Famgy6', 15000, 0, 0, 1, '0', 0),
(71000143, 2700, '71000143', 'HeloKt', 7500, 25, 0, 1, '0', 0),
(46053, 5689, '4720', 'jetset_vault_crnr', 10, 0, 0, 1, '0', 0),
(46052, 5689, '4719', 'jetset_vault_wall', 10, 0, 0, 1, '0', 0),
(20020130, 2700, '20020130', 'bitlnk', 2500, 0, 0, 1, '0', 0),
(88898, 1234535, '88898', 'blkdice', 10, 0, 0, 6, '0', 0),
(356842890, 176, '3568406', 'cons_walls1', 75, 0, 0, 25, '0', 0),
(356842900, 176, '3568407', 'cons_cornr', 75, 0, 0, 25, '0', 0),
(356842910, 176, '3568408', 'cons_walls2', 75, 0, 0, 25, '0', 0),
(356842920, 176, '3568409', 'cons_corn1', 75, 0, 0, 25, '0', 0),
(19928, 1910, '20604', 'Black+Yellow USVA Wallrug', 1, 0, 0, 1, '0', 0),
(19929, 1910, '20605', 'Green USVA Rug', 1, 0, 0, 1, '0', 0),
(19930, 1910, '20606', 'Blue USVA Sofa', 1, 0, 0, 1, '0', 0),
(19931, 1910, '20607', 'Red USVA Table Lamp', 1, 0, 0, 1, '0', 0),
(19932, 1910, '20608', 'Green USVA Block Shelf', 1, 0, 0, 1, '0', 0),
(80000052, 2789, '80000052', 'Gelateria Facebook', 200, 0, 0, 1, '0', 0),
(19934, 1910, '20610', 'Yellow USVA table', 1, 0, 0, 1, '0', 0),
(19935, 1910, '20611', 'White USVA Shelf', 1, 0, 0, 1, '0', 0),
(19936, 1910, '20612', 'Red USVA Sofa', 1, 0, 0, 1, '0', 0),
(19937, 1910, '20613', 'Pink USVA table', 1, 0, 0, 1, '0', 0),
(19938, 1910, '20614', 'Blue USVA Table', 1, 0, 0, 1, '0', 0),
(19939, 1910, '20615', 'Pink USVA Table Lamp', 1, 0, 0, 1, '0', 0),
(19940, 1910, '20616', 'Yellow USVA Sofa', 1, 0, 0, 1, '0', 0),
(19941, 1910, '20617', 'Yellow USVA Chair', 1, 0, 0, 1, '0', 0),
(19942, 1910, '20618', 'Pink USVA Lamp', 1, 0, 0, 1, '0', 0),
(19943, 1910, '20623', 'Red USVA Chair', 1, 0, 0, 1, '0', 0),
(19944, 1910, '20624', 'Green USVA Shelf', 1, 0, 0, 1, '0', 0),
(19945, 1910, '20625', 'Green USVA Table', 1, 0, 0, 1, '0', 0),
(19946, 1910, '20626', 'Black USVA Rug', 1, 0, 0, 1, '0', 0),
(19947, 1910, '20627', 'Red USVA table', 1, 0, 0, 1, '0', 0),
(19948, 1910, '20629', 'Green USVA Chair', 1, 0, 0, 1, '0', 0),
(19949, 1910, '20630', 'Green USVA Table Lamp', 1, 0, 0, 1, '0', 0),
(19950, 1910, '20631', 'Pink USVA Sofa', 1, 0, 0, 1, '0', 0),
(19951, 1910, '20632', 'White USVA Block Shelf', 1, 0, 0, 1, '0', 0),
(19952, 1910, '20633', 'Red USVA Lamp', 1, 0, 0, 1, '0', 0),
(19953, 1910, '20634', 'Yellow USVA Table Lamp', 1, 0, 0, 1, '0', 0),
(19954, 1910, '20635', 'Green USVA Lamp', 1, 0, 0, 1, '0', 0),
(19955, 1910, '20637', 'Black USVA Block Shelf', 1, 0, 0, 1, '0', 0),
(19956, 1910, '20636', 'Red USVA Rug', 1, 0, 0, 1, '0', 0),
(19957, 1910, '20638', 'Green USVA Sofa', 1, 0, 0, 1, '0', 0),
(19958, 1910, '20639', 'Blue USVA Rug', 1, 0, 0, 1, '0', 0),
(19959, 1910, '20640', 'Blue USVA Chair', 1, 0, 0, 1, '0', 0),
(19960, 1910, '20641', 'White+Blue USVA Wallrug', 1, 0, 0, 1, '0', 0),
(19961, 1910, '20642', 'Green USVA Wallrug', 1, 0, 0, 1, '0', 0),
(19962, 1910, '20642', 'White+Pink USVA Wallrug', 1, 0, 0, 1, '0', 0),
(19963, 1910, '20644', 'Red USVA Wallrug', 1, 0, 0, 1, '0', 0),
(19964, 1910, '20628', 'Blue USVA Lamp', 1, 0, 0, 1, '0', 0),
(4535, 6321, '4535', 'pcnc_tilegrass', 3, 0, 0, 1, '0', 0),
(5000, 963162, '5000', 'easter13_stonefrank', 4, 0, 0, 1, '0', 0),
(5001, 963162, '5001', 'duck_scuba', 4, 0, 0, 1, '0', 0),
(5002, 963162, '5002', 'duck_afro', 4, 0, 0, 1, '0', 0),
(5009, 963162, '5009', 'easter13_sub', 4, 0, 0, 1, '0', 0),
(5007, 963162, '5007', 'duck_zombie', 4, 0, 0, 1, '0', 0),
(5006, 963162, '5006', 'easter13_stonehead', 4, 0, 0, 1, '0', 0),
(5004, 963162, '5004', 'penguin_frank', 4, 0, 0, 1, '0', 0),
(5003, 963162, '5003', 'duck_frank', 4, 0, 0, 1, '0', 0),
(5010, 963162, '5010', 'penguin_skele', 4, 0, 0, 1, '0', 0),
(5011, 963162, '5011', 'easter13_dinoegg', 4, 0, 0, 1, '0', 0),
(5017, 830, '77717', 'Roller Rink Peices', 500, 0, 0, 10, '0', 0),
(4534, 6321, '4534', 'wl_table1', 3, 0, 0, 1, '0', 0),
(4533, 6321, '4533', 'wl_chair', 3, 0, 0, 1, '0', 0),
(4532, 6321, '4532', 'wl_shelf', 3, 0, 0, 1, '0', 0),
(4531, 6321, '4531', 'wl_rdesk', 3, 0, 0, 1, '0', 0),
(4530, 6321, '4530', 'wl_floor', 3, 0, 0, 1, '0', 0),
(4528, 6321, '4528', 'wl_sofa', 3, 0, 0, 1, '0', 0),
(4529, 6321, '4529', 'wl_wall1', 3, 0, 0, 1, '0', 0),
(4527, 6321, '4527', 'wl_table2', 3, 0, 0, 1, '0', 0),
(4524, 6321, '4524', 'lidostage', 3, 0, 0, 1, '0', 0),
(4525, 6321, '4525', 'lidowall2', 3, 0, 0, 1, '0', 0),
(4526, 6321, '4526', 'wl_wall2', 3, 0, 0, 1, '0', 0),
(10000017, 24500, '10000017', 'holo2', 300, 0, 0, 1, '0', 0),
(10000018, 24500, '10000018', 'holo1', 300, 0, 0, 1, '0', 0),
(4522, 6321, '4522', 'lido_kiosk_block', 3, 0, 0, 1, '0', 0),
(4520, 6321, '4520', 'lidodoor', 3, 0, 0, 1, '0', 0),
(4521, 6321, '4521', 'lidotile', 3, 0, 0, 1, '0', 0),
(100000274, 234000, '100000274', 'Shux-Sirenetta', 10, 0, 0, 1, '0', 0),
(100000154, 24500, '100000154', 'maceg', 10, 0, 0, 1, '0', 0),
(4540, 6321, '4540', 'pcnc_tiledirt', 3, 0, 0, 1, '0', 0),
(4519, 6321, '4519', 'lidotree1', 3, 0, 0, 1, '0', 0),
(4518, 6321, '4518', 'lido_table', 3, 0, 0, 1, '0', 0),
(4517, 6321, '4517', 'lido_kiosk', 3, 0, 0, 1, '0', 0),
(4514, 6321, '4514', 'lidowall1', 3, 0, 0, 1, '0', 0),
(4515, 6321, '4515', 'lidofence', 3, 0, 0, 1, '0', 0),
(4516, 6321, '4516', 'lido_chair', 3, 0, 0, 1, '0', 0),
(26012013, 345123, '34082', 'Pallone', 0, 100, 4, 1, '0', 0),
(4511, 6321, '4511', 'lido_bench', 3, 0, 0, 1, '0', 0),
(4512, 6321, '4512', 'lidowall3', 3, 0, 0, 1, '0', 0),
(10000020, 2700, '10000020', 'hornkm', 10, 0, 0, 1, '0', 0),
(10000022, 2700, '10000022', 'diamor', 7500, 0, 0, 1, '0', 0),
(4539, 6321, '4539', 'pcnc_fountain', 3, 0, 0, 1, '0', 0),
(10000037, 6, '10000037', 'happy11_eidck', 3, 0, 0, 1, '0', 0),
(30300262, 6, '30300262', 'Coatr', 3, 0, 0, 1, '0', 0),
(30300263, 6, '30300263', 'Coatr', 3, 0, 0, 1, '0', 0),
(30300264, 6, '30300264', 'Coatr', 3, 0, 0, 1, '0', 0),
(30300265, 6, '30300265', 'Coatr', 3, 0, 0, 1, '0', 0),
(30300266, 6, '30300266', 'Coatr', 3, 0, 0, 1, '0', 0),
(32400114, 234000, '32400114', 'Hulk', 10, 0, 0, 1, '0', 0),
(32400115, 234000, '32400115', 'CP_V1_MarvelR5', 10, 0, 0, 1, '0', 0),
(32400116, 234000, '32400116', 'CP_V1_MarvelR6', 10, 0, 0, 1, '0', 0),
(31000, 2700, '31000', 'halthn', 10, 0, 0, 1, '0', 0),
(54754, 2700, '32000', 'slmthn', 10, 0, 0, 1, '0', 0),
(300080, 94, '300080', 'Aiuola Blu', 10, 0, 0, 1, '0', 0),
(30000150, 45000, '30000150', 'Pikachu', 5000, 0, 0, 1, '0', 0),
(30000151, 45000, '30000151', 'Bulbasaur', 5000, 0, 0, 1, '0', 0),
(30000153, 45000, '30000153', 'Squitle', 5000, 0, 0, 1, '0', 0),
(30000154, 45000, '30000154', 'Charmander', 5000, 0, 0, 1, '0', 0),
(30000155, 45000, '30000155', 'Mudkip', 5000, 0, 0, 1, '0', 0),
(30000156, 45000, '30000156', 'Piplup', 5000, 0, 0, 1, '0', 0),
(30000157, 45000, '30000157', 'Pachirisu', 5000, 0, 0, 1, '0', 0),
(30000158, 45000, '30000158', 'Vulpix', 5000, 0, 0, 1, '0', 0),
(30000159, 45000, '30000159', 'Buizel', 5000, 0, 0, 1, '0', 0),
(30000160, 45000, '30000160', 'Buneary', 5000, 0, 0, 1, '0', 0),
(30000161, 45000, '30000161', 'Mew', 5000, 0, 0, 1, '0', 0),
(30000162, 45000, '30000162', 'Mewtwo', 5000, 0, 0, 1, '0', 0),
(32400111, 234000, '32400111', 'CP_V1_MarvelR1', 10, 0, 0, 1, '0', 0),
(32400112, 234000, '32400112', 'CP_V1_MarvelR2', 10, 0, 0, 1, '0', 0),
(32400113, 234000, '32400113', 'CP_V1_MarvelR3', 10, 0, 0, 1, '0', 0),
(1000314, 6, '1000314', 'mc_jungleeleph', 3, 0, 0, 1, '0', 0),
(1000315, 6, '1000315', 'mc_bombentegyp', 3, 0, 0, 1, '0', 0),
(1000316, 6, '1000316', 'mc_bombshipgyp', 3, 0, 0, 1, '0', 0),
(46172, 7632, '4726', 'jetset_vipscreencr', 10, 0, 0, 1, '2', 0),
(1000310, 6, '1000310', 'ek_wael', 3, 0, 0, 1, '0', 0),
(1000309, 6, '1000309', 'mc_ancieatmgyp', 3, 0, 0, 1, '0', 0),
(334021231, 6, '334021231', 'HC_toiletMastr', 3, 0, 0, 1, '0', 0),
(30300761, 6, '30300761', 'SoundBlaster01', 3, 0, 0, 1, '0', 0),
(30300762, 6, '30300762', 'SoundBlaster02', 3, 0, 0, 1, '0', 0),
(30300763, 6, '30300763', 'SoundBlaster03', 3, 0, 0, 1, '0', 0),
(30300764, 6, '30300764', 'SoundBlaster04', 3, 0, 0, 1, '0', 0),
(30200761, 1234535, '30200761', 'VIPE1', 1000, 0, 0, 1, '0', 0),
(30200762, 1234535, '30200762', 'VIPE2', 1000, 0, 0, 1, '0', 0),
(46057, 5689, '4724', 'diamond_throne', 10, 0, 0, 1, '0', 0),
(46056, 187000, '4723', 'diamond_dragon', 10, 0, 0, 1, '0', 0),
(46055, 5689, '4722', 'jetset_vault_door', 10, 0, 0, 1, '0', 0),
(32400121, 187000, '32400121', 'AngelDragonVkr', 25000, 0, 0, 1, '0', 0),
(32400122, 187000, '32400122', 'DevilDragonVkr', 25000, 0, 0, 1, '0', 0),
(46054, 5689, '4721', 'jetset_moneypatch', 10, 0, 0, 1, '0', 0),
(46051, 5689, '4718', 'js_bouncer', 10, 0, 0, 1, '0', 0),
(46050, 93, '4717', 'prizetrophy_room_1', 10, 0, 0, 1, '0', 0),
(7000121, 24500, '7000121', 'Iceg9', 20000, 0, 0, 1, '0', 0),
(7000122, 24500, '7000122', 'Iceh1', 20000, 0, 0, 1, '0', 0),
(7000123, 24500, '7000123', 'Iceh2', 20000, 0, 0, 1, '0', 0),
(700011, 24500, '700011', 'Iceg1', 20000, 0, 0, 1, '0', 0),
(700012, 24500, '700012', 'Iceg2', 20000, 0, 0, 1, '0', 0),
(700013, 24500, '700013', 'Iceg3', 20000, 0, 0, 1, '0', 0),
(32400171, 234000, '32400171', 'CP_V1_MarvelR7', 10, 0, 0, 1, '0', 0),
(30001142, 2700, '30001142', 'thsyd1', 10, 0, 0, 1, '0', 0),
(30002142, 2700, '30002142', 'thsyd2', 10, 0, 0, 1, '0', 0),
(30003142, 2700, '30003142', 'thsyd3', 10, 0, 0, 1, '0', 0),
(30300251, 300, '30300251', 'gmeswii', 3, 0, 0, 1, '0', 0),
(30300252, 300, '30300252', 'gmesgcb', 3, 0, 0, 1, '0', 0),
(30300253, 300, '30300253', 'gmesps2', 3, 0, 0, 1, '0', 0),
(30300254, 300, '30300254', 'gmesps3', 3, 0, 0, 1, '0', 0),
(30300255, 300, '30300254', 'gmesxbx', 3, 0, 0, 1, '0', 0),
(700014, 24500, '700014', 'Iceg4', 20000, 0, 0, 1, '0', 0),
(700015, 24500, '700015', 'Iceg5', 20000, 0, 0, 1, '0', 0),
(700016, 24500, '700016', 'Iceg6', 20000, 0, 0, 1, '0', 0),
(700017, 24500, '700017', 'Iceg7', 20000, 0, 0, 1, '0', 0),
(700018, 24500, '700018', 'Iceg8', 20000, 0, 0, 1, '0', 0),
(920005, 24500, '920005', 'Super Mario - Green Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920004, 24500, '920004', 'Super Mario - Blue Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920003, 24500, '920003', 'Super Mario - Black Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920008, 24500, '920008', 'Super Mario - Red Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920009, 24500, '920009', 'Super Mario - White Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920010, 24500, '920010', 'Super Mario - Yellow Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(300085, 94, '300085', 'Aiuola Rosa', 10, 0, 0, 1, '0', 0),
(39300171, 2700, '39300171', 'Marilyn Monroe Throne', 2500, 0, 0, 1, '0', 0),
(39300170, 2700, '39300170', 'Bob Marley Throne', 2500, 0, 0, 1, '0', 0),
(2301197, 6, '2301197', 'Taxi', 5000, 0, 0, 1, '0', 0),
(2301196, 6, '2301196', 'Dj', 5000, 0, 0, 1, '0', 0),
(2301195, 6, '2301195', 'Pie Grande', 5000, 0, 0, 1, '0', 0),
(920006, 24500, '920006', 'Super Mario - Light Blue Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(920007, 24500, '920007', 'Super Mario - Pink Yoshi Egg', 5000, 0, 0, 1, '0', 0),
(999888193, 6, '999888193', 'Uovo Marijuana', 10, 0, 0, 1, '0', 0),
(325110, 187000, '325110', 'Dragone Gotico', 10, 0, 0, 1, '0', 0),
(1010101, 1234535, '01010101', 'redmon', 2500, 0, 0, 1, '0', 0),
(555666700, 6, '91', 'cweed_egg', 10, 0, 0, 1, '0', 0),
(587161, 94, '587161', 'halowenEggpum1', 3, 0, 0, 1, '0', 0),
(920001, 94, '920001', 'Super Mario - Mario Egg', 500, 0, 0, 1, '0', 0),
(920002, 94, '920002', 'Super Mario - Luigi Egg', 500, 0, 0, 1, '0', 0),
(4264, 66, '4264', 'prizetrophy_hween11 name', 1, 0, 0, 1, '0', 0),
(4265, 66, '4265', 'hween11_disflo2 name', 1, 0, 0, 1, '0', 0),
(4266, 66, '4266', 'hween11_punch name', 1, 0, 0, 1, '0', 0),
(4267, 66, '4267', 'hween11_dish2 name', 1, 0, 0, 1, '0', 0),
(4268, 66, '4268', 'hween11_pumpkin name', 1, 0, 0, 1, '0', 0),
(4269, 66, '4269', 'hween11_sofa name', 1, 0, 0, 1, '0', 0),
(4270, 66, '4270', 'hween11_dish3 name', 1, 0, 0, 1, '0', 0),
(4271, 66, '4271', 'hween11_dish4 name', 1, 0, 0, 1, '0', 0),
(4272, 66, '4272', 'hween11_disflo name', 1, 0, 0, 1, '0', 0),
(4273, 66, '4273', 'hween11_dish1 name', 1, 0, 0, 1, '0', 0),
(4434, 66, '4434', 'hween11_window name', 1, 0, 0, 1, '0', 0),
(759280, 98745, '30371', 'eleblock4', 4, 0, 0, 1, '0', 0),
(759279, 98745, '30360', 'eleblock3', 4, 0, 0, 1, '0', 0),
(759278, 98745, '30369', 'eleblock2', 4, 0, 0, 1, '0', 0),
(759277, 98745, '30368', 'eleblock1', 4, 0, 0, 1, '0', 0),
(759276, 98745, '30367', 'waterbowl_basic', 4, 0, 0, 1, '0', 0),
(759275, 98745, '30366', 'pura_roundpad9', 4, 0, 0, 1, '0', 0),
(759274, 98745, '30365', 'pura_roundpad8', 4, 0, 0, 1, '0', 0),
(759273, 98745, '30364', 'pura_roundpad7', 4, 0, 0, 1, '0', 0),
(759272, 98745, '30363', 'pura_roundpad6', 4, 0, 0, 1, '0', 0),
(759271, 98745, '30362', 'pura_roundpad5', 4, 0, 0, 1, '0', 0),
(759270, 98745, '30361', 'pura_roundpad4', 4, 0, 0, 1, '0', 0),
(759269, 98745, '30360', 'pura_roundpad3', 4, 0, 0, 1, '0', 0),
(759268, 98745, '30359', 'pura_roundpad2', 4, 0, 0, 1, '0', 0),
(759267, 98745, '30358', 'pura_roundpad1', 4, 0, 0, 1, '0', 0),
(759266, 98745, '30357', 'bubble_lamp1', 4, 0, 0, 1, '0', 0),
(759265, 66, '30356', 'boutique_vipsign', 5, 0, 0, 1, '0', 0),
(759264, 66, '30355', 'boutique_hcsign', 5, 0, 0, 1, '0', 0),
(759263, 66, '30354', 'ads_flag_un', 3, 0, 0, 1, '0', 0),
(759281, 98745, '30372', 'eleblock5', 4, 0, 0, 1, '0', 0),
(759282, 98745, '30373', 'eleblock6', 4, 0, 0, 1, '0', 0),
(759283, 98745, '30374', 'eleblock7', 4, 0, 0, 1, '0', 0),
(759284, 98745, '30375', 'eleblock8', 4, 0, 0, 1, '0', 0),
(759285, 98745, '30376', 'eleblock9', 4, 0, 0, 1, '0', 0),
(759286, 98745, '30377', 'pura_block_lamp1', 2, 0, 0, 1, '0', 0),
(759287, 98745, '30378', 'waterbowl_basic*1', 4, 0, 0, 1, '0', 0),
(759288, 98745, '30379', 'waterbowl_basic*3', 4, 0, 0, 1, '0', 0),
(759289, 98745, '30380', 'waterbowl_basic*4', 4, 0, 0, 1, '0', 0),
(759290, 98745, '30381', 'waterbowl_basic*5', 4, 0, 0, 1, '0', 0),
(96141, 34567, '96141', 'school_platform', 3, 0, 0, 1, '0', 0),
(96142, 34567, '96142', 'school_locker_b', 3, 0, 0, 1, '0', 0),
(96143, 34567, '96143', 'school_locker_r_nosale', 3, 0, 0, 1, '0', 0),
(96144, 34567, '96144', 'school_toilet_stall', 3, 0, 0, 1, '0', 0),
(96145, 34567, '96145', 'school_stuff_06', 3, 0, 0, 1, '0', 0),
(96146, 34567, '96146', 'school_locker_r', 3, 0, 0, 1, '0', 0),
(96147, 34567, '96147', 'school_bus', 3, 0, 0, 1, '0', 0),
(96148, 3456, '96148', 'school_table', 3, 0, 0, 1, '0', 0),
(96149, 34567, '96149', 'school_bench', 3, 0, 0, 1, '0', 0),
(96150, 34567, '96150', 'school_console', 3, 0, 0, 1, '0', 0),
(96151, 34567, '96151', 'school_stuff_01', 3, 0, 0, 1, '0', 0),
(96152, 34567, '96152', 'school_stuff_05', 3, 0, 0, 1, '0', 0),
(96153, 34567, '96153', 'school_floor', 3, 0, 0, 1, '0', 0),
(96154, 34567, '96154', 'school_locker_b_nosale', 3, 0, 0, 1, '0', 0),
(96155, 34567, '96155', 'school_stuff_02', 3, 0, 0, 1, '0', 0),
(96156, 34567, '96156', 'school_stuff_04', 3, 0, 0, 1, '0', 0),
(96157, 34567, '96157', 'school_stuff_03', 3, 0, 0, 1, '0', 0),
(96158, 34567, '96158', 'school_chalkboard', 3, 0, 0, 1, '0', 0),
(96159, 34567, '96159', 'school_urinal', 3, 0, 0, 1, '0', 0),
(100030411, 94, '100030411', 'gm_tttrftablec', 3, 0, 0, 1, '0', 0),
(96161, 34567, '96161', 'school_charts', 3, 0, 0, 1, '0', 0),
(96162, 34567, '96162', 'school_toilet_wall', 10, 0, 0, 1, '0', 0),
(1237501, 6, '1237501', 'Darth Vader', 1, 0, 0, 1, '0', 0),
(1237502, 6, '1237502', 'Jedi', 1, 0, 0, 1, '0', 0),
(1237503, 6, '1237503', 'Ghost R6er', 1, 0, 0, 1, '0', 0),
(1237533, 6, '1237533', 'Golden Block', 1, 0, 0, 1, '0', 0),
(1237532, 6, '1237532', 'Golden Pillars', 1, 0, 0, 1, '0', 0),
(1237531, 6, '1237531', 'Golden Greek Tile', 1, 0, 0, 1, '0', 0),
(1237530, 6, '1237530', 'Golden Man', 1, 0, 0, 1, '0', 0),
(3086263, 94, '3086263', 'yologram', 1000, 0, 0, 1, '0', 0),
(3086262, 94, '3086262', 'rologram', 1000, 0, 0, 1, '0', 0),
(3086261, 94, '3086261', 'pologram', 1000, 0, 0, 1, '0', 0),
(4523, 6321, '4523', 'lidostairs', 3, 0, 0, 1, '0', 0),
(3000288, 8966, '3000288', 'Light Blue Marble Tiles', 10, 0, 0, 10, '0', 0),
(3000287, 8966, '3000287', 'Marble Blu', 10, 0, 0, 10, '0', 0),
(3000286, 8966, '3000286', 'Marble Arancioni', 10, 0, 0, 10, '0', 0),
(3000285, 8966, '3000285', 'Marble Gialle', 10, 0, 0, 10, '0', 0),
(3000284, 8966, '3000284', 'Marble Verdi', 10, 0, 0, 10, '0', 0),
(3000283, 8966, '3000283', 'Light Green Marble Tiles', 10, 0, 0, 10, '0', 0),
(3000282, 8966, '3000282', 'Marble Rosse', 10, 0, 0, 10, '0', 0),
(3000281, 8966, '3000281', 'Marble Viola', 10, 0, 0, 10, '0', 0),
(3000280, 8966, '3000280', 'Marble Bianche', 10, 0, 0, 10, '0', 0),
(1237504, 6, '1237504', 'Sparta', 1, 0, 0, 1, '0', 0),
(1237505, 6, '1237505', 'Fr6ay the 13th', 1, 0, 0, 1, '0', 0),
(1237506, 6, '1237506', 'Noname', 1, 0, 0, 1, '0', 0),
(1237507, 6, '1237507', 'Sp6erman', 1, 0, 0, 1, '0', 0),
(1237508, 6, '1237508', 'Sand Man', 1, 0, 0, 1, '0', 0),
(1237509, 6, '1237509', 'Poke Man', 1, 0, 0, 1, '0', 0),
(1237510, 6, '1237510', 'Ash', 1, 0, 0, 1, '0', 0),
(1237511, 6, '1237511', 'The Joker', 1, 0, 0, 1, '0', 0),
(1237512, 6, '1237512', 'Noname', 1, 0, 0, 1, '0', 0),
(1237513, 6, '1237513', 'Link', 1, 0, 0, 1, '0', 0),
(1237514, 6, '1237514', 'Noname', 1, 0, 0, 1, '0', 0),
(1237489, 6, '1237489', 'Wise one', 1, 0, 0, 1, '0', 0),
(1237490, 6, '1237490', 'Santa', 1, 0, 0, 1, '0', 0),
(1237491, 6, '1237491', 'Wacko', 1, 0, 0, 1, '0', 0),
(1237492, 6, '1237492', 'Noname', 1, 0, 0, 1, '0', 0),
(1237493, 6, '1237493', 'Iron Man', 1, 0, 0, 1, '0', 0),
(3000090, 94, '3000090', 'Purple Petal Patch', 1000, 0, 0, 28, '0', 0),
(3000089, 94, '3000089', 'Inverted Petal Patch', 1000, 0, 0, 28, '0', 0),
(3000088, 94, '3000088', 'Gold Petal Patch', 1000, 0, 0, 28, '0', 0),
(3000087, 94, '3000087', 'Grey Petal Patch', 1000, 0, 0, 28, '0', 0),
(3000086, 94, '3000086', 'Red Petal Patch', 1000, 0, 0, 28, '0', 0),
(3000085, 94, '3000085', 'Orange Petal Patch', 1000, 0, 0, 28, '0', 0),
(1237499, 6, '1237499', 'Cap. America', 1, 0, 0, 1, '0', 0),
(1237500, 6, '1237500', 'Green Lantern', 1, 0, 0, 1, '0', 0),
(969001, 6, '969001', 'Blue Throne', 10, 0, 0, 1, '0', 0),
(1237494, 6, '1237494', 'Wally', 1, 0, 0, 1, '0', 0),
(1237495, 6, '1237495', 'Robin', 1, 0, 0, 1, '0', 0),
(1237496, 6, '1237496', 'Batman', 1, 0, 0, 1, '0', 0),
(1237497, 6, '1237497', 'Noname', 1, 0, 0, 1, '0', 0),
(1237498, 6, '1237498', 'Hulk', 1, 0, 0, 1, '0', 0),
(969002, 1234535, '969002', 'Green Throne', 10, 0, 0, 1, '0', 0),
(969003, 1234535, '969003', 'Orange Throne', 10, 0, 0, 1, '0', 0),
(969004, 1234535, '969004', 'Pink Throne', 10, 0, 0, 1, '0', 0),
(969005, 1234535, '969005', 'Purple Throne', 10, 0, 0, 1, '0', 0),
(969006, 1234535, '969006', 'Yellow Throne', 10, 0, 0, 1, '0', 0),
(19951995, 6, '19951995', 'Golden Man', 1, 0, 0, 1, '0', 0),
(4282, 27, '4282', 'xmas11_sofatable', 1, 0, 0, 1, '0', 0),
(4283, 27, '4283', 'xmas11_comfy_chair', 1, 0, 0, 1, '0', 0),
(4284, 27, '4284', 'xmas2011_aurora1', 1, 0, 0, 1, '0', 0),
(4285, 27, '4285', 'xmas11_stonedivider', 1, 0, 0, 1, '0', 0),
(4286, 27, '4286', 'xmas11_yetifeet', 1, 0, 0, 1, '0', 0),
(4287, 27, '4287', 'xmas2011_tree2', 1, 0, 0, 1, '0', 0),
(4288, 27, '4288', 'xmas11_woodfloor', 1, 0, 0, 1, '0', 0),
(4289, 27, '4289', 'xmas11_footstool', 1, 0, 0, 1, '0', 0),
(4290, 27, '4290', 'xmas11_flag', 1, 0, 0, 1, '0', 0),
(4291, 27, '4291', 'xmas2011_tree1', 1, 0, 0, 1, '0', 0),
(4292, 27, '4292', 'xmas11_firewood', 1, 0, 0, 1, '0', 0),
(4293, 27, '4293', 'xmas11_stool', 1, 0, 0, 1, '0', 0),
(4294, 27, '4294', 'xmas11_stove', 1, 0, 0, 1, '0', 0),
(4295, 27, '4295', 'xmas2011_snowlog', 1, 0, 0, 1, '0', 0),
(4296, 27, '4296', 'xmas11_stonefloor', 1, 0, 0, 1, '0', 0),
(4297, 27, '4297', 'xmas11_comfy_bench', 1, 0, 0, 1, '0', 0),
(4298, 27, '4298', 'xmas2011_icefall', 1, 0, 0, 1, '0', 0),
(4299, 27, '4299', 'xmas11_throne', 1, 0, 0, 1, '0', 0),
(4300, 27, '4300', 'xmas11_petfood', 1, 0, 0, 1, '0', 0),
(4301, 27, '4301', 'xmas2011_aurora2', 1, 0, 0, 1, '0', 0),
(4302, 27, '4302', 'xmas11_nghtstnd', 1, 0, 0, 1, '0', 0),
(4303, 27, '4303', 'xmas11_chair', 1, 0, 0, 1, '0', 0),
(4304, 27, '4304', 'xmas2011_rock1', 1, 0, 0, 1, '0', 0),
(4305, 27, '4305', 'xmas2011_balrail', 1, 0, 0, 1, '0', 0),
(4306, 27, '4306', 'xmas2011_tree4', 1, 0, 0, 1, '0', 0),
(4307, 27, '4307', 'xmas2011_rock2', 1, 0, 0, 1, '0', 0),
(4308, 27, '4308', 'xmas2011_tree3', 1, 0, 0, 1, '0', 0),
(4309, 27, '4309', 'xmas11_elewood', 1, 0, 0, 1, '0', 0),
(4310, 27, '4310', 'horse_hairstyle_6', 1, 0, 0, 1, '0', 0),
(4435, 27, '4435', 'xmas11_hd4', 1, 0, 0, 1, '0', 0),
(4436, 27, '4436', 'xmas11_wall', 1, 0, 0, 1, '0', 0),
(4437, 27, '4437', 'xmas11_hd2', 1, 0, 0, 1, '0', 0),
(4438, 27, '4438', 'xmas11_hd5', 1, 0, 0, 1, '0', 0),
(4439, 27, '4439', 'xmas11_hd3', 1, 0, 0, 1, '0', 0),
(4440, 27, '4440', 'xmas11_hd1', 1, 0, 0, 1, '0', 0),
(56733, 27, '3568365', 'es_build2', 3, 0, 0, 1, '0', 0),
(56734, 27, '3568366', 'es_build3', 3, 0, 0, 1, '0', 0),
(56735, 27, '3568367', 'es_build4', 3, 0, 0, 1, '0', 0),
(56736, 27, '3568368', 'es_big1', 3, 0, 0, 1, '0', 0),
(56737, 27, '3568369', 'es_big2', 3, 0, 0, 1, '0', 0),
(56738, 27, '3568370', 'es_big3', 3, 0, 0, 1, '0', 0),
(32543657, 94, '8263', 'Sfondo Immagini', 10, 0, 0, 1, '0', 0),
(30001, 1433, '30001', 'a0 pet13', 20, 0, 0, 1, '0', 0),
(43520, 1234535, '43520', 'Sulake_Nelly', 1000, 0, 0, 1, '0', 0),
(3004331, 3013, '3004331', 'val12_carpet', 1, 0, 0, 1, '0', 0),
(3004332, 3013, '3004332', 'val12_elevine', 1, 0, 0, 1, '0', 0),
(3004333, 3013, '3004333', 'val12_flower', 1, 0, 0, 1, '0', 0),
(9999856, 1234535, '202', 'Trono', 10, 0, 0, 1, '0', 0),
(43522, 1234535, '43522', 'Sulake_ICM_01', 1000, 0, 0, 1, '0', 0),
(3004336, 3013, '3004336', 'val12_kbooth', 1, 0, 0, 1, '0', 0),
(3004337, 3013, '3004337', 'val12_lantern', 1, 0, 0, 1, '0', 0),
(3004338, 3013, '3004338', 'val12_marble1', 1, 0, 0, 1, '0', 0),
(3004339, 3013, '3004339', 'val12_marble2', 1, 0, 0, 1, '0', 0),
(3004340, 3013, '3004340', 'val12_pillar1', 1, 0, 0, 1, '0', 0),
(3004341, 3013, '3004341', 'val12_pillar2', 1, 0, 0, 1, '0', 0),
(3004342, 3013, '3004342', 'val12_shocker', 1, 0, 0, 1, '0', 0),
(3004343, 3013, '3004343', 'val12_sofa', 1, 0, 0, 1, '0', 0),
(3004344, 3013, '3004344', 'val12_table', 1, 0, 0, 1, '0', 0),
(3004345, 3013, '3004345', 'val12_therm_nfs', 1, 0, 0, 1, '0', 0),
(3004346, 3013, '3004346', 'val12_vines', 1, 0, 0, 1, '0', 0),
(43521, 1234535, '43521', 'Su_eg', 1000, 0, 0, 1, '0', 0),
(50012, 75, '50012', 'Statue Stand', 50, 0, 0, 1, '0', 0),
(20121012, 2012, '10158', 'Sofa Inglese', 10, 0, 0, 1, '0', 0),
(20121013, 93, '10159', 'Trofeo Medaglia Oro', 10, 0, 0, 1, '0', 0),
(20121014, 93, '10160', 'Trofeo Medaglia Argento', 10, 0, 0, 1, '0', 0),
(20121015, 93, '10161', 'Trofeo Medaglia Bronzo', 10, 0, 0, 1, '0', 0),
(20121016, 2012, '10162', 'track_circle_D0WNF4LL', 16, 0, 0, 1, '0', 0),
(20121017, 2012, '10163', 'track_weight_D0WNF4LL', 16, 0, 0, 1, '0', 0),
(20121018, 2012, '10164', 'La Regina', 10, 0, 0, 1, '0', 0),
(20122020, 2012, '10166', 'hammer_D0WNF4LL', 16, 0, 0, 1, '0', 0),
(80000051, 2789, '80000051', 'Colonna Facebook', 200, 0, 0, 1, '0', 0),
(20122022, 2012, '10168', 'Torch_D0WNF4LL', 16, 0, 0, 1, '0', 0),
(20122023, 2012, '10169', 'hurdle_D0WNF4LL', 16, 0, 0, 1, '0', 0),
(8714, 619, '5015223', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792646, 619, '5015225', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792645, 619, '5015224', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792644, 619, '5015223', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792643, 619, '5015222', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792642, 619, '5015221', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792641, 619, '5015220', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792640, 619, '5015219', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792639, 619, '5015216', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792638, 619, '5015217', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792635, 610, '5015217', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792634, 610, '5015216', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(23000, 619, '5015213', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(8701, 619, '5015219', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(8700, 619, '5015210', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(8704, 619, '5015211', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(8705, 619, '5015212', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(85792647, 619, '5015226', 'Block_D0WNF4LL', 10, 0, 0, 10, '0', 0),
(59741487, 56000, '59741487', 'vnl_elevator', 5, 0, 0, 1, '0', 0),
(59741488, 56000, '59741488', 'vnl_glassdvdr', 3, 0, 0, 1, '0', 0),
(59741489, 56000, '59741489', 'vnl_globe', 5, 0, 0, 1, '0', 0),
(59741490, 56000, '59741490', 'vnl_wrkdesk', 10, 0, 0, 1, '0', 0),
(12359, 500001, '12359', 'anc_pharaoh_tele', 10, 0, 0, 1, '0', 0),
(12358, 500001, '12358', 'anc_artifact1', 10, 0, 0, 1, '0', 0),
(12360, 500001, '12360', 'anc_trophy_obsidian', 10, 0, 0, 1, '0', 0),
(12354, 500001, '12354', 'anc_trophy_marble', 10, 0, 0, 1, '0', 0),
(12355, 500001, '12355', 'anc_pyramid_block', 10, 0, 0, 1, '0', 0),
(12356, 500001, '12356', 'anc_trophy_sstone', 10, 0, 0, 1, '0', 0),
(12357, 500001, '12357', 'anc_hot_sands', 10, 0, 0, 1, '0', 0),
(4348, 500001, '4348', 'La Mano de los Ancestros', 10, 0, 0, 10, '0', 0),
(4349, 500001, '4349', 'anc_jngl_patch', 10, 0, 0, 10, '0', 0),
(4350, 500001, '4350', 'anc_talltree', 10, 0, 0, 10, '0', 0),
(4351, 500001, '4351', 'anc_waterfall', 10, 0, 0, 10, '0', 0),
(4352, 500001, '4352', 'anc_mossyrock', 10, 0, 0, 10, '0', 0),
(4543, 6321, '4543', 'pcnc_carp', 3, 0, 0, 1, '0', 0),
(4542, 6321, '4542', 'pcnc_wall1', 3, 0, 0, 1, '0', 0),
(4974, 963162, '4974', 'horse_hairdye_16', 4, 0, 0, 1, '0', 0),
(4346, 500003, '4346', 'Flamenco', 10, 0, 0, 1, '0', 0),
(4345, 500003, '4345', 'Sole', 10, 0, 0, 100, '0', 0),
(4341, 500003, '4341', 'Trofeo Frank', 10, 0, 0, 100, '0', 0),
(30000600, 3000, '30000600', 'Lettera A', 2, 0, 0, 1, '0', 0),
(30000601, 3000, '30000601', 'Lettera B', 2, 0, 0, 1, '0', 0),
(30000602, 3000, '30000602', 'Letter Block C', 2, 0, 0, 1, '0', 0),
(30000603, 3000, '30000603', 'Letter Block D', 2, 0, 0, 1, '0', 0),
(30000604, 3000, '30000604', 'Letter Block E', 2, 0, 0, 1, '0', 0),
(30000605, 3000, '30000605', 'Letter Block F', 2, 0, 0, 1, '0', 0),
(30000606, 3000, '30000606', 'Letter Block G', 2, 0, 0, 1, '0', 0),
(30000607, 3000, '30000607', 'Letter Block H', 2, 0, 0, 1, '0', 0),
(30000608, 3000, '30000608', 'Letter Block I', 2, 0, 0, 1, '0', 0),
(30000609, 3000, '30000609', 'Letter Block J', 2, 0, 0, 1, '0', 0),
(30000610, 3000, '30000610', 'Letter Block K', 2, 0, 0, 1, '0', 0),
(30000611, 3000, '30000611', 'Letter Block L', 2, 0, 0, 1, '0', 0),
(30000612, 3000, '30000612', 'Letter Block M', 2, 0, 0, 1, '0', 0),
(30000613, 3000, '30000613', 'Letter Block N', 2, 0, 0, 1, '0', 0),
(30000614, 3000, '30000614', 'Letter Block O', 2, 0, 0, 1, '0', 0),
(30000615, 3000, '30000615', 'Letter Block P', 2, 0, 0, 1, '0', 0),
(30000616, 3000, '30000616', 'Letter Block Q', 2, 0, 0, 1, '0', 0),
(30000617, 3000, '30000617', 'Letter Block R', 2, 0, 0, 1, '0', 0),
(30000618, 3000, '30000618', 'Letter Block S', 2, 0, 0, 1, '0', 0),
(30000619, 3000, '30000619', 'Letter Block T', 2, 0, 0, 1, '0', 0),
(30000620, 3000, '30000620', 'Letter Block U', 2, 0, 0, 1, '0', 0),
(30000621, 3000, '30000621', 'Letter Block V', 2, 0, 0, 1, '0', 0),
(30000622, 3000, '30000622', 'Letter Block W', 2, 0, 0, 1, '0', 0),
(30000623, 3000, '30000623', 'Letter Block X', 2, 0, 0, 1, '0', 0),
(30000624, 3000, '30000624', 'Letter Block Y', 2, 0, 0, 1, '0', 0),
(30000625, 3000, '30000625', 'Letter Block Z', 2, 0, 0, 1, '0', 0),
(78000, 35345654, '4670', 'lon_block2', 5, 0, 0, 1, '0', 0),
(78001, 35345654, '4671', 'Door Block', 50, 0, 0, 1, '0', 0),
(78002, 35345654, '4674', 'Stately Roof', 5, 0, 0, 1, '0', 0),
(78003, 35345654, '4675', 'Building Block', 5, 0, 0, 1, '0', 0),
(78004, 35345654, '4463', 'Panorama Londra', 5, 0, 0, 5, '0', 0),
(78007, 35345654, '4673', 'Gate', 5, 0, 0, 1, '0', 0),
(778000, 12000, '778000', 'Dark Blue Anna Table', 3, 0, 0, 1, '0', 0),
(778001, 12000, '778001', 'Dark Blue Anna Lamp', 3, 0, 0, 1, '0', 0),
(778002, 12000, '778002', 'Dark Blue Anna Chair', 3, 0, 0, 1, '0', 0),
(778003, 12000, '778003', 'Dark Blue Anna Pillow', 3, 0, 0, 1, '0', 0),
(778004, 12000, '778004', 'Dark Blue Anna Corner Divider', 3, 0, 0, 1, '0', 0),
(778005, 12000, '778005', 'Dark Blue Anna Divider Gate', 3, 0, 0, 1, '0', 0),
(778006, 12000, '778006', 'Dark Blue Anna Divider', 3, 0, 0, 1, '0', 0),
(778007, 12000, '778007', 'Dark Blue Anna Sofa', 3, 0, 0, 1, '0', 0),
(778008, 12000, '778008', 'Dark Blue Anna Rug', 3, 0, 0, 1, '0', 0),
(778009, 12000, '778009', 'Dark Blue Anna Stool', 3, 0, 0, 1, '0', 0),
(778010, 12000, '778010', 'Red Anna Table', 3, 0, 0, 1, '0', 0),
(778011, 12000, '778011', 'Red Anna Lamp', 3, 0, 0, 1, '0', 0),
(778012, 12000, '778012', 'Red Anna chair', 3, 0, 0, 1, '0', 0),
(778013, 12000, '778013', 'Red Anna Pillow', 3, 0, 0, 1, '0', 0),
(778014, 12000, '778014', 'Red Anna Corner Divider', 3, 0, 0, 1, '0', 0),
(778015, 12000, '778015', 'Red Anna Gate Divider', 3, 0, 0, 1, '0', 0),
(778016, 12000, '778016', 'Red Anna Divider', 3, 0, 0, 1, '0', 0),
(778017, 12000, '778017', 'Red Anna Sofa', 3, 0, 0, 1, '0', 0),
(778018, 12000, '778018', 'Red Anna Rug', 3, 0, 0, 1, '0', 0),
(778019, 12000, '778019', 'Red Anna Stool', 3, 0, 0, 1, '0', 0),
(778020, 12000, '778020', 'White Anna Table', 3, 0, 0, 1, '0', 0),
(778021, 12000, '778021', 'White Anna Lamp', 3, 0, 0, 1, '0', 0),
(778022, 12000, '778022', 'White Anna Chair', 3, 0, 0, 1, '0', 0),
(778023, 12000, '778023', 'White Anna Pill', 3, 0, 0, 1, '0', 0),
(778024, 12000, '778024', 'White Anna Divider Corner', 3, 0, 0, 1, '0', 0),
(778025, 12000, '778025', 'White Anna Gate Divider', 3, 0, 0, 1, '0', 0),
(778026, 12000, '778026', 'White Anna Divider', 3, 0, 0, 1, '0', 0),
(778027, 12000, '778027', 'White Anna Sofa', 3, 0, 0, 1, '0', 0),
(778028, 12000, '778028', 'White Anna Rug', 3, 0, 0, 1, '0', 0),
(778029, 12000, '778029', 'White Anna Stool', 3, 0, 0, 1, '0', 0),
(778030, 12000, '778030', 'Orange Anna Table', 3, 0, 0, 1, '0', 0),
(778031, 12000, '778031', 'Orange Anna Lamp', 3, 0, 0, 1, '0', 0),
(778032, 12000, '778032', 'Orange Anna Chair', 3, 0, 0, 1, '0', 0),
(778033, 12000, '778033', 'Orange Anna Pillow', 3, 0, 0, 1, '0', 0),
(778034, 12000, '778034', 'Orange Anna', 3, 0, 0, 1, '0', 0),
(778035, 12000, '778035', 'Orange Anna Divider Gate', 3, 0, 0, 1, '0', 0),
(778036, 12000, '778036', 'Orange Anna Divider', 3, 0, 0, 1, '0', 0),
(778037, 12000, '778037', 'Orange Anna Sofa', 3, 0, 0, 1, '0', 0),
(778038, 12000, '778038', 'Orange Anna Rug', 3, 0, 0, 1, '0', 0),
(778039, 12000, '778039', 'Orange Anna Stool', 3, 0, 0, 1, '0', 0),
(778040, 12000, '778040', 'Dark Grey Anna Table', 3, 0, 0, 1, '0', 0),
(778041, 12000, '778041', 'Dark Grey Anna Lamp', 3, 0, 0, 1, '0', 0),
(778042, 12000, '778042', 'Dark Grey Anna Chair', 3, 0, 0, 1, '0', 0),
(778043, 12000, '778043', 'Dark Grey Anna Pillow', 3, 0, 0, 1, '0', 0),
(778044, 12000, '778044', 'Dark Grey Anna Corner Divider', 3, 0, 0, 1, '0', 0),
(778045, 12000, '778045', 'Dark Grey Anna Divider Gate', 3, 0, 0, 1, '0', 0),
(778046, 12000, '778046', 'Dark Grey Anna Divider', 3, 0, 0, 1, '0', 0),
(778047, 12000, '778047', 'Dark Grey Anna Sofa', 3, 0, 0, 1, '0', 0),
(778048, 12000, '778048', 'Dark Grey Anna Rug', 3, 0, 0, 1, '0', 0),
(778049, 12000, '778049', 'Dark Grey Anna Stool', 3, 0, 0, 1, '0', 0),
(778050, 12000, '778050', 'Lime Anna Table', 3, 0, 0, 1, '0', 0),
(778051, 12000, '778051', 'Lime Anna Lamp', 3, 0, 0, 1, '0', 0),
(778052, 12000, '778052', 'Lime Anna Chair', 3, 0, 0, 1, '0', 0),
(778053, 12000, '778053', 'Lime Anna Pill', 3, 0, 0, 1, '0', 0),
(778054, 12000, '778054', 'Lime Anna Divider Corner', 3, 0, 0, 1, '0', 0),
(778055, 12000, '778055', 'Lime Anna Gate Divider', 3, 0, 0, 1, '0', 0),
(778056, 12000, '778056', 'Lime Anna Divider', 3, 0, 0, 1, '0', 0),
(778057, 12000, '778057', 'Lime Anna Sofa', 3, 0, 0, 1, '0', 0),
(778058, 12000, '778058', 'Lime Anna Rug', 3, 0, 0, 1, '0', 0),
(778059, 12000, '778059', 'Lime Anna Stool', 3, 0, 0, 1, '0', 0),
(778060, 12000, '778060', 'Light Pink Anna Table', 3, 0, 0, 1, '0', 0),
(778061, 12000, '778061', 'Light Pink Anna Lamp', 3, 0, 0, 1, '0', 0),
(778062, 12000, '778062', 'Light Pink Anna Chair', 3, 0, 0, 1, '0', 0),
(778063, 12000, '778063', 'Light Pink Anna Pill', 3, 0, 0, 1, '0', 0),
(778064, 12000, '778064', 'Light Pink Anna Divider Corner', 3, 0, 0, 1, '0', 0),
(778065, 12000, '778065', 'Light Pink Anna Gate Divider', 3, 0, 0, 1, '0', 0),
(778066, 12000, '778066', 'Light Pink Anna Divider', 3, 0, 0, 1, '0', 0),
(778067, 12000, '778067', 'Light Pink Anna Sofa', 3, 0, 0, 1, '0', 0),
(778068, 12000, '778068', 'Light Pink Anna Rug', 3, 0, 0, 1, '0', 0),
(778069, 12000, '778069', 'Light Pink Anna Stool', 3, 0, 0, 1, '0', 0),
(778070, 12000, '778070', 'Cyan Anna Table', 3, 0, 0, 1, '0', 0),
(778071, 12000, '778071', 'Cyan Anna Lamp', 3, 0, 0, 1, '0', 0),
(778072, 12000, '778072', 'Cyan Anna Chair', 3, 0, 0, 1, '0', 0),
(778073, 12000, '778073', 'Cyan Anna Pill', 3, 0, 0, 1, '0', 0),
(778074, 12000, '778074', 'Cyan Anna Divider Corner', 3, 0, 0, 1, '0', 0),
(778075, 12000, '778075', 'Cyan Anna Gate Divider', 3, 0, 0, 1, '0', 0),
(778076, 12000, '778076', 'Cyan Anna Divider', 3, 0, 0, 1, '0', 0),
(778077, 12000, '778077', 'Cyan Anna Sofa', 3, 0, 0, 1, '0', 0),
(778078, 12000, '778078', 'Cyan Anna Rug', 3, 0, 0, 1, '0', 0),
(778079, 12000, '778079', 'Cyan Anna Stool', 3, 0, 0, 1, '0', 0),
(46770, 500004, '4677', 'matic_walkway_red', 3, 0, 0, 1, '0', 0),
(46780, 500004, '4678', 'matic_tree_green', 3, 0, 0, 1, '0', 0),
(46790, 500004, '4679', 'matic_walkway_silver', 3, 0, 0, 1, '0', 0),
(46800, 500004, '4680', 'matic_cont_duck', 3, 0, 0, 1, '0', 0),
(46810, 500004, '4681', 'matic_tree_blue', 3, 0, 0, 1, '0', 0),
(46820, 500004, '4682', 'matic_tree_silver', 3, 0, 0, 1, '0', 0),
(46830, 500004, '4683', 'matic_cont_frank', 3, 0, 0, 1, '0', 0),
(46840, 500004, '4684', 'matic_cont_alien', 3, 0, 0, 1, '0', 0),
(46850, 500004, '4685', 'matic_tree_yellow', 3, 0, 0, 1, '0', 0),
(46860, 500004, '4686', 'matic_probe', 3, 0, 0, 1, '0', 0),
(46870, 500004, '4687', 'matic_walkway_green', 3, 0, 0, 1, '0', 0),
(46880, 500004, '4688', 'matic_tree_red', 3, 0, 0, 1, '0', 0),
(46890, 500004, '4689', 'matic_walkway_blue', 3, 0, 0, 1, '0', 0),
(46900, 500004, '4690', 'matic_walkway_yellow', 3, 0, 0, 1, '0', 0),
(46910, 93, '4691', 'ads_spiderman_trophy', 3, 0, 0, 1, '0', 0),
(46920, 500004, '4692', 'matic_box', 3, 0, 0, 1, '0', 0),
(4538, 6321, '4538', 'pcnc_shrub', 3, 0, 0, 1, '0', 0),
(4537, 6321, '4537', 'pcnc_wtable', 3, 0, 0, 1, '0', 0),
(4536, 6321, '4536', 'pcnc_dvdrtile', 3, 0, 0, 1, '0', 0),
(291220122, 2555, '2582489', '5 Rane', 0, 10, 4, 1, '0', 0),
(170720121, 123456, '25824', '10 Rane', 0, 1, 0, 1, '0', 0),
(80000053, 2789, '80000053', 'Facebook wall', 200, 0, 0, 1, '0', 0),
(80000054, 2789, '80000054', 'Facebook Carpet', 200, 0, 0, 1, '0', 0),
(80000055, 2789, '80000055', 'Facebook Couch', 200, 0, 0, 1, '0', 0),
(80000056, 2789, '80000056', 'Cuscino Facebook', 200, 0, 0, 1, '0', 0),
(80000057, 2789, '80000057', 'Facebook Vending', 200, 0, 0, 1, '0', 0),
(170720122, 123456, '25825', '50 Rane', 0, 10, 0, 1, '0', 0),
(4359, 1042, '38499', 'Spazio Nero 1x1', 10, 0, 0, 1, '0', 0),
(4544, 6321, '4544', 'pcnc_door', 3, 0, 0, 1, '0', 0),
(4545, 6321, '4545', 'pcnc_wood', 3, 0, 0, 1, '0', 0),
(4546, 6321, '4546', 'pcnc_redbench', 3, 0, 0, 1, '0', 0),
(4547, 6321, '4547', 'pcnc_wall2', 3, 0, 0, 1, '0', 0),
(4548, 6321, '4548', 'pcnc_swing', 3, 0, 0, 1, '0', 0),
(4549, 6321, '4549', 'pcnc_bbq', 3, 0, 0, 1, '0', 0),
(4550, 6321, '4550', 'pcnc_tilestone', 3, 0, 0, 1, '0', 0),
(4551, 6321, '4551', 'pcnc_tree', 3, 0, 0, 1, '0', 0),
(4552, 6321, '4552', 'pcnc_carrot', 3, 0, 0, 1, '0', 0),
(4553, 6321, '4553', 'pcnc_gazebo', 3, 0, 0, 1, '0', 0),
(4554, 6321, '4554', 'pcnc_wbench', 3, 0, 0, 1, '0', 0),
(99980169, 345123, '99980169', 'Sofá Tigre ', 0, 10, 4, 1, '0', 0),
(10101011, 345123, '10101011', 'Trono Oro', 0, 50, 4, 1, '0', 0),
(555666230, 56983, '555666230', 'arsee', 10, 0, 0, 1, '0', 0),
(555666229, 56983, '555666229', 'chele', 10, 0, 0, 1, '0', 0),
(555666228, 56983, '555666228', 'fcbeg', 10, 0, 0, 1, '0', 0),
(555666227, 56983, '555666227', 'fcmie', 10, 0, 0, 1, '0', 0),
(555666226, 56983, '555666226', 'fcbme', 10, 0, 0, 1, '0', 0),
(555666225, 56983, '555666225', 'lyone', 10, 0, 0, 1, '0', 0),
(555666209, 56983, '555666209', 'MANUe', 10, 0, 0, 1, '0', 0),
(555666224, 56983, '555666224', 'fmceg', 10, 0, 0, 1, '0', 0),
(555666231, 56983, '555666231', 'livre', 10, 0, 0, 1, '0', 0),
(4609121, 94, '4609121', 'Ciliegio', 10, 0, 0, 1, '0', 0),
(29819101, 345123, '928111', 'Dado', 0, 500, 4, 5, '0', 0),
(1525, 93, '3408577', 'Trofeo Argento', 10, 0, 0, 1, '0', 0),
(2586, 93, '65498752', 'Trofeo Bronzo', 10, 0, 0, 1, '0', 0),
(4294967295, 69853, '55496', 'val13_build_3', 5, 0, 0, 1, '0', 0),
(4860, 69853, '55496', 'val13_build_3', 5, 0, 0, 1, '0', 0),
(4861, 69853, '55497', 'val13_gond_post', 5, 0, 0, 1, '0', 0),
(4862, 69853, '55498', 'val13_gond_mid1', 5, 0, 0, 1, '0', 0),
(4864, 69853, '55499', 'val13_water', 5, 0, 0, 1, '0', 0),
(4865, 69853, '55500', 'val13_div_2', 5, 0, 0, 1, '0', 0),
(4866, 69853, '55501', 'val13_gond_front', 5, 0, 0, 1, '0', 0),
(4867, 69853, '55502', 'val13_build_1', 5, 0, 0, 1, '0', 0),
(4868, 69853, '55503', 'val13_build_2', 5, 0, 0, 1, '0', 0),
(4869, 69853, '55504', 'val13_gond_back', 5, 0, 0, 1, '0', 0),
(4870, 69853, '55505', 'val13_gond_mid2', 5, 0, 0, 1, '0', 0),
(4871, 69853, '55506', 'val13_div_1', 5, 0, 0, 1, '0', 0),
(4872, 69853, '55507', 'val13_wall_2', 5, 0, 0, 1, '0', 0),
(4873, 69853, '55508', 'val13_wall_3', 5, 0, 0, 1, '0', 0),
(4874, 69853, '55509', 'val13_wall_1', 5, 0, 0, 1, '0', 0),
(23110, 65618, '23110', 'club_sofh', 10, 0, 0, 1, '0', 0),
(23109, 65618, '23109', 'usva4_la01', 10, 0, 0, 1, '0', 0),
(23100, 65618, '23100', 'hc3_biglamp', 10, 0, 0, 1, '0', 0),
(41335, 1337, '41335', 'skrillexblock', 10, 0, 0, 1, '0', 0),
(23112, 65618, '23112', 'edice02', 10, 0, 0, 1, '0', 0),
(23116, 65618, '23116', 'skril_flo02', 10, 0, 0, 1, '0', 0),
(23115, 65618, '23115', 'skril_flo01', 10, 0, 0, 1, '0', 0),
(23098, 65618, '23098', 'thro08', 10, 0, 0, 1, '0', 0),
(23114, 65618, '23114', 'skrillex01', 10, 0, 0, 1, '0', 0),
(30300271, 300, '30300271', 'gmeXBX2', 5, 0, 0, 1, '0', 0),
(30300272, 300, '30300272', 'xbox1_kinect', 5, 0, 0, 1, '0', 0),
(73051, 345123, '40276', 'Gelateria Argento', 0, 50, 4, 1, '0', 0),
(6516875, 6538, '44410', 'xmas12_fireplace', 5, 0, 0, 1, '0', 0),
(6516876, 44433, '44411', 'xmas12_pillar1', 5, 0, 0, 1, '0', 0),
(6516877, 6538, '44412', 'xmas12_pillar3', 5, 0, 0, 1, '0', 0),
(6516878, 6538, '44413', 'xmas12_pillar2', 5, 0, 0, 1, '0', 0),
(6516879, 6538, '44414', 'xmas12_barrel', 5, 0, 0, 1, '0', 0),
(6516880, 6538, '44415', 'xmas12_torch', 5, 0, 0, 1, '0', 0),
(6516881, 6538, '44416', 'xmas12_door', 5, 0, 0, 1, '0', 0),
(6516882, 6538, '44417', 'xmas12_pork', 5, 0, 0, 1, '0', 0),
(6516883, 6538, '44418', 'xmas12_bardesk', 5, 0, 0, 1, '0', 0),
(6516884, 6538, '44419', 'xmas12_table', 5, 0, 0, 1, '0', 0),
(6516885, 6538, '44420', 'xmas12_chair', 5, 0, 0, 1, '0', 0),
(6516886, 6538, '44421', 'xmas12_nutcracker', 5, 0, 0, 1, '0', 0),
(6516887, 6538, '44422', 'xmas12_npole', 5, 0, 0, 1, '0', 0),
(6516888, 6538, '44423', 'xmas12_santathrone', 5, 0, 0, 1, '0', 0),
(6516889, 6538, '44424', 'xmas12_floortile', 5, 0, 0, 1, '0', 0),
(6516890, 6538, '44425', 'xmas12_wall_in', 5, 0, 0, 1, '0', 0),
(6516891, 6538, '44426', 'xmas12_wall_out', 5, 0, 0, 1, '0', 0),
(6516892, 6538, '44427', 'xmas12_window', 5, 0, 0, 1, '0', 0),
(521686321, 901, '521686321', 'flp_disctbl1', 10, 0, 0, 1, '0', 0),
(521686322, 901, '521686322', 'flp_sofa1', 10, 0, 0, 1, '0', 0),
(521686323, 901, '521686323', 'flp_rug', 10, 0, 0, 1, '0', 0),
(521686324, 901, '521686324', 'flp_mochamch', 10, 0, 0, 1, '0', 0),
(5666, 234, '4746', 'hween12_floor', 3, 0, 0, 1, '0', 0),
(5667, 234, '4747', 'hween12_wall', 3, 0, 0, 1, '0', 0),
(5668, 234, '4748', 'costume_gate', 3, 0, 0, 1, '0', 0),
(5669, 234, '4749', 'hween12_fortune', 3, 0, 0, 1, '0', 0),
(5670, 234, '4750', 'hween12_cage', 3, 0, 0, 1, '0', 0),
(5671, 234, '4751', 'hween12_grabby', 3, 0, 0, 1, '0', 0),
(5672, 234, '4752', 'hween12_wolf', 3, 0, 0, 1, '0', 0),
(5673, 234, '4753', 'hween12_strengthtest', 3, 0, 0, 1, '0', 0),
(5617, 234, '4729', 'hween12_cart', 10, 0, 0, 1, '0', 0),
(31563, 234, '31563', 'hween12_moon', 5, 0, 0, 1, '0', 0),
(31564, 234, '31564', 'hween12_guillotine', 5, 0, 0, 1, '0', 0),
(5618, 234, '4730', 'hween12_entry', 10, 0, 0, 1, '0', 0),
(31566, 234, '31566', 'hween12_coffin', 5, 0, 0, 1, '0', 0),
(31567, 234, '31567', 'hween12_shedskin', 5, 0, 0, 1, '0', 0),
(31568, 234, '31568', 'hween12_track_crl', 5, 0, 0, 1, '0', 0),
(31569, 234, '31569', 'hween12_track_crr', 5, 0, 0, 1, '0', 0),
(5619, 234, '4731', 'hween12_track', 10, 0, 0, 1, '0', 0),
(5620, 234, '4732', 'hween12_orb', 10, 0, 0, 1, '0', 0),
(5621, 234, '4733', 'hween12_scarecrow', 10, 0, 0, 1, '0', 0),
(5622, 234, '4734', 'ShuxWeeN Background', 10, 0, 0, 1, '0', 0),
(31974, 69853, '31974', 'val13_div_3_crnr', 6, 0, 0, 1, '0', 0),
(31975, 69853, '31975', 'val13_div_3_crnr2', 6, 0, 0, 1, '0', 0),
(31976, 69853, '31976', 'val13_div_3', 6, 0, 0, 1, '0', 0),
(31977, 69853, '31977', 'val13_floor1', 6, 0, 0, 1, '0', 0),
(31978, 69853, '31978', 'val13_grass', 6, 0, 0, 1, '0', 0),
(31979, 69853, '31979', 'val13_pillar', 6, 0, 0, 1, '0', 0),
(31980, 69853, '31980', 'val13_lamp', 6, 0, 0, 1, '0', 0),
(31981, 69853, '31981', 'val13_archway', 6, 0, 0, 1, '0', 0),
(31982, 69853, '31982', 'val13_gazebo', 6, 0, 0, 1, '0', 0),
(31983, 69853, '31983', 'val13_flower', 6, 0, 0, 1, '0', 0),
(31984, 69853, '31984', 'val13_light', 6, 0, 0, 1, '0', 0),
(31985, 69853, '31985', 'val13_chair', 6, 0, 0, 1, '0', 0),
(31986, 69853, '31986', 'val13_table', 6, 0, 0, 1, '0', 0),
(31987, 69853, '31987', 'val13_roses', 6, 0, 0, 1, '0', 0),
(31988, 69853, '31988', 'val13_shrub_circ', 6, 0, 0, 1, '0', 0),
(31989, 69853, '31989', 'val13_shrub_duck', 6, 0, 0, 1, '0', 0),
(99989336, 97, '99989336', 'Mono de Verano', 10, 0, 0, 1, '0', 0),
(3520001, 94, '258268', 'Palla Nike', 10, 0, 0, 1, '0', 0),
(30022142, 94, '30022142', 'WeedTN', 2500, 0, 0, 1, '0', 0),
(4507, 963162, '4507', 'easter13_wall2', 4, 0, 0, 1, '0', 0),
(4506, 963162, '4506', 'easter13_wall1', 4, 0, 0, 1, '0', 0),
(4504, 963162, '4504', 'easter13_wall3', 4, 0, 0, 1, '0', 0),
(4982, 963162, '4982', 'easter13_sshrooms', 4, 0, 0, 1, '0', 0),
(4984, 963162, '4984', 'easter13_flower_3', 4, 0, 0, 1, '0', 0),
(4505, 963162, '4505', 'easter13_window', 4, 0, 0, 1, '0', 0),
(4985, 963162, '4985', 'petfood29', 4, 0, 0, 1, '0', 0),
(4980, 963162, '4980', 'easter13_bulbs', 4, 0, 0, 1, '0', 0),
(4981, 963162, '4981', 'easter13_stage_1', 4, 0, 0, 1, '0', 0),
(4983, 963162, '4983', 'easter13_stage_2', 4, 0, 0, 1, '0', 0),
(4979, 963162, '4979', 'easter13_teleport', 4, 0, 0, 1, '0', 0),
(4978, 963162, '4978', 'easter13_floor_1', 4, 0, 0, 1, '0', 0),
(4977, 963162, '4977', 'easter13_arch', 4, 0, 0, 1, '0', 0),
(4976, 963162, '4976', 'easter13_flower_1', 4, 0, 0, 1, '0', 0),
(4975, 963162, '4975', 'easter13_flower_2', 4, 0, 0, 1, '0', 0),
(8963, 94, '192837465', 'Trono', 250, 0, 0, 1, '0', 0),
(32026, 963162, '32026', 'easterplantHM', 6, 0, 0, 1, '0', 0),
(963562417, 94, '963562417', 'bubbleju', 25, 0, 0, 1, '0', 0),
(4968, 45005, '4968', 'steampunk_zep', 4, 0, 0, 1, '0', 0),
(4967, 45005, '4967', 'steampunk_timemach', 4, 0, 0, 1, '0', 0),
(4966, 45005, '4966', 'steampunk_gramophone', 4, 0, 0, 1, '0', 0),
(459632, 45005, '459632', 'steampunk_map', 4, 0, 0, 1, '0', 0),
(4779, 45005, '4779', 'steampunk_floor2', 4, 0, 0, 1, '0', 0),
(4778, 45005, '4778', 'steampunk_rack', 4, 0, 0, 1, '0', 0),
(4777, 45005, '4777', 'steampunk_globe', 4, 0, 0, 1, '0', 0),
(4776, 45005, '4776', 'steampunk_table_2', 4, 0, 0, 1, '0', 0),
(4775, 45005, '4775', 'steampunk_carpet', 4, 0, 0, 1, '0', 0),
(4774, 45005, '4774', 'steampunk_computer', 4, 0, 0, 1, '0', 0),
(4769, 45005, '4769', 'steampunk_gear_2', 4, 0, 0, 1, '0', 0),
(4770, 45005, '4770', 'steampunk_chand', 4, 0, 0, 1, '0', 0),
(4771, 45005, '4771', 'steampunk_lamp', 4, 0, 0, 1, '0', 0),
(4772, 45005, '4772', 'steampunk_tele', 4, 0, 0, 1, '0', 0),
(4773, 45005, '4773', 'steampunk_arch', 4, 0, 0, 1, '0', 0),
(4768, 45005, '4768', 'steampunk_sofachair', 4, 0, 0, 1, '0', 0),
(4767, 45005, '4767', 'steampunk_pillar_1', 4, 0, 0, 1, '0', 0),
(4766, 45005, '4766', 'steampunk_gear_1', 4, 0, 0, 1, '0', 0),
(4765, 45005, '4765', 'steampunk_pillar_2', 4, 0, 0, 1, '0', 0),
(4764, 45005, '4764', 'steampunk_table_1', 4, 0, 0, 1, '0', 0),
(4762, 45005, '4762', 'steampunk_chair', 4, 0, 0, 1, '0', 0),
(4763, 45005, '4763', 'steampunk_floor1', 4, 0, 0, 1, '0', 0),
(4973, 963162, '4973', 'horse_hairdye_13', 4, 0, 0, 1, '0', 0),
(4972, 963162, '4972', 'horse_hairdye_14', 4, 0, 0, 1, '0', 0),
(4971, 963162, '4971', 'horse_hairdye_15', 4, 0, 0, 1, '0', 0),
(4970, 963162, '4970', 'horse_dye_17', 4, 0, 0, 1, '0', 0),
(4969, 963162, '4969', 'horse_hairdye_17', 4, 0, 0, 1, '0', 0),
(55434, 94, '55434', 'wf_act_call_stacks', 3, 0, 0, 1, '0', 0),
(55435, 693250, '55435', 'fireworks_15', 3, 0, 0, 1, '0', 0),
(55436, 693250, '55436', 'ny2013_chair', 3, 0, 0, 1, '0', 0),
(55437, 693250, '55437', 'reef_aquarium', 250, 0, 0, 1, '0', 0),
(55438, 693250, '55438', 'ny2013_calendar', 3, 0, 0, 1, '0', 0),
(55439, 693250, '55439', 'ny2013_block', 3, 0, 0, 1, '0', 0),
(55440, 693250, '55440', 'fireworks_14', 3, 0, 0, 1, '0', 0),
(55441, 693250, '55441', 'ny2013_aftermath', 3, 0, 0, 1, '0', 0),
(55442, 693250, '55442', 'ny2013_floor', 3, 0, 0, 1, '0', 0),
(55443, 693250, '55443', 'year2013', 3, 0, 0, 1, '0', 0),
(55444, 693250, '55444', 'ny2013_wall', 3, 0, 0, 1, '0', 0),
(81567, 69320, '81567', 'prizetrophy_cake*1', 20, 0, 0, 1, '0', 0),
(81568, 69320, '81568', 'prizetrophy_cake*2', 20, 0, 0, 1, '0', 0),
(81569, 69320, '81569', 'prizetrophy_cake*3', 20, 0, 0, 1, '0', 0),
(81571, 693251, '81571', 'china_snake', 8, 0, 0, 1, '0', 0),
(81570, 693251, '81570', 'china_pstr4', 3, 0, 0, 1, '0', 0),
(8924, 94, '8924', 'cesped001', 10, 0, 0, 10, '0', 0),
(57669, 94, '57669', 'rare__hamaca', 100, 0, 0, 1, '0', 0),
(4702, 693252, '4702', 'cloud_throne', 100, 0, 0, 1, '0', 0),
(4701, 693252, '4701', 'cloud_egg', 3, 0, 0, 1, '0', 0),
(3550045, 94, '3550045', 'RedF_dragonlamp*0', 5000, 0, 0, 1, '0', 0),
(45955, 693253, '4703', 'jetset_yacht_front', 100, 0, 0, 1, '0', 0),
(45956, 693253, '4704', 'js_jetski', 100, 0, 0, 1, '0', 0),
(45957, 693253, '4705', 'vip_gate', 100, 0, 0, 1, '0', 0),
(45958, 693253, '4706', 'jetset_yacht_mid_1', 100, 0, 0, 1, '0', 0),
(45959, 693253, '4707', 'jetset_landhigh', 100, 0, 0, 1, '0', 0),
(45960, 693253, '4708', 'jetset_landlow', 100, 0, 0, 1, '0', 0),
(45961, 693253, '4709', 'jetset_yacht_back', 100, 0, 0, 1, '0', 0),
(45962, 693253, '4710', 'jetset_yacht_mid_2', 100, 0, 0, 1, '0', 0),
(45963, 693253, '4711', 'jetset_vipscreen', 100, 0, 0, 1, '0', 0),
(45964, 693253, '4712', 'jetset_yacht_mid_3', 100, 0, 0, 1, '0', 0),
(45965, 693253, '4713', 'js_jetski2', 100, 0, 0, 1, '0', 0),
(45966, 693253, '4714', 'jetset_tent', 100, 0, 0, 1, '0', 0),
(45967, 693253, '4715', 'jetset_stonejetty', 100, 0, 0, 1, '0', 0),
(45968, 693253, '4716', 'vip_hopper', 100, 0, 0, 1, '0', 0),
(3550046, 94, '3550046', 'RedF_dragonlamp*1', 5000, 0, 0, 1, '0', 0),
(3550047, 94, '3550047', 'RedF_dragonlamp*2', 5000, 0, 0, 1, '0', 0),
(3550048, 94, '3550048', 'RedF_dragonlamp*3', 5000, 0, 0, 1, '0', 0),
(3550049, 94, '3550049', 'RedF_dragonlamp*4', 5000, 0, 0, 1, '0', 0),
(3550050, 94, '3550050', 'RedF_dragonlamp*5', 5000, 0, 0, 1, '0', 0),
(3550051, 94, '3550051', 'RedF_dragonlamp*6', 5000, 0, 0, 1, '0', 0),
(3550052, 94, '3550052', 'RedF_dragonlamp*7', 5000, 0, 0, 1, '0', 0),
(3550053, 94, '3550053', 'RedF_dragonlamp*8', 5000, 0, 0, 1, '0', 0),
(3550054, 94, '3550054', 'RedF_dragonlamp*9', 5000, 0, 0, 1, '0', 0),
(3540045, 94, '3540045', 'Whit_dragonlamp*0', 5000, 0, 0, 1, '0', 0),
(3540046, 94, '3540046', 'Whit_dragonlamp*1', 5000, 0, 0, 1, '0', 0),
(3540047, 94, '3540047', 'Whit_dragonlamp*2', 5000, 0, 0, 1, '0', 0),
(3540048, 94, '3540048', 'Whit_dragonlamp*3', 5000, 0, 0, 1, '0', 0),
(3540049, 94, '3540049', 'Whit_dragonlamp*4', 5000, 0, 0, 1, '0', 0),
(3540050, 94, '3540050', 'Whit_dragonlamp*5', 5000, 0, 0, 1, '0', 0),
(3540051, 94, '3540051', 'Whit_dragonlamp*6', 5000, 0, 0, 1, '0', 0),
(3540052, 94, '3540052', 'Whit_dragonlamp*7', 5000, 0, 0, 1, '0', 0),
(3540053, 94, '3540053', 'Whit_dragonlamp*8', 5000, 0, 0, 1, '0', 0),
(3540054, 94, '3540054', 'Whit_dragonlamp*9', 5000, 0, 0, 1, '0', 0),
(3510045, 94, '3510045', 'Pink_dragonlamp*0', 10, 0, 0, 1, '0', 0),
(3510046, 94, '3510046', 'Pink_dragonlamp*1', 10, 0, 0, 1, '0', 0),
(3510047, 94, '3510047', 'Pink_dragonlamp*2', 10, 0, 0, 1, '0', 0),
(3510048, 94, '3510048', 'Pink_dragonlamp*3', 10, 0, 0, 1, '0', 0),
(3510049, 94, '3510049', 'Pink_dragonlamp*4', 10, 0, 0, 1, '0', 0),
(3510050, 94, '3510050', 'Pink_dragonlamp*5', 10, 0, 0, 1, '0', 0);
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(3510051, 94, '3510051', 'Pink_dragonlamp*6', 10, 0, 0, 1, '0', 0),
(3510052, 94, '3510052', 'Pink_dragonlamp*7', 10, 0, 0, 1, '0', 0),
(3510053, 94, '3510053', 'Pink_dragonlamp*8', 10, 0, 0, 1, '0', 0),
(3510054, 94, '3510054', 'Pink_dragonlamp*9', 10, 0, 0, 1, '0', 0),
(3520045, 94, '3520045', 'Gren_dragonlamp*0', 5000, 0, 0, 1, '0', 0),
(3520046, 94, '3520046', 'Gren_dragonlamp*1', 5000, 0, 0, 1, '0', 0),
(3520047, 94, '3520047', 'Gren_dragonlamp*2', 5000, 0, 0, 1, '0', 0),
(3520048, 94, '3520048', 'Gren_dragonlamp*3', 5000, 0, 0, 1, '0', 0),
(3520049, 94, '3520049', 'Gren_dragonlamp*4', 5000, 0, 0, 1, '0', 0),
(3520050, 94, '3520050', 'Gren_dragonlamp*5', 5000, 0, 0, 1, '0', 0),
(3520051, 94, '3520051', 'Gren_dragonlamp*6', 5000, 0, 0, 1, '0', 0),
(3520052, 94, '3520052', 'Gren_dragonlamp*7', 5000, 0, 0, 1, '0', 0),
(3520053, 94, '3520053', 'Gren_dragonlamp*8', 5000, 0, 0, 1, '0', 0),
(3520054, 94, '3520054', 'Gren_dragonlamp*9', 5000, 0, 0, 1, '0', 0),
(3530045, 94, '3530045', 'Blue_dragonlamp*0', 5000, 0, 0, 1, '0', 0),
(3530046, 94, '3530046', 'Blue_dragonlamp*1', 5000, 0, 0, 1, '0', 0),
(3530047, 94, '3530047', 'Blue_dragonlamp*2', 5000, 0, 0, 1, '0', 0),
(3530048, 94, '3530048', 'Blue_dragonlamp*3', 5000, 0, 0, 1, '0', 0),
(3530049, 94, '3530049', 'Blue_dragonlamp*4', 5000, 0, 0, 1, '0', 0),
(3530050, 94, '3530050', 'Blue_dragonlamp*5', 5000, 0, 0, 1, '0', 0),
(3530051, 94, '3530051', 'Blue_dragonlamp*6', 5000, 0, 0, 1, '0', 0),
(3530052, 94, '3530052', 'Blue_dragonlamp*7', 5000, 0, 0, 1, '0', 0),
(3530053, 94, '3530053', 'Blue_dragonlamp*8', 5000, 0, 0, 1, '0', 0),
(3530054, 94, '3530054', 'Blue_dragonlamp*9', 5000, 0, 0, 1, '0', 0),
(3610045, 94, '3610045', 'Rain_dragonlamp*0', 5000, 0, 0, 1, '0', 0),
(3610046, 94, '3610046', 'Rain_dragonlamp*1', 5000, 0, 0, 1, '0', 0),
(3610047, 94, '3610047', 'Rain_dragonlamp*2', 5000, 0, 0, 1, '0', 0),
(3610048, 94, '3610048', 'Rain_dragonlamp*3', 5000, 0, 0, 1, '0', 0),
(3610049, 94, '3610049', 'Rain_dragonlamp*4', 5000, 0, 0, 1, '0', 0),
(3610050, 94, '3610050', 'Rain_dragonlamp*5', 5000, 0, 0, 1, '0', 0),
(3610051, 94, '3610051', 'Rain_dragonlamp*6', 5000, 0, 0, 1, '0', 0),
(3610052, 94, '3610052', 'Rain_dragonlamp*7', 5000, 0, 0, 1, '0', 0),
(3610053, 94, '3610053', 'Rain_dragonlamp*8', 5000, 0, 0, 1, '0', 0),
(3610054, 94, '3610054', 'Rain_dragonlamp*9', 5000, 0, 0, 1, '0', 0),
(111567890, 94, '111567890', 'Bloc Mario', 5, 0, 0, 10, '0', 0),
(111567891, 94, '111567891', 'Bloc pièce', 3, 0, 0, 5, '0', 0),
(111567892, 94, '111567892', 'Mario', 15, 0, 0, 1, '0', 0),
(111567893, 94, '111567893', 'Luigi', 15, 0, 0, 1, '0', 0),
(111567894, 94, '111567894', 'Peach', 15, 0, 0, 1, '0', 0),
(39300161, 94, '39300161', 'Monster Drink Machine', 3, 0, 0, 1, '0', 0),
(39300162, 94, '39300162', 'Monster Throne', 3, 0, 0, 1, '0', 0),
(39300163, 94, '39300163', 'Monster Pillow', 3, 0, 0, 1, '0', 0),
(39300164, 94, '39300164', 'Monster Dragon', 3, 0, 0, 1, '0', 0),
(39300165, 94, '39300165', 'Monster Parasol', 3, 0, 0, 1, '0', 0),
(8994200, 94, '8994200', 'glass_bleu', 3, 0, 0, 1, '0', 0),
(8994300, 94, '8994300', 'glass_jaun', 3, 0, 0, 1, '0', 0),
(8994400, 94, '8994400', 'glass_rose', 3, 0, 0, 1, '0', 0),
(8994500, 94, '8994500', 'glass_roug', 3, 0, 0, 1, '0', 0),
(8994600, 94, '8994600', 'glass_tran', 3, 0, 0, 1, '0', 0),
(8994700, 94, '8994700', 'glass_vert', 3, 0, 0, 1, '0', 0),
(8994800, 94, '8994800', 'demi_gl_bl', 3, 0, 0, 1, '0', 0),
(8994900, 94, '8994900', 'demi_gl_cl', 3, 0, 0, 1, '0', 0),
(8995000, 94, '8995000', 'demi_gl_ja', 3, 0, 0, 1, '0', 0),
(8995100, 94, '8995100', 'demi_gl_rd', 3, 0, 0, 1, '0', 0),
(8995200, 94, '8995200', 'demi_gl_ro', 3, 0, 0, 1, '0', 0),
(8995300, 94, '8995300', 'demi_gl_tr', 3, 0, 0, 1, '0', 0),
(8995400, 94, '8995400', 'demi_gl_ve', 3, 0, 0, 1, '0', 0),
(998834, 94, '998834', 'Red Bull Egg', 25, 0, 0, 1, '0', 0),
(48455341, 94, '48455341', 'CE_BD_VoodooV1', 10, 0, 0, 1, '0', 0),
(600763, 94, '600763', 'Nuage Bleu Ciel', 10, 0, 0, 1, '0', 0),
(4947, 94, '4947', 'wf_act_kick_user', 4, 0, 0, 1, '0', 0),
(423942424, 94, '423942424', 'dragonlamp_jtfrost', 1500, 0, 0, 1, '0', 0),
(55510, 693255, '55510', 'pixel_plantred', 5, 0, 0, 1, '0', 0),
(55511, 693255, '55511', 'pixel_plantpink', 5, 0, 0, 1, '0', 0),
(55512, 693255, '55512', 'pixel_light_red', 5, 0, 0, 1, '0', 0),
(55513, 693255, '55513', 'pixel_plantblue', 5, 0, 0, 1, '0', 0),
(55514, 693255, '55514', 'pixel_plantgreen', 5, 0, 0, 1, '0', 0),
(55515, 693255, '55515', 'pixel_light_green', 5, 0, 0, 1, '0', 0),
(55516, 693255, '55516', 'pixel_light_pink', 5, 0, 0, 1, '0', 0),
(55517, 693255, '55517', 'pixel_plantblack', 5, 0, 0, 1, '0', 0),
(55518, 693255, '55518', 'pixel_light_blue', 5, 0, 0, 1, '0', 0),
(55519, 693255, '55519', 'pixel_carpet_red', 5, 0, 0, 1, '0', 0),
(55520, 693255, '55520', 'pixel_carpet_blue', 5, 0, 0, 1, '0', 0),
(55521, 693255, '55521', 'pixel_carpet_pink', 5, 0, 0, 1, '0', 0),
(55522, 693255, '55522', 'pixel_light_black', 5, 0, 0, 1, '0', 0),
(55523, 693255, '55523', 'pixel_carpet_black', 5, 0, 0, 1, '0', 0),
(55524, 693255, '55524', 'valentines_lovelock', 5, 0, 0, 1, '0', 0),
(900911, 94, '00900911', 'shisha8', 20000, 0, 0, 1, '0', 0),
(900912, 94, '00900912', 'shisha7', 20000, 0, 0, 1, '0', 0),
(900913, 94, '00900913', 'shisha6', 20000, 0, 0, 1, '0', 0),
(900914, 94, '00900914', 'shisha5', 20000, 0, 0, 1, '0', 0),
(900915, 94, '00900915', 'shisha4', 20000, 0, 0, 1, '0', 0),
(24598, 693256, '24598', 'Esquina WWE', 10, 0, 0, 10, '2', 0),
(24698, 693256, '24698', 'Cuerdas WWE', 10, 0, 0, 10, '2', 0),
(344398, 693256, '344398', 'Piso WWE', 10, 0, 0, 10, '2', 0),
(44019498, 693256, '44019498', 'Guantes WWE', 10, 0, 0, 10, '2', 0),
(2000010, 5, '2000010', 'hc_roundchair', 3, 0, 0, 1, '1', 0),
(2000011, 5, '2000011', 'hc_bigvase', 2, 0, 0, 1, '1', 0),
(2000012, 5, '2000012', 'hc_knight_1', 5, 0, 0, 1, '1', 0),
(2000013, 5, '2000013', 'hc_roundtable', 2, 0, 0, 1, '1', 0),
(2000014, 5, '2000014', 'hc_cab', 5, 0, 0, 1, '1', 0),
(2000015, 5, '2000015', 'hc_radio', 10, 0, 0, 1, '1', 0),
(2000016, 5, '2000016', 'hc_luggage', 5, 0, 0, 1, '1', 0),
(2000017, 94, '2000017', 'rare_dragonlamp_pink', 25, 0, 0, 1, '0', 0),
(2000018, 94, '2000018', 'pillow_silver', 25, 0, 0, 1, '0', 0),
(2000019, 94, '2000019', 'pillow_bronze', 25, 0, 0, 1, '0', 0),
(99980579, 94, '99980579', 'Sofá Jabali ', 500, 500, 0, 1, '0', 0),
(99980589, 94, '99980589', 'sofá Rino ', 500, 50, 0, 1, '0', 0),
(5250077, 94, '5250077', 'Sofá VIP Dragón Negro', 5, 0, 0, 1, '0', 0),
(101981023, 94, '101981023', 'dragonlampjusttime', 5000, 0, 0, 1, '0', 0),
(99980186, 94, '99980186', 'Mueble de Espejo', 1, 0, 0, 10, '0', 0),
(99980187, 94, '99980187', 'Hombre Encajetado', 1, 0, 0, 10, '0', 0),
(99980188, 94, '99980188', 'Holo Diamante', 1, 0, 0, 10, '0', 0),
(99980189, 94, '99980189', 'Equalizador', 1, 0, 0, 10, '0', 0),
(99980190, 94, '99980190', 'Bocinas', 1, 0, 0, 10, '0', 0),
(99980191, 94, '99980191', 'Maquina de Sodas', 1, 0, 0, 10, '0', 0),
(99980192, 94, '99980192', 'Cafetera VIP', 1, 0, 0, 10, '0', 0),
(99980193, 94, '99980193', 'Pandel de Locutor', 1, 0, 0, 10, '0', 0),
(666999, 365125, '666999', 'Mcdonald''s Sign', 10, 0, 0, 1, '0', 0),
(666910, 365125, '666910', 'Mcdonald''s Counter (PLAIN)', 10, 0, 0, 1, '0', 0),
(666911, 365125, '666911', 'Mcdonald''s Counter (LOGO)', 10, 0, 0, 1, '0', 0),
(666912, 365125, '666912', 'Mcdonald''s Tile', 10, 0, 0, 1, '0', 0),
(666914, 365125, '666914', 'Mcdonald''s Seat', 10, 0, 0, 1, '0', 0),
(666915, 365125, '666912', 'Mcdonald''s Tile', 10, 0, 0, 50, '0', 0),
(666916, 365125, '666914', 'Mcdonald''s Seat', 10, 0, 0, 50, '0', 0),
(53980, 69320, '32153', 'a0 easter13_trophy_g', 10, 0, 0, 1, '0', 0),
(53981, 69320, '32154', 'a0 easter13_trophy_s', 10, 0, 0, 1, '0', 0),
(53982, 69320, '32155', 'a0 easter13_trophy_b', 10, 0, 0, 1, '0', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_marketplace_data`
--

CREATE TABLE IF NOT EXISTS `catalog_marketplace_data` (
`id` int(12) NOT NULL AUTO_INCREMENT,
`sprite` int(7) NOT NULL,
`sold` int(7) NOT NULL DEFAULT '0',
`avgprice` int(9) NOT NULL DEFAULT '0',
`daysago` int(5) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `catalog_marketplace_data`
--

INSERT INTO `catalog_marketplace_data` (`id`, `sprite`, `sold`, `avgprice`, `daysago`) VALUES
(1, 285, 2, 1060, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_marketplace_offers`
--

CREATE TABLE IF NOT EXISTS `catalog_marketplace_offers` (
`offer_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`item_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
`asking_price` int(11) NOT NULL,
`total_price` int(11) NOT NULL DEFAULT '0',
`public_name` text NOT NULL,
`sprite_id` int(11) NOT NULL,
`item_type` enum('1','2') NOT NULL DEFAULT '1',
`timestamp` double NOT NULL,
`state` enum('1','2') NOT NULL DEFAULT '1',
`extra_data` text NOT NULL,
`furni_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`offer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `catalog_marketplace_offers`
--

INSERT INTO `catalog_marketplace_offers` (`offer_id`, `item_id`, `user_id`, `asking_price`, `total_price`, `public_name`, `sprite_id`, `item_type`, `timestamp`, `state`, `extra_data`, `furni_id`) VALUES
(1, 247, 6, 1000, 1010, 'Petal Patch', 285, '1', 1390955566, '2', '', 10),
(2, 247, 6, 49, 50, 'Petal Patch', 285, '1', 1390958101, '2', '', 11);

-- --------------------------------------------------------

--
-- Struttura della tabella `catalog_pages`
--

CREATE TABLE IF NOT EXISTS `catalog_pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT '-1',
`caption` varchar(100) NOT NULL,
`icon_color` int(11) NOT NULL DEFAULT '1',
`icon_image` int(11) NOT NULL DEFAULT '1',
`visible` enum('0','1') NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(10) unsigned NOT NULL DEFAULT '1',
`club_only` enum('0','1') NOT NULL DEFAULT '0',
`order_num` int(11) NOT NULL,
`page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts') NOT NULL DEFAULT 'default_3x3',
`page_headline` text NOT NULL,
`page_teaser` text NOT NULL,
`page_special` text NOT NULL,
`page_text1` text NOT NULL,
`page_text2` text NOT NULL,
`page_text_details` text NOT NULL,
`page_text_teaser` text NOT NULL,
`vip_only` enum('1','0') NOT NULL DEFAULT '0',
`page_link_description` text NOT NULL,
`page_link_pagename` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2147483648 ;

--
-- Dump dei dati per la tabella `catalog_pages`
--

INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
(34567, 3, 'Scuola', 1, 130, '1', '1', 1, '0', 56, 'default_3x3', 'catalog_header_school', 'catalog_school_teaser', '', 'Remember the good ''old say''s back at school.. Nahhh everyone hates it. Create your own nightmare with this furni.. Be careful.. the teachers in a grump!', '', 'Click on a school furniture for more information!', '', '0', '', ''),
(98745, 3, 'Pura Estensioni', 1, 48, '1', '1', 1, '0', 50, 'default_3x3', 'catalog_pura_headline1', 'catalog_pura_teaser1', 'catalog_special_txtbg1', 'Wow.. I thought the first ''pura'' was good.. Now these.. We can even make better art work now!', '', 'Click on a pure for more information!', 'Wow. You can even make art out of these!', '0', '', ''),
(830, 503, 'Pattinaggio', 1, 23, '1', '1', 1, '0', 5, 'default_3x3', 'Catalog_header_roller_skates', 'Catalog_teaser_roller_skates', '', 'With Roller skate''s you could travel when and wherever you want, once you step on this rank you shoes suddenly turn into roller skates! with the magic of roller skating you can do anything!', '', '', 'Click on an item for more infomation!', '0', '', ''),
(831, 503, 'PuzzleBox', 1, 65, '1', '1', 1, '0', 0, 'default_3x3', 'puzzlebox_headline1', 'puzzlebox_teaser1', '', 'Push.. Push.. Push! Quick help your team get the box to the over side.. you haven''t got long, Hurry Up!', '', 'Click on an item for more Information..', '', '0', '', ''),
(3, -1, 'Furni per Tema', 5, 2, '1', '0', 1, '0', 5, 'default_3x3', 'catalog_frontpage_headline2_it', '', '', '', '', '', '', '0', '', ''),
(4, -1, 'Furni Pixel', 9, 5, '1', '0', 1, '0', 52, 'default_3x3', 'catalog_frontpage_headline2_it', '', '', '', '', '', '', '0', '', ''),
(5, -1, 'Hub Club', 1, 75, '1', '1', 1, '0', 1, 'default_3x3', 'habboclub_2', 'catalog_Lc_teaser_CG_B', '', 'Entra nel Club più esclusivo di Hub! Nuovi look e nuovissimi furni saranno disponibili per te nella sezione ''Furni Club''', '', '', '', '0', '', ''),
(8, 5, 'Furni Club', 1, 75, '1', '1', 1, '0', 20, 'default_3x3', 'habboclub_2', 'catalog_Lc_teaser_CG_B', '', 'Abbiamo gli ultimi furni esclusivi per te! Comprali tutti e crea le tue stanze migliori!', '', '', '', '0', '', ''),
(345123, 2555, 'Rari', 1, 42, '1', '1', 1, '0', 3, 'default_3x3', 'rarirane', 'promo', '', 'Questi sono rari acquistabili con i ruby!', '', 'Clicca per altre informazioni.', '', '0', '', ''),
(11, 9, 'Rewards', 1, 26, '1', '1', 1, '0', 30, 'recycler_prizes', 'catalog_recycler_headline3', 'ctlg_ecotron_box', 'catalog_special_txtbg1', 'What are the prizes? Ecotron box may contain one of these:', '', '', 'Good Luck!', '0', '', ''),
(12, 9, 'Instructions', 1, 42, '1', '1', 1, '0', 20, 'recycler_info', 'catalog_recycler_headline3', 'ctlg_ecotron_box', '', 'The Ecotron is a furni recycler. Get rid of old furni... what will you get in return? It''s a surprise! Become a Habbo eco-warrior. No refunds!', 'How to use the Ecotron?', '1. Just drag 5 items from your hand to the Ecotron. One item / square. Recyclable items are marked in your inventory with an image. When you have 5 items in the boxes, click the "Recycle" button. You can now find the Ecotron prize box from your hand.\r\n\r\n2. Click the box to see its tag. Open the box, or trade it unopened. The timer shows you how long you have to wait before you can recycle more items. Check the prizes before you recycle- don''t be surprised by the surprise!', '', '0', '', ''),
(13, -1, 'Scambio Crediti', 11, 6, '1', '1', 1, '0', 6, 'default_3x3', 'catalog_bank_headline1_it', 'catalog_bank_teaser', 'catalog_special_txtbg1', 'You can exchange your HabExtra credits here for Exchange furniture, which you can use in a trade or simply exchange for actual credits.', '', 'Click on an item to see more details.', 'Gold! Glorious Gold!', '0', '', ''),
(14, -1, 'Animali', 2, 8, '1', '0', 1, '0', 45, 'default_3x3', 'catalog_frontpage_headline2_it', '', '', '', '', '', '', '0', '', ''),
(15, 500, 'Pareti & Pavimenti', 1, 55, '1', '1', 1, '0', 1, 'spaces', 'catalog_spaces_headline1_it', '', '', 'Floors, wallpapers and landscapes - get a groovy combination for your room! Use our sample room below to try before you buy! Select your favourite designs and colours and simply click Buy!', '', '', '', '0', '', ''),
(24, 500, 'Finestre', 0, 63, '1', '1', 1, '0', 2, 'default_3x3', 'ctlg_windows_headline1_it', 'ctlg_windows_teaser1_en', 'catalog_special_txtbg2', 'Let some light in! Our windows come in many unique styles to give an exciting look to your room. Buy landscapes to go with your windows from the ''Spaces'' page!', '', 'Click on an item for more information.', 'Ooh, new view!', '0', '', ''),
(26, 500, 'Luci', 0, 40, '1', '1', 1, '0', 3, 'default_3x3', 'catalog_dimmers_header_en', 'dimmers_teaser', '', 'Our range of moodlights allow you to control the atmosphere and transform your room in just a click. What will your room look like? Click the switch and find out now!', '', 'Click on an item for more information.', '', '0', '', ''),
(27, 3, 'Natale', 1, 64, '1', '1', 1, '0', 15, 'default_3x3', 'catalog_xmas_headline1_it', 'xmas2009_catalogue', 'catalog_special_txtbg2', 'Get yourself into the Christmas spirit with our selection of festive furni! From baubles to Reindeer poo, we''ve got it all!', '', 'Click on an item for more information.', '''tis the season!', '0', '', ''),
(28, 3, 'Artico', 0, 13, '1', '1', 1, '0', 6, 'default_3x3', 'catalog_arc_header1_en', 'catalog_arc_teaser1_en', '', 'Stay cool (or warm with out campfire!) with and create your own Winter Wonderland or Humble Homeland for your Penguins.', '', 'Click on an item for more information.', '', '0', '', ''),
(29, 500, 'Teletrasporti', 0, 58, '1', '1', 1, '0', 11, 'default_3x3', 'catalog_doors_headline1_it', 'catalog_door_a', 'catalog_special_txtbg1', 'Take your room to a whole new level with our range of space age teleporters! Just buy a pair, put one in each room and voila! You''ll have two linked rooms!', '', '', 'Take your room to the next level!', '0', '', ''),
(30, 500, 'Mode', 0, 39, '1', '1', 1, '0', 4, 'default_3x3', 'catalog_mode_headline1', 'catalog_mode_teaser1', 'catalog_special_txtbg2', 'Steely, grey industrial standard metal with a sleek design. The perfect range for a streetwise city dweller.', '', 'Click on an item for more information.', 'So shiny and new..', '0', '', ''),
(31, 500, 'Candy', 0, 19, '1', '1', 1, '0', 5, 'default_3x3', 'catalog_candy_headline1', 'catalog_candy_teaser1', 'catalog_special_txtbg2', 'A bit more feminine than ''Mode'', this will add a bit of glamour and glitz to your rooms. Lacking a few items? Head on over to the ''Mode'' catagory!', '', 'Click on an item for more information.', 'lol I killed a pink bear for this rug!', '0', '', ''),
(32, 500, 'Pura', 0, 48, '1', '1', 1, '0', 8, 'default_3x3', 'catalog_pura_headline1', 'catalog_pura_teaser1', 'catalog_special_txtbg2', 'The clenest, freshest range. You can almost hear it breath cool and tranquility within your room. Use it to create a haven away from the hetic lifestyle of UberHotel.', '', 'Click on an item for more information.', 'So many colors!', '0', '', ''),
(33, 500, 'Area', 0, 14, '1', '1', 1, '0', 7, 'default_3x3', 'catalog_area_headline1', 'catalog_area_teaser1', 'catalog_special_txtbg2', 'A chunky and sofisticated line for the down-to-earth, studious Uber. It''s simplicty is beautful and will add a welcoming charm to every room.', '', 'Click on an item for more information.', 'Beautiful in it''s simplicity! ', '0', '', ''),
(34, 3, 'Country', 0, 21, '1', '1', 1, '0', 19, 'default_3x3', 'country_header1_en_0011', 'country_teaser11', 'catalog_special_txtbg2', 'Lets leave the busy city streets and head over to the wide abyss of golden whear, emerald fields and home grown, organic vegetables. Everything you need to create a farm!', '', 'Click on an item for more information.', 'Who''d be a crow, eh?', '0', '', ''),
(35, 500, 'Rustici', 0, 37, '1', '1', 1, '0', 6, 'default_3x3', 'catalog_lodge_headline1_it', 'catalog_lodge_teaser1', 'catalog_special_txtbg2', 'For that splendid ski-lodge effect with an open fire and whisky on the sidebar. This range is for those who appreicate the true beauty of solid wood.', '', 'Click on an item for more information.', 'I liek wood!', '0', '', ''),
(36, 500, 'Plastica', 0, 46, '1', '1', 1, '0', 10, 'plasto', 'catalog_plasto_headline1_it', '', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!', '', 'Click on an item for more information.', '', '0', '', ''),
(38, 500, 'Bagno', 0, 17, '1', '1', 1, '0', 13, 'default_3x3', 'catalog_bath_headline1_it', 'catalog_bath_teaser1', 'catalog_special_txtbg2', 'Lets face it.. you can''t live without your bathroom. Give yours guests somewhere to freshen up with our cheeful bathroom collection!', '', 'Click on an item for more information.', 'Every HabExtra needs one!', '0', '', ''),
(39, 500, 'Piante', 0, 45, '1', '1', 1, '0', 14, 'default_3x3', 'catalog_plants_headline1_it', 'catalog_plants_teaser1', 'catalog_special_txtbg2', 'Every room needs some greenery, dear! Not only do they enhance the air quality, they cheer up a room to make it simply splendid! And what better gift for a friend than an elegant rose..', '', 'Click on an item for more information.', 'I''m a tree!', '0', '', ''),
(40, 500, 'Tappeti', 0, 52, '1', '1', 1, '0', 15, 'default_3x3', 'catalog_rugs_headline1_it', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Rugs for all occasions, white for weddings, black for funerals and everything in between! All rugs and non-slip and machine washable. Take your pick!', '', 'Click on an item for more information.', 'This''ll be perfect in my room!', '0', '', ''),
(41, 500, 'Gallery', 0, 47, '1', '1', 1, '0', 16, 'default_3x3', 'catalog_gallery_headline1_it', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Adorn your walls with posters, art, plaques and wall hangings. This gallery is bursting with items to suit all tastes, traditional and modern!', '', 'Click on an item for more information.', 'Brighten up your walls!', '0', '', ''),
(42, 500, 'Trofei', 0, 60, '1', '1', 1, '0', 18, 'trophies', 'catalog_trophies_headline1_it', '', '', 'Everyones a winner with Habboon trophies! Now you can reward all your friends with our pre-polished array of trohpies. In bronze, silver and gold. \r\nFirst choose your trophy model, then the metal and carefully type your inscription. Don''t worry, we''ll engrave it all with your name and the date.', '', 'Click on an item for more information.', '', '0', '', ''),
(43, 500, 'Accessori', 0, 11, '1', '1', 1, '0', 17, 'default_3x3', 'catalog_extra_headline1_it', 'catalog_extra_teaser1', 'catalog_special_txtbg2', 'However you like to place your essentials, its the finishing touches that really make a room and express your true personality. Don''t forget, like anything else, you can move them all about to suit your mood!', '', 'Click on an item for more information.', 'I love my rabbit...', '0', '', ''),
(45, 4, 'A Noleggio', 0, 44, '1', '1', 1, '0', 230, 'default_3x3', 'catalog_pixelrent_headline1_it_001', 'catalog_pxl_teaser3_en', '', 'Hire some cool effects to add an explosive touch to your room. From bubbles to firestarters, you can enhance your room dramatically!', '', 'Click on an item for more information.', '', '0', '', ''),
(58, 3, 'Bensalem', 0, 18, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_lc_headline2_it_001', 'catalog_lc_teaser1_en_0012', '', 'Under the seaaaaaaaaa, oh, Under the seaaaaaa! What will your underwater world look like? We have it all here, crabs, HIV and genital warts!', '', 'Click on an item for more information.', '', '0', '', ''),
(59, 3, 'Pasqua', 9, 25, '1', '1', 1, '0', 23, 'default_3x3', 'catalog_easter_headline1_it', 'catalog_easter_teaser1', '', 'Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncy in Spring meadows.. It''s Easter!', '', 'Click on an item for more information.', '', '0', '', ''),
(60, 500, 'Executive', 0, 27, '1', '1', 1, '0', 19, 'default_3x3', 'catalog_exe_headline1_it', 'catalog_exe_teaser_ens', '', 'For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?', '', 'Click on an item for more information.', '', '0', '', ''),
(61, 500, 'Crystal', 0, 29, '1', '1', 1, '0', 21, 'default_3x3', 'catalog_glass_headline1', 'catalog_glass_teaser1', '', 'You can really open up a space with this stylish glass furniture, just don''t walk into it!', '', 'Click on an item for more information.', '', '0', '', ''),
(62, 3, 'Gotico', 0, 30, '1', '1', 1, '0', 28, 'default_3x3', 'catalog_gothic_headline1_it', 'catalog_gothic_teaser1', '', 'As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!', '', 'Click on an item for more information.', '', '0', '', ''),
(63, 3, 'Sports', 0, 56, '1', '1', 1, '0', 59, 'default_3x3', 'catalog_teaser_sexy_picnic', 'catalog_sports_teaser1', 'catalog_special_txtbg2', 'Sport contains all those vital Olympic pieces from running tracks to basketball courts! 3 2 1 GO!', '', 'Click on an item for more information.', 'Your bullshit at football conor!', '0', '', ''),
(64, 3, 'Grunge', 0, 32, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_grunge_headline1', 'catalog_gru_teaser_en', '', 'Sleeping rough? Make the streets a bit more bearable with our collection of homeless furni, Grunge!', '', 'Click on an item for more information.', '', '0', '', ''),
(56, 3, 'Alhambra', 0, 12, '1', '1', 1, '0', 3, 'default_3x3', 'catalog_teaser_albrama', 'dining_area_illustration', '', 'Direttamente dall''Arabia... i nuovissimi furni Alhambra!', '', '', '', '0', '', ''),
(57, 3, 'Asia', 0, 15, '1', '1', 1, '0', 8, 'default_3x3', 'catalog_asian_headline1_it', 'catalog_asian_teaser1', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!', '', 'Click on an item for more information.', '', '0', '', ''),
(55, 500, 'Iced', 0, 13, '1', '1', 1, '0', 9, 'default_3x3', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'The Iced range, squishy, soft and most definitely cool. Whatever your needs, this stylish range should cover it!', '', 'Click on an item for more information.', '', '0', '', ''),
(66, 3, 'Halloween', 0, 34, '1', '1', 1, '0', 31, 'default_3x3', 'catalog_halloween_headline1', 'art_hween09_stake', 'catalog_special_txtbg2', 'WooOOOOoooOOoo! Spooky! Don''t wanna be left with this range at night.. who knows what would happen!', '', 'Click on an item for more information.', 'Errr... help..?', '0', '', ''),
(67, 3, 'Japan', 0, 36, '1', '1', 1, '0', 34, 'default_3x3', 'catalog_jap_headline2_ens', 'catalog_jap_teaser3_en', '', 'We have sushi, tatami and katana''s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!', '', 'Click on an item for more information.', '', '0', '', ''),
(68, 3, 'Lost Tribe', 0, 38, '1', '1', 1, '0', 38, 'default_3x3', 'catalog_teaser_lost_tribe', 'LT_teaser_en', '', 'Start your own ****** village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.', '', 'Click on an item for more information.', '', '0', '', ''),
(69, 3, 'Neon', 0, 41, '1', '1', 1, '0', 45, 'default_3x3', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'New years eve, birthdays and every other day of the year, there''s always an exscuse for a party! So, why don''t you buy some Neon furni!?', '', 'Click on an item for more information.', '', '0', '', ''),
(71, 3, 'Relax', 0, 49, '1', '1', 1, '0', 51, 'default_3x3', 'rela_header_en', 'rela_teaser_en', '', 'Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of an Uber with a hectic lifestyle!', '', 'Click on an item for more information.', '', '0', '', ''),
(72, 3, 'Romantique', 0, 50, '1', '1', 1, '0', 53, 'default_3x3', 'catalog_romantique_headline1_it', 'catalog_rom_teaser_en', '', 'Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!', '', 'Click on an item for more information.', '', '0', '', ''),
(73, 3, 'Scifi', 0, 53, '1', '1', 1, '0', 56, 'default_3x3', 'sf_header_it', 'sf_teaser_en', '', 'Blipblop blip blip blip.. Oooh.. what''s this button do?.. You can find out exactly what it does with our new Scifi range, batteries included!', '', 'Click on an item for more information.', '', '0', '', ''),
(74, 3, 'Shalimar', 0, 54, '1', '1', 1, '0', 57, 'default_3x3', 'catalog_shal_header1_it', 'catalog_shal_teaser_en', '', 'Everyone loves Bollywood! Want some free credits? Tell Oscar you successfully read the Shalimar page! Tell no one else you found this Easter egg. Watch out for rose petals!', '', 'Click on an item for more information.', '', '0', '', ''),
(75, 3, 'Estate 2012', 0, 57, '1', '1', 1, '0', 61, 'default_3x3', 'catalog_frontpage_headline2_it', 'catalog_sum_teaser1_en', '', 'Phwoar! Start up the barbie! This range has everything you need for the perfect summer garden! Just in time for summer at Roam Hotel!', '', 'Click on an item for more information.', '', '0', '', ''),
(76, 3, 'Love', 0, 62, '1', '1', 1, '0', 39, 'default_3x3', 'catalog_love_headline1_it', 'catalog_teaser_love', 'catalog_special_txtbg2', 'Love is in the air once again! Buy your sweetheart a rose or whisper sweet nothings in their ear on a love sofa. Can you feel it? <3', '', 'Click on an item for more information.', 'Will you marry me Conor? *Ryan Lies*', '0', '', ''),
(77, 3, 'Grecia', 0, 31, '1', '1', 1, '0', 29, 'default_3x3', 'catalog_frontpage_headline2_it', 'catalog_header_greek', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own panthenon with our realist Greek range!', '', 'Click on an item for more information.', '', '0', '', ''),
(85, 91, 'Collezionabili', 0, 71, '1', '1', 4, '0', 10, 'default_3x3', 'catalog_pixeldeals_headline1_it_001', 'catalog_pxl_teaser2_en', '', 'The Pixel Collectables are the ultimate collectors items, requiring a mammoth 2000 pixels and credits to buy! If you collect all the pieces and manage to put them together in certain ways, you''ll receive a special effect!', '', 'Click on an item for more information.', '', '0', '', ''),
(88, 3, 'Virus', 0, 42, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_vir_header1_it', 'catalog_vir_teaser_en', '', 'All of Uber''s emergency pandemic supplies are kept here! They need a bit of a clean after the exploding puss disease but.. they''ll do fine!', '', 'Click on an item for more information.', '', '0', '', ''),
(91, -1, 'STAFF', 10, 23987, '1', '0', 4, '0', 100, 'default_3x3', 'catalog_frontpage_headline2_it', 'childline_rug', 'catalog_special_txtbg1', 'DO NOT GIVE ANY OF THESE RARES OUT, They will be awarded for stuff like events, if you do hold events, please just give out 1 rare at a time.. But no thrones!', '', 'But feel free to give as many as you want to yourself.. <33', 'DO NOT GIVE ANY OF THESE RARES OUT, ', '0', '', ''),
(93, 91, 'Trofei', 1, 60, '1', '1', 6, '0', 12, 'trophies', 'catalog_trophies_headline1_it', '', '', 'This page contains special trophies available for staff to give as prizes. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click in this grey box and type your inscription *carefully* - it''s permanent!', '', '0', '', ''),
(94, 91, 'Rari', 1, 10, '1', '1', 6, '0', 14, 'default_3x3', 'catalog_rares_headline1_it', 'catalog_rares_teaser', '', 'This page contains special rares available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '0', '', ''),
(95, 91, 'Promozionali', 1, 11, '1', '1', 6, '0', 15, 'default_3x3', 'catalog_rares_headline1_it', 'dragon_comp_newsie', '', 'This page contains special promotional items available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '0', '', ''),
(105, 91, 'Raroni', 5, 892, '1', '1', 4, '0', 19, 'default_3x3', 'catalog_rares_headline1_it', 'catalog_rares_teaser', '', 'On this page, we have some lovely rares for you! We''ve kept a few behind for competition and event prizes!', '', 'Click on an item for more information.', '', '0', '', ''),
(103, 3, 'Diner', 0, 51, '1', '1', 1, '0', 21, 'default_3x3', 'catalog_header_diner', 'catalog_diner_teaser_ens', '', 'Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', '', 'Click on an item for more information.', '', '0', '', ''),
(112, 3, 'Twilight', 0, 64, '1', '1', 1, '0', 66, 'default_3x3', 'catalog_frontpage_headline2_it', 'catalog_teaser_twilight', '', 'I''ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', 'Click on an item for more information.', '', '0', '', ''),
(123, 4, 'Furni Iniziali', 0, 35, '1', '1', 1, '0', 240, 'default_3x3', 'catalog_hello_header1_en', 'catalog_hello_teaser1_en', '', 'Hello Furni is available with Pixels and is perfect if you are decorating your room for the very first time. The Furni is yours to keep and therefore cannot be traded.', '', 'Click on an item for more information.', '', '0', '', ''),
(125, 4, 'Effetti Speciali', 0, 61, '1', '1', 1, '0', 250, 'default_3x3', 'catalog_pixeleffects_headline1_it', 'catalog_pxl_teaser1_en', '', 'Tune your character with cool effects that fit the occasion. Ride the hoverboard and spit on the mic. Effects can be activated from the menu, by clicking on your avatar.', '', 'Click on an item for more information.', '', '0', '', ''),
(126, 3, 'Tiki', 0, 59, '1', '1', 1, '0', 64, 'default_3x3', 'catalog_tiki_header1_it', 'tiki_teaser', '', 'Imagine in the scene.. lost on a desert island when you stumble across a small local tribe.. now you can with our Tiki range!', '', 'Click on an item for more information.', '', '0', '', ''),
(128, 3, 'Urban', 0, 26, '1', '1', 1, '0', 67, 'default_3x3', 'urban_header_it', 'urban_teaser_en', '', 'New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!', '', 'Click on an item for more information.', '', '0', '', ''),
(129, 4, 'Automobile', 0, 16, '1', '1', 1, '0', 260, 'default_3x3', 'catalog_automobile_header1_it', 'catalog_automobile_teaser1_en', '', 'Every Uber needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...', '', 'Click on an item for more information.', '', '0', '', ''),
(2555, -1, 'Ruby Shop', 10, 977, '1', '1', 1, '0', 2, 'default_3x3', 'Rane', 'Smeraldo100', '', 'Su Hub sono arrivati le rane SCAMBIABILI! Guadagnali ai game dei tuoi amici o alle competizioni dello staff :emoji_slight_smile:', '', '', '', '0', '', ''),
(134, 91, 'System', 0, 1, '1', '1', 4, '0', 17, 'default_3x3', 'catalog_deals_headline1_it', 'traxRecord_sticker', '', 'These Peices of furni can come quite handy sometimes.. you will know what i mean ;) <33', '', 'Click on an item for more information.', '', '0', '', ''),
(137, 3, 'Orgia', 51, 1, '1', '1', 1, '0', 46, 'default_3x3', 'catalog_frontpage_headline2_it', 'catalog_teaser_suun_furnid', '', 'The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!', '', 'Click on an item for more information.', '', '0', '', ''),
(136, 3, 'Bling', 0, 6, '1', '1', 1, '0', 13, 'default_3x3', 'catalog_header_bling_en', 'art_hbh_finale', '', 'With Bling you can be king of the hotel.. King sized beds.. enough furni to make a palace, and enough BLING to make you shiny.. ', '', 'Click on an item for more information.', '', '0', '', ''),
(139, 14, 'Informazioni', 0, 42, '1', '1', 1, '0', 80, 'pets2', 'catalog_pet_headline1_it', 'ctlg_pet_note', '', 'Pets are inhabitants of uberHotel too, so each pet owner needs to know a bit about them. Look after your pet by looking through our key points below.', '', '', '- You cannot trade or give away pets. Once you purchase them, they will be yours forever.\r\n- You can own as many as you want, but you can have no more than 5 pets per room.\r\n- You can take pets with you to other rooms, should the room owner allow you to do so.\r\n- Your pet needs to be trained before it''ll listen to your commands. By training your pets, you can gain some awesome achievements as well.', '0', '', ''),
(141, 14, 'Maiali', 0, 67, '1', '1', 1, '0', 10, 'pets', 'catalog_pet_headline1_it', '', '', 'These little scamps were destined for the dining table until we struck a deal with a local farmer to rescue their cute pigtails! Adopt your little piglet today, all you need now is a name.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(142, 14, 'Accessori', 0, 43, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_pet_headline1_it', 'ctlg_pet_teaser1', 'catalog_special_txtbg2', 'This page has everything you need to give your pet the happy life it deserves. We''ve got a huge selection!', '', 'Click on an item for more information.', 'Keep ''em happy!', '0', '', ''),
(24024, 3, 'Flower Power', 0, 73, '1', '1', 1, '0', 25, 'default_3x3', 'catalog_header_flower_power', '2828998428_1', '', 'Woah! Far out man... let the petals take control. Lets collaborate on a hippy hideout and plant some seeds! Lucy in the sky with diamonds style eyy?!', '', 'Click on an item for more information.', '', '0', '', ''),
(144, 3, 'Runway', 0, 74, '1', '1', 1, '0', 55, 'default_3x3', 'runway_header_it', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we''ve got the perfect option for you.', '', 'Click on an item for more information.', '', '0', '', ''),
(145, 3, 'Matrimonio', 0, 109, '1', '1', 1, '0', 71, 'default_3x3', 'Wedding', 'catalog_teaser_wedding', 'catalog_special_txtbg2', 'The perfect furni for your magical pixel day! is that the sounds of weeding bells? now its gonna getting his 2345657th wedding to another guy!', '', 'Click on an item for more information.', 'I WILL!', '0', '', ''),
(147, 14, 'Terrier', 0, 66, '1', '1', 1, '0', 20, 'pets', 'catalog_pet_headline1_it', '', '', 'Good things come in small packages and Habbo''s Terriers are no exception!', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(148, 14, 'Orsi', 0, 68, '1', '1', 1, '0', 30, 'pets', 'catalog_pet_headline1_it', '', '', 'A large, heavy, mammal that walks on the soles of its feet, with thick fur and a very short tail. Fall in love with our adorable range of Bears that include the Grizzly and Polar varieties!', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(149, 14, 'Gatti', 0, 20, '1', '1', 1, '0', 40, 'pets', 'catalog_pet_headline1_it', '', '', 'Fluff, whiskers, meows and purrs! You''re about to enter the world of Habbo Cats. These cute little critters make great playmates and will keep you company if you look after them well. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(150, 14, 'Cani', 0, 24, '1', '1', 1, '0', 50, 'pets', 'catalog_pet_headline1_it', '', '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail everytime they see you. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(151, 14, 'Coccodrillo', 0, 22, '1', '1', 1, '0', 60, 'pets', 'catalog_pet_headline1_it', '', '', 'Scaly skin, growls and snaps! You''re about to enter the world of Habbo Crocs. Security for your room or to scare your friends a trustworthy and surprisingly loving companion can be yours. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(152, 503, 'Calcio', 0, 56, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_header_football', 'catalog_teaser_football', '', 'Lovely 1-2... Oh great pass... Great attack, what a peice of skills.. what a shot WHAT A PEICE OF FURNI! with football you could relive those awosme football moments with all the detail invloved!', '', 'Click on an item for more information.', '', '0', '', ''),
(102, 500, 'Rollers', 0, 96, '1', '1', 1, '0', 12, 'default_3x3', 'catalog_roller_headline1_it', 'catalog_teaser_rollers_en', '', 'Zoooooooom, Zooooooooooooooooooooooooooom! Was it a plane? Was it a bird!? No, it was Roy on a roller! You can use rollers in games, events or even just to move a queue along.', '', 'Click on an item for more information.', '', '0', '', ''),
(163, 500, 'CapriSun', 1, 64, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_teaser_capri_sun1', 'catalog_teaser_capri_sun', 'catalog_special_txtbg2', 'Mira ese jugo, tal persona quiere tomarlo, ?eh? Hay muchas formas de refrescarse ahora en este verano. Y CapriSun es uno de los mejores refrescos de este verano 2010. ?Pruebalo!', '', 'Click On a furni for more details.. <33', 'LOL ''''Crapy sun.. crapy.. PMSL. :'')', '0', '', ''),
(185, 500, 'Pesci-Fontane', 1, 18, '1', '1', 1, '0', 29, 'default_3x3', 'catalog_cltbs_header1_it', 'catalo_fish', '', '?Aqu? tienes una larga lista de rares! ?Aprov?chalos!. Basicly cool fish :emoji_slight_smile:', '', '(Click on furni for more infomation)', '', '0', '', ''),
(159, 3, 'Prigione', 2, 14, '1', '1', 1, '0', 49, 'default_3x3', 'catalog_extra_headline1_it', 'catalog_extra_teaser1', 'catalog_special_txtbg2', '?Nuevos Furnis C?rcel en JavvoHB!', '', 'Wooow, JavvoHB siempre est? a la ultima.', '', '0', '', ''),
(116, -1, 'Mercatino', 1, 69, '1', '0', 1, '0', 8, 'default_3x3', 'catalog_deals_headline1_it', 'Homepage_About_New_Site', '', '', '', '', '', '0', '', ''),
(117, 116, 'Offerte', 1, 70, '1', '1', 1, '0', 10, 'marketplace', 'catalog_deals_headline1_it', '', '', '', '', '', '', '0', '', ''),
(118, 116, 'Compra', 1, 71, '1', '1', 1, '0', 20, 'marketplace_own_items', 'catalog_deals_headline1_it', '', '', '', '', '', '', '0', '', ''),
(172, 91, 'Offerte Speciali', 0, 3, '1', '1', 4, '0', 58, 'default_3x3', 'catalog_deals_headline1_it', 'catalog_cltbs_teaser_en', 'catalog_special_txtbg2', 'Los Raros coleccionables son Furni especial que se vende s??lo por un breve espacio de tiempo. Aumentan tu poder de cambio y lucen como ning??n otro objeto en tus Salas.', '', '^Click on da box.. ;)', 'THATS ONE BIG FUCKING BOX', '0', '', ''),
(497, 3, 'Stray Pixels', 1, 64, '1', '1', 1, '0', 60, 'default_3x3', 'StrayPixelsLogo', 'catalog_teaser_sexy_picnicd', '', 'Stray Pixels art work is finenr then ever.. except conors.. cos its crap.. and i binned it.. enjoy mine!', '', '', '', '0', '', ''),
(496, 3, 'Ospedale', 10, 1, '1', '1', 1, '0', 32, 'default_3x3', 'catalog_header_hospital', 'catalog_vir_teaser_en', '', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', '', '0', '', ''),
(178, 3, 'Cucina', 1, 51, '1', '1', 1, '0', 35, 'default_3x3', 'catalog_header_kitchen', 'catalog_teaser_kitchen', 'catalog_special_txtbg2', 'Come and cook some shit in the kitchen.. but dont burn your self.. or i will have to chop your fingers off? so watch out?!', '', 'Click on a peice of furni for more details..', '3 Dildo''s For Table 9!', '0', '', ''),
(6, 623194, 'Rari', 4, 146, '1', '1', 3, '0', 2, 'default_3x3', 'catalog_cltbs_header1_it', 'catalog_asian_teaser1', '', '', '', '', '', '0', '', ''),
(120, 503, 'Battle Banzai', 5, 78, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_battleBanzai_header', 'catalog_battleBanzai_teaser', '', 'BOUNCE.. BOUNCE.. BOUNCE! Bounce ya way to victory on our game of battle banzai, from dazzling colours, to bouncy pods.. enjoy out best game ever!', 'BOUNCE.. BOUNCE.. BOUNCE! Bounce ya way to victory on our game of battle banzai, from dazzling colours, to bouncy pods.. enjoy out best game ever!', 'Click on an item for details', '', '0', '', ''),
(168, 14, 'Rinoceronte', 1, 77, '1', '1', 1, '0', 60, 'pets', 'catalog_pet_headline1_it', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(167, 14, 'Leone', 1, 76, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1_it', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(900, 3, 'HubWood', 1, 33, '1', '1', 1, '0', 16, 'default_3x3', 'catalog_limited_headline1_it', 'fireworks', 'catalog_special_txtbg2', 'With a Room sell out.. Heres our new & Old Cinema Furni, from the huge cinema to your little own one.. bulid whatever one you like with this stylish useful furni!', '', '', 'WOAAAHH!', '0', '', ''),
(501, 3, 'Furni Capodanno', 1, 91, '1', '1', 1, '0', 1, 'default_3x3', 'capodanno', 'catalog_limited_teaser_en', '', 'Benvenuto 2011!', '', '', '', '0', '', ''),
(503, -1, 'Furni Giochi', 1, 60, '1', '0', 1, '0', 50, 'default_3x3', ' ', ' ', ' ', ' ', ' ', ' ', ' ', '0', '', ''),
(504, 503, 'Ghiaccialo', 1, 9, '1', '1', 1, '0', 30, 'default_3x3', 'Catalog_header_icetag', 'Catalog_Teaser_icetag', ' ', 'Make The Summer a ice skating paradise! With this range of furni you can glow whilst skating and pla7 game without needs to leave the ice rink, Make your self Pro at this game by making your own ice rink!', ' ', 'Have fun skating! ;)', '', '0', '', ''),
(505, 503, 'Freeze', 1, 87, '1', '1', 1, '0', 40, 'default_3x3', 'Catalog_header_freeze', 'Catalog_teaser_freeze', ' ', 'FREEZE! Literary.. With this range of furni you could freeze your mates; Play epic games; Build up tactics to be king of this game! The best thing about FREEZE! is that its the cheapest game on Logic!', ' ', 'FREEZE THERE DUDES!', ' ', '0', '', ''),
(301, -1, 'Wired Furni', 1, 80, '1', '0', 1, '0', 10, 'default_3x3', 'catalog_wired_header2_it', '', '', '', '', '', '', '0', '', ''),
(302, 301, 'Inneschi', 1, 81, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_wired_header2_it', 'ctlg_pic_wired_triggers', '', '', '', '', '', '0', '', ''),
(303, 301, 'Effetti', 1, 82, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_wired_header3_it', 'ctlg_pic_wired_effects', '', '', '', '', '', '0', '', ''),
(304, 301, 'Condizioni', 1, 83, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_wired_header4_it', 'ctlg_pic_wired_conditions', '', '', '', '', '', '0', '', ''),
(305, 301, 'Accessori', 1, 85, '1', '1', 1, '0', 40, 'default_3x3', 'catalog_wired_header5_it', '', '', '', '', '', '', '0', '', ''),
(508, 3, 'Suun Furni', 1, 1, '1', '1', 1, '0', 62, 'default_3x3', 'catalog_deals_headline1_it', 'catalog_teaser_suun_furni', 'catalog_special_txtbg2', 'Heres a random shit page i cba to delete.. just thought i would make it me & conors own.. :'') <3', '', 'Click on a shit random furni for info.', 'Love you Ryan!', '0', '', ''),
(510, 3, 'Furni Kuurna', 1, 44, '1', '1', 1, '0', 36, 'default_3x3', 'catalog_header_kuuran_furni', 'news_kuurna_mat', '', 'Here you will find the purfect furni which you can buy with pixels!', '', '', 'hmm so white xD', '0', '', ''),
(174, 3, 'Cubie', 1, 100, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_cubie_header_en', 'catalog_cubie_teaser', '', '', '', '', '', '0', '', ''),
(169, 14, 'Ragno', 1, 95, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1_it', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders are predators with sharp fangs that inject venom into their prey- but dont worry, these spiders wont bite you! Maybe...', '', 'Name your pet:', '', '0', '', ''),
(170, 14, 'Rana', 1, 97, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1_it', '', '', 'The Frog. Cute, green and slimy! Frogs come in a variety of weird colours and can be found all over the world. Frogs are great jumpers, and make great pets, but are harder to hold onto than a supermodel in a tornado', '', 'Name your frog:', '', '0', '', ''),
(171, 14, 'Pulcino', 1, 107, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1_it', '', '', 'Habboon is full of chicks (the pet kind!) Adopt your new born chicklet now and start training it to perform the Chicken Dance for your friends... it will be a show to remember!', '', 'Name your chick:', '', '0', '', ''),
(512, 3, 'Anna', 1, 112, '1', '1', 1, '0', 5, 'default_3x3', 'catalog_header_anna', 'catalog_teaser_anna.', '', 'With new new furni from anna, this this make your room feel very at home, with the soft textures and the bright colours it will make anywhere fell like a warm and cozy place to be!', '', 'Click on a peice of furni for more details!', '', '0', '', ''),
(509, 3, 'Mushroom Plants', 1, 3, '1', '1', 1, '0', 44, 'default_3x3', 'catalog_limited_headline1_it', '7251_0_0_habbo_islands_with_pelican_72dpis', 'catalog_special_txtbg2', 'The mystical land of the muchroom Plants.. here you will fin you way around a wonderland!', '', 'Mystical..', 'wow.. magical.. :o', '0', '', ''),
(720, 14, 'Drago', 1, 111, '1', '1', 1, '0', 3, 'pets', 'catalog_pet_headline1_it', '', '', 'Watch out Dragons', '', '', '', '0', '', ''),
(175, 3, 'Waasa', 1, 114, '1', '1', 1, '0', 71, 'default_3x3', 'waasa_catalogue_header', 'waasa_teaser', '', 'with wassa you can make your room into a beautiful Place, form the old wood tables,to the news Plasma tv''s, you could mix the old.. with the new..', '', '', '', '0', '', ''),
(1188, 3, 'Furni Drago', 1, 111, '1', '1', 1, '0', 22, 'default_3x3', 'drago', 'Drago_Article_Image_1', '', 'Bij een draak heb je natuurlijk ook wat extras nodig zoals eten, een slaapplek, een speelplek, en een beetje een landschap voor je kamer.', '', 'Klik op een item voor meer informatie.', '', '0', '', ''),
(123456, -1, 'Rane', 10, 977, '1', '1', 1, '0', 3, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(516, 3, 'Mad Money', 1, 6, '1', '1', 1, '0', 40, 'default_3x3', '3008654701_1_3_S2rEso7U', 'articleHeader_20_coins', '', 'You Mad? Get Some Monehh! Buy this rich man stuff.. it''s ''wicked ''init! Take it back to da hood with ya homies, and smoke up some of ''dis shit!', '', 'Click and item for more information!', '', '0', '', ''),
(556, 503, 'Skateboard', 1, 1, '1', '1', 1, '0', 1, 'default_3x3', 'catalog_teaser_skateing', 'skate_sticker_001', '', 'One flip.. two flip.. CRASH! Keep trying dave! see ifyou can last longer then dave buy making your own skate park, we got rails, ramps you name it! even skate boards for 1 pixel! have fun making those kate parks and GOODLUCK DAVE!', '', 'Click on a furni for more details.', '', '0', '', ''),
(500, -1, 'Furni per Tipo', 4, 2, '1', '0', 1, '0', 5, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(1234535, 623194, 'Rari', 5, 28, '1', '1', 3, '0', 18, 'default_3x3', 'catalog_header_VIPs', 'catalog_teaser_VIP', '', 'Thanks for buying Roam VIP! Here you will find rares exclusive to VIP! Feel free to do what you like with them! Thank you and ENJOY! (Owners Pleas edit item''s inside)', '', 'Click on a VIP item for more information..', '', '1', '', ''),
(1042, 500, 'Spazi Neri', 8, 125, '1', '1', 1, '0', -1, 'default_3x3', 'catalog_header_blackhole', 'hH_alligator_in_hole_1', 'catalog_special_txtbg2', 'You can change your whole room shape just with this furni, from big rooms to small, from small to tiny.. change any room size with this useful furni!', '', 'Click on a Black Hole for details!', 'Wow.. How Cheap??', '1', '', ''),
(567, 3, 'Coco', 1, 113, '1', '1', 1, '0', 17, 'default_3x3', 'catalog_teaser_coco', 'article_image_coco_01', '', 'Enjoy the wonderful craftful work of COCO, With this range of furni you can turn any room into a paradice, cheap and chearful this furni is in a leauge of its own..', '', 'Click on a peice of furni for more infomation & the price!', '', '0', '', ''),
(162, 3, 'MTV', 1, 64, '1', '1', 1, '0', 43, 'default_3x3', 'catalog_header_MTV', 'catalog_teaser_MTV', '', '3..2..1.. Action! Hey were live at HabExtra, Next up, Bob Marley! Now you can create your own Music Festival with our brand new range of Furni!', '', '', '', '0', '', ''),
(176, 3, 'Costruzioni', 0, 42, '1', '1', 1, '0', 18, 'default_3x3', 'Catalog_arc_tease_hcd', 'catalog_limited_teaser_en', '', 'For all your civil-engeneer needs!', '', 'Click on an item for more information.', '', '0', '', ''),
(1910, 91, 'USVA', 0, 129, '1', '1', 6, '0', 1, 'default_3x3', 'Catalog_header_USVA', 'Catalog_teaser_USVA', 'catalog_special_txtbg1', 'With our new USVA be modern yet have to conformt in your room!', '', 'Click On An Item For Details!', 'Special Offers!', '0', '', ''),
(2700, 623194, 'Troni', 1, 3123, '1', '1', 3, '0', 3, 'default_3x3', 'catalog_cltbs_header1_it', 'catalog_iced_teaser1', 'catalog_special_txtbg1', 'Here you can enjoy HabExtras Awsome thrones! They aint that cheap.. so ya better save up!', '', '', 'Remember they ''aint Cheap so you might have to save up!', '0', '', ''),
(98, 3, 'American Idol', 1, 110, '1', '1', 1, '0', 4, 'default_3x3', 'catalogue_header_idol', 'catalog_teaser_idol', 'catalog_special_txtbg1', 'Sono arrivati i furni American Idol! Questa volta nel Catalogo Utenti per farvi VIVERE IL SOGNO DA STAR!', '', '', 'American Idol!!!', '0', '', ''),
(8966, 500, 'Marble Colorate', 1, 116, '1', '1', 1, '0', 28, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(45000, 500, 'Pokemon', 1, 8992, '1', '1', 1, '0', 27, 'default_3x3', 'catalog_header_pokemon', 'catalog_teaser_pokemon', '', 'Mewtoo i choose you! ah shit you died as well... Ill just use a dildo. NO. i have a small green thing! I''ll use that, go small green thing!', '', 'Click on a pokemon to see it!', '', '0', '', ''),
(24500, 623194, 'Uova di Moa', 1, 159, '1', '1', 3, '0', 4, 'default_3x3', '', 'catalog_header_dino1', '', '', '', '', '', '0', '', ''),
(234000, 623194, 'Personaggi', 1, 136, '1', '1', 3, '0', 1, 'default_3x3', 'personaggi', 'catalog_teaser_figures', '', 'Personaggi del mondo dei cartoni animati!', '', '', '', '0', '', ''),
(187000, 91, 'Dragoni', 1, 4234, '1', '1', 6, '0', 11, 'default_3x3', 'catalog_cltbs_header1_it', 'catalog_teaser_dragons', '', 'Woah.. Angel dragon? whats next? a devil one? :O', '', 'Click on a dragon for more information..', '', '0', '', ''),
(2012, 3, 'Olimpiadi', 5, 5656, '1', '1', 1, '0', 20, 'default_3x3', 'lympix', 'hlmpc12', '', 'Nelle Olimpiadi l''importante non è partecipare, MA VINCERE!', '', 'Clicca su un oggetto per maggiori informazioni', '', '0', '', ''),
(2789, 91, 'Facebook', 0, 2789, '1', '1', 6, '0', 2, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(1433, 14, 'Cavallo', 0, 134, '1', '1', 1, '0', 302, 'pets', 'catalog_header_horse', '', '', 'Here we are, N''awww! Pick ya own horse, Own colour and own name for only 10c! Now that''s good value!', '', '', '', '0', '', ''),
(3013, 3, 'Valentino 2012', 1, 144, '1', '1', 1, '0', 68, 'default_3x3', 'catalog_header_val12', 'catalog_teaser_val12', '', 'Can you feel the love in the air.. Create your perfect love scene with our new Valentines Furniture!', '', 'Click on a furniture for more information.', '', '0', '', ''),
(3000, 623194, 'Lettere', 1, 312, '1', '1', 3, '0', -1, 'default_3x3', 'lettere', 'catalog_blf_teaser_en', '', 'Vuoi scrivere una frase oppure il tuo nome nella tua stanza? Con queste lettere lo potrai fare!', '', '', '', '0', '', ''),
(619, 500, 'Minecraft', 1, 252525, '1', '1', 1, '0', 22, 'default_3x3', 'minecraft', 'minecraft_teaser', '', 'Get the latest minecraft blocks now, and create your own Minecraftia! There''s many diffrent styles and blocks to make it look amazing! Perfect for making things in ROTW!', '', 'Click on an item for more information.', '', '0', '', ''),
(56000, 500, 'Executive Vanilla', 1, 161, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_exe_headline1_it', 'catalog_exe_teaser_ens', '', 'Vanilla coloured executive furni! This is the new sheek and stylish way of making a room! Add these into your room for that professional look!', '', 'Click on a furni for more information!', '', '0', '', ''),
(500001, 500, 'Egitto', 1, 8999, '1', '1', 1, '0', 24, 'default_3x3', 'egypt', 'teaser_eygpt', '', 'Here, You can find all furni from back in the eygption times, Re-create those moments with this fabous range! ', '', 'Click on a furni for more information!', '', '0', '', ''),
(5689, 3, 'Furni Cassaforte', 1, 1, '1', '1', 1, '0', 5, 'default_3x3', 'Stars_header', 'promo_dia_rare', '', '', '', '', '', '0', '', ''),
(7632, 3, 'Furni Vip', 1, 92, '1', '1', 1, '0', 6, 'default_3x3', 'vipfurni', 'runway_teaser_da', '', '', '', '', '', '0', '', ''),
(6321, 91, 'Furni di Benvenuto', 1, 1, '1', '1', 8, '0', 50, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(500003, 500, 'Savana', 1, 1, '1', '1', 1, '0', 26, 'default_3x3', 'Savana', 'teaser_savana', '', 'Imagen.. being in a scorching desert, Nothing to drink.. Or eat, Starving to death, The suddenly.. You find a water hole! Create these exotic moments with this range!', '', 'Click on an item for more information!', '', '0', '', ''),
(35345654, 500, 'Londra', 1, 5656, '1', '1', 1, '0', 25, 'default_3x3', 'London', '20122', '', 'With this furni you can re-create the buzz & thrill of the streets of london! The queen''s watching you!:O', '', 'Click on a London furni for more information!', '', '0', '', ''),
(12000, 500, 'Anna', 1, 104, '1', '1', 1, '0', 26, 'default_3x3', 'catalog_anna_header', 'catalog_teaser_anna', '', 'These are the new sexy re-coloured anna furni! All credits to Matrix, You can use these to make your room as sexy as possible!', '', 'Click on an anna for more information!', '', '0', '', ''),
(1, -1, 'Front Page', 1, 1, '1', '1', 1, '0', -1, 'frontpage', 'catalog_frontpage_headline2_en', 'ts_mythbunnies_v1', '', '\r\n\r\n\r\n\r\n\r\nCatalogo aggiornato!', '', '', '', '0', '\r\n\r\n\r\n\r\n\r\n\r\nBenvenuto nel catalogo di Hub Hotel! Qui potrai acquistare fantastici nuovissimi furni appena aggiornati!', ''),
(2053, 91, 'Stanze Pubbliche', 1, 118, '1', '1', 3, '0', 1, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(500004, 500, 'Matic', 4, 163, '1', '1', 1, '0', 23, 'default_3x3', 'matic', 'Gifjjj', '', '', '', '', '', '0', '', ''),
(56983, 91, 'Uova Squadre', 1, 1, '1', '1', 6, '0', -2, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(69853, 3, 'Gondole e canali', 1, 89234, '1', '1', 1, '0', -2, 'default_3x3', 'mask_header', 'mask_catelogue_teaser2', '', '', '', '', '', '0', '', ''),
(65618, 91, 'SkrilleX', 1, 9824, '1', '1', 6, '0', -3, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(300, 3, 'VideoGames', 1, 123, '1', '1', 1, '0', 5, 'default_3x3', 'game', 'publicbg', '', 'Tutte le console dei tuoi videogiochi preferiti!', '', '', '', '0', '', ''),
(6538, 3, 'Natale 2012', 1, 170, '1', '1', 1, '0', 5, 'default_3x3', 'w8kmmc', '246p2ti', '', '', '', '', '', '0', '', ''),
(901, 91, 'Floppy disc', 1, 9010, '1', '1', 7, '0', 21, 'default_3x3', 'catalog_floppy1', '', '', 'I nuovi Floppy Disk sono arrivati! Contengono solo fino a 8MB ...', '', 'Clicca su un oggetto per maggiori informazioni.', '', '0', '', ''),
(234, 3, 'HubWeen 2012', 1, 1321, '1', '1', 1, '0', 21, 'default_3x3', 'Jaddoweenheadline', 'Jaddoweenteaser', '', '', '', 'Clicca su un oggetto per maggiori informazioni.', '', '0', '', ''),
(97, 91, 'Furno Estate', 1, 9822, '1', '1', 7, '0', 20, 'default_3x3', 'estate', '', '', '', '', '', '', '0', '', ''),
(623194, -1, 'Rari Arbitri', 10, 23987, '1', '0', 3, '0', 53, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(963162, 3, 'Pasqua 2013', 1, 181, '1', '1', 1, '0', 5, 'default_3x3', 'easter13_header', 'easter13_teaser', '', '', '', '', '', '0', '', ''),
(45005, 3, 'Steampunk', 1, 180, '1', '1', 1, '0', 5, 'default_3x3', 'steamhead', 'steamtea', '', '', '', '', '', '0', '', ''),
(693250, 3, 'Maya', 1, 171, '1', '1', 1, '0', 5, 'default_3x3', 'mayan_header', 'catalogue_teaser_mayan', '', '', '', '', '', '0', '', ''),
(693251, 3, 'Cina 2013', 1, 143, '1', '1', 1, '0', 5, 'default_3x3', 'Man_Man_Chi', 'cny_dragondance', '', '', '', '', '', '0', '', ''),
(693252, 3, 'Cloud', 1, 164, '1', '1', 1, '0', 5, 'default_3x3', 'cloud_promo_catalog_header', 'cloud_furni_promo', '', '', '', '', '', '0', '', ''),
(693253, 3, 'JetSet', 1, 92, '1', '1', 1, '0', 5, 'default_3x3', 'jetset_header', 'jetset_promo', '', '', '', '', '', '0', '', ''),
(693255, 3, 'Pixel 2013', 1, 5, '1', '1', 1, '0', 5, 'default_3x3', 'pixels', 'pixrem_promo', '', '', '', '', '', '0', '', ''),
(693256, 3, 'Furni WWE', 1, 3008, '1', '1', 1, '0', 5, 'default_3x3', '', 'wwe', '', '', '', '', '', '0', '', ''),
(365125, 3, 'McDonald s', 1, 200, '1', '1', 1, '0', 5, 'default_3x3', '', 'download', '', '', '', '', '', '0', '', ''),
(69320, 3, 'Trofei Nuovi', 1, 143, '1', '1', 1, '0', 5, 'trophies', 'Man_Man_Chi', 'cny_dragondance', '', '', '', '', '', '0', '', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `chatlogs`
--

CREATE TABLE IF NOT EXISTS `chatlogs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
`full_date` varchar(120) NOT NULL,
`timestamp` double NOT NULL,
`message` text NOT NULL,
`user_name` varchar(100) NOT NULL DEFAULT 'Unknown User',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`,`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `chatlogs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `clothing`
--

CREATE TABLE IF NOT EXISTS `clothing` (
`id` int(4) NOT NULL AUTO_INCREMENT,
`pid` int(4) NOT NULL,
`class` int(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=216 ;

--
-- Dump dei dati per la tabella `clothing`
--

INSERT INTO `clothing` (`id`, `pid`, `class`) VALUES
(1, 210, 0),
(2, 215, 0),
(3, 220, 0),
(4, 225, 0),
(5, 230, 0),
(6, 235, 0),
(7, 240, 0),
(8, 245, 0),
(9, 250, 0),
(10, 255, 0),
(11, 260, 0),
(12, 261, 0),
(13, 262, 0),
(14, 266, 0),
(15, 267, 0),
(16, 630, 0),
(17, 635, 0),
(18, 640, 0),
(19, 650, 0),
(20, 665, 0),
(21, 667, 0),
(22, 669, 0),
(23, 675, 0),
(24, 680, 0),
(25, 685, 0),
(26, 690, 0),
(27, 691, 0),
(28, 695, 0),
(29, 696, 0),
(30, 700, 0),
(31, 705, 0),
(32, 710, 0),
(33, 715, 0),
(34, 716, 0),
(35, 717, 0),
(36, 720, 0),
(37, 721, 0),
(38, 722, 0),
(39, 723, 0),
(40, 724, 0),
(41, 725, 0),
(42, 730, 0),
(43, 735, 0),
(44, 740, 0),
(45, 803, 0),
(46, 804, 0),
(47, 805, 0),
(48, 806, 0),
(49, 807, 0),
(50, 808, 0),
(51, 809, 0),
(52, 812, 0),
(53, 813, 0),
(54, 814, 0),
(55, 815, 0),
(56, 816, 0),
(57, 817, 0),
(58, 818, 0),
(59, 819, 0),
(60, 820, 0),
(61, 821, 0),
(62, 822, 0),
(63, 823, 0),
(64, 824, 0),
(65, 825, 0),
(66, 826, 0),
(67, 827, 0),
(68, 876, 0),
(69, 877, 0),
(70, 878, 0),
(71, 879, 0),
(72, 880, 0),
(73, 881, 0),
(74, 882, 0),
(75, 883, 0),
(76, 884, 0),
(77, 885, 0),
(78, 886, 0),
(79, 887, 0),
(80, 888, 0),
(81, 905, 0),
(82, 906, 0),
(83, 907, 0),
(84, 908, 0),
(85, 917, 0),
(86, 919, 0),
(87, 921, 0),
(88, 923, 0),
(89, 924, 0),
(90, 925, 0),
(91, 926, 0),
(92, 930, 0),
(93, 932, 0),
(94, 934, 0),
(95, 936, 0),
(96, 940, 0),
(97, 941, 0),
(98, 942, 0),
(99, 943, 0),
(100, 944, 0),
(101, 945, 0),
(102, 946, 0),
(103, 947, 0),
(104, 948, 0),
(105, 949, 0),
(106, 950, 0),
(107, 951, 0),
(108, 952, 0),
(109, 953, 0),
(110, 954, 0),
(111, 1001, 0),
(112, 1002, 0),
(113, 1003, 0),
(114, 1004, 0),
(115, 1005, 0),
(116, 1006, 0),
(117, 1007, 0),
(118, 1008, 0),
(119, 1009, 0),
(120, 1010, 0),
(121, 1011, 0),
(122, 1012, 0),
(123, 1013, 0),
(124, 1014, 0),
(125, 1015, 0),
(126, 1016, 0),
(127, 1017, 0),
(128, 1018, 0),
(129, 1019, 0),
(130, 1020, 0),
(131, 1021, 0),
(132, 1022, 0),
(133, 1023, 0),
(134, 1024, 0),
(135, 1025, 0),
(136, 1026, 0),
(137, 1027, 0),
(138, 1028, 0),
(139, 1029, 0),
(140, 1030, 0),
(141, 1032, 0),
(142, 1033, 0),
(143, 1035, 0),
(144, 1037, 0),
(145, 1038, 0),
(146, 1039, 0),
(147, 1201, 0),
(148, 1202, 0),
(149, 1203, 0),
(150, 1204, 0),
(151, 1205, 0),
(152, 1206, 0),
(153, 1207, 0),
(154, 1208, 0),
(155, 1209, 0),
(156, 1210, 0),
(157, 1211, 0),
(158, 1212, 0),
(159, 1401, 0),
(160, 1402, 0),
(161, 1403, 0),
(162, 1404, 0),
(163, 1405, 0),
(164, 1406, 0),
(165, 1407, 0),
(166, 1408, 0),
(167, 1601, 0),
(168, 1602, 0),
(169, 1603, 0),
(170, 1604, 0),
(171, 1605, 0),
(172, 1606, 0),
(173, 1607, 0),
(174, 1608, 0),
(175, 1609, 0),
(176, 1610, 0),
(177, 1611, 0),
(178, 1612, 0),
(179, 1613, 0),
(180, 1614, 0),
(181, 1801, 0),
(182, 1802, 0),
(183, 1803, 0),
(184, 1804, 0),
(185, 1805, 0),
(186, 1806, 0),
(187, 1807, 0),
(188, 1808, 0),
(189, 1809, 0),
(190, 1810, 0),
(191, 1811, 0),
(192, 1812, 0),
(193, 1813, 0),
(194, 1814, 0),
(195, 1815, 0),
(196, 1816, 0),
(197, 1817, 0),
(198, 1818, 0),
(199, 1819, 0),
(200, 1820, 0),
(201, 1821, 0),
(202, 1822, 0),
(203, 2001, 0),
(204, 2002, 0),
(205, 2003, 0),
(206, 2004, 0),
(207, 2005, 0),
(208, 2006, 0),
(209, 2007, 0),
(210, 2008, 0),
(211, 2009, 0),
(212, 2010, 0),
(213, 2011, 0),
(214, 2012, 0),
(215, 2013, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `cmdlogs`
--

CREATE TABLE IF NOT EXISTS `cmdlogs` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`user_id` int(10) NOT NULL,
`user_name` varchar(100) NOT NULL,
`command` varchar(50) NOT NULL,
`extra_data` text NOT NULL,
`timestamp` int(120) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cmdlogs`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_banners`
--

CREATE TABLE IF NOT EXISTS `cms_banners` (
`id` int(35) NOT NULL AUTO_INCREMENT,
`text` varchar(50) NOT NULL,
`banner` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`status` smallint(1) NOT NULL DEFAULT '0',
`advanced` int(1) DEFAULT NULL,
`html` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dump dei dati per la tabella `cms_banners`
--

INSERT INTO `cms_banners` (`id`, `text`, `banner`, `url`, `status`, `advanced`, `html`) VALUES
(4, 'Facebook', 'http://dnt.webnet32.com/banner.png', 'http://www.facebook.com/MemesInfinity', 0, 1, '&amp;amp;lt;a href=&amp;amp;quot;
Perfavore, Entra oppure Registrati per vedere i Link!
src=&amp;amp;quot;
Perfavore, Entra oppure Registrati per vedere i Link!
/&amp;amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;\r\n');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_comments`
--

CREATE TABLE IF NOT EXISTS `cms_comments` (
`id` int(6) NOT NULL AUTO_INCREMENT,
`story` int(6) NOT NULL,
`comment` text NOT NULL,
`date` int(10) NOT NULL,
`author` int(6) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_comments`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_content`
--

CREATE TABLE IF NOT EXISTS `cms_content` (
`contentkey` text NOT NULL,
`contentvalue` text NOT NULL,
`setting_title` text NOT NULL,
`setting_desc` text NOT NULL,
`fieldtype` enum('1','2','3') NOT NULL DEFAULT '1',
`category` int(11) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_content`
--

INSERT INTO `cms_content` (`contentkey`, `contentvalue`, `setting_title`, `setting_desc`, `fieldtype`, `category`) VALUES
('staff3-color', 'red', 'Staff Content Box 3 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
('staff3-heading', 'Hotel Staff', 'Staff Content Box 3 Heading', 'The title (heading) of Staff Content Box 3.', '1', 2),
('staff2-color', 'red', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff1-color', 'red', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('hc-maxmonths', '6', 'HC Months Limit', 'This will limit the allowed amount of subscribed Club months per user at once to this number. Set to ''0'' to have no limit.', '1', 1),
('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
('smilies-enabled', '1', 'Smilies Enabled', 'This determines wether Smilies will be shown on the Discussion Board and on Homes.', '2', 4),
('enable-flash-promo', '1', 'Enable Flash Promo', 'This determines wether the Flash Promo on the login page will be displayed. If disabled, a HTML version will be used.', '2', 1),
('allow-guests', '1', 'Allow guests?', 'This determines wether guest mode is enabled. Guest Mode allows you to visit (parts of) your site (with limitations) without logging in.', '2', 1),
('forum-enabled', '1', 'Forum Enabled', 'This determines wether the Discussion Board will be shown/enabled.', '2', 4),
('allow-group-purchase', '1', 'Group Purchasing Enabled', 'This determines wether new groups can be created or not.', '2', 1),
('birthday-notifications', '1', 'Birthday Notifications Enabled', 'This will determine wether a ''Happy birthday'' message will be shown on a user''s birthday.', '2', 1),
('client-widescreen', '1', 'Client in Widescreen', 'This determines wether the game client should display in widescreen mode or not.', '2', 1),
('mod_staff-enabled', '1', 'Staff Module Enabled', 'This determines wether the Staff Module (staff.php) will be displayed/enabled.', '2', 2),
('staff2-color', 'green', 'Staff Content Box 2 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff1-color', 'green', 'Staff Content Box 1 Color', 'Only valid colors defined in CSS such as ''orange'', ''blue'', etc', '3', 2),
('staff2-heading', 'Joining the Team', 'Staff Content Box 2 Heading', 'The title (heading) of Staff Content Box 2.', '1', 2),
('staff1-heading', 'Need our help?', 'Staff Content Box 1 Heading', 'The title (heading) of Staff Content Box 1.', '1', 2),
('credits2-heading', 'Get credits!', 'Credit Content Box 2 Heading', 'The title (heading) of Credit Content Box 2.', '1', 3),
('credits1-heading', 'What are credits?', 'Credits Content Box 1 Heading', 'The title (heading) of Credit Content Box 1.', '1', 3),
('staff1', 'You can find the staff members all over the hotel - in the public rooms, their own rooms, or that dark little corner in your room. But how can you call them if you actually need them!? Easy. If it\\''s urgent, use the Call for Help system in game by using the blue questionmark in the right bottom of your screen. If it isn\\''t urgent, use the Help Tool on the website.', 'Staff Content Box 1', 'The text within a content box on the staff page (if enabled).', '1', 2),
('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join BobbaDreams moderation team? Keep your eyes focused on this section and the news - if we\\''re looking for staff it will be announced there, and surely you won\\''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
('credits2', '<img class=''credits-image'' src=''./web-gallery/album1/palmchair.gif'' align=''left'' />To buy furniture or play games, you need <b>credits</b>. We provide you with free credits on registration, and if you run out, there are several ways you can earn more credits:<li>* Refer a friend to the hotel and earn credits</li><li>* Ask a staff member ingame</li><li>* Redeem a voucher if you have one</li><li>* Trade your furniture with others for credit furniture</li>', 'Credits Content Box 2', 'The text within a content box on the credits page.', '1', 3),
('credits1', 'Credits are the hotel''s currency. You can use them to buy all kinds of things, from rubber ducks and sofas, to Habbo Club membership, jukeboxes and teleports.', 'Credits Content Box 1', 'The text within a content box on the credits page.', '1', 3),
('staff2', 'So you want that sexy staff badge next to your name in the hotel and on the site? Do you want to join BobbaDreams moderation team? Keep your eyes focused on this section and the news - if we\\''re looking for staff it will be announced there, and surely you won\\''t miss it!', 'Staff Content Box 2', 'The text within a content box on the staff page (if enabled).', '1', 2),
('team1-heading', 'Administrators', 'Team 1 Heading', 'The name (position) of Team 1.', '1', 2),
('team2-heading', 'Moderators', 'Team 2 Heading', 'The name (position) of Team 2.', '1', 2),
('team3-heading', 'Bobbas', 'Team 3 Heading', 'The name (position) of Team 3.', '1', 2),
('team1', 'Administrators are...', 'Team 1 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team2', 'Moderators are...', 'Team 2 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team3', 'Bobbas are...', 'Team 3 explaination', 'The text within a team box on the staff page (if enabled).', '1', 2),
('team1-what', 'What are Administrators?', 'Team 1 question', 'The text above Team 1.', '1', 2),
('team2-what', 'What are Moderators?', 'Team 2 question', 'The text above Team 2.', '1', 2),
('team3-what', 'What are Bobbas?', 'Team 3 question', 'The text above Team 3.', '1', 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_forum_posts`
--

CREATE TABLE IF NOT EXISTS `cms_forum_posts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`threadid` int(11) NOT NULL DEFAULT '0',
`message` text NOT NULL,
`author` varchar(25) NOT NULL,
`date` varchar(30) NOT NULL,
`edit_date` varchar(30) NOT NULL,
`edit_author` varchar(25) NOT NULL,
`forumid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_forum_posts`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_forum_threads`
--

CREATE TABLE IF NOT EXISTS `cms_forum_threads` (
`id` int(4) NOT NULL AUTO_INCREMENT,
`type` tinyint(4) NOT NULL,
`title` varchar(30) NOT NULL,
`author` varchar(25) NOT NULL,
`date` varchar(35) NOT NULL,
`lastpost_author` varchar(25) NOT NULL,
`lastpost_date` varchar(35) NOT NULL,
`views` int(11) NOT NULL,
`posts` tinyint(4) NOT NULL,
`unix` varchar(40) NOT NULL,
`forumid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_forum_threads`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_guestbook`
--

CREATE TABLE IF NOT EXISTS `cms_guestbook` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`message` varchar(500) DEFAULT NULL,
`time` varchar(100) DEFAULT NULL,
`widget_id` int(10) DEFAULT NULL,
`userid` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `cms_guestbook`
--

INSERT INTO `cms_guestbook` (`id`, `message`, `time`, `widget_id`, `userid`) VALUES
(1, 'Provaa Ciaoo!!', '2012-12-29 22:18:41', 1260, 1),
(2, 'Ciaoooooo!!!', '2013-02-02 19:30:49', 1133, 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_catalouge`
--

CREATE TABLE IF NOT EXISTS `cms_homes_catalouge` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` text NOT NULL,
`type` varchar(1) NOT NULL,
`subtype` varchar(1) NOT NULL,
`data` text NOT NULL,
`price` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT '1',
`category` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4575 ;

--
-- Dump dei dati per la tabella `cms_homes_catalouge`
--

INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(2, 'Trax Sfx', '1', '0', 'trax_sfx', 1, 1, '3'),
(3, 'Trax Disco', '1', '0', 'trax_disco', 1, 1, '3'),
(4, 'Trax 8 bit', '1', '0', 'trax_8_bit', 1, 1, '3'),
(5, 'Trax Electro', '1', '0', 'trax_electro', 1, 1, '3'),
(6, 'Trax Reggae', '1', '0', 'trax_reggae', 1, 1, '3'),
(7, 'Trax Ambient', '1', '0', 'trax_ambient', 1, 1, '3'),
(8, 'Trax Bling', '1', '0', 'trax_bling', 1, 1, '3'),
(9, 'Trax Heavy', '1', '0', 'trax_heavy', 1, 1, '3'),
(10, 'Trax Latin', '1', '0', 'trax_latin', 1, 1, '3'),
(11, 'Trax Rock', '1', '0', 'trax_rock', 1, 1, '3'),
(12, 'Rain Background', '4', '0', 'bg_rain', 3, 1, '27'),
(13, 'Notes', '3', '0', 'stickienote', 2, 5, '29'),
(14, 'Serpentine Darkblue Background', '4', '0', 'bg_serpentine_darkblue', 3, 1, '27'),
(15, 'Serpentine Darkred Background 2', '4', '0', 'bg_serpntine_darkred', 3, 1, '27'),
(16, 'Serpentine Background', '4', '0', 'bg_serpentine_1', 3, 1, '27'),
(17, 'Serpentine Background 2', '4', '0', 'bg_serpentine_2', 3, 1, '27'),
(18, 'Denim Background', '4', '0', 'bg_denim', 3, 1, '27'),
(19, 'Lace Background', '4', '0', 'bg_lace', 3, 1, '27'),
(20, 'Stitched Background', '4', '0', 'bg_stitched', 3, 1, '27'),
(21, 'Wood Background', '4', '0', 'bg_wood', 3, 1, '27'),
(22, 'Cork Background', '4', '0', 'bg_cork', 3, 1, '27'),
(23, 'Stone Background', '4', '0', 'bg_stone', 3, 1, '27'),
(24, 'Pattern Bricks Background', '4', '0', 'bg_pattern_bricks', 3, 1, '27'),
(25, 'Ruled Paper Background', '4', '0', 'bg_ruled_paper', 3, 1, '27'),
(26, 'Grass Background', '4', '0', 'bg_grass', 3, 1, '27'),
(27, 'Hotel Background', '4', '0', 'bg_hotel', 3, 1, '27'),
(28, 'Bubble Background', '4', '0', 'bg_bubble', 3, 1, '27'),
(29, 'Pattern Bobbaskulls Background', '4', '0', 'bg_pattern_bobbaskulls1', 3, 1, '27'),
(30, 'Pattern Space Background', '4', '0', 'bg_pattern_space', 3, 1, '27'),
(31, 'Image Submarine Background', '4', '0', 'bg_image_submarine', 3, 1, '27'),
(32, 'Metal Background 2', '4', '0', 'bg_metal2', 3, 1, '27'),
(33, 'Broken Glass Background', '4', '0', 'bg_broken_glass', 3, 1, '27'),
(34, 'Pattern Clouds Background', '4', '0', 'bg_pattern_clouds', 3, 1, '27'),
(35, 'Comic Background', '4', '0', 'bg_comic2', 3, 1, '27'),
(36, 'Pattern Floral Background 1', '4', '0', 'bg_pattern_floral_01', 3, 1, '27'),
(37, 'A', '1', '0', 'a', 1, 1, '5'),
(38, 'B', '1', '0', 'b_2', 1, 1, '5'),
(39, 'C', '1', '0', 'c', 1, 1, '5'),
(40, 'D', '1', '0', 'd', 1, 1, '5'),
(41, 'E', '1', '0', 'e', 1, 1, '5'),
(42, 'F', '1', '0', 'f', 1, 1, '5'),
(43, 'G', '1', '0', 'g', 1, 1, '5'),
(44, 'H', '1', '0', 'h', 1, 1, '5'),
(45, 'I', '1', '0', 'i', 1, 1, '5'),
(46, 'J', '1', '0', 'j', 1, 1, '5'),
(47, 'K', '1', '0', 'k', 1, 1, '5'),
(48, 'L', '1', '0', 'l', 1, 1, '5'),
(49, 'M', '1', '0', 'm', 1, 1, '5'),
(50, 'N', '1', '0', 'n', 1, 1, '5'),
(51, 'O', '1', '0', 'o', 1, 1, '5'),
(52, 'P', '1', '0', 'p', 1, 1, '5'),
(53, 'Q', '1', '0', 'q', 1, 1, '5'),
(54, 'R', '1', '0', 'r', 1, 1, '5'),
(55, 'S', '1', '0', 's', 1, 1, '5'),
(56, 'T', '1', '0', 't', 1, 1, '5'),
(57, 'U', '1', '0', 'u', 1, 1, '5'),
(58, 'V', '1', '0', 'v', 1, 1, '5'),
(59, 'W', '1', '0', 'w', 1, 1, '5'),
(60, 'X', '1', '0', 'x', 1, 1, '5'),
(61, 'Y', '1', '0', 'y', 1, 1, '5'),
(62, 'Z', '1', '0', 'z', 1, 1, '5'),
(63, 'Bling Star', '1', '0', 'bling_star', 1, 1, '6'),
(64, 'Bling Comma', '1', '0', 'bling_comma', 1, 1, '6'),
(65, 'Bling b', '1', '0', 'bling_b', 1, 1, '6'),
(66, 'Bling c', '1', '0', 'bling_c', 1, 1, '6'),
(67, 'Bling d', '1', '0', 'bling_d', 1, 1, '6'),
(68, 'Bling e', '1', '0', 'bling_e', 1, 1, '6'),
(69, 'Bling f', '1', '0', 'bling_f', 1, 1, '6'),
(70, 'Bling g', '1', '0', 'bling_g', 1, 1, '6'),
(71, 'Bling h', '1', '0', 'bling_h', 1, 1, '6'),
(72, 'Bling i', '1', '0', 'bling_i', 1, 1, '6'),
(73, 'Bling j', '1', '0', 'bling_j', 1, 1, '6'),
(74, 'Bling k', '1', '0', 'bling_k', 1, 1, '6'),
(75, 'Bling l', '1', '0', 'bling_l', 1, 1, '6'),
(76, 'Bling m', '1', '0', 'bling_m', 1, 1, '6'),
(77, 'Bling n', '1', '0', 'bling_n', 1, 1, '6'),
(78, 'Bling o', '1', '0', 'bling_o', 1, 1, '6'),
(79, 'Bling p', '1', '0', 'bling_p', 1, 1, '6'),
(80, 'Bling q', '1', '0', 'bling_q', 1, 1, '6'),
(81, 'Bling r', '1', '0', 'bling_r', 1, 1, '6'),
(82, 'Bling s', '1', '0', 'bling_s', 1, 1, '6'),
(83, 'Bling t', '1', '0', 'bling_t', 1, 1, '6'),
(84, 'Bling u', '1', '0', 'bling_u', 1, 1, '6'),
(85, 'Bling v', '1', '0', 'bling_v', 1, 1, '6'),
(86, 'Bling w', '1', '0', 'bling_w', 1, 1, '6'),
(87, 'Bling x', '1', '0', 'bling_x', 1, 1, '6'),
(88, 'Bling y', '1', '0', 'bling_y', 1, 1, '6'),
(89, 'Bling z', '1', '0', 'bling_z', 1, 1, '6'),
(90, 'Bling Underscore', '1', '0', 'bling_underscore', 1, 1, '6'),
(91, 'Bling a', '1', '0', 'bling_a', 1, 1, '6'),
(92, 'Bling Dot', '1', '0', 'bling_dot', 1, 1, '6'),
(93, 'Bling Exclamation', '1', '0', 'bling_exclamation', 1, 1, '6'),
(94, 'Bling Question', '1', '0', 'bling_question', 1, 1, '6'),
(95, 'A with Circle', '1', '0', 'a_with_circle', 1, 1, '5'),
(96, 'A with Dots', '1', '0', 'a_with_dots', 1, 1, '5'),
(97, 'O with Dots', '1', '0', 'o_with_dots', 1, 1, '5'),
(98, 'Dot', '1', '0', 'dot', 1, 1, '5'),
(99, 'Acsent 1', '1', '0', 'acsent1', 1, 1, '5'),
(100, 'Acsent 2', '1', '0', 'acsent2', 1, 1, '5'),
(101, 'Underscore', '1', '0', 'underscore', 1, 1, '5'),
(103, 'Chain Horizontal', '1', '0', 'chain_horizontal', 1, 1, '7'),
(104, 'Chain Vertical', '1', '0', 'chain_vertical', 1, 1, '7'),
(105, 'Ruler Horizontal', '1', '0', 'ruler_horizontal', 1, 1, '7'),
(106, 'Ruler Vertical', '1', '0', 'ruler_vertical', 1, 1, '7'),
(107, 'Vine', '1', '0', 'vine', 1, 1, '7'),
(108, 'Vine 2', '1', '0', 'vine2', 1, 1, '7'),
(109, 'Leafs 1', '1', '0', 'leafs1', 1, 1, '7'),
(110, 'Leafs 2', '1', '0', 'leafs2', 1, 1, '7'),
(111, 'Sticker Zipper V Tile', '1', '0', 'sticker_zipper_v_tile', 1, 1, '7'),
(112, 'Sticker Zipper H Tile', '1', '0', 'sticker_zipper_h_tile', 1, 1, '7'),
(113, 'Sticker Zipper H Normal Lock', '1', '0', 'sticker_zipper_h_normal_lock', 1, 1, '7'),
(114, 'Sticker Zipper H Bobba Lock', '1', '0', 'sticker_zipper_h_bobba_lock', 1, 1, '7'),
(115, 'Sticker Zipper H End', '1', '0', 'sticker_zipper_h_end', 1, 1, '7'),
(116, 'Sticker Zipper V End', '1', '0', 'sticker_zipper_v_end', 1, 1, '7'),
(117, 'Sticker Zipper V Bobba Lock', '1', '0', 'sticker_zipper_v_bobba_lock', 1, 1, '7'),
(118, 'Sticker Zipper V Normal Lock', '1', '0', 'sticker_zipper_v_normal_lock', 1, 1, '7'),
(119, 'Wormhand', '1', '0', 'wormhand', 5, 1, '8'),
(120, 'Sticker Gentleman', '1', '0', 'sticker_gentleman', 2, 1, '8'),
(121, 'Chewed Bubblegum', '1', '0', 'chewed_bubblegum', 1, 1, '8'),
(122, 'Cactus', '1', '0', 'sticker_cactus_anim', 2, 1, '8'),
(123, 'Sticker Spaceduck', '1', '0', 'sticker_spaceduck', 1, 1, '8'),
(124, 'Sticker Moonpig', '1', '0', 'sticker_moonpig', 2, 1, '8'),
(125, 'Swimming Fish', '1', '0', 'swimming_fish', 2, 1, '8'),
(126, 'Sticker Boxer', '1', '0', 'sticker_boxer', 2, 1, '8'),
(127, 'Wunder Frank', '1', '0', 'wunderfrank', 1, 1, '8'),
(128, 'Sticker Submarine', '1', '0', 'sticker_submarine', 2, 1, '8'),
(129, 'Sticker Clown Anim', '1', '0', 'sticker_clown_anim', 2, 1, '8'),
(130, 'Bling Bling Stars', '1', '0', 'blingblingstars', 2, 1, '9'),
(131, 'Bling Hearts', '1', '0', 'blinghearts', 2, 1, '9'),
(132, 'Sticker Heartbeat', '1', '0', 'sticker_heartbeat', 2, 1, '9'),
(133, 'Sticker Catinabox', '1', '0', 'sticker_catinabox', 2, 1, '9'),
(134, 'Bear', '1', '0', 'bear', 2, 1, '9'),
(135, 'Gothic Draculacape', '1', '0', 'gothic_draculacape ', 3, 1, '10'),
(136, 'Evil Giant Bunny', '1', '0', 'evil_giant_bunny', 2, 1, '10'),
(137, 'Zombie Pupu', '1', '0', 'zombiepupu', 2, 1, '10'),
(138, 'Skeletor 1', '1', '0', 'skeletor_001', 2, 1, '10'),
(139, 'Skull', '1', '0', 'skull', 2, 1, '10'),
(140, 'Skull 2', '1', '0', 'skull2', 2, 1, '10'),
(141, 'Scubacapsule Anim', '1', '0', 'scubacapsule_anim', 2, 1, '10'),
(142, 'Bobbaskull', '1', '0', 'sticker_bobbaskull', 2, 1, '10'),
(143, 'Sticker Flower', '1', '0', 'sticker_flower1', 3, 5, '11'),
(144, 'Icecube Big', '1', '0', 'icecube_big', 3, 10, '11'),
(145, 'Leafs 2', '1', '0', 'leafs2', 5, 7, '11'),
(146, 'Vine 2', '1', '0', 'vine2', 3, 5, '11'),
(147, 'Chain Horizontal', '1', '0', 'chain_horizontal', 3, 5, '11'),
(148, 'Icecube Small', '1', '0', 'icecube_small', 3, 10, '11'),
(149, 'Sticker Arrow Up', '1', '0', 'sticker_arrow_up', 2, 1, '12'),
(150, 'Sticker Arrow Down', '1', '0', 'sticker_arrow_down', 2, 1, '12'),
(151, 'Sticker Arrow Left', '1', '0', 'sticker_arrow_left', 2, 1, '12'),
(152, 'Sticker Arrow Right', '1', '0', 'sticker_arrow_right', 2, 1, '12'),
(153, 'Sticker Pointing Hand 1', '1', '0', 'sticker_pointing_hand_1', 2, 1, '12'),
(154, 'Sticker Pointing Hand 2', '1', '0', 'sticker_pointing_hand_2', 2, 1, '12'),
(155, 'Sticker Pointing Hand 3', '1', '0', 'sticker_pointing_hand_3', 2, 1, '12'),
(156, 'Sticker Pointing Hand 4', '1', '0', 'sticker_pointing_hand_4', 2, 1, '12'),
(157, 'Nail 2', '1', '0', 'nail2', 2, 1, '12'),
(158, 'Nail 3', '1', '0', 'nail3', 2, 1, '12'),
(159, 'Needle 1', '1', '0', 'needle_1', 1, 1, '12'),
(160, 'Needle 2', '1', '0', 'needle_2', 1, 1, '12'),
(161, 'Needle 3', '1', '0', 'needle_3', 1, 1, '12'),
(162, 'Needle 4', '1', '0', 'needle_4', 1, 1, '12'),
(163, 'Needle 5', '1', '0', 'needle_5', 1, 1, '12'),
(164, 'Grass Meadow', '1', '0', 'grass', 2, 1, '13'),
(165, 'Sticker Flower', '1', '0', 'sticker_flower1', 1, 1, '13'),
(166, 'Sticker Flower Big Yellow', '1', '0', 'sticker_flower_big_yellow', 1, 1, '13'),
(167, 'Sticker Flower Pink', '1', '0', 'sticker_flower_pink', 1, 1, '13'),
(168, 'Bobba badge', '1', '0', 'sticker_bobbaskull', 1, 1, '14'),
(169, 'I love Coffee', '1', '0', 'i_love_coffee', 1, 1, '14'),
(170, 'Sticker Effect Bam', '1', '0', 'sticker_effect_bam', 1, 1, '14'),
(171, 'Sticker Effect Burp', '1', '0', 'sticker_effect_burp', 1, 1, '14'),
(172, 'Sticker Effect Woosh', '1', '0', 'sticker_effect_woosh', 1, 1, '14'),
(173, 'Sticker Effect Zap', '1', '0', 'sticker_effect_zap', 1, 1, '14'),
(174, 'Sticker Effect Whoosh 2', '1', '0', 'sticker_effect_whoosh2', 1, 1, '14'),
(175, 'Icecube Small', '1', '0', 'icecube_small', 1, 1, '15'),
(176, 'Snowball Machine', '1', '0', 'ss_snowballmachine', 1, 1, '15'),
(177, 'Icecube Big', '1', '0', 'icecube_big', 1, 1, '15'),
(178, 'Bootsitjalapaset Red', '1', '0', 'bootsitjalapaset_red', 2, 1, '15'),
(179, 'Boots and Gloves', '1', '0', 'ss_bootsitjalapaset_blue', 2, 1, '15'),
(180, 'Red SnowStorm Costume', '1', '0', 'ss_costume_red', 2, 1, '15'),
(181, 'Snowstorm Blue Costume', '1', '0', 'ss_costume_blue', 2, 1, '15'),
(182, 'Splash!', '1', '0', 'ss_hits_by_snowball', 1, 1, '15'),
(183, 'SnowStorm Duck!', '1', '0', 'extra_ss_duck_left', 1, 1, '15'),
(184, 'Snowtree', '1', '0', 'ss_snowtree', 2, 1, '15'),
(185, 'SnowStorm Duck!', '1', '0', 'extra_ss_duck_right', 1, 1, '15'),
(186, 'Snowman', '1', '0', 'ss_snowman', 2, 1, '15'),
(187, 'Lumihiutale', '1', '0', 'ss_snowflake2', 1, 1, '15'),
(188, 'Snow Queen', '1', '0', 'ss_snowqueen', 2, 1, '15'),
(189, 'Battle 1', '1', '0', 'battle1', 1, 1, '16'),
(190, 'Battle 3', '1', '0', 'battle3', 1, 1, '16'),
(191, 'HC Hat', '1', '0', 'hc_hat', 5, 1, '18'),
(192, 'Eye Left', '1', '0', 'eyeleft', 2, 1, '18'),
(193, 'Eye Right', '1', '0', 'eyeright', 2, 1, '18'),
(194, 'Angel Wings', '1', '0', 'angelwings_anim', 3, 1, '18'),
(195, 'Sticker Gurubeard Gray', '1', '0', 'sticker_gurubeard_gray', 1, 1, '18'),
(196, 'Sticker Gurubeard Brown', '1', '0', 'sticker_gurubeard_brown', 1, 1, '18'),
(197, 'Supernerd', '1', '0', 'sticker_glasses_supernerd', 1, 1, '18'),
(198, 'Goofy Glasses', '1', '0', 'sticker_glasses_elton', 1, 1, '18'),
(199, 'Blue Eyes', '1', '0', 'sticker_eyes_blue', 1, 1, '18'),
(200, 'Sticker Eye Anim', '1', '0', 'sticker_eye_anim', 2, 1, '18'),
(201, 'Sticker Eye Evil Anim', '1', '0', 'sticker_eye_evil_anim', 2, 1, '18'),
(202, 'Sticker Eraser', '1', '0', 'sticker_eraser', 1, 1, '20'),
(203, 'Star', '1', '0', 'star', 1, 1, '20'),
(204, 'Sticker Pencil', '1', '0', 'sticker_pencil', 1, 1, '20'),
(205, 'Sticker Dreamer', '1', '0', 'sticker_dreamer', 3, 1, '20'),
(206, 'Sticker Pencil 2', '1', '0', 'sticker_pencil_2', 1, 1, '20'),
(207, 'Sticker Lonewolf', '1', '0', 'sticker_lonewolf', 3, 1, '20'),
(208, 'Sticker Prankster', '1', '0', 'sticker_prankster', 3, 1, '20'),
(209, 'Sticker Prankster', '1', '0', 'sticker_prankster', 3, 1, '20'),
(210, 'Sticker Romantic', '1', '0', 'sticker_romantic', 3, 1, '20'),
(211, 'Redlamp', '1', '0', 'redlamp', 2, 1, '20'),
(212, 'Lightbulb', '1', '0', 'lightbulb', 2, 1, '20'),
(213, 'Bullet 1', '1', '0', 'bullet1', 2, 1, '20'),
(214, 'Spill 1', '1', '0', 'spill1', 1, 1, '20'),
(215, 'Spill 2', '1', '0', 'spill2', 1, 1, '20'),
(216, 'Spill 3', '1', '0', 'spill3', 1, 1, '20'),
(217, 'Sticker Coffee Stain', '1', '0', 'sticker_coffee_stain', 1, 1, '20'),
(218, 'Sticker Hole', '1', '0', 'sticker_hole', 1, 1, '20'),
(219, 'Sticker Flames', '1', '0', 'sticker_flames', 2, 1, '20'),
(220, 'Paper Clip 1', '1', '0', 'paper_clip_1', 1, 1, '20'),
(221, 'Paper Clip 2', '1', '0', 'paper_clip_2', 1, 1, '20'),
(222, 'Paper Clip 3', '1', '0', 'paper_clip_3', 1, 1, '20'),
(223, 'Highlighter 1', '1', '0', 'highlighter_1', 1, 1, '20'),
(224, 'Highlighter Mark 5', '1', '0', 'highlighter_mark5', 1, 1, '20'),
(225, 'Highlighter Mark 6', '1', '0', 'highlighter_mark6', 1, 1, '20'),
(226, 'Highlighter Mark 4', '1', '0', 'highlighter_mark4b', 1, 1, '20'),
(227, 'Highlighter 2', '1', '0', 'highlighter_2', 1, 1, '20'),
(228, 'Highlighter Mark 1', '1', '0', 'highlighter_mark1', 1, 1, '20'),
(229, 'Highlighter Mark 2', '1', '0', 'highlighter_mark2', 1, 1, '20'),
(230, 'Highlighter Mark 3', '1', '0', 'highlighter_mark3', 1, 1, '20'),
(231, 'Plaster', '1', '0', 'plaster1', 1, 1, '20'),
(232, 'Plaster 2', '1', '0', 'plaster2', 1, 1, '20'),
(233, 'Sticker Croco', '1', '0', 'sticker_croco', 1, 1, '20'),
(234, 'Fish', '1', '0', 'fish', 1, 1, '20'),
(235, 'Parrot', '1', '0', 'parrot', 1, 1, '20'),
(236, 'Sticker Sleeping Habbo', '1', '0', 'sticker_sleeping_habbo', 2, 1, '20'),
(237, 'Burger', '1', '0', 'burger', 1, 1, '20'),
(238, 'Juice', '1', '0', 'juice', 1, 1, '20'),
(239, 'Sticker Coffee Steam Blue', '1', '0', 'sticker_coffee_steam_blue', 1, 1, '20'),
(240, 'Sticker Coffee Steam Grey', '1', '0', 'sticker_coffee_steam_grey', 1, 1, '20'),
(241, 'Cassette 1', '1', '0', 'cassette1', 1, 1, '20'),
(242, 'Cassette 2', '1', '0', 'cassette2', 1, 1, '20'),
(243, 'Cassette 3', '1', '0', 'cassette3', 1, 1, '20'),
(244, 'Cassette 4', '1', '0', 'cassette4', 1, 1, '20'),
(245, 'Football', '1', '0', 'football', 1, 1, '20'),
(246, 'Pattern Floral Background 2', '4', '0', 'bg_pattern_floral_02', 2, 1, '27'),
(247, 'Pattern Floral Background 3', '4', '0', 'bg_pattern_floral_03', 2, 1, '27'),
(248, 'Pattern Cars Background', '4', '0', 'bg_pattern_cars', 2, 1, '27'),
(249, 'Pattern Carpants Background', '4', '0', 'bg_pattern_carpants', 2, 1, '27'),
(250, 'Pattern Plasto Background', '4', '0', 'bg_pattern_plasto', 2, 1, '27'),
(251, 'Pattern Tinyroom Background', '4', '0', 'bg_pattern_tinyroom', 2, 1, '27'),
(252, 'Pattern Hearts Background', '4', '0', 'bg_pattern_hearts', 2, 1, '27'),
(253, 'Pattern Abstract Background', '4', '0', 'bg_pattern_abstract1', 2, 1, '27'),
(254, 'Bathroom Tile Background', '4', '0', 'bg_bathroom_tile', 2, 1, '27'),
(255, 'Pattern Fish Background', '4', '0', 'bg_pattern_fish', 2, 1, '27'),
(256, 'Pattern Deepred Background', '4', '0', 'bg_pattern_deepred', 2, 1, '27'),
(257, 'Colour 02 Background', '4', '0', 'bg_colour_02', 2, 1, '27'),
(258, 'Colour 03 Background', '4', '0', 'bg_colour_03', 2, 1, '27'),
(259, 'Colour 04 Background', '4', '0', 'bg_colour_04', 2, 1, '27'),
(260, 'Colour 05 Background', '4', '0', 'bg_colour_05', 2, 1, '27'),
(261, 'Colour 06 Background', '4', '0', 'bg_colour_06', 2, 1, '27'),
(262, 'Colour 07 Background', '4', '0', 'bg_colour_07', 2, 1, '27'),
(263, 'Colour 08 Background', '4', '0', 'bg_colour_08', 2, 1, '27'),
(264, 'Colour 09 Background', '4', '0', 'bg_colour_09', 2, 1, '27'),
(265, 'Colour 10 Background', '4', '0', 'bg_colour_10', 2, 1, '27'),
(266, 'Colour 11 Background', '4', '0', 'bg_colour_11', 2, 1, '27'),
(267, 'Colour 12 Background', '4', '0', 'bg_colour_12', 2, 1, '27'),
(268, 'Colour 13 Background', '4', '0', 'bg_colour_13', 2, 1, '27'),
(269, 'Colour 14 Background', '4', '0', 'bg_colour_14', 2, 1, '27'),
(270, 'Colour 15 Background', '4', '0', 'bg_colour_15', 2, 1, '27'),
(271, 'Colour 17 Background', '4', '0', 'bg_colour_17', 2, 1, '27'),
(272, 'Tonga Background', '4', '0', 'bg_tonga', 2, 1, '27'),
(275, 'Alhambra Group', '4', '0', 'alhambragroup', 0, 1, '50'),
(276, 'Themepark Background 1', '4', '0', 'themepark_bg_01', 0, 1, '50'),
(277, 'Themepark Background 2', '4', '0', 'themepark_bg_02', 0, 1, '50'),
(278, 'Unofficial Fansites Background', '4', '0', 'bg_unofficial_fansites', 0, 1, '50'),
(279, 'Official Fansites Background', '4', '0', 'bg_official_fansites2', 0, 1, '50'),
(280, 'Welcoming Party', '4', '0', 'welcoming_party', 0, 1, '50'),
(281, 'Random Habbos', '4', '0', 'random_habbos', 0, 1, '50'),
(282, 'Habborella Sea Background', '4', '0', 'habborella_sea_bg', 0, 1, '50'),
(283, 'Penelope', '4', '0', 'penelope', 0, 1, '50'),
(284, 'Orca', '4', '0', 'orca', 0, 1, '50'),
(285, 'Sttrinians Group', '4', '0', 'sttriniansgroup', 0, 1, '50'),
(286, 'Sttrinians Blackboard', '4', '0', 'sttriniansblackboard', 0, 1, '50'),
(287, 'Habbox Background', '4', '0', 'habbox', 0, 1, '50'),
(288, 'Christmas Background 2 ', '4', '0', 'christmas2007bg_001', 0, 1, '50'),
(289, 'Kerrang', '4', '0', 'bg_kerrang2', 0, 1, '50'),
(291, 'Voice of Teens Background', '4', '0', 'bg_voiceofteens', 0, 1, '50'),
(292, 'Makeover Background', '4', '0', 'makeover', 0, 1, '50'),
(293, 'Snowstorm Background', '4', '0', 'snowstorm_bg', 0, 1, '50'),
(294, 'Habbo Group Background', '4', '0', 'habbogroup', 0, 1, '50'),
(295, 'Wobble Squabble Background', '4', '0', 'bg_wobble_squabble', 0, 1, '50'),
(296, 'VIP Background', '4', '0', 'bg_vip', 0, 1, '50'),
(297, 'Lido Background', '4', '0', 'bg_lidoo', 0, 1, '50'),
(298, 'Lido Flat Background', '4', '0', 'bg_lido_flat', 0, 1, '50'),
(299, 'Infobus Yellow Background', '4', '0', 'bg_infobus_yellow', 0, 1, '50'),
(300, 'Infobus White Background', '4', '0', 'bg_infobus_white', 0, 1, '50'),
(301, 'Infobus Blue Background', '4', '0', 'bg_infobus_blue', 0, 1, '50'),
(302, 'Battle Ball Background 2', '4', '0', 'bg_battle_ball2', 0, 1, '50'),
(303, 'Grunge Background', '4', '0', 'grungewall', 0, 1, '50'),
(1001, 'OB Clubber', '1', '0', 'ob_clubber_146x146', 2, 1, '201'),
(1002, 'OB Devil', '1', '0', 'ob_devil_146x146', 2, 1, '201'),
(1003, 'OB Doctor', '1', '0', 'ob_doctor_146x146', 2, 1, '201'),
(1004, 'OB Fairy', '1', '0', 'ob_fairy_146x146', 2, 1, '201'),
(1005, 'OB Jetsetter', '1', '0', 'ob_jetsetter_146x146', 2, 1, '201'),
(1006, 'OB Misuniverse', '1', '0', 'ob_misuniverse_146x146', 2, 1, '1000'),
(1007, 'OB Shopaholic', '1', '0', 'ob_shopaholic_146x146', 2, 1, '201'),
(1008, 'OB Sport', '1', '0', 'ob_sporty_146x146', 2, 1, '201'),
(1009, 'Edynamic Animator Sticker', '1', '0', 'edynamic_animator_sticker', 2, 1, '1000'),
(1010, 'Edynamic Sticker Avatar', '1', '0', 'edynamic_sticker_avatar', 2, 1, '1000'),
(1011, 'Sticker Themepark', '1', '0', '27224_sticker_themepark_001', 2, 1, '228'),
(1012, '3 Year .ca', '1', '0', '3yearca', 2, 1, '1000'),
(1013, 'A', '1', '0', 'a', 2, 1, '203'),
(1014, 'A with Circle', '1', '0', 'a_with_circle', 2, 1, '203'),
(1015, 'A with Dots', '1', '0', 'a_with_dots', 2, 1, '203'),
(1017, 'Acento', '1', '0', 'acento', 2, 1, '203'),
(1018, 'Acentoagudo', '1', '0', 'acentoagudo', 2, 1, '1000'),
(1023, 'Acma Notepad Background', '1', '0', 'acma_notepad_bg_lge', 2, 1, '228'),
(1026, 'Acsent 1', '1', '0', 'acsent1', 2, 1, '203'),
(1027, 'Acsent 2', '1', '0', 'acsent2', 2, 1, '203'),
(1028, 'Ad Cats', '1', '0', 'adcats', 2, 1, '204'),
(1029, 'Ad Dogs', '1', '0', 'addogs', 2, 1, '204'),
(1030, 'Ad Holiday', '1', '0', 'adholiday', 2, 1, '204'),
(1031, 'Adidabounce Sticker', '1', '0', 'adidabounce_sticker', 2, 1, '1000'),
(1032, 'Ad Party', '1', '0', 'adparty', 2, 1, '204'),
(1033, 'Ad Skating', '1', '0', 'adskating', 2, 1, '204'),
(1034, 'Agudo', '1', '0', 'agudo', 2, 1, '203'),
(1035, 'Alhambra Sticker', '1', '0', 'alhambra_sticker', 2, 1, '205'),
(1036, 'Alhambra Wallsticker', '1', '0', 'alhambra_wallsticker', 2, 1, '205'),
(1037, 'Alhambra Logo', '1', '0', 'alhambralogo', 2, 1, '205'),
(1039, 'Ametrin', '1', '0', 'ametrin', 2, 1, '216'),
(1040, 'Angel', '1', '0', 'angel_146x146', 2, 1, '201'),
(1041, 'Angel Winganim', '1', '0', 'angelwinganim', 2, 1, '1000'),
(1043, 'Anim Appart 732', '1', '0', 'anim_appart_732', 2, 1, '228'),
(1044, 'Anim Boule Cristal', '1', '0', 'anim_boule_cristal', 2, 1, '228'),
(1045, 'Anim Brasero', '1', '0', 'anim_brasero', 2, 1, '228'),
(1046, 'Anim Cook', '1', '0', 'anim_cook', 2, 1, '216'),
(1047, 'Anim Elvis', '1', '0', 'anim_elvis', 2, 1, '216'),
(1048, 'Anim Enseigne', '1', '0', 'anim_enseigne', 2, 1, '228'),
(1049, 'Anim Hockey', '1', '0', 'anim_hockey', 2, 1, '213'),
(1051, 'Anim Oeil', '1', '0', 'anim_oeil', 2, 1, '228'),
(1052, 'Anim Ventilo', '1', '0', 'anim_ventilo', 2, 1, '228'),
(1053, 'Anim Viking Hole', '1', '0', 'anim_viking_hole', 2, 1, '216'),
(1054, 'Anti Eco', '1', '0', 'anti_eco', 2, 1, '235'),
(1055, 'Aprilfool 08', '1', '0', 'aprilfool08', 2, 1, '1000'),
(1056, 'Aprilfool 08 2', '1', '0', 'aprilfool08_2', 2, 1, '1000'),
(1057, 'Argentina', '1', '0', 'argentina', 2, 1, '232'),
(1058, 'Asterisco 1', '1', '0', 'asterisco1', 2, 1, '203'),
(1059, 'AU 3rd Bday 1', '1', '0', 'au_3rdbday_01', 2, 1, '206'),
(1060, 'AU 3rd Bday 2', '1', '0', 'au_3rdbday_02', 2, 1, '206'),
(1061, 'AU 3rd Bday 3', '1', '0', 'au_3rdbday_03', 2, 1, '206'),
(1062, 'AU Greengold', '1', '0', 'au_greengold', 2, 1, '204'),
(1063, 'AU Lifesaver', '1', '0', 'au_lifesaver', 2, 1, '228'),
(1064, 'AU Surfing', '1', '0', 'au_surfing', 2, 1, '204'),
(1065, 'B', '1', '0', 'b', 2, 1, '203'),
(1067, 'Ballsma Honey', '1', '0', 'ballsmahoney', 2, 1, '209'),
(1068, 'Baltasar', '1', '0', 'baltasar', 2, 1, '216'),
(1069, 'Banks Bobby', '1', '0', 'banksbobby', 2, 1, '236'),
(1070, 'Banks Can', '1', '0', 'bankscan', 2, 1, '236'),
(1071, 'Banks Door', '1', '0', 'banksdoor', 2, 1, '236'),
(1072, 'Banks Heater', '1', '0', 'banksheater', 2, 1, '236'),
(1073, 'Barbequeset', '1', '0', 'barbequeset', 2, 1, '207'),
(1074, 'Barra', '1', '0', 'barra', 2, 1, '203'),
(1075, 'Bartender Costume', '1', '0', 'bartender_costume', 2, 1, '208'),
(1076, 'Batista', '1', '0', 'batista', 2, 1, '209'),
(1077, 'Battle 1', '1', '0', 'battle1', 2, 1, '228'),
(1078, 'Battle 3', '1', '0', 'battle3', 2, 1, '228'),
(1079, 'Beachbunny Beachball', '1', '0', 'beachbunny_beachball', 2, 1, '207'),
(1080, 'Beachbunny Beachball Bouncing', '1', '0', 'beachbunny_beachball_bouncing', 2, 1, '207'),
(1081, 'Beachbunny Bmovie Poster', '1', '0', 'beachbunny_bmovieposter', 2, 1, '207'),
(1082, 'Beachbunny Bunny Suit', '1', '0', 'beachbunny_bunny_suit', 2, 1, '207'),
(1083, 'Beachbunny Peep', '1', '0', 'beachbunny_peep', 2, 1, '207'),
(1084, 'Beachbunny Roaster Bunny', '1', '0', 'beachbunny_roaster_bunny', 2, 1, '207'),
(1085, 'Beachgirl', '1', '0', 'beachgirl_146x146', 2, 1, '201'),
(1086, 'Bear', '1', '0', 'bear', 2, 1, '226'),
(1087, 'Bellydancer', '1', '0', 'bellydancer', 2, 1, '205'),
(1088, 'Beth Phoenix', '1', '0', 'bethphoenix', 2, 1, '209'),
(1089, 'Beth Phoenix Skinny', '1', '0', 'bethphoenixskinny', 2, 1, '209'),
(1090, 'Groupinfo Background', '1', '0', 'bg_groupinfo', 2, 1, '228'),
(1092, 'Big Daddy V', '1', '0', 'bigdaddyv', 2, 1, '209'),
(1093, 'Big Show', '1', '0', 'bigshow', 2, 1, '209'),
(1094, 'Billy Graham', '1', '0', 'billygraham', 2, 1, '209'),
(1095, 'Bird Suit', '1', '0', 'bird_suit', 2, 1, '210'),
(1096, 'Bling a', '1', '0', 'bling_a', 2, 1, '211'),
(1097, 'Bling b', '1', '0', 'bling_b', 2, 1, '211'),
(1098, 'Bling c', '1', '0', 'bling_c', 2, 1, '211'),
(1099, 'Bling Comma', '1', '0', 'bling_comma', 2, 1, '211'),
(1100, 'Bling d', '1', '0', 'bling_d', 2, 1, '211'),
(1101, 'Bling Dot', '1', '0', 'bling_dot', 2, 1, '211'),
(1102, 'Bling e', '1', '0', 'bling_e', 2, 1, '211'),
(1103, 'Bling Exclamation', '1', '0', 'bling_exclamation', 2, 1, '211'),
(1104, 'Bling f', '1', '0', 'bling_f', 2, 1, '211'),
(1105, 'Bling g', '1', '0', 'bling_g', 2, 1, '211'),
(1106, 'Bling h', '1', '0', 'bling_h', 2, 1, '211'),
(1107, 'Bling i', '1', '0', 'bling_i', 2, 1, '211'),
(1108, 'Bling j', '1', '0', 'bling_j', 2, 1, '211'),
(1109, 'Bling k', '1', '0', 'bling_k', 2, 1, '211'),
(1110, 'Bling l', '1', '0', 'bling_l', 2, 1, '211'),
(1111, 'Bling Line', '1', '0', 'bling_line', 2, 1, '211'),
(1112, 'Bling m', '1', '0', 'bling_m', 2, 1, '211'),
(1113, 'Bling n', '1', '0', 'bling_n', 2, 1, '211'),
(1114, 'Bling o', '1', '0', 'bling_o', 2, 1, '211'),
(1115, 'Bling p', '1', '0', 'bling_p', 2, 1, '211'),
(1116, 'Bling q', '1', '0', 'bling_q', 2, 1, '211'),
(1117, 'Bling Question', '1', '0', 'bling_question', 2, 1, '211'),
(1118, 'Bling r', '1', '0', 'bling_r', 2, 1, '211'),
(1119, 'Bling s', '1', '0', 'bling_s', 2, 1, '211'),
(1120, 'Bling Star', '1', '0', 'bling_star', 2, 1, '211'),
(1121, 'Bling t', '1', '0', 'bling_t', 2, 1, '211'),
(1122, 'Bling u', '1', '0', 'bling_u', 2, 1, '211'),
(1123, 'Bling Underscore', '1', '0', 'bling_underscore', 2, 1, '211'),
(1124, 'Bling v', '1', '0', 'bling_v', 2, 1, '211'),
(1125, 'Bling w', '1', '0', 'bling_w', 2, 1, '211'),
(1126, 'Bling x', '1', '0', 'bling_x', 2, 1, '211'),
(1127, 'Bling y', '1', '0', 'bling_y', 2, 1, '211'),
(1128, 'Bling z', '1', '0', 'bling_z', 2, 1, '211'),
(1129, 'Bling Bling Stars', '1', '0', 'blingblingstars', 2, 1, '237'),
(1130, 'Bling Hearts', '1', '0', 'blinghearts', 2, 1, '237'),
(1131, 'Bling Heartp', '1', '0', 'blingheartp', 2, 1, '1000'),
(1132, 'Blue Hockey Stick', '1', '0', 'bluehockeystick', 2, 1, '213'),
(1133, 'Blue Starfish', '1', '0', 'bluestarfish', 2, 1, '228'),
(1134, 'Bobba Curse', '1', '0', 'bobbacurse', 2, 1, '228'),
(1136, 'Boborton', '1', '0', 'boborton', 2, 1, '209'),
(1137, 'Bonbon Duck', '1', '0', 'bonbon_duck_146x146', 2, 1, '214'),
(1138, 'Bonbon Mouse', '1', '0', 'bonbon_mouse_146x146', 2, 1, '214'),
(1139, 'Bonbon Rat', '1', '0', 'bonbon_rat_146x146', 2, 1, '214'),
(1140, 'Boogeyman', '1', '0', 'boogeyman', 2, 1, '209'),
(1141, 'Bootsitjalapaset Red', '1', '0', 'bootsitjalapaset_red', 2, 1, '208'),
(1142, 'Bottes Bleu', '1', '0', 'bottesbleu', 2, 1, '1000'),
(1143, 'Bouledeneige', '1', '0', 'bouledeneige', 2, 1, '1000'),
(1144, 'Bowser Sticker v1', '1', '0', 'bowser_sticker_v1', 2, 1, '212'),
(1145, 'Bozzanova', '1', '0', 'bozzanova', 2, 1, '216'),
(1146, 'BRA Football Guest 2', '1', '0', 'bra_football_guest2', 2, 1, '232'),
(1147, 'Bratz Featured Clique', '1', '0', 'bratz_featuredclique', 2, 1, '214'),
(1148, 'Brian Kendrick', '1', '0', 'briankendrick', 2, 1, '209'),
(1149, 'British Legion', '1', '0', 'britishlegion', 2, 1, '228'),
(1150, 'Britney', '1', '0', 'britney', 2, 1, '228'),
(1151, 'Bronze Medallion', '1', '0', 'bronzemedallion', 2, 1, '1000'),
(1152, 'Bullet 1', '1', '0', 'bullet1', 2, 1, '228'),
(1153, 'Bullybuster', '1', '0', 'bullybuster', 2, 1, '228'),
(1155, 'Burger', '1', '0', 'burger', 2, 1, '228'),
(1156, 'Businesswoman', '1', '0', 'businesswoman_146x146', 2, 1, '201'),
(1157, 'Butterfly', '1', '0', 'butterfly_01', 2, 1, '210'),
(1158, 'C', '1', '0', 'c', 2, 1, '203'),
(1159, 'CA Hockeygoalie 2', '1', '0', 'ca_hockeygoalie2', 2, 1, '213'),
(1160, 'Camel', '1', '0', 'camel', 2, 1, '228'),
(1162, 'Candice Michelle', '1', '0', 'candicemichelle', 2, 1, '209'),
(1163, 'Candycorn', '1', '0', 'candycorn', 2, 1, '228'),
(1164, 'Carlito', '1', '0', 'carlito', 2, 1, '209'),
(1165, 'Cassette 1', '1', '0', 'cassette1', 2, 1, '228'),
(1166, 'Cassette 2', '1', '0', 'cassette2', 2, 1, '228'),
(1167, 'Cassette 3', '1', '0', 'cassette3', 2, 1, '228'),
(1168, 'Cassette 4', '1', '0', 'cassette4', 2, 1, '228'),
(1170, 'Celeb Ticket Veronicas', '1', '0', 'celebticket_veronicas', 2, 1, '214'),
(1171, 'Cena', '1', '0', 'cena', 2, 1, '209'),
(1172, 'Chain Horizontal', '1', '0', 'chain_horizontal', 2, 1, '215'),
(1173, 'Chain Vertical', '1', '0', 'chain_vertical', 2, 1, '215'),
(1174, 'Cheerleader', '1', '0', 'cheerleader_146x146', 2, 1, '201'),
(1175, 'Cheese Badge', '1', '0', 'cheese_badge', 2, 1, '204'),
(1177, 'Cheese Suit Sticker', '1', '0', 'cheese_suit_sticker', 2, 1, '208'),
(1178, 'Cheshirecat', '1', '0', 'cheshirecat', 2, 1, '216'),
(1179, 'Chewed Bubblegum', '1', '0', 'chewed_bubblegum', 2, 1, '228'),
(1180, 'Chile', '1', '0', 'chile', 2, 1, '232'),
(1181, 'Chocolates', '1', '0', 'chocolates', 2, 1, '228'),
(1183, 'Chris Jericho', '1', '0', 'chrisjericho', 2, 1, '209'),
(1184, 'Chuck Palumbo', '1', '0', 'chuckpalumbo', 2, 1, '209'),
(1185, 'Clothes line', '1', '0', 'clothesline', 2, 1, '228'),
(1186, 'Clothes line 5', '1', '0', 'clothesline5', 2, 1, '1000'),
(1187, 'CM Punk', '1', '0', 'cmpunk', 2, 1, '209'),
(1188, 'CN Teleskull', '1', '0', 'cn_teleskull', 2, 1, '220'),
(1190, 'CNY Dragon Body L', '1', '0', 'cny_dragon_body_l', 2, 1, '217'),
(1191, 'CNY Dragon Body R', '1', '0', 'cny_dragon_body_r', 2, 1, '217'),
(1192, 'CNY Dragon Head L', '1', '0', 'cny_dragon_head_l', 2, 1, '217'),
(1193, 'CNY Dragon Head R', '1', '0', 'cny_dragon_head_r', 2, 1, '217'),
(1195, 'CNY Kunfu Dude', '1', '0', 'cny_kunfu_dude', 2, 1, '217'),
(1197, 'CNY Kunfu Girl', '1', '0', 'cny_kungfu_girl', 2, 1, '217'),
(1198, 'Colombia', '1', '0', 'colombia', 2, 1, '232'),
(1199, 'Comma', '1', '0', 'comma', 2, 1, '203'),
(1203, 'Crase', '1', '0', 'crase', 2, 1, '203'),
(1205, 'Cube Deglace', '1', '0', 'cubedeglace', 2, 1, '1000'),
(1206, 'Curt Hawkins', '1', '0', 'curthawkins', 2, 1, '209'),
(1207, 'D', '1', '0', 'd', 2, 1, '203'),
(1208, 'Dag of Habbo Trophy', '1', '0', 'dagofhabbo_trophy', 2, 1, '228'),
(1209, 'DagorNot', '1', '0', 'dagornot', 2, 1, '228'),
(1210, 'DE 4th Bday', '1', '0', 'de_bday_4', 2, 1, '206'),
(1211, 'Deal Girasoles', '1', '0', 'dealgirasoles', 2, 1, '1000'),
(1214, 'Deal easter 6', '1', '0', 'deal_eas07_6', 2, 1, '210'),
(1215, 'Deal easter 7', '1', '0', 'deal_eas07_7', 2, 1, '210'),
(1216, 'Deal easter 8', '1', '0', 'deal_eas07_8', 2, 1, '210'),
(1217, 'Deal goth border Horizontale', '1', '0', 'deal_goth_border_hor', 2, 1, '219'),
(1218, 'deal goth border Verticale', '1', '0', 'deal_goth_border_ver', 2, 1, '219'),
(1219, 'DH Smith', '1', '0', 'dhsmith', 2, 1, '209'),
(1220, 'Dia de Internetsticker 2008', '1', '0', 'diadeinternetsticker2008_001', 2, 1, '214'),
(1221, 'Diamond Reward', '1', '0', 'diamond_reward', 2, 1, '237'),
(1222, 'Dim Sims', '1', '0', 'dimsims', 2, 1, '228'),
(1223, 'DK Bobbacurse 2', '1', '0', 'dk_bobbacurse_2', 2, 1, '228'),
(1224, 'Doelee', '1', '0', 'doelee', 2, 1, '216'),
(1225, 'Donk', '1', '0', 'donk', 2, 1, '216'),
(1226, 'Dot', '1', '0', 'dot', 2, 1, '203'),
(1227, 'Dudesons', '1', '0', 'dudesons', 2, 1, '214'),
(1228, 'Durian', '1', '0', 'durian', 2, 1, '228'),
(1230, 'E', '1', '0', 'e', 2, 1, '203'),
(1231, 'Easter Bird', '1', '0', 'easter_bird', 2, 1, '210'),
(1236, 'Easter Broomstick_001', '1', '0', 'easter_broomstick_001', 2, 1, '210'),
(1238, 'Easter Bunnymoped', '1', '0', 'easter_bunnymoped', 2, 1, '210'),
(1240, 'Easter Carrot_rocket', '1', '0', 'easter_carrot_rocket', 2, 1, '210'),
(1251, 'Easter Pointyhat', '1', '0', 'easter_pointyhat', 2, 1, '210'),
(1253, 'Easter Rabbit_in_hole', '1', '0', 'easter_rabbit_in_hole', 2, 1, '210'),
(1255, 'Easter Egg Costume', '1', '0', 'easteregg_costume', 2, 1, '210'),
(1258, 'Edge', '1', '0', 'edge', 2, 1, '209'),
(1259, 'Edito Fisherman Bait', '1', '0', 'edito_fisherman_bait', 2, 1, '228'),
(1260, 'Edito Logo', '1', '0', 'edito_logo', 2, 1, '228'),
(1261, 'Edito Logo 1', '1', '0', 'edito_logo_001', 2, 1, '1000'),
(1262, 'Edito Petit Talingots', '1', '0', 'edito_petit_talingots', 2, 1, '1000'),
(1263, 'Eggs', '1', '0', 'eggs', 2, 1, '220'),
(1264, 'Elegant Bling', '1', '0', 'elegant_bling', 2, 1, '237'),
(1265, 'Elijah Burke', '1', '0', 'elijahburke', 2, 1, '209'),
(1266, 'E4 Years', '1', '0', 'e4_years', 2, 1, '1000'),
(1267, 'Educk Sticker', '1', '0', 'educk_sticker', 2, 1, '1000'),
(1268, 'Evil Easter Bunny', '1', '0', 'evil_easterbunny', 2, 1, '1000'),
(1269, 'Evil Giant Bunny', '1', '0', 'evil_giant_bunny', 2, 1, '220'),
(1270, 'Exclamation', '1', '0', 'exclamation', 2, 1, '203'),
(1271, 'Executive Cheappen', '1', '0', 'exe_sticker_cheappen', 2, 1, '228'),
(1272, 'Executive Luxurypen', '1', '0', 'exe_sticker_luxurypen', 2, 1, '228'),
(1273, 'Extra Sduck Left', '1', '0', 'extra_sduck_left', 2, 1, '1000'),
(1274, 'Extra Sduck Right', '1', '0', 'extra_sduck_right', 2, 1, '1000'),
(1275, 'Extra Ssnowball', '1', '0', 'extra_ssnowball', 2, 1, '1000'),
(1276, 'Extreme Dudesons', '1', '0', 'extreme_dudesons', 2, 1, '214'),
(1277, 'Eye Left', '1', '0', 'eyeleft', 2, 1, '220'),
(1278, 'Eye Right', '1', '0', 'eyeright', 2, 1, '220'),
(1279, 'F', '1', '0', 'f', 2, 1, '203'),
(1280, 'Fantastic Four Logo', '1', '0', 'fantasticfourlogo', 2, 1, '214'),
(1281, 'Featuredgroup', '1', '0', 'featuredgroup', 2, 1, '50'),
(1283, 'Featuredgroup Sticker', '1', '0', 'featuredgroup_sticker', 2, 1, '50'),
(1284, 'Felix 1', '1', '0', 'felix01', 2, 1, '214'),
(1285, 'Felix 2', '1', '0', 'felix02', 2, 1, '214'),
(1286, 'Felix 3', '1', '0', 'felix03b', 2, 1, '214'),
(1289, 'Festus', '1', '0', 'festus', 2, 1, '209'),
(1290, 'Fikoirakisu', '1', '0', 'fikoirakisu', 2, 1, '1000'),
(1291, 'FI Golden Snake', '1', '0', 'fi_golden_snake', 2, 1, '228'),
(1292, 'FI Koirakisu 2', '1', '0', 'fi_koirakisu2', 2, 1, '216'),
(1293, 'FI Mino', '1', '0', 'fi_mino', 2, 1, '216'),
(1294, 'FI Posti Box', '1', '0', 'fi_posti_box', 2, 1, '216'),
(1295, 'FI Posti Girl', '1', '0', 'fi_posti_girl', 2, 1, '216'),
(1296, 'FI Rasmu 2', '1', '0', 'fi_rasmu2_194x130', 2, 1, '1000'),
(1297, 'Fieldberries', '1', '0', 'fieldberries', 2, 1, '214'),
(1298, 'Fiesta Chica Tampax', '1', '0', 'fiesta_chica_tampax', 2, 1, '214'),
(1299, 'Fiesta Minifalda 1', '1', '0', 'fiesta_minifalda_1', 2, 1, '214'),
(1300, 'Fiesta Minifalda 2', '1', '0', 'fiesta_minifalda_2', 2, 1, '214'),
(1301, 'Fiesta Welcome', '1', '0', 'fiesta_welcome', 2, 1, '214'),
(1302, 'Filmstrip Corner Botleft', '1', '0', 'filmstrip_corner_botleft', 2, 1, '221'),
(1303, 'Filmstrip Corner Botright', '1', '0', 'filmstrip_corner_botright', 2, 1, '221'),
(1304, 'Filmstrip Corner Topleft', '1', '0', 'filmstrip_corner_topleft', 2, 1, '221'),
(1305, 'Filmstrip Corner Topright', '1', '0', 'filmstrip_corner_topright', 2, 1, '221'),
(1306, 'Filmstrip Horiz', '1', '0', 'filmstrip_horiz', 2, 1, '221'),
(1307, 'Filmstrip Vert', '1', '0', 'filmstrip_vert', 2, 1, '221'),
(1308, 'Finger Push', '1', '0', 'finger_push', 2, 1, '222'),
(1309, 'Fish', '1', '0', 'fish', 2, 1, '228'),
(1310, 'Flameskull', '1', '0', 'flameskull', 2, 1, '1000'),
(1311, 'Flower 1', '1', '0', 'flower1png', 2, 1, '214'),
(1312, 'Flower 2', '1', '0', 'flower2', 2, 1, '214'),
(1313, 'Football', '1', '0', 'football', 2, 1, '232'),
(1314, 'Free Hugs', '1', '0', 'free_hugs', 2, 1, '216'),
(1317, 'Funaki', '1', '0', 'funaki', 2, 1, '209'),
(1318, 'FWRK Blue', '1', '0', 'fwrk_blue', 2, 1, '223'),
(1319, 'FWRK Pink', '1', '0', 'fwrk_pink', 2, 1, '223'),
(1320, 'FWRK Yellow', '1', '0', 'fwrk_yellow', 2, 1, '223'),
(1321, 'G', '1', '0', 'g', 2, 1, '203'),
(1322, 'Galasticker', '1', '0', 'galasticker', 2, 1, '1000'),
(1323, 'Gamask', '1', '0', 'gamask', 2, 1, '1000'),
(1324, 'Gaspar', '1', '0', 'gaspar', 2, 1, '216'),
(1325, 'Gaur', '1', '0', 'gaur', 2, 1, '1000'),
(1327, 'Gaursticker 3', '1', '0', 'gaursticker3', 2, 1, '214'),
(1328, 'Genie Fire Head', '1', '0', 'genie_fire_head', 2, 1, '208'),
(1330, 'Girlfriend Blue', '1', '0', 'gf_hotornot_blue', 2, 1, '214'),
(1331, 'Girlfriend Pink', '1', '0', 'gf_hotornot_pink', 2, 1, '214'),
(1332, 'Global World Sticker', '1', '0', 'globalw_sticker', 2, 1, '235'),
(1333, 'Global World Sticker 2', '1', '0', 'globalw_sticker_001', 2, 1, '1000'),
(1334, 'Global World Tstorieoldweb', '1', '0', 'globalw_tstorieoldweb', 2, 1, '1000'),
(1335, 'Gold Medallion', '1', '0', 'goldmedallion', 2, 1, '1000'),
(1336, 'Gorilla Hand', '1', '0', 'gorilla_hand', 2, 1, '1000'),
(1337, 'Gorilla Hand 1', '1', '0', 'gorillahand1', 2, 1, '220'),
(1338, 'Gorilla Hand 2', '1', '0', 'gorillahand2', 2, 1, '220'),
(1344, 'Gothic Draculacape', '1', '0', 'gothic_draculacape', 2, 1, '214'),
(1346, 'Gothic Scienceplatform', '1', '0', 'gothic_scienceplatform', 2, 1, '219'),
(1348, 'GP Logo White', '1', '0', 'gplogo_white', 2, 1, '1000'),
(1351, 'Gras Deal', '1', '0', 'gr:emoji_relieved:eal', 2, 1, '1000'),
(1352, 'Grave Sticker', '1', '0', 'gravesticker', 2, 1, '220'),
(1353, 'Grave Sticker 2', '1', '0', 'gravesticker2', 2, 1, '220'),
(1354, 'Green Hockey Stick', '1', '0', 'greenhockeystick', 2, 1, '213'),
(1355, 'Greenpeace', '1', '0', 'greenpeace', 2, 1, '1000'),
(1356, 'Greenpeace Sticker', '1', '0', 'greenpeace_sticker', 2, 1, '1000'),
(1357, 'Greenpeace White', '1', '0', 'greenpeacewhite', 2, 1, '1000'),
(1359, 'Grossebouledeneige', '1', '0', 'grossebouledeneige', 2, 1, '1000'),
(1360, 'Grunge Polaroid 1', '1', '0', 'grunge_polaroid_1', 2, 1, '216'),
(1361, 'Grunge Polaroid 2', '1', '0', 'grunge_polaroid_2', 2, 1, '216'),
(1362, 'Grunge Polaroid 3', '1', '0', 'grunge_polaroid_3', 2, 1, '216'),
(1363, 'Grunge Polaroid 4', '1', '0', 'grunge_polaroid_4', 2, 1, '216'),
(1364, 'Grunge Polaroid 5', '1', '0', 'grunge_polaroid_5', 2, 1, '216'),
(1365, 'Guard 1', '1', '0', 'guard1', 2, 1, '216'),
(1366, 'Guard 2', '1', '0', 'guard2', 2, 1, '216'),
(1367, 'Guccimama', '1', '0', 'guccimama', 2, 1, '216'),
(1368, 'H', '1', '0', 'h', 2, 1, '203'),
(1370, 'Habbo Island', '1', '0', 'habbo_island', 2, 1, '207'),
(1371, 'Habbo Toolbar Sticker', '1', '0', 'habbo_toolbar_sticker', 2, 1, '1000'),
(1372, 'Habbo By Night-sticker', '1', '0', 'habbobynightsticker', 2, 1, '220'),
(1373, 'Habbohome Of The Month', '1', '0', 'habbohome_of_the_month', 2, 1, '50'),
(1375, 'Habborella Logo', '1', '0', 'habborella_logo', 2, 1, '228'),
(1376, 'Habboween Background', '1', '0', 'habboween_bg', 2, 1, '1000'),
(1377, 'Hacksaw', '1', '0', 'hacksaw', 2, 1, '209'),
(1378, 'Hat Clown 2', '1', '0', 'hat_clown2', 2, 1, '208'),
(1379, 'HC Hat', '1', '0', 'hc_hat', 2, 1, '208'),
(1380, 'Highlighter 1', '1', '0', 'highlighter_1', 2, 1, '238'),
(1381, 'Highlighter 2', '1', '0', 'highlighter_2', 2, 1, '238'),
(1382, 'Highlighter Mark 1', '1', '0', 'highlighter_mark1', 2, 1, '238'),
(1383, 'Highlighter Mark 2', '1', '0', 'highlighter_mark2', 2, 1, '238'),
(1384, 'Highlighter Mark 3', '1', '0', 'highlighter_mark3', 2, 1, '238'),
(1385, 'Highlighter Mark 4', '1', '0', 'highlighter_mark4b', 2, 1, '238'),
(1386, 'Highlighter Mark 5', '1', '0', 'highlighter_mark5', 2, 1, '238'),
(1387, 'Highlighter Mark 6', '1', '0', 'highlighter_mark6', 2, 1, '238'),
(1388, 'Hockey Habbo', '1', '0', 'hockey_habbo', 2, 1, '213'),
(1389, 'Hockeyref', '1', '0', 'hockeyref', 2, 1, '213'),
(1390, 'Holycarp', '1', '0', 'holycarp', 2, 1, '228'),
(1391, 'Homer', '1', '0', 'homer', 2, 1, '216'),
(1392, 'Horizontalink', '1', '0', 'horizontalink', 2, 1, '238'),
(1393, 'Hornswoggle', '1', '0', 'hornswoggle', 2, 1, '209'),
(1394, 'HP Guest', '1', '0', 'hp_guest', 2, 1, '216'),
(1421, 'JP 5 Years', '1', '0', 'hwjp_5years', 2, 1, '1000'),
(1422, 'HW Lapanen Blue', '1', '0', 'hwlapanen_blue', 2, 1, '1000'),
(1423, 'HW Ssnowqueen', '1', '0', 'hwssnowqueen', 2, 1, '1000'),
(1424, 'HW Sticker Galafinal', '1', '0', 'hwsticker_galafinal', 2, 1, '1000'),
(1425, 'Valentine Cupido Anim', '1', '0', 'hwval_cupido_anim', 2, 1, '1000'),
(1426, 'Valentine Sticker Bobbadice', '1', '0', 'hwval_sticker_bobbadice', 2, 1, '1000'),
(1427, 'Xmas Box Suit Mint 2', '1', '0', 'hwxmabox_suit_mint2', 2, 1, '1000'),
(1428, 'Xmas Cat Animated', '1', '0', 'hwxmacat_animated', 2, 1, '1000'),
(1429, '3d Glasses', '1', '0', 'hw_3d_glasses', 2, 1, '221'),
(1430, 'Actionstar', '1', '0', 'hw_actionstar', 2, 1, '221'),
(1431, 'Amp Big', '1', '0', 'hw_amp_big', 2, 1, '221'),
(1432, 'Amp Small', '1', '0', 'hw_amp_small', 2, 1, '221'),
(1433, 'Bartender Costume', '1', '0', 'hw_bartender_costume', 2, 1, '221'),
(1434, 'Bassplayer Boy', '1', '0', 'hw_bassplayer_boy', 2, 1, '221'),
(1435, 'Bassplayer Girl', '1', '0', 'hw_bassplayer_girl', 2, 1, '221'),
(1437, 'Skull Background', '1', '0', 'hw_bgpattern_skull', 2, 1, '221'),
(1438, 'Bigcamera', '1', '0', 'hw_bigcamera', 2, 1, '221'),
(1439, 'Bouncers', '1', '0', 'hw_bouncers', 2, 1, '221'),
(1440, 'Camera L', '1', '0', 'hw_camera_l', 2, 1, '221'),
(1441, 'Camera R', '1', '0', 'hw_camera_r', 2, 1, '221'),
(1442, 'Camopant L', '1', '0', 'hw_camopantl', 2, 1, '1000'),
(1443, 'Camopant R', '1', '0', 'hw_camopantr', 2, 1, '1000'),
(1444, 'Camopant R1', '1', '0', 'hw_camopantr1', 2, 1, '1000'),
(1445, 'Carpet Corner Down', '1', '0', 'hw_carpet_corner_down', 2, 1, '221'),
(1446, 'Carpet Corner Up', '1', '0', 'hw_carpet_corner_up', 2, 1, '221'),
(1447, 'Carpet End Ldown', '1', '0', 'hw_carpet_end_ldown', 2, 1, '221'),
(1448, 'Carpet End Lup', '1', '0', 'hw_carpet_end_lup', 2, 1, '221'),
(1449, 'Carpet End Rdown', '1', '0', 'hw_carpet_end_rdown', 2, 1, '221'),
(1450, 'Carpet End Rup', '1', '0', 'hw_carpet_end_rup', 2, 1, '221'),
(1451, 'Carpet L', '1', '0', 'hw_carpet_l', 2, 1, '221'),
(1452, 'Carpet R', '1', '0', 'hw_carpet_r', 2, 1, '221'),
(1453, 'Drummer Boy', '1', '0', 'hw_drummer_boy', 2, 1, '221'),
(1454, 'Drummer Girl', '1', '0', 'hw_drummer_girl', 2, 1, '221'),
(1455, 'Edito Logo', '1', '0', 'hw_edito_logo', 2, 1, '1000'),
(1456, 'Guitarplayer Black', '1', '0', 'hw_guitarplayer_black', 2, 1, '221'),
(1457, 'Guitarplayer White', '1', '0', 'hw_guitarplayer_white', 2, 1, '221'),
(1458, 'Hairspray', '1', '0', 'hw_hairspray', 2, 1, '221'),
(1459, 'Hippie', '1', '0', 'hw_hippie', 2, 1, '221'),
(1460, 'Hitcher', '1', '0', 'hw_hitcher', 2, 1, '221'),
(1461, 'Inmate', '1', '0', 'hw_inmate', 2, 1, '221'),
(1462, 'Kenny Burger', '1', '0', 'hw_kenny_burger', 2, 1, '221'),
(1463, 'Kenny Fight', '1', '0', 'hw_kenny_fight', 2, 1, '221'),
(1464, 'Kenny Shock', '1', '0', 'hw_kenny_shock', 2, 1, '221'),
(1465, 'Keyboards', '1', '0', 'hw_keyboards', 2, 1, '221'),
(1468, 'Logoanim', '1', '0', 'hw_logoanim', 2, 1, '221'),
(1469, 'Mega Afro', '1', '0', 'hw_mega_afro', 2, 1, '221'),
(1470, 'Microphone', '1', '0', 'hw_microphone', 2, 1, '221'),
(1471, 'Moh Logo', '1', '0', 'hw_moh_logo', 2, 1, '221'),
(1472, 'Shades', '1', '0', 'hw_shades', 2, 1, '221'),
(1473, 'Speedobunny', '1', '0', 'hw_speedobunny', 2, 1, '221'),
(1474, 'Valentine Love Costume', '1', '0', 'hw_val_sticker_love-costume', 2, 1, '221'),
(1475, 'Veronicas', '1', '0', 'hw_veronicas', 2, 1, '1000'),
(1476, 'Habbowood Klaffi 1', '1', '0', 'hwood07klaffi2', 2, 1, '1000'),
(1477, 'Habbowood Klaffi 2', '1', '0', 'hwood07_klaffi2', 2, 1, '221'),
(1478, 'I', '1', '0', 'i', 2, 1, '203'),
(1480, 'I love Bobba', '1', '0', 'i_love_bobba', 2, 1, '204'),
(1481, 'I love Coffee', '1', '0', 'i_love_coffee', 2, 1, '204'),
(1483, 'Icecube Big', '1', '0', 'icecube_big', 2, 1, '235'),
(1484, 'Icecube Small', '1', '0', 'icecube_small', 2, 1, '235'),
(1487, 'Impactsdeneige', '1', '0', 'impactsdeneige', 2, 1, '1000'),
(1488, 'Inked Antisquidf', '1', '0', 'inked_antisquidf', 2, 1, '239'),
(1489, 'Inked Antisquidm', '1', '0', 'inked_antisquidm', 2, 1, '239'),
(1490, 'Inked Antisquidrank', '1', '0', 'inked_antisquidrank', 2, 1, '239'),
(1491, 'Inked Inkedblink', '1', '0', 'inked_inkedblink', 2, 1, '239'),
(1492, 'Inked Lamp', '1', '0', 'inked_lamp', 2, 1, '239'),
(1493, 'Inked Love', '1', '0', 'inked_love', 2, 1, '239'),
(1494, 'Inked Poster', '1', '0', 'inked_poster', 2, 1, '239'),
(1495, 'Inked Ship', '1', '0', 'inked_ship', 2, 1, '239'),
(1496, 'Inked Spit', '1', '0', 'inked_spit', 2, 1, '239'),
(1497, 'Inked Squidpants', '1', '0', 'inked_squidpants', 2, 1, '239'),
(1498, 'Inked Suidpatrol', '1', '0', 'inked_suidpatrol', 2, 1, '239'),
(1499, 'Island', '1', '0', 'island', 2, 1, '207'),
(1500, 'IT Habbohome', '1', '0', 'it_habbohome', 2, 1, '50'),
(1501, 'IT Stickerpodio', '1', '0', 'it_stickerpodio', 2, 1, '228'),
(1502, 'IT Toilet', '1', '0', 'it_toilet', 2, 1, '216'),
(1503, 'J', '1', '0', 'j', 2, 1, '203'),
(1504, 'James Curtis', '1', '0', 'jamescurtis', 2, 1, '209'),
(1505, 'Jared', '1', '0', 'jared', 2, 1, '216'),
(1506, 'Jarno Guest', '1', '0', 'jarno_guest', 2, 1, '216'),
(1507, 'Jarppi Guest', '1', '0', 'jarppi_guest', 2, 1, '216'),
(1508, 'Jarppi Guest 2', '1', '0', 'jarppi_guest2', 2, 1, '216'),
(1509, 'JBL', '1', '0', 'jbl', 2, 1, '209'),
(1510, 'Jeff Hardy', '1', '0', 'jeffhardy', 2, 1, '209'),
(1511, 'Jenkki Monster Sticker', '1', '0', 'jenkki_monster_sticker', 2, 1, '214'),
(1513, 'Jesse', '1', '0', 'jesse', 2, 1, '209'),
(1514, 'Jigoku Shojo 1', '1', '0', 'jigoku_shojo_1', 2, 1, '214'),
(1515, 'Jigoku Shojo 2', '1', '0', 'jigoku_shojo_2', 2, 1, '214'),
(1516, 'Jimmyhart', '1', '0', 'jimmyhart', 2, 1, '209'),
(1517, 'Jimmysnuka', '1', '0', 'jimmysnuka', 2, 1, '209'),
(1518, 'Johnmorrison', '1', '0', 'johnmorrison', 2, 1, '209'),
(1519, 'JP 5 Uears', '1', '0', 'jp_5years', 2, 1, '206'),
(1520, 'JP Godzilla', '1', '0', 'jp_godzilla', 2, 1, '204'),
(1521, 'JP Sushi', '1', '0', 'jp_sushi', 2, 1, '204'),
(1522, 'Juice', '1', '0', 'juice', 2, 1, '228'),
(1523, 'Jukka Guest', '1', '0', 'jukka_guest', 2, 1, '216'),
(1524, 'Jukka Guest2', '1', '0', 'jukka_guest2', 2, 1, '216'),
(1525, 'July0408 Boom 1', '1', '0', 'july0408_boom_1', 2, 1, '223'),
(1526, 'July408 Auntsamantha', '1', '0', 'july408_auntsamantha', 2, 1, '223'),
(1527, 'July408 Boom 2', '1', '0', 'july408_boom_2', 2, 1, '223'),
(1528, 'July408 Boom 3', '1', '0', 'july408_boom_3', 2, 1, '223'),
(1529, 'July408 Boom 4', '1', '0', 'july408_boom_4', 2, 1, '223'),
(1530, 'July408 Border', '1', '0', 'july408_border', 2, 1, '223'),
(1531, 'July408 July4th', '1', '0', 'july408_july4th', 2, 1, '223'),
(1532, 'July408 Unclesam', '1', '0', 'july408_unclesam', 2, 1, '223'),
(1533, 'K', '1', '0', 'k', 2, 1, '203'),
(1534, 'Karigrandi Sticker', '1', '0', 'karigrandi_sticker', 2, 1, '214'),
(1535, 'Kennydy Kstra', '1', '0', 'kennydykstra', 2, 1, '209'),
(1536, 'Ketupat', '1', '0', 'ketupat', 2, 1, '228'),
(1537, 'Kevinthorn', '1', '0', 'kevinthorn', 2, 1, '209'),
(1538, 'KFP Sticker 1', '1', '0', 'kfp_sticker_01', 2, 1, '214'),
(1539, 'KFP Sticker 2', '1', '0', 'kfp_sticker_02', 2, 1, '214'),
(1540, 'KFP Sticker 3', '1', '0', 'kfp_sticker_03', 2, 1, '214'),
(1541, 'KFP Sticker 4', '1', '0', 'kfp_sticker_04', 2, 1, '214'),
(1542, 'KFP Sticker 5', '1', '0', 'kfp_sticker_05', 2, 1, '214'),
(1543, 'KFP Sticker 6', '1', '0', 'kfp_sticker_06', 2, 1, '214'),
(1544, 'KFP Sticker 7', '1', '0', 'kfp_sticker_07', 2, 1, '214'),
(1545, 'KIP Partnerbtn', '1', '0', 'kip_partnerbtn', 2, 1, '225'),
(1546, 'KIR Stamp 1', '1', '0', 'kir-stamp1', 2, 1, '225'),
(1547, 'KIR Bam Sticker', '1', '0', 'kir_bam_sticker', 2, 1, '225'),
(1548, 'KIR Elkah Sticker', '1', '0', 'kir_elkah_sticker', 2, 1, '225'),
(1549, 'KIR Foz Sticker', '1', '0', 'kir_foz_sticker', 2, 1, '225'),
(1550, 'KIR Fushi Sticker', '1', '0', 'kir_fushi_sticker', 2, 1, '225'),
(1551, 'KIR Stamp 1', '1', '0', 'kir_stamp1', 2, 1, '225'),
(1552, 'KIR Stamp 2', '1', '0', 'kir_stamp2', 2, 1, '225'),
(1553, 'KIR Stamp 3', '1', '0', 'kir_stamp3', 2, 1, '225'),
(1555, 'Kir Stamp', '1', '0', 'kir_stamp4', 2, 1, '225'),
(1557, 'KIR Stamp 5', '1', '0', 'kir_stamp5', 2, 1, '225'),
(1558, 'KIR Stamp 6', '1', '0', 'kir_stamp6', 2, 1, '225'),
(1559, 'KIR Stamp 7', '1', '0', 'kir_stamp6_002', 2, 1, '225'),
(1561, 'KIR Sticker', '1', '0', 'kir_sticker', 2, 1, '225'),
(1562, 'KIR Winner 1', '1', '0', 'kir_winner_01', 2, 1, '225'),
(1563, 'KIR Winner 2', '1', '0', 'kir_winner_02', 2, 1, '225'),
(1564, 'KIR Winner 3', '1', '0', 'kir_winner_03', 2, 1, '225'),
(1565, 'KIR Winner 4', '1', '0', 'kir_winner_04', 2, 1, '225'),
(1566, 'KIR Winner 5', '1', '0', 'kir_winner_05', 2, 1, '225'),
(1567, 'KIR Winner 6', '1', '0', 'kir_winner_06', 2, 1, '225'),
(1568, 'KIR Winner 7', '1', '0', 'kir_winner_07', 2, 1, '225'),
(1569, 'KIR Winner 8', '1', '0', 'kir_winner_08', 2, 1, '225'),
(1570, 'KIR Winner 9', '1', '0', 'kir_winner_09', 2, 1, '225'),
(1571, 'KIR Winner 10', '1', '0', 'kir_winner_10', 2, 1, '225'),
(1572, 'KIR Winner 11', '1', '0', 'kir_winner_11', 2, 1, '225'),
(1573, 'KIR Yobbo Sticker', '1', '0', 'kir_yobbo_sticker', 2, 1, '225'),
(1574, 'Kitsune Wonders', '1', '0', 'kitsune_wonders', 2, 1, '224'),
(1575, 'Kitsune Yelling', '1', '0', 'kitsune_yelling', 2, 1, '224'),
(1576, 'Kitune Fighting', '1', '0', 'kitune_fighting', 2, 1, '224'),
(1580, 'Krans', '1', '0', 'krans', 2, 1, '228'),
(1581, 'L', '1', '0', 'l', 2, 1, '203'),
(1582, 'Lamp 1', '1', '0', 'lamp_1', 2, 1, '228'),
(1583, 'Lamp 2', '1', '0', 'lamp_2', 2, 1, '229'),
(1584, 'Lamp 3', '1', '0', 'lamp_3', 2, 1, '229'),
(1585, 'Lamp 4', '1', '0', 'lamp_4', 2, 1, '229'),
(1586, 'Lamp Group', '1', '0', 'lamp_group', 2, 1, '229'),
(1588, 'Lapanen Blue', '1', '0', 'lapanen_blue', 2, 1, '229'),
(1593, 'Lapanen Purple', '1', '0', 'lapanen_purple', 2, 1, '229'),
(1594, 'Lapanen Red', '1', '0', 'lapanen_red', 2, 1, '229'),
(1596, 'Lapanen Yellow', '1', '0', 'lapanen_yellow', 2, 1, '229'),
(1597, 'Lashey', '1', '0', 'lashey', 2, 1, '209'),
(1598, 'Leafs 1', '1', '0', 'leafs1', 2, 1, '215'),
(1599, 'Leafs 2', '1', '0', 'leafs2', 2, 1, '215'),
(1600, 'Leapday', '1', '0', 'leapday', 2, 1, '229'),
(1602, 'Letrah', '1', '0', 'letrah', 2, 1, '203'),
(1603, 'Letrai', '1', '0', 'letrai', 2, 1, '203'),
(1604, 'Lightbulb', '1', '0', 'lightbulb', 2, 1, '229'),
(1605, 'Limo Back', '1', '0', 'limo_back', 2, 1, '221'),
(1606, 'Limo Doorpiece', '1', '0', 'limo_doorpiece', 2, 1, '221'),
(1607, 'Limo Front', '1', '0', 'limo_front', 2, 1, '221'),
(1608, 'Limo Windowpiece', '1', '0', 'limo_windowpiece', 2, 1, '221'),
(1609, 'Linha', '1', '0', 'linha', 2, 1, '203'),
(1610, 'Linnsticker', '1', '0', 'linnsticker', 2, 1, '214'),
(1611, 'Little Dog Little Dog', '1', '0', 'littledoglittledog', 2, 1, '1000'),
(1612, 'Little Dog Mechahead', '1', '0', 'littledogmechahead', 2, 1, '1000'),
(1613, 'Little Dog Walking Mecha', '1', '0', 'littledogwalkingmecha', 2, 1, '1000'),
(1614, 'Loderse', '1', '0', 'loderse', 2, 1, '214'),
(1616, 'Lovebed', '1', '0', 'lovebed', 2, 1, '226'),
(1617, 'M', '1', '0', 'm', 2, 1, '203'),
(1620, 'Malecapitain Costume', '1', '0', 'malecapitain_costume', 2, 1, '1000'),
(1622, 'Mansikka Tarra', '1', '0', 'mansikka_tarra', 2, 1, '214'),
(1623, 'Maria', '1', '0', 'maria', 2, 1, '209'),
(1624, 'Mark Henry', '1', '0', 'markhenry', 2, 1, '209'),
(1625, 'Matt Hardy', '1', '0', 'matthardy', 2, 1, '209'),
(1626, 'Matt Striker', '1', '0', 'mattstriker', 2, 1, '209'),
(1627, 'May Weather', '1', '0', 'mayweather', 2, 1, '209'),
(1628, 'Melchor', '1', '0', 'melchor', 2, 1, '216'),
(1629, 'Melina', '1', '0', 'melina', 2, 1, '209'),
(1631, 'Mexico', '1', '0', 'mexico', 2, 1, '232'),
(1633, 'Mid Sommar 1', '1', '0', 'midsommar_1', 2, 1, '229'),
(1634, 'Mike Knoxx', '1', '0', 'mikeknoxx', 2, 1, '209'),
(1635, 'Miss J', '1', '0', 'missj', 2, 1, '216'),
(1636, 'Money Low', '1', '0', 'money_o', 2, 1, '215'),
(1637, 'Money Stash', '1', '0', 'money_stash', 2, 1, '215'),
(1638, 'Money High', '1', '0', 'money_v', 2, 1, '215'),
(1639, 'Mooncake Dark', '1', '0', 'mooncake_dark', 2, 1, '217'),
(1640, 'Mooncake Light', '1', '0', 'mooncake_light', 2, 1, '217'),
(1641, 'Mr Kennedy', '1', '0', 'mrkennedy', 2, 1, '209'),
(1642, 'Mummimor', '1', '0', 'mummimor', 2, 1, '216'),
(1643, 'N', '1', '0', 'n', 2, 1, '203');
INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(1644, 'Nail 2', '1', '0', 'nail2', 2, 1, '222'),
(1645, 'Nail 3', '1', '0', 'nail3', 2, 1, '222'),
(1646, 'Needle 1', '1', '0', 'needle_1', 2, 1, '222'),
(1647, 'Needle 2', '1', '0', 'needle_2', 2, 1, '222'),
(1648, 'Needle 3', '1', '0', 'needle_3', 2, 1, '222'),
(1649, 'Needle 4', '1', '0', 'needle_4', 2, 1, '222'),
(1650, 'Needle 5', '1', '0', 'needle_5', 2, 1, '222'),
(1652, 'Newyear 2007', '1', '0', 'newyear_2007_anim', 2, 1, '223'),
(1655, 'Newyear Sparkler', '1', '0', 'newyear_sparkler', 2, 1, '223'),
(1656, 'Nigiri Sushi', '1', '0', 'nigirisushi', 2, 1, '224'),
(1657, 'NL Coinguy Animated', '1', '0', 'nl_coinguy_animated', 2, 1, '230'),
(1658, 'NL Cupido', '1', '0', 'nl_cupido', 2, 1, '226'),
(1659, 'NL Downtown Costume', '1', '0', 'nl_downtown_costume', 2, 1, '208'),
(1660, 'NL Firecracker', '1', '0', 'nl_firecracker', 2, 1, '217'),
(1661, 'NL Football Guest', '1', '0', 'nl_football_guest', 2, 1, '232'),
(1662, 'NL Football Guest 2', '1', '0', 'nl_football_guest2', 2, 1, '232'),
(1663, 'NL Limo', '1', '0', 'nl_limo', 2, 1, '221'),
(1664, 'NL Wanted Costume', '1', '0', 'nl_wanted_costume', 2, 1, '208'),
(1665, 'No Space Sticker', '1', '0', 'no_space_sticker', 2, 1, '204'),
(1666, 'No Way Out Slanted', '1', '0', 'nowayout_slanted', 2, 1, '214'),
(1667, 'N-Jury', '1', '0', 'njury', 2, 1, '1000'),
(1668, 'N-Logo', '1', '0', 'nlogo', 2, 1, '1000'),
(1669, 'N-Stage', '1', '0', 'nstage', 2, 1, '1000'),
(1670, 'Nunzio', '1', '0', 'nunzio', 2, 1, '209'),
(1671, 'NZ Heart', '1', '0', 'nz_heart', 2, 1, '204'),
(1672, 'NZ Tiki', '1', '0', 'nz_tiki', 2, 1, '204'),
(1673, 'O', '1', '0', 'o', 2, 1, '203'),
(1674, 'O with Dots', '1', '0', 'o_with_dots', 2, 1, '203'),
(1675, 'Ogopogo 1', '1', '0', 'ogopogo1', 2, 1, '217'),
(1676, 'Oldfence Left', '1', '0', 'oldfence_left', 2, 1, '230'),
(1677, 'Oldfence Right', '1', '0', 'oldfence_right', 2, 1, '230'),
(1678, 'Orca Ideal Home', '1', '0', 'orca_ideal_home', 2, 1, '230'),
(1679, 'P', '1', '0', 'p', 2, 1, '203'),
(1680, 'Paper Clip 1', '1', '0', 'paper_clip_1', 2, 1, '222'),
(1681, 'Paper Clip 2', '1', '0', 'paper_clip_2', 2, 1, '222'),
(1682, 'Paper Clip 3', '1', '0', 'paper_clip_3', 2, 1, '222'),
(1683, 'Parrot', '1', '0', 'parrot', 2, 1, '230'),
(1684, 'Patsday Claddagh', '1', '0', 'patsday_claddagh', 2, 1, '241'),
(1685, 'Patsday Kissme', '1', '0', 'patsday_kissme', 2, 1, '241'),
(1687, 'Patsday Potogold', '1', '0', 'patsday_potogold', 2, 1, '241'),
(1688, 'Patsday Shamborderh', '1', '0', 'patsday_shamborderh', 2, 1, '241'),
(1689, 'Patsday Shamborderv', '1', '0', 'patsday_shamborderv', 2, 1, '241'),
(1690, 'Patsday Shamrock', '1', '0', 'patsday_shamrock', 2, 1, '241'),
(1691, 'Paul London', '1', '0', 'paullondon', 2, 1, '209'),
(1692, 'Paul Orndorff', '1', '0', 'paulorndorff', 2, 1, '209'),
(1693, 'Petite Boule', '1', '0', 'petiteboule', 2, 1, '1000'),
(1694, 'Pinrock Inrio', '1', '0', 'pinrockinrio', 2, 1, '1000'),
(1695, 'Pirate', '1', '0', 'pirate', 2, 1, '1000'),
(1696, 'Pirate Captain', '1', '0', 'piratecaptain', 2, 1, '1000'),
(1697, 'Pirate Cutlass', '1', '0', 'piratecutlass', 2, 1, '1000'),
(1698, 'Pirate Dude 1', '1', '0', 'piratedude01', 2, 1, '1000'),
(1699, 'Pirate Dude 2', '1', '0', 'piratedude02', 2, 1, '1000'),
(1700, 'Pirate Flag', '1', '0', 'pirateflag', 2, 1, '1000'),
(1701, 'Pirate Scroll', '1', '0', 'piratescroll', 2, 1, '1000'),
(1702, 'Pirate Treasure 1', '1', '0', 'piratetreasure01', 2, 1, '1000'),
(1703, 'Pirate Treasure 2', '1', '0', 'piratetreasure02', 2, 1, '1000'),
(1704, 'Plaster', '1', '0', 'plaster', 2, 1, '229'),
(1705, 'Plaster 2', '1', '0', 'plaster2', 2, 1, '229'),
(1706, 'Ponto', '1', '0', 'ponto', 2, 1, '203'),
(1707, 'Poppy', '1', '0', 'poppy', 2, 1, '229'),
(1708, 'Poptart', '1', '0', 'poptartcv1b2', 2, 1, '1000'),
(1710, 'Poptart 2', '1', '0', 'poptartcv2b2', 2, 1, '1000'),
(1711, 'Poptart 3', '1', '0', 'poptartcv2ba', 2, 1, '1000'),
(1712, 'Poptarts 1', '1', '0', 'poptartsb1b', 2, 1, '1000'),
(1713, 'Poptarts 2', '1', '0', 'poptartsb2b', 2, 1, '1000'),
(1714, 'Pro Eco', '1', '0', 'pro_eco', 2, 1, '235'),
(1717, 'Prom of the Dead Sticker Brains', '1', '0', 'promofthedead_sticker_brains', 2, 1, '221'),
(1718, 'Prom of the Dead Sticker Dress', '1', '0', 'promofthedead_sticker_dress', 2, 1, '221'),
(1719, 'Prom of the Dead Sticker Duck', '1', '0', 'promofthedead_sticker_duck', 2, 1, '221'),
(1720, 'Prom of the Dead Sticker Poster', '1', '0', 'promofthedead_sticker_poster', 2, 1, '221'),
(1721, 'Prom of the Dead Sticker Suit', '1', '0', 'promofthedead_sticker_suit', 2, 1, '221'),
(1722, 'Prom of the Dead Sticker Zombie', '1', '0', 'promofthedead_sticker_zombie', 2, 1, '221'),
(1723, 'Q', '1', '0', 'q', 2, 1, '203'),
(1724, 'Queensibidi', '1', '0', 'queensibidi', 2, 1, '216'),
(1725, 'Question', '1', '0', 'question', 2, 1, '203'),
(1726, 'R', '1', '0', 'r', 2, 1, '203'),
(1727, 'Radar', '1', '0', 'radar', 2, 1, '216'),
(1728, 'Randy Orton', '1', '0', 'randyorton', 2, 1, '209'),
(1729, 'Rasta', '1', '0', 'rasta', 2, 1, '216'),
(1730, 'Ratv 2', '1', '0', 'ratv2', 2, 1, '217'),
(1731, 'Red Hockeystick', '1', '0', 'redhockeystick', 2, 1, '213'),
(1732, 'Redlamp', '1', '0', 'redlamp', 2, 1, '229'),
(1733, 'Red Starfish', '1', '0', 'redstarfish', 2, 1, '229'),
(1734, 'Referee 1 Guest', '1', '0', 'referee_01_guest', 2, 1, '216'),
(1735, 'Referee 2 Guest', '1', '0', 'referee_02_guest', 2, 1, '1000'),
(1736, 'Referee 3 Guest', '1', '0', 'referee_03_guest', 2, 1, '216'),
(1737, 'Reymysterio', '1', '0', 'reymysterio', 2, 1, '209'),
(1738, 'Ricflair', '1', '0', 'ricflair', 2, 1, '209'),
(1739, 'Roddypiper', '1', '0', 'roddypiper', 2, 1, '209'),
(1740, 'Ronsimmons', '1', '0', 'ronsimmons', 2, 1, '209'),
(1741, 'Room of the Week', '1', '0', 'room_of_the_week', 2, 1, '50'),
(1742, 'Rt Stiker', '1', '0', 'rtsstciker', 2, 1, '1000'),
(1744, 'Rt Sticker v1', '1', '0', 'rtsticker_v1', 2, 1, '1000'),
(1745, 'Ruler Horizontal', '1', '0', 'ruler_horizontal', 2, 1, '215'),
(1746, 'Ruler Vertical', '1', '0', 'ruler_vertical', 2, 1, '215'),
(1747, 'S', '1', '0', 's', 2, 1, '203'),
(1748, 'Sack Costume', '1', '0', 'sackcostume', 2, 1, '208'),
(1749, 'Safer Internet 2008', '1', '0', 'saferinternet2008', 2, 1, '229'),
(1750, 'Samsung 1', '1', '0', 'samsung1', 2, 1, '214'),
(1751, 'Samsung 2', '1', '0', 'samsung2', 2, 1, '214'),
(1752, 'Samsung 3', '1', '0', 'samsung3', 2, 1, '214'),
(1753, 'Samsung 4', '1', '0', 'samsung4', 2, 1, '214'),
(1754, 'Samsung 5', '1', '0', 'samsung5', 2, 1, '214'),
(1755, 'Santa 3000 Character', '1', '0', 'santa3000_character', 2, 1, '1000'),
(1756, 'Santinoma Rella', '1', '0', 'santinomarella', 2, 1, '209'),
(1758, 'Sasquatch', '1', '0', 'sasquatch7', 2, 1, '229'),
(1759, 'Sasquatch Hands', '1', '0', 'sasquatch_hands', 2, 1, '208'),
(1760, 'Satay', '1', '0', 'satay', 2, 1, '229'),
(1761, 'Scubacapsule Anim', '1', '0', 'scubacapsule_anim', 2, 1, '208'),
(1762, 'SE Sticker Competition', '1', '0', 'se_sticker_competition', 2, 1, '208'),
(1763, 'Seagull 1', '1', '0', 'seagull_01', 2, 1, '207'),
(1764, 'Seagull 2', '1', '0', 'seagull_02', 2, 1, '207'),
(1767, 'Sea Shell', '1', '0', 'seashell', 2, 1, '207'),
(1768, 'Sergeant Slaughter', '1', '0', 'sergeantslaughter', 2, 1, '209'),
(1769, 'MTV Sticker 1', '1', '0', 'sg_mtv_sticker_01', 2, 1, '214'),
(1770, 'MTV Sticker 2', '1', '0', 'sg_mtv_sticker_02', 2, 1, '214'),
(1771, 'MTV Sticker 3', '1', '0', 'sg_mtv_sticker_03', 2, 1, '214'),
(1772, 'Shell', '1', '0', 'shell', 2, 1, '207'),
(1773, 'Shelton Benjamin', '1', '0', 'sheltonbenjamin', 2, 1, '209'),
(1774, 'Shrubbery', '1', '0', 'shrubbery', 2, 1, '229'),
(1775, 'Silver Medallion', '1', '0', 'silvermedallion', 2, 1, '1000'),
(1776, 'Skeletor 1', '1', '0', 'skeletor_001', 2, 1, '220'),
(1777, 'Skull', '1', '0', 'skull', 2, 1, '220'),
(1778, 'Skull 2', '1', '0', 'skull2', 2, 1, '220'),
(1779, 'Slash', '1', '0', 'slash', 2, 1, '203'),
(1780, 'Smichaels', '1', '0', 'smichaels', 2, 1, '209'),
(1781, 'Snitsky', '1', '0', 'snitsky', 2, 1, '209'),
(1782, 'Snowball', '1', '0', 'snowball', 2, 1, '229'),
(1783, 'Snowball Bumpy', '1', '0', 'snowball_bumpy', 2, 1, '229'),
(1784, 'Snowball Smooth', '1', '0', 'snowball_smooth', 2, 1, '1000'),
(1785, 'Soccer Dude 1', '1', '0', 'soccer_dude_1', 2, 1, '232'),
(1786, 'Soccer Dude 2', '1', '0', 'soccer_dude_2', 2, 1, '232'),
(1787, 'Soccer Dude 3', '1', '0', 'soccer_dude_3', 2, 1, '232'),
(1788, 'Soccer Dude 4', '1', '0', 'soccer_dude_4', 2, 1, '232'),
(1789, 'Soccer Dude 5', '1', '0', 'soccer_dude_5', 2, 1, '232'),
(1790, 'Soccer Shirt 1', '1', '0', 'soccer_shirt1', 2, 1, '1000'),
(1791, 'Soccer Shirt 10', '1', '0', 'soccer_shirt10', 2, 1, '1000'),
(1792, 'Soccer Shirt 11', '1', '0', 'soccer_shirt11', 2, 1, '1000'),
(1793, 'Soccer Shirt 12', '1', '0', 'soccer_shirt12', 2, 1, '1000'),
(1794, 'Soccer Shirt 13', '1', '0', 'soccer_shirt13', 2, 1, '1000'),
(1795, 'Soccer Shirt 14', '1', '0', 'soccer_shirt14', 2, 1, '1000'),
(1796, 'Soccer Shirt 15', '1', '0', 'soccer_shirt15', 2, 1, '1000'),
(1797, 'Soccer Shirt 16', '1', '0', 'soccer_shirt16', 2, 1, '1000'),
(1798, 'Soccer Shirt 17', '1', '0', 'soccer_shirt17', 2, 1, '1000'),
(1799, 'Soccer Shirt 18', '1', '0', 'soccer_shirt18', 2, 1, '1000'),
(1800, 'Soccer Shirt 19', '1', '0', 'soccer_shirt19', 2, 1, '1000'),
(1801, 'Soccer Shirt 2', '1', '0', 'soccer_shirt2', 2, 1, '1000'),
(1802, 'Soccer Shirt 20', '1', '0', 'soccer_shirt20', 2, 1, '1000'),
(1803, 'Soccer Shirt 3', '1', '0', 'soccer_shirt3', 2, 1, '1000'),
(1804, 'Soccer Shirt 4', '1', '0', 'soccer_shirt4', 2, 1, '1000'),
(1805, 'Soccer Shirt 5', '1', '0', 'soccer_shirt5', 2, 1, '1000'),
(1806, 'Soccer Shirt 6', '1', '0', 'soccer_shirt6', 2, 1, '1000'),
(1807, 'Soccer Shirt 7', '1', '0', 'soccer_shirt7', 2, 1, '1000'),
(1808, 'Soccer Shirt 8', '1', '0', 'soccer_shirt8', 2, 1, '1000'),
(1809, 'Soccer Shirt 9', '1', '0', 'soccer_shirt9', 2, 1, '1000'),
(1810, 'Soccer Short 1', '1', '0', 'soccer_short1', 2, 1, '1000'),
(1811, 'Soccer Short 10', '1', '0', 'soccer_short10', 2, 1, '1000'),
(1812, 'Soccer Short 11', '1', '0', 'soccer_short11', 2, 1, '1000'),
(1813, 'Soccer Short 12', '1', '0', 'soccer_short12', 2, 1, '1000'),
(1814, 'Soccer Short 13', '1', '0', 'soccer_short13', 2, 1, '1000'),
(1815, 'Soccer Short 14', '1', '0', 'soccer_short14', 2, 1, '1000'),
(1816, 'Soccer Short 15', '1', '0', 'soccer_short15', 2, 1, '1000'),
(1817, 'Soccer Short 16', '1', '0', 'soccer_short16', 2, 1, '1000'),
(1818, 'Soccer Short 17', '1', '0', 'soccer_short17', 2, 1, '1000'),
(1819, 'Soccer Short 18', '1', '0', 'soccer_short18', 2, 1, '1000'),
(1820, 'Soccer Short 19', '1', '0', 'soccer_short19', 2, 1, '1000'),
(1821, 'Soccer Short 2', '1', '0', 'soccer_short2', 2, 1, '1000'),
(1822, 'Soccer Short 20', '1', '0', 'soccer_short20', 2, 1, '1000'),
(1823, 'Soccer Short 3', '1', '0', 'soccer_short3', 2, 1, '1000'),
(1824, 'Soccer Short 4', '1', '0', 'soccer_short4', 2, 1, '1000'),
(1825, 'Soccer Short 5', '1', '0', 'soccer_short5', 2, 1, '1000'),
(1826, 'Soccer Short 6', '1', '0', 'soccer_short6', 2, 1, '1000'),
(1827, 'Soccer Short 7', '1', '0', 'soccer_short7', 2, 1, '1000'),
(1828, 'Soccer Short 8', '1', '0', 'soccer_short8', 2, 1, '1000'),
(1829, 'Soccer Short 9', '1', '0', 'soccer_short9', 2, 1, '1000'),
(1830, 'Sofresh', '1', '0', 'sofresh', 2, 1, '204'),
(1831, 'spiderwick Goblin 1 L', '1', '0', 'spiderwick_goblin1_l', 2, 1, '214'),
(1832, 'spiderwick Goblin 1 R', '1', '0', 'spiderwick_goblin1_r', 2, 1, '214'),
(1833, 'spiderwick Goblin 2 L', '1', '0', 'spiderwick_goblin2_l', 2, 1, '214'),
(1834, 'spiderwick Goblin 2 R', '1', '0', 'spiderwick_goblin2_r', 2, 1, '214'),
(1835, 'spiderwick Goblin Anim L', '1', '0', 'spiderwick_goblin_anim_l', 2, 1, '214'),
(1836, 'spiderwick Goblin Anim R', '1', '0', 'spiderwick_goblin_anim_r', 2, 1, '214'),
(1837, 'spiderwick Griffin L', '1', '0', 'spiderwick_griffin_l', 2, 1, '214'),
(1838, 'spiderwick Griffin R', '1', '0', 'spiderwick_griffin_r', 2, 1, '214'),
(1839, 'spiderwick Sprite 1 L', '1', '0', 'spiderwick_sprite1_l', 2, 1, '214'),
(1840, 'spiderwick Sprite 1 R', '1', '0', 'spiderwick_sprite1_r', 2, 1, '214'),
(1841, 'spiderwick Sprite 2 L', '1', '0', 'spiderwick_sprite2_l', 2, 1, '214'),
(1842, 'spiderwick Sprite 2 R', '1', '0', 'spiderwick_sprite2_r', 2, 1, '214'),
(1843, 'spiderwick Toadstooll', '1', '0', 'spiderwick_toadstooll', 2, 1, '1000'),
(1844, 'Spiderwick Toadstooll 2', '1', '0', 'spiderwick_toadstoolr', 2, 1, '1000'),
(1845, 'Spill 1', '1', '0', 'spill1', 2, 1, '229'),
(1846, 'Spill 2', '1', '0', 'spill2', 2, 1, '229'),
(1847, 'Spill 3', '1', '0', 'spill3', 2, 1, '229'),
(1848, 'Spotlight Sticker', '1', '0', 'spotlight_sticker', 2, 1, '229'),
(1849, 'Spotlight Sticker 2', '1', '0', 'spotlight_sticker2_001', 2, 1, '229'),
(1852, 'Spray', '1', '0', 'spray1', 2, 1, '229'),
(1853, 'Spray 2', '1', '0', 'spray2', 2, 1, '229'),
(1854, 'Squib', '1', '0', 'squib', 2, 1, '229'),
(1856, 'Snowstorm Boots Blue', '1', '0', 'sbootsitjalapaset_blue', 2, 1, '1000'),
(1857, 'Snowstorm Boots Red ', '1', '0', 'sbootsitjalapaset_red', 2, 1, '1000'),
(1858, 'Snowstorm Costume Blue', '1', '0', 'scostume_blue', 2, 1, '1000'),
(1859, 'Snowstorm Costume Red', '1', '0', 'scostume_red', 2, 1, '1000'),
(1860, 'Shitby Snowball', '1', '0', 'shitby_snowball', 2, 1, '1000'),
(1861, 'Snowstorm Ballmachine', '1', '0', 'ssnowballmachine', 2, 1, '1000'),
(1862, 'Snowstorm Flake', '1', '0', 'ssnowflake1', 2, 1, '1000'),
(1865, 'Snowstorm Flake 2', '1', '0', 'ssnowflake2', 2, 1, '1000'),
(1866, 'Snowstorm Man', '1', '0', 'ssnowman', 2, 1, '1000'),
(1867, 'Snowstorm Queen', '1', '0', 'ssnowqueen', 2, 1, '1000'),
(1868, 'Snowstorm Tree', '1', '0', 'ssnowtree', 2, 1, '1000'),
(1869, 'Stanley Cup Sticker', '1', '0', 'stanleycupsticker', 2, 1, '213'),
(1870, 'Star', '1', '0', 'star', 2, 1, '203'),
(1872, 'Starburst', '1', '0', 'starburst', 2, 1, '214'),
(1873, 'Stevie Richards', '1', '0', 'stevierichards', 2, 1, '209'),
(1874, 'Stewardes Costume', '1', '0', 'stewardescostume', 2, 1, '1000'),
(1875, 'Sticker Aunt Samantha', '1', '0', 'stickerauntsamantha', 2, 1, '1000'),
(1876, 'Sticker Flagborder', '1', '0', 'stickerflagborder', 2, 1, '1000'),
(1877, 'Sticker 3 Years', '1', '0', 'sticker_3years', 2, 1, '206'),
(1879, 'Sticker Arrow Down', '1', '0', 'sticker_arrow_down', 2, 1, '222'),
(1880, 'Sticker Arrow Left', '1', '0', 'sticker_arrow_left', 2, 1, '222'),
(1881, 'Sticker Arrow Right', '1', '0', 'sticker_arrow_right', 2, 1, '222'),
(1882, 'Sticker Arrow Up', '1', '0', 'sticker_arrow_up', 2, 1, '222'),
(1883, 'Sticker Award Bronze', '1', '0', 'sticker_award_bronze', 2, 1, '50'),
(1884, 'Sticker Award Gold', '1', '0', 'sticker_award_gold', 2, 1, '50'),
(1886, 'Sticker Award Silver', '1', '0', 'sticker_award_silver', 2, 1, '50'),
(1888, 'Sticker Bonsai Ninjaf', '1', '0', 'sticker_bonsai_ninjaf', 2, 1, '224'),
(1889, 'Sticker Bonsai Ninjafa', '1', '0', 'sticker_bonsai_ninjafa', 2, 1, '224'),
(1890, 'Sticker Bonsai Ninjam', '1', '0', 'sticker_bonsai_ninjam', 2, 1, '224'),
(1891, 'Sticker Bonsai Ninjama', '1', '0', 'sticker_bonsai_ninjama', 2, 1, '224'),
(1892, 'Sticker Bonsai Samuraif', '1', '0', 'sticker_bonsai_samuraif', 2, 1, '224'),
(1893, 'Sticker Bonsai Samuraifa', '1', '0', 'sticker_bonsai_samuraifa', 2, 1, '224'),
(1894, 'Sticker Bonsai Samuraim', '1', '0', 'sticker_bonsai_samuraim', 2, 1, '224'),
(1895, 'Sticker Bonsai Samuraima', '1', '0', 'sticker_bonsai_samuraima', 2, 1, '224'),
(1897, 'Sticker Boxer', '1', '0', 'sticker_boxer', 2, 1, '216'),
(1898, 'Sticker Caballoons', '1', '0', 'sticker_caballoons', 2, 1, '213'),
(1899, 'Sticker Cabin', '1', '0', 'sticker_cabin', 2, 1, '229'),
(1900, 'Sticker Cactuanim', '1', '0', 'sticker_cactuanim', 2, 1, '1000'),
(1901, 'Sticker Cais 4', '1', '0', 'sticker_cais4', 2, 1, '213'),
(1902, 'sticker_Cape', '1', '0', 'sticker_cape', 2, 1, '208'),
(1903, 'Sticker Catinabox', '1', '0', 'sticker_catinabox', 2, 1, '229'),
(1904, 'Sticker Chauvesouri', '1', '0', 'sticker_chauvesouri', 2, 1, '1000'),
(1905, 'Sticker Chauvesouris', '1', '0', 'sticker_chauvesouris', 2, 1, '1000'),
(1906, 'Sticker Chica_Tampax', '1', '0', 'sticker_chica_tampax', 2, 1, '214'),
(1907, 'Sticker Chica_Tampax 1', '1', '0', 'sticker_chica_tampax1', 2, 1, '214'),
(1908, 'Sticker Chica Tampax 2', '1', '0', 'sticker_chica_tampax2', 2, 1, '214'),
(1909, 'Sticker Chips', '1', '0', 'sticker_chips', 2, 1, '229'),
(1910, 'Sticker Clown Anim', '1', '0', 'sticker_clown_anim', 2, 1, '216'),
(1911, 'Sticker Coffee Stain', '1', '0', 'sticker_coffee_stain', 2, 1, '229'),
(1912, 'Sticker Coffee Steam Blue', '1', '0', 'sticker_coffee_steam_blue', 2, 1, '229'),
(1913, 'Sticker Coffee Steam Grey', '1', '0', 'sticker_coffee_steam_grey', 2, 1, '229'),
(1914, 'Sticker Croco', '1', '0', 'sticker_croco', 2, 1, '229'),
(1915, 'Sticker DA Blingclock', '1', '0', 'sticker_da_blingclock', 2, 1, '229'),
(1916, 'Sticker Dreamer', '1', '0', 'sticker_dreamer', 2, 1, '229'),
(1917, 'Sticker Effect Bam', '1', '0', 'sticker_effect_bam', 2, 1, '240'),
(1918, 'Sticker Effect Burp', '1', '0', 'sticker_effect_burp', 2, 1, '240'),
(1919, 'Sticker Effect Whoosh 2', '1', '0', 'sticker_effect_whoosh2', 2, 1, '240'),
(1920, 'Sticker Effect Woosh', '1', '0', 'sticker_effect_woosh', 2, 1, '240'),
(1921, 'Sticker Effect Zap', '1', '0', 'sticker_effect_zap', 2, 1, '240'),
(1922, 'Sticker Eraser', '1', '0', 'sticker_eraser', 2, 1, '229'),
(1923, 'Sticker Eye Anim', '1', '0', 'sticker_eye_anim', 2, 1, '229'),
(1924, 'Sticker Eye Evil Anim', '1', '0', 'sticker_eye_evil_anim', 2, 1, '229'),
(1925, 'Sticker Eyeblue', '1', '0', 'sticker_eyeblue', 2, 1, '1000'),
(1926, 'Sticker Fireworkboom 3', '1', '0', 'sticker_fireworkboom3', 2, 1, '223'),
(1927, 'Sticker Flames', '1', '0', 'sticker_flames', 2, 1, '229'),
(1928, 'Sticker Flameskull', '1', '0', 'sticker_flameskull', 2, 1, '1000'),
(1929, 'Sticker Flower', '1', '0', 'sticker_flower1', 2, 1, '210'),
(1930, 'Sticker Flower Big Yellow', '1', '0', 'sticker_flower_big_yellow', 2, 1, '210'),
(1931, 'Sticker Flower Pink', '1', '0', 'sticker_flower_pink', 2, 1, '210'),
(1932, 'Sticker Gala', '1', '0', 'sticker_gala', 2, 1, '214'),
(1934, 'Sticker Gentleman', '1', '0', 'sticker_gentleman', 2, 1, '216'),
(1935, 'Sticker Glasseelton', '1', '0', 'sticker_glasseelton', 2, 1, '1000'),
(1936, 'Sticker Glassesupernerd', '1', '0', 'sticker_glassesupernerd', 2, 1, '1000'),
(1945, 'Sticker Gurubeard Brown', '1', '0', 'sticker_gurubeard_brown', 2, 1, '208'),
(1946, 'Sticker Gurubeard Gray', '1', '0', 'sticker_gurubeard_gray', 2, 1, '208'),
(1947, 'Sticker Heartbeat', '1', '0', 'sticker_heartbeat', 2, 1, '226'),
(1949, 'Sticker Hole', '1', '0', 'sticker_hole', 2, 1, '229'),
(1950, 'Sticker Hulkhogan', '1', '0', 'sticker_hulkhogan', 2, 1, '208'),
(1951, 'Sticker Iheartfools', '1', '0', 'sticker_iheartfools', 2, 1, '204'),
(1952, 'Sticker Koopa', '1', '0', 'sticker_koopa', 2, 1, '212'),
(1953, 'Sticker Lonewolf', '1', '0', 'sticker_lonewolf', 2, 1, '229'),
(1954, 'Sticker Luigi', '1', '0', 'sticker_luigi', 2, 1, '212'),
(1955, 'Sticker Mamasboy', '1', '0', 'sticker_mamasboy', 2, 1, '229'),
(1956, 'Sticker Maquillage', '1', '0', 'sticker_maquillage', 2, 1, '208'),
(1957, 'Sticker Mario', '1', '0', 'sticker_mario', 2, 1, '212'),
(1958, 'Sticker Masque', '1', '0', 'sticker_masque_01', 2, 1, '208'),
(1959, 'Sticker Masque 2', '1', '0', 'sticker_masque_02', 2, 1, '208'),
(1960, 'Sticker Masque 3', '1', '0', 'sticker_masque_03', 2, 1, '208'),
(1961, 'sticker_Masque 4', '1', '0', 'sticker_masque_04', 2, 1, '208'),
(1962, 'Sticker Masque 5', '1', '0', 'sticker_masque_05', 2, 1, '208'),
(1963, 'Sticker Masque Or', '1', '0', 'sticker_masque_or', 2, 1, '208'),
(1964, 'Sticker Mathoffman', '1', '0', 'sticker_mathoffman', 2, 1, '214'),
(1965, 'Sticker Mineur', '1', '0', 'sticker_mineur', 2, 1, '216'),
(1966, 'Sticker Monolithe', '1', '0', 'sticker_monolithe', 2, 1, '229'),
(1967, 'Sticker Moonpig', '1', '0', 'sticker_moonpig', 2, 1, '229'),
(1972, 'Sticker Peach', '1', '0', 'sticker_peach', 2, 1, '212'),
(1973, 'Sticker Pencil', '1', '0', 'sticker_pencil', 2, 1, '229'),
(1974, 'Sticker Pencil 2', '1', '0', 'sticker_pencil_2', 2, 1, '230'),
(1975, 'Sticker Pointing Hand 1', '1', '0', 'sticker_pointing_hand_1', 2, 1, '222'),
(1976, 'Sticker Pointing Hand 2', '1', '0', 'sticker_pointing_hand_2', 2, 1, '222'),
(1977, 'Sticker Pointing Hand 3', '1', '0', 'sticker_pointing_hand_3', 2, 1, '222'),
(1978, 'Sticker Pointing Hand 4', '1', '0', 'sticker_pointing_hand_4', 2, 1, '222'),
(1979, 'Sticker Prankster', '1', '0', 'sticker_prankster', 2, 1, '230'),
(1980, 'Sticker Romantic', '1', '0', 'sticker_romantic', 2, 1, '230'),
(2654, 'Sticker Spaceduck', '1', '0', 'sticker_spaceduck', 2, 1, '230'),
(1985, 'Sticker Sboard 1', '1', '0', 'sticker_sboard1', 2, 1, '207'),
(1986, 'Sticker Sboard 2', '1', '0', 'sticker_sboard2', 2, 1, '207'),
(1987, 'Sticker Sboard 3', '1', '0', 'sticker_sboard3', 2, 1, '207'),
(1988, 'Sticker Skull', '1', '0', 'sticker_skull', 2, 1, '1000'),
(1989, 'Sticker Skull 2', '1', '0', 'sticker_skull2', 2, 1, '1000'),
(1990, 'Sticker Sleeping Habbo', '1', '0', 'sticker_sleeping_habbo', 2, 1, '216'),
(1992, 'Sticker Spiky Wristband', '1', '0', 'sticker_spiky_wristband', 2, 1, '230'),
(1997, 'Sticker Squelette', '1', '0', 'sticker_squelette', 2, 1, '220'),
(1998, 'Sticker Submarine', '1', '0', 'sticker_submarine', 2, 1, '230'),
(1999, 'Sticker Teensberg', '1', '0', 'sticker_teensberg', 2, 1, '1000'),
(2000, 'Sticker Themepark 2', '1', '0', 'sticker_themepark_002', 2, 1, '228'),
(2001, 'Sticker Themepark 3', '1', '0', 'sticker_themepark_003', 2, 1, '234'),
(2002, 'Sticker Tiki Flamesboard', '1', '0', 'sticker_tiki_flamesboard', 2, 1, '207'),
(2006, 'Sticker Tour', '1', '0', 'sticker_tour', 2, 1, '214'),
(2007, 'Sticker Trax Bling', '1', '0', 'sticker_trax_bling', 2, 1, '1000'),
(2008, 'Sticker Trax Heavy', '1', '0', 'sticker_trax_heavy', 2, 1, '1000'),
(2009, 'Sticker Trax Rock', '1', '0', 'sticker_trax_rock', 2, 1, '1000'),
(2010, 'Sticker Trophy Award', '1', '0', 'sticker_trophy_award', 2, 1, '230'),
(2011, 'Sticker Unclesam', '1', '0', 'sticker_unclesam', 2, 1, '223'),
(2012, 'Sticker Woodboard', '1', '0', 'sticker_woodboard', 2, 1, '207'),
(2013, 'Sticker Zipper H Bobba Lock', '1', '0', 'sticker_zipper_h_bobba_lock', 2, 1, '215'),
(2014, 'Sticker Zipper H End', '1', '0', 'sticker_zipper_h_end', 2, 1, '215'),
(2015, 'Sticker Zipper H Normal Lock', '1', '0', 'sticker_zipper_h_normal_lock', 2, 1, '215'),
(2016, 'Sticker Zipper H Tile', '1', '0', 'sticker_zipper_h_tile', 2, 1, '215'),
(2017, 'Sticker Zipper V Bobba Lock', '1', '0', 'sticker_zipper_v_bobba_lock', 2, 1, '215'),
(2018, 'Sticker Zipper V End', '1', '0', 'sticker_zipper_v_end', 2, 1, '215'),
(2019, 'Sticker Zipper V Normal Lock', '1', '0', 'sticker_zipper_v_normal_lock', 2, 1, '215'),
(2020, 'Sticker Zipper V Tile', '1', '0', 'sticker_zipper_v_tile', 2, 1, '215'),
(2021, 'Goth Border Vertical', '1', '0', 'goth_border_vertical', 2, 1, '215'),
(2022, 'Stonecold', '1', '0', 'stonecold', 2, 1, '209'),
(2023, 'Stray Pixels Winner', '1', '0', 'straypixelswinner', 2, 1, '230'),
(2024, 'Streaker', '1', '0', 'streaker', 2, 1, '216'),
(2025, 'Summer Flowerwreath', '1', '0', 'summerflowerwreath', 2, 1, '1000'),
(2026, 'Summer Beachballafro', '1', '0', 'summer_beachballafro', 2, 1, '207'),
(2027, 'Summer Blueberry Left', '1', '0', 'summer_blueberry_left', 2, 1, '207'),
(2031, 'Summer Blueberry Right', '1', '0', 'summer_blueberry_right', 2, 1, '207'),
(2033, 'Summer Cloud 1', '1', '0', 'summer_cloud1', 2, 1, '207'),
(2035, 'Summer Cloud 2', '1', '0', 'summer_cloud2', 2, 1, '207'),
(2037, 'Summer Cloud 3', '1', '0', 'summer_cloud3', 2, 1, '207'),
(2039, 'Summer Flowerwreath 2', '1', '0', 'summer_flowerwreath', 2, 1, '207'),
(2040, 'Summer Kite', '1', '0', 'summer_kite', 2, 1, '207'),
(2043, 'Summer Rollerblades', '1', '0', 'summer_rollerblades', 2, 1, '207'),
(2044, 'Summer Rowingboat', '1', '0', 'summer_rowingboat', 2, 1, '207'),
(2045, 'Summer Skateboard', '1', '0', 'summer_skateboard', 2, 1, '207'),
(2046, 'Summer Swim Trunk', '1', '0', 'summer_swim_trunk', 2, 1, '207'),
(2047, 'Summer sticker_Strawberry', '1', '0', 'summersticker_strawberry', 2, 1, '207'),
(2048, 'Sunflower', '1', '0', 'sunflower', 2, 1, '210'),
(2050, 'Supercrazy', '1', '0', 'supercrazy', 2, 1, '209'),
(2051, 'Superjatt', '1', '0', 'superjatt', 2, 1, '1000'),
(2052, 'Surflifesaver', '1', '0', 'surflifesaver', 2, 1, '1000'),
(2053, 'Sushi Ika Squid', '1', '0', 'sushi_ika_squid', 2, 1, '224'),
(2054, 'Sushi Ikura Caviar', '1', '0', 'sushi_ikura_caviar', 2, 1, '224'),
(2055, 'Sushi Kohada Mackerel', '1', '0', 'sushi_kohada_mackerel', 2, 1, '224'),
(2056, 'Sushi Maguro', '1', '0', 'sushi_maguro', 2, 1, '224'),
(2057, 'Sushi Tamago Egg', '1', '0', 'sushi_tamago_egg', 2, 1, '224'),
(2058, 'Sushi Uni Sea Urchin', '1', '0', 'sushi_uni_sea_urchin', 2, 1, '224'),
(2059, 'Swimming Fish', '1', '0', 'swimming_fish', 2, 1, '230'),
(2060, 'T', '1', '0', 't', 2, 1, '203'),
(2061, 'Tahti', '1', '0', 'tahti', 2, 1, '237'),
(2062, 'Tall Ship', '1', '0', 'tall_ship', 2, 1, '218'),
(2064, 'Tampax Signboard', '1', '0', 'tampax_signboard', 2, 1, '214'),
(2068, 'Tepetepe 2', '1', '0', 'tepetepe2', 2, 1, '1000'),
(2069, 'Thanksgiving 07', '1', '0', 'thanksgiving07', 2, 1, '230'),
(2070, 'The Great Khali', '1', '0', 'thegreatkhali', 2, 1, '209'),
(2071, 'The Miz', '1', '0', 'themiz', 2, 1, '209'),
(2072, 'The Safety Box', '1', '0', 'thesafetybox', 2, 1, '230'),
(2073, 'Tiki Cloudtiki L', '1', '0', 'tiki_cloudtiki_l', 2, 1, '207'),
(2074, 'Tiki Cloudtiki R', '1', '0', 'tiki_cloudtiki_r', 2, 1, '207'),
(2075, 'Tiki Flowersboard', '1', '0', 'tiki_flowersboard', 2, 1, '207'),
(2076, 'Tiki Greenboard', '1', '0', 'tiki_greenboard', 2, 1, '207'),
(2077, 'Tiki Moarider F', '1', '0', 'tiki_moarider_f', 2, 1, '207'),
(2078, 'Tiki Moarider M', '1', '0', 'tiki_moarider_m', 2, 1, '207'),
(2079, 'Tiki Planttiki L', '1', '0', 'tiki_planttiki_l', 2, 1, '207'),
(2080, 'Tiki Planttiki R', '1', '0', 'tiki_planttiki_r', 2, 1, '207'),
(2081, 'Tiki Skulltiki L', '1', '0', 'tiki_skulltiki_l', 2, 1, '207'),
(2082, 'Tiki Skulltiki R', '1', '0', 'tiki_skulltiki_r', 2, 1, '207'),
(2083, 'Tiki Watertiki L', '1', '0', 'tiki_watertiki_l', 2, 1, '207'),
(2084, 'Tiki Watertiki R', '1', '0', 'tiki_watertiki_r', 2, 1, '207'),
(2085, 'Tiki Woodboard', '1', '0', 'tiki_woodboard', 2, 1, '207'),
(2086, 'Toffee Tarra', '1', '0', 'toffee_tarra', 2, 1, '214'),
(2087, 'Tokfia', '1', '0', 'tokfia', 2, 1, '216'),
(2088, 'Tommy Dreamer', '1', '0', 'tommydreamer', 2, 1, '209'),
(2089, 'Tomo', '1', '0', 'tomo', 2, 1, '216'),
(2090, 'Toolbar Sticker', '1', '0', 'toolbar_sticker', 2, 1, '1000'),
(2091, 'Torrie Wilson', '1', '0', 'torriewilson', 2, 1, '209'),
(2092, 'Tproll', '1', '0', 'tproll', 2, 1, '221'),
(2093, 'Tracinho', '1', '0', 'tracinho', 2, 1, '203'),
(2094, 'Trax 8 bit', '1', '0', 'trax_8_bit', 2, 1, '204'),
(2095, 'Trax Ambient', '1', '0', 'trax_ambient', 2, 1, '204'),
(2098, 'Trax Bling', '1', '0', 'trax_bling', 2, 1, '204'),
(2101, 'Trax Disco', '1', '0', 'trax_disco', 2, 1, '204'),
(2103, 'Trax Electro', '1', '0', 'trax_electro', 2, 1, '204'),
(2106, 'Trax Heavy', '1', '0', 'trax_heavy', 2, 1, '204'),
(2108, 'Trax Latin', '1', '0', 'trax_latin', 2, 1, '204'),
(2110, 'Trax Log Not for sale', '1', '0', 'trax_log_not_for_sale', 2, 1, '1000'),
(2111, 'Trax Reggae', '1', '0', 'trax_reggae', 2, 1, '204'),
(2112, 'Trax Rock', '1', '0', 'trax_rock', 2, 1, '204'),
(2114, 'Trax Sfx', '1', '0', 'trax_sfx', 2, 1, '204'),
(2116, 'Trax Goldrecord', '1', '0', 'traxgoldrecord', 2, 1, '230'),
(2118, 'Tree Owl', '1', '0', 'tree_owl', 2, 1, '230'),
(2119, 'Treestump', '1', '0', 'treestump', 2, 1, '230'),
(2120, 'Tripleh', '1', '0', 'tripleh', 2, 1, '209'),
(2121, 'U', '1', '0', 'u', 2, 1, '203'),
(2122, 'UK Childline', '1', '0', 'uk_childline_sticker', 2, 1, '204'),
(2123, 'UK Habbo X', '1', '0', 'uk_habbo_x_sticker', 2, 1, '230'),
(2124, 'UK Pixel Maze', '1', '0', 'uk_pixel_maze_sticker', 2, 1, '204'),
(2125, 'UK Only Homes', '1', '0', 'ukonly_disarno_homes', 2, 1, '1000'),
(2126, 'Umaga', '1', '0', 'umaga', 2, 1, '209'),
(2127, 'Underscore', '1', '0', 'underscore', 2, 1, '203'),
(2128, 'Undertaker', '1', '0', 'undertaker', 2, 1, '209'),
(2130, 'uFootball Guest', '1', '0', 'ufootball_guest', 2, 1, '1000'),
(2131, 'V', '1', '0', 'v', 2, 1, '203'),
(2134, 'Valentine Cupido', '1', '0', 'val_cupido_anim', 2, 1, '226'),
(2136, 'Valentine Costume 3', '1', '0', 'val_lovecostume3', 2, 1, '226'),
(2139, 'Valentine Lovedice', '1', '0', 'val_lovedice', 2, 1, '226'),
(2140, 'Valentine Skull 360 Around', '1', '0', 'val_skull360around_anim', 2, 1, '226'),
(2141, 'Valentine Barbwire Horis', '1', '0', 'val_sticker_barbwire_horis', 2, 1, '226'),
(2143, 'Valentine Barbwire Vert', '1', '0', 'val_sticker_barbwire_vert', 2, 1, '226'),
(2146, 'Valentine Bartender', '1', '0', 'val_sticker_bartender', 2, 1, '226'),
(2147, 'Valentine Bartender2', '1', '0', 'val_sticker_bartender2', 2, 1, '226'),
(2148, 'Valentine Bobbadice', '1', '0', 'val_sticker_bobbadice', 2, 1, '226'),
(2150, 'Valentine Crew', '1', '0', 'val_sticker_crew', 2, 1, '226'),
(2151, 'Valentine Croco', '1', '0', 'val_sticker_croco', 2, 1, '226'),
(2152, 'Valentine Cupid Arrow', '1', '0', 'val_sticker_cupid_arrow', 2, 1, '226'),
(2153, 'Valentine Femalecaptain', '1', '0', 'val_sticker_femalecaptain', 2, 1, '226'),
(2157, 'Valentine Malecaptain', '1', '0', 'val_sticker_malecaptain', 2, 1, '226'),
(2158, 'Valentine Malecrew', '1', '0', 'val_sticker_malecrew', 2, 1, '226'),
(2159, 'Valentine Rosewire Corner', '1', '0', 'val_sticker_rosewire_corner', 2, 1, '226'),
(2162, 'Valentine Rosewire Horis', '1', '0', 'val_sticker_rosewire_horis', 2, 1, '226'),
(2163, 'Valentine Rosewire Vert', '1', '0', 'val_sticker_rosewire_vert', 2, 1, '226'),
(2165, 'Valentine Skull 360', '1', '0', 'val_sticker_skull360', 2, 1, '226'),
(2166, 'Valentine Skull 360 Circle', '1', '0', 'val_sticker_skull360_circle', 2, 1, '226'),
(2167, 'Valentine Stewardess', '1', '0', 'val_sticker_stewardess', 2, 1, '226'),
(2168, 'Valentine Stewardess 2', '1', '0', 'val_sticker_stewardess2', 2, 1, '226'),
(2169, 'Valentine Storm Costume', '1', '0', 'val_sticker_storm-costume', 2, 1, '226'),
(2171, 'Valentine Voodoo Suit', '1', '0', 'val_sticker_voodoo_suit', 2, 1, '226'),
(2172, 'Valentine Captain', '1', '0', 'valcaptain', 2, 1, '226'),
(2174, 'Valentine Welcome Sticker', '1', '0', 'valentine_welcome_sticker', 2, 1, '226'),
(2177, 'Valvenis', '1', '0', 'valvenis', 2, 1, '209'),
(2178, 'Vanilja Tarra', '1', '0', 'vanilja_tarra', 2, 1, '214'),
(2179, 'Venezuela', '1', '0', 'venezuela', 2, 1, '232'),
(2180, 'Venti', '1', '0', 'venti', 2, 1, '230'),
(2181, 'Veronicas', '1', '0', 'veronicas', 2, 1, '216'),
(2182, 'Vertical Ink', '1', '0', 'verticalink', 2, 1, '238'),
(2184, 'Victoria', '1', '0', 'victoria', 2, 1, '209'),
(2185, 'Vincent Viga', '1', '0', 'vincentviga', 2, 1, '216'),
(2186, 'Vine', '1', '0', 'vine', 2, 1, '215'),
(2187, 'Vine 2', '1', '0', 'vine2', 2, 1, '215'),
(2188, 'VIP Pin', '1', '0', 'vip_pin', 2, 1, '50'),
(2189, 'Voice Articleimage', '1', '0', 'voice_articleimage', 2, 1, '1000'),
(2191, 'W', '1', '0', 'w', 2, 1, '203'),
(2192, 'Whimsy', '1', '0', 'whimsy', 2, 1, '1000'),
(2193, 'Wood A', '1', '0', 'wood_a', 2, 1, '227'),
(2194, 'Wood Acircle', '1', '0', 'wood_acircle', 2, 1, '227'),
(2195, 'Wood Acsent', '1', '0', 'wood_acsent', 2, 1, '227'),
(2196, 'Wood Acsent 2', '1', '0', 'wood_acsent2', 2, 1, '227'),
(2197, 'Wood Adots', '1', '0', 'wood_adots', 2, 1, '227'),
(2198, 'Wood B', '1', '0', 'wood_b', 2, 1, '227'),
(2199, 'Wood C', '1', '0', 'wood_c', 2, 1, '227'),
(2200, 'Wood Comma', '1', '0', 'wood_comma', 2, 1, '227'),
(2201, 'Wood D', '1', '0', 'wood_d', 2, 1, '227'),
(2202, 'Wood Dot', '1', '0', 'wood_dot', 2, 1, '227'),
(2203, 'Wood E', '1', '0', 'wood_e', 2, 1, '227'),
(2204, 'Wood Exclamation', '1', '0', 'wood_exclamation', 2, 1, '227'),
(2205, 'Wood F', '1', '0', 'wood_f', 2, 1, '227'),
(2206, 'Wood G', '1', '0', 'wood_g', 2, 1, '227'),
(2207, 'Wood H', '1', '0', 'wood_h', 2, 1, '227'),
(2208, 'Wood I', '1', '0', 'wood_i', 2, 1, '227'),
(2209, 'Wood J', '1', '0', 'wood_j', 2, 1, '227'),
(2210, 'Wood K', '1', '0', 'wood_k', 2, 1, '227'),
(2211, 'Wood L', '1', '0', 'wood_l', 2, 1, '227'),
(2212, 'Wood M', '1', '0', 'wood_m', 2, 1, '227'),
(2213, 'Wood N', '1', '0', 'wood_n', 2, 1, '227'),
(2214, 'Wood O', '1', '0', 'wood_o', 2, 1, '227'),
(2215, 'Wood Odots', '1', '0', 'wood_odots', 2, 1, '227'),
(2216, 'Wood P', '1', '0', 'wood_p', 2, 1, '227'),
(2217, 'Wood Q', '1', '0', 'wood_q', 2, 1, '227'),
(2218, 'Wood Question', '1', '0', 'wood_question', 2, 1, '227'),
(2219, 'Wood R', '1', '0', 'wood_r', 2, 1, '227'),
(2220, 'Wood S', '1', '0', 'wood_s', 2, 1, '227'),
(2221, 'Wood T', '1', '0', 'wood_t', 2, 1, '227'),
(2222, 'Wood U', '1', '0', 'wood_u', 2, 1, '227'),
(2223, 'Wood Undermark', '1', '0', 'wood_undermark', 2, 1, '227'),
(2224, 'Wood V', '1', '0', 'wood_v', 2, 1, '227'),
(2225, 'Wood W', '1', '0', 'wood_w', 2, 1, '227'),
(2226, 'Wood X', '1', '0', 'wood_x', 2, 1, '227'),
(2227, 'Wood Y', '1', '0', 'wood_y', 2, 1, '227'),
(2228, 'Wood Z', '1', '0', 'wood_z', 2, 1, '227'),
(2229, 'Wormhand', '1', '0', 'wormhand', 2, 1, '220'),
(2230, 'Wunder Frank', '1', '0', 'wunderfrank', 2, 1, '230'),
(2231, 'Wordwrestling', '1', '0', 'wwemvp', 2, 1, '209'),
(2232, 'X', '1', '0', 'x', 2, 1, '203'),
(2233, 'Xmas Angel Wings', '1', '0', 'xmaangel_wings', 2, 1, '1000'),
(2234, 'Xmas Angel Wing Animated', '1', '0', 'xmaangelwinganim', 2, 1, '1000'),
(2236, 'Xmas Box Darkred', '1', '0', 'xmabox_darkred', 2, 1, '1000'),
(2237, 'Xmas Box Darkred 2', '1', '0', 'xmabox_darkred2', 2, 1, '1000'),
(2238, 'Xmas Box Darkred 3', '1', '0', 'xmabox_darkred4', 2, 1, '1000'),
(2239, 'Xmas Box Green', '1', '0', 'xmabox_green', 2, 1, '1000'),
(2240, 'Xmas Box Green 2', '1', '0', 'xmabox_green_2', 2, 1, '1000'),
(2241, 'Xmas Box Lime', '1', '0', 'xmabox_lime', 2, 1, '1000'),
(2242, 'Xmas Box Lime 2', '1', '0', 'xmabox_lime_2', 2, 1, '1000'),
(2243, 'Xmas Box Orange', '1', '0', 'xmabox_orange', 2, 1, '1000'),
(2244, 'Xmas Box Red', '1', '0', 'xmabox_red', 2, 1, '1000'),
(2245, 'Xmas Box Suit Blue', '1', '0', 'xmabox_suit_blue', 2, 1, '1000'),
(2246, 'Xmas Box Suit Mint', '1', '0', 'xmabox_suit_mint', 2, 1, '1000'),
(2248, 'Xmas Box Suit Mint 2', '1', '0', 'xmabox_suit_mint2', 2, 1, '1000'),
(2249, 'Xmas Box Suit Mint 3', '1', '0', 'xmabox_suit_mint3', 2, 1, '1000'),
(2250, 'Xmas Box Suit Orange', '1', '0', 'xmabox_suit_orange', 2, 1, '1000'),
(2251, 'Xmas Box Suit Pink', '1', '0', 'xmabox_suit_pink', 2, 1, '1000'),
(2252, 'Xmas Box Violet', '1', '0', 'xmabox_violet', 2, 1, '1000'),
(2253, 'Xmas Box', '1', '0', 'xmaboxs', 2, 1, '1000'),
(2255, 'Xmas Cat Animated', '1', '0', 'xmacat_animated', 2, 1, '1000'),
(2256, 'Xmas Dog Animated', '1', '0', 'xmadogi_animated', 2, 1, '1000'),
(2257, 'Xmas Dog Reindeer Sticker', '1', '0', 'xmadograindeer_sticker', 2, 1, '1000'),
(2258, 'Xmas Dog Reindeer Thumb', '1', '0', 'xmadograindeer_sticker.thumb', 2, 1, '1000'),
(2259, 'Xmas Gift-Afro', '1', '0', 'xmagift-afro', 2, 1, '1000'),
(2260, 'Xmas Gift Afro', '1', '0', 'xmagift_afro', 2, 1, '1000'),
(2261, 'Xmas Gift Strap Corner L', '1', '0', 'xmagift_strap_corner_l', 2, 1, '1000'),
(2262, 'Xmas Gift Strap Corner Bundle', '1', '0', 'xmagift_strap_corner_l_bundle', 2, 1, '1000'),
(2263, 'Xmas Gift Strap Corner R', '1', '0', 'xmagift_strap_corner_r', 2, 1, '1000'),
(2264, 'Xmas Gift Strap H', '1', '0', 'xmagift_strap_h', 2, 1, '1000'),
(2265, 'Xmas Gift Strap V', '1', '0', 'xmagift_strap_v', 2, 1, '1000'),
(2266, 'Xmas HC Ribbon', '1', '0', 'xmahc_ribbon', 2, 1, '1000'),
(2267, 'Xmas HC Ribbon 2', '1', '0', 'xmahc_ribbon_2', 2, 1, '1000'),
(2268, 'Xmas Cicles', '1', '0', 'xmaicicles', 2, 1, '1000'),
(2269, 'Xmas Donkey Reindeer Sticker', '1', '0', 'xmajeff_donkey_reindeer_sticker', 2, 1, '1000'),
(2270, 'Xmas Sinister', '1', '0', 'xmamr_sinister', 2, 1, '1000'),
(2271, 'Xmas Rasta Santa', '1', '0', 'xmarastasanta', 2, 1, '1000'),
(2272, 'Xmas Skater Costume', '1', '0', 'xmaskater_costume', 2, 1, '1000'),
(2273, 'Xmas Smilla Snowboard', '1', '0', 'xmasmilla_snowboard', 2, 1, '1000'),
(2274, 'Xmas Snowcone Costume', '1', '0', 'xmasnowcone_costume', 2, 1, '1000'),
(2275, 'Xmas Snowlantern', '1', '0', 'xmasnowlantern_anim', 2, 1, '1000'),
(2276, 'Xmas Reindeer Dog', '1', '0', 'xmasticker_dograindeer', 2, 1, '1000'),
(2277, 'Xmas Horizontale Gold', '1', '0', 'xmastrap_horiz_gold', 2, 1, '1000'),
(2278, 'Xmas Horizontale Silver', '1', '0', 'xmastrap_horiz_silve', 2, 1, '1000'),
(2279, 'Xmas Vertical Gold', '1', '0', 'xmastrap_vertical_gold', 2, 1, '1000'),
(2280, 'Xmas Vertical Silver', '1', '0', 'xmastrap_vertical_silver', 2, 1, '1000'),
(2281, 'Xmas Animated Thumb', '1', '0', 'xmatree01_animated', 2, 1, '1000'),
(2282, 'Xmas Animated Thumb 2', '1', '0', 'xmatree01_animated_thumb2', 2, 1, '1000'),
(2283, 'Xmas Tree Costume', '1', '0', 'xmatree_costume', 2, 1, '1000'),
(2284, 'Xmas Tree Sticker', '1', '0', 'xmaxtree_sticker', 2, 1, '1000'),
(2285, 'Xmas Light Animated', '1', '0', 'xmaslightanim', 2, 1, '1000'),
(2286, 'Xmas 3000 Animated Sticker', '1', '0', 'xmassticker_anim_3000', 2, 1, '230'),
(2287, 'Y', '1', '0', 'y', 2, 1, '203'),
(2288, 'Yearbook Ribbon Sticker', '1', '0', 'yearbook_ribbon_sticker', 2, 1, '50'),
(2289, 'Yellow Starfish', '1', '0', 'yellowstarfish', 2, 1, '230'),
(2290, 'Z', '1', '0', 'z', 2, 1, '203'),
(2291, 'Zack Ryder', '1', '0', 'zackryder', 2, 1, '209'),
(2292, 'Zombie Hand', '1', '0', 'zombiehand', 2, 1, '1000'),
(2293, 'Zombie Pupu', '1', '0', 'zombiepupu', 2, 1, '220'),
(2294, 'Kaatissakki Tausta', '4', '0', '27368_kaatissakki_tausta', 2, 1, '127'),
(2295, 'Appart. 723 Scene', '4', '0', '27419_appart732_scene', 2, 1, '127'),
(2296, 'Get it Card Background', '4', '0', '27835_getitcard_bg', 2, 1, '127'),
(2297, 'GSOK', '4', '0', '27857_gsok_928x1360', 2, 1, '127'),
(2298, 'HMF Principale', '4', '0', '28182_hmf_917x1360_principale', 2, 1, '1000'),
(2299, 'HMF Dediee', '4', '0', '28183_hmf_917x1360_dediee', 2, 1, '1000'),
(2300, 'HMF Principale B', '4', '0', '28184_hmf_917x1360_principale_b', 2, 1, '1000'),
(2301, 'Comic Style Orange', '4', '0', '28221_comic_style_orange', 2, 1, '1000'),
(2302, 'Productboard', '4', '0', '928x1360_productboard', 2, 1, '127'),
(2303, 'Abrinq Infobus', '4', '0', 'abrinq_infobus', 2, 1, '1000'),
(2304, 'Abrinq Infobus G', '4', '0', 'abrinq_infobusg', 2, 1, '1000'),
(2305, 'Acma Cork Background', '4', '0', 'acma_cork_bg', 2, 1, '127'),
(2306, 'Alhambra Group', '4', '0', 'alhambragroup', 2, 1, '127'),
(2307, 'All Habbos Group', '4', '0', 'allhabbos_group', 2, 1, '127'),
(2308, 'Amango Background', '4', '0', 'amango_bg', 2, 1, '127'),
(2309, 'Ametrin', '4', '0', 'ametrin', 2, 1, '1000'),
(2310, 'Armin van Buren Background', '4', '0', 'arminvanbuuren_928x1360', 2, 1, '127'),
(2311, 'Around the World Background', '4', '0', 'aroundtheworld_bg', 2, 1, '1000'),
(2312, 'AU Rock The Schools Background', '4', '0', 'au_rocktheschools_bg', 2, 1, '127'),
(2313, 'AU Rock The Schools Background 2', '4', '0', 'au_rocktheschools_bg_v2', 2, 1, '127'),
(2314, 'Background Tour', '4', '0', 'background_tour', 2, 1, '127'),
(2315, 'Group Background', '4', '0', 'bgroup', 2, 1, '1000'),
(2316, 'Beachbunny Wallpaper', '4', '0', 'beachbunny_wallpaper', 2, 1, '127'),
(2317, 'SPI Japaneese Petit', '4', '0', 'bg_27372_spi_jap_petit_03', 2, 1, '127'),
(2318, 'Comic Style Orange Background', '4', '0', 'bg_28221_comic_style_orange_001', 2, 1, '127'),
(2320, 'Background EF', '4', '0', 'bg_background_ef', 2, 1, '127'),
(2321, 'Bathroom Tile Background', '4', '0', 'bg_bathroom_tile', 2, 1, '127'),
(2322, 'Battle Ball Background 2', '4', '0', 'bg_battle_ball2', 2, 1, '127'),
(2323, 'Infobus White Background 2', '4', '0', 'bg_bg_infobus_white', 2, 1, '127'),
(2324, 'BHabboeart Background', '4', '0', 'bg_bHabboeart', 2, 1, '127'),
(2325, 'Bonsai Background', '4', '0', 'bg_bonsai', 2, 1, '127'),
(2326, 'Broken Glass Background', '4', '0', 'bg_broken_glass', 2, 1, '127'),
(2327, 'Bubble Background', '4', '0', 'bg_bubble', 2, 1, '127'),
(2328, 'Christmas 2007 Background', '4', '0', 'bg_christmas2007bg', 2, 1, '127'),
(2330, 'Colour 01 Background', '4', '0', 'bg_colour_01', 2, 1, '127'),
(2331, 'Colour 02 Background', '4', '0', 'bg_colour_02', 2, 1, '127'),
(2332, 'Colour 03 Background', '4', '0', 'bg_colour_03', 2, 1, '127'),
(2333, 'Colour 04 Background', '4', '0', 'bg_colour_04', 2, 1, '127'),
(2334, 'Colour 05 Background', '4', '0', 'bg_colour_05', 2, 1, '127'),
(2335, 'Colour 06 Background', '4', '0', 'bg_colour_06', 2, 1, '127'),
(2336, 'Colour 07 Background', '4', '0', 'bg_colour_07', 2, 1, '127'),
(2337, 'Colour 08 Background', '4', '0', 'bg_colour_08', 2, 1, '127'),
(2338, 'Colour 09 Background', '4', '0', 'bg_colour_09', 2, 1, '127'),
(2339, 'Colour 10 Background', '4', '0', 'bg_colour_10', 2, 1, '127'),
(2340, 'Colour 11 Background', '4', '0', 'bg_colour_11', 2, 1, '127'),
(2341, 'Colour 12 Background', '4', '0', 'bg_colour_12', 2, 1, '127'),
(2342, 'Colour 13 Background', '4', '0', 'bg_colour_13', 2, 1, '127'),
(2343, 'Colour 14 Background', '4', '0', 'bg_colour_14', 2, 1, '127'),
(2344, 'Colour 15 Background', '4', '0', 'bg_colour_15', 2, 1, '127'),
(2345, 'Colour 16 Background', '4', '0', 'bg_colour_16', 2, 1, '127'),
(2346, 'Colour 17 Background', '4', '0', 'bg_colour_17', 2, 1, '1000'),
(2347, 'Comic Background', '4', '0', 'bg_comic2', 2, 1, '127'),
(2348, 'Comic Sisters Background', '4', '0', 'bg_comic_sisters', 2, 1, '127'),
(2349, 'Cork Background', '4', '0', 'bg_cork', 2, 1, '127'),
(2350, 'Dark Floors Background', '4', '0', 'bg_dark_floors', 2, 1, '127'),
(2351, 'Denim Background', '4', '0', 'bg_denim', 2, 1, '127'),
(2352, 'Easter Eggs Background', '4', '0', 'bg_easter_eggs_wallpaper', 2, 1, '127'),
(2353, 'Fansites Background', '4', '0', 'bg_fansites', 2, 1, '127'),
(2354, 'Goth Pattern Background', '4', '0', 'bg_goth_pattern', 2, 1, '128'),
(2355, 'Grass Background', '4', '0', 'bg_grass', 2, 1, '128'),
(2356, 'Habbo Lido Background', '4', '0', 'bg_habbolido', 2, 1, '128'),
(2357, 'Habboween Background', '4', '0', 'bg_habboween', 2, 1, '128'),
(2358, 'Hotel Background', '4', '0', 'bg_hotel', 2, 1, '128'),
(2359, 'Valentine Love Background', '4', '0', 'bg_hw_val_bgpattern_love', 2, 1, '1000'),
(2360, 'Image Submarine Background', '4', '0', 'bg_image_submarine', 2, 1, '128'),
(2361, 'Infobus Blue Background', '4', '0', 'bg_infobus_blue', 2, 1, '128'),
(2362, 'Infobus White Background', '4', '0', 'bg_infobus_white', 2, 1, '128'),
(2363, 'Infobus Yellow Background', '4', '0', 'bg_infobus_yellow', 2, 1, '128'),
(2364, 'Kerrang', '4', '0', 'bg_kerrang2', 2, 1, '128'),
(2365, 'Kingcorp Background', '4', '0', 'bg_kingcorp', 2, 1, '1000'),
(2366, 'Kingcorp Background 2', '4', '0', 'bg_kingcorp_928x1360', 2, 1, '1000'),
(2367, 'Konkur Rence Background', '4', '0', 'bg_konkurrence', 2, 1, '1000'),
(2368, 'Konkur Renceno Background', '4', '0', 'bg_konkurrenceno', 2, 1, '1000'),
(2369, 'Lace Background', '4', '0', 'bg_lace', 2, 1, '128'),
(2370, 'Lido Flat Background', '4', '0', 'bg_lido_flat', 2, 1, '128'),
(2371, 'Lido Background', '4', '0', 'bg_lidoo', 2, 1, '128'),
(2372, 'Madball 2008 Background', '4', '0', 'bg_madball_2008_bg_001', 2, 1, '128'),
(2373, 'Metal Background 2', '4', '0', 'bg_metal2', 2, 1, '128'),
(2374, 'Natasha Bedingfield Background', '4', '0', 'bg_natashabedingfield', 2, 1, '128'),
(2375, 'Newyear Background', '4', '0', 'bg_newyear', 2, 1, '1000'),
(2376, 'Newyear Fireworks Background', '4', '0', 'bg_newyear_bg_fireworks', 2, 1, '1000'),
(2377, 'Official Fansites Background', '4', '0', 'bg_official_fansites2', 2, 1, '128'),
(2378, 'Pattern Abstract Background', '4', '0', 'bg_pattern_abstract1', 2, 1, '128'),
(2379, 'Pattern Abstract Background 2', '4', '0', 'bg_pattern_abstract2', 2, 1, '128'),
(2380, 'Pattern Bobbaskulls Background', '4', '0', 'bg_pattern_bobbaskulls1', 2, 1, '128'),
(2381, 'Pattern Bricks Background', '4', '0', 'bg_pattern_bricks', 2, 1, '128'),
(2382, 'Pattern Bulb Background', '4', '0', 'bg_pattern_bulb', 2, 1, '128'),
(2383, 'Pattern Carpants Background', '4', '0', 'bg_pattern_carpants', 2, 1, '128'),
(2384, 'Pattern Cars Background', '4', '0', 'bg_pattern_cars', 2, 1, '128'),
(2385, 'Pattern Clouds Background', '4', '0', 'bg_pattern_clouds', 2, 1, '128'),
(2386, 'Pattern Deepred Background', '4', '0', 'bg_pattern_deepred', 2, 1, '128'),
(2387, 'Pattern Fish Background', '4', '0', 'bg_pattern_fish', 2, 1, '128'),
(2388, 'Pattern Floral Background 1', '4', '0', 'bg_pattern_floral_01', 2, 1, '128'),
(2389, 'Pattern Floral Background 2', '4', '0', 'bg_pattern_floral_02', 2, 1, '128'),
(2390, 'Pattern Floral Background 3', '4', '0', 'bg_pattern_floral_03', 2, 1, '128'),
(2391, 'Pattern Floral Background', '4', '0', 'bg_pattern_floral_test', 2, 1, '128'),
(2392, 'Pattern Hearts Background', '4', '0', 'bg_pattern_hearts', 2, 1, '128'),
(2393, 'Pattern Plasto Background', '4', '0', 'bg_pattern_plasto', 2, 1, '128'),
(2394, 'Pattern Space Background', '4', '0', 'bg_pattern_space', 2, 1, '128'),
(2395, 'Pattern Tinyroom Background', '4', '0', 'bg_pattern_tinyroom', 2, 1, '128'),
(2396, 'Poptarts CV Background', '4', '0', 'bg_poptarts_cv', 2, 1, '128'),
(2397, 'Poptarts SB Background', '4', '0', 'bg_poptarts_sb', 2, 1, '128'),
(2398, 'Rain Background', '4', '0', 'bg_rain', 2, 1, '128'),
(2399, 'Rasta Background', '4', '0', 'bg_rasta_99x99', 2, 1, '1000'),
(2400, 'Ruled Paper Background', '4', '0', 'bg_ruled_paper', 2, 1, '128'),
(2401, 'Serpentine Background', '4', '0', 'bg_serpentine_1', 2, 1, '128'),
(2402, 'Serpentine Background 2', '4', '0', 'bg_serpentine_2', 2, 1, '128'),
(2403, 'Serpentine Darkblue Background', '4', '0', 'bg_serpentine_darkblue', 2, 1, '128'),
(2404, 'Serpentine Darkred Background', '4', '0', 'bg_serpentine_darkred', 2, 1, '128'),
(2405, 'Serpentine Darkred Background 2', '4', '0', 'bg_serpntine_darkred', 2, 1, '128'),
(2406, 'Sexy Dance Background', '4', '0', 'bg_sexy_dance_2_group_opt2', 2, 1, '128'),
(2407, 'Shabbolin Background', '4', '0', 'bg_shabbolin', 2, 1, '1000'),
(2408, 'Solid Black Background', '4', '0', 'bg_solid_black', 2, 1, '128'),
(2409, 'Solid White Background', '4', '0', 'bg_solid_white', 2, 1, '128'),
(2410, 'Starburst Raspberry Background', '4', '0', 'bg_starburst_raspberry', 2, 1, '128'),
(2411, 'Stitched Background', '4', '0', 'bg_stitched', 2, 1, '128'),
(2412, 'Stone Background', '4', '0', 'bg_stone', 2, 1, '128'),
(2413, 'Tonga Background', '4', '0', 'bg_tonga', 2, 1, '129'),
(2414, 'Unofficial Fansites Background', '4', '0', 'bg_unofficial_fansites', 2, 1, '129'),
(2415, 'US Staffers Background', '4', '0', 'bg_us_staffers', 2, 1, '1000'),
(2416, 'VIP Background', '4', '0', 'bg_vip', 2, 1, '129'),
(2417, 'Voice of Teens Background', '4', '0', 'bg_voiceofteens', 2, 1, '129'),
(2418, 'Wobble Squabble Background', '4', '0', 'bg_wobble_squabble', 2, 1, '129'),
(2419, 'Wood Background', '4', '0', 'bg_wood', 2, 1, '129'),
(2420, 'Xmas Starsky Background', '4', '0', 'bg_xmasbgpatternstarsky', 2, 1, '1000'),
(2421, 'Xmas Gift Background', '4', '0', 'bg_xmas_gift', 2, 1, '1000'),
(2422, 'Starysky Background', '4', '0', 'bgpattern_starsky', 2, 1, '1000'),
(2423, 'Bionicle 2', '4', '0', 'bionicle2', 2, 1, '129'),
(2424, 'Bubblejuice Background', '4', '0', 'bubblejuice_bg', 2, 1, '129'),
(2425, 'Camo Cheese Background', '4', '0', 'camo_cheese_wallpaper', 2, 1, '129'),
(2426, 'Cheese Suit', '4', '0', 'cheese_suit', 2, 1, '1000'),
(2427, 'Cheesewedge Background', '4', '0', 'cheesewedge_wallpaper', 2, 1, '129'),
(2429, 'Christmas Background 2 ', '4', '0', 'christmas2007bg_001', 2, 1, '129'),
(2430, 'CN Background', '4', '0', 'cn_mgpam_bg', 2, 1, '129'),
(2431, 'CN Background 2', '4', '0', 'cn_mgpam_bg_v2', 2, 1, '129'),
(2432, 'CN Background 3', '4', '0', 'cn_mgpam_bg_v3', 2, 1, '129'),
(2433, 'China Kunfu Girl', '4', '0', 'cny_kunfu_girl', 2, 1, '1000'),
(2434, 'Comic Style', '4', '0', 'comic_style', 2, 1, '129'),
(2435, 'Dia de Internet 2008', '4', '0', 'diadeinternet2008', 2, 1, '129'),
(2436, 'Donnas Background 2', '4', '0', 'donnaswallpaper', 2, 1, '129'),
(2437, 'Donnas Background', '4', '0', 'donnas_wallpaper', 2, 1, '129'),
(2438, 'Earthday Background', '4', '0', 'earthday_bk', 2, 1, '129'),
(2439, 'Easter Birdie', '4', '0', 'easter_birdie', 2, 1, '1000'),
(2440, 'Easter Broomstick', '4', '0', 'easter_broomstick_002', 2, 1, '1000'),
(2441, 'Easter Eggs Wallpaper', '4', '0', 'easter_egg_wallpaper', 2, 1, '129'),
(2442, 'Easter Eggs Horizontal', '4', '0', 'easter_eggs_horizontal', 2, 1, '1000'),
(2443, 'Easter Eggs Vertical', '4', '0', 'easter_eggs_vertical_001', 2, 1, '1000'),
(2446, 'Easter Egg Costume', '4', '0', 'easteregg_costume', 2, 1, '1000'),
(2447, 'E-Wallpaper', '4', '0', 'e928x1360', 2, 1, '1000'),
(2448, 'ES Calandar Background', '4', '0', 'es_calendarbg', 2, 1, '129'),
(2449, 'ES Italia Background', '4', '0', 'es_wallpaper_italia', 2, 1, '129'),
(2450, 'ES Obrero Background', '4', '0', 'es_wallpaper_obrero', 2, 1, '129'),
(2451, 'ES Sralim Background', '4', '0', 'es_wallpaper_sralim', 2, 1, '129'),
(2452, 'Executive Background', '4', '0', 'exe_background', 2, 1, '129'),
(2453, 'Executive Wood Background', '4', '0', 'exe_wood_background', 2, 1, '129'),
(2454, 'Executive Viilu Background', '4', '0', 'exec_bg_viilu', 2, 1, '129'),
(2455, 'Expert Background', '4', '0', 'expert_backround', 2, 1, '129'),
(2456, 'Fantastic Four 3', '4', '0', 'fan43', 2, 1, '129'),
(2457, 'Fantastic Four 1', '4', '0', 'fantastic4', 2, 1, '129'),
(2458, 'Fantastic Four 2', '4', '0', 'fantastic42', 2, 1, '129'),
(2459, 'Fantastic Four', '4', '0', 'fantasticfour', 2, 1, '129'),
(2460, 'Felix 3rd', '4', '0', 'felix03', 2, 1, '1000'),
(2461, 'Felix Ryhmasivutausta', '4', '0', 'felix_ryhmasivutausta', 2, 1, '129'),
(2462, 'Felix Ryhmasivutaustakuva', '4', '0', 'felix_ryhmasivutaustakuva', 2, 1, '129'),
(2463, 'Festade Boasvindas', '4', '0', 'festadeboasvindas', 2, 1, '1000'),
(2464, 'FI Linnamaki Background', '4', '0', 'fi_linnanmaki_bg', 2, 1, '129'),
(2465, 'FI Puffet Background', '4', '0', 'fi_puffet_bg', 2, 1, '129'),
(2466, 'Fondo Habbo Cibervoluntarios', '4', '0', 'fondo_habbo_cibervoluntarios', 2, 1, '129'),
(2467, 'FR Spiderwick', '4', '0', 'fr_spiderwick', 2, 1, '129'),
(2468, 'Global World Background', '4', '0', 'globalw_background', 2, 1, '129'),
(2469, 'Goth Pattern', '4', '0', 'goth_pattern', 2, 1, '129'),
(2470, 'Goth Pattern 2', '4', '0', 'goth_patternn', 2, 1, '129'),
(2471, 'Grandi Habbo Ryhma', '4', '0', 'grandi_habbo_ryhma', 2, 1, '129'),
(2472, 'Snowbattle Background 2', '4', '0', 'grouppage_snowbattle2', 2, 1, '129'),
(2473, 'Grunge Background', '4', '0', 'grungewall', 2, 1, '129'),
(2474, 'Gruposeda Teens', '4', '0', 'gruposedateens', 2, 1, '1000'),
(2475, 'Guidesgroup Background', '4', '0', 'guidesgroup_bg', 2, 1, '129'),
(2476, 'Habbo Group Tutorial', '4', '0', 'habbo_group_tutorial', 2, 1, '129'),
(2478, 'Habbo Ryhmatausta', '4', '0', 'habbo_ryhmatausta', 2, 1, '129'),
(2479, 'Habbo Social Game', '4', '0', 'habbo_social_game_001_opt', 2, 1, '129'),
(2480, 'Habbo Social Game 2', '4', '0', 'habbo_social_game_002', 2, 1, '129'),
(2481, 'Habbo Toolbar Background', '4', '0', 'habbo_toolbar', 2, 1, '130');
INSERT INTO `cms_homes_catalouge` (`id`, `name`, `type`, `subtype`, `data`, `price`, `amount`, `category`) VALUES
(2482, 'Habbo Classifieds Background', '4', '0', 'habboclassifieds', 2, 1, '130'),
(2483, 'Habbo Fest 2008 Background', '4', '0', 'habbofest2008_bg', 2, 1, '130'),
(2484, 'Habbo Group Background', '4', '0', 'habbogroup', 2, 1, '130'),
(2485, 'Habboguide Background', '4', '0', 'habboguide', 2, 1, '130'),
(2486, 'Habborella Sea Background', '4', '0', 'habborella_sea_bg', 2, 1, '130'),
(2487, 'Habborella Background', '4', '0', 'habborellabg', 2, 1, '130'),
(2488, 'Habbos Background', '4', '0', 'habbos_group', 2, 1, '130'),
(2489, 'Habboween Background', '4', '0', 'habboween_bg', 2, 1, '130'),
(2491, 'Habbox Background', '4', '0', 'habbox', 2, 1, '130'),
(2493, 'Hanna Montana Background', '4', '0', 'hannamontanawp', 2, 1, '130'),
(2494, 'HC Machine Background', '4', '0', 'hc_bg_machine', 2, 1, '130'),
(2495, 'HC Pillow Background', '4', '0', 'hc_bg_pillow', 2, 1, '130'),
(2496, 'HC Royal Background', '4', '0', 'hc_bg_royal', 2, 1, '130'),
(2497, 'Dediee', '4', '0', 'hmf_928x1360_dediee', 2, 1, '130'),
(2498, 'Principale', '4', '0', 'hmf_928x1360_principale', 2, 1, '130'),
(2499, 'Principale 2', '4', '0', 'hmf_928x1360_principale_b', 2, 1, '130'),
(2500, 'Hundredmillion Background', '4', '0', 'hundredmillionbg', 2, 1, '1000'),
(2501, 'Hundredmillion Background', '4', '0', 'hundredmillion_bg', 2, 1, '130'),
(2502, 'Around the World Wallpaper', '4', '0', 'hwaround_the_world_wallpaper', 2, 1, '1000'),
(2503, 'BGUS Staff', '4', '0', 'hwbgus-staff', 2, 1, '1000'),
(2504, 'Easter Egg Wallpaper', '4', '0', 'hweaster_egg_wallpaper', 2, 1, '1000'),
(2505, 'Xmas Gifts Background', '4', '0', 'hwxmas_gifts_bg', 2, 1, '1000'),
(2506, 'Bassplayer Girl', '4', '0', 'hw_bassplayer_girl', 2, 1, '1000'),
(2507, 'Valentine Love Background', '4', '0', 'hw_val_bgpattern_love', 2, 1, '130'),
(2508, 'Infobus SEM Logo', '4', '0', 'infobus_abrinq_sem_logo', 2, 1, '130'),
(2509, 'Inked Background', '4', '0', 'inked_bg', 2, 1, '130'),
(2510, 'Jopelines', '4', '0', 'jopelines', 2, 1, '130'),
(2511, 'Jordin Parks', '4', '0', 'jordinparks', 2, 1, '130'),
(2512, 'Japaneese Valentine', '4', '0', 'jpvalentine', 2, 1, '1000'),
(2513, 'Japaneese Background', '4', '0', 'jp_prom_bg', 2, 1, '130'),
(2514, 'Japaneese Valentine', '4', '0', 'jp_valentine', 2, 1, '130'),
(2515, 'July Wallpaper', '4', '0', 'july408_wallpaper', 2, 1, '130'),
(2516, 'Kerrang', '4', '0', 'kerrang2', 2, 1, '130'),
(2517, 'KFP Background', '4', '0', 'kfp_grouppage_bg', 2, 1, '130'),
(2518, 'Kingcorps', '4', '0', 'kingcorp928x1360', 2, 1, '1000'),
(2519, 'Kingcorps', '4', '0', 'kingcorp_928x1360', 2, 1, '130'),
(2520, 'Kir Background', '4', '0', 'kir_grouppage_bg', 2, 1, '130'),
(2521, 'Kir Stamp', '4', '0', 'kir_stamp4', 2, 1, '1000'),
(2522, 'Kungfu Background', '4', '0', 'kungfu_bg', 2, 1, '130'),
(2523, 'Madball 2008 Background', '4', '0', 'madball_2008_bg', 2, 1, '130'),
(2525, 'Makeover Background', '4', '0', 'makeover', 2, 1, '130'),
(2526, 'Manteli Background', '4', '0', 'manteli_bg', 2, 1, '130'),
(2527, 'Meet Dave Background', '4', '0', 'meet_dave_groupbg_01', 2, 1, '130'),
(2528, 'Meet Dave Background 2', '4', '0', 'meet_dave_groupbg_02', 2, 1, '130'),
(2529, 'Misshabbo Scene', '4', '0', 'misshabbo_scene', 2, 1, '130'),
(2530, 'Mmoore Wallpaper', '4', '0', 'mmoorewallpaper', 2, 1, '130'),
(2531, 'MMS', '4', '0', 'mms', 2, 1, '130'),
(2532, 'Netari Background', '4', '0', 'netaribg', 2, 1, '130'),
(2534, 'Newyear Fireworks Background', '4', '0', 'newyear_bg_fireworks', 2, 1, '1000'),
(2536, 'Newyear Fireworks Background 2', '4', '0', 'newyear_bg_fireworks2', 2, 1, '130'),
(2537, 'Green Background', '4', '0', 'nl_green_bg', 2, 1, '130'),
(2538, 'NS France', '4', '0', 'nsfrance', 2, 1, '130'),
(2539, 'NS France 2', '4', '0', 'nsfrance2', 2, 1, '130'),
(2540, 'OB', '4', '0', 'ob1', 2, 1, '130'),
(2541, 'OB 2', '4', '0', 'ob2', 2, 1, '130'),
(2542, 'Orca', '4', '0', 'orca', 2, 1, '130'),
(2543, 'Penelope', '4', '0', 'penelope', 2, 1, '130'),
(2544, 'Poptarts CV', '4', '0', 'poptarts_cv', 2, 1, '130'),
(2546, 'Promofthedead Wallpaper', '4', '0', 'promofthedead_wallpaper', 2, 1, '130'),
(2547, 'Random Habbos', '4', '0', 'random_habbos', 2, 1, '131'),
(2548, 'Robojam Wallpaper', '4', '0', 'robojam_wallpaper', 2, 1, '131'),
(2549, 'Room of the Week Background', '4', '0', 'room_of_the_week_bg', 2, 1, '131'),
(2550, 'Safetyweek Background', '4', '0', 'safetyweek2008', 2, 1, '1000'),
(2551, 'Safetyweek Background 2', '4', '0', 'safetyweek2008_b', 2, 1, '1000'),
(2552, 'Safetyweek Background 3', '4', '0', 'safetyweek2008_bg', 2, 1, '131'),
(2553, 'Samsungclouds', '4', '0', 'samsungclouds', 2, 1, '131'),
(2554, 'Samsunlight', '4', '0', 'samsungnight', 2, 1, '131'),
(2555, 'Sasquatch Background', '4', '0', 'sasquatch_hhbg3', 2, 1, '131'),
(2556, 'Scarecrow Background', '4', '0', 'scarecrowbg', 2, 1, '131'),
(2557, 'Animax Keroro', '4', '0', 'sg_animax_keroro', 2, 1, '131'),
(2558, 'MTV Background', '4', '0', 'sg_mtv_grouppage_bg_v1', 2, 1, '131'),
(2559, 'MTV Background 2', '4', '0', 'sg_mtv_grouppage_bg_v2', 2, 1, '131'),
(2560, 'Shabbo Line', '4', '0', 'shabboline', 2, 1, '131'),
(2561, 'Silver Surfer', '4', '0', 'silversurfer', 2, 1, '131'),
(2564, 'Simpleplan Background', '4', '0', 'simpleplan_bg', 2, 1, '131'),
(2566, 'Slamdunk', '4', '0', 'slamdunk', 2, 1, '131'),
(2567, 'Snowstorm Background', '4', '0', 'snowstorm_bg', 2, 1, '131'),
(2568, 'Sofresh Background', '4', '0', 'sofresh_bg', 2, 1, '131'),
(2569, 'Solid Background Black', '4', '0', 'solid_bg_black', 2, 1, '131'),
(2570, 'Solid Background White', '4', '0', 'solid_bg_white', 2, 1, '131'),
(2571, 'Spiderwick Beware', '4', '0', 'spiderwick_beware', 2, 1, '131'),
(2572, 'Spiderwick Fairy', '4', '0', 'spiderwick_fairy', 2, 1, '131'),
(2573, 'Spiderwick Goblin', '4', '0', 'spiderwick_goblin', 2, 1, '131'),
(2574, 'Spiderwick Main', '4', '0', 'spiderwick_main', 2, 1, '131'),
(2575, 'SPM Background', '4', '0', 'spm_background', 2, 1, '131'),
(2576, 'SPM Background 2', '4', '0', 'spm_bg_version_041207', 2, 1, '1000'),
(2577, 'Snowstorm Red Costume', '4', '0', 'ss_bootsitjalapaset_red', 2, 1, '1000'),
(2578, 'Snowstorm Blue Costume', '4', '0', 'ss_costume_blue', 2, 1, '1000'),
(2579, 'Raspberry', '4', '0', 'starburstraspberry', 2, 1, '1000'),
(2580, 'sticker_Cape', '4', '0', 'sticker_cape', 2, 1, '1000'),
(2581, 'sticker_Heartbeat ', '4', '0', 'sticker_heartbeat_2', 2, 1, '1000'),
(2582, 'sticker_Masque 4', '4', '0', 'sticker_masque_04', 2, 1, '1000'),
(2583, 'Stray Pixel Background', '4', '0', 'straypixelsbg', 2, 1, '131'),
(2584, 'Streaming 1', '4', '0', 'streaming001', 2, 1, '131'),
(2585, 'Streaming 2', '4', '0', 'streaming002', 2, 1, '131'),
(2586, 'Streaming 3', '4', '0', 'streaming003', 2, 1, '131'),
(2587, 'Sttrinians Blackboard', '4', '0', 'sttriniansblackboard', 2, 1, '131'),
(2588, 'Sttrinians Group', '4', '0', 'sttriniansgroup', 2, 1, '131'),
(2589, 'Summer Background', '4', '0', 'summer_bg', 2, 1, '131'),
(2590, 'Summer Background Optimal', '4', '0', 'summer_bg_optimal', 2, 1, '131'),
(2592, 'The Green', '4', '0', 'the_green', 2, 1, '131'),
(2593, 'Themepark Background 1', '4', '0', 'themepark_bg_01', 2, 1, '131'),
(2594, 'Themepark Background 2', '4', '0', 'themepark_bg_02', 2, 1, '131'),
(2595, 'Tiki Firehead Background', '4', '0', 'tiki_firehead_bg', 2, 1, '131'),
(2596, 'Tokiohotel Wallpaper', '4', '0', 'tokiohotel2', 2, 1, '131'),
(2597, 'Tokiohotel Scream Wallpaper', '4', '0', 'tokiohotel_scream_wallpaper', 2, 1, '131'),
(2599, 'Top Gamers Background', '4', '0', 'top_gamers_bg_64', 2, 1, '131'),
(2600, 'Trax Bling', '4', '0', 'trax_bling', 2, 1, '1000'),
(2602, 'USA Staff Wallpaper', '4', '0', 'usastaff-wall', 2, 1, '131'),
(2605, 'Valentine Costume 4', '4', '0', 'val_love-costume4', 2, 1, '1000'),
(2606, 'Valentine Costume 3', '4', '0', 'val_lovecostume3', 2, 1, '1000'),
(2607, 'Vale Rose Background', '4', '0', 'vale_rose_bg', 2, 1, '131'),
(2608, 'Vale Skull Background', '4', '0', 'vale_skull_bg', 2, 1, '131'),
(2609, 'VIP Group', '4', '0', 'vip_group', 2, 1, '50'),
(2611, 'Wallpaper Voiceofteens', '4', '0', 'voiceofteens', 2, 1, '1000'),
(2612, 'Wallepixar Background', '4', '0', 'wallepixar_bg', 2, 1, '131'),
(2613, 'Wallpaper 1', '4', '0', 'wallpaper1', 2, 1, '131'),
(2614, 'Wallpaper 2', '4', '0', 'wallpaper2', 2, 1, '131'),
(2616, 'Wallpaper 3', '4', '0', 'wallpaper3', 2, 1, '131'),
(2617, 'Wallpaper 4', '4', '0', 'wallpaper4', 2, 1, '131'),
(2618, 'Wallpaper Bonsai', '4', '0', 'wallpaper_bonsai', 2, 1, '131'),
(2619, 'Wallpaper Cais', '4', '0', 'wallpaper_cais4', 2, 1, '131'),
(2620, 'Wallpaper Earthday', '4', '0', 'wallpaper_earthday', 2, 1, '131'),
(2621, 'Wallpaper Mshepard', '4', '0', 'wallpaper_mshepard', 2, 1, '132'),
(2622, 'Wallpaper Newsiesca', '4', '0', 'wallpaper_newsiesca', 2, 1, '132'),
(2623, 'Wallpaper Veronicas', '4', '0', 'wallpaper_veronicas', 2, 1, '132'),
(2624, 'Wallpaper Victoriaday', '4', '0', 'wallpaper_victoriaday', 2, 1, '132'),
(2625, 'Welcoming Party', '4', '0', 'welcoming_party', 2, 1, '132'),
(2626, 'Wrestlemania Nowayout Wallpaper', '4', '0', 'wwe_nowayout_wallpaper', 2, 1, '132'),
(2627, 'Wrestlemania Wallpaper', '4', '0', 'wwe_wallpaper', 2, 1, '132'),
(2628, 'Wrestlemania Big Battle', '4', '0', 'wwe_wrestlemania_big_battle', 2, 1, '132'),
(2629, 'Wrestlemania Bunnymania', '4', '0', 'wwe_wrestlemania_bunnymania', 2, 1, '132'),
(2630, 'Wrestlemania Ladder Match', '4', '0', 'wwe_wrestlemania_ladder_match', 2, 1, '132'),
(2631, 'Wrestlemania Main', '4', '0', 'wwe_wrestlemania_main', 2, 1, '132'),
(2632, 'Wrestlemania Triple Champ', '4', '0', 'wwe_wrestlemania_triple_champ', 2, 1, '132'),
(2633, 'Wrestlemania World Champ', '4', '0', 'wwe_wrestlemania_world_champ', 2, 1, '132'),
(2634, 'Xmas 2006 Background', '4', '0', 'xmas2006backgrounds', 2, 1, '1000'),
(2635, 'Xmas Background Starsky', '4', '0', 'xmasbgpatternstarsky', 2, 1, '1000'),
(2636, 'Xmas Background Starsky', '4', '0', 'xmas_bgpattern_starsky', 2, 1, '132'),
(2637, 'Xmas Box Darkred', '4', '0', 'xmas_box_darkred', 2, 1, '1000'),
(2638, 'Xmas Box Darkred 2', '4', '0', 'xmas_box_darkred2', 2, 1, '1000'),
(2639, 'Xmas Box Darkred 3', '4', '0', 'xmas_box_darkred3', 2, 1, '1000'),
(2640, 'Xmas Box Green', '4', '0', 'xmas_box_green', 2, 1, '1000'),
(2641, 'Xmas Box Lime', '4', '0', 'xmas_box_lime', 2, 1, '1000'),
(2642, 'Xmas Gifts Background', '4', '0', 'xmas_gifts_bg', 2, 1, '1000'),
(2645, 'Xmas Gifts Background 2', '4', '0', 'xmas_gifts_gb', 2, 1, '132'),
(2646, 'Xmas HC Ribbon', '4', '0', 'xmas_hc_ribbon', 2, 1, '1000'),
(2647, 'Xmas Reindeer Sticker', '4', '0', 'xmas_jeff_donkey_reindeer_sticker', 2, 1, '1000'),
(2648, 'Xmas Tree Animated', '4', '0', 'xmas_tree01_animated', 2, 1, '1000'),
(2649, 'Yearbook Wallpaper', '4', '0', 'yearbook_wallpaper', 2, 1, '132'),
(1, 'Genie Fire Head', '1', '0', 'geniefirehead', 2, 1, '19'),
(2781, 'blue_diner_a', '1', '0', 'blue_diner_a', 2, 1, '242'),
(2782, 'blue_diner_a_umlaut', '1', '0', 'blue_diner_a_umlaut', 2, 1, '242'),
(2783, 'blue_diner_ae', '1', '0', 'blue_diner_ae', 2, 1, '242'),
(2784, 'blue_diner_b', '1', '0', 'blue_diner_b', 2, 1, '242'),
(2785, 'blue_diner_c', '1', '0', 'blue_diner_c', 2, 1, '242'),
(2786, 'blue_diner_c_cedilla', '1', '0', 'blue_diner_c_cedilla', 2, 1, '242'),
(2787, 'blue_diner_d', '1', '0', 'blue_diner_d', 2, 1, '242'),
(2788, 'blue_diner_e', '1', '0', 'blue_diner_e', 2, 1, '242'),
(2789, 'blue_diner_e_acc', '1', '0', 'blue_diner_e_acc', 2, 1, '242'),
(2790, 'blue_diner_e_acc_grave', '1', '0', 'blue_diner_e_acc_grave', 2, 1, '242'),
(2791, 'blue_diner_eight', '1', '0', 'blue_diner_eight', 2, 1, '242'),
(2792, 'blue_diner_exclamation', '1', '0', 'blue_diner_exclamation', 2, 1, '242'),
(2793, 'blue_diner_f', '1', '0', 'blue_diner_f', 2, 1, '242'),
(2794, 'blue_diner_five', '1', '0', 'blue_diner_five', 2, 1, '242'),
(2795, 'blue_diner_four', '1', '0', 'blue_diner_four', 2, 1, '242'),
(2796, 'blue_diner_g', '1', '0', 'blue_diner_g', 2, 1, '242'),
(2797, 'blue_diner_h', '1', '0', 'blue_diner_h', 2, 1, '242'),
(2798, 'blue_diner_i', '1', '0', 'blue_diner_i', 2, 1, '242'),
(2799, 'blue_diner_j', '1', '0', 'blue_diner_j', 2, 1, '242'),
(2800, 'blue_diner_k', '1', '0', 'blue_diner_k', 2, 1, '242'),
(2801, 'blue_diner_l', '1', '0', 'blue_diner_l', 2, 1, '242'),
(2802, 'blue_diner_m', '1', '0', 'blue_diner_m', 2, 1, '242'),
(2803, 'blue_diner_n', '1', '0', 'blue_diner_n', 2, 1, '242'),
(2804, 'blue_diner_nine', '1', '0', 'blue_diner_nine', 2, 1, '242'),
(2805, 'blue_diner_o', '1', '0', 'blue_diner_o', 2, 1, '242'),
(2806, 'blue_diner_o_accute', '1', '0', 'blue_diner_o_accute', 2, 1, '242'),
(2807, 'blue_diner_o_cc_grave', '1', '0', 'blue_diner_o_cc_grave', 2, 1, '242'),
(2808, 'blue_diner_o_umlaut', '1', '0', 'blue_diner_o_umlaut', 2, 1, '242'),
(2809, 'blue_diner_one', '1', '0', 'blue_diner_one', 2, 1, '242'),
(2810, 'blue_diner_p', '1', '0', 'blue_diner_p', 2, 1, '242'),
(2811, 'blue_diner_q', '1', '0', 'blue_diner_q', 2, 1, '242'),
(2812, 'blue_diner_question', '1', '0', 'blue_diner_question', 2, 1, '242'),
(2813, 'blue_diner_r', '1', '0', 'blue_diner_r', 2, 1, '242'),
(2814, 'blue_diner_s', '1', '0', 'blue_diner_s', 2, 1, '242'),
(2815, 'blue_diner_seven', '1', '0', 'blue_diner_seven', 2, 1, '242'),
(2816, 'blue_diner_six', '1', '0', 'blue_diner_six', 2, 1, '242'),
(2817, 'blue_diner_t', '1', '0', 'blue_diner_t', 2, 1, '242'),
(2818, 'blue_diner_three', '1', '0', 'blue_diner_three', 2, 1, '242'),
(2819, 'blue_diner_two', '1', '0', 'blue_diner_two', 2, 1, '242'),
(2820, 'blue_diner_u', '1', '0', 'blue_diner_u', 2, 1, '242'),
(2821, 'blue_diner_u_acc', '1', '0', 'blue_diner_u_acc', 2, 1, '242'),
(2822, 'blue_diner_u_acc_grave', '1', '0', 'blue_diner_u_acc_grave', 2, 1, '242'),
(2823, 'blue_diner_u_umlaut', '1', '0', 'blue_diner_u_umlaut', 2, 1, '242'),
(2824, 'blue_diner_upsidedown', '1', '0', 'blue_diner_upsidedown', 2, 1, '242'),
(2825, 'blue_diner_v', '1', '0', 'blue_diner_v', 2, 1, '242'),
(2826, 'blue_diner_w', '1', '0', 'blue_diner_w', 2, 1, '242'),
(2827, 'blue_diner_x', '1', '0', 'blue_diner_x', 2, 1, '242'),
(2828, 'blue_diner_y', '1', '0', 'blue_diner_y', 2, 1, '242'),
(2829, 'blue_diner_z', '1', '0', 'blue_diner_z', 2, 1, '242'),
(2830, 'blue_diner_zero', '1', '0', 'blue_diner_zero', 2, 1, '242'),
(2930, 'diner_belair', '1', '0', 'diner_belair', 2, 1, '243'),
(2933, 'diner_gaspump_blue', '1', '0', 'diner_gaspump_blue', 2, 1, '243'),
(2934, 'diner_gaspump_green', '1', '0', 'diner_gaspump_green', 2, 1, '243'),
(2935, 'diner_gaspump_red', '1', '0', 'diner_gaspump_red', 2, 1, '243'),
(2941, 'diner_hotrod', '1', '0', 'diner_hotrod', 2, 1, '243'),
(2943, 'diner_plymouth', '1', '0', 'diner_plymouth', 2, 1, '243'),
(2944, 'diner_poster', '1', '0', 'diner_poster', 2, 1, '243'),
(2945, 'diner_sign', '1', '0', 'diner_sign', 2, 1, '243'),
(2947, 'diner_trophy_bronze', '1', '0', 'diner_trophy_bronze', 2, 1, '243'),
(2948, 'diner_trophy_gold', '1', '0', 'diner_trophy_gold', 2, 1, '243'),
(2949, 'diner_trophy_silver', '1', '0', 'diner_trophy_silver', 2, 1, '243'),
(3080, 'green_diner_a', '1', '0', 'green_diner_a', 2, 1, '244'),
(3081, 'green_diner_a_umlaut', '1', '0', 'green_diner_a_umlaut', 2, 1, '244'),
(3082, 'green_diner_ae', '1', '0', 'green_diner_ae', 2, 1, '244'),
(3083, 'green_diner_b', '1', '0', 'green_diner_b', 2, 1, '244'),
(3084, 'green_diner_c', '1', '0', 'green_diner_c', 2, 1, '244'),
(3085, 'green_diner_c_cedilla', '1', '0', 'green_diner_c_cedilla', 2, 1, '244'),
(3086, 'green_diner_d', '1', '0', 'green_diner_d', 2, 1, '244'),
(3087, 'green_diner_e', '1', '0', 'green_diner_e', 2, 1, '244'),
(3088, 'green_diner_e_acc', '1', '0', 'green_diner_e_acc', 2, 1, '244'),
(3089, 'green_diner_e_cc_grave', '1', '0', 'green_diner_e_cc_grave', 2, 1, '244'),
(3090, 'green_diner_eight', '1', '0', 'green_diner_eight', 2, 1, '244'),
(3091, 'green_diner_exclamation', '1', '0', 'green_diner_exclamation', 2, 1, '244'),
(3092, 'green_diner_f', '1', '0', 'green_diner_f', 2, 1, '244'),
(3093, 'green_diner_five', '1', '0', 'green_diner_five', 2, 1, '244'),
(3094, 'green_diner_four', '1', '0', 'green_diner_four', 2, 1, '244'),
(3095, 'green_diner_g', '1', '0', 'green_diner_g', 2, 1, '244'),
(3096, 'green_diner_h', '1', '0', 'green_diner_h', 2, 1, '244'),
(3097, 'green_diner_i', '1', '0', 'green_diner_i', 2, 1, '244'),
(3098, 'green_diner_j', '1', '0', 'green_diner_j', 2, 1, '244'),
(3099, 'green_diner_k', '1', '0', 'green_diner_k', 2, 1, '244'),
(3100, 'green_diner_l', '1', '0', 'green_diner_l', 2, 1, '244'),
(3101, 'green_diner_m', '1', '0', 'green_diner_m', 2, 1, '244'),
(3102, 'green_diner_n', '1', '0', 'green_diner_n', 2, 1, '244'),
(3103, 'green_diner_nine', '1', '0', 'green_diner_nine', 2, 1, '244'),
(3104, 'green_diner_o', '1', '0', 'green_diner_o', 2, 1, '244'),
(3105, 'green_diner_o_accute', '1', '0', 'green_diner_o_accute', 2, 1, '244'),
(3106, 'green_diner_o_cc_grave', '1', '0', 'green_diner_o_cc_grave', 2, 1, '244'),
(3107, 'green_diner_o_umlaut', '1', '0', 'green_diner_o_umlaut', 2, 1, '244'),
(3108, 'green_diner_one', '1', '0', 'green_diner_one', 2, 1, '244'),
(3109, 'green_diner_p', '1', '0', 'green_diner_p', 2, 1, '244'),
(3110, 'green_diner_q', '1', '0', 'green_diner_q', 2, 1, '244'),
(3111, 'green_diner_question', '1', '0', 'green_diner_question', 2, 1, '244'),
(3112, 'green_diner_r', '1', '0', 'green_diner_r', 2, 1, '244'),
(3113, 'green_diner_s', '1', '0', 'green_diner_s', 2, 1, '244'),
(3114, 'green_diner_seven', '1', '0', 'green_diner_seven', 2, 1, '244'),
(3115, 'green_diner_six', '1', '0', 'green_diner_six', 2, 1, '244'),
(3116, 'green_diner_t', '1', '0', 'green_diner_t', 2, 1, '244'),
(3117, 'green_diner_three', '1', '0', 'green_diner_three', 2, 1, '244'),
(3118, 'green_diner_two', '1', '0', 'green_diner_two', 2, 1, '244'),
(3119, 'green_diner_u', '1', '0', 'green_diner_u', 2, 1, '244'),
(3120, 'green_diner_u_acc', '1', '0', 'green_diner_u_acc', 2, 1, '244'),
(3121, 'green_diner_u_acc_grave', '1', '0', 'green_diner_u_acc_grave', 2, 1, '244'),
(3122, 'green_diner_u_umlaut', '1', '0', 'green_diner_u_umlaut', 2, 1, '244'),
(3123, 'green_diner_upsidedown', '1', '0', 'green_diner_upsidedown', 2, 1, '244'),
(3124, 'green_diner_v', '1', '0', 'green_diner_v', 2, 1, '244'),
(3125, 'green_diner_w', '1', '0', 'green_diner_w', 2, 1, '244'),
(3126, 'green_diner_x', '1', '0', 'green_diner_x', 2, 1, '244'),
(3127, 'green_diner_y', '1', '0', 'green_diner_y', 2, 1, '244'),
(3128, 'green_diner_z', '1', '0', 'green_diner_z', 2, 1, '244'),
(2911, 'darkknight_batman_suit', '1', '0', 'darkknight_batman_suit', 2, 1, '245'),
(2912, 'darkknight_clownface', '1', '0', 'darkknight_clownface', 2, 1, '245'),
(2913, 'darkknight_dentbutton', '1', '0', 'darkknight_dentbutton', 2, 1, '245'),
(2914, 'darkknight_jokercard', '1', '0', 'darkknight_jokercard', 2, 1, '245'),
(2915, 'darkknight_jokerface', '1', '0', 'darkknight_jokerface', 2, 1, '245'),
(2916, 'darkknight_logo', '1', '0', 'darkknight_logo', 2, 1, '245'),
(4324, 'darkknight_wallpaper', '4', '0', 'darkknight_wallpaper', 2, 1, '248'),
(3530, 'red_diner_a', '1', '0', 'red_diner_a', 2, 1, '246'),
(3531, 'red_diner_a_umlaut', '1', '0', 'red_diner_a_umlaut', 2, 1, '246'),
(3532, 'red_diner_ae', '1', '0', 'red_diner_ae', 2, 1, '246'),
(3533, 'red_diner_b', '1', '0', 'red_diner_b', 2, 1, '246'),
(3534, 'red_diner_c', '1', '0', 'red_diner_c', 2, 1, '246'),
(3535, 'red_diner_c_cedilla', '1', '0', 'red_diner_c_cedilla', 2, 1, '246'),
(3536, 'red_diner_d', '1', '0', 'red_diner_d', 2, 1, '246'),
(3537, 'red_diner_e', '1', '0', 'red_diner_e', 2, 1, '246'),
(3538, 'red_diner_e_acc', '1', '0', 'red_diner_e_acc', 2, 1, '246'),
(3539, 'red_diner_e_cc_grave', '1', '0', 'red_diner_e_cc_grave', 2, 1, '246'),
(3540, 'red_diner_eight', '1', '0', 'red_diner_eight', 2, 1, '246'),
(3541, 'red_diner_exclamation', '1', '0', 'red_diner_exclamation', 2, 1, '246'),
(3542, 'red_diner_f', '1', '0', 'red_diner_f', 2, 1, '246'),
(3543, 'red_diner_five', '1', '0', 'red_diner_five', 2, 1, '246'),
(3544, 'red_diner_four', '1', '0', 'red_diner_four', 2, 1, '246'),
(3545, 'red_diner_g', '1', '0', 'red_diner_g', 2, 1, '246'),
(3546, 'red_diner_h', '1', '0', 'red_diner_h', 2, 1, '246'),
(3547, 'red_diner_i', '1', '0', 'red_diner_i', 2, 1, '246'),
(3548, 'red_diner_j', '1', '0', 'red_diner_j', 2, 1, '246'),
(3549, 'red_diner_k', '1', '0', 'red_diner_k', 2, 1, '246'),
(3550, 'red_diner_l', '1', '0', 'red_diner_l', 2, 1, '246'),
(3551, 'red_diner_m', '1', '0', 'red_diner_m', 2, 1, '246'),
(3552, 'red_diner_n', '1', '0', 'red_diner_n', 2, 1, '246'),
(3553, 'red_diner_nine', '1', '0', 'red_diner_nine', 2, 1, '246'),
(3554, 'red_diner_o', '1', '0', 'red_diner_o', 2, 1, '246'),
(3555, 'red_diner_o_accute', '1', '0', 'red_diner_o_accute', 2, 1, '246'),
(3556, 'red_diner_o_cc_grave', '1', '0', 'red_diner_o_cc_grave', 2, 1, '246'),
(3557, 'red_diner_o_umlaut', '1', '0', 'red_diner_o_umlaut', 2, 1, '246'),
(3558, 'red_diner_one', '1', '0', 'red_diner_one', 2, 1, '246'),
(3559, 'red_diner_p', '1', '0', 'red_diner_p', 2, 1, '246'),
(3560, 'red_diner_q', '1', '0', 'red_diner_q', 2, 1, '246'),
(3561, 'red_diner_question', '1', '0', 'red_diner_question', 2, 1, '246'),
(3562, 'red_diner_r', '1', '0', 'red_diner_r', 2, 1, '246'),
(3563, 'red_diner_s', '1', '0', 'red_diner_s', 2, 1, '246'),
(3564, 'red_diner_seven', '1', '0', 'red_diner_seven', 2, 1, '246'),
(3565, 'red_diner_six', '1', '0', 'red_diner_six', 2, 1, '246'),
(3566, 'red_diner_t', '1', '0', 'red_diner_t', 2, 1, '246'),
(3567, 'red_diner_three', '1', '0', 'red_diner_three', 2, 1, '246'),
(3568, 'red_diner_two', '1', '0', 'red_diner_two', 2, 1, '246'),
(3569, 'red_diner_u', '1', '0', 'red_diner_u', 2, 1, '246'),
(3570, 'red_diner_u_acc', '1', '0', 'red_diner_u_acc', 2, 1, '246'),
(3571, 'red_diner_u_acc_grave', '1', '0', 'red_diner_u_acc_grave', 2, 1, '246'),
(3572, 'red_diner_u_umlaut', '1', '0', 'red_diner_u_umlaut', 2, 1, '246'),
(3573, 'red_diner_upsidedown', '1', '0', 'red_diner_upsidedown', 2, 1, '246'),
(3574, 'red_diner_v', '1', '0', 'red_diner_v', 2, 1, '246'),
(3575, 'red_diner_w', '1', '0', 'red_diner_w', 2, 1, '246'),
(3576, 'red_diner_x', '1', '0', 'red_diner_x', 2, 1, '246'),
(3577, 'red_diner_y', '1', '0', 'red_diner_y', 2, 1, '246'),
(3578, 'red_diner_z', '1', '0', 'red_diner_z', 2, 1, '246'),
(3464, 'olym_carson', '1', '0', 'olym_carson', 2, 1, '247'),
(3465, 'olym_cresthawk', '1', '0', 'olym_cresthawk', 2, 1, '247'),
(3466, 'olym_inari', '1', '0', 'olym_inari', 2, 1, '247'),
(3467, 'olym_jandelee', '1', '0', 'olym_jandelee', 2, 1, '247'),
(3468, 'olym_lady', '1', '0', 'olym_lady', 2, 1, '247'),
(3469, 'olym_loderse', '1', '0', 'olym_loderse', 2, 1, '247'),
(3470, 'olym_moiraine', '1', '0', 'olym_moiraine', 2, 1, '247'),
(3471, 'olym_nme', '1', '0', 'olym_nme', 2, 1, '247'),
(3472, 'olym_smoothcriminal', '1', '0', 'olym_smoothcriminal', 2, 1, '247'),
(3473, 'olym_spartan', '1', '0', 'olym_spartan', 2, 1, '247'),
(3474, 'olym_squib', '1', '0', 'olym_squib', 2, 1, '247'),
(3475, 'olym_thegirls', '1', '0', 'olym_thegirls', 2, 1, '247'),
(2655, '25_146x146_habbo_sticker_fi', '1', '0', '25_146x146_habbo_sticker_fi', 2, 1, '214'),
(2713, 'backtoschool_badapple', '1', '0', 'backtoschool_badapple', 2, 1, '230'),
(2714, 'backtoschool_goldapple', '1', '0', 'backtoschool_goldapple', 2, 1, '1000'),
(2715, 'backtoschool_trophy', '1', '0', 'backtoschool_trophy', 2, 1, '230'),
(2740, 'bg_stickie', '4', '0', 'bg_stickie', 2, 1, '1000'),
(2868, 'cat_animated', '1', '0', 'cat_animated', 2, 1, '1000'),
(2873, 'checker_border_h', '1', '0', 'checker_border_h', 2, 1, '243'),
(2874, 'checker_border_v', '1', '0', 'checker_border_v', 2, 1, '243'),
(3148, 'habbo_x_home_sticker', '1', '0', 'habbo_x_home_sticker', 2, 1, '230'),
(3180, 'hw_bassplayer_girl2', '1', '0', 'hw_bassplayer_girl2', 2, 1, '221'),
(3210, 'hw_keyboards1', '1', '0', 'hw_keyboards1', 2, 1, '221'),
(3211, 'hw_keyboards2', '1', '0', 'hw_keyboards2', 2, 1, '221'),
(3512, 'pretzel', '1', '0', 'pretzel', 2, 1, '216'),
(3927, 'teensbear', '1', '0', 'teensbear', 2, 1, '235'),
(3945, 'tiki_volcano', '1', '0', 'tiki_volcano', 2, 1, '207'),
(4160, '10kbc_habbo_grouppage_bg_2b', '4', '0', '10kbc_habbo_grouppage_bg_2b', 2, 1, '248'),
(4161, '10kbc_habbo_grouppage_bg_3b', '4', '0', '10kbc_habbo_grouppage_bg_3b', 2, 1, '248'),
(4162, '26_habbo_background_fi', '4', '0', '26_habbo_background_fi', 2, 1, '248'),
(4182, 'au_iflyvampwasp_bg_v1', '4', '0', 'au_iflyvampwasp_bg_v1', 2, 1, '248'),
(4183, 'au_iflyvampwasp_bg_v2', '4', '0', 'au_iflyvampwasp_bg_v2', 2, 1, '248'),
(4186, 'au_spiderwick_bg', '4', '0', 'au_spiderwick_bg', 2, 1, '248'),
(4187, 'background_momie3_928x1360', '4', '0', 'background_momie3_928x1360', 2, 1, '248'),
(4189, 'backtoschool_wallpaper', '4', '0', 'backtoschool_wallpaper', 2, 1, '248'),
(4194, 'bg_alhambra', '4', '0', 'bg_alhambra', 2, 1, '248'),
(4195, 'bg_animegroup', '4', '0', 'bg_animegroup', 2, 1, '248'),
(4251, 'bg_moviesgroup', '4', '0', 'bg_moviesgroup', 2, 1, '248'),
(4252, 'bg_musicgroup', '4', '0', 'bg_musicgroup', 2, 1, '248'),
(4287, 'bg_solid_bg_white', '4', '0', 'bg_solid_bg_white', 2, 1, '248'),
(4296, 'bg_videogamesgroup', '4', '0', 'bg_videogamesgroup', 2, 1, '248'),
(4306, 'bmx_tailwhip', '4', '0', 'bmx_tailwhip', 2, 1, '248'),
(4309, 'camocheese_wallpaper', '4', '0', 'camocheese_wallpaper', 2, 1, '248'),
(4319, 'cw_group_1', '4', '0', 'cw_group_1', 2, 1, '248'),
(4321, 'cw_group_2', '4', '0', 'cw_group_2', 2, 1, '248'),
(4323, 'cw_poster', '4', '0', 'cw_poster', 2, 1, '248'),
(4328, 'diner_global', '4', '0', 'diner_global', 2, 1, '248'),
(4337, 'easter_eggs_wallpaper', '4', '0', 'easter_eggs_wallpaper', 2, 1, '248'),
(4338, 'easter_eggs_wallpaper2', '4', '0', 'easter_eggs_wallpaper2', 2, 1, '248'),
(4361, 'geeks_wallpaper', '4', '0', 'geeks_wallpaper', 2, 1, '248'),
(4366, 'greasers_wallpaper', '4', '0', 'greasers_wallpaper', 2, 1, '248'),
(4369, 'gruposedateens.jpg', '4', '0', 'gruposedateens.jpg', 2, 1, '248'),
(4371, 'guitarhero', '4', '0', 'guitarhero', 2, 1, '248'),
(4372, 'gyroscope_grouppage_bg_v1', '4', '0', 'gyroscope_grouppage_bg_v1', 2, 1, '248'),
(4374, 'habbo_bmx_foot_jam_tailwhip_bg', '4', '0', 'habbo_bmx_foot_jam_tailwhip_bg', 2, 1, '248'),
(4376, 'habbo_group_tutorial_bg', '4', '0', 'habbo_group_tutorial_bg', 2, 1, '248'),
(4385, 'habbolympics_bg_final', '4', '0', 'habbolympics_bg_final', 2, 1, '248'),
(4390, 'habboween_bg_bg', '4', '0', 'habboween_bg_bg', 2, 1, '248'),
(4392, 'hannah_montana_background', '4', '0', 'hannah_montana_background', 2, 1, '248'),
(4397, 'head_guides_germany', '4', '0', 'head_guides_germany', 2, 1, '248'),
(4398, 'head_guides_switserland', '4', '0', 'head_guides_switserland', 2, 1, '248'),
(4412, 'jocks_wallpaper', '4', '0', 'jocks_wallpaper', 2, 1, '248'),
(4419, 'kerli_wallpaper', '4', '0', 'kerli_wallpaper', 2, 1, '248'),
(4427, 'landing_page_comp', '4', '0', 'landing_page_comp', 2, 1, '248'),
(4429, 'madball_2008_bg_001', '4', '0', 'madball_2008_bg_001', 2, 1, '248'),
(4430, 'madball_wallpaper', '4', '0', 'madball_wallpaper', 2, 1, '248'),
(4438, 'myspy_group', '4', '0', 'myspy_group', 2, 1, '248'),
(4444, 'nicolajrasted_vip', '4', '0', 'nicolajrasted_vip', 2, 1, '248'),
(4453, 'poptarts_cv_002.jpg', '4', '0', 'poptarts_cv_002.jpg', 2, 1, '248'),
(4456, 'rexona_bg', '4', '0', 'rexona_bg', 2, 1, '248'),
(4471, 'silversurfer2', '4', '0', 'silversurfer2', 2, 1, '248'),
(4472, 'silversurfer3', '4', '0', 'silversurfer3', 2, 1, '248'),
(4475, 'skateollie_bg', '4', '0', 'skateollie_bg', 2, 1, '248'),
(4476, 'skateollie_bg2', '4', '0', 'skateollie_bg2', 2, 1, '248'),
(4477, 'skulls_wallpaper', '4', '0', 'skulls_wallpaper', 2, 1, '248'),
(4505, 'test', '4', '0', 'test', 2, 1, '248'),
(4512, 'toolbar_bg', '4', '0', 'toolbar_bg', 2, 1, '248'),
(4513, 'toolbar_bg2', '4', '0', 'toolbar_bg2', 2, 1, '248'),
(4514, 'top_gamers_bg', '4', '0', 'top_gamers_bg', 2, 1, '248'),
(4517, 'tutorial_bg', '4', '0', 'tutorial_bg', 2, 1, '248'),
(4519, 'val_bgpattern_love', '4', '0', 'val_bgpattern_love', 2, 1, '248'),
(4520, 'val_bgpattern_skull', '4', '0', 'val_bgpattern_skull', 2, 1, '248'),
(4526, 'vip_group.png', '4', '0', 'vip_group.png', 2, 1, '248'),
(4529, 'wallpaper_alkalinetrio', '4', '0', 'wallpaper_alkalinetrio', 2, 1, '248'),
(4532, 'wallpaper_dinerduck', '4', '0', 'wallpaper_dinerduck', 2, 1, '248'),
(4533, 'wallpaper_dinergeeks', '4', '0', 'wallpaper_dinergeeks', 2, 1, '248'),
(4534, 'wallpaper_dinergreasers', '4', '0', 'wallpaper_dinergreasers', 2, 1, '248'),
(4535, 'wallpaper_dinerjocks', '4', '0', 'wallpaper_dinerjocks', 2, 1, '248'),
(4536, 'wallpaper_dinermapusa', '4', '0', 'wallpaper_dinermapusa', 2, 1, '248'),
(4538, 'wallpaper_dinerus', '4', '0', 'wallpaper_dinerus', 2, 1, '248'),
(4539, 'wallpaper_droney', '4', '0', 'wallpaper_droney', 2, 1, '248'),
(4541, 'wallpaper_katiestill', '4', '0', 'wallpaper_katiestill', 2, 1, '248'),
(4542, 'wallpaper_lauraduncan', '4', '0', 'wallpaper_lauraduncan', 2, 1, '248'),
(4543, 'wallpaper_lenka', '4', '0', 'wallpaper_lenka', 2, 1, '248'),
(4544, 'wallpaper_monet', '4', '0', 'wallpaper_monet', 2, 1, '248'),
(4547, 'wallpaper_sprousebrothers', '4', '0', 'wallpaper_sprousebrothers', 2, 1, '248'),
(4548, 'wallpaper_submarines', '4', '0', 'wallpaper_submarines', 2, 1, '248'),
(4549, 'wallpaper_tmobile', '4', '0', 'wallpaper_tmobile', 2, 1, '248'),
(4554, 'wallpaper2_001', '4', '0', 'wallpaper2_001', 2, 1, '248'),
(4574, 'xmas_gifts_bg2', '4', '0', 'xmas_gifts_bg2', 2, 1, '248');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_edit`
--

CREATE TABLE IF NOT EXISTS `cms_homes_edit` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pageid` int(11) NOT NULL,
`editorid` int(11) NOT NULL,
`type` enum('group','user') NOT NULL,
`time` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_homes_edit`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_group_linker`
--

CREATE TABLE IF NOT EXISTS `cms_homes_group_linker` (
`userid` int(11) NOT NULL,
`groupid` int(11) NOT NULL,
`active` varchar(1) NOT NULL DEFAULT '0',
KEY `userid` (`userid`),
KEY `groupid` (`groupid`),
KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_homes_group_linker`
--

INSERT INTO `cms_homes_group_linker` (`userid`, `groupid`, `active`) VALUES
(125, 1, '1'),
(1, 1, '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_inventory`
--

CREATE TABLE IF NOT EXISTS `cms_homes_inventory` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`type` varchar(1) NOT NULL,
`subtype` varchar(1) NOT NULL,
`data` text NOT NULL,
`amount` varchar(3) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Dump dei dati per la tabella `cms_homes_inventory`
--

INSERT INTO `cms_homes_inventory` (`id`, `userid`, `type`, `subtype`, `data`, `amount`) VALUES
(7, 1, '4', '0', 'allhabbos_group', '1'),
(10, 1, '3', '0', 'stickienote', '10'),
(18, 116, '4', '0', 'vale_skull_bg', '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_homes_stickers`
--

CREATE TABLE IF NOT EXISTS `cms_homes_stickers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`userid` int(11) NOT NULL,
`x` varchar(6) NOT NULL DEFAULT '1' COMMENT 'left',
`y` varchar(6) NOT NULL DEFAULT '1' COMMENT 'top',
`z` varchar(6) NOT NULL DEFAULT '1' COMMENT 'z-index',
`data` text NOT NULL,
`type` varchar(1) NOT NULL DEFAULT '1',
`subtype` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Widget Type (if widget)',
`skin` text NOT NULL,
`groupid` int(11) NOT NULL DEFAULT '-1',
`var` int(100) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1167 ;

--
-- Dump dei dati per la tabella `cms_homes_stickers`
--

INSERT INTO `cms_homes_stickers` (`id`, `userid`, `x`, `y`, `z`, `data`, `type`, `subtype`, `skin`, `groupid`, `var`) VALUES
(1095, -1, '25', '25', '5', '', '2', '1', 'defaultskin', 11, NULL),
(1096, -1, '97', '40', '19', '', '2', '1', 'defaultskin', 1, NULL),
(1094, 3, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1093, 3, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1092, 3, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1091, 3, '57', '229', '6', 'Benvenuto su una nuova Home Page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1090, 3, '148', '41', '7', 'Attenzione! Rispetta il Regolamento. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1085, 2, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1086, -1, '52', '47', '7', '', '2', '1', 'defaultskin', 10, NULL),
(1087, 2, '-1', '-1', '-1', 'allhabbos_group', '4', '0', '-1', 10, NULL),
(1088, 3, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1089, 3, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1102, 1, '81', '42', '9', '', '2', '1', 'defaultskin', -1, NULL),
(1083, 2, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1084, 2, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Haddo Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1082, 2, '57', '229', '6', 'Benvenuto su una nuova Home Page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1080, 2, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1081, 2, '148', '41', '7', 'Attenzione! Rispetta il Regolamento. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1079, 2, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1103, 2, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1104, 2, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1105, 2, '148', '41', '7', 'Attenzione! Rispetta la Nome Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1106, 2, '57', '229', '6', 'Benvenuto su una nuova Nome Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1107, 2, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1108, 2, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Nome Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1109, 2, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1110, 3, '457', '26', '4', '', '2', '1', 'defaultskin', -1, NULL),
(1111, 3, '450', '319', '1', '', '2', '3', 'defaultskin', -1, NULL),
(1112, 3, '148', '41', '7', 'Attenzione! Rispetta la Nome Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1113, 3, '57', '229', '6', 'Benvenuto su una nuova Nome Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1114, 3, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1115, 3, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Nome Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1116, 3, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1118, 1, '409', '256', '64', '', '2', '2', 'defaultskin', -1, NULL),
(1119, 1, '404', '50', '39', '', '2', '8', 'defaultskin', -1, NULL),
(1120, 1, '51', '362', '60', '', '2', '5', 'defaultskin', -1, 0),
(1121, 1, '52', '705', '62', '', '2', '4', 'defaultskin', -1, NULL),
(1122, 1, '440', '583', '91', '', '2', '3', 'defaultskin', -1, NULL),
(1124, 1, '448', '708', '68', 'hw_bigcamera', '1', '0', '', -1, NULL),
(1125, 1, '-1', '-1', '-1', 'allhabbos_group', '4', '0', '-1', -1, NULL),
(1126, 1, '80', '41', '96', '', '2', '1', 'defaultskin', -1, NULL),
(1127, 1, '439', '583', '93', '', '2', '3', 'defaultskin', -1, NULL),
(1128, 1, '148', '41', '7', 'Attenzione! Rispetta la Nome Way. Non pubblicare nessuna informazione personale. Niente indirizzi, numeri di telefono, e-mail o dovremo eliminare i tuoi post-it. I post-it eliminati non vengono rimborsati.', '3', '0', 'noteitskin', -1, NULL),
(1129, 1, '57', '229', '6', 'Benvenuto su una nuova Nome Home page! Qui avrai la possibilita di mostrare a tutti le tue stanze pi&ugrave belle e di esprimerti utilizzando stickers pazzeschi e post-it coloratissimi! Per iniziare, clicca sul bottone ''Modifica''.', '3', '0', 'speechbubbleskin', -1, NULL),
(1130, 1, '326', '408', '82', 'sticker_spaceduck', '1', '0', '', -1, NULL),
(1131, 1, '107', '402', '8', 'Dove sono i miei amici? \rPer visualizzare la lista dei tuoi amici nella tua Nome Home premi Modifica e sfoglia il tuo Inventario di Widgets. Ce ne uno che fa proprio al caso tuo. Trovato? Puoi spostarlo dove preferisci e cambiare lo ''skin''. ', '3', '0', 'notepadskin', -1, NULL),
(1132, 1, '367', '36', '80', 'paper_clip_1', '1', '0', '', -1, NULL),
(1133, 1, '73', '264', '21', '', '2', '4', 'defaultskin', 1, NULL),
(1134, 1, '457', '45', '15', '', '2', '3', 'defaultskin', 1, NULL),
(1135, 1, '-1', '-1', '-1', 'allhabbos_group', '4', '0', '-1', 1, NULL),
(1137, 1, '10', '10', '10', 'dudesons', '1', '0', '', -1, NULL),
(1139, -1, '25', '25', '5', '', '2', '1', 'defaultskin', 2, NULL),
(1140, 33, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1141, 34, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1142, 6, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1143, 39, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1144, 8, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1145, 53, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1146, 37, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1147, 54, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1148, 43, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1149, 44, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1150, 58, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1151, 60, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1152, 17, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1153, 24, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1154, 54, '10', '10', '6', 'patsday_kissme', '1', '0', '', -1, NULL),
(1155, 54, '10', '10', '9', 'darkknight_jokercard', '1', '0', '', -1, NULL),
(1156, 54, '10', '10', '12', 'argentina', '1', '0', '', -1, NULL),
(1157, 108, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1158, 116, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1159, 69, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1160, 134, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1161, 116, '120', '200', '8', 'bling_m', '1', '0', '', -1, NULL),
(1162, 116, '175', '199', '11', 'bling_o', '1', '0', '', -1, NULL),
(1163, 116, '214', '198', '14', 'bling_d', '1', '0', '', -1, NULL),
(1164, 116, '-1', '-1', '-1', 'vale_skull_bg', '4', '0', '-1', -1, NULL),
(1165, 127, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL),
(1166, 149, '25', '25', '5', '', '2', '1', 'defaultskin', -1, NULL);

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_minimail`
--

CREATE TABLE IF NOT EXISTS `cms_minimail` (
`senderid` int(11) NOT NULL,
`to_id` int(11) DEFAULT NULL,
`subject` varchar(30) NOT NULL,
`date` varchar(30) NOT NULL,
`message` text NOT NULL,
`read_mail` enum('0','1') NOT NULL DEFAULT '0',
`id` int(11) NOT NULL AUTO_INCREMENT,
`deleted` int(10) DEFAULT '0',
`conversationid` int(10) DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `cms_minimail`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_news`
--

CREATE TABLE IF NOT EXISTS `cms_news` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`shortstory` text COLLATE latin1_general_ci,
`longstory` text COLLATE latin1_general_ci,
`published` int(10) NOT NULL DEFAULT '0',
`image` varchar(255) COLLATE latin1_general_ci DEFAULT '/Public/Images/news/TS_Web60.png',
`campaign` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
`campaignimg` varchar(255) COLLATE latin1_general_ci NOT NULL,
`author` text COLLATE latin1_general_ci NOT NULL,
`date` varchar(30) COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=8 ;

--
-- Dump dei dati per la tabella `cms_news`
--

INSERT INTO `cms_news` (`id`, `title`, `shortstory`, `longstory`, `published`, `image`, `campaign`, `campaignimg`, `author`, `date`) VALUES
(1, 'Benvenuto in Hotel!', 'DnT HoloCMS v3 & DB - Created By Donatello!', '<img src=\\"http://dnt.webnet32.com/DCR/c_images/catalogue/waasa_teaser.gif\\" align=\\"right\\">\r\n\r\nCiao <b>utente</b>,\r\n<br>\r\n</br>\r\noggi nel Web è sbarcata una nuova Community Sociale, <b>Retroserver Hotel</b>. Come ben sapete il sito è <b>completamente gratis</b>, <i>non si paga niente!</i>\r\n<br>\r\n</br>\r\nPerò, per chi vuole usufruire ai <b>privilegi</b> dell\\''Hotel come ad esempio: <i>VIP</i>, <i>rari</i> ecc. ecc. deve pagare delle <b>Promozioni</b> con il più facile metodo di pagamento ormai conosciuto sul Web, <i>PayPal</i>.\r\n<br>\r\n</br>\r\nNella Community ci saranno provini ma gli utenti potranno essere classificati e scelto dallo <i>Staff</i> solo se \r\ndimostrerà : (attività in Hotel, fare divertire e aiutare gli utenti in difficoltà , avere una buona permanenza ecc. ecc.)\r\n<br>\r\n</br>\r\nIn Hotel usiamo <b>tecnicamente</b>: <u>Phoenix Server</u> ed <u>HoloCMS</u> editato dai creatori della Community. Il nostro catalogo è <b>privato</b>, anche i <b>DCR</b> e tutto il resto che comprende l\\''Hotel.\r\n<br>\r\n</br>\r\nPer il resto, vi auguriamo una buona permanenza, ma sopratutto un buon divertimento! ;-) \r\n', 0, 'http://dnt.webnet32.com/DCR/c_images/Top_Story_Images/ts_lostcity_topstory_5.gif', '1', 'http://dnt.webnet32.com/DCR/c_images/hot_campaign_images_hq/hot_campaign_button_160x60_Waving.gif', 'Lo Staff!', '10-02-2013');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_news_slider`
--

CREATE TABLE IF NOT EXISTS `cms_news_slider` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`shortstory` text COLLATE latin1_general_ci,
`image` varchar(255) COLLATE latin1_general_ci DEFAULT 'http://gweinyddwrstorio.net/dcp/c_images/webpromo/Huppie_TopStory.gif',
`button_enable` enum('0','1') COLLATE latin1_general_ci NOT NULL DEFAULT '0',
`link_button` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`button_title` varchar(255) COLLATE latin1_general_ci DEFAULT NULL,
`author` text COLLATE latin1_general_ci NOT NULL,
`date` varchar(30) COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=12 ;

--
-- Dump dei dati per la tabella `cms_news_slider`
--

INSERT INTO `cms_news_slider` (`id`, `title`, `shortstory`, `image`, `button_enable`, `link_button`, `button_title`, `author`, `date`) VALUES
(1, 'Benvenuto in Hub Hotel!', 'Tutto il divertimento in un avatar!\r\n\r\nChe cosa aspetti? Entra e divertiti!', 'http://dnt.webnet32.com/DCR/c_images/web_promo/12.png', '0', 'http://25.154.105.192/client', 'Entra in hotel!', 'Chesterfield', '25/01/2014'),
(8, 'Hub Hotel e\\'' tornato!', 'Hub Hotel dopo una piccola manutenzione e\\'' tornato piu\\'' forte di prima! Abbiamo avuto qualche problema con un admin che si e\\'' divertito a incasinare i DCR! Ma tutto e\\'' stato risolto e da questa settimana ci saranno moltissime novita\\''! Apriremo anche la pagina Facebook ufficiale! A 40 on apriremo ufficialmente la lega calcio! Inoltre cerchiamo altro staff serio e competente, fatti notare in hotel! \r\nCi vediamo su Hub!', 'http://dnt.webnet32.com/DCR/c_images/web_promo/12.png', '0', '', '', 'Chesterfield (Founder) e Powerade (Competition Manager)', '2014-02-03'),
(11, 'Esami Staff', 'Ciao Hubbino,\r\nse sei uno staffer,ti informo che Giovedi 6 Febbraio alle ore 18:00,si terranno degli esami staff.Coloro che verranno bocciati,saranno srankati,mentre i promossi manterranno il loro posto nello staff.\r\nPerchè questa scelta?Beh,poichè c\\''è troppo staff,vogliamo solo i migliori!\r\n\r\nBuona fortuna!', 'http://dnt.webnet32.com/DCR/c_images/web_promo/12.png', '0', '', '', 'Powerade', '2014-02-03');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_recommended`
--

CREATE TABLE IF NOT EXISTS `cms_recommended` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`rec_id` int(10) DEFAULT NULL,
`type` varchar(10) DEFAULT 'group',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `cms_recommended`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `cms_registration_figures`
--

CREATE TABLE IF NOT EXISTS `cms_registration_figures` (
`figure` varchar(70) NOT NULL,
`gender` varchar(1) NOT NULL,
PRIMARY KEY (`figure`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `cms_registration_figures`
--

INSERT INTO `cms_registration_figures` (`figure`, `gender`) VALUES
('hr-515-45.hd-600-8.ch-884-76.lg-696-76.sh-740-76.ea-1401-76.ca-1815-62', 'f'),
('hr-545-42.hd-600-28.ch-884-68.lg-700-68.sh-905-71.he-1601.ea-1406.fa-1', 'f'),
('hd-600-3.ch-630-62.lg-695-62.sh-730-62.ca-1801-62', 'f'),
('hr-515-48.hd-625-22.ch-660-79.lg-700-64.ea-1406', 'f'),
('hr-890-42.hd-629-1.ch-685-74.lg-710-74.sh-907-74.he-1608.ca-1815-74.wa', 'f'),
('hr-125-45.hd-180-4.ch-225-88.lg-285-89.sh-300-64.ha-1023-88', 'm'),
('hr-115-42.hd-180-3.ch-210-62.lg-285-64.sh-290-62', 'm'),
('hr-155-39.hd-180-1.ch-267-64.lg-281-64', 'm'),
('hr-165-40.hd-206-2.ch-255-77.lg-275-76.sh-305-78.ha-1010-65.ea-1404-78', 'm'),
('hr-110-45.hd-180-30.ch-215-66.lg-270-64.sh-300-64.ea-1404-64.wa-2007.c', 'm'),
('hr-115-45.hd-180-7.ch-255-82.lg-280-64.sh-290-62', 'm'),
('hr-115-45.hd-180-1.ch-255-64.lg-285-82.sh-300-62.cp-3121-64', 'm'),
('hr-165-36.hd-180-1.ch-235-64.lg-285-64.sh-305-64.ea-1404-62.wa-2009-62', 'm'),
('hr-893-39.hd-180-7.ch-245-64.lg-281-64.sh-906-64.ea-1404-64', 'm'),
('hr-115-37.hd-180-1.ch-220-64.lg-285-64.sh-300-64', 'm'),
('hr-165-45.hd-207-9.ch-255-64.lg-275-64.sh-305-64', 'm'),
('hr-125-45.hd-190-4.ch-215-79.lg-285-73.sh-290-62', 'm'),
('hr-515-42.hd-600-1.ch-655-83.lg-710-64.sh-730-64', 'f'),
('hr-545-39.hd-600-8.ch-655-62.lg-710-73.sh-730-62.he-1602-73.ca-1812', 'f'),
('hr-515-36.hd-605-7.ch-660-71.lg-700-71', 'f'),
('hr-892-45.hd-600-1.ch-645-83.lg-720-83.sh-907-83.fa-1212.ca-1819', 'f'),
('hr-545-33.hd-600-1.ch-665-78.lg-715-89.sh-907-62', 'f'),
('hr-890-31.hd-600-2.ch-660-62.lg-700-79.sh-906-62.he-1602-80.ca-1805-78', 'f'),
('hr-540-34.hd-600-9.ch-640-62.lg-700-64.sh-907-70.he-1602-62.ca-1804-73', 'f'),
('hd-620-10.ch-660-64.lg-710-64.sh-906-70.wa-2009-72.hr-890-38', 'f'),
('hr-890-47.hd-629-1.ch-685-78.lg-715-85.sh-735-72.he-1606-85.ca-1804-84', 'f'),
('hd-180-8.ch-255-83.lg-270-83.sh-905-83.ha-1020.fa-1202-83', 'm'),
('hr-165-32.hd-209-17.ch-878-1315-81.lg-3116-72-1315.ea-1401-62.fa-1212.', 'm'),
('hd-180-10.ch-215-62.lg-270-62', 'm'),
('hr-145-31.hd-185-10.ch-255-62.lg-270-62.he-1601', 'm'),
('hr-893-33.hd-209-1.ch-3110-81-76.lg-270-80.fa-1202-80', 'm'),
('hr-165-45.hd-180-3.ch-215-62.lg-3116-64-73.sh-300-62', 'm'),
('hr-893-37.hd-180-1.ch-3111-68-67.lg-270-64.sh-906-62', 'm'),
('hr-115-31.hd-180-7.ch-877-64-62.lg-270-64.sh-305-62.wa-2009-62', 'm'),
('hr-115-31.hd-190-7.ch-255-73.lg-285-82.sh-300-64.fa-1201', 'm'),
('hr-145-42.hd-208-2.ch-225-73.lg-285-64.sh-300-64.wa-2001', 'm'),
('hr-165-42.hd-180-1.ch-255-62.lg-280-64.sh-906-62.ea-1404-62.wa-2011', 'm');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_settings`
--

CREATE TABLE IF NOT EXISTS `cms_settings` (
`variable` varchar(80) NOT NULL,
`value` text NOT NULL,
`description` text,
`example` text,
PRIMARY KEY (`variable`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `cms_settings`
--

INSERT INTO `cms_settings` (`variable`, `value`, `description`, `example`) VALUES
('cms_url', '', 'The url to your websites root directory', 'http://hubhotel.tk\r\n'),
('client_ip', '', 'The IP address to your hotel emulator', '82.60.90.128'),
('client_port', '', 'The port that your emulator is running on', '30000'),
('client_mus', '', 'The port that your emulators MUS is running on', '30001'),
('client_variables', '', 'The url to your external variables', 'http://habboon.com/client/variables.txt'),
('client_texts', '', 'The url to your external texts', 'http://habboon.com/client/texts.txt'),
('rts_uname', '', 'The username you signed up to RetroTopsites.com with', 'Chestefield'),
('cms_name', '', 'The name of your Hotel', 'Hub Hotel');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_system`
--

CREATE TABLE IF NOT EXISTS `cms_system` (
`sitename` varchar(30) COLLATE latin1_general_ci NOT NULL,
`shortname` varchar(30) COLLATE latin1_general_ci NOT NULL,
`site_closed` enum('0','1') COLLATE latin1_general_ci NOT NULL COMMENT 'Maintenance Mode',
`enable_sso` enum('0','1') COLLATE latin1_general_ci NOT NULL,
`language` varchar(2) COLLATE latin1_general_ci NOT NULL,
`ip` varchar(50) COLLATE latin1_general_ci NOT NULL,
`port` varchar(5) COLLATE latin1_general_ci NOT NULL,
`texts` varchar(250) COLLATE latin1_general_ci NOT NULL,
`variables` varchar(250) COLLATE latin1_general_ci NOT NULL,
`dcr` varchar(250) COLLATE latin1_general_ci NOT NULL,
`reload_url` varchar(250) COLLATE latin1_general_ci NOT NULL,
`localhost` enum('0','1') COLLATE latin1_general_ci NOT NULL COMMENT 'Local server?',
`start_credits` int(11) NOT NULL DEFAULT '0',
`admin_notes` text COLLATE latin1_general_ci NOT NULL,
`loader` int(1) NOT NULL DEFAULT '1',
`analytics` text COLLATE latin1_general_ci
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci COMMENT='HoloCMS';

--
-- Dump dei dati per la tabella `cms_system`
--

INSERT INTO `cms_system` (`sitename`, `shortname`, `site_closed`, `enable_sso`, `language`, `ip`, `port`, `texts`, `variables`, `dcr`, `reload_url`, `localhost`, `start_credits`, `admin_notes`, `loader`, `analytics`) VALUES
('Hub Hotel', 'Hub', '0', '1', 'it', '82.60.90.128', '30000', 'http://dnt.webnet32.com/DCR/gamedata/external_flash_texts.txt', 'http://dnt.webnet32.com/DCR/gamedata/external_variables.txt', 'http://dnt.webnet32.com/DCR/gordon/', 'http://dnt.webnet32.com/DCR/Habbo.swf', '0', 20000, '1) Usare questo blocco note per comunicazioni importanti\r\n2) Rispettare gli altri membri dello staff e gli soprattutto gli hub\r\n3) Non fare allert inutili\r\n4) Non regalare rari, se non quello di benvenuto (stesso discorso per le rane e i ruby)\r\n5) Non usufruire dell\\''Housekeeping\r\n6) Non bannare, cacciare, mutare gli altri hub senza una ragione.\r\n7) Rispetta e ubbidisci sempre a chi è di rank superiore al tuo.', 1, '\r\n');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_texts`
--

CREATE TABLE IF NOT EXISTS `cms_texts` (
`name` varchar(100) NOT NULL,
`value` text NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `cms_texts`
--

INSERT INTO `cms_texts` (`name`, `value`) VALUES
('badge_desc_AC5', 'Successfully Rescued Abitha! - November 2010'),
('badge_desc_ACH_AIPerformanceVote1', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote10', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote2', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote3', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote4', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote5', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote6', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote7', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote8', 'Gather %limit% votes.'),
('badge_desc_ACH_AIPerformanceVote9', 'Gather %limit% votes.'),
('badge_desc_ACH_AllTimeHotelPresence1', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence10', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence2', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence3', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence4', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence5', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence6', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence7', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence8', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AllTimeHotelPresence9', 'For spending total of %limit% min. in hotel.'),
('badge_desc_ACH_AvatarLooks1', 'For changing your look for the first time'),
('badge_desc_ACH_AvatarTags1', 'For tagging yourself with 5 tags'),
('badge_desc_ACH_BasicClub1', 'For joining the Habbo Club.'),
('badge_desc_ACH_BasicClub2', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub3', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub4', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BasicClub5', 'For %limit% months of Habbo Club membership.'),
('badge_desc_ACH_BattleBallTilesLocked1', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked10', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked11', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked12', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked13', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked14', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked15', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked16', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked17', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked18', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked19', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked2', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked20', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked3', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked4', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked5', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked6', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked7', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked8', 'Lock %limit% tiles.'),
('badge_desc_ACH_BattleBallTilesLocked9', 'Lock %limit% tiles.'),
('badge_desc_ACH_EmailVerification1', 'For activating your email address. Thanks!'),
('badge_desc_ACH_Forum1', 'Member of the Otaku-Studios.com forums!'),
('badge_desc_ACH_GameAuthorExperience1', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience10', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience11', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience12', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience13', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience14', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience15', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience16', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience17', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience18', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience19', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience2', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience20', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience3', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience4', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience5', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience6', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience7', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience8', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GameAuthorExperience9', 'Gather %limit% points in your game room.'),
('badge_desc_ACH_GamePlayerExperience1', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience10', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience11', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience12', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience13', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience14', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience15', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience16', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience17', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience18', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience19', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience2', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience20', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience3', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience4', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience5', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience6', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience7', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience8', 'Gather %limit% victory points.'),
('badge_desc_ACH_GamePlayerExperience9', 'Gather %limit% victory points.'),
('badge_desc_ACH_GiftGiver1', 'For giving a gift.'),
('badge_desc_ACH_GiftGiver10', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver2', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver3', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver4', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver5', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver6', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver7', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver8', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftGiver9', 'For giving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver1', 'For receiving a gift.'),
('badge_desc_ACH_GiftReceiver10', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver2', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver3', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver4', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver5', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver6', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver7', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver8', 'For receiving %limit% gifts.'),
('badge_desc_ACH_GiftReceiver9', 'For receiving %limit% gifts.'),
('badge_desc_ACH_Graduate1', 'For completing your confusing Habbo newbie experience.'),
('badge_desc_ACH_HappyHour1', 'For spending a Happy moment in Habbo! Log in during Happy Hour to receive this achievement.'),
('badge_desc_ACH_Login1', 'For logging in %limit% days in a row. Try it if you dare.'),
('badge_desc_ACH_Login10', 'For logging in %limit% days in a row. Breathtaking.'),
('badge_desc_ACH_Login2', 'For logging in %limit% days in a row. Wow!'),
('badge_desc_ACH_Login3', 'For logging in %limit% days in a row. Nice one!'),
('badge_desc_ACH_Login4', 'For logging in %limit% days in a row. High 5!'),
('badge_desc_ACH_Login5', 'For logging in %limit% days in a row. Amazing.'),
('badge_desc_ACH_Login6', 'For logging in %limit% days in a row. Phenomenal.'),
('badge_desc_ACH_Login7', 'For logging in %limit% days in a row. Awesome.'),
('badge_desc_ACH_Login8', 'For logging in %limit% days in a row. Sensational.'),
('badge_desc_ACH_Login9', 'For logging in %limit% days in a row. Extraordinary.'),
('badge_desc_ACH_MGM1', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM10', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM2', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM3', 'For inviting %limit% real life friend to Habbo.'),
('badge_desc_ACH_MGM4', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM5', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM6', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM7', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM8', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_MGM9', 'For inviting %limit% real life friends to Habbo.'),
('badge_desc_ACH_Motto1', 'For changing your motto for the first time'),
('badge_desc_ACH_Name1', 'For changing your name'),
('badge_desc_ACH_PetFeeding1', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding10', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding10_HHCA', 'Give your pets at least 204600 points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding2', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding3', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding4', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding5', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding6', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding7', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetFeeding8', 'Give your pets at least %limit% points of food to earn this badge'),
('badge_desc_ACH_PetFeeding9', 'Give your pets at least %limit% points of food to earn this badge.'),
('badge_desc_ACH_PetLevelUp1', 'Train your pets up at least %limit% level to earn this badge.'),
('badge_desc_ACH_PetLevelUp10', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp2', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp3', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp4', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp5', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp6', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp7', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp8', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLevelUp9', 'Train your pets up at least %limit% levels to earn this badge.'),
('badge_desc_ACH_PetLover1', 'Own %limit% pet to earn this badge.'),
('badge_desc_ACH_PetLover10', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover2', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover3', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover4', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover5', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover6', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover7', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover8', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetLover9', 'Own %limit% pets to earn this badge.'),
('badge_desc_ACH_PetRespectGiver1', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver10', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver2', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver3', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver4', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver5', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver6', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver7', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver8', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectGiver9', 'Scratch anyone''s pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver1', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver10', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver2', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver3', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver4', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver5', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver6', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver7', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver8', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_PetRespectReceiver9', 'Have someone scratch your pet at least %limit% times to earn this badge.'),
('badge_desc_ACH_RegistrationDuration1', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration10', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration2', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration3', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration4', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration5', 'Be a member of the community for %limit% days'),
('badge_desc_ACH_RegistrationDuration6', 'Be a member of the community for a %limit% days.'),
('badge_desc_ACH_RegistrationDuration7', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration8', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RegistrationDuration9', 'Be a member of the community for %limit% days.'),
('badge_desc_ACH_RespectEarned1', 'For earning respect %limit% time.'),
('badge_desc_ACH_RespectEarned10', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned2', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned3', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned4', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned5', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned6', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned7', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned8', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectEarned9', 'For earning respect %limit% times.'),
('badge_desc_ACH_RespectGiven1', 'For giving respect %limit% times.'),
('badge_desc_ACH_RoomEntry1', 'For hanging out in %limit% guest rooms that you do not own. Tourist.'),
('badge_desc_ACH_RoomEntry10', 'For hanging out in %limit% guest rooms that you do not own. Time traveler.'),
('badge_desc_ACH_RoomEntry2', 'For hanging out in %limit% guest rooms that you do not own. Moocher.'),
('badge_desc_ACH_RoomEntry3', 'For hanging out in %limit% guest rooms that you do not own. Freeloader.'),
('badge_desc_ACH_RoomEntry4', 'For hanging out in %limit% guest rooms that you do not own. Backpacker.'),
('badge_desc_ACH_RoomEntry5', 'For hanging out in %limit% guest rooms that you do not own. Globetrotter.'),
('badge_desc_ACH_RoomEntry6', 'For hanging out in %limit% guest rooms that you do not own. Out of towner.'),
('badge_desc_ACH_RoomEntry7', 'For hanging out in %limit% guest rooms that you do not own .Gold digger.'),
('badge_desc_ACH_RoomEntry8', 'For hanging out in %limit% guest rooms that you do not own. Orion.'),
('badge_desc_ACH_RoomEntry9', 'For hanging out in %limit% guest rooms that you do not own. Spaceman.'),
('badge_desc_ACH_Student1', 'For being guided by a Habboon Guide and confused no more'),
('badge_desc_ACH_TraderPass1', 'Without a trading pass you can''t trade: you have to have an account that is 3 days old and you have to verify your email.'),
('badge_desc_ACH_VipClub1', 'For joining the VIP Club.'),
('badge_desc_ACH_VipClub2', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub3', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub4', 'For %limit% months of VIP Club membership.'),
('badge_desc_ACH_VipClub5', 'For %limit% months of VIP Club membership.'),
('badge_desc_ADM', 'Member of the staff team'),
('badge_desc_BOT', 'Non-player character (this is a bot).'),
('badge_desc_HBA', 'Member of the moderation team'),
('badge_desc_HC1', 'Member of Habboon Club'),
('badge_desc_IT5', 'Successfully won a competition on Radio Otaku!'),
('badge_desc_NWB', 'Trial member of the moderation team'),
('badge_desc_RLX01', 'Found Astra - November 2010'),
('badge_desc_VIP', 'For joining the VIP Club.'),
('badge_desc_XXX', 'Dedicated member of Habboon'),
('badge_desc_Z63', 'Submitted an idea or bug petition that was added or fixed during beta'),
('badge_desc_Z64', 'Participated in the beta testing of Habboon'),
('badge_name_AC5', 'Quest Master'),
('badge_name_ACH_AIPerformanceVote1', 'Unknown Star I'),
('badge_name_ACH_AIPerformanceVote10', 'Notorious X'),
('badge_name_ACH_AIPerformanceVote2', 'Hidden Talent II'),
('badge_name_ACH_AIPerformanceVote3', 'Unique III'),
('badge_name_ACH_AIPerformanceVote4', 'Noteworthy IV'),
('badge_name_ACH_AIPerformanceVote5', 'Influental V'),
('badge_name_ACH_AIPerformanceVote6', 'Famous VI'),
('badge_name_ACH_AIPerformanceVote7', 'Grand VII'),
('badge_name_ACH_AIPerformanceVote8', 'Well-known VIII'),
('badge_name_ACH_AIPerformanceVote9', 'Glorious IX'),
('badge_name_ACH_AllTimeHotelPresence1', 'Online time I-Thunderstorm'),
('badge_name_ACH_AllTimeHotelPresence10', 'Online time X - F5 Tornado'),
('badge_name_ACH_AllTimeHotelPresence2', 'Online time II - Drizzle'),
('badge_name_ACH_AllTimeHotelPresence4', 'Online time IV - Blizzard'),
('badge_name_ACH_AllTimeHotelPresence5', 'Online time V- Haze'),
('badge_name_ACH_AllTimeHotelPresence6', 'Online time VI- Jet Stream'),
('badge_name_ACH_AllTimeHotelPresence7', 'Online time VII- Cyclone'),
('badge_name_ACH_AllTimeHotelPresence8', 'Online time VIII- Meso Cyclone'),
('badge_name_ACH_AllTimeHotelPresence9', 'Online time IX-Tornado'),
('badge_name_ACH_AvatarLooks1', 'Looks that Kill'),
('badge_name_ACH_AvatarTags1', '5 Words of Wisdom'),
('badge_name_ACH_BasicClub1', 'Habbo Club member I'),
('badge_name_ACH_BasicClub2', 'Habbo Club member II'),
('badge_name_ACH_BasicClub3', 'Habbo Club member III'),
('badge_name_ACH_BasicClub4', 'Habbo Club member IV'),
('badge_name_ACH_BasicClub5', 'Habbo Club member V'),
('badge_name_ACH_BattleBallTilesLocked1', 'Lord of the tiles I'),
('badge_name_ACH_BattleBallTilesLocked10', 'Lord of the tiles X'),
('badge_name_ACH_BattleBallTilesLocked11', 'Lord of the tiles XI'),
('badge_name_ACH_BattleBallTilesLocked12', 'Lord of the tiles XII'),
('badge_name_ACH_BattleBallTilesLocked13', 'Lord of the tiles XIII'),
('badge_name_ACH_BattleBallTilesLocked14', 'Lord of the tiles XIV'),
('badge_name_ACH_BattleBallTilesLocked15', 'Lord of the tiles XV'),
('badge_name_ACH_BattleBallTilesLocked16', 'Lord of the tiles XVI'),
('badge_name_ACH_BattleBallTilesLocked17', 'Lord of the tiles XVII'),
('badge_name_ACH_BattleBallTilesLocked18', 'Lord of the tiles XVIII'),
('badge_name_ACH_BattleBallTilesLocked19', 'Lord of the tiles XIX'),
('badge_name_ACH_BattleBallTilesLocked2', 'Lord of the tiles II'),
('badge_name_ACH_BattleBallTilesLocked20', 'Lord of the tiles XX'),
('badge_name_ACH_BattleBallTilesLocked3', 'Lord of the tiles III'),
('badge_name_ACH_BattleBallTilesLocked4', 'Lord of the tiles IV'),
('badge_name_ACH_BattleBallTilesLocked5', 'Lord of the tiles V'),
('badge_name_ACH_BattleBallTilesLocked6', 'Lord of the tiles VI'),
('badge_name_ACH_BattleBallTilesLocked7', 'Lord of the tiles VII'),
('badge_name_ACH_BattleBallTilesLocked8', 'Lord of the tiles VIII'),
('badge_name_ACH_BattleBallTilesLocked9', 'Lord of the tiles IX'),
('badge_name_ACH_EmailVerification1', 'True You'),
('badge_name_ACH_Forum1', 'Community Member'),
('badge_name_ACH_GameAuthorExperience1', 'Game Arcade owner I'),
('badge_name_ACH_GameAuthorExperience10', 'Game Arcade owner X'),
('badge_name_ACH_GameAuthorExperience11', 'Game Arcade owner XI'),
('badge_name_ACH_GameAuthorExperience12', 'Game Arcade owner XII'),
('badge_name_ACH_GameAuthorExperience13', 'Game Arcade owner XIII'),
('badge_name_ACH_GameAuthorExperience14', 'Game Arcade owner XIV'),
('badge_name_ACH_GameAuthorExperience15', 'Game Arcade owner XV'),
('badge_name_ACH_GameAuthorExperience16', 'Game Arcade owner XVI'),
('badge_name_ACH_GameAuthorExperience17', 'Game Arcade owner XVII'),
('badge_name_ACH_GameAuthorExperience18', 'Game Arcade owner XVIII'),
('badge_name_ACH_GameAuthorExperience19', 'Game Arcade owner XIX'),
('badge_name_ACH_GameAuthorExperience2', 'Game Arcade owner II'),
('badge_name_ACH_GameAuthorExperience20', 'Game Arcade owner XX'),
('badge_name_ACH_GameAuthorExperience3', 'Game Arcade owner III'),
('badge_name_ACH_GameAuthorExperience4', 'Game Arcade owner IV'),
('badge_name_ACH_GameAuthorExperience5', 'Game Arcade owner V'),
('badge_name_ACH_GameAuthorExperience6', 'Game Arcade owner VI'),
('badge_name_ACH_GameAuthorExperience7', 'Game Arcade owner VII'),
('badge_name_ACH_GameAuthorExperience8', 'Game Arcade owner VIII'),
('badge_name_ACH_GameAuthorExperience9', 'Game Arcade owner IX'),
('badge_name_ACH_GamePlayerExperience1', 'Player I'),
('badge_name_ACH_GamePlayerExperience10', 'Player X'),
('badge_name_ACH_GamePlayerExperience11', 'Player XI'),
('badge_name_ACH_GamePlayerExperience12', 'Player XII'),
('badge_name_ACH_GamePlayerExperience13', 'Player XIII'),
('badge_name_ACH_GamePlayerExperience14', 'Player XIV'),
('badge_name_ACH_GamePlayerExperience15', 'Player XV'),
('badge_name_ACH_GamePlayerExperience16', 'Player XVI'),
('badge_name_ACH_GamePlayerExperience17', 'Player XVII'),
('badge_name_ACH_GamePlayerExperience18', 'Player XVIII'),
('badge_name_ACH_GamePlayerExperience19', 'Player XIX'),
('badge_name_ACH_GamePlayerExperience2', 'Player II'),
('badge_name_ACH_GamePlayerExperience20', 'Player XX'),
('badge_name_ACH_GamePlayerExperience3', 'Player III'),
('badge_name_ACH_GamePlayerExperience4', 'Player IV'),
('badge_name_ACH_GamePlayerExperience5', 'Player V'),
('badge_name_ACH_GamePlayerExperience6', 'Player VI'),
('badge_name_ACH_GamePlayerExperience7', 'Player VII'),
('badge_name_ACH_GamePlayerExperience8', 'Player VIII'),
('badge_name_ACH_GamePlayerExperience9', 'Player IX'),
('badge_name_ACH_GiftGiver1', 'Nice one I'),
('badge_name_ACH_GiftGiver10', 'Wealthy X'),
('badge_name_ACH_GiftGiver2', 'Well heeled II'),
('badge_name_ACH_GiftGiver3', 'Prosperous III'),
('badge_name_ACH_GiftGiver4', 'Well off IV'),
('badge_name_ACH_GiftGiver5', 'Made of money V'),
('badge_name_ACH_GiftGiver6', 'Stinking rich VI'),
('badge_name_ACH_GiftGiver7', 'Loaded VII'),
('badge_name_ACH_GiftGiver8', 'Generous one VIII'),
('badge_name_ACH_GiftGiver9', 'Rolling in it IX'),
('badge_name_ACH_GiftReceiver1', 'Greet me I'),
('badge_name_ACH_GiftReceiver10', 'Want to go out with me? X'),
('badge_name_ACH_GiftReceiver2', 'Like me a bit more II'),
('badge_name_ACH_GiftReceiver3', 'Cherish me III'),
('badge_name_ACH_GiftReceiver4', 'Adore me IV'),
('badge_name_ACH_GiftReceiver5', 'Respect me V'),
('badge_name_ACH_GiftReceiver6', 'Donate me VI'),
('badge_name_ACH_GiftReceiver7', 'Value me VII'),
('badge_name_ACH_GiftReceiver8', 'Be wild about me VIII'),
('badge_name_ACH_GiftReceiver9', 'Be hooked on me IX'),
('badge_name_ACH_Graduate1', 'The Graduate'),
('badge_name_ACH_Login1', 'Traveller I'),
('badge_name_ACH_Login10', 'Phoenix X'),
('badge_name_ACH_Login2', 'Preferred Guest II'),
('badge_name_ACH_Login3', 'Frequent Resident III'),
('badge_name_ACH_Login4', 'High Roller IV'),
('badge_name_ACH_Login5', 'A Piece Of The Furniture V'),
('badge_name_ACH_Login6', 'Covered With Moss VI'),
('badge_name_ACH_Login7', 'Space dust on your shoes VII'),
('badge_name_ACH_Login8', 'Rotten Tomato VIII'),
('badge_name_ACH_Login9', 'Habbo Stayer IX'),
('badge_name_ACH_MGM1', 'Baby Shower I'),
('badge_name_ACH_MGM10', 'Prom X'),
('badge_name_ACH_MGM2', 'Luau II'),
('badge_name_ACH_MGM3', 'Block party III'),
('badge_name_ACH_MGM4', 'Dance Party IV'),
('badge_name_ACH_MGM5', 'Slumber Party V'),
('badge_name_ACH_MGM6', 'Reunion VI'),
('badge_name_ACH_MGM7', 'Housewarming VII'),
('badge_name_ACH_MGM8', 'Ball VIII'),
('badge_name_ACH_MGM9', 'Fiesta IX'),
('badge_name_ACH_Motto1', 'Master of Words'),
('badge_name_ACH_Name1', 'For changing your name'),
('badge_name_ACH_PetFeeding1', 'They''re eating all my credits! I'),
('badge_name_ACH_PetFeeding10', 'They''re eating all my credits! X'),
('badge_name_ACH_PetFeeding2', 'They''re eating all my credits! II'),
('badge_name_ACH_PetFeeding3', 'They''re eating all my credits! III'),
('badge_name_ACH_PetFeeding4', 'They''re eating all my credits! IV'),
('badge_name_ACH_PetFeeding5', 'They''re eating all my credits! V'),
('badge_name_ACH_PetFeeding6', 'They''re eating all my credits! VI'),
('badge_name_ACH_PetFeeding7', 'They''re eating all my credits! VII'),
('badge_name_ACH_PetFeeding8', 'They''re eating all my credits! VIII'),
('badge_name_ACH_PetFeeding9', 'They''re eating all my credits! IX'),
('badge_name_ACH_PetLevelUp1', 'My pet knows a trick! I'),
('badge_name_ACH_PetLevelUp10', 'Pet Whisperer X'),
('badge_name_ACH_PetLevelUp2', 'My pet knows a trick or two! II'),
('badge_name_ACH_PetLevelUp3', 'I play with pets III'),
('badge_name_ACH_PetLevelUp4', 'My pet is tougher than yours IV'),
('badge_name_ACH_PetLevelUp5', 'My pets know some tricks V'),
('badge_name_ACH_PetLevelUp6', 'My pets know a trick or two VI'),
('badge_name_ACH_PetLevelUp7', 'Animal trainer VII'),
('badge_name_ACH_PetLevelUp8', 'Animal trainer VIII'),
('badge_name_ACH_PetLevelUp9', 'Animal trainer IX'),
('badge_name_ACH_PetLover1', 'Can I Keep Him? I'),
('badge_name_ACH_PetLover10', 'Zoo Keeper X'),
('badge_name_ACH_PetLover2', 'I''ll soon have a kennel II'),
('badge_name_ACH_PetLover3', 'I''ll soon have a kennel III'),
('badge_name_ACH_PetLover4', 'I''ll soon have a kennel IV'),
('badge_name_ACH_PetLover5', 'Pet shop keeper V'),
('badge_name_ACH_PetLover6', 'Pet shop keeper VI'),
('badge_name_ACH_PetLover7', 'Pet shop keeper VII'),
('badge_name_ACH_PetLover8', 'Pet shop keeper VIII'),
('badge_name_ACH_PetLover9', 'My herd is bigger than yours IX'),
('badge_name_ACH_PetRespectGiver1', 'I like your pet! I'),
('badge_name_ACH_PetRespectGiver10', 'I''ve shared my love X'),
('badge_name_ACH_PetRespectGiver2', 'Scratch my back and I''ll scratch yours II'),
('badge_name_ACH_PetRespectGiver3', 'Pat pat! III'),
('badge_name_ACH_PetRespectGiver4', 'Scratch scratch! IV'),
('badge_name_ACH_PetRespectGiver5', 'Pet lover V'),
('badge_name_ACH_PetRespectGiver6', 'Pet lover VI'),
('badge_name_ACH_PetRespectGiver7', 'Pet lover VII'),
('badge_name_ACH_PetRespectGiver8', 'Pet lover VIII'),
('badge_name_ACH_PetRespectGiver9', 'Pet lover IX'),
('badge_name_ACH_PetRespectReceiver1', 'Someone likes my pet I'),
('badge_name_ACH_PetRespectReceiver10', 'People adore my pets! X'),
('badge_name_ACH_PetRespectReceiver2', 'My pets get all the love II'),
('badge_name_ACH_PetRespectReceiver3', 'My pets get all the love III'),
('badge_name_ACH_PetRespectReceiver4', 'My pets get all the love IV'),
('badge_name_ACH_PetRespectReceiver5', 'My pets get all the love V'),
('badge_name_ACH_PetRespectReceiver6', 'My pets get all the love VI'),
('badge_name_ACH_PetRespectReceiver7', 'My pets get all the love VII'),
('badge_name_ACH_PetRespectReceiver8', 'My pets get all the love VIII'),
('badge_name_ACH_PetRespectReceiver9', 'My pets get all the love IX'),
('badge_name_ACH_RegistrationDuration1', '10 % True Habbo I'),
('badge_name_ACH_RegistrationDuration10', '100% True Habbo X'),
('badge_name_ACH_RegistrationDuration2', '20 % True Habbo II'),
('badge_name_ACH_RegistrationDuration3', '30 % True Habbo III'),
('badge_name_ACH_RegistrationDuration4', '40 % True Habbo IV'),
('badge_name_ACH_RegistrationDuration5', '50 % True Habbo V'),
('badge_name_ACH_RegistrationDuration6', '60 % True Habbo VI'),
('badge_name_ACH_RegistrationDuration7', '70 % True Habbo VII'),
('badge_name_ACH_RegistrationDuration8', '80 % True Habbo VIII'),
('badge_name_ACH_RegistrationDuration9', '90 % True Habbo IX'),
('badge_name_ACH_RespectEarned1', '10% Respected Habbo I'),
('badge_name_ACH_RespectEarned10', '100 % Respected Habbo X'),
('badge_name_ACH_RespectEarned2', '20% Respected Habbo II'),
('badge_name_ACH_RespectEarned3', '30% Respected Habbo III'),
('badge_name_ACH_RespectEarned4', '40% Respected Habbo IV'),
('badge_name_ACH_RespectEarned5', '50% Respected Habbo V'),
('badge_name_ACH_RespectEarned6', '60% Respected Habbo VI'),
('badge_name_ACH_RespectEarned7', '70% Respected Habbo VII'),
('badge_name_ACH_RespectEarned8', '80% Respected Habbo VIII'),
('badge_name_ACH_RespectEarned9', '90% Respected Habbo IX'),
('badge_name_ACH_RespectGiven1', 'Nice as pie! I'),
('badge_name_ACH_RoomEntry1', 'Room Raider I'),
('badge_name_ACH_RoomEntry10', 'Pilgrim X'),
('badge_name_ACH_RoomEntry2', 'Running Room Raider II'),
('badge_name_ACH_RoomEntry3', 'Ultimate Room Raider III'),
('badge_name_ACH_RoomEntry4', 'Day tripper IV'),
('badge_name_ACH_RoomEntry5', 'Vacationer V'),
('badge_name_ACH_RoomEntry6', 'House Guest VI'),
('badge_name_ACH_RoomEntry7', 'Traveler VII'),
('badge_name_ACH_RoomEntry8', 'Sightseer VIII'),
('badge_name_ACH_RoomEntry9', 'Habitué IX'),
('badge_name_ACH_Student1', 'Habbo Student'),
('badge_name_ACH_TraderPass1', 'Trading pass'),
('badge_name_ACH_VipClub1', 'VIP member I'),
('badge_name_ACH_VipClub2', 'VIP member II'),
('badge_name_ACH_VipClub3', 'VIP member III'),
('badge_name_ACH_VipClub4', 'VIP member IV'),
('badge_name_ACH_VipClub5', 'VIP member V'),
('badge_name_ADM', 'Hotel Staff'),
('badge_name_BOT', 'NPC'),
('badge_name_HappyHour1', 'HappyHour1'),
('badge_name_HBA', 'Habboon Moderator'),
('badge_name_HC1', 'Habboon Club'),
('badge_name_IT5', 'Radio Otaku Winner'),
('badge_name_NWB', 'Habboon Moderator'),
('badge_name_RLX01', 'Quest Master'),
('badge_name_VIP', 'Very Important Person'),
('badge_name_XXX', 'Habboon eXpert'),
('badge_name_Z63', 'Valued Beta Tester'),
('badge_name_Z64', 'Beta Tester'),
('fx_1', 'Spotlight'),
('fx_10', 'Flies'),
('fx_10_desc', 'Get a shower!'),
('fx_11', 'X-Ray'),
('fx_11_desc', 'X-Rayed'),
('fx_12', 'Frozen'),
('fx_12_desc', 'Ice cold!'),
('fx_13', 'Ghost'),
('fx_13_desc', 'Spooky'),
('fx_14', 'Pink Hover board'),
('fx_14_desc', 'See the world on pink hover board.'),
('fx_15', 'Yellow hover board'),
('fx_15_desc', 'As yellow as a submarine.'),
('fx_16', 'Microphone'),
('fx_16_desc', 'Habbo Dragonfly microphone'),
('fx_17', 'UFO in pink'),
('fx_17_desc', 'Fly away with this UFO of love.'),
('fx_18', 'UFO in yellow'),
('fx_18_desc', 'Unidentified yellow flying object.'),
('fx_19', 'BluesMobile'),
('fx_19_desc', 'We''re on a mission from...'),
('fx_1_desc', 'Shine the light on me!'),
('fx_2', 'Hover board'),
('fx_20', 'HelpMobile'),
('fx_20_desc', 'How can I help?'),
('fx_21', 'RebelMobile'),
('fx_21_desc', 'Drive like lightning, crash like thunder!'),
('fx_22', 'BadMobile'),
('fx_22_desc', 'This is black sunshine!'),
('fx_23', 'totem_man_name'),
('fx_24', 'totem_merdragon_name'),
('fx_25', 'totem_eagle_name'),
('fx_26', 'totem_mix_name'),
('fx_27', 'Mighty Viking'),
('fx_27_desc', 'Do you know how to train your Dragon?'),
('fx_2_desc', 'The future of transportation.'),
('fx_3', 'UFO'),
('fx_31', 'Cheetos Effect'),
('fx_31_desc', 'Be a Cheetos!'),
('fx_32', 'Minion Effect'),
('fx_32_desc', 'Despicable Me'),
('fx_3_desc', 'Help, I''m being abducted.'),
('fx_4', 'Twinkle'),
('fx_4_desc', 'Twinkle like the star you are.'),
('fx_5', 'Torch'),
('fx_5_desc', 'Light the dark corners of your existence.'),
('fx_6', 'HRJP-3000'),
('fx_6_desc', 'Habbo Rocket Jet Pack.'),
('fx_7', 'Butterfly effect'),
('fx_7_desc', 'Let the butterflies flap their wings.'),
('fx_8', 'Fireflies'),
('fx_8_desc', 'Light my fire'),
('fx_9', 'Love Birds'),
('fx_9_desc', 'Love is in the air.'),
('handitem1', 'tea'),
('handitem10', 'latte'),
('handitem11', 'mocha'),
('handitem12', 'macchiato'),
('handitem13', 'espresso'),
('handitem14', 'filter'),
('handitem15', 'iced'),
('handitem16', 'cappuccino'),
('handitem17', 'java'),
('handitem18', 'tap'),
('handitem19', 'cola'),
('handitem2', 'juice'),
('handitem20', 'camera'),
('handitem21', 'hamburger'),
('handitem22', 'lime soda'),
('handitem23', 'beetroot soda'),
('handitem24', 'bubble juice from 1978'),
('handitem25', 'love potion'),
('handitem26', 'calippo'),
('handitem27', 'tea'),
('handitem28', 'sake'),
('handitem29', 'tomato juice'),
('handitem3', 'carrot'),
('handitem30', 'radioactive liquid'),
('handitem31', 'pink champagne'),
('handitem34', 'fish'),
('handitem35', 'pink champagne'),
('handitem4', 'ice-cream'),
('handitem41', 'sumppi-kuppi'),
('handitem43', 'chilled soda'),
('handitem5', 'milk'),
('handitem50', 'cider'),
('handitem53', 'espresso'),
('handitem57', 'cherry soda'),
('handitem6', 'blackcurrant'),
('handitem7', 'water'),
('handitem8', 'regular'),
('handitem9', 'decaff'),
('pet.command.0', 'free'),
('pet.command.1', 'sit'),
('pet.command.10', 'speak'),
('pet.command.11', 'play'),
('pet.command.12', 'silent'),
('pet.command.13', 'nest'),
('pet.command.14', 'drink'),
('pet.command.15', 'follow left'),
('pet.command.16', 'follow right'),
('pet.command.2', 'down'),
('pet.command.3', 'here'),
('pet.command.4', 'beg'),
('pet.command.5', 'play dead'),
('pet.command.6', 'stay'),
('pet.command.7', 'follow'),
('pet.command.8', 'stand'),
('pet.command.9', 'jump');

-- --------------------------------------------------------

--
-- Struttura della tabella `cms_transactions`
--

CREATE TABLE IF NOT EXISTS `cms_transactions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`time` int(10) NOT NULL,
`amount` varchar(10) NOT NULL,
`descr` text NOT NULL,
`userid` int(11) NOT NULL,
`date` varchar(20) CHARACTER SET latin1 NOT NULL,
PRIMARY KEY (`id`),
KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=45 ;

--
-- Dump dei dati per la tabella `cms_transactions`
--

INSERT INTO `cms_transactions` (`id`, `time`, `amount`, `descr`, `userid`, `date`) VALUES
(1, 0, '-20', 'Gruppo comprato', 122, '15-07-2012 22:17:43'),
(2, 0, '-20', 'Gruppo comprato', 155, '15-07-2012 23:22:19'),
(3, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:28:33'),
(4, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:29:28'),
(5, 0, '-2', 'Webstore purchase', 125, '15-07-2012 23:35:40'),
(6, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:39:02'),
(7, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:40:30'),
(8, 0, '-2', 'Webstore purchase', 155, '15-07-2012 23:43:58'),
(9, 0, '-20', 'Gruppo comprato', 155, '16-07-2012 00:15:52'),
(10, 0, '-20', 'Gruppo comprato', 178, '16-07-2012 01:09:57'),
(11, 0, '-20', 'Gruppo comprato', 200, '16-07-2012 11:29:14'),
(12, 0, '-20', 'Gruppo comprato', 205, '16-07-2012 13:39:32'),
(13, 0, '-20', 'Gruppo comprato', 165, '16-07-2012 14:14:59'),
(14, 0, '-2', 'Webstore purchase', 155, '16-07-2012 18:18:15'),
(15, 0, '-20', 'Gruppo comprato', 276, '18-07-2012 04:26:04'),
(16, 0, '-20', 'Gruppo comprato', 1, '08-08-2012 00:06:32'),
(17, 0, '-20', 'Club subscription', 1, '11-08-2012 15:39:21'),
(18, 0, '-20', 'Club subscription', 1, '11-08-2012 15:39:36'),
(19, 0, '-20', 'Club subscription', 1, '11-08-2012 15:39:41'),
(20, 0, '-20', 'Club subscription', 1, '11-08-2012 15:41:13'),
(21, 0, '-20', 'Club subscription', 1, '11-08-2012 15:41:46'),
(22, 0, '-20', 'Club subscription', 1, '11-08-2012 15:41:53'),
(23, 0, '-20', 'Club subscription', 1, '11-08-2012 15:41:57'),
(24, 0, '-20', 'Club subscription', 1, '11-08-2012 15:42:01'),
(25, 0, '-20', 'Club subscription', 1, '11-08-2012 15:44:40'),
(26, 0, '-20', 'Club subscription', 1, '02-09-2012 23:03:48'),
(27, 0, '-20', 'Gruppo comprato', 1, '23-12-2012 15:45:33'),
(28, 0, '-2', 'Webstore purchase', 1, '29-12-2012 22:10:03'),
(29, 0, '-2', 'Webstore purchase', 1, '29-12-2012 22:18:10'),
(30, 0, '-2', 'Webstore purchase', 1, '29-12-2012 22:36:13'),
(31, 0, '-2', 'Webstore purchase', 1, '04-02-2013 00:06:49'),
(32, 0, '-2', 'Webstore purchase', 1, '06-02-2013 22:00:39'),
(33, 0, '-2', 'Webstore purchase', 1, '06-02-2013 22:00:59'),
(34, 0, '-20', 'Gruppo comprato', 1, '06-02-2013 22:17:59'),
(35, 0, '-20', 'Gruppo comprato', 6, '26-01-2014 19:45:44'),
(36, 0, '-50', 'Iscritto al Haddo club! (3 month(s))', 54, '01-02-2014 23:24:21'),
(37, 0, '-50', 'Iscritto al Haddo club! (3 month(s))', 54, '01-02-2014 23:24:25'),
(38, 0, '-2', 'Webstore purchase', 54, '01-02-2014 23:26:17'),
(39, 0, '-2', 'Webstore purchase', 54, '01-02-2014 23:26:38'),
(40, 0, '-2', 'Webstore purchase', 54, '01-02-2014 23:27:14'),
(41, 0, '-2', 'Webstore purchase', 116, '02-02-2014 20:24:26'),
(42, 0, '-2', 'Webstore purchase', 116, '02-02-2014 20:24:32'),
(43, 0, '-2', 'Webstore purchase', 116, '02-02-2014 20:24:39'),
(44, 0, '-2', 'Webstore purchase', 116, '02-02-2014 20:26:51');

-- --------------------------------------------------------

--
-- Struttura della tabella `ecotron_rewards`
--

CREATE TABLE IF NOT EXISTS `ecotron_rewards` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`display_id` int(10) unsigned NOT NULL,
`item_id` int(10) unsigned NOT NULL,
`reward_level` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ;

--
-- Dump dei dati per la tabella `ecotron_rewards`
--

INSERT INTO `ecotron_rewards` (`id`, `display_id`, `item_id`, `reward_level`) VALUES
(1, 2857, 1542, 5),
(2, 2862, 1547, 4),
(3, 2799, 1485, 3),
(4, 2802, 1487, 3),
(5, 2818, 1503, 3),
(6, 2797, 1483, 2),
(7, 2800, 1486, 2),
(8, 2816, 1501, 2),
(9, 2805, 1490, 1),
(10, 2808, 1493, 1),
(11, 2810, 1495, 1),
(12, 2796, 1482, 1),
(13, 2813, 1498, 1),
(14, 2819, 1504, 1),
(15, 2794, 1480, 2),
(16, 2809, 1494, 2),
(17, 2815, 1500, 2),
(18, 2793, 1479, 2),
(19, 2803, 1488, 2),
(20, 2820, 1505, 2),
(21, 4102, 1764, 2),
(22, 4104, 1766, 2),
(23, 4105, 1767, 2),
(24, 2795, 1481, 2),
(25, 2798, 1484, 2),
(26, 2814, 1499, 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `furniture`
--

CREATE TABLE IF NOT EXISTS `furniture` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`public_name` varchar(100) NOT NULL COMMENT 'temp only',
`item_name` varchar(100) NOT NULL,
`type` enum('s','i','e','h','v') NOT NULL DEFAULT 's',
`width` int(11) NOT NULL DEFAULT '1',
`length` int(11) NOT NULL DEFAULT '1',
`stack_height` double NOT NULL DEFAULT '1',
`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,
`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` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','counter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch','wf_act_give_phx','wf_cnd_phx') NOT NULL DEFAULT 'default',
`interaction_modes_count` int(11) NOT NULL DEFAULT '1',
`vending_ids` varchar(100) NOT NULL DEFAULT '0',
`is_arrow` enum('0','1') NOT NULL DEFAULT '0',
`foot_figure` enum('0','1') NOT NULL DEFAULT '0',
`height_adjustable` varchar(100) NOT NULL DEFAULT '0',
`effectM` int(3) NOT NULL DEFAULT '0',
`effectF` int(3) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=999888200 ;

--
-- Dump dei dati per la tabella `furniture`
--

INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 3, '1', '0', '0', 14, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(6, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1, '1', '0', '0', 20, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1, '1', '0', '0', 21, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1, '1', '0', '0', 22, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1, '1', '0', '0', 23, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1, '1', '0', '0', 24, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(11, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.5, '1', '0', '0', 25, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(12, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.1, '0', '1', '0', 26, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(13, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.1, '0', '1', '0', 28, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(14, 'Bench', 'couch_norja', 's', 2, 1, 1, '0', '1', '0', 29, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(15, 'Chair', 'chair_norja', 's', 1, 1, 1, '0', '1', '0', 30, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(16, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1, '1', '0', '0', 31, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(17, 'Doormat', 'doormat_love', 's', 1, 1, 0.1, '0', '0', '1', 32, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(18, 'Doormat', 'doormat_plain', 's', 1, 1, 0.1, '0', '0', '1', 33, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.1, '0', '1', '0', 34, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.1, '0', '1', '0', 35, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(21, 'Large', 'sofachair_silo', 's', 1, 1, 1.1, '0', '1', '0', 36, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(22, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1, '0', '1', '0', 38, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(23, 'Chair', 'chair_plasto', 's', 1, 1, 1, '0', '1', '0', 39, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(24, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1, '1', '0', '0', 40, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.8, '0', '0', '0', 41, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(26, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.8, '0', '0', '0', 42, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(27, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1, '0', '0', '0', 43, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(28, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1, '0', '0', '0', 44, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(29, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.8, '0', '0', '0', 45, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(30, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.8, '0', '0', '0', 46, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(31, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1, '1', '0', '0', 47, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.8, '0', '0', '0', 48, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(33, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.9, '0', '0', '0', 49, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(34, 'Comfortable', 'bed_budget', 's', 2, 3, 1.9, '0', '0', '0', 50, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(35, 'Bookcase', 'shelves_armas', 's', 2, 1, 1, '0', '0', '0', 51, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(36, 'Bench', 'bench_armas', 's', 2, 1, 1.1, '0', '1', '0', 52, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(37, 'Dining Table', 'table_armas', 's', 2, 2, 1, '1', '0', '0', 53, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(38, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1, '1', '0', '0', 54, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39, 'Stool', 'small_chair_armas', 's', 1, 1, 1, '0', '1', '0', 55, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(40, 'Authentic', 'fireplace_armas', 's', 2, 1, 1, '0', '0', '0', 56, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(41, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1, '0', '0', '0', 57, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(42, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.8, '0', '0', '0', 58, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(43, 'Floor rug', 'carpet_standard', 's', 3, 5, 0, '1', '0', '1', 59, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0, '1', '0', '1', 60, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(45, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0, '1', '0', '1', 61, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(46, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1, '0', '0', '0', 62, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(47, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1, '1', '0', '0', 63, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(48, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1, '1', '0', '0', 64, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(49, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1, '1', '0', '0', 65, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(50, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1, '1', '0', '0', 66, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(51, 'Chair', 'chair_plasto*1', 's', 1, 1, 1, '0', '1', '0', 67, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(52, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0, '1', '0', '1', 68, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(53, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.1, '0', '0', '1', 69, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(54, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1, '1', '0', '0', 70, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1, '1', '0', '0', 71, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1, '1', '0', '0', 72, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(57, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1, '1', '0', '0', 73, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(58, 'Chair', 'chair_plasto*2', 's', 1, 1, 1, '0', '1', '0', 74, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(59, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.1, '0', '0', '1', 75, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(60, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0, '1', '0', '1', 76, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(61, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1, '1', '0', '0', 77, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(62, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1, '1', '0', '0', 78, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(63, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1, '1', '0', '0', 79, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(64, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1, '1', '0', '0', 80, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(65, 'Chair', 'chair_plasto*3', 's', 1, 1, 1, '0', '1', '0', 81, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(66, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0, '1', '0', '1', 82, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(67, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.1, '0', '0', '1', 83, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(68, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1, '1', '0', '0', 84, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1, '1', '0', '0', 87, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(72, 'Chair', 'chair_plasto*4', 's', 1, 1, 1, '0', '1', '0', 88, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(73, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0, '1', '0', '1', 89, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(74, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.1, '0', '0', '1', 90, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(75, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.1, '0', '0', '1', 91, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(76, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.1, '0', '0', '1', 93, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0, '1', '0', '1', 94, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(78, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1, '1', '0', '0', 95, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(79, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1, '1', '0', '0', 96, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1, '1', '0', '0', 97, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(81, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1, '1', '0', '0', 98, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(82, 'Chair', 'chair_plasto*5', 's', 1, 1, 1, '0', '1', '0', 99, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(83, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1, '1', '0', '0', 100, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(84, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1, '1', '0', '0', 101, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(85, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1, '1', '0', '0', 102, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(86, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1, '1', '0', '0', 103, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(87, 'Chair', 'chair_plasto*6', 's', 1, 1, 1, '0', '1', '0', 104, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(88, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1, '1', '0', '0', 105, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1, '1', '0', '0', 106, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1, '1', '0', '0', 107, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(91, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1, '1', '0', '0', 108, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(92, 'Chair', 'chair_plasto*7', 's', 1, 1, 1, '0', '1', '0', 109, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(93, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1, '1', '0', '0', 110, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(94, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1, '1', '0', '0', 111, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1, '1', '0', '0', 112, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1, '1', '0', '0', 113, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(97, 'Chair', 'chair_plasto*8', 's', 1, 1, 1, '0', '1', '0', 114, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(98, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1, '1', '0', '0', 115, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1, '1', '0', '0', 116, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(100, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1, '1', '0', '0', 117, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(101, 'Chair', 'chair_plasto*9', 's', 1, 1, 1, '0', '1', '0', 119, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(102, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0, '1', '0', '1', 120, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(103, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1, '0', '1', '0', 121, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(104, 'Pizza Box', 'pizza', 's', 1, 1, 1, '0', '0', '0', 122, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(105, 'Empty Cans', 'drinks', 's', 1, 1, 1, '0', '0', '0', 123, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(106, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1, '0', '1', '0', 124, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(107, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1, '0', '1', '0', 125, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(108, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1, '0', '1', '0', 126, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(109, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1, '0', '0', '0', 127, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,5,2,1', '0', '0', '0', 0, 0),
(110, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1, '0', '0', '0', 128, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(111, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1, '0', '0', '0', 129, '1', '1', '0', '1', '1', 'bottle', 0, '0', '0', '0', '0', 0, 0),
(112, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1, '1', '0', '0', 130, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(113, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1, '1', '0', '0', 131, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(115, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1, '0', '0', '0', 133, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,2,1', '0', '0', '0', 0, 0),
(116, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.2, '1', '0', '0', 134, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(117, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.2, '0', '1', '0', 135, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(118, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0, '1', '0', '1', 136, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(119, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0, '1', '0', '1', 137, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(120, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0, '1', '0', '1', 138, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(121, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0, '1', '0', '1', 139, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(122, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0, '1', '0', '1', 140, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(123, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0, '1', '0', '1', 141, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(124, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0, '1', '0', '1', 143, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(125, 'Portable TV', 'red_tv', 's', 1, 1, 1, '1', '0', '0', 144, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(126, 'Large TV', 'wood_tv', 's', 1, 2, 1, '0', '0', '0', 145, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(127, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0, '1', '0', '1', 146, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(128, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1, '0', '1', '0', 147, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(129, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0, '1', '0', '1', 148, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(130, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0, '1', '0', '1', 149, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(131, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0, '1', '0', '1', 150, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(132, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1, '0', '1', '0', 151, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(133, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1, '1', '0', '0', 152, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(134, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1, '1', '0', '0', 153, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(135, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.1, '0', '1', '0', 154, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(136, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.8, '0', '0', '0', 155, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(137, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.8, '0', '0', '0', 156, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(138, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.1, '0', '1', '0', 157, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(139, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.9, '0', '0', '0', 158, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(140, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.9, '0', '0', '0', 159, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(141, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 0.5, '1', '0', '0', 160, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(142, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1, '0', '0', '0', 161, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(143, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1, '0', '0', '0', 162, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(144, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1, '0', '0', '0', 163, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(145, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1, '0', '0', '0', 164, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(146, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 1, '0', '0', '0', 165, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(147, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0, '1', '0', '1', 166, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(148, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0, '1', '0', '1', 167, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(149, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0, '1', '0', '1', 168, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(150, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0, '1', '0', '1', 169, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(151, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0, '1', '0', '1', 170, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(152, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1, '0', '0', '0', 171, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(153, 'Cut Roses', 'plant_rose', 's', 1, 1, 1, '0', '0', '0', 172, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(154, 'Digital TV', 'tv_luxus', 's', 1, 3, 1, '0', '0', '0', 173, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(155, 'Bubble Bath', 'bath', 's', 1, 2, 1, '0', '1', '0', 174, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(156, 'Sink', 'sink', 's', 1, 1, 1, '0', '0', '0', 177, '1', '1', '0', '1', '1', 'vendingmachine', 0, '100', '0', '0', '0', 0, 0),
(157, 'Loo Seat', 'toilet', 's', 1, 1, 1.2, '0', '1', '0', 178, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(158, 'Rubber Duck', 'duck', 's', 1, 1, 1, '0', '0', '0', 179, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(159, 'Floor Tiles', 'tile', 's', 4, 4, 0, '1', '0', '1', 180, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(160, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.2, '0', '1', '0', 181, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(161, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.2, '0', '1', '0', 182, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(162, 'Floor Tiles', 'tile_red', 's', 4, 4, 0, '1', '0', '1', 183, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(163, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0, '1', '0', '1', 184, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(164, 'Gift', 'present_gen', 's', 1, 1, 1, '1', '0', '0', 187, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(165, 'Gift', 'present_gen1', 's', 1, 1, 1, '1', '0', '0', 188, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(166, 'Gift', 'present_gen2', 's', 1, 1, 1, '1', '0', '0', 189, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(167, 'Gift', 'present_gen3', 's', 1, 1, 1, '1', '0', '0', 190, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(168, 'Gift', 'present_gen4', 's', 1, 1, 1, '1', '0', '0', 191, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(169, 'Gift', 'present_gen5', 's', 1, 1, 1, '1', '0', '0', 192, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(170, 'Gift', 'present_gen6', 's', 1, 1, 1, '1', '0', '0', 193, '1', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(171, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1, '0', '0', '0', 195, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,2,5,1', '0', '0', '0', 0, 0),
(172, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 1, '0', '0', '0', 196, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(173, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1, '0', '1', '0', 197, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(174, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1, '0', '1', '0', 198, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(175, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1, '0', '0', '0', 199, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(176, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1, '0', '0', '0', 200, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(177, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1, '0', '0', '0', 201, '1', '1', '0', '1', '1', 'vendingmachine', 0, '3,5,6,2', '0', '0', '0', 0, 0),
(178, 'Telephone Box', 'door', 's', 1, 1, 0.001, '0', '0', '0', 202, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(179, 'Wardrobe', 'doorB', 's', 1, 1, 0.001, '0', '0', '0', 204, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(180, 'Portaloo', 'doorC', 's', 1, 1, 0.001, '0', '0', '0', 205, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(181, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1, '1', '0', '0', 206, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(182, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1, '0', '0', '0', 207, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(183, 'Blood', 'deadduck', 's', 1, 1, 1, '0', '0', '0', 208, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(184, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1, '0', '0', '0', 209, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(185, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1, '0', '0', '0', 210, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(186, 'Menorah', 'menorah', 's', 1, 1, 1, '0', '0', '0', 211, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(187, 'Christmas Pudding', 'pudding', 's', 1, 1, 1, '1', '0', '0', 212, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(188, 'Joint of Ham', 'ham', 's', 1, 1, 1, '0', '0', '0', 213, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(189, 'Roast Turkey', 'turkey', 's', 1, 1, 1, '0', '0', '0', 214, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(190, 'Christmas Rubber Duck', 'xm:emoji_relieved:uck', 's', 1, 1, 1, '1', '0', '0', 215, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(191, 'Gingerbread House', 'house', 's', 1, 1, 1, '0', '0', '0', 216, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(192, 'Electric Candles', 'triplecandle', 's', 1, 1, 1, '0', '0', '0', 217, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(193, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1, '0', '0', '0', 218, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(194, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1, '0', '0', '0', 219, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(195, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1, '0', '0', '0', 220, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(196, 'Eaten Ham', 'ham2', 's', 1, 1, 1, '0', '0', '0', 223, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(197, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1, '0', '0', '0', 224, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(198, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1, '0', '0', '0', 225, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199, 'Cupid Statue', 'statue', 's', 1, 1, 1, '0', '0', '0', 226, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(200, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1, '0', '0', '0', 228, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(201, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1, '0', '1', '0', 229, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(202, 'Throne', 'throne', 's', 1, 1, 1, '0', '1', '0', 230, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(203, 'Russian Samovar', 'samovar', 's', 1, 1, 1, '0', '0', '0', 231, '0', '1', '1', '1', '1', 'vendingmachine', 0, '1', '0', '0', '0', 0, 0),
(204, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1, '0', '0', '0', 232, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(205, 'Cake', 'habbocake', 's', 1, 1, 1, '0', '0', '0', 233, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(206, 'Holopod', 'hologram', 's', 1, 1, 1, '0', '0', '0', 234, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(207, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1, '0', '0', '0', 235, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(208, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1, '0', '0', '0', 236, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(209, 'Basket Of Eggs', 'basket', 's', 1, 1, 1, '0', '0', '0', 237, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(210, 'Pop-up Egg', 'birdie', 's', 1, 1, 1, '0', '0', '0', 238, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(211, 'Holo-dice', 'edice', 's', 1, 1, 1, '0', '0', '0', 239, '1', '1', '0', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(212, 'Club sofa', 'club_sofa', 's', 2, 1, 1, '0', '1', '0', 267, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(213, 'Gold Trophy', 'prize1', 's', 1, 1, 1, '0', '0', '0', 185, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(214, 'Silver Trophy', 'prize2', 's', 1, 1, 1, '0', '0', '0', 186, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(215, 'Bronze Trophy', 'prize3', 's', 1, 1, 1, '0', '0', '0', 243, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(216, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.001, '0', '0', '0', 244, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(217, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.4, '1', '0', '0', 245, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(218, 'Room divider', 'divider_arm2', 's', 2, 1, 1, '0', '0', '0', 246, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(219, 'Knock', 'divider_arm3', 's', 1, 1, 0.001, '0', '0', '0', 247, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(220, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1, '0', '0', '0', 248, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(221, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1, '0', '0', '0', 249, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(222, 'Strong', 'divider_nor2', 's', 2, 1, 1, '0', '0', '0', 250, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(223, 'Screen', 'divider_silo2', 's', 2, 1, 1, '0', '0', '0', 251, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(224, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.001, '0', '0', '0', 252, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(225, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.001, '0', '0', '0', 253, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(226, 'Typewriter', 'typingmachine', 's', 1, 1, 0.5, '1', '0', '0', 254, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(227, 'Dragon Egg', 'spyro', 's', 1, 1, 0.3, '1', '0', '0', 260, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(228, 'Holo-girl', 'redhologram', 's', 1, 1, 1, '0', '0', '0', 261, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(230, 'Poinsetta', 'joulutahti', 's', 1, 1, 1, '0', '0', '0', 264, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(231, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1, '0', '0', '0', 265, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(232, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1, '0', '0', '0', 266, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(233, 'Chair', 'chair_plasto*10', 's', 1, 1, 1, '0', '1', '0', 268, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(234, 'Chair', 'chair_plasto*11', 's', 1, 1, 1, '0', '1', '0', 269, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(235, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1, '1', '0', '0', 270, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(236, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1, '1', '0', '0', 271, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(237, 'Chair', 'chair_plasto*12', 's', 1, 1, 1, '0', '1', '0', 273, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(238, 'Chair', 'chair_plasto*13', 's', 1, 1, 1, '0', '1', '0', 274, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(239, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1, '0', '1', '0', 275, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(240, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1, '1', '0', '0', 276, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(241, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1, '1', '0', '0', 277, '1', '1', '0', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', 0, 0),
(242, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0, '1', '0', '1', 278, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(243, 'Team Bench', 'bench_lego', 's', 4, 1, 1, '0', '1', '0', 279, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(244, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1, '0', '0', '0', 280, '1', '1', '0', '1', '0', 'trophy', 2, '0', '0', '0', '0', 0, 0),
(245, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.1, '0', '0', '1', 283, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(246, 'Dicemaster', 'edicehc', 's', 1, 1, 1, '0', '0', '0', 284, '1', '1', '0', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(247, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 285, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(248, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1, '0', '0', '0', 286, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(249, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1, '0', '1', '0', 287, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(250, 'Tubmaster', 'hcamme', 's', 1, 2, 0.6, '0', '1', '0', 288, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(251, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1, '1', '0', '0', 290, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(252, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1, '1', '0', '0', 291, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(253, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.7, '0', '1', '0', 292, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(254, 'Snow Globe', 'rare_globe', 's', 1, 1, 1, '0', '0', '0', 293, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(255, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, '0', '0', '0', 294, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(256, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1, '0', '0', '0', 295, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(257, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1, '0', '0', '0', 296, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(258, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1, '0', '0', '0', 297, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(259, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1, '0', '0', '0', 298, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(260, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1, '0', '0', '0', 299, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(261, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1, '0', '0', '0', 300, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(262, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1, '0', '0', '0', 301, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(263, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0, '0', '0', '1', 302, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(264, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1, '0', '0', '0', 303, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(265, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1, '0', '0', '0', 304, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(266, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1, '0', '0', '0', 305, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(267, 'Dead tree', 'tree1', 's', 1, 1, 1, '0', '0', '0', 1758, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20045, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0, '1', '0', '1', 3312, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(269, 'White Candle', 'wcandle', 's', 1, 1, 1, '0', '0', '0', 2102, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(270, 'Red Candle', 'rcandle', 's', 1, 1, 1, '0', '0', '0', 2121, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(272, 'Gingerbread House', 'house2', 's', 1, 1, 1, '0', '0', '0', 428, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(273, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 0.5, '1', '0', '0', 449, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(275, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1, '0', '0', '0', 457, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(276, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1, '1', '0', '0', 1484, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(277, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1, '1', '0', '0', 1486, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(278, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1, '1', '0', '0', 1487, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(279, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1, '1', '0', '0', 1488, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(280, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1, '1', '0', '0', 1489, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(281, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1, '1', '0', '0', 1490, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(282, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1, '1', '0', '0', 1491, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(283, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1, '1', '0', '0', 1492, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(284, 'Chair', 'chair_plasto*15', 's', 1, 1, 1, '0', '1', '0', 1495, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(285, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1, '0', '1', '0', 1496, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(286, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1, '0', '1', '0', 1497, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(287, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1, '0', '1', '0', 1498, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(288, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1, '0', '1', '0', 1499, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(289, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1, '0', '1', '0', 1500, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(290, 'Chair', 'chair_plasto*16', 's', 1, 1, 1, '0', '1', '0', 1501, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(291, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1, '1', '0', '0', 1502, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(292, 'Scoreboard', 'hockey_score', 's', 1, 1, 1, '0', '0', '0', 1503, '1', '1', '0', '1', '1', 'scoreboard', 100, '0', '0', '0', '0', 0, 0),
(293, 'Lert', 'hockey_light', 's', 1, 1, 1, '0', '0', '0', 1504, '1', '1', '0', '1', '1', 'alert', 2, '0', '0', '0', '0', 0, 0),
(294, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.001, '0', '0', '0', 1505, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(295, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1, '0', '0', '0', 1506, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(296, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1, '0', '0', '0', 1507, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(297, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1, '0', '0', '0', 1508, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(298, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1, '0', '0', '0', 1509, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(299, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(300, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(301, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1, '0', '0', '0', 1513, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(302, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1, '0', '0', '0', 1514, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(303, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1, '0', '0', '0', 1515, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(304, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1, '0', '0', '0', 1516, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(305, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(306, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1, '0', '0', '0', 1518, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(307, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(308, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1, '0', '0', '0', 1520, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(309, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(310, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1, '0', '0', '0', 1522, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(311, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1, '0', '0', '0', 1526, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(312, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1, '0', '0', '0', 289, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(313, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1, '0', '0', '0', 1529, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(314, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1, '1', '0', '0', 1528, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(315, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1, '0', '1', '0', 1527, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(316, 'Study Desk', 'hc_dsk', 's', 1, 2, 1, '0', '0', '0', 1530, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(317, 'Night', 'nest', 's', 1, 1, 1, '1', '0', '0', 1531, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(318, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1, '1', '0', '0', 1532, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(319, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1, '1', '0', '0', 1533, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(320, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1, '1', '0', '0', 1534, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(321, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1, '1', '0', '0', 1535, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(322, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1, '1', '0', '0', 1536, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(323, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1, '1', '0', '0', 1537, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(324, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1, '1', '0', '0', 1538, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(325, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1, '1', '0', '0', 1539, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(326, 'Rubber Ball', 'toy1', 's', 1, 1, 1, '1', '0', '0', 1540, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(327, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1, '1', '0', '0', 1541, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(328, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1, '1', '0', '0', 1542, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(329, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1, '1', '0', '0', 1543, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(330, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1, '1', '0', '0', 1544, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(331, 'Marzipan Man', 'goodie1', 's', 1, 1, 1, '1', '0', '0', 1545, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(332, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1, '1', '0', '0', 1546, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(333, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1, '1', '0', '0', 1547, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(334, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1, '1', '0', '0', 1548, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(335, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1, '0', '0', '0', 1547, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(336, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1, '0', '0', '0', 1548, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(337, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1, '0', '0', '0', 1549, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(338, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.001, '0', '0', '0', 1549, '1', '1', '1', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(339, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.001, '0', '0', '0', 1550, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(340, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.001, '0', '0', '0', 1551, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(341, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.001, '0', '0', '0', 1552, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(342, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.001, '0', '0', '0', 1553, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(343, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.001, '0', '0', '0', 1554, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(344, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.001, '0', '0', '0', 1555, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(345, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.001, '0', '0', '0', 1556, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(346, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.001, '0', '0', '0', 1557, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(347, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.001, '0', '0', '0', 1558, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(348, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 1, '0', '0', '0', 1559, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(349, 'From a space far', 'scifirocket*8', 's', 1, 1, 1, '0', '0', '0', 1560, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(350, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 1, '0', '0', '0', 1561, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(351, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 1, '0', '0', '0', 1562, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(352, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 1, '0', '0', '0', 1563, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(353, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 1, '0', '0', '0', 1564, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(354, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 1, '0', '0', '0', 1565, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(355, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 1, '0', '0', '0', 1566, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(356, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 1, '0', '0', '0', 1567, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(357, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 1, '0', '0', '0', 1568, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(358, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.001, '0', '0', '0', 1569, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(359, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.001, '0', '0', '0', 1570, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(360, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.001, '0', '0', '0', 1571, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(361, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.001, '0', '0', '0', 1572, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(362, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.001, '0', '0', '0', 1573, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(363, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.001, '0', '0', '0', 1574, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(364, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.001, '0', '0', '0', 1575, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(365, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.001, '0', '0', '0', 1576, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(366, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.001, '0', '0', '0', 1577, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(367, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.001, '0', '0', '0', 1578, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(368, 'Puffy', 'pillow*5', 's', 1, 1, 1, '0', '1', '0', 1579, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(369, 'Puffy', 'pillow*8', 's', 1, 1, 1, '0', '1', '0', 1580, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(370, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1, '0', '1', '0', 1581, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(371, 'Puffy', 'pillow*1', 's', 1, 1, 1, '0', '1', '0', 1582, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(372, 'Puffy', 'pillow*2', 's', 1, 1, 1, '0', '1', '0', 1583, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(373, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1, '0', '1', '0', 1584, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(374, 'Puffy', 'pillow*9', 's', 1, 1, 1, '0', '1', '0', 1585, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(375, 'Puffy', 'pillow*4', 's', 1, 1, 1, '0', '1', '0', 1586, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(376, 'Puffy', 'pillow*6', 's', 1, 1, 1, '0', '1', '0', 1587, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(377, 'Puffy', 'pillow*3', 's', 1, 1, 1, '0', '1', '0', 1588, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(378, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.001, '0', '0', '0', 1589, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(379, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.001, '0', '0', '0', 1590, '1', '1', '1', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(380, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.001, '0', '0', '0', 1591, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(381, 'White Marquee', 'marquee*10', 's', 1, 1, 0.001, '0', '0', '0', 1592, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(382, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.001, '0', '0', '0', 1593, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(383, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.001, '0', '0', '0', 1594, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(384, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.001, '0', '0', '0', 1595, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(385, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.001, '0', '0', '0', 1596, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(386, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.001, '0', '0', '0', 1597, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(387, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.001, '0', '0', '0', 1598, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(388, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1, '0', '0', '0', 1599, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(389, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1, '0', '0', '0', 1600, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(390, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1, '0', '0', '0', 1601, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(391, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1, '0', '0', '0', 1602, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(392, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1, '0', '0', '0', 1603, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(393, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1, '0', '0', '0', 1604, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(394, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1, '0', '0', '0', 1605, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(395, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1, '0', '0', '0', 1606, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(396, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1, '0', '0', '0', 1607, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(397, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1, '0', '0', '0', 1608, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(398, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 1, '0', '0', '0', 1610, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(399, 'Rock Pillar', 'pillar*9', 's', 1, 1, 1, '0', '0', '0', 1611, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(400, 'Classy architect', 'pillar*0', 's', 1, 1, 1, '0', '0', '0', 1612, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(401, 'Roman Pillar', 'pillar*8', 's', 1, 1, 3, '1', '0', '0', 1613, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(402, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 1, '0', '0', '0', 1614, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(403, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 1, '0', '0', '0', 1615, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(404, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 1, '0', '0', '0', 1616, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(405, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 1, '0', '0', '0', 1617, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(406, 'blue pillar', 'pillar*3', 's', 1, 1, 3.5, '1', '0', '0', 1618, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(407, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 1619, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(408, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 1620, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(409, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 1621, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(410, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 1622, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(411, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 1623, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(412, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 1624, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(413, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 1625, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(414, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 1626, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(415, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 1627, '1', '1', '0', '1', '1', 'vendingmachine', 2, '5', '0', '0', '0', 0, 0),
(416, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 1628, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(417, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1, '0', '0', '0', 1629, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(418, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1, '0', '0', '0', 1630, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(419, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1, '0', '0', '0', 1631, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(420, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1, '0', '0', '0', 1632, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(421, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1, '0', '0', '0', 1633, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(422, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1, '0', '0', '0', 1634, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(423, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1, '0', '0', '0', 1635, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(424, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1, '0', '0', '0', 1636, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(425, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1, '0', '0', '0', 1637, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(426, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 2.5, '1', '0', '0', 1638, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(427, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1, '0', '0', '0', 1639, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(428, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1, '0', '0', '0', 1640, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(429, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1, '0', '0', '0', 1641, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(430, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1, '0', '0', '0', 1642, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(431, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1, '0', '0', '0', 1643, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(432, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1, '0', '0', '0', 1644, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(433, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1, '0', '0', '0', 1645, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(434, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1, '0', '0', '0', 1646, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(435, 'Stylish', 'rare_fan*8', 's', 1, 1, 1, '0', '0', '0', 1647, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(436, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1, '0', '0', '0', 1648, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(437, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.5, '1', '0', '1', 1649, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(438, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.5, '1', '0', '1', 1650, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(439, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.5, '1', '0', '1', 1651, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(440, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.5, '1', '0', '1', 1652, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(441, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.5, '1', '0', '1', 1653, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(442, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 0.5, '1', '0', '1', 1654, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(443, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.5, '1', '0', '1', 1655, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(444, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.5, '1', '0', '1', 1656, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(445, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.5, '1', '0', '1', 1657, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(446, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 0.5, '1', '0', '1', 1658, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(20071, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1, '1', '0', '0', 3278, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(448, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0, '1', '0', '1', 1738, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(449, 'Lantern', 'cn_lamp', 's', 1, 1, 1, '0', '0', '0', 1741, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(450, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1, '0', '1', '0', 1742, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(451, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0, '1', '0', '1', 1745, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(452, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0, '1', '0', '1', 1747, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(453, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0, '1', '0', '1', 1748, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(454, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0, '1', '0', '1', 1750, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(455, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0, '1', '0', '1', 1751, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(456, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0, '1', '0', '1', 1752, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(457, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0, '1', '0', '1', 1754, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(458, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0, '1', '0', '1', 1755, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(459, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0, '1', '0', '1', 1756, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(460, 'Football Lamp', 'footylamp', 's', 1, 1, 1, '0', '0', '0', 1757, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(461, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.2, '0', '1', '0', 1759, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(462, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1, '0', '0', '0', 1760, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(463, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1, '0', '0', '0', 1761, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(464, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1, '0', '0', '0', 1762, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(465, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1, '0', '0', '0', 1763, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(466, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1, '0', '0', '0', 1764, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(467, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1, '0', '0', '0', 1765, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(468, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1, '0', '1', '0', 1766, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(469, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1, '0', '1', '0', 1767, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(470, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1, '0', '1', '0', 1768, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(471, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1, '0', '1', '0', 1769, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(472, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1, '0', '1', '0', 1770, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(473, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1, '0', '1', '0', 1771, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(474, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1, '0', '0', '0', 1772, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(475, 'No trespassing', 'barrier*2', 's', 1, 2, 1, '0', '0', '0', 1773, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(476, 'No trespassing', 'barrier*3', 's', 1, 2, 1, '0', '0', '0', 1774, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(477, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1, '0', '1', '0', 1775, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(478, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1, '0', '1', '0', 1776, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(479, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1, '1', '0', '0', 1777, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(480, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1, '1', '0', '0', 1778, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(481, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1, '1', '0', '0', 1779, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(482, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1, '1', '0', '0', 1780, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(483, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1, '1', '0', '0', 1781, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(484, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1, '1', '0', '0', 1782, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(485, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1, '1', '0', '0', 1783, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(486, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1, '1', '0', '0', 1784, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(487, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1, '0', '1', '0', 1785, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(488, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1, '0', '1', '0', 1786, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(489, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1, '0', '1', '0', 1787, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(490, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1, '0', '1', '0', 1788, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(491, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1, '0', '1', '0', 1789, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(492, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1, '0', '1', '0', 1790, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(493, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1, '0', '1', '0', 1791, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(494, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1, '0', '1', '0', 1792, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(495, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1, '0', '0', '0', 1793, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(496, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1, '0', '0', '0', 1794, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(497, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1, '0', '0', '0', 1796, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(498, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1, '0', '0', '0', 1797, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(499, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1, '0', '0', '0', 1798, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(500, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1, '0', '0', '0', 1799, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(501, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1, '0', '0', '0', 1800, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(502, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1801, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(503, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1802, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(504, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1803, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(505, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1804, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(506, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1805, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(507, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1806, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(508, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1807, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(509, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1808, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(510, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1, '0', '0', '0', 1809, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(511, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1, '0', '0', '0', 1810, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(512, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1, '0', '0', '0', 1811, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(513, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1, '0', '0', '0', 1812, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(514, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1, '0', '0', '0', 1813, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(515, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1, '0', '0', '0', 1814, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(516, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1, '0', '0', '0', 1815, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(517, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1, '0', '0', '0', 1816, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(518, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1, '0', '1', '0', 1817, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(519, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1, '0', '1', '0', 1818, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(520, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1, '0', '1', '0', 1819, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(521, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1, '0', '1', '0', 1820, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(522, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1, '0', '1', '0', 1821, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(523, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1, '0', '1', '0', 1822, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(524, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1, '0', '1', '0', 1823, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(525, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1, '0', '1', '0', 1824, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(526, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1825, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(527, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1826, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(528, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1827, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(529, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1828, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(530, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1829, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(531, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1830, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(532, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1831, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(533, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1832, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(534, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1833, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(535, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1834, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(536, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1835, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(537, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1836, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(538, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1837, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(539, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1838, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(540, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1839, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(541, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1840, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(542, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1, '1', '0', '0', 1841, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(543, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1, '1', '0', '0', 1842, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(544, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1, '1', '0', '0', 1843, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(545, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1, '1', '0', '0', 1844, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(546, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1, '1', '0', '0', 1845, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(547, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1, '1', '0', '0', 1846, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(548, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1, '1', '0', '0', 1847, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(549, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1, '1', '0', '0', 1848, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(550, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1, '0', '0', '0', 1849, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(551, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1, '0', '0', '0', 1850, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(552, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1, '0', '0', '0', 1851, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(553, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1, '0', '0', '0', 1852, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(554, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1, '0', '0', '0', 1853, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1, '0', '0', '0', 1854, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(556, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1, '0', '0', '0', 1855, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(557, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1, '0', '0', '0', 1856, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(558, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.001, '0', '0', '0', 1857, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(559, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.001, '0', '0', '0', 1858, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(560, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.001, '0', '0', '0', 1859, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(561, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.001, '0', '0', '0', 1860, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(562, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.001, '0', '0', '0', 1861, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(563, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.001, '0', '0', '0', 1862, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(564, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.001, '0', '0', '0', 1863, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(565, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.001, '0', '0', '0', 1864, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(566, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1, '1', '0', '0', 1865, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(567, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1, '1', '0', '0', 1866, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(568, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1, '1', '0', '0', 1867, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(569, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1, '1', '0', '0', 1868, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(570, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1, '1', '0', '0', 1869, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(571, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1, '1', '0', '0', 1870, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(572, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1, '1', '0', '0', 1871, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(573, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1, '1', '0', '0', 1872, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(574, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.1, '0', '1', '0', 1873, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(575, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.1, '0', '1', '0', 1874, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(576, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.1, '0', '1', '0', 1875, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(577, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.1, '0', '1', '0', 1876, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(578, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.1, '0', '1', '0', 1877, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(579, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.1, '0', '1', '0', 1878, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(580, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.1, '0', '1', '0', 1879, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(581, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.1, '0', '1', '0', 1880, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(582, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.1, '0', '1', '0', 1881, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(583, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.1, '0', '1', '0', 1882, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(584, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.1, '0', '1', '0', 1883, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(585, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.1, '0', '1', '0', 1884, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(586, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.1, '0', '1', '0', 1885, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(587, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.1, '0', '1', '0', 1886, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(588, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.1, '0', '1', '0', 1887, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(589, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.1, '0', '1', '0', 1888, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(590, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.1, '0', '1', '0', 1889, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(591, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.1, '0', '1', '0', 1890, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(592, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.1, '0', '1', '0', 1891, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(593, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.1, '0', '1', '0', 1892, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(594, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.1, '0', '1', '0', 1893, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(595, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.1, '0', '1', '0', 1894, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(596, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.8, '0', '0', '0', 1896, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(597, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.8, '0', '0', '0', 1897, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(598, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.8, '0', '0', '0', 1898, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(599, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.8, '0', '0', '0', 1899, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(600, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.8, '0', '0', '0', 1900, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(601, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.8, '0', '0', '0', 1901, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(602, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.8, '0', '0', '0', 1902, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(603, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.8, '0', '0', '0', 1903, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(604, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.8, '0', '0', '0', 1904, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(605, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.8, '0', '0', '0', 1905, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(606, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.8, '0', '0', '0', 1906, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(607, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.8, '0', '0', '0', 1907, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(608, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.8, '0', '0', '0', 1908, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(609, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1, '1', '0', '0', 1909, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(610, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1, '1', '0', '0', 1910, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(611, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1, '1', '0', '0', 1911, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(612, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1, '1', '0', '0', 1912, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(613, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1, '1', '0', '0', 1913, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(614, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1, '1', '0', '0', 1914, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(615, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1, '1', '0', '0', 1915, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(616, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1, '1', '0', '0', 1916, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(617, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1, '1', '0', '0', 1917, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(618, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1, '1', '0', '0', 1918, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(619, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1, '1', '0', '0', 1919, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(620, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1, '1', '0', '0', 1920, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(621, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1, '1', '0', '0', 1921, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(622, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1, '1', '0', '0', 1922, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(623, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1, '1', '0', '0', 1923, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(624, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1, '1', '0', '0', 1924, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(625, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.001, '0', '0', '0', 1925, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(626, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.001, '0', '0', '0', 1926, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(627, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.001, '0', '0', '0', 1927, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(628, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.001, '0', '0', '0', 1928, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(629, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.001, '0', '0', '0', 1929, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(20073, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0, '1', '0', '0', 3276, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(631, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.001, '0', '0', '0', 1931, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(632, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.001, '0', '0', '0', 1932, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(633, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1933, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(634, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1934, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(635, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1935, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(636, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1936, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(637, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1937, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(638, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1938, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(639, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1939, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(640, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1940, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(641, 'No way through', 'divider_nor3*2', 's', 1, 1, 1, '0', '0', '0', 1941, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(642, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.001, '0', '0', '0', 1942, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(643, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.001, '0', '0', '0', 1943, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(644, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.001, '0', '0', '0', 1944, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(645, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.001, '0', '0', '0', 1945, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(646, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.001, '0', '0', '0', 1946, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(647, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.001, '0', '0', '0', 1947, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(648, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.001, '0', '0', '0', 1948, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(649, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1, '0', '0', '0', 1949, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(650, 'Strong', 'divider_nor2*3', 's', 2, 1, 1, '0', '0', '0', 1950, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(651, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1, '0', '0', '0', 1951, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(652, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1, '0', '0', '0', 1952, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(653, 'Blue Iced bar desk', 'divider_nor2*6', 's', 2, 1, 1, '0', '0', '0', 1953, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(654, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1, '0', '0', '0', 1954, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(655, 'Yellow Iced bar desk', 'divider_nor2*8', 's', 2, 1, 1, '0', '0', '0', 1955, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(656, 'Red Iced bar desk', 'divider_nor2*9', 's', 2, 1, 1, '0', '0', '0', 1956, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(657, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1, '1', '0', '0', 1957, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(658, 'White Solarium', 'solarium_norja', 's', 1, 1, 1, '0', '0', '0', 1958, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(659, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1, '0', '0', '0', 1959, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(660, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1, '0', '0', '0', 1960, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(661, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1, '0', '0', '0', 1961, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(662, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1, '0', '0', '0', 1962, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(663, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1, '0', '0', '0', 1963, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(664, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1, '0', '0', '0', 1964, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(665, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1, '0', '0', '0', 1965, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(666, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1, '0', '0', '0', 1966, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(667, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0, '1', '0', '1', 1967, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(668, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0, '1', '0', '1', 1968, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(669, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1, '0', '1', '0', 1969, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(670, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1, '1', '0', '0', 1970, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(671, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.8, '0', '0', '0', 1971, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(672, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.8, '0', '0', '0', 1972, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(673, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.8, '0', '0', '0', 1973, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(674, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.8, '0', '0', '0', 1974, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(675, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.3, '1', '0', '0', 1975, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(676, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.8, '0', '0', '0', 1976, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(677, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.8, '0', '0', '0', 1977, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(678, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.8, '0', '0', '0', 1978, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(679, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.8, '0', '0', '0', 1979, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(680, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.8, '0', '0', '0', 1980, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(681, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.8, '0', '0', '0', 1981, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(682, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 1, '0', '0', '0', 1982, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(683, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1, '0', '0', '0', 1983, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(684, 'Habbos', 'divider_nor4*2', 's', 2, 1, 1, '0', '0', '0', 1984, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(685, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1, '0', '0', '0', 1985, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(686, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1, '0', '0', '0', 1986, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(687, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1, '0', '0', '0', 1987, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(688, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1, '0', '0', '0', 1988, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(689, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1, '0', '0', '0', 1989, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(690, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1, '0', '0', '0', 1990, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(691, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1, '0', '0', '0', 1991, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(692, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1, '0', '0', '0', 1992, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(693, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1, '0', '0', '0', 1993, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(694, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1, '0', '0', '0', 1994, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(695, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1, '0', '0', '0', 1996, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(696, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1, '0', '0', '0', 1997, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(697, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1, '0', '0', '0', 1998, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(698, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1, '0', '0', '0', 1999, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(699, 'Habbos', 'divider_nor4', 's', 2, 1, 1, '0', '0', '0', 2000, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(700, 'Dragon Screen', 'wall_china', 's', 1, 1, 1, '0', '0', '0', 2001, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(701, 'Firm', 'corner_china', 's', 1, 1, 1, '0', '0', '0', 2002, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(702, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.2, '0', '1', '0', 2003, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(703, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.2, '0', '1', '0', 2004, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(704, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.2, '0', '1', '0', 2005, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(705, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.2, '0', '1', '0', 2006, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(706, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.2, '0', '1', '0', 2007, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(707, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.2, '0', '1', '0', 2008, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(708, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.2, '0', '1', '0', 2009, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(709, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.2, '0', '1', '0', 2010, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.3, '1', '0', '0', 2011, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(711, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.3, '1', '0', '0', 2012, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(712, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.3, '1', '0', '0', 2013, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(713, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.3, '1', '0', '0', 2014, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(714, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.3, '1', '0', '0', 2015, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(715, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.3, '1', '0', '0', 2016, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(716, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.3, '1', '0', '0', 2017, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(717, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.3, '1', '0', '0', 2018, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(718, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1, '0', '0', '0', 2019, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(719, 'Glass chair', 'glass_chair', 's', 1, 1, 1, '0', '1', '0', 2020, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(720, 'Glass stool', 'glass_stool', 's', 1, 1, 1, '0', '1', '0', 2021, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(721, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1, '0', '1', '0', 2022, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(722, 'Glass table', 'glass_table', 's', 2, 2, 1, '1', '0', '0', 2023, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(723, 'Glass table', 'glass_table*2', 's', 2, 2, 1, '1', '0', '0', 2024, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(724, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1, '1', '0', '0', 2025, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(725, 'Glass table', 'glass_table*4', 's', 2, 2, 1, '1', '0', '0', 2026, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(726, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1, '1', '0', '0', 2027, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(727, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1, '1', '0', '0', 2028, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(728, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1, '1', '0', '0', 2029, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(729, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1, '1', '0', '0', 2030, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(730, 'Glass table', 'glass_table*9', 's', 2, 2, 1, '1', '0', '0', 2031, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(731, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1, '0', '1', '0', 2032, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(732, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1, '0', '1', '0', 2033, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(733, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1, '0', '1', '0', 2034, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(734, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1, '0', '1', '0', 2035, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(735, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1, '0', '1', '0', 2036, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(736, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1, '0', '1', '0', 2037, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(737, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1, '0', '1', '0', 2038, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(738, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1, '0', '1', '0', 2039, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(739, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2040, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(740, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2041, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(741, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2042, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(742, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2043, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(743, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2044, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(744, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1, '0', '1', '0', 2045, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(745, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1, '0', '1', '0', 2046, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(746, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1, '0', '1', '0', 2047, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(747, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1, '0', '1', '0', 2048, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(748, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1, '0', '1', '0', 2050, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(749, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1, '0', '1', '0', 2051, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(750, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1, '0', '1', '0', 2052, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(751, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1, '0', '1', '0', 2053, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(752, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1, '0', '1', '0', 2054, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(753, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1, '0', '1', '0', 2056, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(754, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1, '0', '1', '0', 2057, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(755, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2063, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(756, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.2, '1', '0', '0', 2064, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(757, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1, '1', '0', '0', 2065, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(758, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.2, '1', '0', '0', 2066, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(759, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2067, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(760, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0, '1', '0', '0', 2068, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(761, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.4, '0', '1', '0', 2069, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(762, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.001, '0', '0', '0', 2070, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(763, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1, '0', '0', '0', 2071, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(764, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1, '0', '0', '0', 2072, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(765, 'Gothic table', 'goth_table', 's', 1, 5, 1.7, '0', '0', '0', 2073, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(766, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1, '0', '0', '0', 2074, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(767, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1, '0', '0', '0', 2075, '1', '1', '0', '1', '1', 'vendingmachine', 0, '24', '0', '0', '0', 0, 0),
(768, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.001, '0', '0', '0', 2076, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(769, 'The Grammophon', 'hc_djset', 's', 3, 1, 1, '0', '0', '0', 2077, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(770, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1, '0', '0', '0', 2078, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(771, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1, '0', '0', '0', 2079, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(772, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1, '0', '0', '0', 2080, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(773, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 1, '0', '0', '1', 2081, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(774, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1, '0', '0', '0', 2082, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(775, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1, '0', '0', '0', 2083, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(776, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1, '0', '1', '0', 2084, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(777, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1, '0', '1', '0', 2085, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1, '0', '1', '0', 2086, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(779, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1, '0', '1', '0', 2087, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(780, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2088, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(781, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1, '0', '1', '0', 2089, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(782, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1, '0', '1', '0', 2090, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(783, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2091, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(784, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1, '0', '1', '0', 2092, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(785, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1, '0', '1', '0', 2093, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(786, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2094, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(787, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1, '0', '1', '0', 2095, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(788, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1, '0', '1', '0', 2096, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(789, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2097, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(790, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1, '0', '1', '0', 2098, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(791, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1, '0', '1', '0', 2099, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(792, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2100, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(793, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1, '0', '1', '0', 2101, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(794, 'Sound Machine', 'sound_machine', 's', 1, 1, 1, '0', '0', '0', 2105, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(795, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1, '0', '1', '0', 2106, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(796, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1, '0', '1', '0', 2107, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(797, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1, '0', '1', '0', 2108, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(798, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1, '0', '1', '0', 2109, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(799, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1, '0', '1', '0', 2110, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(800, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1, '0', '1', '0', 2111, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(801, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1, '0', '1', '0', 2112, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(802, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1, '0', '1', '0', 2113, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(803, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1, '0', '1', '0', 2114, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(804, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1, '0', '1', '0', 2115, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(805, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1, '0', '1', '0', 2116, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(806, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1, '0', '1', '0', 2117, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(807, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1, '0', '1', '0', 2118, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(808, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1, '0', '1', '0', 2119, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(809, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1, '0', '1', '0', 2120, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(811, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1, '0', '0', '0', 2123, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(812, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1, '0', '0', '0', 2124, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(813, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1, '0', '0', '0', 2125, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(814, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1, '0', '0', '0', 2126, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(815, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1, '0', '0', '0', 2127, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(816, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.001, '0', '0', '0', 2128, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(817, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1, '0', '0', '0', 2129, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(818, 'Bulrush', 'plant_bulrush', 's', 1, 1, 0.4, '1', '0', '0', 2130, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(819, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1, '1', '0', '0', 2131, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(820, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0, '1', '0', '1', 2132, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(821, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0, '1', '0', '1', 2133, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(822, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0, '1', '0', '1', 2134, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(823, '', 'gothic_chair', 's', 1, 1, 1, '0', '1', '0', 2135, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(824, '', 'gothic_sofa', 's', 2, 1, 1, '0', '1', '0', 2136, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(825, '', 'gothic_stool', 's', 1, 1, 1, '0', '1', '0', 2137, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(826, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1, '0', '0', '0', 2138, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(827, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1, '0', '0', '0', 2139, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(828, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1, '0', '0', '0', 2140, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(829, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1, '0', '0', '0', 2141, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(830, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1, '0', '0', '0', 2142, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(831, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.2, '0', '1', '0', 2143, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(832, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1, '0', '0', '0', 2144, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(833, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1, '0', '0', '0', 2145, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(834, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1, '1', '0', '0', 2146, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(835, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1, '1', '0', '0', 2147, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(836, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1, '1', '0', '0', 2148, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(837, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1, '1', '0', '0', 2149, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(838, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1, '1', '0', '0', 2150, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(839, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1, '1', '0', '0', 2151, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(840, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1, '0', '0', '0', 2152, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(841, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1, '1', '0', '0', 2153, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(842, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1, '1', '0', '0', 2154, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(843, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1, '1', '0', '0', 2155, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(844, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0, '1', '0', '1', 2156, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(845, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 0, '1', '0', '1', 2157, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(846, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.2, '0', '1', '0', 2158, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(847, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0, '1', '0', '1', 2159, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(848, 'Irori', 'jp_irori', 's', 2, 2, 1, '0', '0', '0', 2160, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(849, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2161, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(850, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.2, '1', '0', '0', 2162, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(851, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.2, '1', '0', '0', 2163, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(852, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.2, '1', '0', '0', 2164, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(853, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.2, '1', '0', '0', 2165, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(854, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.2, '1', '0', '0', 2166, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(855, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.2, '1', '0', '0', 2167, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(856, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.2, '1', '0', '0', 2168, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(857, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.2, '1', '0', '0', 2169, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(858, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.2, '1', '0', '0', 2170, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(859, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1, '0', '0', '0', 2171, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(860, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1, '0', '0', '0', 2519, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(861, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1, '0', '0', '0', 2543, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(862, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1, '0', '0', '0', 2544, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(863, 'For Funky', 'sound_machine*4', 's', 1, 1, 1, '0', '0', '0', 2545, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(864, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1, '0', '0', '0', 2546, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(865, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1, '0', '0', '0', 2547, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(866, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1, '0', '0', '0', 2548, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(867, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1, '0', '0', '0', 2551, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(868, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1, '0', '1', '0', 2459, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(869, 'Water Garden', 'rclr_garden', 's', 1, 3, 1, '0', '0', '0', 2458, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(870, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1, '0', '1', '0', 2562, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(871, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.2, '1', '0', '0', 2496, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(872, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.2, '1', '0', '0', 2549, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(873, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.2, '1', '0', '0', 2508, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(874, 'Actually', 'sound_set_25', 's', 1, 1, 0.2, '1', '0', '0', 2470, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(875, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.2, '1', '0', '0', 2492, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(876, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.2, '1', '0', '0', 2457, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(877, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.2, '1', '0', '0', 2521, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(878, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.2, '1', '0', '0', 2494, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(879, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.2, '1', '0', '0', 2524, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(880, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.2, '1', '0', '0', 2469, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(881, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.2, '1', '0', '0', 2497, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(882, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.2, '1', '0', '0', 2550, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(883, 'Ferry', 'sound_set_16', 's', 1, 1, 0.2, '1', '0', '0', 2561, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(884, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.2, '1', '0', '0', 2495, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(885, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.2, '1', '0', '0', 2482, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(886, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.2, '1', '0', '0', 2523, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(887, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.2, '1', '0', '0', 2493, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(888, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.2, '1', '0', '0', 2563, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(889, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.2, '1', '0', '0', 2481, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(890, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.001, '0', '0', '0', 2518, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(891, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1, '0', '0', '0', 2520, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(892, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1, '0', '0', '0', 2507, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(893, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1, '0', '1', '0', 2510, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(894, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1, '0', '1', '0', 2511, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(895, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1, '0', '1', '0', 2512, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(896, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1, '0', '1', '0', 2513, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(897, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1, '0', '1', '0', 2514, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(898, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1, '0', '1', '0', 2515, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(899, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1, '0', '1', '0', 2516, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1, '0', '1', '0', 2517, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(901, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1, '0', '1', '0', 2472, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(902, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1, '0', '1', '0', 2473, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(903, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1, '0', '1', '0', 2474, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(904, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1, '0', '1', '0', 2475, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(905, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1, '0', '1', '0', 2476, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(906, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1, '0', '1', '0', 2477, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(907, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1, '0', '1', '0', 2478, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(908, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1, '0', '1', '0', 2479, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(909, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1, '0', '1', '0', 2480, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(910, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1, '0', '1', '0', 2534, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(911, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1, '0', '1', '0', 2535, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(912, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1, '0', '1', '0', 2536, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(913, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1, '0', '1', '0', 2537, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(914, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1, '0', '1', '0', 2538, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(915, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1, '0', '1', '0', 2539, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(916, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1, '0', '1', '0', 2540, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(917, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1, '0', '1', '0', 2541, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(918, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1, '0', '1', '0', 2542, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(919, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1, '0', '1', '0', 2483, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1, '0', '1', '0', 2484, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(921, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1, '0', '1', '0', 2485, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(922, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1, '0', '1', '0', 2486, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(923, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1, '0', '1', '0', 2487, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(924, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1, '0', '1', '0', 2488, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(925, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1, '0', '1', '0', 2489, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(926, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1, '0', '1', '0', 2490, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(927, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1, '0', '1', '0', 2491, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(928, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1, '0', '1', '0', 2460, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(929, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1, '0', '1', '0', 2461, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(930, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1, '0', '1', '0', 2462, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(931, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1, '0', '1', '0', 2463, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(932, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1, '0', '1', '0', 2464, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(933, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1, '0', '1', '0', 2465, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(934, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1, '0', '1', '0', 2466, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(935, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1, '0', '1', '0', 2467, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(936, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1, '0', '1', '0', 2468, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(937, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1, '0', '0', '0', 2471, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(938, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.1, '0', '1', '0', 2525, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(939, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.1, '0', '1', '0', 2526, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(940, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.1, '0', '1', '0', 2527, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(941, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.1, '0', '1', '0', 2528, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(942, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.1, '0', '1', '0', 2529, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(943, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.1, '0', '1', '0', 2530, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(944, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.1, '0', '1', '0', 2531, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(945, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.1, '0', '1', '0', 2532, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(946, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.1, '0', '1', '0', 2533, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(947, '', 'bed_budget*1', 's', 2, 3, 1.9, '0', '0', '0', 2552, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(948, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.9, '0', '0', '0', 2553, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(949, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.9, '0', '0', '0', 2554, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(950, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.9, '0', '0', '0', 2555, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(951, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.9, '0', '0', '0', 2556, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(952, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.9, '0', '0', '0', 2557, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(953, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.9, '0', '0', '0', 2558, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(954, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.9, '0', '0', '0', 2559, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(955, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.9, '0', '0', '0', 2560, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(956, '', 'bed_budget_one*1', 's', 1, 3, 1.9, '0', '0', '0', 2498, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(957, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.9, '0', '0', '0', 2499, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(958, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.9, '0', '0', '0', 2500, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(959, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.9, '0', '0', '0', 2501, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(960, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.9, '0', '0', '0', 2502, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(961, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.9, '0', '0', '0', 2503, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(962, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.9, '0', '0', '0', 2504, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(963, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.9, '0', '0', '0', 2505, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(964, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.9, '0', '0', '0', 2506, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(965, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1, '1', '0', '0', 2522, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(966, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, '1', '0', '1', 2568, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(967, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.1, '1', '0', '1', 2566, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(968, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, '1', '0', '1', 2582, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1, '0', '0', '0', 2587, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(970, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1, '0', '0', '0', 2588, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(971, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1, '0', '0', '0', 2589, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(972, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1, '0', '0', '0', 2590, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(973, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1, '0', '1', '0', 2571, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(974, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1, '0', '1', '0', 2572, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(975, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1, '0', '1', '0', 2573, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(976, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1, '0', '1', '0', 2574, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(977, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1, '0', '1', '0', 2575, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(978, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1, '0', '1', '0', 2576, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(979, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1, '0', '1', '0', 2577, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(980, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1, '0', '1', '0', 2578, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(981, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1, '0', '1', '0', 2579, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(982, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.2, '1', '0', '0', 2583, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(983, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.2, '1', '0', '0', 2595, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(984, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.2, '1', '0', '0', 2570, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(985, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.2, '1', '0', '0', 2564, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(986, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.2, '1', '0', '0', 2569, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(987, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.2, '1', '0', '0', 2596, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(988, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.2, '1', '0', '0', 2585, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(989, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.2, '1', '0', '0', 2580, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(990, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1, '0', '0', '0', 2606, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(991, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.001, '0', '0', '0', 2584, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(992, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.001, '0', '0', '0', 2598, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(993, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.001, '0', '0', '0', 2599, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(994, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.001, '0', '0', '0', 2600, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(995, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.001, '0', '0', '0', 2601, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(996, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.001, '0', '0', '0', 2602, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(997, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.001, '0', '0', '0', 2603, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(998, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.001, '0', '0', '0', 2604, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(999, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.001, '0', '0', '0', 2605, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(1000, 'Executive Rug', 'exe_rug', 's', 3, 3, 0, '1', '0', '1', 2567, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1001, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1, '1', '0', '0', 2581, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1002, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.2, '1', '0', '0', 2565, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1003, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0, '0', '0', '1', 2591, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1004, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0, '0', '0', '1', 2592, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1005, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0, '0', '0', '1', 2593, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1006, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0, '0', '0', '1', 2594, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1007, 'Burn', 'song_disk', 's', 1, 1, 0.1, '1', '0', '0', 2607, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1008, 'Jukebox', 'jukebox*1', 's', 1, 1, 1, '1', '0', '0', 2608, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1009, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0, '1', '0', '1', 2609, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1010, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.2, '1', '0', '0', 2610, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1011, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.2, '1', '0', '0', 2614, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1012, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.2, '1', '0', '0', 2624, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1013, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.2, '1', '0', '0', 2612, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1014, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.2, '1', '0', '0', 2615, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1015, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.2, '1', '0', '0', 2622, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1016, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.2, '1', '0', '0', 2616, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1017, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1, '0', '1', '0', 2617, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1018, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1, '0', '1', '0', 2618, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1019, 'Radiator', 'grunge_radiator', 's', 1, 1, 1, '0', '0', '0', 2621, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1020, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1, '0', '0', '0', 2619, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1021, 'Road Sign', 'grunge_sign', 's', 1, 1, 1, '0', '0', '0', 2613, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1022, 'Grunge Table', 'grunge_table', 's', 2, 2, 1, '1', '0', '0', 2623, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1023, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.1, '0', '0', '0', 2611, '1', '1', '0', '1', '1', 'bed', 2, '0', '0', '0', '0', 0, 0),
(1024, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0, '0', '0', '1', 2626, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1025, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1, '0', '0', '0', 2625, '1', '1', '0', '1', '1', 'vendingmachine', 0, '30', '0', '0', '0', 0, 0),
(1026, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1, '0', '0', '0', 2620, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1027, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.2, '1', '0', '0', 2633, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1028, 'Club 6', 'sound_set_51', 's', 1, 1, 0.2, '1', '0', '0', 2631, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1029, 'Club 5', 'sound_set_50', 's', 1, 1, 0.2, '1', '0', '0', 2632, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1030, 'Club 4', 'sound_set_49', 's', 1, 1, 0.2, '1', '0', '0', 2634, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1031, 'Club 3', 'sound_set_48', 's', 1, 1, 0.2, '1', '0', '0', 2629, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1032, 'Club 2', 'sound_set_47', 's', 1, 1, 0.2, '1', '0', '0', 2627, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1033, 'Club 1', 'sound_set_46', 's', 1, 1, 0.2, '1', '0', '0', 2630, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1034, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.2, '1', '0', '0', 2628, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1035, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1, '1', '0', '0', 2641, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1036, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2646, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1037, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2651, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1038, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2636, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1039, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1, '0', '0', '0', 2653, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1040, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1, '0', '0', '0', 2638, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1041, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.2, '1', '0', '0', 2649, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1042, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.2, '1', '0', '0', 2652, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1043, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.3, '1', '0', '0', 2642, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17', '0', '0', '0', 0, 0),
(1044, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.001, '0', '0', '1', 2640, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1045, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1, '0', '0', '1', 2635, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1046, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1, '0', '1', '0', 2648, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1047, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1, '0', '0', '0', 2637, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1048, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1, '0', '0', '0', 2654, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1049, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 2643, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1050, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1, '0', '1', '0', 2647, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1051, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1, '0', '1', '0', 2650, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1052, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1, '1', '0', '0', 2655, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1053, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1, '0', '0', '0', 2645, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1054, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1, '0', '1', '0', 2639, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1055, 'Take a memo', 'exe_table', 's', 3, 2, 1.1, '0', '0', '0', 2644, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1056, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.2, '1', '0', '0', 2670, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1057, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.2, '1', '0', '0', 2656, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(1058, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.2, '1', '0', '0', 2673, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1059, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.2, '1', '0', '0', 2669, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1060, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.2, '1', '0', '0', 2671, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1061, 'Lightweight', 'noob_table*1', 's', 2, 2, 1, '1', '0', '0', 2687, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1062, 'Lightweight', 'noob_table*2', 's', 2, 2, 1, '1', '0', '0', 2688, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1063, 'Lightweight', 'noob_table*3', 's', 2, 2, 1, '1', '0', '0', 2689, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1064, 'Lightweight', 'noob_table*4', 's', 2, 2, 1, '1', '0', '0', 2690, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1065, 'Lightweight', 'noob_table*5', 's', 2, 2, 1, '1', '0', '0', 2691, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1066, 'Lightweight', 'noob_table*6', 's', 2, 2, 1, '1', '0', '0', 2692, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1067, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1, '0', '1', '0', 2657, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1068, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1, '0', '1', '0', 2658, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1069, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1, '0', '1', '0', 2659, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1070, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1, '0', '1', '0', 2660, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1071, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1, '0', '1', '0', 2661, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1072, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1, '0', '1', '0', 2662, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1073, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0, '1', '0', '1', 2681, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1074, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0, '1', '0', '1', 2682, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1075, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0, '1', '0', '1', 2683, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1076, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0, '1', '0', '1', 2684, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1077, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0, '1', '0', '1', 2685, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1078, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0, '1', '0', '1', 2686, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1079, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1, '0', '0', '0', 2663, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1080, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1, '0', '0', '0', 2664, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1081, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1, '0', '0', '0', 2665, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1082, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1, '0', '0', '0', 2666, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1083, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1, '0', '0', '0', 2667, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1084, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1, '0', '0', '0', 2668, '0', '0', '0', '0', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1085, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1, '0', '1', '0', 2675, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1086, ' practical', 'noob_chair*2', 's', 1, 1, 1, '0', '1', '0', 2676, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1087, ' practical', 'noob_chair*3', 's', 1, 1, 1, '0', '1', '0', 2677, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1088, ' practical', 'noob_chair*4', 's', 1, 1, 1, '0', '1', '0', 2678, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1089, ' practical', 'noob_chair*5', 's', 1, 1, 1, '0', '1', '0', 2679, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1090, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1, '0', '1', '0', 2680, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1091, 'Executive Plant', 'exe_plant', 's', 1, 1, 1, '0', '0', '0', 2674, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1092, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1, '0', '1', '0', 2699, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1093, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1, '0', '1', '0', 2700, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1094, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1, '0', '1', '0', 2701, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1095, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1, '0', '1', '0', 2702, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1096, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1, '0', '1', '0', 2703, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1097, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1, '0', '1', '0', 2704, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1098, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.4, '0', '1', '0', 2696, '1', '1', '0', '1', '1', 'loveshuffler', 1, '0', '0', '0', '0', 0, 0),
(1099, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1, '0', '0', '0', 2697, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1100, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.1, '1', '0', '1', 2693, '1', '1', '0', '1', '1', 'teleport', 2, '0', '0', '0', '0', 0, 0),
(1101, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.2, '1', '0', '0', 2698, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1102, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.2, '1', '0', '0', 2695, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1103, 'Crystal Ball', 'fortune', 's', 1, 1, 1, '0', '0', '0', 2694, '1', '1', '0', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(1104, 'Adventure Desk', 'sw_table', 's', 1, 2, 1, '0', '0', '0', 2713, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1105, 'Raven', 'sw_raven', 's', 1, 1, 1, '0', '0', '0', 2711, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1106, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1, '0', '0', '0', 2709, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1107, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2710, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1108, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2705, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1109, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2712, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1110, 'Candle Box', 'grunge_candle', 's', 1, 1, 1, '0', '0', '0', 2708, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1111, 'Bench', 'grunge_bench', 's', 3, 1, 1, '0', '0', '0', 2707, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1112, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1, '0', '0', '0', 2706, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1113, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1, '0', '0', '0', 2733, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1115, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1, '0', '0', '0', 2426, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1116, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1, '0', '0', '0', 2736, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1117, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0, '1', '0', '1', 2727, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1118, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1, '0', '0', '0', 2720, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1119, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1, '0', '0', '0', 2717, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1120, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1, '0', '0', '0', 2725, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1121, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1, '0', '0', '0', 2726, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1122, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1, '0', '0', '0', 2724, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1123, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1, '0', '0', '0', 2715, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1124, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1, '0', '0', '0', 2716, '1', '1', '0', '1', '1', 'teleport', 0, '1', '0', '0', '0', 0, 0),
(1125, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1, '0', '0', '0', 2732, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1126, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0, '1', '0', '1', 2719, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1127, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.8, '0', '1', '0', 2722, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1128, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1, '0', '0', '0', 2730, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1129, 'Exotic', 'arabian_chair', 's', 1, 1, 1.2, '0', '1', '0', 2721, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1130, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.8, '1', '0', '0', 2731, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1131, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1, '1', '0', '0', 2714, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1132, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1, '0', '0', '0', 2734, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1133, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1, '0', '0', '0', 2735, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1134, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1, '0', '0', '0', 2723, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1135, 'Sweet', 'arabian_tray4', 's', 1, 1, 1, '0', '0', '0', 2728, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1136, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.2, '1', '0', '0', 2738, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1137, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.2, '1', '0', '0', 2740, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1138, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.2, '1', '0', '0', 2741, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1139, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1, '0', '0', '0', 2739, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1140, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1, '0', '0', '0', 2737, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(1141, 'traxsilver', 'traxsilver', 's', 1, 1, 1, '1', '0', '0', 2744, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1142, 'traxgold', 'traxgold', 's', 1, 1, 1, '1', '0', '0', 2742, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1143, 'traxbronze', 'traxbronze', 's', 1, 1, 1, '1', '0', '0', 2743, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1144, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1, '0', '1', '0', 2745, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1145, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.4, '1', '0', '0', 2764, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1146, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1, '1', '0', '0', 2770, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20006, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1, '1', '0', '0', 3275, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1148, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2796, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1149, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2772, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1150, 'Chabu Dai', 'jp_table', 's', 2, 2, 1, '0', '0', '0', 2749, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1151, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1, '0', '0', '0', 2750, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1152, 'Katana Green', 'jp_katana3', 's', 1, 1, 1, '0', '0', '0', 2748, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1153, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1, '0', '0', '0', 2747, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1154, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1, '0', '0', '0', 2751, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1156, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1, '0', '0', '0', 2757, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1157, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1, '0', '0', '0', 2765, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1158, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1, '0', '0', '0', 2753, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1159, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1, '0', '0', '0', 2768, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1160, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1, '0', '0', '0', 2755, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1161, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1, '0', '0', '0', 2792, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1162, 'Toucan', 'tiki_toucan', 's', 1, 1, 1, '0', '0', '0', 2756, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1163, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1, '0', '0', '0', 2773, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1164, '****** Statue', 'tiki_statue', 's', 1, 1, 1, '0', '0', '0', 2782, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1165, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0, '1', '0', '1', 2798, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1166, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1, '0', '0', '0', 2769, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1167, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0, '1', '0', '1', 2781, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1168, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1, '1', '0', '0', 2794, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1169, 'Butterflies', 'tiki_bflies', 's', 1, 1, 1, '0', '0', '0', 2785, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1170, 'Tiki Seat teleporter', 'tiki_bench', 's', 1, 1, 1.3, '0', '1', '0', 2784, '1', '1', '0', '1', '1', 'bb_teleport', 1, '0', '0', '0', '0', 0, 0),
(1171, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1, '1', '0', '0', 2795, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1172, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0, '1', '0', '1', 2754, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1173, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.2, '1', '0', '0', 2767, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1174, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.2, '1', '0', '0', 2799, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1175, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.2, '1', '0', '0', 2793, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1176, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.2, '1', '0', '0', 2771, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1177, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.2, '1', '0', '0', 2752, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1178, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.2, '1', '0', '0', 2766, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20024, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1, '1', '0', '0', 118, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20021, 'Giant Heart', 'heart', 's', 2, 1, 1, '0', '0', '0', 227, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20016, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1, '1', '0', '0', 3265, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1185, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1, '0', '0', '0', 2783, '0', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20018, 'Street Wall', 'urban_wall', 'i', 0, 0, 1, '1', '0', '0', 4244, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(20022, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1, '0', '0', '0', 1510, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1197, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1, '0', '0', '0', 2774, '1', '1', '0', '1', '1', 'vendingmachine', 0, '28', '0', '0', '0', 0, 0),
(1198, 'September 2008', 'svnr_uk', 's', 1, 1, 1, '0', '0', '0', 2838, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1199, 'August 2008', 'svnr_nl', 's', 1, 2, 1, '0', '1', '0', 2825, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1200, 'July 2008', 'svnr_it', 's', 2, 1, 1, '0', '1', '0', 2813, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1201, 'October 2008', 'svnr_de', 's', 1, 1, 1, '0', '0', '0', 2801, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1202, 'November 2008', 'svnr_aus', 's', 1, 1, 1, '0', '0', '0', 2836, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1203, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1, '0', '0', '0', 2840, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1204, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1, '0', '0', '0', 2826, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1205, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1, '0', '0', '0', 2815, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1206, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1, '0', '0', '0', 2800, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1207, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1, '0', '0', '0', 2841, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1208, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1, '0', '0', '0', 2802, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1209, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1, '0', '0', '0', 2839, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1210, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.1, '1', '0', '0', 2837, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1211, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1, '0', '1', '0', 2804, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1212, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1, '0', '1', '0', 2805, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1213, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1, '0', '1', '0', 2806, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1214, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1, '0', '1', '0', 2807, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1215, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1, '0', '1', '0', 2808, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1216, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1, '0', '1', '0', 2809, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1217, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1, '0', '1', '0', 2810, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1218, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1, '0', '1', '0', 2811, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1219, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1, '0', '1', '0', 2812, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1220, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1, '0', '0', '0', 2814, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1221, 'Diner Floor', 'diner_rug', 's', 2, 2, 0, '1', '0', '1', 2803, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1222, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1, '0', '0', '0', 2827, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1223, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1, '0', '0', '0', 2828, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1224, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1, '0', '0', '0', 2829, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1225, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1, '0', '0', '0', 2830, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1226, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1, '0', '0', '0', 2831, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1227, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1, '0', '0', '0', 2832, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1228, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1, '0', '0', '0', 2833, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1229, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1, '0', '0', '0', 2834, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1230, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1, '0', '0', '0', 2835, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1231, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1, '0', '0', '0', 2816, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1232, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1, '0', '0', '0', 2817, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1233, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1, '0', '0', '0', 2818, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1234, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1, '0', '0', '0', 2819, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1235, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1, '0', '0', '0', 2820, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1236, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1, '0', '0', '0', 2821, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1237, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1, '0', '0', '0', 2822, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1238, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1, '0', '0', '0', 2823, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1239, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1, '0', '0', '0', 2824, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1240, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1, '1', '0', '0', 2879, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1241, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1, '1', '0', '0', 2880, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1242, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1, '1', '0', '0', 2881, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1243, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1, '1', '0', '0', 2882, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1244, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1, '1', '0', '0', 2883, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1245, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1, '1', '0', '0', 2884, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1246, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1, '1', '0', '0', 2885, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1247, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1, '1', '0', '0', 2886, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1248, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1, '1', '0', '0', 2887, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1249, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1, '1', '0', '0', 2897, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1250, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1, '1', '0', '0', 2898, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1251, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1, '1', '0', '0', 2899, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1252, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1, '1', '0', '0', 2900, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1253, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1, '1', '0', '0', 2901, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1254, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1, '1', '0', '0', 2902, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1255, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1, '1', '0', '0', 2903, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1256, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1, '1', '0', '0', 2904, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1257, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1, '1', '0', '0', 2905, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1258, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1, '0', '1', '0', 2888, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1259, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1, '0', '1', '0', 2889, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1260, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1, '0', '1', '0', 2890, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1261, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1, '0', '1', '0', 2891, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1262, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1, '0', '1', '0', 2892, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1263, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1, '0', '1', '0', 2893, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1264, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1, '0', '1', '0', 2894, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1265, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1, '0', '1', '0', 2895, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1266, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1, '0', '1', '0', 2896, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1267, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.4, '0', '1', '0', 2861, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1268, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.4, '0', '1', '0', 2862, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1269, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.4, '0', '1', '0', 2863, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1270, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.4, '0', '1', '0', 2864, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1271, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.4, '0', '1', '0', 2865, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1272, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.4, '0', '1', '0', 2866, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1273, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.4, '0', '1', '0', 2867, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1274, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.4, '0', '1', '0', 2868, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1275, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.4, '0', '1', '0', 2869, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1276, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.001, '0', '0', '0', 2842, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1277, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.001, '0', '0', '0', 2843, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1278, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.001, '0', '0', '0', 2844, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1279, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.001, '0', '0', '0', 2845, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1280, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.001, '0', '0', '0', 2846, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1281, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.001, '0', '0', '0', 2847, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1282, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.001, '0', '0', '0', 2848, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1283, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.001, '0', '0', '0', 2849, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1284, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.001, '0', '0', '0', 2850, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1285, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1, '1', '0', '0', 2870, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1286, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1, '1', '0', '0', 2871, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1287, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1, '1', '0', '0', 2872, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1288, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1, '1', '0', '0', 2873, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1289, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1, '1', '0', '0', 2875, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1290, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1, '1', '0', '0', 2876, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1291, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1, '1', '0', '0', 2877, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1292, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1, '1', '0', '0', 2878, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1293, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1, '1', '0', '0', 2851, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1294, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1, '1', '0', '0', 2852, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1295, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1, '1', '0', '0', 2853, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1296, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1, '1', '0', '0', 2854, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1297, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1, '1', '0', '0', 2855, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1298, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1, '1', '0', '0', 2856, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1299, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1, '1', '0', '0', 2857, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1300, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1, '1', '0', '0', 2858, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1301, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1, '1', '0', '0', 2859, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1302, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1, '0', '0', '0', 2860, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1303, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0, '1', '0', '1', 2911, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1304, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1, '1', '0', '0', 2907, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1305, 'Greek Corner', 'greek_corner', 's', 1, 1, 1, '0', '0', '0', 2910, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1306, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.001, '0', '0', '0', 2908, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1307, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 1, '0', '0', '0', 2909, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1308, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.5, '0', '1', '0', 2906, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1309, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1, '0', '0', '0', 2622, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1310, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1, '0', '0', '0', 2623, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1311, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1, '0', '0', '0', 2624, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1312, 'greek_block', 'greek_block', 's', 2, 1, 0.5, '1', '1', '0', 2915, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1313, 'Glass Table', 'hcc_table', 's', 1, 2, 1, '0', '0', '0', 2923, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1314, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1, '0', '0', '0', 2917, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1315, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.2, '0', '1', '0', 2921, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1316, 'Cool look', 'hcc_minibar', 's', 1, 1, 1, '0', '0', '0', 2924, '1', '1', '0', '1', '1', 'vendingmachine', 0, '24', '0', '0', '0', 0, 0),
(1317, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1, '0', '1', '0', 2919, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1318, 'Crime scene', 'det_divider', 's', 2, 1, 1, '0', '0', '0', 2918, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1319, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0, '1', '0', '1', 2916, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1320, 'Chalk Outline', 'det_body', 's', 2, 3, 0, '0', '0', '1', 2922, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1321, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.2, '0', '1', '0', 2920, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1322, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.2, '0', '1', '0', 2925, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1323, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 1, '0', '0', '0', 2926, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1324, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 1, '0', '0', '0', 2927, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1325, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0, '1', '0', '1', 2928, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1326, 'My Hump', 'igor_seat', 's', 1, 1, 1, '0', '1', '0', 2929, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1327, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1, '0', '0', '0', 2936, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1328, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1, '0', '0', '0', 2934, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1329, 'ads_711', 'ads_711*1', 's', 1, 1, 1, '0', '0', '0', 2930, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1330, 'ads_711', 'ads_711*2', 's', 1, 1, 1, '0', '0', '0', 2931, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1331, 'ads_711', 'ads_711*3', 's', 1, 1, 1, '0', '0', '0', 2932, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1332, 'ads_711', 'ads_711*4', 's', 1, 1, 1, '0', '0', '0', 2933, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1333, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1, '0', '0', '0', 2935, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1334, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1, '0', '0', '0', 2944, '1', '1', '0', '1', '1', 'vendingmachine', 0, '29', '0', '0', '0', 0, 0),
(1335, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1, '0', '0', '0', 2942, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1336, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1, '0', '1', '0', 2948, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1337, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1, '0', '0', '0', 2938, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1338, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.3, '0', '0', '0', 2943, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(1339, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1, '0', '0', '0', 2949, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1340, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1, '0', '0', '0', 2939, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1341, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 2, '0', '0', '0', 2945, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(1342, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1, '0', '0', '0', 2940, '1', '1', '0', '1', '1', 'vendingmachine', 0, '30', '0', '0', '0', 0, 0),
(1343, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1, '0', '0', '0', 2937, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(1344, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1, '0', '1', '0', 2947, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1345, 'Manhole', 'hween08_manhole', 's', 1, 1, 1, '0', '0', '0', 2946, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1346, ' poke', 'hween08_trll', 's', 1, 1, 1, '0', '0', '0', 2941, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1347, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1, '1', '0', '0', 2956, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1348, 'Spotlight', 'party_discol', 's', 1, 1, 1, '0', '0', '0', 2963, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1349, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.7, '1', '0', '1', 2950, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1350, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1, '1', '0', '0', 2957, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1351, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.3, '0', '1', '0', 2960, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1352, 'Small Stage', 'party_block', 's', 1, 1, 0.9, '1', '0', '1', 2959, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1353, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 1, '0', '0', '0', 2965, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1354, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1, '0', '0', '0', 2966, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1355, 'Club Tray', 'party_tray', 's', 1, 1, 1, '0', '0', '0', 2955, '1', '1', '0', '1', '1', 'vendingmachine', 0, '31', '0', '0', '0', 0, 0),
(1356, 'Scratch it', 'party_djtable', 's', 1, 2, 1, '0', '0', '0', 2954, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1357, 'Disco Floor', 'party_floor', 's', 2, 2, 0, '1', '0', '1', 2958, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(1358, 'Glitter Ball', 'party_ball', 's', 1, 1, 0, '0', '0', '1', 2964, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1359, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1, '0', '0', '0', 2951, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1360, ' MC', 'party_mic', 's', 1, 1, 1, '0', '0', '0', 2953, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1361, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1, '0', '0', '0', 2961, '1', '1', '0', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(1362, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1, '1', '0', '0', 2962, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1363, 'Club seat', 'party_seat', 's', 1, 1, 1.1, '0', '1', '0', 2952, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1364, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1, '0', '1', '1', 3005, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1365, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1, '0', '0', '0', 2977, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1366, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1, '0', '0', '0', 2972, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1367, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1, '0', '0', '0', 2995, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1368, 'Icy table', 'xmas08_table', 's', 2, 2, 1, '1', '0', '0', 3009, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1369, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1, '0', '1', '0', 2986, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1370, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1, '0', '0', '0', 2990, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1371, 'Blow it up', 'fx_explosion', 's', 1, 1, 1, '0', '0', '0', 3011, '0', '0', '0', '0', '1', 'rentals', 2, '0', '0', '0', '0', 0, 0),
(1372, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1, '0', '0', '0', 2969, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1373, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1, '0', '0', '0', 2967, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1374, 'Camp fire', 'campfire', 's', 1, 1, 1, '1', '0', '0', 2974, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1375, 'Ice', 'xmas08_icerug', 's', 2, 2, 0, '1', '0', '1', 3002, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1376, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1, '0', '0', '0', 3008, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1377, 'December 2008', 'svnr_fi', 's', 1, 1, 1, '0', '0', '0', 2991, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1378, 'Snow Storm', 'xmas_snow', 's', 1, 1, 0, '1', '0', '1', 2982, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1379, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1, '0', '0', '0', 2988, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1380, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1, '0', '0', '0', 3007, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1381, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1, '0', '0', '0', 2996, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1382, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.2, '1', '0', '0', 3000, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1383, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1, '0', '0', '0', 2979, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1384, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1, '0', '0', '0', 2993, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1385, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1, '0', '0', '0', 2984, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1386, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1, '0', '0', '0', 2994, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1387, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1, '0', '0', '0', 2985, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1388, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1, '0', '0', '0', 2989, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1389, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1, '0', '0', '0', 2983, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1390, 'Firestarter', 'fx_flare', 's', 1, 1, 1, '1', '0', '0', 3013, '0', '0', '0', '0', '1', 'rentals', 2, '0', '0', '0', '0', 0, 0),
(1391, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1, '0', '0', '0', 2968, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1392, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1, '0', '1', '0', 3001, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1393, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1, '0', '0', '0', 2998, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1394, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.001, '0', '0', '0', 2978, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1395, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1, '0', '0', '0', 3006, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1396, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1, '0', '0', '0', 3010, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1397, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1, '1', '0', '0', 2992, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1398, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1, '0', '0', '0', 2980, '1', '1', '0', '1', '1', 'vendingmachine', 0, '34', '0', '0', '0', 0, 0),
(1399, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1, '0', '0', '0', 2981, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1400, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1, '0', '0', '0', 2973, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1401, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1, '1', '0', '0', 2970, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1402, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1, '0', '0', '0', 2971, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1403, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1, '0', '0', '0', 2975, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1404, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1, '0', '0', '0', 2976, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1405, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1, '0', '0', '0', 2997, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1406, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1, '0', '0', '0', 3003, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1407, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1, '0', '0', '0', 2987, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1408, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1, '0', '0', '0', 3004, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1409, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1, '0', '0', '0', 2999, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1410, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1, '0', '1', '0', 3018, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1411, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1, '0', '0', '0', 3016, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1412, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1, '0', '0', '0', 3017, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1413, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1, '0', '0', '0', 3015, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1414, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.001, '0', '0', '0', 3014, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1415, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0, '0', '0', '1', 3019, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1417, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.001, '1', '0', '1', 3020, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1418, 'Moongate', 'china_moongt', 's', 1, 3, 0.001, '0', '0', '1', 3024, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1419, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0, '0', '0', '0', 3022, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1420, 'Ox Statue', 'china_ox', 's', 1, 1, 1, '0', '0', '0', 3025, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1422, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0, '1', '0', '1', 3026, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1423, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1, '0', '0', '0', 3042, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(1424, 'Swing low', 'bolly_swing', 's', 2, 1, 1.5, '0', '1', '0', 3037, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1425, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3030, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1426, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1, '1', '0', '0', 3031, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1427, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1, '0', '0', '0', 3033, '1', '1', '0', '1', '1', 'vendingmachine', 0, '35', '0', '0', '0', 0, 0),
(1428, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1, '0', '0', '0', 3036, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1429, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.001, '0', '0', '0', 3040, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1430, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1, '1', '0', '0', 3044, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1431, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1, '0', '0', '0', 3041, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1432, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1, '1', '0', '0', 3034, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1433, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1, '0', '0', '0', 3043, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1434, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0, '1', '0', '1', 3027, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1435, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1, '1', '0', '0', 3035, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1436, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.001, '0', '0', '0', 3032, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1437, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 1, '0', '0', '0', 3029, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20046, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3305, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1439, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0, '1', '0', '1', 3028, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1440, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.001, '0', '0', '0', 3038, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1441, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0, '0', '0', '1', 3045, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1442, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1, '0', '0', '0', 3049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1443, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1, '0', '0', '0', 3050, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1444, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.2, '0', '1', '0', 3051, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1445, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1, '0', '0', '0', 3046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1446, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.001, '0', '0', '0', 3048, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1447, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0, '0', '0', '1', 3047, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1448, 'Kraken', 'lostc_octopus', 's', 1, 2, 1, '0', '0', '0', 3052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1449, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0, '1', '0', '1', 3076, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1450, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1, '0', '0', '0', 3073, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1451, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1, '0', '0', '0', 3068, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1452, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.001, '0', '0', '1', 3071, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1453, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1, '0', '0', '0', 3058, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1454, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1, '0', '0', '0', 3078, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1455, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1, '0', '0', '0', 3066, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1456, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1, '0', '0', '0', 3072, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1457, 'Captain''s Table', 'lc_table', 's', 2, 2, 1, '1', '0', '0', 3067, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1458, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0, '1', '0', '1', 3069, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1459, 'Anemone', 'lc_anemone', 's', 1, 1, 1, '0', '0', '0', 3074, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1460, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1, '0', '0', '0', 3077, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1461, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0, '0', '0', '1', 3060, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1462, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1, '0', '0', '0', 3064, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1463, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1, '0', '0', '0', 3062, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1464, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1, '0', '0', '0', 3059, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1465, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1, '0', '1', '0', 3056, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1466, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1, '0', '0', '0', 3065, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1467, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1, '0', '1', '0', 3057, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1468, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1, '0', '0', '0', 3055, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1469, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.001, '0', '0', '1', 3053, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1470, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1, '1', '0', '0', 3075, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1471, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1, '0', '1', '0', 3063, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1472, 'No rusty nails', 'lc_chair', 's', 1, 1, 1, '0', '1', '0', 3061, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1473, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1, '1', '0', '0', 3070, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1474, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1, '0', '0', '0', 3054, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1475, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.2, '0', '0', '1', 3080, '1', '1', '0', '1', '1', 'default', 103, '0', '0', '0', '0', 0, 0),
(1476, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1, '0', '0', '0', 3079, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1477, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.2, '0', '1', '0', 3081, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1478, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1, '1', '0', '0', 3095, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1479, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1, '1', '0', '0', 3082, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1480, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1, '0', '1', '0', 3094, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1481, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1, '1', '0', '0', 3086, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1482, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1, '1', '0', '0', 3092, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1483, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1, '0', '1', '0', 3088, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1484, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1, '1', '0', '0', 3089, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1485, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1, '1', '0', '0', 3102, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1486, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1, '0', '1', '0', 3096, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1487, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1, '1', '0', '0', 3104, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1488, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1, '1', '0', '0', 3098, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1489, 'Actually', 'eco_tree1', 's', 1, 1, 1, '0', '0', '0', 3093, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1490, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1, '1', '0', '0', 3105, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1491, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1, '0', '0', '0', 3111, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1492, 'Road Signs', 'bump_signs', 's', 1, 1, 1, '0', '0', '0', 3090, '1', '1', '0', '0', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(1493, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1, '1', '0', '0', 3083, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1494, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1, '0', '1', '0', 3106, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1495, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1, '1', '0', '0', 3085, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1496, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.8, '1', '0', '0', 3101, '1', '1', '0', '0', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1497, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1, '0', '0', '0', 3103, '1', '1', '0', '0', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1498, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1, '1', '0', '0', 3091, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1499, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1, '1', '0', '0', 3099, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1500, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1, '0', '1', '0', 3084, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1501, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1, '0', '1', '0', 3100, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1502, 'Road', 'bump_road', 's', 2, 2, 0, '1', '0', '1', 3110, '1', '1', '0', '0', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1503, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1, '1', '0', '0', 3107, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1504, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1, '1', '0', '0', 3097, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1505, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1, '1', '0', '0', 3108, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1506, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1, '0', '0', '0', 3109, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1507, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.2, '1', '0', '0', 3113, '1', '1', '0', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(1508, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1, '0', '0', '0', 3112, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1509, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 1, '0', '0', '0', 3126, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1510, 'Executive Light', 'exe_light', 's', 1, 1, 0, '1', '0', '1', 3122, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1511, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1, '0', '0', '0', 3120, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1512, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1, '0', '0', '0', 3127, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1513, 'Grass patch', 'env_grass', 's', 2, 2, 0, '1', '0', '1', 3129, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1514, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1, '0', '0', '0', 3125, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1515, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1, '0', '0', '0', 3115, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1516, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.001, '0', '0', '0', 3128, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1517, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 3119, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1518, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1, '0', '0', '0', 3116, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1519, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1, '0', '1', '0', 3117, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1520, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1, '0', '1', '0', 3123, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1521, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1, '0', '0', '0', 3121, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1522, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1, '0', '0', '0', 3118, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1523, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1, '0', '0', '0', 3114, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1524, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.4, '0', '1', '0', 3124, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1525, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1, '0', '0', '0', 3133, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1526, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.8, '1', '0', '1', 3132, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1527, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0, '1', '0', '1', 3135, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1528, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1, '0', '0', '0', 3134, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1529, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1, '0', '0', '0', 3130, '1', '1', '0', '1', '1', 'vendingmachine', 0, '40', '0', '0', '0', 0, 0),
(1530, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1, '0', '0', '0', 3131, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1531, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1, '0', '0', '0', 3139, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1532, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1, '0', '1', '0', 3137, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1533, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1, '1', '0', '0', 3136, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1534, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0, '0', '0', '1', 3140, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1535, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0, '1', '0', '1', 3138, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1536, 'Rain Shower', 'country_rain', 's', 1, 1, 0, '1', '0', '1', 3153, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1537, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1, '0', '0', '0', 3160, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1538, 'Porta-House', 'env_telep', 's', 1, 1, 0.001, '0', '0', '0', 3161, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1539, 'Crop Field', 'country_soil', 's', 2, 2, 0, '1', '0', '1', 3145, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1540, 'Field Grass', 'country_grass', 's', 2, 2, 0, '1', '0', '1', 3162, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1541, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1, '0', '0', '0', 3151, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1542, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1, '1', '0', '0', 3142, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1543, 'Tractor', 'country_trctr', 's', 2, 2, 1, '0', '0', '0', 3147, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1544, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1, '0', '0', '0', 3141, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1545, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1, '0', '0', '0', 3154, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1546, 'Wishing Well', 'country_well', 's', 1, 1, 1, '0', '0', '0', 3149, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1547, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1, '1', '0', '0', 3155, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1548, 'Rainbow', 'country_rbw', 's', 1, 1, 1, '0', '0', '0', 3143, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1549, 'Golden Wheat', 'country_wheat', 's', 2, 2, 1, '0', '0', '0', 3163, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1550, 'Farm Gate', 'country_gate', 's', 2, 1, 0.001, '0', '0', '0', 3150, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1551, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.2, '1', '0', '0', 3144, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1552, 'Wooden Stage', 'country_stage', 's', 2, 2, 1, '1', '0', '1', 3148, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1553, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1, '0', '0', '0', 3156, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1554, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1, '0', '0', '0', 3157, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1555, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1, '0', '0', '0', 3158, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1556, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1, '0', '0', '0', 3159, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1557, 'Log Bench', 'country_log', 's', 2, 1, 1, '0', '1', '0', 3146, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1558, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1, '0', '0', '0', 3152, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1559, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 1, '0', '0', '0', 3166, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1560, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1, '0', '0', '0', 3164, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1561, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.001, '0', '0', '0', 3165, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1562, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1, '0', '1', '0', 3168, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1563, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1, '0', '0', '0', 3169, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1564, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.7, '1', '0', '0', 3167, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(1565, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0, '0', '0', '1', 3182, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1566, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1, '0', '0', '0', 3173, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1567, 'Skull', 'LT_skull', 's', 1, 1, 1, '0', '0', '0', 3189, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1568, 'Large ****** Block', 'lt_stage2', 's', 2, 2, 0.9, '1', '0', '1', 3175, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1569, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1, '0', '0', '0', 3180, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1570, '****** Gate', 'lt_gate', 's', 2, 1, 0.001, '0', '0', '0', 3172, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1571, 'Planet of Eternity', 'saturn', 's', 1, 1, 1, '1', '0', '0', 3181, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1572, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.001, '0', '0', '0', 3190, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1573, 'Stone Statue', 'lt_statue', 's', 1, 1, 1, '0', '0', '0', 3185, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1574, 'Tarantula', 'lt_spider', 's', 1, 1, 1, '0', '0', '0', 3178, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1575, '****** Stone Wall', 'lt_stone2', 's', 2, 1, 1.2, '1', '0', '0', 3177, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1576, '****** Seat', 'LT_throne', 's', 1, 1, 1.5, '0', '1', '0', 3171, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1577, 'audChr name', 'audChr', 's', 1, 1, 1, '0', '1', '0', 3179, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1578, 'Moss Patch', 'lt_patch', 's', 2, 2, 0, '1', '0', '1', 3188, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1579, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1, '0', '0', '0', 3176, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1580, 'Small ****** Torch', 'LT_pillar2', 's', 1, 1, 1, '0', '0', '0', 3170, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1581, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1, '0', '0', '0', 3174, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1582, 'noticeboard name', 'noticeboard', 's', 3, 1, 1, '0', '0', '0', 3186, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1583, 'clrack name', 'clrack', 's', 3, 1, 0, '1', '0', '0', 3184, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1584, 'Large ****** Torch', 'LT_pillar', 's', 1, 1, 1, '0', '0', '0', 3187, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1585, 'Small ****** Block', 'lt_stage1', 's', 1, 1, 0.9, '1', '0', '1', 3183, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1586, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0, '1', '0', '1', 3199, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1587, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1, '0', '0', '0', 3197, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1588, '****** Stone Corner', 'lt_stone1', 's', 1, 1, 1.2, '1', '0', '0', 3196, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1589, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1, '0', '0', '0', 3198, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1590, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.3, '0', '1', '0', 3201, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1591, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1, '0', '0', '0', 3202, '1', '1', '0', '1', '1', 'vendingmachine', 0, '41', '0', '0', '0', 0, 0),
(1592, 'Totem Planet', 'totem_planet', 's', 1, 1, 1, '0', '0', '0', 3200, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1593, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1, '1', '0', '0', 3212, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1594, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1, '1', '0', '0', 3204, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1595, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.2, '0', '1', '0', 3207, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1596, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, '0', '0', '0', 3219, '1', '1', '0', '1', '1', 'bed', 2, '0', '0', '0', '0', 0, 0),
(1597, 'Command Console', 'SF_panel1', 's', 1, 1, 1, '0', '0', '0', 3217, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1598, 'Starship Table', 'SF_table', 's', 2, 2, 1, '1', '0', '0', 3220, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1599, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.2, '0', '1', '0', 3215, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1600, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1, '1', '0', '0', 3205, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1601, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1, '0', '0', '0', 3210, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1602, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1, '0', '0', '0', 3218, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1603, 'Display Gate', 'sf_gate', 's', 2, 1, 0.001, '0', '0', '0', 3221, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1604, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1, '0', '0', '0', 3208, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1605, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0, '1', '0', '1', 3211, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1606, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1, '0', '0', '0', 3224, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1607, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.2, '0', '1', '0', 3223, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1608, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0, '1', '0', '1', 3213, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1609, 'Starship Roof', 'sf_roof', 's', 2, 4, 0, '1', '0', '1', 3203, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1610, 'Light Pole', 'sf_stick', 's', 1, 1, 1, '0', '0', '0', 3206, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(1611, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0, '1', '0', '1', 3222, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1612, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1, '0', '0', '0', 3216, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1613, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.001, '0', '0', '0', 3214, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1614, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 0.5, '1', '0', '1', 3209, '1', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(1615, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1, '0', '0', '0', 3229, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1616, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1, '0', '1', '0', 3228, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1617, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1, '0', '0', '0', 3225, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(1618, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1, '0', '1', '0', 3227, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1619, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1, '0', '0', '0', 3226, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1620, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1, '0', '0', '0', 3231, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1621, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1, '0', '0', '0', 3230, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1622, 'Mars Patch', 'marsrug', 's', 2, 2, 0, '1', '0', '1', 3232, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(1623, 'White Candle', 'rela_candle1', 's', 1, 1, 1, '0', '0', '0', 3238, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20066, 'Dead Tree', 'tree2', 's', 1, 1, 1, '0', '0', '0', 2104, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1625, 'Red Candles', 'rela_candles2', 's', 1, 1, 1, '0', '0', '0', 3245, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1626, 'Stones', 'rela_stone', 's', 1, 1, 0.5, '0', '0', '1', 3233, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1627, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.3, '0', '1', '0', 3247, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1628, 'Red Candle', 'rela_candle2', 's', 1, 1, 1, '0', '0', '0', 3244, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1629, 'ads_711', 'ads_711*5', 's', 1, 1, 1, '0', '0', '0', 3241, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1630, 'ads_711', 'ads_711*6', 's', 1, 1, 1, '0', '0', '0', 3242, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1631, 'ads_711', 'ads_711*7', 's', 1, 1, 1, '0', '0', '0', 3243, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19', '0', '0', '0', 0, 0),
(1632, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1, '0', '0', '0', 3235, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1633, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1, '1', '0', '0', 3237, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1634, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1, '0', '0', '0', 3246, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1635, 'White Candles', 'rela_candles1', 's', 1, 1, 1, '0', '0', '0', 3234, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1636, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1, '0', '0', '0', 3236, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1637, 'Orchid', 'rela_orchid', 's', 1, 1, 1, '0', '0', '0', 3239, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1638, 'Rocks', 'rela_rock', 's', 1, 1, 0.8, '0', '1', '0', 3248, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1639, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1, '0', '0', '0', 3256, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1640, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0, '1', '0', '1', 3258, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1641, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1, '0', '0', '0', 3263, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1642, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1, '1', '0', '0', 3261, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1643, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0, '1', '0', '1', 3252, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(1644, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1, '0', '0', '0', 3257, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1645, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1, '1', '0', '0', 3260, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1646, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1, '0', '0', '0', 3264, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1647, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1, '1', '0', '0', 3253, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1648, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1, '0', '0', '0', 3255, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1649, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1, '0', '0', '0', 3259, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1650, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1, '1', '0', '0', 3250, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1651, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1, '1', '0', '0', 3249, '1', '1', '0', '1', '1', 'vendingmachine', 0, '3,36,37,38', '0', '0', '0', 0, 0),
(1652, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.001, '0', '0', '0', 3251, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(1653, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1, '0', '0', '0', 3262, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1654, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.001, '0', '0', '0', 3254, '1', '1', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(1655, 'Pad of stickies', 'post.it', 'i', 0, 0, 1, '0', '0', '0', 1, '0', '0', '0', '0', '1', 'postit', 1, '0', '0', '0', '0', 0, 0),
(1656, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1, '0', '0', '0', 2, '0', '0', '0', '0', '1', 'postit', 1, '0', '0', '0', '0', 0, 0),
(20067, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.001, '0', '0', '0', 1930, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(20068, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 1, '0', '0', '0', 3021, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1665, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1, '0', '0', '0', 4002, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1666, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1, '0', '0', '0', 4003, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1667, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1, '0', '0', '0', 4004, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1668, 'Gothic Torch', 'torch', 'i', 0, 0, 1, '0', '0', '0', 4005, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1669, 'Heart Light', 'val_heart', 'i', 0, 0, 1, '0', '0', '0', 4006, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1670, 'Mirror', 'wallmirror', 'i', 0, 0, 1, '0', '0', '0', 4007, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1671, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1, '0', '0', '0', 4008, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1672, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1, '0', '0', '0', 4009, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1673, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1, '0', '0', '0', 4010, '1', '1', '0', '1', '1', 'habbowheel', 1, '0', '0', '0', '0', 0, 0),
(1674, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1, '0', '0', '0', 4011, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1675, 'V Guitar', 'guitar_v', 'i', 0, 0, 1, '0', '0', '0', 4012, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1676, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1, '0', '0', '0', 4015, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1677, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1, '0', '0', '0', 4016, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1678, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1, '0', '0', '0', 4013, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1679, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1, '0', '0', '0', 4014, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1680, 'Swords', 'sw_swords', 'i', 0, 0, 1, '0', '0', '0', 4017, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1681, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1, '0', '0', '0', 4018, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1682, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1, '0', '0', '0', 4019, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1683, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1, '0', '0', '0', 4027, '1', '1', '0', '1', '1', 'dimmer', 1, '0', '0', '0', '0', 0, 0),
(1684, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1, '0', '0', '0', 4023, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1685, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1, '0', '0', '0', 4021, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1686, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1, '0', '0', '0', 4026, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1687, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1, '0', '0', '0', 4024, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1688, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1, '0', '0', '0', 4020, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1689, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1, '0', '0', '0', 4022, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1690, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1, '0', '0', '0', 4030, '0', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1691, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1, '0', '0', '0', 4028, '1', '1', '0', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(1692, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1, '0', '0', '0', 4029, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1693, 'Single Window', 'window_single_default', 'i', 0, 0, 1, '0', '0', '0', 4031, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1694, 'Double Window', 'window_double_default', 'i', 0, 0, 1, '0', '0', '0', 4032, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1695, 'Window', 'noob_window_double', 'i', 0, 0, 1, '0', '0', '0', 4033, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1696, 'Bay Window', 'window_triple', 'i', 0, 0, 1, '0', '0', '0', 4045, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1697, 'Glass Square Window', 'window_square', 'i', 0, 0, 1, '0', '0', '0', 4036, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1698, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1, '0', '0', '0', 4041, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1699, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1, '0', '0', '0', 4037, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1700, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1, '0', '0', '0', 4044, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1701, 'Golden Window', 'window_golden', 'i', 0, 0, 1, '0', '0', '0', 4035, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1702, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1, '0', '0', '0', 4034, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1703, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1, '0', '0', '0', 4038, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1704, 'Basic Window', 'window_basic', 'i', 0, 0, 1, '0', '0', '0', 4042, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1705, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1, '0', '0', '0', 4039, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1706, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1, '0', '0', '0', 4040, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1707, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1, '0', '0', '0', 4043, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1708, 'Good grub', 'window_diner2', 'i', 0, 0, 1, '0', '0', '0', 4046, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1709, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1, '0', '0', '0', 4049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1710, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1, '0', '0', '0', 4048, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1711, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1, '0', '0', '0', 4047, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1712, 'Window', 'window_hole', 'i', 0, 0, 1, '0', '0', '0', 4052, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1713, 'easy_poster', 'easy_poster', 'i', 0, 0, 1, '0', '0', '0', 4051, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1714, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1, '0', '0', '0', 4050, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1715, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1, '0', '0', '0', 4053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1717, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1, '0', '0', '0', 4054, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1718, 'netari_poster', 'netari_poster', 'i', 0, 0, 1, '0', '0', '0', 4057, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1719, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1, '0', '0', '0', 4056, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1720, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1, '0', '0', '0', 4058, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1721, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1, '0', '0', '0', 4059, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1722, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1, '0', '0', '0', 4061, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1723, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1, '0', '0', '0', 4062, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1724, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1, '0', '0', '0', 4063, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1725, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1, '0', '0', '0', 4060, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1726, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1, '0', '0', '0', 4065, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20052, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1, '1', '0', '0', 4275, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1728, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1, '0', '0', '0', 4067, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1729, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1, '0', '0', '0', 4070, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1730, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1, '0', '0', '0', 4066, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1731, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1, '0', '0', '0', 4074, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(1732, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1, '0', '0', '0', 4069, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1733, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1, '0', '0', '0', 4073, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1734, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1, '0', '0', '0', 4068, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1735, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1, '0', '0', '0', 4075, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1736, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1, '0', '0', '0', 4071, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1737, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1, '0', '0', '0', 4072, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1738, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1, '0', '0', '0', 4077, '0', '0', '0', '1', '1', 'roomeffect', 1, '0', '0', '0', '0', 0, 0),
(1739, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1, '0', '0', '0', 4076, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1741, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1, '0', '0', '0', 4082, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1742, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1, '0', '0', '0', 4078, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1743, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1, '0', '0', '0', 4079, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1744, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1, '0', '0', '0', 4081, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1745, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1, '0', '0', '0', 4083, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1746, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1, '0', '0', '0', 4085, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1747, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1, '0', '0', '0', 4086, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1748, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1, '0', '0', '0', 4084, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1749, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1, '0', '0', '0', 4087, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1750, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1, '0', '0', '0', 4090, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1751, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1, '0', '0', '0', 4089, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1752, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1, '0', '0', '0', 4088, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1753, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1, '0', '0', '0', 4092, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1754, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1, '0', '0', '0', 4091, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1755, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1, '0', '0', '0', 4095, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1756, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1, '0', '0', '0', 4096, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1757, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1, '0', '0', '0', 4094, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1758, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1, '0', '0', '0', 4093, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1759, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1, '0', '0', '0', 4097, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1760, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1, '0', '0', '0', 4099, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1761, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1, '0', '0', '0', 4098, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1762, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1, '0', '0', '0', 4101, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1763, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1, '0', '0', '0', 4100, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1764, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1, '0', '0', '0', 4105, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1765, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1, '0', '0', '0', 4103, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1766, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1, '0', '0', '0', 4104, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1767, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1, '0', '0', '0', 4102, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1768, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1, '0', '0', '0', 4109, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1769, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1, '0', '0', '0', 4106, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1770, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1, '0', '0', '0', 4108, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1771, 'World Map', 'exe_map', 'i', 0, 0, 1, '0', '0', '0', 4110, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1772, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4107, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1773, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1, '0', '0', '0', 4115, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1774, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1, '0', '0', '0', 4113, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1775, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1, '0', '0', '0', 4111, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1776, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1, '0', '0', '0', 4112, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1777, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4114, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1778, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1, '0', '0', '0', 4117, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1779, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1, '0', '0', '0', 4118, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1780, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1, '0', '0', '0', 4116, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1781, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1, '0', '0', '0', 4119, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1782, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1, '0', '0', '0', 4120, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(1783, '', 'lt_jngl_wall', 'i', 0, 0, 1, '0', '0', '0', 4121, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1784, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1, '0', '0', '0', 4122, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1785, 'lt_wall', 'lt_wall', 'i', 0, 0, 1, '0', '0', '0', 4123, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1787, 'Starship Window', 'sf_window', 'i', 0, 0, 1, '0', '0', '0', 4224, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1788, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1, '0', '0', '0', 4228, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(1789, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1, '0', '0', '0', 4226, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1790, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1, '0', '0', '0', 4225, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1791, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1, '0', '0', '0', 4223, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1793, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1, '0', '0', '0', 4222, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1794, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1, '0', '0', '0', 4232, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(1795, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1, '0', '0', '0', 4229, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1796, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1, '0', '0', '0', 4231, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1797, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1, '0', '0', '0', 4230, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1798, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1, '0', '0', '0', 4235, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1799, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1, '0', '0', '0', 4236, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1800, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1, '0', '0', '0', 4234, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1801, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1, '0', '0', '0', 4233, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(1802, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1, '0', '0', '0', 4240, '1', '1', '0', '1', '1', 'dimmer', 1, '0', '0', '0', '0', 0, 0),
(1803, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1, '0', '0', '0', 4237, '1', '1', '0', '1', '1', 'dimmer', 1, '0', '0', '0', '0', 0, 0),
(1804, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1, '0', '0', '0', 4239, '1', '1', '0', '1', '1', 'dimmer', 1, '0', '0', '0', '0', 0, 0),
(1805, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1, '0', '0', '0', 4238, '1', '1', '0', '1', '1', 'dimmer', 1, '0', '0', '0', '0', 0, 0),
(19877, '', 'avatar_effect9', 'e', 1, 1, 1, '0', '0', '0', 9, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19878, '', 'avatar_effect6', 'e', 1, 1, 1, '0', '0', '0', 6, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19879, '', 'avatar_effect16', 'e', 1, 1, 1, '0', '0', '0', 16, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19880, '', 'avatar_effect2', 'e', 1, 1, 1, '0', '0', '0', 2, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19881, '', 'avatar_effect14', 'e', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19882, '', 'avatar_effect15', 'e', 1, 1, 1, '0', '0', '0', 15, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19883, '', 'avatar_effect3', 'e', 1, 1, 1, '0', '0', '0', 3, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19884, '', 'avatar_effect17', 'e', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19885, '', 'avatar_effect18', 'e', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19886, '', 'avatar_effect1', 'e', 1, 1, 1, '0', '0', '0', 1, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19887, '', 'avatar_effect4', 'e', 1, 1, 1, '0', '0', '0', 4, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19888, '', 'avatar_effect5', 'e', 1, 1, 1, '0', '0', '0', 5, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19889, '', 'avatar_effect7', 'e', 1, 1, 1, '0', '0', '0', 7, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19890, '', 'avatar_effect8', 'e', 1, 1, 1, '0', '0', '0', 8, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19891, '', 'avatar_effect10', 'e', 1, 1, 1, '0', '0', '0', 10, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19892, '', 'avatar_effect12', 'e', 1, 1, 1, '0', '0', '0', 12, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19893, '', 'avatar_effect13', 'e', 1, 1, 1, '0', '0', '0', 13, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(19894, '', 'a2 l', 'i', 1, 1, 1, '0', '0', '0', 3002, '0', '0', '0', '1', '0', 'roomeffect', 1, '0', '0', '0', '0', 0, 0),
(19895, '', 'a2 t', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '0', '1', '0', 'roomeffect', 1, '0', '0', '0', '0', 0, 0),
(19896, '', 'wallpaper 1', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '0', '1', '0', 'roomeffect', 1, '0', '0', '0', '0', 0, 0),
(19926, '', 'landscape 10', 'i', 1, 1, 1, '0', '0', '0', 4055, '0', '0', '0', '1', '0', 'roomeffect', 1, '0', '0', '0', '0', 0, 0),
(19938, '', 'hween09_floor', 's', 2, 2, 0, '1', '0', '1', 3288, '0', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19939, '', 'hween09_jar', 's', 1, 1, 1, '0', '0', '0', 3287, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19940, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1, '0', '1', '0', 3284, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19941, '', 'hween09_organ', 's', 2, 1, 1, '0', '0', '0', 3282, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19942, '', 'byesw_hand', 's', 1, 1, 1.35, '0', '1', '0', 3291, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19943, '', 'byesw_hotel', 's', 1, 1, 1, '0', '0', '0', 3289, '0', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(19944, '', 'hween09_table', 's', 1, 3, 1, '0', '0', '0', 3286, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19945, '', 'hween09_chair', 's', 1, 1, 1, '0', '1', '0', 3295, '0', '0', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19946, '', 'hween09_mirror', 's', 1, 1, 1, '0', '1', '0', 3293, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19947, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.001, '0', '0', '1', 3285, '0', '0', '0', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(19948, '', 'hween09_ghost', 's', 1, 1, 1, '0', '0', '0', 3290, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19949, '', 'hween09_tv', 's', 2, 1, 1, '0', '0', '0', 3292, '0', '0', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(19950, '', 'hween09_chandelier', 's', 1, 1, 1, '0', '0', '1', 3294, '0', '0', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(19951, '', 'hween09_crnr1', 'i', 0, 0, 1, '0', '0', '0', 4247, '0', '0', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(19952, '', 'hween09_paint', 'i', 0, 0, 1, '0', '0', '0', 4263, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19953, '', 'hween09_treewall', 'i', 0, 0, 1, '0', '0', '0', 4269, '0', '0', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19954, '', 'hween09_wall1', 'i', 0, 0, 1, '0', '0', '0', 4257, '0', '0', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(19955, '', 'hween09_stonewall', 'i', 0, 0, 1, '0', '0', '0', 4259, '0', '0', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(19956, '', 'hween09_win', 'i', 0, 0, 1, '0', '0', '0', 4271, '0', '0', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(19957, '', 'avatar_effect22', 'e', 1, 1, 1, '0', '0', '0', 22, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19958, '', 'avatar_effect19', 'e', 1, 1, 1, '0', '0', '0', 19, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19959, '', 'avatar_effect20', 'e', 1, 1, 1, '0', '0', '0', 20, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19960, '', 'avatar_effect21', 'e', 1, 1, 1, '0', '0', '0', 21, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19989, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1, '1', '0', '0', 3330, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(19971, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.8, '1', '0', '0', 3328, '1', '1', '0', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(19972, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1, '0', '0', '0', 3329, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(19973, 'Christmas Table', 'xm09_table', 's', 2, 6, 1, '1', '0', '0', 3335, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19974, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1, '0', '1', '0', 3340, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19976, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1, '0', '0', '0', 4307, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19977, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4308, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19978, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1, '1', '0', '0', 4311, '0', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(19979, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1, '1', '0', '0', 4286, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19980, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1, '1', '0', '0', 4306, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19981, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4279, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19982, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19983, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1, '1', '0', '0', 4292, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19984, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1, '1', '0', '0', 4278, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19985, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1, '0', '0', '0', 3314, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(19986, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1, '1', '0', '0', 4280, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19994, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1, '0', '0', '0', 3301, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19995, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1, '0', '0', '0', 3302, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19996, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1, '0', '0', '0', 3304, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19997, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1, '0', '0', '0', 3297, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(19998, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1, '0', '1', '0', 3300, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19999, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1, '0', '0', '0', 3303, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20000, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1, '0', '0', '0', 3299, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20001, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 1, '0', '0', '0', 3298, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20002, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1, '0', '0', '0', 3296, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20003, 'Mist', 'ads_twi_mist', 's', 1, 1, 0, '1', '0', '1', 3308, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20011, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1, '0', '0', '0', 3272, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20010, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.2, '1', '0', '1', 3274, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(20008, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1, '0', '1', '0', 3269, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20007, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1, '0', '1', '0', 3268, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20014, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1, '0', '0', '0', 3270, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20013, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1, '0', '0', '0', 3266, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20012, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1, '0', '0', '0', 3267, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20015, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1, '0', '0', '0', 3271, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20025, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 3.1, '1', '0', '0', 1609, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20026, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1, '0', '0', '0', 1795, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20027, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.8, '0', '0', '0', 1895, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(20028, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1, '0', '0', '0', 1995, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20029, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1, '0', '0', '0', 2103, '1', '1', '0', '1', '1', 'vendingmachine', 0, '25', '0', '0', '0', 0, 0),
(20030, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1, '0', '1', '0', 2509, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20031, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.001, '0', '0', '0', 2597, '1', '1', '0', '1', '1', 'onewaygate', 2, '0', '0', '0', '0', 0, 0),
(20032, 'Power Globe', 'exe_globe', 's', 1, 1, 1, '0', '0', '0', 2672, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20034, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1, '1', '0', '0', 2874, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20035, 'Bubbles', 'fx_bubble', 's', 1, 1, 1, '1', '0', '0', 3012, '0', '0', '0', '0', '1', 'rentals', 2, '0', '0', '0', '0', 0, 0),
(20036, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1, '0', '0', '0', 3087, '1', '1', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20037, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1, '0', '0', '0', 3195, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20041, '2010 Poster', 'year2010', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20042, 'Party Lantern', 'party_lantern', 's', 1, 1, 0, '1', '0', '1', 3327, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20043, 'Party Lights', 'party_lights', 'i', 0, 0, 1, '0', '0', '0', 4310, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20047, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1, '0', '0', '0', 3240, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20048, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3306, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(20050, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1, '1', '0', '0', 4309, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20051, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1, '1', '0', '0', 3311, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(20053, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1, '1', '0', '0', 4272, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20054, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1, '1', '0', '0', 4277, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20055, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1, '1', '0', '0', 4276, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20056, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1, '1', '0', '0', 4273, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20057, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1, '1', '0', '0', 4274, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20059, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1, '1', '0', '0', 4287, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0, '0', '0', '0', 0, '0', '0', '0', '0', '0', 'default', 0, '0', '0', '0', '0', 0, 0),
(20072, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1, '1', '0', '0', 3277, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20063, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1, '1', '0', '0', 3337, '1', '1', '0', '1', '1', 'vendingmachine', 0, '10', '0', '0', '0', 0, 0),
(20064, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1, '1', '0', '0', 3273, '1', '1', '0', '1', '1', 'vendingmachine', 0, '44', '0', '0', '0', 0, 0),
(20074, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1, '0', '0', '0', 3281, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20075, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.8, '1', '0', '0', 3280, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(20076, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1, '0', '0', '0', 3279, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20077, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1, '1', '0', '0', 3307, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20078, 'Chicken', 'petfood8', 's', 1, 1, 1, '1', '0', '0', 3325, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20079, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1, '1', '0', '0', 3318, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20080, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1, '1', '0', '0', 3319, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20081, 'Salmon', 'petfood9', 's', 1, 1, 1, '1', '0', '0', 3322, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20082, 'Leveling Cake', 'petfood10', 's', 1, 1, 1, '1', '0', '0', 3326, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20083, 'Ice Apples', 'petfood7', 's', 1, 1, 1, '1', '0', '0', 3321, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20084, 'Red Apples', 'petfood6', 's', 1, 1, 1, '1', '0', '0', 3323, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20085, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3310, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20086, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1, '1', '0', '0', 3317, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20087, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20088, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1, '1', '0', '0', 3309, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20089, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1, '1', '0', '0', 3320, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20090, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1, '1', '0', '0', 3315, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20091, 'Green Apples', 'petfood5', 's', 1, 1, 1, '1', '0', '0', 3324, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20092, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1, '1', '0', '0', 3316, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20093, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1, '1', '0', '0', 3313, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20094, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1, '1', '0', '0', 3331, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20095, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1, '1', '0', '0', 3332, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20096, 'nest_nest', 'nest_nest', 's', 1, 1, 1, '1', '0', '0', 3334, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20097, 'nest_nails', 'nest_nails', 's', 1, 1, 1, '1', '0', '0', 3336, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20098, 'nest_basket', 'nest_basket', 's', 1, 1, 1, '1', '0', '0', 3333, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20099, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1, '1', '0', '0', 3339, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20100, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1, '1', '0', '0', 3341, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20101, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1, '1', '0', '0', 3338, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20102, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 3, '1', '0', '0', 3342, '1', '1', '0', '1', '1', 'vendingmachine', 1, '46,47,45', '0', '0', '0', 0, 0),
(20103, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.2, '0', '1', '0', 3354, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20104, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1, '1', '0', '0', 3352, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20105, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.2, '0', '0', '0', 3353, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20106, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.2, '0', '0', '0', 3348, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20107, 'org_table', 'org_table', 's', 2, 2, 1, '1', '0', '0', 3356, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20108, 'china_tiger', 'china_tiger', 's', 1, 1, 1, '1', '0', '0', 3344, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20109, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1, '1', '0', '0', 3351, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20110, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1, '1', '0', '0', 3355, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20111, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.2, '0', '1', '0', 3349, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20112, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1, '1', '0', '0', 3347, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20113, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.2, '0', '1', '0', 3345, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20114, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1, '1', '0', '0', 3346, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20115, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.2, '0', '1', '0', 3350, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20116, 'ads_chups name', 'ads_chups', 's', 1, 1, 1, '1', '0', '0', 3367, '1', '1', '0', '1', '1', 'vendingmachine', 1, '48', '0', '0', '0', 0, 0),
(20117, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1, '0', '0', '0', 3366, '1', '1', '0', '1', '1', 'vendingmachine', 0, '50', '0', '0', '0', 0, 0),
(20118, 'petfood12 name', 'petfood12', 's', 1, 1, 1, '1', '0', '0', 3370, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20119, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1, '1', '0', '0', 3365, '1', '1', '0', '1', '1', 'vendingmachine', 1, '49', '0', '0', '0', 0, 0),
(20120, 'petfood11 name', 'petfood11', 's', 1, 1, 1, '1', '0', '0', 3358, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20121, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1, '0', '1', '0', 3368, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20122, 'petfood13 name', 'petfood13', 's', 1, 1, 1, '1', '0', '0', 3359, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20123, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, '0', '1', '0', 3369, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20124, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.2, '0', '1', '0', 3362, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20125, 'val09_floor', 'val09_floor', 's', 2, 2, 0, '1', '0', '1', 3363, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(20126, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1, '0', '1', '0', 3361, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20127, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1, '0', '1', '0', 3360, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20128, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0, '1', '0', '1', 3396, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20129, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.6, '0', '1', '0', 3364, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20130, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.5, '0', '1', '0', 3371, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20131, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0, '1', '0', '1', 3357, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(20132, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1, '1', '0', '0', 3393, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20133, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1, '1', '0', '0', 3384, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20134, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1, '0', '1', '0', 3386, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20135, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1, '0', '1', '0', 3387, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20136, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1, '0', '1', '0', 3388, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20137, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1, '0', '1', '0', 3389, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20138, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1, '0', '1', '0', 3390, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20139, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1, '0', '1', '0', 3391, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20140, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1, '0', '1', '0', 3392, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20141, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1, '1', '0', '0', 3382, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20142, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1, '1', '0', '0', 3385, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20143, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1, '1', '0', '0', 3383, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20144, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1, '0', '0', '0', 3394, '1', '1', '0', '1', '1', 'vendingmachine', 0, '50', '0', '0', '0', 0, 0),
(20145, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1, '1', '0', '0', 3395, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20146, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1, '1', '0', '0', 4025, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20147, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1, '1', '0', '0', 4243, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20148, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1, '1', '0', '0', 4245, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20149, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1, '1', '0', '0', 4241, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20150, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1, '1', '0', '0', 4242, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20151, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1, '1', '0', '0', 4249, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20152, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1, '1', '0', '0', 4266, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20153, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1, '1', '0', '0', 4258, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20154, 'flag_chile', 'flag_chile', 'i', 0, 0, 1, '1', '0', '0', 4256, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20155, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1, '1', '0', '0', 4268, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20156, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1, '1', '0', '0', 4265, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20157, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1, '1', '0', '0', 4260, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20158, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1, '1', '0', '0', 4252, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20159, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1, '1', '0', '0', 4267, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20160, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1, '1', '0', '0', 4254, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20161, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1, '1', '0', '0', 4270, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20162, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1, '1', '0', '0', 4248, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20163, 'flag_panama', 'flag_panama', 'i', 0, 0, 1, '1', '0', '0', 4262, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20164, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1, '1', '0', '0', 4250, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20165, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1, '1', '0', '0', 4261, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20166, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1, '1', '0', '0', 4251, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20167, 'flag_greece', 'flag_greece', 'i', 0, 0, 1, '1', '0', '0', 4253, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20168, 'flag_peru', 'flag_peru', 'i', 0, 0, 1, '1', '0', '0', 4246, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20169, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1, '1', '0', '0', 4264, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20170, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1, '1', '0', '0', 4255, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20171, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1, '1', '0', '0', 4304, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20172, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1, '1', '0', '0', 4303, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20173, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1, '1', '0', '0', 4281, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20174, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1, '1', '0', '0', 4301, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20175, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1, '1', '0', '0', 4293, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20176, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1, '1', '0', '0', 4294, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20177, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1, '1', '0', '0', 4298, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20178, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1, '1', '0', '0', 4299, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20179, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1, '1', '0', '0', 4297, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20180, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1, '1', '0', '0', 4300, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20181, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1, '1', '0', '0', 4302, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20182, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1, '1', '0', '0', 4285, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20183, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1, '1', '0', '0', 4305, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20184, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1, '1', '0', '0', 4295, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20185, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1, '1', '0', '0', 4282, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20186, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1, '1', '0', '0', 4288, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20187, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1, '1', '0', '0', 4289, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20188, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1, '1', '0', '0', 4296, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20190, 'val_table1 name', 'val_table1', 's', 1, 1, 1, '0', '0', '0', 3397, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20191, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1, '1', '0', '0', 4290, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20192, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1, '1', '0', '0', 4291, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20193, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1, '1', '0', '0', 4284, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20194, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1, '1', '0', '0', 4283, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20195, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1, '1', '0', '0', 4314, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20196, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1, '1', '0', '0', 4315, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20197, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 1, '1', '0', '0', 4322, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20198, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1, '1', '0', '0', 4320, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20199, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1, '1', '0', '0', 4316, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(20200, 'bling_sink', 'bling_sink', 'i', 0, 0, 1, '1', '0', '0', 4319, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20201, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1, '1', '0', '0', 4318, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20202, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1, '1', '0', '0', 4321, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20204, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1, '1', '0', '0', 4317, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20207, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.001, '0', '0', '0', 3399, '1', '1', '0', '1', '1', 'teleport', 2, '0', '0', '0', '0', 0, 0),
(20208, 'rare_trex name', 'rare_trex', 's', 3, 7, 1, '0', '0', '0', 3398, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20209, 'beanstalk', 'beanstalk', 's', 1, 1, 1, '1', '0', '0', 3401, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(20210, 'rare_vdoll name', 'rare_vdoll', 's', 1, 1, 1, '0', '0', '0', 3403, '1', '1', '1', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20211, 'Sofa Mamut', 'Sofa Mamut', 's', 2, 1, 1, '0', '1', '0', 3402, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20212, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0, '0', '0', '1', 3400, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20213, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1, '1', '0', '0', 4323, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20214, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1, '1', '0', '0', 4324, '1', '1', '0', '1', '1', 'habbowheel', 1, '0', '0', '0', '0', 0, 0),
(20220, 'Pigs', 'a0 pet5', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20221, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 1e-009, '0', '0', '0', 3419, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20222, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1, '0', '0', '0', 3408, '1', '1', '0', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(20223, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1, '0', '0', '0', 3411, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20224, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1, '0', '0', '0', 3406, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20225, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.001, '0', '0', '0', 3420, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(20226, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 1, '1', '0', '1', 3426, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20227, 'Belching pod', 'garden_volcano', 's', 2, 2, 1, '0', '0', '0', 3424, '1', '1', '0', '1', '1', 'alert', 2, '0', '0', '0', '0', 0, 0),
(20228, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1, '0', '0', '0', 3415, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20229, 'Red rush', 'garden_mursu2', 's', 1, 1, 1, '0', '0', '0', 3412, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20230, 'Star flower', 'garden_jyrki', 's', 1, 1, 1, '0', '0', '0', 3405, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(20231, 'White rush', 'garden_mursu4', 's', 1, 1, 1, '0', '0', '0', 3414, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20232, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1, '0', '0', '0', 3425, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20233, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1, '0', '0', '0', 3416, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20234, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1, '0', '0', '0', 3407, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20235, 'Pink rush', 'garden_mursu', 's', 1, 1, 1, '0', '0', '0', 3404, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20238, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1, '0', '0', '0', 3413, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20237, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0, '1', '0', '1', 3409, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20239, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1, '0', '0', '0', 3421, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20240, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1, '0', '0', '0', 3417, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20241, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1, '1', '0', '0', 3423, '1', '1', '0', '1', '1', 'vendingmachine', 1, '51, 52', '0', '0', '0', 0, 0),
(20242, 'Blue passion', 'garden_flo1', 's', 1, 1, 1, '1', '0', '1', 3418, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20243, 'Duck grass', 'garden_jungle', 's', 1, 1, 0, '1', '0', '0', 3422, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20244, 'merger_chest name', 'merger_chest', 's', 2, 1, 1, '0', '0', '0', 3455, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20245, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1, '0', '0', '0', 3458, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20246, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.7, '0', '1', '0', 3439, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20247, 'runway_display name', 'runway_display', 's', 1, 1, 1, '0', '0', '0', 3457, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20248, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.8, '1', '1', '0', 3463, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20249, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.8, '1', '1', '0', 3435, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20250, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1, '0', '0', '0', 3461, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(20252, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.5, '1', '0', '0', 3434, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20253, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.2, '0', '1', '0', 3442, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20254, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1, '0', '0', '0', 3456, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20255, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.8, '1', '0', '1', 3443, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20256, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.8, '0', '1', '0', 3462, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20257, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1, '0', '0', '0', 3446, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20258, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1, '0', '1', '0', 3452, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20259, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0, '1', '0', '1', 3440, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20260, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.8, '1', '0', '1', 3433, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20261, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.4, '0', '1', '0', 3464, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20262, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.4, '0', '1', '0', 3429, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20263, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1, '0', '0', '0', 3453, '1', '1', '0', '1', '1', 'vendingmachine', 1, '51, 52', '0', '0', '0', 0, 0),
(20264, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.5, '1', '0', '0', 3466, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20265, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.8, '1', '1', '0', 3454, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20266, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.7, '0', '1', '0', 3448, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20267, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1, '0', '1', '0', 3441, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20268, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.8, '1', '1', '0', 3427, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20269, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1, '1', '1', '0', 3436, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20270, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1, '0', '0', '0', 3444, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20271, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1, '1', '0', '0', 3460, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20272, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1, '0', '0', '0', 3437, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(20273, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1, '0', '0', '0', 3459, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(20274, 'VIP Light', 'hc3_light', 's', 2, 1, 0, '1', '0', '1', 3465, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20275, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, '1', '0', '0', 3438, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20276, 'runway_head name', 'runway_head', 's', 1, 1, 1, '1', '0', '0', 3432, '1', '1', '0', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(20277, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1, '0', '0', '0', 3467, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(20278, 'Black Divider', 'hc2_divider', 's', 1, 3, 1, '0', '0', '0', 3449, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20279, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1, '0', '0', '0', 3450, '1', '1', '0', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', 0, 0),
(20280, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1, '0', '0', '0', 3430, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20281, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, '1', '0', '0', 3445, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20282, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0, '1', '0', '1', 3447, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20283, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1, '0', '0', '0', 3431, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20284, 'Black Vase', 'hc2_vase', 's', 1, 1, 1, '0', '0', '0', 3428, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20285, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.4, '0', '1', '0', 3451, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20286, 'Green been vines', 'garden_wall', 'i', 0, 0, 1, '1', '0', '0', 4325, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20287, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1, '1', '0', '0', 4326, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20288, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1, '1', '0', '0', 4329, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(20289, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1, '1', '0', '0', 4327, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(20290, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1, '1', '0', '0', 4330, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20291, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1, '1', '0', '0', 4332, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20292, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1, '1', '0', '0', 4331, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(20293, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1, '1', '0', '0', 4328, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20295, 'Camera', 'camera', 's', 1, 1, 1, '0', '0', '0', 263, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20296, 'Holly', 'holly', 'i', 0, 0, 0, '1', '0', '0', 4001, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20299, 'Wetting Ice Sculpture', 'wed_icesculp', 's', 1, 1, 3, '0', '0', '0', 3488, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20300, 'Wedding Car', 'wed_carsofa', 's', 2, 1, 1.25, '0', '1', '0', 3493, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20297, 'Wedding Arch', 'wed_arch', 's', 3, 1, 0.001, '1', '0', '1', 3483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20298, 'Wedding Plant', 'wed_plant', 's', 1, 1, 1, '0', '0', '0', 3482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20301, 'Terrier', 'a0 pet3', 's', 1, 1, 1, '1', '0', '0', 4026, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20303, 'Bear', 'a0 pet4', 's', 1, 1, 1, '1', '0', '0', 4027, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20304, 'Cat', 'a0 pet1', 's', 1, 1, 1, '1', '0', '0', 453, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20305, 'Dog', 'a0 pet0', 's', 1, 1, 1, '1', '0', '0', 452, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20306, 'Crocodile', 'a0 pet2', 's', 1, 1, 1, '1', '0', '0', 1290, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20392, 'Cereal', 'ads_chocapic', 's', 2, 1, 1, '0', '0', '0', 3486, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20393, 'TV Chocapic', 'ads_tv_chocapic_01', 'i', 0, 0, 0, '0', '0', '0', 4335, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20394, 'Poster Super Pop', 'ads_super_pop', 'i', 0, 0, 0, '0', '0', '0', 4333, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20395, 'Caja Fiesta', 'party_crate1_1', 's', 0, 1, 1, '1', '0', '0', 3487, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20396, 'Caja Fiesta', 'party_crate1_2', 's', 0, 1, 1, '1', '0', '0', 3489, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20397, 'Caja Fiesta', 'party_crate1_3', 's', 0, 1, 1, '1', '0', '0', 3481, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(20398, 'Caja Fiesta', 'party_crate1_4', 's', 0, 1, 1, '1', '0', '0', 3485, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20399, 'Caja Fiesta', 'party_crate2_1', 's', 0, 1, 1, '0', '0', '0', 3480, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20400, 'Caja Fiesta', 'party_crate2_2', 's', 0, 1, 1, '0', '0', '0', 3490, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20401, 'Caja Fiesta', 'party_crate2_3', 's', 0, 1, 1, '0', '0', '0', 3491, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20402, 'Caja Fiesta', 'party_crate2_4', 's', 0, 1, 1, '0', '0', '0', 3492, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20403, 'Stereo Fiesta', 'party_djset', 's', 1, 3, 3, '0', '0', '0', 3484, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20354, 'fball_score_y', 'fball_score_y', 's', 1, 1, 1, '0', '0', '0', 3506, '1', '1', '0', '1', '1', 'yellow_score', 1, '0', '0', '0', '0', 0, 0),
(20353, 'fball_score_r', 'fball_score_r', 's', 1, 1, 1, '0', '0', '0', 3522, '1', '1', '0', '1', '1', 'red_score', 1, '0', '0', '0', '0', 0, 0),
(20352, 'fball_score_g', 'fball_score_g', 's', 1, 1, 1, '0', '0', '0', 3512, '1', '1', '0', '1', '1', 'green_score', 1, '0', '0', '0', '0', 0, 0),
(20351, 'fball_score_b', 'fball_score_b', 's', 1, 1, 1, '0', '0', '0', 3496, '1', '1', '0', '1', '1', 'blue_score', 1, '0', '0', '0', '0', 0, 0),
(20350, 'fball_ptch8 name', 'fball_ptch8', 's', 3, 3, 0, '1', '0', '0', 3502, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20349, 'fball_ptch7 name', 'fball_ptch7', 's', 3, 3, 0, '1', '0', '0', 3509, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20348, 'fball_ptch6 name', 'fball_ptch6', 's', 3, 3, 0, '1', '0', '0', 3517, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20347, 'fball_ptch5 name', 'fball_ptch5', 's', 3, 3, 0, '1', '0', '0', 3498, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20346, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0, '1', '0', '0', 3504, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20345, 'fball_ptch3 name', 'fball_ptch3', 's', 3, 3, 0, '1', '0', '0', 3513, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20344, 'fball_ptch2 name', 'fball_ptch2', 's', 3, 3, 0, '1', '0', '0', 3511, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20343, 'fball_ptch1', 'fball_ptch1', 's', 3, 3, 0, '1', '0', '0', 3524, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20342, 'fball_ptch0', 'fball_ptch0', 's', 3, 3, 0, '1', '0', '0', 3520, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20341, 'fball_counter name', 'fball_counter', 's', 2, 1, 1, '0', '0', '0', 3525, '1', '1', '0', '1', '1', 'counter', 2, '0', '0', '0', '0', 0, 0),
(20340, 'fball_gate name', 'fball_gate', 's', 1, 1, 0, '0', '0', '1', 3516, '1', '1', '0', '1', '1', 'fbgate', 1, '0', '0', '0', '0', 0, 0),
(20339, 'fball_light name', 'fball_light', 's', 1, 1, 1, '0', '0', '0', 3499, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20338, 'fball_goal_y name', 'fball_goal_y', 's', 3, 1, 0, '1', '0', '1', 3523, '1', '1', '0', '1', '1', 'yellow_goal', 1, '0', '0', '0', '0', 0, 0),
(20337, 'fball_goal_r name', 'fball_goal_r', 's', 3, 1, 0, '1', '0', '1', 3514, '1', '1', '0', '1', '1', 'red_goal', 1, '0', '0', '0', '0', 0, 0),
(20336, 'fball_goal_g', 'fball_goal_g', 's', 3, 1, 0, '1', '0', '1', 3519, '1', '1', '0', '1', '1', 'green_goal', 1, '0', '0', '0', '0', 0, 0),
(20335, 'fball_goal_b name', 'fball_goal_b', 's', 3, 1, 0, '1', '0', '1', 3515, '1', '1', '0', '1', '1', 'blue_goal', 1, '0', '0', '0', '0', 0, 0),
(20334, 'fball_fnc3 name', 'fball_fnc3', 's', 1, 3, 1, '0', '0', '0', 3495, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20333, 'fball_fnc1 name', 'fball_fnc1', 's', 1, 1, 1, '0', '0', '0', 3501, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20332, 'fball_crnr name', 'fball_crnr', 's', 1, 1, 1, '0', '0', '0', 3503, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20331, 'fball_cote name', 'fball_cote', 's', 3, 1, 0, '0', '0', '0', 3507, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20330, 'fball_bench name', 'fball_bench', 's', 3, 1, 1, '0', '1', '0', 3494, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20329, 'fball_ball5 name', 'fball_ball5', 's', 1, 1, 0, '0', '0', '1', 3518, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(20328, 'fball_ball4 name', 'fball_ball4', 's', 1, 1, 0, '0', '0', '1', 3521, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(20327, 'fball_ball3 name', 'fball_ball3', 's', 1, 1, 0, '0', '0', '1', 3497, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(20326, 'fball_ball2 name', 'fball_ball2', 's', 1, 1, 0, '0', '0', '1', 3510, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(20325, 'fball_ball name', 'fball_ball', 's', 1, 1, 0, '0', '0', '1', 3508, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(20324, 'fball_audbench name', 'fball_audbench', 's', 4, 1, 1, '0', '1', '0', 3500, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '1.55,2.2,2.75', 0, 0),
(20323, 'fball_trophy name', 'fball_trophy', 's', 1, 1, 1, '0', '0', '0', 3505, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(20428, 'Pac-Sun', 'ads_capri_arcade', 's', 2, 1, 1, '0', '0', '0', 3553, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20427, 'Arbolito Sun', 'ads_capri_tree', 's', 2, 1, 1, '0', '0', '0', 3546, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20426, 'Tubo De Lava Capri', 'ads_capri_lava', 's', 0, 1, 1, '0', '0', '0', 3536, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20425, 'Silla CapriSun', 'ads_capri_chair', 's', 0, 1, 1, '0', '1', '0', 3535, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20404, 'Efecto Lido', 'avatar_effect29', 'e', 1, 1, 1, '0', '0', '0', 29, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20415, 'Vikingo', 'avatar_effect27', 'e', 1, 1, 1, '0', '0', '0', 27, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20317, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20316, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20315, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20314, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20313, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20917, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21217, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21216, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21215, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21214, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21213, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(21298, 'cmp_fish_b name', 'cmp_fish_b', 's', 1, 2, 1, '0', '0', '0', 3472, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25367, 'bw_ball', 'bw_ball', 's', 1, 1, 1, '0', '0', '1', 3547, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(25366, 'bw_table', 'bw_table', 's', 2, 2, 1, '1', '0', '0', 3545, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25365, 'bw_chair', 'bw_chair', 's', 1, 1, 0.8, '1', '1', '0', 3544, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(25364, 'bw_sboard', 'bw_sboard', 's', 2, 1, 0, '0', '0', '0', 3543, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25363, 'bw_croc', 'bw_croc', 's', 1, 3, 1, '1', '1', '0', 3542, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25362, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.1, '1', '0', '1', 3541, '1', '1', '0', '1', '1', 'water', 1, '0', '0', '0', '0', 0, 0),
(25361, 'bw_shower', 'bw_shower', 's', 1, 1, 2, '1', '0', '0', 3540, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25360, 'bw_ccnuts', 'bw_ccnuts', 's', 1, 1, 1, '0', '0', '0', 3539, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25359, 'bw_fin', 'bw_fin', 's', 1, 1, 1, '1', '0', '0', 3538, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25357, 'bw_sofa', 'bw_sofa', 's', 2, 1, 1, '1', '1', '0', 3533, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(25355, 'bw_lgchair', 'bw_lgchair', 's', 1, 1, 3, '0', '1', '0', 3529, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25354, 'bw_boat', 'bw_boat', 's', 2, 2, 1, '1', '1', '0', 3527, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(39911, 'prison_dvdr2', 'prison_dvdr2', 's', 2, 1, 3.5, '1', '0', '0', 3532, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(39912, 'prison_gate', 'prison_gate', 's', 1, 1, 0.1, '0', '0', '0', 3526, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(39913, 'prison_dvdr1', 'prison_dvdr1', 's', 1, 1, 3.5, '1', '0', '0', 3534, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39914, 'prison_stone', 'prison_stone', 's', 1, 1, 1, '0', '0', '0', 3537, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39915, 'prison_tower', 'prison_tower', 's', 1, 1, 3, '1', '0', '1', 3531, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(39916, 'prison_crnr', 'prison_crnr', 's', 1, 1, 3.5, '1', '0', '0', 3528, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39917, 'hc3_stereo', 'hc3_stereo', 's', 3, 1, 1, '1', '0', '0', 3470, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20450, 'Trofeo Pulgar', 'prizetrophy_thumb', 's', 1, 1, 1, '0', '0', '0', 3410, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(39918, 'Jarr?n VIP', 'hc3_vase', 's', 0, 1, 1, '0', '0', '0', 3185, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96401, 'Submarino', 'cmp_sub', 's', 7, 1, 3, '0', '0', '0', 3478, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(96400, 'Nobox Amarillo', 'cmp_nobox_3', 's', 1, 1, 1, '0', '0', '0', 3473, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(96398, 'Nobox Rojo', 'cmp_nobox', 's', 1, 1, 1, '0', '0', '0', 3476, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(96399, 'Nobox Azul', 'cmp_nobox_2', 's', 1, 1, 1, '0', '0', '0', 3471, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95394, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '0', 3561, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95393, 'bw_sofa_g', 'bw_sofa_g', 's', 2, 1, 1, '1', '1', '0', 3575, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95392, 'bw_van_g', 'bw_van_g', 's', 2, 2, 1, '0', '1', '0', 3574, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95391, 'bw_van_p', 'bw_van_p', 's', 2, 2, 1, '0', '1', '0', 3570, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95390, 'bw_table_p', 'bw_table_p', 's', 2, 1, 0, '1', '0', '0', 3578, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95389, 'bw_table_g', 'bw_table_g', 's', 2, 2, 1, '1', '0', '0', 3566, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95388, 'bw_sboard_p', 'bw_sboard_p', 's', 2, 1, 0, '0', '0', '0', 3571, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(59918, 'Vase vip', 'hc3_vase', 's', 1, 1, 1, '1', '0', '0', 3479, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95387, 'bw_sboard_g', 'bw_sboard_g', 's', 2, 1, 0, '0', '0', '0', 3562, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95371, 'Lava', 'Lava', 's', 0, 0, 0, '0', '0', '0', 3021, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95386, 'bw_fnc_crnr_p', 'bw_fnc_crnr_p', 's', 1, 2, 1, '0', '0', '0', 3576, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95385, 'bw_pool_b1', 'bw_pool_b1', 's', 1, 1, 1, '1', '0', '0', 3560, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95374, 'ads_grefusa_surfb', 'ads_grefusa_surfb', 'i', 0, 0, 0, '0', '0', '0', 3600, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(95375, 'ads_pepsi0', 'ads_pepsi0', 's', 1, 1, 3, '0', '0', '0', 3554, '1', '1', '0', '1', '1', 'vendingmachine', 1, '55', '0', '0', '0', 0, 0),
(95384, 'bw_pool_a1', 'bw_pool_a1', 's', 1, 1, 1, '1', '1', '0', 3577, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95383, 'bw_pool_a3', 'bw_pool_a3', 's', 1, 1, 0, '1', '0', '0', 3556, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95382, 'bw_pool_a2', 'bw_pool_a2', 's', 2, 1, 1, '1', '0', '0', 3564, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95381, 'bw_pool_b2', 'bw_pool_b2', 's', 2, 1, 1, '1', '0', '0', 3565, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95380, 'bw_mttrss_g', 'bw_mttrss_g', 's', 1, 3, 0.8, '1', '0', '0', 3558, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25368, 'bw_mttrss', 'bw_mttrss', 's', 1, 3, 0.8, '1', '1', '0', 3548, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25369, 'bw_van', 'bw_van', 's', 2, 2, 1, '0', '1', '0', 3549, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25371, 'bw_fnc_crnr', 'bw_fnc crnr', 's', 1, 2, 1, '1', '0', '0', 3551, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(25372, 'bw_fnc', 'bw_fnc', 's', 2, 1, 1, '1', '0', '0', 3552, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199868, 'qt_sum11_ictrolley', 'qt_sum11_ictrolley', 's', 1, 1, 1, '0', '0', '0', 4018, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95376, 'bw_fnc_p', 'bw_fnc_p', 's', 2, 1, 1, '1', '0', '0', 3569, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95377, 'bw_fnc_crnr_g', 'bw_fnc_crnr_g', 's', 1, 2, 1, '1', '0', '0', 3563, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95378, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '1', 3567, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95379, 'bw_boat_g', 'bw_boat_g', 's', 2, 2, 0.8, '1', '1', '0', 3568, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95395, 'bw_fnc_g name', 'bw_fnc_g', 's', 2, 1, 1, '1', '0', '0', 3557, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(95397, 'bw_tele', 'bw_tele', 's', 1, 1, 3, '0', '0', '0', 3550, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(21001, 'Bast??n de mando', 'avatar_effect26', 'e', 1, 1, 1, '0', '0', '0', 26, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(21002, 'Llamaradas', 'avatar_effect25', 'e', 1, 1, 1, '0', '0', '0', 25, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(21003, 'Bajo Lluvia', 'avatar_effect24', 'e', 1, 1, 1, '0', '0', '0', 24, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(21004, 'Levitaci??n', 'avatar_effect23', 'e', 1, 1, 1, '0', '0', '0', 23, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(96402, '', 'newitem', 's', 1, 1, 1, '1', '0', '0', 1, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10289, 'easel_0', 'easel_0', 's', 1, 1, 1, '0', '0', '0', 3582, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10290, 'easel_1', 'easel_1', 's', 1, 1, 1, '0', '0', '0', 3594, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(10291, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(10292, 'easel_3', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(10293, 'easel_4', 'easel_4', 's', 1, 1, 1, '0', '0', '0', 3600, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(10294, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '0', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(10278, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1, '0', '0', '0', 3591, '1', '1', '0', '1', '1', 'bed', 2, '0', '0', '0', '0', 0, 0),
(10279, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 2, '0', '0', '0', 3590, '1', '1', '0', '1', '1', 'bed', 2, '0', '0', '0', '0', 0, 0),
(10280, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1, '0', '0', '0', 3586, '1', '1', '0', '1', '1', 'vendingmachine', 2, '35', '0', '0', '0', 0, 0),
(10281, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1, '0', '0', '0', 3608, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10282, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1, '0', '0', '0', 3588, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10283, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1, '0', '0', '0', 3606, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10284, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1, '0', '0', '0', 3610, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10285, 'hosptl_seat', 'hosptl_seat', 's', 2, 1, 2, '0', '1', '0', 3611, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10286, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1, '0', '0', '0', 3604, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10287, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0, '0', '0', '0', 4339, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10355, 'african_tree2', 'african_tree2', 's', 1, 1, 1, '0', '0', '0', 3605, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(10354, 'african_tree1', 'african_tree1', 's', 1, 1, 1, '0', '0', '0', 3584, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10353, 'african_stage', 'african_stage', 's', 2, 2, 1, '1', '0', '1', 3607, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(10352, 'african_patch', 'african_patch', 's', 2, 2, 1, '0', '0', '1', 3602, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10351, 'african_fence', 'african_fence', 's', 1, 2, 1, '0', '0', '0', 3579, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10350, 'african_bones', 'african_bones', 's', 1, 1, 1, '0', '0', '0', 3609, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(97419, 'ktchn10_block', 'ktchn10_block', 's', 1, 1, 1, '1', '0', '0', 3589, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(97420, 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', 1, 1, 1, '1', '0', '0', 4338, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(97421, 'ktchn10_pot', 'ktchn10_pot', 's', 1, 1, 1, '1', '0', '0', 3580, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(97422, 'ktchn10_sink', 'ktchn10_sink', 's', 2, 1, 1, '1', '0', '0', 3612, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(97423, 'ktchn10_stove', 'ktchn10_stove', 's', 2, 1, 1.2, '1', '0', '0', 3581, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(97424, 'ktchn10_tea', 'ktchn10_tea', 's', 1, 1, 1, '1', '0', '0', 3592, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530, 'bw_water_1', 'bw_water_1', 's', 2, 2, 0.1, '1', '0', '1', 3530, '1', '1', '0', '1', '1', 'water', 1, '0', '0', '0', '0', 0, 0),
(97111, 'Cheetos', 'Cheester Rules!', 'e', 1, 1, 1, '0', '0', '0', 31, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568275, 'despicableme_desc', 'despicableme_desc', 'e', 1, 1, 1, '0', '0', '0', 32, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785108, 'bb_painimies2', 'bb_painimies2', 'i', 1, 1, 1, '0', '0', '1', 4342, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785078, 'bb_score_b', 'bb_score_b', 's', 1, 1, 1, '0', '0', '0', 3615, '1', '1', '0', '1', '1', 'blue_score', 2, '0', '0', '0', '0', 0, 0),
(2785079, 'bb_robo', 'bb_robo', 's', 2, 2, 2, '0', '0', '0', 3616, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785080, 'bb_dragon', 'bb_dragon', 's', 3, 1, 2.5, '0', '0', '0', 3617, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785081, 'bb_ducklight', 'bb_ducklight', 's', 1, 1, 3, '0', '0', '0', 3618, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(2785082, 'bb_caterhead', 'bb_caterhead', 's', 1, 1, 1, '0', '0', '0', 3619, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785083, 'bb_cargobox', 'bb_cargobox', 's', 2, 1, 1, '0', '0', '0', 3620, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785084, 'bb_gate_g', 'bb_gate_g', 's', 1, 1, 0, '0', '0', '1', 3621, '1', '1', '0', '1', '1', 'bb_green_gate', 2, '0', '0', '0', '0', 0, 0),
(2785085, 'bb_crchair3', 'bb_crchair3', 's', 1, 1, 1, '0', '1', '0', 3622, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785086, 'bb_score_g', 'bb_score_g', 's', 1, 1, 1, '0', '0', '0', 3623, '1', '1', '0', '1', '1', 'green_score', 1, '0', '0', '0', '0', 0, 0),
(2785087, 'bb_crchair', 'bb_crchair', 's', 1, 1, 1, '0', '1', '0', 3624, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785088, 'bb_crchair2', 'bb_crchair2', 's', 1, 1, 1, '0', '1', '0', 3625, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785089, 'bb_score_y', 'bb_score_y', 's', 1, 1, 1, '0', '0', '0', 3626, '1', '1', '0', '1', '1', 'yellow_score', 2, '0', '0', '0', '0', 0, 0),
(2785090, 'bb_knj1', 'bb_knj1', 's', 2, 1, 1, '0', '0', '0', 3627, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785091, 'bb_gate_r', 'bb_gate_r', 's', 1, 1, 0, '0', '0', '1', 3628, '1', '1', '0', '1', '1', 'bb_red_gate', 2, '0', '0', '0', '0', 0, 0),
(2785092, 'bb_tddhnd', 'bb_tddhnd', 's', 1, 1, 1, '1', '0', '0', 3629, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785093, 'bb_lightdiv', 'bb_lightdiv', 's', 1, 1, 1, '1', '0', '0', 3630, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(2785094, 'bb_tddhead', 'bb_tddhead', 's', 2, 2, 2, '0', '0', '0', 3631, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785095, 'bb_pyramid', 'bb_pyramid', 's', 1, 1, 0, '0', '0', '0', 3632, '1', '1', '0', '1', '1', 'gate', 3, '0', '0', '0', '0', 0, 0),
(2785096, 'bb_patch1', 'bb_patch1', 's', 1, 1, 0.1, '1', '0', '1', 3633, '1', '1', '0', '1', '1', 'bb_patch', 1, '0', '0', '0', '0', 0, 0),
(2785097, 'bb_fnc3', 'bb_fnc3', 's', 1, 3, 1, '0', '0', '0', 3634, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785098, 'bb_gate_y', 'bb_gate_y', 's', 1, 1, 0, '0', '0', '1', 3635, '1', '1', '0', '1', '1', 'bb_yellow_gate', 1, '0', '0', '0', '0', 0, 0),
(2785099, 'bb_apparatus', 'bb_apparatus', 's', 2, 2, 0, '1', '0', '1', 3637, '1', '1', '0', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(2785100, 'bb_caterbody', 'bb_caterbody', 's', 1, 1, 1.7, '1', '1', '0', 3638, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785101, 'bb_knj2', 'bb_knj2', 's', 1, 1, 2, '1', '0', '0', 3639, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(2785102, 'bb_fnc1', 'bb_fnc1', 's', 1, 1, 1, '0', '0', '0', 3640, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785103, 'bb_puck', 'bb_puck', 's', 1, 1, 0.6, '1', '0', '1', 3641, '1', '1', '0', '1', '1', 'ball', 3, '0', '0', '0', '0', 0, 0),
(2785104, 'bb_rnd_tele', 'bb_rnd_tele', 's', 1, 1, 0.3, '0', '0', '1', 3642, '1', '1', '0', '1', '1', 'bb_teleport', 8000, '0', '0', '0', '0', 0, 0),
(2785105, 'bb_gate_b', 'bb_gate_b', 's', 1, 1, 0, '0', '0', '1', 3643, '1', '1', '0', '1', '1', 'bb_blue_gate', 1, '0', '0', '0', '0', 0, 0),
(2785106, 'bb_score_r', 'bb_score_r', 's', 1, 1, 1, '0', '0', '0', 3644, '1', '1', '0', '1', '1', 'red_score', 2, '0', '0', '0', '0', 0, 0),
(2785107, 'bb_painimies1', 'bb_painimies1', 'i', 1, 1, 1, '0', '0', '1', 4341, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785077, 'bb_crnr', 'bb_crnr', 's', 1, 1, 1, '0', '0', '0', 3614, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785116, 'hween10_fogwall', 'hween10_fogwall', 'i', 1, 1, 1, '0', '0', '1', 4340, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(2785115, 'hween10_zombie', 'hween10_zombie', 's', 1, 1, 3, '0', '0', '0', 3636, '1', '1', '0', '1', '1', 'vendingmachine', 2, '58', '0', '0', '0', 0, 0),
(97222, 'Battle Ball P??rpura', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 33, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(97333, 'Battle Ball Az??l', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 34, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(97444, 'Battle Ball Verde', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 35, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(97555, 'Battle Ball Amarilla', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 36, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568276, 'nest_lion', 'nest_lion', 's', 1, 1, 1, '1', '0', '1', 3601, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568277, 'nest_lion2', 'nest_lion2', 's', 1, 1, 0.5, '1', '0', '1', 3587, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568278, 'nest_rhino', 'nest_rhino', 's', 1, 1, 0.2, '1', '0', '1', 3597, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568279, 'petfood14', 'petfood14', 's', 1, 1, 0, '0', '0', '1', 3599, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(3568280, 'petfood15', 'petfood15', 's', 1, 1, 0.1, '1', '0', '1', 3583, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(84586, 'Lion', 'a0 pet6', 's', 1, 1, 1, '1', '0', '0', 7457, '1', '1', '0', '1', '1', 'pet', 0, '0', '0', '0', '0', 0, 0),
(83545, 'Rhino', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(2785117, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1, '0', '0', '0', 3662, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785118, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1, '1', '0', '0', 4346, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785119, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1, '1', '0', '0', 4350, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785120, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1, '1', '0', '0', 4345, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785121, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1, '1', '0', '0', 4347, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785122, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1, '1', '0', '0', 4351, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785123, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1, '1', '0', '0', 4348, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785124, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 3, '0', '0', '0', 3658, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785125, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 0, '0', '0', '1', 3657, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785126, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.0001, '1', '0', '1', 3652, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785127, 'hween10_jar', 'hween10_jar', 's', 1, 1, 3, '0', '0', '0', 3651, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785128, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.05, '1', '0', '1', 3656, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(2785129, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.1, '1', '0', '1', 3650, '1', '1', '0', '1', '1', 'water', 1, '0', '0', '0', '0', 0, 0),
(2785130, 'hween10_portch', 'hween10_potch', 's', 1, 1, 1, '0', '0', '1', 3661, '1', '1', '0', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(2785131, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 3, '0', '0', '0', 3654, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785132, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0, '1', '0', '1', 3649, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785133, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1, '1', '0', '0', 3646, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785134, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.001, '0', '0', '0', 3659, '1', '1', '0', '1', '1', 'teleport', 2, '0', '0', '0', '0', 0, 0),
(2785135, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.1, '0', '1', '0', 3660, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785136, 'hween10_tree', 'hween10_tree', 's', 1, 1, 5, '1', '0', '0', 3648, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785137, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 3, '1', '0', '0', 3647, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785138, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 3, '1', '0', '0', 3653, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785139, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 3, '1', '0', '0', 3655, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2785140, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 4, '1', '0', '0', 4349, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89914, 'nest_frog', 'nest_frog', 's', 1, 1, 0.1, '0', '0', '1', 3830, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(972592, 'Efecto Escalofriante', '??Que miedo!', 'e', 1, 1, 1, '0', '0', '0', 37, '0', '0', '0', '0', '0', 'default', 1, '0', '0', '0', '0', 0, 0),
(2785109, 'bb_counter', 'bb_counter', 's', 1, 4, 0.1, '0', '0', '0', 3645, '1', '1', '0', '1', '1', 'counter', 1, '0', '0', '0', '0', 0, 0),
(3568401, 'exe_copier', 'exe_copier', 's', 1, 1, 1, '0', '0', '0', 9215, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568402, 'exe_glassdvdr', 'exe_glassdvdr', 's', 2, 1, 1, '0', '0', '0', 9216, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568403, 'exe_wrkdesk', 'exe_wrkdesk', 's', 2, 1, 1, '0', '0', '0', 9217, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568404, 'exe_seccam', 'exe_seccam', 's', 1, 1, 0, '0', '0', '1', 9218, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3568405, 'exe_sensor', 'exe_sensor', 'i', 1, 1, 1, '0', '0', '0', 4355, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99000, 'qt_xm10_nest', 'qt_xm10_nest', 's', 1, 1, 1, '0', '0', '0', 3742, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99001, 'qt_xm10_icedragon', 'qt_xm10_icedragon', 's', 1, 1, 1, '0', '0', '0', 3746, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99002, 'qt_xm10_stone', 'qt_xm10_stone', 's', 2, 1, 1, '1', '0', '0', 3747, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99003, 'qt_xm10_icetiger', 'qt_xm10_icetiger', 's', 1, 1, 1, '0', '0', '0', 3728, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99004, 'qt_xm10_trex', 'qt_xm10_trex', 's', 3, 7, 1, '0', '0', '0', 3722, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99005, 'qt_xm10_palm_tree', 'qt_xm10_palm_tree', 's', 1, 1, 3, '0', '0', '0', 3720, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99006, 'qt_xm10_bench', 'qt_xm10_bench', 's', 2, 1, 1, '0', '0', '0', 3750, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99007, 'qt_xm10_icelupin', 'qt_xm10_icelupin', 's', 1, 1, 1, '0', '0', '0', 3732, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99008, 'qt_xm10_xmduck', 'qt_xm10_xmduck', 's', 1, 1, 1, '0', '0', '0', 3719, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99009, 'qt_xm10_iceduck', 'qt_xm10_iceduck', 's', 1, 1, 1, '0', '0', '0', 3727, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99010, 'qt_xm10_bauble1', 'qt_xm10_bauble1', 'i', 1, 1, 1, '0', '0', '0', 4365, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99011, 'qt_xm10_bauble2', 'qt_xm10_bauble2', 'i', 1, 1, 1, '0', '0', '0', 4361, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99012, 'qt_xm10_bauble3', 'qt_xm10_bauble3', 'i', 1, 1, 1, '0', '0', '0', 4368, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99013, 'qt_xm10_iceplasto', 'qt_xm10_iceplasto', 's', 1, 1, 1, '0', '1', '0', 3730, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99014, 'qt_xm10_ice_fish', 'qt_xm10_ice_fish', 's', 1, 2, 3, '0', '0', '0', 3748, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99015, 'qt_xm10_gnome', 'qt_xm10_gnome', 's', 1, 2, 1, '0', '0', '0', 3726, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99016, 'qt_xm10_icesilotable', 'qt_xm10_icesilotable', 's', 1, 1, 1, '0', '0', '0', 3743, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99017, 'qt_xm10_iceteddy', 'qt_xm10_iceteddy', 's', 1, 1, 1, '0', '0', '0', 3734, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99018, 'qt_xm10_elephant', 'qt_xm10_elephant', 's', 1, 1, 1, '0', '0', '0', 3724, '1', '1', '0', '1', '1', 'vendingmachine', 2, '0', '0', '0', '0', 0, 0),
(99019, 'qt_xm10_iceclubsofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1, '0', '1', '0', 3718, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99020, 'es_skating_ice', 'es_skating_ice', 's', 2, 2, 0.01, '1', '0', '1', 3736, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99021, 'es_sidewalk', 'es_sidewalk', 's', 2, 2, 0.2, '0', '0', '1', 3716, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99022, 'es_wpost', 'es_wpost', 's', 1, 1, 1, '0', '0', '0', 3725, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99023, 'es_tagging', 'es_tagging', 's', 1, 1, 3, '0', '0', '0', 3741, '1', '1', '0', '1', '1', 'tagpole', 2, '0', '0', '0', '0', 0, 0),
(99024, 'es_santa', 'es_santa', 's', 1, 1, 1, '0', '0', '0', 3740, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99025, 'es_window', 'es_window', 'i', 1, 1, 1, '0', '0', '0', 4367, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99026, 'es_bench', 'es_bench', 's', 2, 1, 1, '0', '1', '0', 3712, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99027, 'es_fnc_1', 'es_fnc_1', 's', 1, 1, 1, '0', '0', '0', 3729, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99028, 'es_fnc_2', 'es_fnc_2', 's', 1, 1, 1, '0', '0', '0', 3714, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99029, 'es_fnc_crnr', 'es_fnc_crnr', 's', 1, 1, 1, '0', '0', '0', 3721, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99030, 'es_epictree', 'es_epictree', 's', 2, 2, 4, '0', '0', '0', 3723, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99031, 'es_icestar_g', 'es_icestar_g', 's', 1, 1, 6, '0', '0', '0', 3731, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99032, 'es_icestar_r', 'es_icestar_r', 's', 1, 1, 6, '0', '0', '0', 3745, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99033, 'es_icestar_y', 'es_icestar_y', 's', 1, 1, 6, '0', '0', '0', 3749, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99034, 'es_icestar', 'es_icestar', 's', 1, 1, 6, '0', '0', '0', 3713, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99035, 'es_puck', 'es_puck', 's', 1, 1, 0, '0', '0', '1', 3739, '1', '1', '0', '1', '1', 'ball', 2, '0', '0', '0', '0', 0, 0),
(99036, 'es_roaster', 'es_roaster', 's', 1, 1, 2, '0', '0', '0', 3738, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99037, 'es_lmppst', 'es_lmppst', 's', 1, 1, 4, '0', '0', '0', 3735, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99038, 'es_statue', 'es_statue', 's', 1, 1, 1, '0', '0', '0', 3717, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99904, 'year2011_waver_b', 'year2011_waver_b', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99905, 'year2011_waver_g', 'year2011_waver_g', 's', 1, 1, 1, '1', '0', '0', 3780, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99906, 'year2011_waver_r', 'year2011_waver_r', 's', 1, 1, 1, '1', '0', '0', 3777, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99907, 'year2011_waver_y', 'year2011_waver_y', 's', 1, 1, 1, '1', '0', '0', 3768, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99908, 'prizetrophy_2011_y', 'prizetrophy_2011_y', 's', 1, 1, 1, '1', '0', '0', 3771, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99909, 'prizetrophy_2011_b', 'prizetrophy_2011_b', 's', 1, 1, 1, '1', '0', '0', 3773, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99910, 'prizetrophy_2011_r', 'prizetrophy_2011_r', 's', 1, 1, 1, '1', '0', '0', 3770, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99911, 'prizetrophy_2011_p', 'prizetrophy_2011_p', 's', 1, 1, 1, '1', '0', '0', 3775, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99912, 'prizetrophy_2011_g', 'prizetrophy_2011_g', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99913, 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', 1, 1, 1, '1', '0', '0', 3778, '1', '1', '0', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(99914, 'year2011', 'year2011', 'i', 1, 1, 1, '1', '0', '0', 4373, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(29281, 'wf_act_move_rotate', 'wf_act_move_rotate', 's', 1, 1, 0.5, '1', '0', '0', 3663, '1', '1', '0', '1', '1', 'wf_act_moverotate', 1, '0', '0', '0', '0', 0, 0),
(29282, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0, '0', '0', '0', 3664, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(29283, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0.5, '1', '0', '0', 3665, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29284, 'wf_colortile', 'wf_colortile', 's', 1, 1, 0.1, '0', '0', '1', 3666, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(29285, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 1, '0', '0', '0', 3667, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(29286, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0.5, '1', '0', '0', 3668, '1', '1', '0', '1', '1', 'wf_trg_furnistate', 1, '0', '0', '0', '0', 0, 0),
(29287, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0.5, '1', '0', '0', 3669, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29288, 'wf_xtra_unseen', 'wf_xtra_unseen', 's', 1, 1, 0.5, '1', '0', '0', 3670, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29289, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0.5, '1', '0', '0', 3671, '1', '1', '0', '1', '1', 'wf_trg_timer', 1, '0', '0', '0', '0', 0, 0),
(29290, 'wf_pyramid', 'wf_pyramid', 's', 1, 1, 0.1, '0', '0', '0', 3672, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(29291, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.5, '1', '0', '0', 3673, '1', '1', '0', '1', '1', 'wf_trg_atscore', 1, '0', '0', '0', '0', 0, 0),
(29292, 'wf_act_teleport_to', 'wf_act_teleport_to', 's', 1, 1, 0.5, '1', '0', '0', 3674, '1', '1', '0', '1', '1', 'wf_act_moveuser', 1, '0', '0', '0', '0', 0, 0),
(29293, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0.5, '1', '0', '0', 3675, '1', '1', '0', '1', '1', 'wf_trg_onsay', 1, '0', '0', '0', '0', 0, 0),
(29294, 'wf_colorwheel', 'wf_colorwheel', 's', 1, 1, 1, '0', '0', '0', 3676, '1', '1', '0', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(29295, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0, '0', '0', '0', 3677, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(29296, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.5, '1', '0', '0', 3678, '1', '1', '0', '1', '1', 'wf_trg_offfurni', 1, '0', '0', '0', '0', 0, 0),
(29297, 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', 1, 1, 0.5, '1', '0', '0', 3679, '1', '1', '0', '1', '1', 'wf_trg_attime', 1, '0', '0', '0', '0', 0, 0),
(29298, 'wf_trg_game_ends', 'wf_trg_game_ends', 's', 1, 1, 0.5, '1', '0', '0', 3680, '1', '1', '0', '1', '1', 'wf_trg_gameend', 1, '0', '0', '0', '0', 0, 0),
(29299, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0.5, '1', '0', '0', 3681, '1', '1', '0', '1', '1', 'wf_act_saymsg', 1, '0', '0', '0', '0', 0, 0),
(29300, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0.5, '1', '0', '0', 3682, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29301, 'wf_trg_enter_room', 'wf_trg_enter_room', 's', 1, 1, 0.5, '1', '0', '0', 3683, '1', '1', '0', '1', '1', 'wf_trg_enterroom', 1, '0', '0', '0', '0', 0, 0),
(29303, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0.5, '1', '0', '0', 3685, '1', '1', '0', '1', '1', 'wf_act_togglefurni', 1, '0', '0', '0', '0', 0, 0),
(29304, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0.1, '0', '0', '0', 3686, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(29305, 'wf_ringplate', 'wf_ringplate', 's', 1, 1, 0.1, '0', '0', '1', 3687, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(29306, 'wf_pressureplate', 'wf_pressureplate', 's', 1, 1, 0.1, '0', '0', '1', 3688, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(29307, 'wf_glowball', 'wf_glowball', 's', 1, 1, 1, '0', '0', '0', 3689, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(29309, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0.5, '1', '0', '0', 3691, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29310, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.5, '1', '0', '0', 3692, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29311, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0.1, '0', '0', '1', 3693, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(29312, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.5, '1', '0', '0', 3694, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29313, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0.5, '1', '0', '0', 3695, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29314, 'wf_wire1', 'wf_wire1', 's', 1, 1, 0, '0', '0', '0', 3696, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(29315, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0.5, '1', '0', '0', 3697, '1', '1', '0', '1', '1', 'wf_act_givepoints', 1, '0', '0', '0', '0', 0, 0),
(29316, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0, '0', '0', '0', 3698, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(29317, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0.1, '0', '0', '0', 3699, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(29318, 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', 1, 1, 0.5, '1', '0', '0', 3700, '1', '1', '0', '1', '1', 'wired', 1, '0', '0', '0', '0', 0, 0),
(29319, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 1, '0', '0', '0', 3701, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(29320, 'wf_trg_game_starts', 'wf_trg_game_starts', 's', 1, 1, 0.5, '1', '0', '0', 3702, '1', '1', '0', '1', '1', 'wf_trg_gamestart', 1, '0', '0', '0', '0', 0, 0),
(292308, 'ads_hh_safe', 'ads_hh_safe', 's', 1, 1, 0, '0', '0', '0', 3684, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(29321, 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.5, '1', '0', '0', 3703, '1', '1', '0', '1', '1', 'wf_trg_onfurni', 1, '0', '0', '0', '0', 0, 0),
(77701, 'bling11_block', 'bling11_block', 's', 1, 1, 2, '1', '0', '0', 3801, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77702, 'bling11_dvd', 'bling11_dvd', 's', 1, 2, 1.6, '1', '0', '0', 3793, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77703, 'bling11_dvn', 'bling11_dnv', 's', 1, 3, 1.2, '0', '0', '0', 3798, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(77704, 'bling11_floor', 'bling11_floor', 's', 1, 1, 0.1, '1', '0', '0', 3794, '1', '1', '0', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(77705, 'bling11_pillar', 'bling11_pillar', 's', 1, 1, 3.3, '1', '0', '0', 3802, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77706, 'bling11_plant', 'bling11_plant', 's', 1, 1, 1, '0', '0', '0', 3795, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77707, 'bling11_rug1', 'bling11_rug1', 's', 2, 2, 0.1, '1', '0', '1', 3788, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77708, 'bling11_rug2', 'bling11_rug2', 's', 3, 3, 0.2, '1', '0', '1', 3797, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77709, 'bling11_seat1', 'bling11_seat1', 's', 1, 1, 1, '0', '1', '0', 3800, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77710, 'bling11_seat2', 'bling11_seat2', 's', 1, 1, 1.2, '0', '1', '0', 3799, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(77711, 'bling11_slot', 'bling11_slot', 's', 1, 1, 1, '0', '0', '0', 3786, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77712, 'bling11_sofa', 'bling11_sofa', 's', 3, 1, 0.4, '0', '1', '0', 3790, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77713, 'bling11_statue1', 'bling11_statue1', 's', 1, 1, 1, '0', '0', '0', 3791, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77714, 'bling11_statue2', 'bling11_statue2', 's', 2, 2, 1, '0', '0', '0', 3785, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77715, 'bling11_tele', 'bling11_tele', 's', 1, 1, 0.1, '0', '0', '0', 3789, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(77716, 'bling11_towels', 'bling11_towels', 's', 1, 1, 1, '0', '0', '0', 3787, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77717, 'val11_floor', 'val11_floor', 's', 2, 2, 0.1, '1', '0', '1', 3792, '1', '1', '0', '1', '1', 'rollerskate', 1, '0', '0', '0', '0', 0, 0),
(77801, 'china_rabbit', 'china_rabbit', 's', 1, 1, 1, '0', '0', '0', 3796, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77900, 'qt_val11_holoduck', 'qt_val11_holoduck', 's', 1, 1, 1, '0', '0', '0', 3803, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77901, 'qt_val11_holoheart', 'qt_val11_holoheart', 's', 1, 1, 1, '0', '0', '0', 3813, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77902, 'qt_val11_discoball', 'qt_val11_discoball', 's', 1, 1, 0, '1', '0', '0', 3805, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77903, 'qt_val11_duckformer', 'qt_val11_duckformer', 's', 1, 1, 1, '1', '0', '0', 3809, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77904, 'qt_val11_heartlights', 'qt_val11_heartlights', 'i', 1, 1, 0, '0', '0', '0', 4378, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77905, 'qt_val11_jellychair', 'qt_val11_jellychair', 's', 1, 1, 1, '1', '1', '0', 3810, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77906, 'qt_val11_jellyheart', 'qt_val11_jellyheart', 's', 1, 1, 1, '1', '0', '0', 3811, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(77907, 'val11_chair', 'val11_chair', 's', 1, 1, 1.2, '0', '1', '0', 3806, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77908, 'val11_playa', 'val11_playa', 's', 1, 1, 1, '1', '0', '0', 3804, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(77909, 'val11_rail', 'val11_rail', 's', 1, 2, 0.5, '1', '0', '0', 3812, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89915, 'pond', 'pond', 's', 1, 1, 0.01, '0', '0', '1', 3831, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89916, 'val11_present', 'val11_present', 's', 1, 1, 1.2, '1', '0', '0', 3832, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89917, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1, '0', '0', '0', 3833, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89918, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1, '0', '0', '0', 3834, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89919, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1, '0', '0', '0', 3835, '1', '1', '1', '1', '1', 'vendingmachine', 1, '50', '0', '0', '0', 0, 0),
(89920, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3836, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89921, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1, '0', '0', '0', 3837, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89922, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.2, '0', '1', '0', 3838, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89923, 'cine_star', 'cine_star', 's', 1, 1, 0.1, '1', '0', '1', 3839, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(89924, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.2, '0', '1', '0', 3840, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89925, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1, '0', '0', '0', 4381, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89926, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.001, '0', '0', '0', 3841, '1', '1', '1', '1', '1', 'gate', 2, '0', '0', '0', '0', 0, 0),
(89927, 'cine_screen', 'cine_screen', 's', 8, 1, 1, '0', '0', '0', 3842, '1', '1', '1', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(89928, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1, '0', '1', '0', 3843, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(89929, 'cine_tile', 'cine_tile', 's', 1, 1, 0.1, '0', '0', '1', 3844, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89930, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.1, '0', '1', '0', 3845, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89931, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1, '0', '1', '0', 3846, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(89932, 'cine_roof', 'cine_roof', 's', 3, 3, 0.1, '1', '0', '1', 3847, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(89933, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1, '0', '0', '0', 3848, '1', '1', '1', '1', '1', 'vendingmachine', 1, '63', '0', '0', '0', 0, 0),
(89934, 'cine_bench', 'cine_bench', 's', 3, 1, 1.1, '0', '1', '0', 3849, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89935, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.1, '0', '1', '0', 3850, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89936, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1.5, '0', '1', '0', 3851, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89937, 'cine_projector', 'cine_projector', 's', 1, 1, 1, '0', '0', '0', 3852, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89907, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1, '0', '0', '0', 4380, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89908, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1, '0', '0', '0', 3825, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89909, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1.6, '0', '1', '0', 3824, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89910, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1, '0', '0', '0', 3828, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62', '0', '0', '0', 0, 0),
(89911, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1, '0', '0', '0', 3826, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(89912, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1, '0', '0', '0', 3827, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(89900, 'limo_w_front', 'limo_w_front', 's', 2, 1, 1, '0', '0', '0', 3823, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89901, 'limo_w_mid', 'limo_w_mid', 's', 2, 1, 1, '0', '1', '0', 3819, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89902, 'limo_w_mid2', 'limo_w_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3820, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89903, 'limo_w_back', 'limo_w_back', 's', 2, 1, 1, '0', '1', '0', 3822, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89904, 'petfood19', 'petfood19', 's', 1, 1, 0.001, '0', '0', '1', 3821, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(89905, 'petfood18', 'petfood18', 's', 1, 1, 0.001, '0', '0', '1', 3816, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(89906, 'petfood17', 'petfood17', 's', 1, 1, 0.001, '0', '0', '1', 3817, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(89950, 'fireworks_01', 'fireworks_01', 's', 1, 1, 1, '0', '0', '0', 3772, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89951, 'fireworks_02', 'fireworks_02', 's', 1, 1, 1, '0', '0', '0', 3776, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89952, 'fireworks_03', 'fireworks_03', 's', 1, 1, 1, '0', '0', '0', 3774, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89953, 'fireworks_04', 'fireworks_04', 's', 1, 1, 1, '0', '0', '0', 3784, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89954, 'fireworks_05', 'fireworks_05', 's', 1, 1, 1, '0', '0', '0', 3779, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89955, 'fireworks_06', 'fireworks_06', 's', 1, 1, 1, '0', '0', '0', 3783, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89956, 'fireworks_07', 'fireworks_07', 's', 1, 1, 1, '0', '0', '0', 3782, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89938, 'wf_box', 'wf_box', 's', 1, 1, 1.2, '1', '0', '0', 3853, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89939, 'wf_maze', 'wf_maze', 's', 1, 1, 1, '0', '0', '0', 3854, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(89940, 'ads_rangocactus', 'ads_rangocactus', 's', 1, 1, 1, '0', '0', '0', 3855, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89941, 'cine_glass', 'cine_glass', 's', 1, 1, 0.01, '1', '0', '0', 3856, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89942, 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', 1, 1, 0.6, '1', '0', '0', 3857, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89943, 'cine_light2', 'cine_light2', 'i', 1, 1, 1, '1', '0', '0', 4382, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89944, 'cine_light1', 'cine_light1', 'i', 1, 1, 1, '1', '0', '0', 4383, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99947, 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', 2, 1, 1, '1', '0', '0', 3873, '1', '1', '1', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(99948, 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', 3, 1, 1, '1', '0', '0', 3882, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(99949, 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', 1, 1, 1, '0', '0', '0', 3875, '1', '1', '1', '1', '1', 'default', 14, '0', '0', '0', '0', 0, 0),
(99950, 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', 1, 1, 1, '0', '0', '0', 3874, '1', '1', '1', '1', '1', 'default', 14, '0', '0', '0', '0', 0, 0),
(99951, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.2, '0', '1', '0', 3879, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99952, 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', 3, 1, 1, '0', '0', '0', 3866, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(99953, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.5, '1', '0', '1', 3876, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99954, 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', 1, 1, 0.5, '1', '0', '0', 3884, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99955, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1, '0', '1', '0', 3877, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99956, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.2, '0', '1', '0', 3859, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99957, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.8, '0', '0', '0', 3871, '1', '1', '1', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(99958, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.5, '1', '0', '1', 3861, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99959, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.2, '0', '1', '0', 3869, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99960, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1, '0', '1', '0', 3862, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99961, 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', 1, 1, 0.5, '1', '0', '0', 3865, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99962, 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', 2, 1, 1, '1', '0', '0', 3867, '1', '1', '1', '1', '1', 'default', 17, '0', '0', '0', '0', 0, 0),
(99963, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.1, '1', '0', '1', 3870, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99964, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1, '0', '1', '0', 3881, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99965, 'cubie_table', 'cubie_table', 's', 1, 2, 1, '1', '0', '0', 3880, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99966, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1, '0', '1', '0', 3864, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99967, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.8, '0', '0', '0', 3868, '1', '1', '1', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(99968, 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', 2, 1, 1, '1', '0', '0', 3872, '1', '1', '1', '1', '1', 'default', 9, '0', '0', '0', '0', 0, 0),
(99969, 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', 2, 1, 1, '1', '0', '0', 3883, '1', '1', '1', '1', '1', 'default', 14, '0', '0', '0', '0', 0, 0),
(99970, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1, '0', '0', '0', 3858, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(99971, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.2, '0', '1', '0', 3878, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99972, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1, '1', '0', '0', 4389, '1', '1', '1', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(99973, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1, '1', '0', '0', 4385, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99974, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1, '1', '0', '0', 4392, '1', '1', '1', '1', '1', 'default', 7, '0', '0', '0', '0', 0, 0),
(99975, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1, '1', '0', '0', 4395, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99976, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99977, 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', 1, 1, 1, '1', '0', '0', 4390, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99978, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1, '1', '0', '0', 4394, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99979, 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', 1, 1, 1, '1', '0', '0', 4386, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99980, 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', 1, 1, 1, '1', '0', '0', 4387, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99981, 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', 1, 1, 1, '1', '0', '0', 4388, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(99982, 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', 1, 1, 1, '1', '0', '0', 4393, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99983, 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(80378, 'waasa_rug1', 'waasa_rug1', 's', 2, 4, 0.01, '1', '0', '1', 3899, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80379, 'waasa_rug2', 'waasa_rug2', 's', 2, 4, 0.01, '1', '0', '1', 3904, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80380, 'waasa_rug3', 'waasa_rug3', 's', 2, 4, 0.01, '1', '0', '1', 3900, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80381, 'waasa_rug4', 'waasa_rug4', 's', 2, 4, 0.01, '1', '0', '1', 3902, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80382, 'waasa_rug5', 'waasa_rug5', 's', 2, 4, 0.01, '1', '0', '1', 3898, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80383, 'waasa_chair_wood', 'waasa_chair_wood', 's', 1, 1, 1, '0', '1', '0', 3903, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80384, 'waasa_aquarium', 'waasa_aquarium', 's', 1, 2, 0, '0', '0', '0', 3901, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80385, 'newbie_nest', 'newbie_nest', 's', 1, 1, 0.01, '0', '0', '1', 3897, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99946, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1, '0', '0', '0', 3863, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(99945, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.1, '1', '0', '1', 3860, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89984, 'newbie_present', 'newbie_present', 's', 1, 1, 1, '1', '0', '0', 3885, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(89985, 'tv_flat', 'tv_flat', 's', 2, 1, 1, '0', '0', '0', 3886, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89986, 'waasa_table2', 'waasa_table2', 's', 2, 1, 1, '1', '0', '0', 3887, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89987, 'computer_flatscreen', 'computer_flatscreen', 's', 1, 1, 1, '0', '0', '0', 3888, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(89988, 'waasa_chair', 'waasa_chair', 's', 1, 1, 1.2, '0', '1', '0', 3889, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89989, 'waasa_ship2', 'waasa_ship2', 's', 2, 1, 1, '0', '0', '0', 3890, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89990, 'waasa_ship1', 'waasa_ship1', 's', 1, 1, 1, '0', '0', '0', 3891, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89991, 'waasa_bunk_bed', 'waasa_bunk_bed', 's', 3, 1, 1, '1', '1', '0', 3892, '0', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89992, 'computer_laptop', 'computer_laptop', 's', 1, 1, 1, '0', '0', '0', 3893, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89993, 'computer_old', 'computer_old', 's', 1, 1, 1, '0', '0', '0', 3894, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89994, 'waasa_table1', 'waasa_table1', 's', 1, 1, 1, '1', '0', '0', 3895, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89995, 'waasa_desk', 'waasa_desk', 's', 2, 1, 1, '1', '0', '0', 3896, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(89996, 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', 1, 1, 1, '1', '0', '0', 4396, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(89997, 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', 1, 1, 1, '1', '0', '0', 4397, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20600, 'Spiders', 'a0 pet8', 's', 1, 1, 1, '1', '0', '0', 3817, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20601, 'Frogs', 'a0 pet11', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(20602, 'Chicks', 'a0 pet10', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(90043, 'anna_stool*2', 'anna_stool*2', 's', 1, 1, 1.2, '0', '1', '0', 3946, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90042, 'anna_stool*1', 'anna_stool*1', 's', 1, 1, 1.2, '0', '1', '0', 3945, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90041, 'anna_chair*5', 'anna_chair*5', 's', 1, 1, 1.2, '1', '1', '0', 3944, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90040, 'anna_chair*4', 'anna_chair*4', 's', 1, 1, 1.2, '1', '1', '0', 3943, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90039, 'anna_chair*3', 'anna_chair*3', 's', 1, 1, 1.2, '1', '1', '0', 3942, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90038, 'anna_chair*2', 'anna_chair*2', 's', 1, 1, 1.2, '1', '1', '0', 3941, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90037, 'anna_chair*1', 'anna_chair*1', 's', 1, 1, 1.2, '1', '1', '0', 3940, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90036, 'anna_div_gate*5', 'anna_div_gate*5', 's', 1, 1, 0.01, '0', '0', '0', 3939, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(90035, 'anna_div_gate*4', 'anna_div_gate*4', 's', 1, 1, 0.01, '0', '0', '0', 3938, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(90034, 'anna_div_gate*3', 'anna_div_gate*3', 's', 1, 1, 0.01, '0', '0', '0', 3937, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(90033, 'anna_div_gate*2', 'anna_div_gate*2', 's', 1, 1, 0.01, '0', '0', '0', 3936, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(90032, 'anna_div_gate*1', 'anna_div_gate*1', 's', 1, 1, 0.01, '0', '0', '0', 3935, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(90031, 'anna_divider*5', 'anna_divider*5', 's', 1, 1, 1, '1', '0', '0', 3934, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90030, 'anna_divider*4', 'anna_divider*4', 's', 1, 1, 1, '1', '0', '0', 3933, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90027, 'anna_divider*1', 'anna_divider*1', 's', 1, 1, 1, '1', '0', '0', 3930, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90028, 'anna_divider*2', 'anna_divider*2', 's', 1, 1, 1, '1', '0', '0', 3931, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90029, 'anna_divider*3', 'anna_divider*3', 's', 1, 1, 1, '1', '0', '0', 3932, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90069, 'anna_lamp*3', 'anna_lamp*3', 's', 1, 1, 1, '0', '0', '0', 3972, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90068, 'anna_lamp*2', 'anna_lamp*2', 's', 1, 1, 1, '0', '0', '0', 3971, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90067, 'anna_lamp*1', 'anna_lamp*1', 's', 1, 1, 1, '0', '0', '0', 3970, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90066, 'anna_pill*5', 'anna_pill*5', 's', 1, 1, 0.5, '1', '0', '0', 3969, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90065, 'anna_pill*4', 'anna_pill*4', 's', 1, 1, 0.5, '1', '0', '0', 3968, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90064, 'anna_pill*3', 'anna_pill*3', 's', 1, 1, 0.5, '1', '0', '0', 3967, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90063, 'anna_pill*2', 'anna_pill*2', 's', 1, 1, 0.5, '1', '0', '0', 3966, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90062, 'anna_pill*1', 'anna_pill*1', 's', 1, 1, 0.5, '1', '0', '0', 3965, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90061, 'anna_sofa*5', 'anna_sofa*5', 's', 2, 1, 1.2, '0', '1', '0', 3964, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(90060, 'anna_sofa*4', 'anna_sofa*4', 's', 2, 1, 1.2, '0', '1', '0', 3963, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(90059, 'anna_sofa*3', 'anna_sofa*3', 's', 2, 1, 1.2, '0', '1', '0', 3962, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(90058, 'anna_sofa*2', 'anna_sofa*2', 's', 2, 1, 1.2, '0', '1', '0', 3961, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(90057, 'anna_sofa*1', 'anna_sofa*1', 's', 2, 1, 1.2, '0', '1', '0', 3960, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(90056, 'anna_rug*5', 'anna_rug*5', 's', 2, 2, 0.01, '1', '0', '1', 3959, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(90055, 'anna_rug*4', 'anna_rug*4', 's', 2, 2, 0.01, '1', '0', '1', 3958, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(90054, 'anna_rug*3', 'anna_rug*3', 's', 2, 2, 0.01, '1', '0', '1', 3957, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(90053, 'anna_rug*2', 'anna_rug*2', 's', 2, 2, 0.01, '1', '0', '1', 3956, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(90052, 'anna_rug*1', 'anna_rug*1', 's', 2, 2, 0.01, '1', '0', '1', 3955, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(90051, 'anna_table*5', 'anna_table*5', 's', 2, 2, 1, '1', '0', '0', 3954, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90050, 'anna_table*4', 'anna_table*4', 's', 2, 2, 1, '1', '0', '0', 3953, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90049, 'anna_table*3', 'anna_table*3', 's', 2, 2, 1, '1', '0', '0', 3952, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90048, 'anna_table*2', 'anna_table*2', 's', 2, 2, 1, '1', '0', '0', 3951, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90047, 'anna_table*1', 'anna_table*1', 's', 2, 2, 1, '1', '0', '0', 3950, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90044, 'anna_stool*3', 'anna_stool*3', 's', 1, 1, 1.2, '0', '1', '0', 3947, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90045, 'anna_stool*4', 'anna_stool*4', 's', 1, 1, 1.2, '0', '1', '0', 3948, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90046, 'anna_stool*5', 'anna_stool*5', 's', 1, 1, 1.2, '0', '1', '0', 3949, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90070, 'anna_lamp*4', 'anna_lamp*4', 's', 1, 1, 1, '0', '0', '0', 3973, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90071, 'anna_lamp*5', 'anna_lamp*5', 's', 1, 1, 1, '0', '0', '0', 3974, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90072, 'anna_div_crnr*1', 'anna_div_crnr*1', 's', 1, 1, 1, '1', '0', '0', 3975, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90073, 'anna_div_crnr*2', 'anna_div_crnr*2', 's', 1, 1, 1, '1', '0', '0', 3976, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90074, 'anna_div_crnr*3', 'anna_div_crnr*3', 's', 1, 1, 1, '1', '0', '0', 3977, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90075, 'anna_div_crnr*4', 'anna_div_crnr*4', 's', 1, 1, 1, '1', '0', '0', 3978, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90076, 'anna_div_crnr*5', 'anna_div_crnr*5', 's', 1, 1, 1, '1', '0', '0', 3979, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90010, 'ads_suun', 'ads_suun', 's', 1, 1, 1, '0', '0', '0', 3927, '1', '1', '1', '1', '1', 'vendingmachine', 5, '1', '', '0', '0', 0, 0),
(90011, 'easter11_tuip_g', 'easter11_tuip_g', 's', 1, 1, 1, '0', '0', '0', 3915, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(90012, 'easter11_tuip_y', 'easter11_tuip_y', 's', 1, 1, 1, '0', '0', '0', 3916, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(90013, 'easter11_mushroom4', 'easter11_mushroom4', 's', 1, 1, 1, '0', '0', '0', 3917, '1', '1', '1', '1', '1', 'default', 3, '0', '', '0', '0', 0, 0),
(90014, 'easter11_mushroom1', 'easter11_mushroom1', 's', 1, 1, 1, '0', '0', '0', 3918, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(90015, 'kuurna_sofa', 'kuurna_sofa', 's', 2, 1, 1.3, '0', '1', '0', 3919, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90016, 'easter11_mushroom3', 'easter11_mushroom3', 's', 1, 1, 1, '0', '0', '0', 3920, '1', '1', '1', '1', '1', 'default', 3, '0', '', '0', '0', 0, 0),
(90017, 'easter11_mushroom2', 'easter11_mushroom2', 's', 1, 1, 1, '0', '0', '0', 3921, '1', '1', '1', '1', '1', 'default', 3, '0', '', '0', '0', 0, 0),
(90018, 'kuurna_lamp', 'kuurna_lamp', 's', 1, 1, 1, '0', '0', '0', 3922, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(90019, 'kuurna_chair', 'kuurna_chair', 's', 1, 1, 1.3, '0', '1', '0', 3923, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90020, 'kuurna_mat', 'kuurna_mat', 's', 3, 2, 0.001, '1', '0', '1', 3924, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90021, 'kuurna_table1', 'kuurna_table1', 's', 1, 1, 1.3, '1', '0', '0', 3925, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90022, 'kuurna_table', 'kuurna_table', 's', 2, 2, 1.3, '1', '0', '0', 3926, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90023, 'kuurna_chair1', 'kuurna_chair1', 's', 1, 1, 1, '0', '1', '0', 3928, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90024, 'easter11_tuip_p', 'easter11_tuip_p', 's', 1, 1, 1, '0', '0', '0', 3929, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(90025, 'easter11_wall', 'easter11_wall', 'i', 1, 1, 1, '0', '0', '0', 4398, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90026, 'ads_suunvuorow', 'ads_suunvuorow', 'i', 1, 1, 1, '0', '0', '0', 4399, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(90077, 'picnic_blanket_yel', 'picnic_blanket_yel', 's', 3, 3, 0.01, '1', '0', '1', 3980, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90078, 'picnic_pillow_yel', 'picnic_pillow_yel', 's', 1, 1, 0.8, '0', '1', '0', 3981, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90079, 'picnic_food1', 'picnic_food1', 's', 1, 1, 1, '1', '0', '0', 3982, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90080, 'note_tag', 'note_tag', 's', 1, 1, 1, '0', '0', '0', 3983, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90081, 'picnic_wfall', 'picnic_wfall', 's', 2, 2, 1, '0', '0', '0', 3984, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(90082, 'picnic_blanket_blu', 'picnic_blanket_blu', 's', 3, 3, 0.01, '1', '0', '1', 3985, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90083, 'picnic_food3', 'picnic_food3', 's', 1, 1, 1, '0', '0', '0', 3986, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90084, 'picnic_blanket', 'picnic_blanket', 's', 3, 3, 0.01, '1', '0', '1', 3987, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90085, 'picnic_pillow_blu', 'picnic_pillow_blu', 's', 1, 1, 0.8, '0', '1', '0', 3988, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90086, 'picnic_food2', 'picnic_food2', 's', 1, 1, 1, '0', '0', '0', 3989, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90087, 'picnic_tele', 'picnic_tele', 's', 1, 1, 0.001, '0', '0', '0', 3990, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(90088, 'picnic_basket', 'picnic_basket', 's', 1, 1, 1, '0', '0', '0', 3991, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90089, 'picnic_pillow', 'picnic_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3992, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90090, 'picnic_chair', 'picnic_chair', 's', 1, 1, 1, '0', '1', '0', 3993, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(90091, 'picnic_3brds', 'picnic_3brds', 's', 1, 1, 1, '0', '0', '0', 3994, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9465, 'Dragon', 'a0 pet12', 's', 1, 1, 1, '1', '0', '0', 9465, '1', '1', '1', '1', '1', 'pet', 0, '0', '0', '0', '0', 0, 0),
(599389, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 4336, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20603, 'Dragon', 'a0 pet12', 's', 1, 1, 1, '1', '0', '0', 10117, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(8973471, 'dng_treasure', 'dng_treasure', 's', 2, 2, 0, '1', '0', '1', 4011, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(8973470, 'dng_wall', 'dng_wall', 'i', 0, 0, 0, '0', '0', '0', 4404, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8973469, 'dng_floor', 'dng_floor', 's', 2, 2, 0, '1', '0', '1', 4009, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8973468, 'dng_block', 'dng_block', 's', 1, 1, 0.8, '1', '0', '1', 4013, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8973467, 'dng_stairs', 'dng_stairs', 's', 1, 1, 1, '1', '0', '1', 4010, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8973466, 'dng_pillar', 'dng_pillar', 's', 1, 1, 1, '0', '0', '0', 4007, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8973465, 'dng_throne', 'dng_throne', 's', 1, 1, 1.5, '0', '1', '1', 4012, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(8973472, 'dng_treasure2', 'dng_treasure2', 's', 1, 1, 0, '1', '0', '1', 4008, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(9037532, 'dng_ground', 'dng_ground', 's', 2, 2, 0, '0', '0', '1', 4006, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(9037533, 'dng_cube', 'dng_cube', 's', 1, 1, 1, '1', '0', '0', 4005, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199869, 'qt_sum11_platfrm', 'qt_sum11_platfrm', 's', 2, 2, 1, '1', '0', '0', 4022, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199870, 'qt_sum11_shell3', 'qt_sum11_shell3', 's', 1, 1, 1, '0', '0', '0', 4021, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199871, 'qt_sum11_shell2', 'qt_sum11_shell2', 's', 1, 1, 1, '0', '0', '0', 4023, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(199872, 'qt_sum11_chair', 'qt_sum11_chair', 's', 1, 1, 1, '0', '1', '0', 4025, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(199873, 'qt_sum11_shell4', 'qt_sum11_shell4', 's', 1, 1, 1, '1', '0', '0', 4020, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(199874, 'qt_sum11_shell1', 'qt_sum11_shell1', 's', 1, 1, 1, '0', '0', '0', 4017, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(199875, 'qt_sum11_shell5', 'qt_sum11_shell5', 's', 1, 1, 1, '0', '0', '0', 4024, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(199876, 'qt_sum11_petfood', 'qt_sum11_petfood', 's', 1, 1, 1, '0', '0', '0', 4019, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99080, 'es_big3', 'es_big3', 'i', 1, 1, 0.5, '1', '0', '1', 4371, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99081, 'es_big2', 'es_big2', 'i', 1, 1, 0.5, '1', '0', '1', 4372, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99082, 'Freeze Ice Block', 'es_box', 's', 1, 1, 1, '1', '0', '1', 3758, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99083, 'Freese Counter', 'es_counter', 's', 2, 1, 1, '0', '0', '0', 3764, '1', '1', '1', '1', '1', 'scoreboard', 1, '0', '0', '0', '0', 0, 0),
(99084, 'Exit Tile', 'es_exit', 's', 1, 1, 0.1, '1', '0', '1', 3759, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99085, 'Blue Freeze Gate', 'es_gate_b', 's', 1, 1, 1, '0', '0', '1', 3762, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99086, 'Green Freeze Gate', 'es_gate_g', 's', 1, 1, 0, '0', '0', '1', 3761, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99087, 'Red Freeze Gate', 'es_gate_r', 's', 1, 1, 0, '0', '0', '1', 3760, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99088, 'Yellow Freeze Gate', 'es_gate_y', 's', 1, 1, 0, '0', '0', '1', 3763, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99089, 'Yellow Freeze Scoreboard', 'es_score_y', 's', 1, 1, 0, '0', '0', '0', 3767, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99090, 'Red Freeze Scoreboard', 'es_score_r', 's', 1, 1, 0, '0', '0', '0', 3765, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99091, 'Blue Freeze Scoreboard', 'es_score_b', 's', 1, 1, 0, '0', '0', '0', 3756, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99092, 'Green Freeze Scoreboard', 'es_score_g', 's', 1, 1, 0, '0', '0', '0', 3766, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99093, 'Freeze Tile', 'es_tile', 's', 1, 1, 0, '0', '0', '1', 3757, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3267, 'mm_lamp', 'mm_lamp', 's', 1, 1, 1, '1', '0', '0', 4015, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3268, 'mm_lemon_drink', 'mm_lemon_drink', 's', 1, 1, 1, '1', '0', '0', 4016, '1', '1', '1', '1', '1', 'vendingmachine', 1, '68', '0', '0', '0', 0, 0),
(3269, 'mm_tub', 'mm_tub', 's', 2, 1, 1, '1', '1', '0', 4026, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(97583, 'SkateBoard', 'avatar_effect71', 'e', 1, 1, 1, '1', '0', '0', 71, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55901, 'prizetrophy_skate*1', 'prizetrophy_skate*1', 's', 1, 1, 1, '0', '0', '0', 4027, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(55902, 'prizetrophy_skate*2', 'prizetrophy_skate*2', 's', 1, 1, 1, '0', '0', '0', 4028, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(55903, 'prizetrophy_skate*3', 'prizetrophy_skate*3', 's', 1, 1, 1, '0', '0', '0', 4029, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(55904, 'sb_rail', 'sb_rail', 's', 1, 1, 1, '0', '0', '1', 4030, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55905, 'sb_ramp', 'sb_ramp', 's', 2, 2, 1, '0', '0', '1', 4031, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55906, 'sb_block', 'sb_block', 's', 2, 2, 0.7, '1', '0', '1', 4032, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55907, 'avatar_effect72', 'avatar_effect72', 'e', 1, 1, 1, '0', '0', '0', 72, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9037534, 'ads_cchups_screen name', 'ads_cchups_screen', 'i', 0, 0, 0, '1', '0', '0', 4405, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9037535, 'sb_tag1 name', 'sb_tag1', 'i', 0, 0, 0, '1', '0', '0', 4406, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(9037536, 'sb_wall', 'sb_wall', 'i', 0, 0, 0, '1', '0', '0', 4407, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9037537, 'sb_tag2 name', 'sb_tag2', 'i', 0, 0, 0, '1', '0', '0', 4408, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(9037538, 'sb_tag3 name', 'sb_tag3', 'i', 0, 0, 0, '1', '0', '0', 4409, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(9037539, 'sb_cans name', 'sb_cans', 's', 0, 0, 0, '1', '0', '0', 4033, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(9037540, 'sb_tile name', 'sb_tile', 's', 0, 0, 0, '1', '0', '0', 4034, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20700, 'Turtels', 'a0 pet9', 's', 1, 1, 1, '0', '0', '0', 3817, '0', '0', '0', '0', '0', 'pet', 0, '0', '0', '0', '0', 0, 0),
(254874, 'Black Hole', 'hole', 's', 2, 2, 1, '1', '0', '0', 4071, '0', '0', '0', '0', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56700, 'coco_stool_c2', 'coco_stool_c2', 's', 1, 1, 0.6, '0', '0', '1', 4039, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56701, 'coco_divan_c4', 'coco_divan_c4', 's', 2, 1, 1.5, '0', '1', '0', 4040, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56702, 'coco_throne_c3', 'coco_throne_c3', 's', 1, 1, 1.5, '0', '1', '0', 4041, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56703, 'coco_chair', 'coco_chair', 's', 1, 1, 1.4, '0', '1', '0', 4042, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56704, 'coco_throne__c2', 'coco_throne__c2', 's', 1, 1, 1.5, '0', '1', '0', 4043, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56705, 'coco_stool_c4', 'coco_stool_c4', 's', 1, 1, 0.6, '0', '0', '1', 4044, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56706, 'coco_patch', 'coco_patch', 's', 2, 6, 0.001, '1', '0', '1', 4045, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56707, 'coco_divan_c2', 'coco_divan_c2', 's', 2, 1, 1.5, '0', '1', '0', 4046, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56708, 'coco_sofatable_c3', 'coco_sofatable_c3', 's', 1, 1, 1.3, '1', '0', '0', 4047, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56709, 'coco_stool_c3', 'coco_stool_c3', 's', 1, 1, 0.6, '0', '0', '1', 4048, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56710, 'coco_sofatable_c4', 'coco_sofatable_c4', 's', 1, 1, 1.3, '1', '0', '0', 4049, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56711, 'coco_sofa_c3', 'coco_sofa_c3', 's', 3, 1, 1, '0', '1', '0', 4050, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56712, 'coco_table', 'coco_table', 's', 2, 3, 0.5, '1', '0', '0', 4051, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56713, 'coco_stool', 'coco_stool', 's', 1, 1, 0.6, '0', '0', '1', 4052, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56714, 'coco_chair_c2', 'coco_chair_c2', 's', 1, 1, 1.4, '0', '1', '0', 4053, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56715, 'coco_stick', 'coco_stick', 's', 1, 1, 1, '0', '0', '0', 4054, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56716, 'coco_throne', 'coco_throne', 's', 1, 1, 1.5, '0', '1', '0', 4055, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56717, 'coco_table2', 'coco_table2', 's', 2, 2, 1, '1', '0', '0', 4056, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56718, 'coco_sofa_c2', 'coco_sofa_c2', 's', 3, 1, 1, '0', '1', '0', 4057, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56719, 'coco_chair_c4', 'coco_chair_c4', 's', 1, 1, 1.4, '0', '1', '0', 4058, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56720, 'coco_chair_c3', 'coco_chair_c3', 's', 1, 1, 1.4, '0', '1', '0', 4059, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56721, 'coco_divan', 'coco_divan', 's', 2, 1, 1.5, '0', '1', '0', 4060, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56722, 'coco_divan_c3', 'coco_divan_c3', 's', 2, 1, 1.5, '0', '1', '0', 4061, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56723, 'coco_c', 'coco_c', 's', 1, 1, 1.3, '1', '0', '0', 4062, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56724, 'coco_sofa_c4', 'coco_sofa_c4', 's', 3, 1, 1, '0', '1', '0', 4063, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56725, 'coco_sofatable_c2', 'coco_sofatable_c2', 's', 1, 1, 1.3, '1', '0', '0', 4064, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56726, 'coco_throne_c4', 'coco_throne_c4', 's', 1, 1, 1.5, '0', '1', '0', 4065, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56727, 'coco_sofa', 'coco_sofa', 's', 3, 1, 1, '0', '1', '0', 4066, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56728, 'lm_crystal_skull', 'lm_crystal_skull', 's', 1, 1, 1, '0', '0', '0', 4067, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56729, 'lm_bananadrink', 'lm_bananadrink', 's', 1, 1, 1, '0', '0', '0', 4068, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(56731, 'petfood25', 'petfood25', 's', 1, 1, 1, '1', '0', '0', 4070, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(86000, 'lm_bananadrink', 'lm_bananadrink', 's', 1, 1, 3, '0', '0', '0', 4068, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(86001, 'lm_crystal_skull', 'lm_crystal_skull', 's', 1, 1, 0.2, '0', '0', '0', 4067, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(86002, 'petfood25', 'petfood25', 's', 1, 1, 0.2, '0', '0', '0', 4070, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000, 'HabMoon Aapje', 'a0 pet14', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '0', '0', 0, 0),
(30043, 'studio_stool', 'studio_stool', 's', 1, 1, 1, '0', '1', '0', 4081, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30041, 'ads_mtv_floor', 'ads_mtv_floor', 's', 1, 1, 0.1, '1', '0', '1', 4079, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30042, 'studio_monitor', 'studio_monitor', 's', 1, 1, 1, '0', '0', '0', 4080, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30044, 'studio_fencecr', 'studio_fencecr', 's', 1, 1, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30045, 'studio_guitar', 'studio_guitar', 's', 1, 1, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30046, 'studio_amp2', 'studio_amp2', 's', 2, 1, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30047, 'studio_fence', 'studio_fence', 's', 1, 2, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30048, 'studio_amp1', 'studio_amp1', 's', 2, 1, 2, '1', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30049, 'studio_floorlight', 'studio_floorlight', 's', 1, 1, 0.1, '1', '0', '1', 4087, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30050, 'studio_mixingdesk', 'studio_mixingdesk', 's', 5, 1, 1, '0', '0', '0', 4088, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30051, 'studio_camera', 'studio_camera', 's', 1, 1, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(30052, 'studio_tv', 'studio_tv', 's', 1, 1, 0.1, '0', '0', '1', 4090, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(30053, 'studio_lights3', 'studio_lights3', 's', 1, 1, 0.1, '0', '0', '1', 4091, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30054, 'studio_lights2', 'studio_lights2', 's', 1, 1, 0.1, '0', '0', '1', 4092, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30055, 'studio_drums', 'studio_drums', 's', 3, 1, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30056, 'studio_lights1', 'studio_lights1', 's', 1, 1, 0.1, '0', '0', '1', 4094, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30057, 'studio_chair', 'studio_chair', 's', 1, 1, 1, '0', '1', '0', 4095, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30058, 'ads_mtv_wall', 'ads_mtv_wall', 'i', 1, 1, 1, '0', '0', '0', 4411, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000500, 'hole2', 'hole2', 's', 2, 2, 1, '0', '0', '0', 95500, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3000501, 's12_bonfire', 's12_bonfire', 's', 2, 2, 3, '0', '0', '0', 95501, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(3000502, 'summer_blaster', 'summer_blaster', 's', 1, 1, 1, '0', '0', '0', 95502, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3000503, 'summer_sunset_wall', 'summer_sunset_wall', 'i', 1, 1, 1, '0', '0', '0', 95503, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3000504, 'lm_bigrock', 'lm_bigrock', 's', 2, 3, 3, '0', '0', '0', 95504, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(3000505, 'lm_palm1', 'lm_palm1', 's', 1, 1, 3, '0', '0', '0', 95505, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3000506, 'lm_totem', 'lm_totem', 's', 1, 1, 1, '0', '0', '0', 95506, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(30000142, 'Horn Throne', 'hornthrone', 's', 1, 1, 1, '0', '1', '0', 30000142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300161, 'Coat Hanger', 'Coatr', 's', 1, 1, 1, '1', '0', '0', 30300161, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000144, 'Peter FG Throne', 'Famgy1', 's', 1, 1, 1, '0', '1', '0', 71000144, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000145, 'Lois FG Throne', 'Famgy2', 's', 1, 1, 1, '0', '1', '0', 71000145, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000146, 'Chris FG Throne', 'Famgy3', 's', 1, 1, 1, '0', '1', '0', 71000146, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000147, 'Meg FG Throne', 'Famgy4', 's', 1, 1, 1, '0', '1', '0', 71000147, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000148, 'Stewie FG Throne', 'Famgy5', 's', 1, 1, 1, '0', '1', '0', 71000148, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000149, 'Brian FG Throne', 'Famgy6', 's', 1, 1, 1, '0', '1', '0', 71000149, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71000143, 'Hello Kitty Throne', 'HeloKt', 's', 1, 1, 1, '0', '1', '0', 71000143, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4720, 'jetset_vault_crnr name', 'jetset_vault_crnr', 's', 1, 1, 4, '1', '0', '0', 4720, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4719, 'jetset_vault_wall name', 'jetset_vault_wall', 's', 2, 1, 4, '1', '0', '0', 4719, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(71000188, 'Cheese Throne', 'chsthr', 's', 1, 1, 1, '0', '1', '0', 71000188, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20020130, '8-Bit Link Throne', 'bitlnk', 's', 1, 1, 1, '0', '1', '0', 20020130, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(71560142, 'Smo Throne (Red)', 'smothrone', 's', 1, 1, 1, '0', '1', '0', 71560142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(300004142, 'Batman Throne', 'Batthr', 's', 1, 1, 1, '0', '1', '0', 30000142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568406, 'Single wall', 'cons_walls1', 's', 1, 1, 1, '1', '0', '0', 4391, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568407, 'Single wall corner', 'cons_cornr', 's', 1, 1, 1, '1', '0', '0', 4392, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568408, 'Upper Wall', 'cons_walls2', 's', 1, 1, 1, '1', '0', '0', 4393, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3568409, 'Upper corner', 'cons_corn1', 's', 1, 1, 1, '1', '0', '0', 4394, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20604, 'Black+Yellow USVA Wallrug', 'usva2_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4417, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20605, 'Green USVA Rug', 'usva3_rug', 's', 2, 2, 0, '1', '0', '0', 4108, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20606, 'Blue USVA Sofa', 'usva5_sofa', 's', 2, 1, 1, '1', '1', '0', 4109, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20607, 'Red USVA Table Lamp', 'usva4_lamble', 's', 1, 1, 1, '1', '0', '0', 4110, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20608, 'Green USVA Block Shelf', 'usva3_shelf', 's', 1, 1, 1, '1', '0', '0', 4111, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20610, 'Yellow USVA table', 'usva2_table', 's', 2, 2, 1, '1', '0', '0', 4113, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20611, 'White USVA Shelf', 'usva_shelf2', 's', 1, 1, 1, '1', '0', '0', 4114, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20612, 'Red USVA Sofa', 'usva4_sofa', 's', 2, 1, 1, '1', '1', '0', 4115, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20613, 'Pink USVA table', 'usva_table', 's', 2, 2, 1, '1', '0', '0', 4116, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20614, 'Blue USVA Table', 'usva5_table', 's', 2, 2, 1, '1', '0', '0', 4117, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20615, 'Pink USVA Table Lamp', 'usva_lamble', 's', 1, 1, 1, '1', '0', '0', 4118, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20616, 'Yellow USVA Sofa', 'usva2_sofa', 's', 2, 1, 1, '1', '1', '0', 4119, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20617, 'Yellow USVA Chair', 'usva2_chair', 's', 1, 1, 1, '1', '1', '0', 4120, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20618, 'Pink USVA Lamp', 'usva_lamp', 's', 0, 0, 0, '1', '0', '0', 4121, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20619, 'Black USVA Shelf', 'usva2_shelf2', 's', 0, 0, 0, '1', '0', '0', 4122, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20620, 'Pink USVA Chair', 'usva_chair', 's', 1, 1, 1, '1', '1', '0', 4123, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20621, 'Blue USVA Desk Lamp', 'usva5_lamble', 's', 0, 0, 0, '1', '0', '0', 4124, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20622, 'Yellow USVA Lamp', 'usva2_lamp', 's', 0, 0, 0, '1', '0', '0', 4125, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20623, 'Red USVA Chair', 'usva4_chair', 's', 1, 1, 1, '1', '1', '0', 4126, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20624, 'Green USVA Shelf', 'usva3_shelf2', 's', 0, 0, 0, '1', '0', '0', 4127, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20625, 'Green USVA Table', 'usva3_table', 's', 0, 0, 0, '1', '0', '0', 4128, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20626, 'Black USVA Rug', 'usva2_rug', 's', 0, 0, 0, '1', '0', '0', 4129, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20627, 'Red USVA table', 'usva4_table', 's', 0, 0, 0, '1', '0', '0', 4130, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20628, 'Blue USVA Lamp', 'usva5_lamp', 's', 0, 0, 0, '1', '0', '0', 4131, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20629, 'Green USVA Chair', 'usva3_chair', 's', 1, 1, 1, '1', '1', '0', 4132, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20630, 'Green USVA Table Lamp', 'usva3_lamble', 's', 0, 0, 0, '1', '0', '0', 4133, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20631, 'Pink USVA Sofa', 'usva_sofa', 's', 0, 0, 0, '1', '1', '0', 4134, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20632, 'White USVA Block Shelf', 'usva_shelf', 's', 1, 1, 1, '1', '0', '0', 4135, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20633, 'Red USVA Lamp', 'usva4_lamp', 's', 0, 0, 0, '1', '0', '0', 4136, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20634, 'Yellow USVA Table Lamp', 'usva2_lamble', 's', 1, 1, 1, '1', '0', '0', 4137, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(20635, 'Green USVA Lamp', 'usva3_lamp', 's', 0, 0, 0, '1', '0', '0', 4138, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(20636, 'Red USVA Rug', 'usva4_rug', 's', 2, 2, 0, '1', '0', '0', 4139, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20637, 'Black USVA Block Shelf', 'usva2_shelf', 's', 1, 1, 1, '1', '0', '0', 4140, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20638, 'Green USVA Sofa', 'usva3_sofa', 's', 2, 1, 1, '1', '1', '0', 4141, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20639, 'Blue USVA Rug', 'usva5_rug', 's', 2, 2, 0, '1', '0', '1', 4142, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20640, 'Blue USVA Chair', 'usva5_chair', 's', 1, 1, 1, '1', '1', '0', 4143, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(20641, 'White+Blue USVA Wallrug', 'usva5_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4413, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20642, 'Green USVA Wallrug', 'usva3_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4414, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20643, 'White+Pink USVA Wallrug', 'usva_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4415, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(20644, 'Red USVA Wallrug', 'usva4_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4416, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(30200761, 'Vip Egg', 'VIPE1', 's', 1, 1, 1, '1', '0', '0', 30200761, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30200762, 'Vip Egg', 'VIPE2', 's', 1, 1, 1, '1', '0', '0', 30200762, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300262, 'PacMancustoms1', 'PacMancustoms1', 's', 1, 1, 1, '1', '0', '0', 30300262, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300263, 'PacMancustoms2', 'PacMancustoms2', 's', 1, 1, 1, '1', '0', '0', 30300263, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300264, 'PacMancustoms3', 'PacMancustoms3', 's', 1, 1, 1, '1', '0', '0', 30300264, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300265, 'PacMancustoms4', 'PacMancustoms4', 's', 1, 1, 1, '1', '0', '0', 30300265, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300266, 'PacMancustoms5', 'PacMancustoms5', 's', 1, 1, 1, '1', '0', '0', 30300266, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400114, 'Marvel: Hulk', 'CP_V1_MarvelR4', 's', 1, 1, 1, '1', '0', '0', 32400114, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400115, 'Marvel: Ghost Rider', 'CP_V1_MarvelR5', 's', 1, 1, 1, '1', '0', '0', 32400115, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400116, 'Marvel: Captain America', 'CP_V1_MarvelR6', 's', 1, 1, 1, '1', '0', '0', 32400116, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(334021231, 'HC_toiletMastr', 'HC_toiletMastr', 's', 1, 1, 1, '1', '0', '0', 334021231, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400111, 'Marvel: Venom', 'CP_V1_MarvelR1', 's', 1, 1, 1, '1', '0', '0', 32400111, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400112, 'Marvel: Spiderman', 'CP_V1_MarvelR2', 's', 1, 1, 1, '1', '0', '0', 32400112, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400113, 'Marvel: SandMan', 'CP_V1_MarvelR3', 's', 1, 1, 1, '1', '0', '0', 32400113, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700324, 'V_ColorR1Nely1', 'V_ColorR1Nely1', 's', 1, 1, 0.001, '0', '0', '0', 7002215, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700325, 'V_ColorR1Nely2', 'V_ColorR1Nely2', 's', 1, 1, 0.001, '0', '0', '0', 7002216, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700326, 'V_ColorR1Nely3', 'V_ColorR1Nely3', 's', 1, 1, 0.001, '0', '0', '0', 7002217, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700327, 'V_ColorR1Nely4', 'V_ColorR1Nely4', 's', 1, 1, 0.001, '0', '0', '0', 7002218, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700328, 'V_ColorR1Nely5', 'V_ColorR1Nely5', 's', 1, 1, 0.001, '0', '0', '0', 7002219, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700329, 'V_ColorR1Nely6', 'V_ColorR1Nely6', 's', 1, 1, 0.001, '0', '0', '0', 7002220, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400171, 'CP_V1_MarvelR7', 'CP_V1_MarvelR7', 's', 1, 1, 1, '1', '0', '0', 32400171, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300761, 'SoundBlaster01', 'SoundBlaster01', 's', 1, 1, 1, '1', '0', '0', 30300761, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300762, 'SoundBlaster02', 'SoundBlaster02', 's', 1, 1, 1, '1', '0', '0', 30300762, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300763, 'SoundBlaster03', 'SoundBlaster03', 's', 1, 1, 1, '1', '0', '0', 30300763, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300764, 'SoundBlaster04', 'SoundBlaster04', 's', 1, 1, 1, '1', '0', '0', 30300764, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300351, 'Golden Nelly Fountain', 'nelyft_goldd', 's', 1, 1, 1, '1', '0', '0', 30300351, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300352, 'Silver Nelly Fountain', 'nelyft_silvr', 's', 1, 1, 1, '1', '0', '0', 30300352, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300353, 'Bronze Nelly Fountain', 'nelyft_brnze', 's', 1, 1, 1, '1', '0', '0', 30300353, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400121, 'Angel Dragon', 'AngelDragonVkr', 's', 1, 1, 1, '1', '0', '0', 32400121, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32400122, 'Devil Dragon', 'DevilDragonVkr', 's', 1, 1, 1, '1', '0', '0', 32400122, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30001142, 'thsyd1', 'thsyd1', 's', 1, 1, 1, '0', '1', '0', 30001142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30002142, 'thsyd2', 'thsyd2', 's', 1, 1, 1, '0', '1', '0', 30002142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30003142, 'thsyd3', 'thsyd3', 's', 1, 1, 1, '0', '1', '0', 30003142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700011, 'Iceg1', 'Iceg1', 's', 1, 1, 0.5, '1', '0', '0', 7000112, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700012, 'Iceg2', 'Iceg2', 's', 1, 1, 0.5, '1', '0', '0', 7000113, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700013, 'Iceg3', 'Iceg3', 's', 1, 1, 0.5, '1', '0', '0', 7000114, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700014, 'Iceg4', 'Iceg4', 's', 1, 1, 0.5, '1', '0', '0', 7000115, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700015, 'Iceg5', 'Iceg5', 's', 1, 1, 0.5, '1', '0', '0', 7000116, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700016, 'Iceg6', 'Iceg6', 's', 1, 1, 0.5, '1', '0', '0', 7000117, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700017, 'Iceg7', 'Iceg7', 's', 1, 1, 0.5, '1', '0', '0', 7000118, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(700018, 'Iceg8', 'Iceg8', 's', 1, 1, 0.5, '1', '0', '0', 7000119, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4718, 'Bouncer', 'js_bouncer', 's', 1, 1, 1, '0', '0', '0', 4718, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4717, 'prizetrophy_room_1 name', 'prizetrophy_room_1', 's', 1, 1, 1, '0', '0', '0', 4717, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(7000121, 'Iceg9', 'Iceg9', 's', 1, 1, 0.5, '1', '0', '0', 70001122, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000122, 'Iceh1', 'Iceh2', 's', 1, 1, 0.5, '1', '0', '0', 70001123, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000123, 'Iceh2', 'Iceh1', 's', 1, 1, 0.5, '1', '0', '0', 70001124, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300251, 'Wii', 'gmeswii', 's', 1, 1, 1, '1', '0', '0', 30300251, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300252, 'Game Cube', 'gmesgcb', 's', 1, 1, 1, '1', '0', '0', 30300252, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300253, 'Ps2', 'gmesps2', 's', 1, 1, 1, '1', '0', '0', 30300253, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30300254, 'Ps3', 'gmesps3', 's', 1, 1, 1, '1', '0', '0', 30300254, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(100030411, 'gm_tttrftablec', 'gm_tttrftablec', 's', 1, 1, 1, '0', '0', '0', 100030411, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31000, 'halthn', 'halthn', 's', 1, 1, 1, '0', '1', '0', 31000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32000, 'slmthn', 'slmthn', 's', 1, 1, 1, '0', '1', '0', 32000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99999, 'tnpthr', 'tnpthr', 's', 1, 1, 1, '0', '1', '0', 99999, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(300080, 'Blue Petal patch', 'blue_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 300080, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000314, 'mc_jungleeleph', 'mc_jungleeleph', 's', 1, 1, 1, '0', '0', '0', 1000314, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000315, 'mc_bombentegyp', 'mc_bombentegyp', 's', 1, 1, 1, '0', '0', '0', 1000315, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000316, 'mc_bombshipgyp', 'mc_bombshipgyp', 's', 1, 1, 1, '0', '0', '0', 1000316, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000317, 'mc_starshipgyp', 'mc_starshipgyp', 's', 1, 1, 1, '0', '0', '0', 1000317, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000310, 'ek_wael', 'ek_wael', 's', 1, 1, 1, '0', '0', '0', 1000310, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(1000309, 'mc_ancieatmgyp', 'mc_ancieatmgyp', 's', 1, 1, 1, '0', '0', '0', 1000309, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4518, 'lido_table name', 'lido_table', 's', 1, 1, 1, '0', '0', '0', 4518, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4517, 'lido_kiosk name', 'lido_kiosk', 's', 1, 5, 1, '0', '0', '0', 4517, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4516, 'lido_chair name', 'lido_chair', 's', 1, 1, 1, '0', '1', '0', 4516, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4515, 'lidofence name', 'lidofence', 's', 1, 1, 1, '0', '0', '0', 4515, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4513, 'lido_parasol name', 'lido_parasol', 's', 1, 1, 1, '0', '0', '0', 4513, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4514, 'lidowall1 name', 'lidowall1', 's', 4, 1, 1, '0', '0', '0', 4514, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(34085, 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', 1, 1, 1, '0', '0', '0', 3769, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(34082, 'fball_nell', 'fball_nell', 's', 1, 1, 0, '0', '0', '1', 26012013, '1', '1', '1', '1', '1', 'ball', 1, '0', '0', '0', '0', 0, 0),
(4511, 'lido_bench name', 'lido_bench', 's', 2, 1, 1, '0', '1', '0', 4511, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10000017, 'holo2', 'holo2', 's', 1, 1, 1, '1', '0', '0', 10000017, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10000018, 'holo2', 'holo1', 's', 1, 1, 1, '1', '0', '0', 10000018, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4512, 'lidowall3 name', 'lidowall3', 's', 4, 1, 1, '0', '0', '0', 4512, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(654321864, 'holo_frank3', 'holo_frank3', 's', 1, 1, 1, '0', '0', '0', 25034, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(100000274, 'sm_tresureineo2', 'sm_tresureineo2', 's', 1, 1, 1, '1', '0', '0', 100000274, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(100000154, 'maceg', 'maceg', 's', 1, 1, 1, '1', '0', '0', 100000154, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4524, 'lidostage name', 'lidostage', 's', 2, 2, 0.5, '0', '0', '1', 4524, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4523, 'lidostairs name', 'lidostairs', 's', 2, 2, 0.5, '0', '0', '1', 4523, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666700, 'cweed_egg', 'cweed_egg', 's', 1, 1, 1, '0', '0', '0', 5700, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4728, 'Coin Rain', 'js_coins', 's', 1, 1, 0, '1', '0', '1', 4728, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4727, 'Golden Bathtub', 'jetset_tub', 's', 1, 2, 1, '0', '1', '0', 4727, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(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),
(4726, 'Paparazzi Wall Corner', 'jetset_vipscreencr', 's', 1, 2, 2, '0', '0', '0', 4726, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4721, 'jetset_moneypatch name', 'jetset_moneypatch', 's', 2, 2, 0.1, '0', '0', '1', 4721, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4722, 'jetset_vault_door name', 'jetset_vault_door', 's', 2, 1, 0.1, '1', '0', '0', 4722, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(4723, 'Diamond Dragon Lamp', 'diamond_dragon', 's', 1, 1, 1, '0', '0', '0', 4723, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(10000020, 'hornkm', 'hornkm', 's', 1, 1, 1, '1', '0', '0', 10000020, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10000022, 'diamor', 'diamor', 's', 1, 1, 1, '1', '0', '0', 10000022, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10000037, 'happy11_eidck', 'happy11_eidck', 's', 1, 1, 1, '1', '0', '0', 10000037, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000150, 'Pikachu', 'pikachu', 's', 1, 1, 1, '1', '0', '0', 30000150, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000151, 'Bulbasaur', 'bulbsar', 's', 1, 1, 1, '1', '0', '0', 30000151, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000153, 'Squitle', 'squirtl', 's', 1, 1, 1, '1', '0', '0', 30000153, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000154, 'Charmander', 'charman', 's', 1, 1, 1, '1', '0', '0', 30000154, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000155, 'Mudkip', 'mudkipx', 's', 1, 1, 1, '1', '0', '0', 30000155, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000156, 'Piplup', 'piplupx', 's', 1, 1, 1, '1', '0', '0', 30000156, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000157, 'Pachirisu', 'chirisu', 's', 1, 1, 1, '1', '0', '0', 30000157, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000158, 'Vulpix', 'vulpixx', 's', 1, 1, 1, '1', '0', '0', 30000158, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000159, 'Buizel', 'buizelx', 's', 1, 1, 1, '1', '0', '0', 30000159, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000160, 'Buneary', 'buneary', 's', 1, 1, 1, '1', '0', '0', 30000160, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000161, 'Mew', 'immewhu', 's', 1, 1, 1, '1', '0', '0', 30000161, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000162, 'Mewtwo', 'imewtwo', 's', 1, 1, 1, '1', '0', '0', 30000162, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(12298, 'Silver & Purple dragon', 'rare_purpledrag', 's', 1, 1, 1, '0', '0', '0', 12298, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(80002145, 'rara_fountain', 'rara_fountain', 's', 1, 1, 1, '1', '0', '0', 80002145, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4000015, 'Tsuka Car - HabMoon - Mithex', 'tcar', 's', 4, 10, 1, '0', '0', '0', 4000015, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(200090, 'paypay', 'paypay', 's', 1, 1, 1, '0', '1', '0', 200090, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(200091, 'exe_pay', 'exe_pay', 's', 1, 1, 0, '1', '0', '0', 200091, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(200092, 'synap', 'synap', 's', 1, 1, 0.001, '0', '0', '0', 200092, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(200093, 'bludice', 'bludice', 's', 1, 1, 1, '0', '0', '0', 200093, '1', '1', '0', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(96141, 'school_platform', 'school_platform', 's', 1, 1, 1, '1', '0', '1', 4145, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(96142, 'school_locker_b', 'school_locker_b', 's', 1, 1, 0.001, '0', '0', '0', 4146, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(96143, 'school_locker_r_nosale', 'school_locker_r_nosale', 's', 1, 1, 1, '0', '0', '0', 4147, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96144, 'school_toilet_stall', 'school_toilet_stall', 's', 1, 1, 1, '0', '1', '0', 4148, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96145, 'school_stuff_06', 'school_stuff_06', 's', 1, 1, 1, '0', '0', '0', 4149, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96146, 'school_locker_r', 'school_locker_r', 's', 1, 1, 0.001, '0', '0', '0', 4150, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(96147, 'school_bus', 'school_bus', 's', 4, 2, 1, '0', '1', '0', 4151, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96148, 'school_table', 'school_table', 's', 3, 2, 1, '1', '0', '0', 4152, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96149, 'school_bench', 'school_bench', 's', 3, 1, 1, '0', '1', '0', 4153, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96150, 'school_console', 'school_console', 's', 1, 1, 1, '0', '0', '0', 4154, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96151, 'school_stuff_01', 'school_stuff_01', 's', 1, 1, 1, '0', '0', '0', 4155, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96152, 'school_stuff_05', 'school_stuff_05', 's', 1, 1, 1, '0', '0', '0', 4156, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96153, 'school_floor', 'school_floor', 's', 2, 2, 0.001, '0', '0', '1', 4157, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96154, 'school_locker_b_nosale', 'school_locker_b_nosale', 's', 1, 1, 1, '0', '0', '0', 4158, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96155, 'school_stuff_02', 'school_stuff_02', 's', 1, 1, 1, '0', '0', '0', 4159, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96156, 'school_stuff_04', 'school_stuff_04', 's', 1, 1, 1, '0', '0', '0', 4160, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96157, 'school_stuff_03', 'school_stuff_03', 's', 1, 1, 1, '0', '0', '0', 4161, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96158, 'school_chalkboard', 'school_chalkboard', 'i', 0, 0, 1, '0', '0', '0', 4418, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(96159, 'school_urinal', 'school_urinal', 'i', 0, 0, 1, '0', '0', '0', 4419, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(96160, 'school_wall', 'school_wall', 'i', 0, 0, 1, '0', '0', '0', 4420, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(96161, 'school_charts', 'school_charts', 'i', 0, 0, 1, '0', '0', '0', 4421, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(96162, 'school_toilet_wall', 'school_toilet_wall', 'i', 0, 0, 1, '0', '0', '0', 4422, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(2301195, 'egg10', 'egg10', 's', 1, 1, 1, '0', '0', '0', 2301195, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2301196, 'egg11', 'egg11', 's', 1, 1, 1, '0', '0', '0', 2301196, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2301197, 'egg12', 'egg12', 's', 1, 1, 1, '0', '0', '0', 2301197, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39300170, 'bobone', 'bobone', 's', 1, 1, 1, '0', '1', '0', 39300170, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39300171, 'marone', 'marone', 's', 1, 1, 1, '0', '1', '0', 39300171, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(300085, 'Pink Petal patch', 'pink_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 300085, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002215, 'V_ColorR1Nely1', 'V_ColorR1Nely1', 's', 1, 1, 0.001, '0', '0', '0', 7002215, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002216, 'V_ColorR1Nely2', 'V_ColorR1Nely2', 's', 1, 1, 0.001, '0', '0', '0', 7002216, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002217, 'V_ColorR1Nely3', 'V_ColorR1Nely3', 's', 1, 1, 0.001, '0', '0', '0', 7002217, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002218, 'V_ColorR1Nely4', 'V_ColorR1Nely4', 's', 1, 1, 0.001, '0', '0', '0', 7002218, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002219, 'V_ColorR1Nely5', 'V_ColorR1Nely5', 's', 1, 1, 0.001, '0', '0', '0', 7002219, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7002220, 'V_ColorR1Nely6', 'V_ColorR1Nely6', 's', 1, 1, 0.001, '0', '0', '0', 7002220, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920003, 'Super Mario - Black Yoshi Egg', 'yblac', 's', 1, 1, 1, '1', '0', '0', 920003, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920004, 'Super Mario - Blue Yoshi Egg', 'yblue', 's', 1, 1, 1, '1', '0', '0', 920004, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920005, 'Super Mario - Green Yoshi Egg', 'ygree', 's', 1, 1, 1, '1', '0', '0', 920005, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920006, 'Super Mario - Light Blue Yoshi Egg', 'ylblu', 's', 1, 1, 1, '1', '0', '0', 920006, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920007, 'Super Mario - Pink Yoshi Egg', 'ypink', 's', 1, 1, 1, '1', '0', '0', 920007, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920008, 'Super Mario - Red Yoshi Egg', 'yred1', 's', 1, 1, 1, '1', '0', '0', 920008, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920009, 'Super Mario - White Yoshi Egg', 'ywhit', 's', 1, 1, 1, '1', '0', '0', 920009, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920010, 'Super Mario - Yellow Yoshi Egg', 'yyell', 's', 1, 1, 1, '1', '0', '0', 920010, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(88898, 'Black Dicemaster', 'blkdice', 's', 1, 1, 1, '0', '0', '0', 88898, '1', '1', '1', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(900006, 'Pikachu Egg', 'pikae', 's', 1, 1, 1, '1', '0', '0', 900006, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900005, 'Mew Egg', 'meweg', 's', 1, 1, 1, '1', '0', '0', 900005, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900004, 'Haunter Egg', 'haunt', 's', 1, 1, 1, '1', '0', '0', 900004, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900003, 'Cindiqual Egg', 'cindi', 's', 1, 1, 1, '1', '0', '0', 900003, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900002, 'Chikorita Egg', 'chiko', 's', 1, 1, 1, '1', '0', '0', 900002, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900001, 'Charmander Egg', 'chare', 's', 1, 1, 1, '1', '0', '0', 900001, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(900010, 'Celebi Egg', 'celeb', 's', 1, 1, 1, '1', '0', '0', 900010, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80002223, '', 'avatar_effect78', 'e', 1, 1, 1, '0', '0', '0', 78, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002224, '', 'avatar_effect79', 'e', 1, 1, 1, '0', '0', '0', 79, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002225, '', 'avatar_effect80', 'e', 1, 1, 1, '0', '0', '0', 80, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002226, '', 'avatar_effect81', 'e', 1, 1, 1, '0', '0', '0', 81, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002227, '', 'avatar_effect82', 'e', 1, 1, 1, '0', '0', '0', 82, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002228, '', 'avatar_effect83', 'e', 1, 1, 1, '0', '0', '0', 83, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002229, '', 'avatar_effect84', 'e', 1, 1, 1, '0', '0', '0', 84, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002230, '', 'avatar_effect85', 'e', 1, 1, 1, '0', '0', '0', 85, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002231, '', 'avatar_effect86', 'e', 1, 1, 1, '0', '0', '0', 86, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002232, '', 'avatar_effect87', 'e', 1, 1, 1, '0', '0', '0', 87, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002233, '', 'avatar_effect88', 'e', 1, 1, 1, '0', '0', '0', 88, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002234, '', 'avatar_effect89', 'e', 1, 1, 1, '0', '0', '0', 89, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002235, '', 'avatar_effect90', 'e', 1, 1, 1, '0', '0', '0', 90, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002236, '', 'avatar_effect91', 'e', 1, 1, 1, '0', '0', '0', 91, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(80002237, '', 'avatar_effect92', 'e', 1, 1, 1, '0', '0', '0', 92, '0', '0', '0', '0', '0', 'default', 1, '0', '', '0', '0', 0, 0),
(587161, 'halowenEggpum1', 'halowenEggpum1', 's', 1, 1, 1, '1', '0', '0', 587161, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920001, 'Super Mario - Mario Egg', 'mario', 's', 1, 1, 1, '1', '0', '0', 920001, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(920002, 'Super Mario - Luigi Egg', 'luigi', 's', 1, 1, 1, '1', '0', '0', 920002, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4266, 'hween11_punch name', 'hween11_punch', 's', 1, 1, 1, '1', '0', '0', 4266, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4267, 'hween11_dish2 name', 'hween11_dish2', 's', 1, 1, 1, '0', '0', '0', 4267, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4268, 'hween11_pumpkin name', 'hween11_pumpkin', 's', 1, 1, 1, '1', '0', '0', 4268, '1', '1', '1', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(4269, 'hween11_sofa name', 'hween11_sofa', 's', 2, 1, 1, '0', '1', '0', 4269, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4270, 'hween11_dish3 name', 'hween11_dish3', 's', 1, 1, 1, '0', '0', '0', 4270, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4271, 'hween11_dish4 name', 'hween11_dish4', 's', 1, 1, 1, '0', '0', '0', 4271, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4272, 'hween11_disflo name', 'hween11_disflo', 's', 2, 2, 0, '0', '0', '1', 4272, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(4273, 'hween11_dish1 name', 'hween11_dish1', 's', 1, 1, 1, '0', '0', '0', 4273, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4275, 'Unicorn Manure', 'horse_poop_luxus', 's', 1, 1, 0, '1', '0', '0', 4275, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(4434, 'hween11_window name', 'hween11_window', 'i', 0, 0, 0, '1', '0', '0', 4434, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4264, 'prizetrophy_hween11 name', 'prizetrophy_hween11', 's', 1, 1, 1, '0', '0', '0', 4264, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4265, 'hween11_disflo2 name', 'hween11_disflo2', 's', 2, 2, 0, '1', '0', '0', 4265, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(30354, 'ads_flag_un', 'ads_flag_un', 'i', 1, 1, 1, '1', '0', '0', 4429, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30355, 'boutique_hcsign', 'boutique_hcsign', 's', 1, 1, 1, '0', '0', '0', 4186, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30356, 'boutique_vipsign', 'boutique_vipsign', 's', 1, 1, 1, '0', '0', '0', 4187, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30357, 'bubble_lamp1', 'bubble_lamp1', 's', 1, 1, 1, '0', '0', '0', 4188, '1', '1', '0', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(30358, 'Pura Roundpad - By HabMoon', 'pura_roundpad1', 's', 1, 1, 1, '0', '1', '0', 4201, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30359, 'Pura Roundpad - By HabMoon', 'pura_roundpad2', 's', 1, 1, 1, '0', '1', '0', 4202, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30360, 'Pura Roundpad - By HabMoon', 'pura_roundpad3', 's', 1, 1, 1, '0', '1', '0', 4196, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30361, 'Pura Roundpad - By HabMoon', 'pura_roundpad4', 's', 1, 1, 1, '0', '1', '0', 4197, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30362, 'Pura Roundpad - By HabMoon', 'pura_roundpad5', 's', 1, 1, 1, '0', '1', '0', 4204, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30363, 'Pura Roundpad - By HabMoon', 'pura_roundpad6', 's', 1, 1, 1, '0', '1', '0', 4194, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30364, 'Pura Roundpad - By HabMoon', 'pura_roundpad7', 's', 1, 1, 1, '0', '1', '0', 4206, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30365, 'Pura Roundpad - By HabMoon', 'pura_roundpad8', 's', 1, 1, 1, '0', '1', '0', 4189, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30366, 'Pura Roundpad - By HabMoon', 'pura_roundpad9', 's', 1, 1, 1, '0', '1', '0', 4191, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(30367, 'Waterbowl - Blue', 'waterbowl_basic*2', 's', 1, 1, 1, '0', '0', '0', 4182, '1', '1', '0', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(30368, 'Eleblock - By HabMoon', 'eleblock1', 's', 1, 1, 1, '0', '0', '0', 4200, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30369, 'Eleblock - By HabMoon', 'eleblock2', 's', 1, 1, 1, '0', '0', '0', 4192, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30370, 'Eleblock - By HabMoon', 'eleblock3', 's', 1, 1, 1, '0', '0', '0', 4199, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30371, 'Eleblock - By HabMoon', 'eleblock4', 's', 1, 1, 1, '0', '0', '0', 4193, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30372, 'Eleblock - By HabMoon', 'eleblock5', 's', 1, 1, 1, '0', '0', '0', 4198, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30373, 'Eleblock - By HabMoon', 'eleblock6', 's', 1, 1, 1, '0', '0', '0', 4207, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30374, 'Eleblock - By HabMoon', 'eleblock7', 's', 1, 1, 1, '0', '0', '0', 4195, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30375, 'Eleblock - By HabMoon', 'eleblock8', 's', 1, 1, 1, '0', '0', '0', 4203, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30376, 'Eleblock - By HabMoon', 'eleblock9', 's', 1, 1, 1, '0', '0', '0', 4205, '1', '1', '0', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(30377, 'Pura block lamp - By HabMoon', 'pura_block_lamp1', 's', 1, 1, 1, '0', '0', '0', 4190, '1', '1', '0', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(30378, 'Waterbowl - Pink', 'waterbowl_basic*1', 's', 1, 1, 1, '1', '0', '0', 4181, '1', '1', '0', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(30379, 'Waterbowl - Green', 'waterbowl_basic*3', 's', 1, 1, 1, '1', '0', '0', 4183, '1', '1', '0', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(30380, 'Waterbowl - Yellow', 'waterbowl_basic*4', 's', 1, 1, 1, '1', '0', '0', 4184, '1', '1', '0', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(30381, 'Waterbowl - Red', 'waterbowl_basic*5', 's', 1, 1, 1, '1', '0', '0', 4185, '1', '1', '0', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(710001993, 'Polished Floor', 'boutique_floor1a', 's', 0, 0, 0, '1', '0', '0', 4164, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001994, 'Boutique Shelf', 'boutique_table1', 's', 0, 0, 0, '1', '0', '0', 4165, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001995, 'Pile Of Clothes', 'boutique_clothingpile', 's', 0, 0, 0, '1', '0', '0', 4166, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001996, 'Red Changing Booth', 'boutique_changing1', 's', 0, 0, 0, '1', '0', '0', 4167, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001997, 'Blue Changing Booth', 'boutique_changing3', 's', 0, 0, 0, '1', '0', '0', 4168, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001998, 'Chaise Longue', 'boutique_sofa2', 's', 0, 0, 0, '1', '0', '0', 4169, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710001999, 'Mannequin', 'boutique_mannequin1', 's', 0, 0, 0, '1', '0', '0', 4170, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002000, 'Pouf', 'boutique_sofa1', 's', 0, 0, 0, '1', '0', '0', 4171, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002001, 'Boutique Counter', 'boutique_table2', 's', 0, 0, 0, '1', '0', '0', 4172, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002002, 'Cash Register', 'boutique_cashreg', 's', 0, 0, 0, '1', '0', '0', 4173, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002003, 'Purple Changing Booth', 'boutique_changing2', 's', 0, 0, 0, '1', '0', '0', 4174, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002004, 'Small Shop Plant', 'boutique_plant1', 's', 0, 0, 0, '1', '0', '0', 4175, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002005, 'Large Shop Plant', 'boutique_plant2', 's', 0, 0, 0, '1', '0', '0', 4176, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002006, 'Glass Display Case', 'boutique_counter', 's', 0, 0, 0, '1', '0', '0', 4177, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002007, 'Large Polished Floor', 'boutique_floor2b', 's', 0, 0, 0, '1', '0', '0', 4178, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002008, 'Large Polished Floor', 'boutique_floor1b', 's', 0, 0, 0, '1', '0', '0', 4179, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(710002009, 'Polished Floor', 'boutique_floor2a', 's', 0, 0, 0, '1', '0', '0', 4180, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000280, 'White Marble Tiles', 'whte_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000280, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000281, 'Purple Marble tiles', 'prpl_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000281, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000282, 'Red Marble tiles', 'rede_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000282, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000283, 'Light Green Marble tiles', 'lgrn_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000283, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000284, 'Green Marble tiles', 'gren_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000284, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000285, 'Yellow Marble tiles', 'yllw_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000285, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000286, 'Orange Marble tiles', 'orge_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000286, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000287, 'Blue Marble tiles', 'blue_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000287, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000288, 'Light Blue Marble tiles', 'lbue_marble', 's', 1, 1, 0.01, '1', '0', '1', 3000288, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(501051, 'mw3hbx', 'mw3hbx', 's', 1, 1, 1, '1', '1', '0', 501051, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000085, 'Orange Petal patch', 'orng_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000085, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000086, 'Red Petal patch', 'rede_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000086, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000087, 'Grey Petal patch', 'grey_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000087, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000088, 'Gold Petal patch', 'gold_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000088, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000089, 'Inverted Petal patch', 'invt_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000089, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3000090, 'Purple Petal patch', 'purp_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000090, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3086260, 'Green Holoboy', 'gologram', 's', 1, 1, 0.001, '0', '0', '0', 3086260, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3086261, 'Pruple Holoboy', 'pologram', 's', 1, 1, 0.001, '0', '0', '0', 3086261, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3086262, 'Red Holoboy', 'rologram', 's', 1, 1, 0.001, '0', '0', '0', 3086262, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3086263, 'Yellow Holoboy', 'yologram', 's', 1, 1, 0.001, '0', '0', '0', 3086263, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(1237530, 'GoldenFurnitu1', 'GoldenFurnitu1', 's', 1, 1, 1, '0', '0', '0', 1237530, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237531, 'GoldenFurnitu2', 'GoldenFurnitu2', 's', 1, 1, 0.001, '1', '0', '0', 1237531, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237532, 'Golden Pillars', 'gold1_pillars', 's', 2, 1, 1, '0', '0', '0', 1237532, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237533, 'gold1_block', 'gold1_block', 's', 2, 1, 0.8, '0', '1', '0', 1237533, '1', '1', '0', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237489, 'Figure1Wiseone', 'Figure1Wiseone', 's', 1, 1, 1, '0', '0', '0', 1237489, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237490, 'Figure2Santasn', 'Figure2Santasn', 's', 1, 1, 1, '0', '0', '0', 1237490, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237491, 'Figure3WackoJa', 'Figure3WackoJa', 's', 1, 1, 1, '0', '0', '0', 1237491, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237492, 'Figure4Somguy1', 'Figure4Somguy1', 's', 1, 1, 1, '0', '0', '0', 1237492, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237493, 'Figure5Ironman', 'Figure5Ironman', 's', 1, 1, 1, '0', '0', '0', 1237493, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237494, 'Figure6Whrswly', 'Figure6Whrswly', 's', 1, 1, 1, '0', '0', '0', 1237494, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237495, 'Figure7Robiyns', 'Figure7Robiyns', 's', 1, 1, 1, '0', '0', '0', 1237495, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237496, 'Figure8Batmans', 'Figure8Batmans', 's', 1, 1, 1, '0', '0', '0', 1237496, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237497, 'Figure9Somguy1', 'Figure9Somguy1', 's', 1, 1, 1, '0', '0', '0', 1237497, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237498, 'Figure10Hulkes', 'Figure10Hulkes', 's', 1, 1, 1, '0', '0', '0', 1237498, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237499, 'Figure11CapAme', 'Figure11CapAme', 's', 1, 1, 1, '0', '0', '0', 1237499, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237500, 'Figure12GrnLtn', 'Figure12GrnLtn', 's', 1, 1, 1, '0', '0', '0', 1237500, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237501, 'Figure13DrthVd', 'Figure13DrthVd', 's', 1, 1, 1, '0', '0', '0', 1237501, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237502, 'Figure14Jedimn', 'Figure14Jedimn', 's', 1, 1, 1, '0', '0', '0', 1237502, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237503, 'Figure15GhstRd', 'Figure15GhstRd', 's', 1, 1, 1, '0', '0', '0', 1237503, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237504, 'Figure16Sparta', 'Figure16Sparta', 's', 1, 1, 1, '0', '0', '0', 1237504, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237505, 'Figure17Friday', 'Figure17Friday', 's', 1, 1, 1, '0', '0', '0', 1237505, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237506, 'Figure18Somgy1', 'Figure18Somgy1', 's', 1, 1, 1, '0', '0', '0', 1237506, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237507, 'Figure19Spidie', 'Figure19Spidie', 's', 1, 1, 1, '0', '0', '0', 1237507, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237508, 'Figere2Sandman', 'Figere2Sandman', 's', 1, 1, 1, '0', '0', '0', 1237508, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237509, 'Figere3Pokeman', 'Figere3Pokeman', 's', 1, 1, 1, '0', '0', '0', 1237509, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237510, 'Figere4Pokeash', 'Figere4Pokeash', 's', 1, 1, 1, '0', '0', '0', 1237510, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237511, 'Figere5Jokerbm', 'Figere5Jokerbm', 's', 1, 1, 1, '0', '0', '0', 1237511, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237512, 'Figere6Somguy1', 'Figere6Somguy1', 's', 1, 1, 1, '0', '0', '0', 1237512, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237513, 'Figere7Linkdsm', 'Figere7Linkdsm', 's', 1, 1, 1, '0', '0', '0', 1237513, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(1237514, 'Figere8Somguy1', 'Figere8Somguy1', 's', 1, 1, 1, '0', '0', '0', 1237514, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(969001, 'Blue Throne', 'kidth1', 's', 1, 1, 1, '0', '1', '0', 969001, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969002, 'Green Throne', 'kidth2', 's', 1, 1, 1, '0', '1', '0', 969002, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969003, 'Orange Throne', 'kidth3', 's', 1, 1, 1, '0', '1', '0', 969003, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969004, 'Pink Throne', 'kidth4', 's', 1, 1, 1, '0', '1', '0', 969004, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969005, 'Purple Throne', 'kidth5', 's', 1, 1, 1, '0', '1', '0', 969005, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(969006, 'Yellow Throne', 'kidth6', 's', 1, 1, 1, '0', '1', '0', 969006, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(19951995, 'divider_tst1', 'divider_test1', 's', 1, 1, 1, '0', '0', '0', 19951995, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4282, 'xmas11_sofatable name', 'xmas11_sofatable', 's', 2, 2, 1, '1', '0', '0', 4282, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4283, 'xmas11_comfy_chair name', 'xmas11_comfy_chair', 's', 1, 1, 1, '0', '1', '0', 4283, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4284, 'xmas2011_aurora1 name', 'xmas2011_aurora1', 's', 0, 0, 0, '0', '0', '0', 4284, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4285, 'xmas11_stonedivider name', 'xmas11_stonedivider', 's', 2, 1, 1, '0', '0', '0', 4285, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4286, 'xmas11_yetifeet name', 'xmas11_yetifeet', 's', 1, 1, 1, '0', '0', '0', 4286, '1', '1', '1', '1', '1', 'default', 3, '0', '', '', '0', 0, 0),
(4287, 'xmas2011_tree2 name', 'xmas2011_tree2', 's', 1, 1, 1, '0', '0', '0', 4287, '1', '1', '1', '1', '1', 'default', 3, '0', '', '', '0', 0, 0),
(4288, 'xmas11_woodfloor name', 'xmas11_woodfloor', 's', 2, 2, 0, '0', '0', '1', 4288, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4289, 'xmas11_footstool name', 'xmas11_footstool', 's', 1, 1, 1, '0', '1', '0', 4289, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4290, 'xmas11_flag name', 'xmas11_flag', 's', 1, 1, 1, '0', '0', '0', 4290, '1', '1', '1', '1', '1', 'default', 4, '0', '', '', '0', 0, 0),
(4291, 'xmas2011_tree1 name', 'xmas2011_tree1', 's', 1, 1, 1, '0', '0', '0', 4291, '1', '1', '1', '1', '1', 'default', 4, '0', '', '', '0', 0, 0),
(4292, 'xmas11_firewood name', 'xmas11_firewood', 's', 1, 1, 1, '0', '0', '0', 4292, '1', '1', '1', '1', '1', 'default', 4, '0', '', '', '0', 0, 0),
(4293, 'xmas11_stool name', 'xmas11_stool', 's', 1, 1, 1, '0', '1', '0', 4293, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4294, 'xmas11_stove name', 'xmas11_stove', 's', 1, 1, 1, '0', '0', '0', 4294, '1', '1', '1', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(4295, 'xmas2011_snowlog', 'xmas2011_snowlog', 's', 2, 1, 1, '0', '1', '0', 4295, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4296, 'xmas11_stonefloor name', 'xmas11_stonefloor', 's', 2, 2, 0, '0', '0', '1', 4296, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4297, 'xmas11_comfy_bench name', 'xmas11_comfy_bench', 's', 2, 1, 1, '0', '1', '0', 4297, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4298, 'xmas2011_icefall name', 'xmas2011_icefall', 's', 2, 2, 1, '0', '0', '0', 4298, '1', '1', '1', '1', '1', 'default', 4, '0', '', '', '0', 0, 0),
(4299, 'xmas11_throne name', 'xmas11_throne', 's', 1, 1, 1, '0', '1', '0', 4299, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4300, 'xmas11_petfood name', 'xmas11_petfood', 's', 0, 0, 0, '0', '0', '0', 4300, '1', '1', '1', '1', '1', 'default', 5, '0', '', '', '0', 0, 0),
(4301, 'xmas2011_aurora2 name', 'xmas2011_aurora2', 's', 0, 0, 0, '0', '0', '0', 4301, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4302, 'xmas11_nghtstnd name', 'xmas11_nghtstnd', 's', 1, 1, 1, '0', '0', '0', 4302, '1', '1', '1', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(4303, 'xmas11_chair name', 'xmas11_chair', 's', 1, 1, 1, '0', '1', '0', 4303, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4304, 'xmas2011_rock1 name', 'xmas2011_rock1', 's', 1, 1, 1, '0', '0', '0', 4304, '1', '1', '1', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(4305, 'xmas2011_balrail name', 'xmas2011_balrail', 's', 2, 1, 1, '0', '0', '0', 4305, '1', '1', '1', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(4306, 'xmas2011_tree4 name', 'xmas2011_tree4', 's', 1, 1, 1, '0', '0', '0', 4306, '1', '1', '1', '1', '1', 'default', 2, '0', '', '', '0', 0, 0),
(4307, 'xmas2011_rock2 name', 'xmas2011_rock2', 's', 1, 1, 1, '0', '0', '0', 4307, '1', '1', '1', '1', '1', 'default', 6, '0', '', '', '0', 0, 0),
(4308, 'xmas2011_tree3 name', 'xmas2011_tree3', 's', 1, 1, 1, '0', '0', '0', 4308, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4309, 'xmas11_elewood name', 'xmas11_elewood', 's', 1, 1, 0, '1', '0', '1', 4309, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0,0.5,1,1.5,2', 0, 0),
(4310, 'horse_hairstyle_6 name', 'horse_hairstyle_6', 's', 0, 0, 0, '0', '0', '0', 4310, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4435, 'xmas11_hd4 name', 'xmas11_hd4', 'i', 0, 0, 0, '0', '0', '0', 4435, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4436, 'xmas11_wall name', 'xmas11_wall', 'i', 0, 0, 0, '0', '0', '0', 4436, '1', '1', '1', '1', '1', 'default', 3, '0', '', '', '0', 0, 0),
(4437, 'xmas11_hd2 name', 'xmas11_hd2', 'i', 0, 0, 0, '0', '0', '0', 4437, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4438, 'xmas11_hd5 name', 'xmas11_hd5', 'i', 0, 0, 0, '0', '0', '0', 4438, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4439, 'xmas11_hd3 name', 'xmas11_hd3', 'i', 0, 0, 0, '0', '0', '0', 4439, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(4440, 'xmas11_hd1 name', 'xmas11_hd1', 'i', 0, 0, 0, '0', '0', '0', 4440, '1', '1', '1', '1', '1', 'default', 1, '0', '', '', '0', 0, 0),
(3568365, 'es_build2', 'es_build2', 'i', 1, 1, 1, '1', '0', '0', 4364, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(3568366, 'es_build3', 'es_build3', 'i', 1, 1, 1, '1', '0', '0', 4366, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(3568367, 'es_build4', 'es_build4', 'i', 1, 1, 1, '1', '0', '0', 4363, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(3568368, 'es_big1', 'es_big1', 'i', 1, 1, 1, '1', '0', '0', 4370, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(3568369, 'es_big2', 'es_big2', 'i', 1, 1, 1, '1', '0', '0', 4372, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(3568370, 'es_big3', 'es_big3', 'i', 1, 1, 1, '1', '0', '0', 4371, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(8263, 'ads_background', 'ads_background', 's', 1, 1, 1.6, '1', '0', '0', 8263, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30001, 'Horse', 'a0 pet13', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '0', '0', 0, 0),
(3004327, 'edice_val12_therm', 'edice_val12_therm', 's', 1, 1, 2, '0', '0', '0', 3004327, '1', '1', '1', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(3004328, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 3004328, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(3004331, 'val12_carpet', 'val12_carpet', 's', 2, 2, 0, '1', '0', '1', 3004331, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004332, 'val12_elevine', 'val12_elevine', 's', 1, 1, 0.1, '0', '0', '0', 3004332, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(3004333, 'val12_flower', 'val12_flower', 's', 1, 1, 0, '0', '0', '1', 3004333, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004334, 'val12_hopper1', 'val12_hopper1', 's', 1, 1, 1, '1', '0', '0', 3004334, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004335, 'val12_hopper2', 'val12_hopper2', 's', 1, 1, 1, '1', '0', '0', 3004335, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004336, 'val12_kbooth', 'val12_kbooth', 's', 2, 1, 0.7, '0', '1', '0', 3004336, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004337, 'val12_lantern', 'val12_lantern', 's', 1, 1, 0, '0', '0', '1', 3004337, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004338, 'val12_marble1', 'val12_marble1', 's', 2, 2, 0.1, '1', '0', '1', 3004338, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004339, 'val12_marble2', 'val12_marble2', 's', 2, 2, 0.1, '1', '0', '1', 3004339, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004340, 'val12_pillar1', 'val12_pillar1', 's', 1, 1, 3, '0', '0', '0', 3004340, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(3004341, 'val12_pillar2', 'val12_pillar2', 's', 1, 1, 3, '0', '0', '0', 3004341, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(3004342, 'val12_shocker', 'val12_shocker', 's', 2, 1, 0.1, '0', '0', '1', 3004342, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004343, 'val12_sofa', 'val12_sofa', 's', 2, 1, 1, '0', '1', '0', 3004343, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004344, 'val12_table', 'val12_table', 's', 1, 1, 1.3, '1', '0', '0', 3004344, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(3004345, 'val12_therm_nfs', 'val12_therm_nfs', 's', 1, 1, 3, '1', '0', '0', 3004345, '1', '1', '1', '1', '1', 'default', 8, '0', '0', '0', '0', 0, 0),
(3004346, 'val12_vines', 'val12_vines', 's', 1, 2, 0.1, '0', '0', '0', 3004346, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3004347, 'val12_xray', 'val12_xray', 's', 1, 2, 2, '0', '0', '0', 3004347, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(7000001, 'Dark Grey Marble Tiles', 'Better Dark', 's', 1, 1, 0.01, '1', '0', '1', 7000001, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000002, 'Blue Knight', 'Blue Knight', 's', 1, 1, 2, '0', '0', '0', 7000002, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000003, 'Blue Pawn', 'BluePawn', 's', 1, 1, 2, '0', '0', '0', 7000003, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000004, 'Blue Queen', 'Blue Queen', 's', 1, 1, 2, '0', '0', '0', 7000004, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000005, 'Blue Bishop', 'Blue Bishop', 's', 1, 1, 2, '0', '0', '0', 7000005, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000006, 'Blue King', 'Blue king', 's', 1, 1, 2, '0', '0', '0', 7000006, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000007, 'Black King', 'Black King', 's', 1, 1, 2, '0', '0', '0', 7000007, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000008, 'Black Rock', 'Black Rock', 's', 1, 1, 2, '0', '0', '0', 7000008, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000015, 'Black Pawn', 'Black Pawn', 's', 1, 1, 2, '0', '0', '0', 7000015, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000010, 'Black Queen', 'Black Queen', 's', 1, 1, 2, '0', '0', '0', 7000010, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000011, 'Black Bishop', 'Black Bishop', 's', 1, 1, 2, '0', '0', '0', 7000011, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000012, 'Black Knight', 'Black Knight', 's', 1, 1, 2, '0', '0', '0', 7000012, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000013, 'Blue Rock', 'Blue Rock', 's', 1, 1, 2, '0', '0', '0', 7000013, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(7000014, 'White Marble Tiles', 'whte_marble', 's', 1, 1, 0.01, '1', '0', '1', 7000014, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(43520, 'Sulake_Nelly', 'Sulake_Nelly', 's', 1, 1, 1, '1', '0', '0', 43520, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(43521, 'Su_eg', 'Su_eg', 's', 1, 1, 1, '1', '0', '0', 43521, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(43522, 'Sulake_ICM_01', 'Sulake_ICM_01', 's', 1, 1, 1, '1', '0', '0', 43522, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0', '0', '0', 0, 0),
(30998, 'black_dino_egg', 'black_dino_egg', 's', 1, 1, 1, '0', '0', '0', 30998, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30999, 'cine_curtain_red', 'cine_curtain_red', 's', 8, 1, 0.01, '0', '0', '1', 30999, '1', '1', '0', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(1010101, 'Red Monster Throne', 'redmon', 's', 1, 1, 1, '0', '1', '0', 1010101, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(325110, 'syn_Gothcdragon', 'syn_Gothcdragon', 's', 1, 1, 1, '0', '0', '0', 325110, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(999888193, 'Weed3', 'Weed3', 's', 1, 1, 1, '0', '0', '0', 6763, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(50012, 'stand_statuee_a', 'stand_statuee_a', 's', 1, 1, 0.6, '1', '0', '1', 50012, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10158, 'Union Jack Sofa', 'track12_ujack_sofa', 's', 2, 1, 1, '0', '1', '0', 10158, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10159, 'prizetrophy_track12', 'prizetrophy_track12*1', 's', 1, 1, 1, '0', '0', '0', 10159, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(10160, 'prizetrophy_track12', 'prizetrophy_track12*2', 's', 1, 1, 1, '0', '0', '0', 10160, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(10161, 'prizetrophy_track12', 'prizetrophy_track12*3', 's', 1, 1, 1, '0', '0', '0', 10161, '1', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(10162, 'track12_circle', 'track12_circle', 's', 3, 3, 0.01, '1', '0', '1', 10162, '1', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(10163, 'track12_weight', 'track12_weight', 's', 1, 1, 0.1, '0', '0', '0', 10163, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(10164, 'track12_tea_mother', 'track12_tea_mother', 's', 1, 1, 0.1, '0', '0', '0', 10164, '1', '1', '1', '1', '1', '', 1, '0', '0', '0', '0', 0, 0),
(10168, 'track12_mini_torch', 'track12_mini_torch', 's', 1, 1, 0.1, '0', '0', '0', 10168, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10169, 'track12_hurdle', 'track12_hurdle', 's', 1, 1, 0, '0', '0', '1', 10169, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(10166, 'track12_hammer', 'track12_hammer', 's', 1, 1, 0, '0', '0', '1', 10166, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(80000051, 'fillar', 'fillar', 's', 1, 1, 1, '0', '0', '0', 80000051, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(80000052, 'face_icecream_bookkkkk', 'face_icecream_bookkkkk', 's', 1, 1, 1, '0', '0', '0', 80000052, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0', '0', '0', 0, 0),
(5015210, 'gm_minecraft10', 'gm_minecraft10', 's', 1, 1, 1.2, '1', '0', '1', 5015210, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015211, 'gm_minecraft11', 'gm_minecraft11', 's', 1, 1, 1.2, '1', '0', '1', 5015211, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015212, 'gm_minecraft12', 'gm_minecraft12', 's', 1, 1, 1.2, '1', '0', '1', 5015212, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015213, 'gm_minecraft13', 'gm_minecraft13', 's', 1, 1, 1.2, '1', '0', '1', 5015213, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015214, 'gm_minecraft14', 'gm_minecraft14', 's', 1, 1, 1.2, '1', '0', '1', 5015214, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015215, 'gm_minecraft15', 'gm_minecraft15', 's', 1, 1, 1.2, '1', '0', '1', 5015215, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015216, 'gm_minecraft16', 'gm_minecraft16', 's', 1, 1, 1.2, '1', '0', '1', 5015216, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015217, 'gm_minecraft17', 'gm_minecraft17', 's', 1, 1, 1.2, '1', '0', '1', 5015217, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015218, 'gm_minecraft18', 'gm_minecraft18', 's', 1, 1, 1.2, '1', '0', '1', 5015218, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015219, 'gm_minecraft19', 'gm_minecraft19', 's', 1, 1, 1.2, '1', '0', '1', 5015219, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015220, 'gm_minecraft20', 'gm_minecraft20', 's', 1, 1, 1.2, '1', '0', '1', 5015220, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015221, 'gm_minecraft21', 'gm_minecraft21', 's', 1, 1, 1.2, '1', '0', '0', 5015221, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015222, 'gm_minecraft22', 'gm_minecraft22', 's', 1, 1, 1.2, '1', '0', '0', 5015222, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015223, 'gm_minecraft23', 'gm_minecraft23', 's', 1, 1, 1.2, '1', '0', '0', 5015223, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015224, 'gm_minecraft24', 'gm_minecraft24', 's', 1, 1, 1.2, '1', '0', '0', 5015224, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015225, 'gm_minecraft25', 'gm_minecraft25', 's', 1, 1, 1.2, '1', '0', '0', 5015225, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(5015226, 'gm_minecraft26', 'gm_minecraft26', 's', 1, 1, 1.2, '1', '0', '0', 5015226, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(59741487, 'Ascensor ejecutivo', 'vnl_elevator', 's', 1, 1, 0.001, '0', '0', '0', 59741487, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(59741488, 'exe_glassdvdr', 'vnl_glassdvdr', 's', 2, 1, 1, '0', '0', '0', 59741488, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(59741489, 'Power Globe', 'vnl_globe', 's', 1, 1, 1, '0', '0', '0', 59741489, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(59741490, 'exe_wrkdesk', 'vnl_wrkdesk', 's', 2, 1, 1, '0', '0', '0', 59741490, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(12359, 'anc_pharaoh_tele', 'anc_pharaoh_tele', 's', 1, 1, 0.1, '0', '0', '0', 12359, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0', '', '0', 0, 0),
(12358, 'anc_artifact1', 'anc_artifact1', 's', 2, 4, 5, '0', '0', '0', 12358, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(12360, 'anc_trophy_obsidian', 'anc_pharaoh_tele', 's', 1, 1, 0.1, '0', '0', '0', 12360, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '', '0', 0, 0),
(12354, 'anc_trophy_marble', 'anc_pharaoh_tele', 's', 1, 1, 0.1, '0', '0', '0', 12354, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '', '0', 0, 0),
(12355, 'anc_pyramid_block', 'anc_pharaoh_tele', 's', 1, 1, 1.2, '1', '0', '1', 12355, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(12356, 'anc_trophy_sstone', 'anc_pharaoh_tele', 's', 1, 1, 0.1, '0', '0', '0', 12356, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '', '0', 0, 0),
(12357, 'anc_hot_sands', 'anc_pharaoh_tele', 's', 2, 2, 0.1, '1', '0', '1', 12357, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4348, 'La Mano de los Ancestros', 'anc_artifact2', 's', 1, 1, 1, '0', '0', '0', 4348, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4349, 'anc_jngl_patch', 'anc_jngl_patch', 's', 1, 1, 1, '0', '0', '0', 4349, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4350, 'anc_talltree', 'anc_talltree', 's', 1, 1, 1, '0', '0', '0', 4350, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4351, 'anc_waterfall', 'anc_waterfall', 's', 1, 1, 1, '0', '0', '0', 4351, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4352, 'anc_mossyrock', 'anc_mossyrock', 's', 1, 1, 1, '0', '0', '0', 4352, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4347, 'Huesos Them', 'anc_bones', 's', 1, 1, 1, '0', '0', '0', 434, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4525, 'lidowall2 name', 'lidowall2', 's', 4, 1, 1, '0', '0', '0', 4525, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4526, 'wl_wall2 name', 'wl_wall2', 's', 1, 2, 1, '0', '0', '0', 4526, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(4478, 'Paisaje de la Sabana', 'anc_savanna_wall', 'i', 1, 1, 1, '0', '0', '0', 4478, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4346, 'Flamenco', 'pink_flamingo', 's', 1, 1, 1, '0', '0', '0', 4346, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4345, 'Sol deslumbrante', 'anc_sun', 's', 1, 1, 1, '0', '0', '0', 4345, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4341, 'Trofeo Frank', 'prizetrophy_frank', 's', 1, 1, 1, '0', '0', '0', 4341, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(30000600, 'Letter Block A', 'lettera', 's', 1, 1, 1.5, '1', '0', '0', 30000600, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000601, 'Letter Block B', 'letterb', 's', 1, 1, 1.5, '1', '0', '0', 30000601, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000602, 'Letter Block C', 'letterc', 's', 1, 1, 1.5, '1', '0', '0', 30000602, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000603, 'Letter Block D', 'letterd', 's', 1, 1, 1.5, '1', '0', '0', 30000603, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000604, 'Letter Block E', 'lettere', 's', 1, 1, 1.5, '1', '0', '0', 30000604, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000605, 'Letter Block F', 'letterf', 's', 1, 1, 1.5, '1', '0', '0', 30000605, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000606, 'Letter Block G', 'letterg', 's', 1, 1, 1.5, '1', '0', '0', 30000606, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000607, 'Letter Block H', 'letterh', 's', 1, 1, 1.5, '1', '0', '0', 30000607, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000608, 'Letter Block I', 'letteri', 's', 1, 1, 1.5, '1', '0', '0', 30000608, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000609, 'Letter Block J', 'letterj', 's', 1, 1, 1.5, '1', '0', '0', 30000609, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000610, 'Letter Block K', 'letterk', 's', 1, 1, 1.5, '1', '0', '0', 30000610, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000611, 'Letter Block L', 'letterl', 's', 1, 1, 1.5, '1', '0', '0', 30000611, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000612, 'Letter Block M', 'letterm', 's', 1, 1, 1.5, '1', '0', '0', 30000612, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000613, 'Letter Block N', 'lettern', 's', 1, 1, 1.5, '1', '0', '0', 30000613, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000614, 'Letter Block O', 'lettero', 's', 1, 1, 1.5, '1', '0', '0', 30000614, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000615, 'Letter Block P', 'letterp', 's', 1, 1, 1.5, '1', '0', '0', 30000615, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000616, 'Letter Block Q', 'letterq', 's', 1, 1, 1.5, '1', '0', '0', 30000616, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000617, 'Letter Block R', 'letterr', 's', 1, 1, 1.5, '1', '0', '0', 30000617, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000618, 'Letter Block S', 'letters', 's', 1, 1, 1.5, '1', '0', '0', 30000618, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000619, 'Letter Block T', 'lettert', 's', 1, 1, 1.5, '1', '0', '0', 30000619, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000620, 'Letter Block U', 'letteru', 's', 1, 1, 1.5, '1', '0', '0', 30000620, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000621, 'Letter Block V', 'letterv', 's', 1, 1, 1.5, '1', '0', '0', 30000621, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000622, 'Letter Block W', 'letterw', 's', 1, 1, 1.5, '1', '0', '0', 30000622, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000623, 'Letter Block X', 'letterx', 's', 1, 1, 1.5, '1', '0', '0', 30000623, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000624, 'Letter Block Y', 'lettery', 's', 1, 1, 1.5, '1', '0', '0', 30000624, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(30000625, 'Letter Block Z', 'letterz', 's', 1, 1, 1.5, '1', '0', '0', 30000625, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4670, 'Rectangular Block', 'lon_block2', 's', 1, 2, 1, '1', '0', '0', 4670, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4671, 'Door Block', 'lon_base', 's', 1, 2, 3, '1', '0', '0', 4671, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4672, 'Window Piece', 'lon_window', 's', 1, 2, 3, '1', '0', '0', 4672, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4673, 'lon_gate name', 'lon_gate', 's', 1, 1, 0.1, '0', '0', '0', 4673, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(4674, 'Stately Roof', 'lon_roof', 's', 1, 2, 1, '0', '0', '0', 4674, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4675, 'Building Block', 'lon_block1', 's', 1, 1, 1, '1', '0', '0', 4675, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4463, 'London Skyline', 'lon_skyline', 'i', 0, 0, 0, '0', '0', '0', 4463, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778000, 'Dark Blue Anna Table', 'anna_bable', 's', 2, 2, 1, '1', '0', '0', 778000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778001, 'Dark Blue Anna lamp', 'anna_bamp', 's', 1, 1, 1.2, '0', '0', '0', 778001, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778002, 'Dark Blue Anna Chair', 'anna_bhair', 's', 1, 1, 1.2, '0', '1', '0', 778002, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778003, 'Dark Blue Anna Pillow', 'anna_bill', 's', 1, 1, 0.5, '1', '0', '1', 778003, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778004, 'Dark Blue Anna Divider Corner', 'anna_biv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778004, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778005, 'Dark Blue Anna Divider Gate', 'anna_biv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778005, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778006, 'Dark Blue Anna Divider', 'anna_bivider', 's', 1, 1, 1, '1', '0', '0', 778006, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778007, 'Dark Blue Anna Sofa', 'anna_bofa', 's', 2, 1, 1.2, '0', '1', '0', 778007, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778008, 'Dark Blue Anna Rug', 'anna_bug', 's', 2, 2, 0.01, '1', '0', '1', 778008, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778009, 'Dark Blue Anna Stool', 'anna_sbool', 's', 1, 1, 1.2, '0', '1', '0', 778009, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778010, 'Red Anna Table', 'anna_rable', 's', 2, 2, 1, '1', '0', '0', 778010, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778011, 'Red Anna lamp', 'anna_lred', 's', 1, 1, 1.2, '0', '0', '0', 778011, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778012, 'Red Anna Chair', 'anna_chRED', 's', 1, 1, 1.2, '0', '1', '0', 778012, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778013, 'Red Anna Pillow', 'anna_pred', 's', 1, 1, 0.5, '1', '0', '1', 778013, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778014, 'Red Anna Divider Corner', 'anna_div_cred', 's', 1, 1, 1.2, '1', '0', '0', 778014, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778015, 'Red Anna Divider Gate', 'anna_red_gate', 's', 1, 1, 0.1, '0', '0', '0', 778015, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778016, 'Red Anna Divider', 'anna_divired', 's', 1, 1, 1.2, '1', '0', '0', 778016, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778017, 'Red Anna Sofa', 'anna_rofa', 's', 2, 1, 1.2, '0', '1', '0', 778017, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778018, 'Red Anna Rug', 'ared_rug', 's', 2, 2, 0.01, '1', '0', '1', 778018, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778019, 'Red Anna Stool', 'anna_rtool', 's', 1, 1, 1.2, '0', '1', '0', 778019, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778020, 'White Anna Table', 'anna_wable', 's', 2, 2, 1, '1', '0', '0', 778020, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778021, 'White Anna lamp', 'anna_wamp', 's', 1, 1, 1.2, '0', '0', '0', 778021, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778022, 'White Anna Chair', 'anna_whair', 's', 1, 1, 1.2, '0', '1', '0', 778022, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778023, 'White Anna Pillow', 'anna_will', 's', 1, 1, 0.5, '1', '0', '1', 778023, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778024, 'White Anna Divider Corner', 'anna_wiv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778024, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778025, 'White Anna Divider Gate', 'anna_wiv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778025, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778026, 'White Anna Divider', 'anna_wivider', 's', 1, 1, 1, '1', '0', '0', 778026, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778027, 'White Anna Sofa', 'anna_wofa', 's', 2, 1, 1.2, '0', '1', '0', 778027, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778028, 'White Anna Rug', 'anna_wug', 's', 2, 2, 0.01, '1', '0', '1', 778028, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778029, 'White Anna Stool', 'anna_wtool', 's', 1, 1, 1.2, '0', '1', '0', 778029, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778030, 'Orange Anna Table', 'anno_table', 's', 2, 2, 1, '1', '0', '0', 778030, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778031, 'Orange Anna lamp', 'anno_lamp', 's', 1, 1, 1.2, '0', '0', '0', 778031, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778032, 'Orange Anna Chair', 'anno_chair', 's', 1, 1, 1.2, '0', '1', '0', 778032, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778033, 'Orange Anna Pillow', 'anno_pill', 's', 1, 1, 0.5, '1', '0', '1', 778033, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778034, 'Orange Anna Divider Corner', 'anno_div_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778034, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778035, 'Orange Anna Divider Gate', 'anno_div_gate', 's', 1, 1, 0.1, '0', '0', '0', 778035, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778036, 'Orange Anna Divider', 'anno_divider', 's', 1, 1, 1, '1', '0', '0', 778036, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778037, 'Orange Anna Sofa', 'anno_sofa', 's', 2, 1, 1.2, '0', '1', '0', 778037, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778038, 'Orange Anna Rug', 'anno_rug', 's', 2, 2, 0.01, '1', '0', '1', 778038, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778039, 'Orange Anna Stool', 'anno_stool', 's', 1, 1, 1.2, '0', '1', '0', 778039, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778040, 'Dark Grey Anna Table', 'bnna_table', 's', 2, 2, 1, '1', '0', '0', 778040, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778041, 'Dark Grey Anna lamp', 'bnna_lamp', 's', 1, 1, 1.2, '0', '0', '0', 778041, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778042, 'Dark Grey Anna Chair', 'bnna_chair', 's', 1, 1, 1.2, '0', '1', '0', 778042, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778043, 'Dark Grey Anna Pillow', 'bnna_pill', 's', 1, 1, 0.5, '1', '0', '1', 778043, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778044, 'Dark Grey Anna Divider Corner', 'bnna_div_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778044, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778045, 'Dark Grey Anna Divider Gate', 'bnna_div_gate', 's', 1, 1, 0.1, '0', '0', '0', 778045, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778046, 'Dark Grey Anna Divider', 'bnna_divider', 's', 1, 1, 1, '1', '0', '0', 778046, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778047, 'Dark Grey Anna Sofa', 'bnna_sofa', 's', 2, 1, 1.2, '0', '1', '0', 778047, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778048, 'Dark Grey Anna Rug', 'bnna_rug', 's', 2, 2, 0.01, '1', '0', '1', 778048, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778049, 'Dark Grey Anna Stool', 'bnna_stool', 's', 1, 1, 1.2, '0', '1', '0', 778049, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778050, 'Lime Anna Table', 'anna_lable', 's', 2, 2, 1, '1', '0', '0', 778050, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778051, 'Lime Anna lamp', 'anna_laml', 's', 1, 1, 1.2, '0', '0', '0', 778051, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778052, 'Lime Anna Chair', 'anna_lhair', 's', 1, 1, 1.2, '0', '1', '0', 778052, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778053, 'Lime Anna Pillow', 'anna_lill', 's', 1, 1, 0.5, '1', '0', '1', 778053, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778054, 'Lime Anna Divider Corner', 'anna_liv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778054, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778055, 'Lime Anna Divider Gate', 'anna_liv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778055, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778056, 'Lime Anna Divider', 'anna_livider', 's', 1, 1, 1, '1', '0', '0', 778056, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778057, 'Lime Anna Sofa', 'anna_lofa', 's', 2, 1, 1.2, '0', '1', '0', 778057, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778058, 'Lime Anna Rug', 'anna_lug', 's', 2, 2, 0.01, '1', '0', '1', 778058, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778059, 'Lime Anna Stool', 'anna_ltool', 's', 1, 1, 1.2, '0', '1', '0', 778059, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778060, 'Light Pink Anna Table', 'anna_pable', 's', 2, 2, 1, '1', '0', '0', 778060, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778061, 'Light Pink Anna lamp', 'anna_pamp', 's', 1, 1, 1.2, '0', '0', '0', 778061, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778062, 'Light Pink Anna Chair', 'anna_phair', 's', 1, 1, 1.2, '0', '1', '0', 778062, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778063, 'Light Pink Anna Pillow', 'anna_pilp', 's', 1, 1, 0.5, '1', '0', '1', 778063, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778064, 'Light Pink Anna Divider Corner', 'anna_piv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778064, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778065, 'Light Pink Anna Divider Gate', 'anna_piv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778065, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778066, 'Light Pink Anna Divider', 'anna_pivider', 's', 1, 1, 1, '1', '0', '0', 778066, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778067, 'Light Pink Anna Sofa', 'anna_pofa', 's', 2, 1, 1.2, '0', '1', '0', 778067, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778068, 'Light Pink Anna Rug', 'anna_pug', 's', 2, 2, 0.01, '1', '0', '1', 778068, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778069, 'Light Pink Anna Stool', 'anna_ptool', 's', 1, 1, 0.01, '0', '1', '0', 778069, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778070, 'Cyan Anna Table', 'anna_cable', 's', 2, 2, 1, '1', '0', '0', 778070, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778071, 'Cyan Anna lamp', 'anna_camp', 's', 1, 1, 1.2, '0', '0', '0', 778071, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(778072, 'Cyan Anna Chair', 'anna_chaic', 's', 1, 1, 1.2, '0', '1', '0', 778072, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778073, 'Cyan Anna Pillow', 'anna_cill', 's', 1, 1, 0.5, '1', '0', '1', 778073, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778074, 'Cyan Anna Divider Corner', 'anna_civ_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778074, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778075, 'Cyan Anna Divider Gate', 'anna_civ_gate', 's', 1, 1, 0.1, '0', '0', '0', 778075, '1', '1', '1', '1', '1', 'gate', 1, '0', '0', '0', '0', 0, 0),
(778076, 'Cyan Anna Divider', 'anna_civider', 's', 1, 1, 1, '1', '0', '0', 778076, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(778077, 'Cyan Anna Sofa', 'anna_cofa', 's', 2, 1, 1.2, '0', '1', '0', 778077, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(778078, 'Cyan Anna Rug', 'anna_cug', 's', 2, 2, 0.01, '1', '0', '1', 778078, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(778079, 'Cyan Anna Stool', 'anna_ctool', 's', 1, 1, 1.2, '0', '1', '0', 778079, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4677, 'matic_walkway_red', 'matic_walkway_red', 's', 1, 1, 4, '0', '0', '1', 4677, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4678, 'matic_tree_green', 'matic_tree_green', 's', 1, 1, 1, '0', '0', '0', 4678, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4679, 'matic_walkway_silver', 'matic_walkway_silver', 's', 1, 1, 4, '0', '0', '1', 4679, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4680, 'matic_cont_duck', 'matic_cont_duck', 's', 1, 1, 1, '0', '0', '0', 4680, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4681, 'matic_tree_blue', 'matic_tree_blue', 's', 1, 1, 1, '0', '0', '0', 4681, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4682, 'matic_tree_silver', 'matic_tree_silver', 's', 1, 1, 1, '0', '0', '0', 4682, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4683, 'matic_cont_frank', 'matic_cont_frank', 's', 1, 1, 1, '0', '0', '0', 4683, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4684, 'matic_cont_alien', 'matic_cont_alien', 's', 1, 1, 1, '0', '0', '0', 4684, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4685, 'matic_tree_yellow', 'matic_tree_yellow', 's', 1, 1, 1, '0', '0', '0', 4685, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4686, 'matic_probe', 'matic_probe', 's', 1, 1, 1, '0', '0', '0', 4686, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4687, 'matic_walkway_green', 'matic_walkway_green', 's', 1, 1, 4, '0', '0', '1', 4687, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4688, 'matic_tree_red', 'matic_tree_red', 's', 1, 1, 1, '0', '0', '0', 4688, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4689, 'matic_walkway_blue', 'matic_walkway_blue', 's', 1, 1, 4, '0', '0', '1', 4689, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4690, 'matic_walkway_yellow', 'matic_walkway_yellow', 's', 1, 1, 4, '0', '0', '1', 4690, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4691, 'ads_spiderman_trophy', 'ads_spiderman_trophy', 's', 1, 1, 1, '0', '0', '0', 4691, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(4692, 'matic_box', 'matic_box', 's', 1, 1, 1, '1', '0', '0', 4692, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(999888198, 'Room background', 'roombg_mountains1', 's', 1, 1, 1, '1', '0', '0', 31481, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(6666666, 'Room Cloud dark', 'roombg_cloud_dark', 's', 1, 1, 1, '1', '0', '0', 31482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(6666667, 'Room Cloud', 'roombg_cloud', 's', 1, 1, 1, '1', '0', '0', 31483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(6666668, 'Room color', 'roombg_color', 's', 1, 1, 1, '1', '0', '0', 31484, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4522, 'lido_kiosk_block name', 'lido_kiosk_block', 's', 1, 1, 1, '1', '0', '0', 4522, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4521, 'lidotile name', 'lidotile', 's', 1, 1, 1, '1', '0', '1', 4521, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4520, 'lidodoor name', 'lidodoor', 's', 1, 1, 1, '0', '0', '0', 4520, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4519, 'lidotree1 name', 'lidotree1', 's', 2, 2, 1, '0', '0', '0', 4519, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(258289, 'PntEx_1_SMERALDI', 'PntEx_1_SMERALDI', 's', 1, 1, 0.2, '1', '0', '0', 291220121, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2582489, 'PntEx_10_SM', 'PntEx_10_SM', 's', 1, 1, 1, '1', '0', '0', 291220122, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(25824, 'PixEx_1_RUBYTABB', 'PixEx_1_RUBYTABB', 's', 1, 1, 0.2, '1', '0', '0', 170720121, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80000053, 'facebook_wall', 'facebook_wall', 'i', 0, 0, 1, '0', '0', '0', 80000053, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80000054, 'facebookcarpett', 'facebookcarpett', 's', 3, 5, 0, '1', '0', '1', 80000054, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80000055, 'faceboosofa', 'faceboosofa', 's', 2, 1, 1, '0', '1', '0', 80000055, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80000056, 'fillow', 'fillow', 's', 1, 1, 1, '1', '0', '0', 80000056, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(80000057, 'facebookven', 'facebookven', 's', 1, 1, 1, '0', '0', '0', 80000057, '1', '1', '1', '1', '1', 'vendingmachine', 0, '51', '0', '0', '0', 0, 0),
(25825, 'PixEx_10_TB', 'PixEx_10_TB', 's', 1, 1, 1, '1', '0', '0', 170720122, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(38499, 'hole1x1', 'hole1x1', 's', 1, 1, 1, '0', '0', '0', 4359, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4527, 'wl_table2 name', 'wl_table2', 's', 1, 2, 1, '0', '0', '0', 4527, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4528, 'wl_sofa name', 'wl_sofa', 's', 3, 1, 1, '0', '1', '0', 4528, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4529, 'wl_wall1 name', 'wl_wall1', 's', 1, 2, 1, '0', '0', '0', 4529, '1', '1', '1', '1', '1', 'default', 11, '0', '0', '0', '0', 0, 0),
(4530, 'wl_floor name', 'wl_floor', 's', 1, 1, 0, '1', '0', '1', 4530, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(4531, 'wl_rdesk name', 'wl_rdesk', 's', 1, 1, 1, '0', '0', '0', 4531, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(4532, 'wl_shelf name', 'wl_shelf', 's', 1, 1, 1, '0', '0', '0', 4532, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4553, 'pcnc_gazebo name', 'pcnc_gazebo', 's', 5, 5, 0.3, '0', '0', '1', 4553, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4554, 'pcnc_wbench name', 'pcnc_wbench', 's', 3, 1, 1, '0', '1', '0', 4554, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4551, 'pcnc_tree name', 'pcnc_tree', 's', 1, 1, 1, '0', '0', '0', 4551, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4550, 'pcnc_tilestone name', 'pcnc_tilestone', 's', 1, 1, 0, '0', '0', '1', 4550, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4546, 'pcnc_redbench name', 'pcnc_redbench', 's', 2, 1, 1, '0', '1', '0', 4546, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4547, 'pcnc_wall2 name', 'pcnc_wall2', 's', 1, 1, 1, '0', '0', '0', 4547, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4548, 'pcnc_swing name', 'pcnc_swing', 's', 2, 1, 1, '0', '1', '0', 4548, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4549, 'pcnc_bbq name', 'pcnc_bbq', 's', 3, 3, 1, '0', '0', '0', 4549, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4538, 'pcnc_shrub name', 'pcnc_shrub', 's', 1, 1, 2, '0', '0', '0', 4538, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4539, 'pcnc_fountain name', 'pcnc_fountain', 's', 4, 4, 1, '0', '0', '0', 4539, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4540, 'pcnc_tiledirt name', 'pcnc_tiledirt', 's', 1, 1, 0, '0', '0', '1', 4540, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4541, 'pcnc_gazebohack name', 'pcnc_gazebohack', 's', 0, 0, 0, '1', '0', '0', 4541, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4542, 'pcnc_wall1 name', 'pcnc_wall1', 's', 3, 1, 1, '0', '0', '0', 4542, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(4543, 'pcnc_carp name', 'pcnc_carp', 's', 1, 1, 1, '0', '0', '0', 4543, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4544, 'pcnc_door name', 'pcnc_door', 's', 0, 0, 0, '1', '0', '0', 4544, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4545, 'pcnc_wood name', 'pcnc_wood', 's', 1, 1, 1, '0', '0', '0', 4545, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(4534, 'wl_table1 name', 'wl_table1', 's', 1, 1, 1, '0', '0', '0', 4534, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4535, 'pcnc_tilegrass name', 'pcnc_tilegrass', 's', 1, 1, 0, '0', '0', '1', 4535, '1', '1', '1', '1', '1', 'default', 11, '0', '0', '0', '0', 0, 0),
(4536, 'pcnc_dvdrtile name', 'pcnc_dvdrtile', 's', 1, 1, 1, '0', '0', '0', 4536, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4537, 'pcnc_wtable name', 'pcnc_wtable', 's', 3, 1, 1, '0', '0', '0', 4537, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4533, 'wl_chair name', 'wl_chair', 's', 1, 1, 1, '0', '1', '0', 4533, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4552, 'pcnc_carrot name', 'pcnc_carrot', 's', 1, 1, 1, '0', '0', '0', 4552, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99980169, 'sofa', 'Sofa', 's', 2, 1, 1, '0', '1', '0', 99980169, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(10101011, 'Throne GOLD', 'thgold', 's', 1, 1, 1, '1', '1', '0', 10101011, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666230, 'arsee', 'arsee', 's', 1, 1, 1, '0', '0', '0', 5230, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666229, 'chele', 'chele', 's', 1, 1, 1, '0', '0', '0', 5229, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666228, 'fcbeg', 'fcbeg', 's', 1, 1, 1, '0', '0', '0', 5228, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666226, 'fcbme', 'fcbme', 's', 1, 1, 1, '0', '0', '0', 5226, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666227, 'fcmie', 'fcmie', 's', 1, 1, 1, '0', '0', '0', 5227, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666224, 'fmceg', 'fmceg', 's', 1, 1, 1, '0', '0', '0', 5224, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666231, 'livre', 'livre', 's', 1, 1, 1, '0', '0', '0', 5231, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666225, 'lyone', 'lyone', 's', 1, 1, 1, '0', '0', '0', 5225, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(555666209, 'MANUe', 'MANUe', 's', 1, 1, 1, '0', '0', '0', 5209, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4609121, 'bolly_cherry', 'bolly_cherry', 's', 1, 1, 1, '0', '0', '0', 4609121, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(928111, 'deadice', 'deadice', 's', 1, 1, 1, '0', '0', '0', 29819101, '1', '1', '1', '1', '1', 'dice', 1, '0', '0', '0', '0', 0, 0),
(3408577, 'prizetrophy7*2', 'prizetrophy7*2', 's', 1, 1, 1, '0', '0', '0', 1525, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(65498752, 'prizetrophy7*3', 'prizetrophy7*3', 's', 1, 1, 1, '0', '0', '0', 2586, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(55496, 'val13_build_3', 'val13_build_3', 's', 1, 2, 1, '0', '0', '0', 4860, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55497, 'val13_gond_post', 'val13_gond_post', 's', 1, 1, 1, '0', '0', '0', 4861, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55498, 'val13_gond_mid1', 'val13_gond_mid1', 's', 2, 1, 1, '0', '0', '1', 4862, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55499, 'val13_water', 'val13_water', 's', 2, 2, 0, '1', '0', '0', 4863, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55500, 'val13_div_2', 'val13_div_2', 's', 1, 1, 1, '0', '0', '0', 4864, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55501, 'val13_gond_front', 'val13_gond_front', 's', 2, 1, 1, '0', '0', '0', 4865, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55502, 'val13_build_1', 'val13_build_1', 's', 2, 3, 1, '0', '0', '0', 4866, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55503, 'val13_build_2', 'val13_build_2', 's', 1, 2, 1.5, '1', '0', '0', 4867, '1', '1', '1', '1', '1', 'default', 6, '0', '0', '0', '0', 0, 0),
(55504, 'val13_gond_back', 'val13_gond_back', 's', 2, 1, 1, '0', '0', '0', 4868, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55505, 'val13_gond_mid2', 'val13_gond_mid2', 's', 2, 1, 1, '0', '1', '0', 4869, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55506, 'val13_div_1', 'val13_div_1', 's', 1, 1, 1, '0', '0', '0', 4870, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(55507, 'val13_wall_2', 'val13_wall_2', 'i', 0, 0, 1, '0', '0', '0', 4478, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(55508, 'val13_wall_3', 'val13_wall_3', 'i', 0, 0, 1, '0', '0', '0', 4479, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(55509, 'val13_wall_1', 'val13_wall_1', 'i', 0, 0, 1, '0', '0', '0', 4480, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(23116, 'skril_flo02', 'skril_flo02', 's', 1, 1, 0.1, '1', '0', '1', 23116, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(41335, 'skrillexblock', 'skrillexblock', 's', 1, 1, 1, '1', '0', '0', 41335, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(23114, 'skrillex01', 'skrillex01', 's', 1, 1, 1, '1', '0', '0', 23114, '1', '1', '1', '1', '1', 'vendingmachine', 2, '9,8,14,15,6,10,11,12', '0', '', '0', 0, 0),
(23112, 'edice02', 'edice02', 's', 1, 1, 1, '1', '0', '0', 23112, '1', '1', '1', '1', '1', 'dice', 1, '0', '0', '', '0', 0, 0),
(23110, 'club_sofh', 'club_sofh', 's', 2, 1, 1.1, '1', '1', '0', 23110, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(23109, 'usva4_la01', 'usva4_la01', 's', 1, 1, 1, '1', '0', '0', 23109, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(23100, 'hc3_biglamp', 'hc3_biglamp', 's', 1, 1, 1, '1', '0', '0', 23100, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(23098, 'thro08', 'thro08', 's', 1, 1, 1, '1', '1', '0', 23098, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(23115, 'skril_flo01', 'skril_flo01', 's', 1, 1, 0.1, '1', '0', '1', 23115, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(30300271, 'Xbox 360 Slim', 'gmexbx2', 's', 1, 1, 1, '1', '0', '0', 30300271, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(30300272, 'Xbox 360 Kinect', 'xbox1_kinect', 's', 1, 1, 1, '1', '0', '0', 30300272, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(40276, 'rare_icecream*10', 'rare_icecream*10', 's', 1, 1, 1, '0', '0', '0', 73051, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44410, 'xmas12_fireplace', 'xmas12_fireplace', 's', 1, 3, 1, '1', '0', '0', 6516875, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44411, 'xmas12_pillar1', 'xmas12_pillar1', 's', 1, 1, 1, '1', '0', '0', 6516876, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(44412, 'xmas12_pillar3', 'xmas12_pillar3', 's', 1, 1, 1, '1', '0', '0', 6516877, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(44413, 'xmas12_pillar2', 'xmas12_pillar2', 's', 1, 1, 1, '1', '0', '0', 6516878, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(44414, 'xmas12_barrel', 'xmas12_barrel', 's', 1, 1, 1, '1', '0', '0', 6516879, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44415, 'xmas12_torch', 'xmas12_torch', 'i', 0, 0, 1, '1', '0', '0', 6516880, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44416, 'xmas12_door', 'xmas12_door', 'i', 0, 0, 1, '1', '0', '0', 6516881, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(44417, 'xmas12_pork', 'xmas12_pork', 's', 1, 2, 1, '1', '0', '0', 6516882, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(44418, 'xmas12_bardesk', 'xmas12_bardesk', 's', 1, 1, 1, '1', '0', '0', 6516883, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44419, 'xmas12_table', 'xmas12_table', 's', 2, 2, 1, '1', '0', '0', 6516884, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(44420, 'xmas12_chair', 'xmas12_chair', 's', 1, 1, 1, '0', '1', '0', 6516885, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44421, 'xmas12_nutcracker', 'xmas12_nutcracker', 's', 1, 1, 1, '0', '0', '0', 6516886, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44422, 'xmas12_npole', 'xmas12_npole', 's', 1, 1, 1, '1', '0', '0', 6516887, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44423, 'xmas12_santathrone', 'xmas12_santathrone', 's', 1, 1, 1, '0', '0', '0', 6516888, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44424, 'xmas12_floortile', 'xmas12_floortile', 's', 2, 2, 0.1, '1', '0', '1', 6516889, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(44425, 'xmas12_wall_in', 'xmas12_wall_in', 'i', 0, 0, 1, '1', '0', '0', 6516890, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44426, 'xmas12_wall_out', 'xmas12_wall_out', 'i', 0, 0, 1, '1', '0', '0', 6516891, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(44427, 'xmas12_window', 'xmas12_window', 'i', 0, 0, 1, '1', '0', '0', 6516892, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(521686321, 'Floppy Disc Table', 'flp_disctbl1', 's', 1, 1, 1, '1', '0', '0', 9010, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(521686322, 'Floppy Disc Seat', 'flp_sofa1', 's', 1, 1, 1, '0', '1', '1', 9011, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(521686323, 'Floppy Disc Carpet', 'flp_rug', 's', 3, 3, 0, '1', '0', '1', 9012, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(521686324, 'Floppy Coffeemachine', 'flp_mochamch', 's', 1, 1, 1, '1', '0', '0', 9013, '1', '1', '0', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', '0', '0', '0', 0, 0),
(4746, 'Gory Floor', 'hween12_floor', 's', 2, 2, 0, '0', '0', '1', 4746, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(4747, 'Fairground Divider', 'hween12_wall', 's', 1, 2, 1, '1', '0', '0', 4747, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(4748, 'costume_gate name', 'costume_gate', 's', 1, 1, 0.1, '0', '0', '0', 4748, '1', '1', '1', '1', '1', 'gate', 2, '0', '', '0', '0', 0, 0),
(4749, 'Misfortune Teller', 'hween12_fortune', 's', 1, 1, 1, '0', '0', '0', 4749, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4750, 'Cage', 'hween12_cage', 's', 1, 1, 1, '0', '0', '0', 4750, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4751, 'Fairground Grabber', 'hween12_grabby', 's', 1, 1, 1, '0', '0', '0', 4751, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4752, 'Wolf', 'hween12_wolf', 's', 1, 1, 1, '0', '0', '0', 4752, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(4753, 'Test Your Strength!', 'hween12_strengthtest', 's', 1, 1, 1, '0', '0', '0', 4753, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4464, 'hween12_dartboard name', 'hween12_dartboard', 'i', 0, 0, 0, '1', '0', '0', 4464, '1', '1', '1', '1', '1', 'default', 1, '0', '', '0', '0', 0, 0),
(31563, 'Habween 2012 - Maan', 'hween12_moon', 's', 1, 1, 0, '1', '0', '1', 31563, '0', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(31564, 'Habween 2012 - Guillotine', 'hween12_guillotine', 's', 1, 3, 1.6, '0', '0', '0', 31564, '0', '1', '0', '1', '1', 'bed', 2, '0', '0', '0', '0', 0, 0),
(4729, 'hween12_cart name', 'hween12_cart', 's', 1, 1, 1, '0', '1', '0', 4729, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0);
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `foot_figure`, `height_adjustable`, `effectM`, `effectF`) VALUES
(31566, 'Habween 2012 - Doodskist', 'hween12_coffin', 's', 1, 2, 0.01, '0', '0', '1', 31566, '0', '1', '0', '1', '1', 'pressure_pad', 1, '0', '0', '0', '0', 0, 0),
(31567, 'Habween 2012 - Gescheurde huid', 'hween12_shedskin', 's', 1, 1, 0, '0', '0', '1', 31567, '0', '1', '0', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(31568, 'Habween 2012 - Rails Linkerhoek', 'hween12_track_crl', 's', 1, 1, 0.2, '0', '0', '1', 31568, '0', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(31569, 'Habween 2012 - Rails Rechterhoek', 'hween12_track_crr', 's', 1, 1, 0.2, '0', '0', '1', 31569, '0', '1', '0', '1', '1', 'roller', 1, '0', '0', '0', '0', 0, 0),
(4730, 'hween12_entry name', 'hween12_entry', 's', 1, 2, 0.1, '0', '0', '1', 4730, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4731, 'hween12_track name', 'hween12_track', 's', 0, 0, 0.2, '1', '0', '0', 4731, '1', '1', '1', '1', '1', 'roller', 3, '0', '', '0', '0', 0, 0),
(4732, 'hween12_orb name', 'hween12_orb', 's', 1, 1, 1, '0', '0', '0', 4732, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4733, 'hween12_scarecrow name', 'hween12_scarecrow', 's', 1, 1, 2, '0', '0', '0', 4733, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(4734, 'roombg_hween12 name', 'roombg_hween12', 's', 1, 1, 1, '0', '1', '0', 4734, '1', '1', '1', '1', '1', 'default', 2, '0', '', '0', '0', 0, 0),
(31981, 'Valentijn 2013', 'val13_archway', 's', 1, 2, 0, '0', '0', '1', 31981, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31980, 'Valentijn 2013', 'val13_lamp', 's', 1, 1, 1, '0', '0', '0', 31980, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31979, 'Valentijn 2013', 'val13_pillar', 's', 1, 1, 1, '0', '0', '0', 31979, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31978, 'Valentijn 2013', 'val13_grass', 's', 1, 1, 0, '1', '0', '1', 31978, '0', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(31977, 'Valentijn 2013', 'val13_floor1', 's', 2, 2, 0, '1', '0', '1', 31977, '0', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(31976, 'Valentijn 2013', 'val13_div_3', 's', 1, 2, 1, '0', '0', '0', 31976, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31974, 'Valentijn 2013', 'val13_div_3_crnr', 's', 1, 1, 1, '0', '0', '0', 31974, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31975, 'Valentijn 2013', 'val13_div_3_crnr2', 's', 1, 1, 1.32, '1', '0', '0', 31975, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31988, 'Valentijn 2013', 'val13_shrub_circ', 's', 1, 1, 1, '0', '0', '0', 31988, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31987, 'Valentijn 2013', 'val13_roses', 's', 1, 1, 1, '0', '0', '0', 31987, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31986, 'Valentijn 2013', 'val13_table', 's', 2, 2, 1, '1', '0', '0', 31986, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31985, 'Valentijn 2013', 'val13_chair', 's', 1, 1, 1.15, '0', '1', '0', 31985, '0', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(31984, 'Valentijn 2013', 'val13_light', 's', 1, 1, 1, '0', '0', '0', 31984, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31983, 'Valentijn 2013', 'val13_flower', 's', 1, 1, 1, '0', '0', '0', 31983, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31982, 'Valentijn 2013', 'val13_gazebo', 's', 2, 2, 0, '0', '0', '1', 31982, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(31989, 'Valentijn 2013', 'val13_shrub_duck', 's', 1, 1, 1, '0', '0', '0', 31989, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(30022142, 'WeedTN', 'WeedTN', 's', 1, 1, 1, '0', '1', '0', 30022142, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(258268, 'fball_ball7', 'fball_ball7', 's', 1, 1, 0, '0', '0', '1', 3520001, '1', '1', '1', '1', '1', 'ball', 1, '0', '0', '0', '0', 0, 0),
(99989336, 'Mono de Verano', 'Quieres un Coco?.', 's', 1, 1, 1, '0', '0', '0', 99989336, '1', '1', '1', '1', '1', 'vendingmachine', 2, '31', '0', '0', '0', 0, 0),
(4507, 'easter13_wall2', 'easter13_wall2', 'i', 0, 0, 1, '0', '0', '0', 4507, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4506, 'easter13_wall1', 'easter13_wall1', 'i', 0, 0, 1, '0', '0', '0', 4506, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4504, 'easter13_wall3', 'easter13_wall3', 'i', 0, 0, 1, '0', '0', '0', 4504, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4982, 'easter13_sshrooms', 'easter13_sshrooms', 's', 1, 1, 1, '0', '0', '0', 4982, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4984, 'easter13_flower_3', 'easter13_flower_3', 's', 1, 1, 1, '0', '0', '0', 4984, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4505, 'easter13_window', 'easter13_window', 'i', 0, 0, 1, '0', '0', '0', 4505, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4985, 'petfood29', 'petfood29', 's', 1, 1, 1, '0', '0', '0', 4985, '1', '1', '0', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(4980, 'easter13_bulbs', 'easter13_bulbs', 's', 1, 1, 0, '0', '0', '1', 4980, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4981, 'easter13_stage_1', 'easter13_stage_1', 's', 1, 1, 0.5, '0', '0', '0', 4981, '1', '1', '0', '1', '1', 'default', 10, '0', '0', '0', '0', 0, 0),
(4983, 'easter13_stage_2', 'easter13_stage_2', 's', 1, 2, 1, '0', '0', '0', 4983, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4979, 'easter13_teleport', 'easter13_teleport', 's', 1, 1, 0, '0', '0', '0', 4979, '1', '1', '0', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(4978, 'easter13_floor_1', 'easter13_floor_1', 's', 2, 2, 0, '1', '0', '1', 4978, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4977, 'easter13_arch', 'easter13_arch', 's', 2, 1, 0, '0', '0', '1', 4977, '1', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(4976, 'easter13_flower_1', 'easter13_flower_1', 's', 1, 1, 1, '0', '0', '0', 4976, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4975, 'easter13_flower_2', 'easter13_flower_2', 's', 1, 1, 1, '0', '0', '0', 4975, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(998833, 'Homer egg', 'homer', 's', 1, 1, 1, '0', '0', '0', 998833, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(192837465, 'Thron1', 'Thron1', 's', 1, 1, 1, '0', '0', '0', 8963, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32026, 'Easter Tree', 'easterplantHM', 's', 1, 1, 1, '0', '0', '0', 32026, '0', '1', '0', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(963562417, 'bubbleju', 'bubbleju', 's', 1, 1, 1, '0', '0', '0', 9634, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4968, 'steampunk_zep', 'steampunk_zep', 's', 2, 1, 1, '0', '0', '0', 4968, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4967, 'steampunk_timemach', 'steampunk_timemach', 's', 1, 1, 1, '0', '0', '0', 4967, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4966, 'steampunk_gramophone', 'steampunk_gramophone', 's', 1, 1, 1, '0', '0', '0', 4966, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4778, 'steampunk_rack', 'steampunk_rack', 's', 1, 1, 1, '0', '0', '0', 4778, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4777, 'steampunk_globe', 'steampunk_globe', 's', 1, 1, 1, '0', '0', '0', 4777, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4776, 'steampunk_table_2', 'steampunk_table_2', 's', 2, 2, 1, '1', '0', '0', 4776, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4775, 'steampunk_carpet', 'steampunk_carpet', 's', 3, 2, 0.1, '1', '0', '1', 4775, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4774, 'steampunk_computer', 'steampunk_computer', 's', 1, 1, 1, '0', '0', '0', 4774, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4769, 'steampunk_gear_2', 'steampunk_gear_2', 's', 1, 1, 1, '0', '0', '0', 4769, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4770, 'steampunk_chand', 'steampunk_chand', 's', 1, 1, 1, '0', '0', '0', 4770, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4771, 'steampunk_lamp', 'steampunk_lamp', 's', 1, 1, 1, '0', '0', '0', 4771, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4772, 'steampunk_tele', 'steampunk_tele', 's', 1, 1, 1, '0', '0', '0', 4772, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4773, 'steampunk_arch', 'steampunk_arch', 's', 1, 3, 1, '0', '0', '0', 4773, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4768, 'steampunk_sofachair', 'steampunk_sofachair', 's', 1, 1, 1, '0', '1', '0', 4768, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4767, 'steampunk_pillar_1', 'steampunk_pillar_1', 's', 1, 1, 1, '0', '0', '0', 4767, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4766, 'steampunk_gear_1', 'steampunk_gear_1', 's', 1, 1, 1, '0', '0', '0', 4766, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4765, 'steampunk_pillar_2', 'steampunk_pillar_2', 's', 1, 1, 1, '0', '0', '0', 4765, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4764, 'steampunk_table_1', 'steampunk_table_1', 's', 1, 2, 1, '1', '0', '0', 4764, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4762, 'steampunk_chair', 'steampunk_chair', 's', 1, 1, 1, '0', '1', '0', 4762, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4763, 'steampunk_floor1', 'steampunk_floor1', 's', 2, 2, 0.1, '1', '0', '1', 4763, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(459632, 'steampunk_map', 'steampunk_map', 'i', 0, 0, 1, '0', '0', '0', 459632, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4779, 'steampunk_floor2', 'steampunk_floor2', 's', 2, 2, 0.1, '1', '0', '1', 4779, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4974, 'horse_hairdye_16', 'horse_hairdye_16', 's', 1, 1, 1, '0', '0', '0', 4974, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4973, 'horse_hairdye_13', 'horse_hairdye_13', 's', 1, 1, 1, '0', '0', '0', 4973, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4972, 'horse_hairdye_14', 'horse_hairdye_14', 's', 1, 1, 1, '0', '0', '0', 4972, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4971, 'horse_hairdye_15', 'horse_hairdye_15', 's', 1, 1, 1, '0', '0', '0', 4971, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4970, 'horse_dye_17', 'horse_dye_17', 's', 1, 1, 1, '0', '0', '0', 4970, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4969, 'horse_hairdye_17', 'horse_hairdye_17', 's', 1, 1, 1, '0', '0', '0', 4969, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(55434, 'wf_act_call_stacks', 'wf_act_call_stacks', 's', 1, 1, 1, '0', '0', '0', 55434, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55435, 'fireworks_15', 'fireworks_15', 's', 1, 1, 1, '0', '0', '0', 55435, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55436, 'ny2013_chair', 'ny2013_chair', 's', 1, 1, 1, '0', '1', '0', 55436, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55437, 'reef_aquarium', 'reef_aquarium', 's', 4, 4, 1, '0', '0', '0', 55437, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55438, 'ny2013_calendar', 'ny2013_calendar', 's', 1, 1, 1, '0', '0', '0', 55438, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55439, 'ny2013_block', 'ny2013_block', 's', 1, 1, 1, '0', '0', '0', 55439, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55440, 'fireworks_14', 'fireworks_14', 's', 1, 1, 1, '0', '0', '0', 55440, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55441, 'ny2013_aftermath', 'ny2013_aftermath', 's', 1, 1, 0.01, '0', '0', '1', 55441, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55442, 'ny2013_floor', 'ny2013_floor', 's', 2, 2, 0.01, '1', '0', '1', 55442, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55443, 'year2013', 'year2013', 'i', 0, 0, 1, '0', '0', '0', 55443, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(55444, 'ny2013_wall', 'ny2013_wall', 'i', 0, 0, 1, '0', '0', '0', 55444, '1', '1', '1', '1', '1', 'default', 5, '0', '0', '0', '0', 0, 0),
(81567, 'prizetrophy_cake*1', 'prizetrophy_cake*1', 's', 1, 1, 2, '0', '0', '0', 81567, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(81568, 'prizetrophy_cake*2', 'prizetrophy_cake*2', 's', 1, 1, 2, '0', '0', '0', 81568, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(81569, 'prizetrophy_cake*3', 'prizetrophy_cake*3', 's', 1, 1, 2, '0', '0', '0', 81569, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(81571, 'china_snake', 'china_snake', 's', 1, 1, 2, '0', '0', '0', 81571, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(81570, 'china_pstr4', 'china_pstr4', 'i', 1, 1, 1, '0', '0', '0', 81570, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8924, 'cesped001', 'cesped001', 's', 2, 2, 0, '1', '0', '1', 8924, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(57669, 'rare__hamaca', 'rare__hamaca', 's', 1, 3, 1.57, '0', '0', '0', 57669, '1', '1', '0', '1', '1', 'bed', 1, '0', '0', '0', '0', 0, 0),
(4702, 'cloud_throne', 'cloud_throne', 's', 1, 1, 1, '0', '1', '0', 4702, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4701, 'cloud_egg', 'cloud_egg', 's', 1, 1, 1, '0', '0', '0', 4701, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5016317, 'patch_cloud', 'patch_cloud', 's', 2, 2, 0, '1', '0', '1', 300080, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4703, 'Yacht Bow', 'jetset_yacht_front', 's', 3, 1, 3.1, '0', '0', '1', 4703, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4704, 'Stealth Jet Ski', 'js_jetski', 's', 1, 1, 1, '0', '1', '0', 4704, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4705, 'VIP Gate', 'vip_gate', 's', 1, 1, 0.1, '0', '0', '0', 4705, '1', '1', '1', '1', '1', 'gate', 2, '0', '0', '', '0', 0, 0),
(4706, 'Yacht Bridge', 'jetset_yacht_mid_1', 's', 3, 1, 3.1, '0', '0', '1', 4706, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4707, 'Grassy Stack', 'jetset_landhigh', 's', 1, 1, 2.5, '0', '0', '0', 4707, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4708, 'Low Grassy Stack', 'jetset_landlow', 's', 1, 1, 1, '0', '0', '0', 4708, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4709, 'Yacht Stern', 'jetset_yacht_back', 's', 3, 3, 1, '0', '0', '1', 4709, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4710, 'Yacht Middle', 'jetset_yacht_mid_2', 's', 3, 1, 3.1, '0', '0', '1', 4710, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4711, 'jetset_vipscreen name', 'jetset_vipscreen', 's', 1, 3, 2, '0', '0', '0', 4711, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4712, 'Yacht Pool', 'jetset_yacht_mid_3', 's', 3, 1, 3.1, '0', '0', '1', 4712, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4713, 'Jet Ski', 'js_jetski2', 's', 1, 1, 1, '0', '1', '0', 4713, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4714, 'Cabana Tent', 'jetset_tent', 's', 2, 2, 0, '0', '0', '1', 4714, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(4715, 'Stone Jetty', 'jetset_stonejetty', 's', 1, 2, 0, '0', '0', '0', 4715, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '', '0', 0, 0),
(4716, 'VIP Room Hopper', 'vip_hopper', 's', 1, 1, 0, '0', '0', '0', 4716, '1', '1', '1', '1', '1', 'teleport', 4, '0', '0', '', '0', 0, 0),
(3550045, 'RedF Dragon', 'RedF_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3550045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550046, 'RedF Dragon', 'RedF_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3550046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550047, 'RedF Dragon', 'RedF_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3550047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550048, 'RedF Dragon', 'RedF_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3550048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550049, 'RedF Dragon', 'RedF_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3550049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550050, 'RedF Dragon', 'RedF_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3550050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550051, 'RedF Dragon', 'RedF_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3550051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550052, 'RedF Dragon', 'RedF_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3550052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550053, 'RedF Dragon', 'RedF_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3550053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3550054, 'RedF Dragon', 'RedF_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3550054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540045, 'Whit Dragon', 'Whit_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3540045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540046, 'Whit Dragon', 'Whit_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3540046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540047, 'Whit Dragon', 'Whit_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3540047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540048, 'Whit Dragon', 'Whit_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3540048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540049, 'Whit Dragon', 'Whit_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3540049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540050, 'Whit Dragon', 'Whit_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3540050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540051, 'Whit Dragon', 'Whit_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3540051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540052, 'Whit Dragon', 'Whit_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3540052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540053, 'Whit Dragon', 'Whit_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3540053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3540054, 'Whit Dragon', 'Whit_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3540054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510045, 'Pink Dragon', 'Pink_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3510045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510046, 'Pink Dragon', 'Pink_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3510046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510047, 'Pink Dragon', 'Pink_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3510047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510048, 'Pink Dragon', 'Pink_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3510048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510049, 'Pink Dragon', 'Pink_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3510049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510050, 'Pink Dragon', 'Pink_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3510050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510051, 'Pink Dragon', 'Pink_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3510051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510052, 'Pink Dragon', 'Pink_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3510052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510053, 'Pink Dragon', 'Pink_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3510053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3510054, 'Pink Dragon', 'Pink_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3510054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520045, 'Gren Dragon', 'Gren_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3520045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520046, 'Gren Dragon', 'Gren_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3520046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520047, 'Gren Dragon', 'Gren_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3520047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520048, 'Gren Dragon', 'Gren_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3520048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520049, 'Gren Dragon', 'Gren_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3520049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520050, 'Gren Dragon', 'Gren_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3520050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520051, 'Gren Dragon', 'Gren_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3520051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520052, 'Gren Dragon', 'Gren_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3520052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520053, 'Gren Dragon', 'Gren_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3520053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3520054, 'Gren Dragon', 'Gren_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3520054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530045, 'Blue Dragon', 'Blue_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3530045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530046, 'Blue Dragon', 'Blue_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3530046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530047, 'Blue Dragon', 'Blue_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3530047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530048, 'Blue Dragon', 'Blue_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3530048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530049, 'Blue Dragon', 'Blue_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3530049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530050, 'Blue Dragon', 'Blue_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3530050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530051, 'Blue Dragon', 'Blue_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3530051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530052, 'Blue Dragon', 'Blue_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3530052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530053, 'Blue Dragon', 'Blue_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3530053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3530054, 'Blue Dragon', 'Blue_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3530054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610045, 'Rain Dragon', 'Rain_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3610045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610046, 'Rain Dragon', 'Rain_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3610046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610047, 'Rain Dragon', 'Rain_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3610047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610048, 'Rain Dragon', 'Rain_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3610048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610049, 'Rain Dragon', 'Rain_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3610049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610050, 'Rain Dragon', 'Rain_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3610050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610051, 'Rain Dragon', 'Rain_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3610051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610052, 'Rain Dragon', 'Rain_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3610052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610053, 'Rain Dragon', 'Rain_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3610053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3610054, 'Rain Dragon', 'Rain_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3610054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710045, 'Raib Dragon', 'Raib_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 3710045, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710046, 'Raib Dragon', 'Raib_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 3710046, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710047, 'Raib Dragon', 'Raib_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 3710047, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710048, 'Raib Dragon', 'Raib_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 3710048, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710049, 'Raib Dragon', 'Raib_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 3710049, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710050, 'Raib Dragon', 'Raib_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 3710050, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710051, 'Raib Dragon', 'Raib_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 3710051, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710052, 'Raib Dragon', 'Raib_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 3710052, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710053, 'Raib Dragon', 'Raib_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 3710053, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(3710054, 'Raib Dragon', 'Raib_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 3710054, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(111567890, 'Bloc Mario !', 'estatua_blocs2', 's', 1, 1, 1.2, '1', '0', '0', 111567890, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(111567891, 'Bloc Mario !', 'estatua_blocs1', 's', 1, 1, 1.2, '1', '0', '0', 111567891, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(111567892, 'Mario', 'estatua_mario1', 's', 1, 1, 1, '0', '0', '0', 111567892, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(111567893, 'Luigi', 'estatua_luigi1', 's', 1, 1, 1, '0', '0', '0', 111567893, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(111567894, 'Peach', 'estatua_peach', 's', 1, 1, 1, '0', '0', '0', 111567894, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(39300161, 'Monster Drink Machine', 'lm_mananadrink', 's', 1, 1, 1, '0', '0', '0', 500051, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(39300162, 'Monster Throne', 'mhrone', 's', 1, 1, 1, '0', '1', '0', 500052, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39300163, 'Monster Pillow', 'millow', 's', 1, 1, 1, '0', '1', '0', 500053, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(39300164, 'Monster Dragon', 'rare_dragonmamp*4', 's', 1, 1, 1, '0', '0', '0', 500060, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(39300165, 'Monster Parasol', 'ads_calip_monster', 's', 1, 1, 1, '0', '0', '0', 500061, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(8994200, 'glass_bleu', 'glass_bleu', 's', 1, 1, 0.01, '1', '0', '0', 385700, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994300, 'glass_jaun', 'glass_jaun', 's', 1, 1, 0.01, '1', '0', '0', 385800, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994400, 'glass_rose', 'glass_rose', 's', 1, 1, 0.01, '1', '0', '0', 385900, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994500, 'glass_roug', 'glass_roug', 's', 1, 1, 0.01, '1', '0', '0', 386000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994600, 'glass_tran', 'glass_tran', 's', 1, 1, 0.01, '1', '0', '0', 386100, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994700, 'glass_vert', 'glass_vert', 's', 1, 1, 0.01, '1', '0', '0', 386200, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994800, 'demi_gl_bl', 'demi_gl_bl', 's', 1, 1, 0.01, '1', '0', '0', 386300, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8994900, 'demi_gl_cl', 'demi_gl_cl', 's', 1, 1, 0.01, '1', '0', '0', 386400, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8995000, 'demi_gl_ja', 'demi_gl_ja', 's', 1, 1, 0.01, '1', '0', '0', 386500, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8995100, 'demi_gl_rd', 'demi_gl_rd', 's', 1, 1, 0.01, '1', '0', '0', 386600, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8995200, 'demi_gl_ro', 'demi_gl_ro', 's', 1, 1, 0.01, '1', '0', '0', 386700, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8995300, 'demi_gl_tr', 'demi_gl_tr', 's', 1, 1, 0.01, '1', '0', '0', 386800, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(8995400, 'demi_gl_ve', 'demi_gl_ve', 's', 1, 1, 0.01, '1', '0', '0', 386900, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(998834, 'RedBull Egg', 'redbu', 's', 1, 1, 1, '0', '0', '0', 998834, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(48455341, 'CE_BD_VoodooV1', 'CE_BD_VoodooV1', 's', 1, 1, 1, '1', '0', '0', 48455341, '0', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(600763, 'Nuage Bleu Ciel', '50ombg_cloud', 's', 1, 1, 0.5, '0', '0', '0', 600763, '0', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(4947, 'wf_act_kick_user', 'wf_act_kick_user', 's', 1, 1, 1, '0', '0', '0', 4947, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(423942424, 'dragonlamp_jtfrost', 'dragonlamp_jtfrost', 's', 1, 1, 1, '0', '0', '0', 979238747, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(55510, 'pixel_plantred', 'pixel_plantred', 's', 1, 1, 1, '0', '0', '0', 4871, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55511, 'pixel_plantpink', 'pixel_plantpink', 's', 1, 1, 1, '0', '0', '0', 4872, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55512, 'pixel_light_red', 'pixel_light_red', 's', 1, 1, 1, '0', '0', '0', 4873, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55513, 'pixel_plantblue', 'pixel_plantblue', 's', 1, 1, 1, '0', '0', '0', 4874, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55514, 'pixel_plantgreen', 'pixel_plantgreen', 's', 1, 1, 1, '0', '0', '0', 4875, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55515, 'pixel_light_green', 'pixel_light_green', 's', 1, 1, 1, '0', '0', '0', 4876, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55516, 'pixel_light_pink', 'pixel_light_pink', 's', 1, 1, 1, '0', '0', '0', 4877, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55517, 'pixel_plantblack', 'pixel_plantblack', 's', 1, 1, 1, '0', '0', '0', 4878, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55518, 'pixel_light_blue', 'pixel_light_blue', 's', 1, 1, 1, '0', '0', '0', 4879, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55519, 'pixel_carpet_red', 'pixel_carpet_red', 's', 2, 3, 0.1, '1', '0', '1', 4880, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55520, 'pixel_carpet_blue', 'pixel_carpet_blue', 's', 2, 3, 0.1, '1', '0', '1', 4881, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55521, 'pixel_carpet_pink', 'pixel_carpet_pink', 's', 2, 3, 0.1, '1', '0', '1', 4882, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55522, 'pixel_light_black', 'pixel_light_black', 's', 1, 1, 1, '0', '0', '0', 4883, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(55523, 'pixel_carpet_black', 'pixel_carpet_black', 's', 2, 3, 0.1, '1', '0', '1', 4884, '1', '1', '1', '1', '1', 'default', 0, '0', '0', '0', '0', 0, 0),
(55524, 'valentines_lovelock', 'valentines_lovelock', 's', 1, 1, 1, '0', '0', '0', 4885, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(900911, 'shisha8', 'shisha8', 's', 1, 1, 1, '0', '0', '0', 900912, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(900912, 'shisha7', 'shisha7', 's', 1, 1, 1, '0', '0', '0', 900913, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(900913, 'shisha6', 'shisha6', 's', 1, 1, 1, '0', '0', '0', 900914, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(900914, 'shisha5', 'shisha5', 's', 1, 1, 1, '0', '0', '0', 900915, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(900915, 'shisha4', 'shisha4', 's', 1, 1, 1, '0', '0', '0', 900916, '1', '1', '1', '1', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(24598, 'WWE', 'WWE', 's', 1, 1, 1.3, '1', '0', '1', 24598, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(24698, 'WWE', 'WWE', 's', 2, 1, 1, '1', '0', '0', 24698, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(344398, 'WWE', 'WWE', 's', 2, 2, 0.8, '1', '0', '1', 344398, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(44019498, 'WWE', 'WWE', 'i', 1, 1, 0, '0', '0', '0', 44019498, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '', '0', 0, 0),
(2000010, 'hc_roundchair', 'hc_roundchair', 's', 1, 1, 1, '0', '1', '0', 4845, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2000011, 'hc_bigvase', 'hc_bigvase', 's', 1, 1, 1, '0', '0', '0', 4846, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 25, 0),
(2000012, 'hc_knight_1', 'hc_knight_1', 's', 1, 1, 1, '0', '0', '0', 4847, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(2000013, 'hc_roundtable', 'hc_roundtable', 's', 1, 1, 0.75, '1', '0', '0', 4848, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(2000014, 'hc_cab', 'hc_cab', 's', 1, 2, 2.7, '1', '0', '0', 4849, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(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),
(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),
(2000017, 'rare_dragonlamp_pink', 'rare_dragonlamp_pink', 's', 1, 1, 1, '0', '0', '0', 4852, '1', '1', '1', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(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', 0, 0),
(2000019, 'pillow_bronze', 'pillow_silver', 's', 1, 1, 0.75, '0', '1', '0', 4854, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980589, 'sofa', 'Sofa', 's', 2, 1, 1, '0', '1', '0', 99980589, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980579, 'sofa', 'Sofa', 's', 2, 1, 1, '0', '1', '0', 99980579, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5250077, 'club_sofh', 'club_sofh', 's', 2, 2, 1, '0', '1', '0', 5250077, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(101981023, 'dragonlampjusttime', 'dragonlampjusttime', 's', 1, 1, 1, '0', '0', '0', 329784237, '1', '1', '1', '1', '1', 'default', 3, '0', '0', '0', '0', 0, 0),
(19056077, 'colath', 'colath', 's', 0, 1, 1, '0', '0', '0', 15097066, '1', '1', '0', '0', '1', 'default', 4, '0', '0', '0', '0', 0, 0),
(99980318, 'Elevador del Terror', 'Elevador del Terror', 's', 1, 1, 0, '0', '0', '0', 99980318, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0', '0', '0', 0, 0),
(99980186, 'Mueble de Espejo', 'Mueble de Espejo', 's', 1, 1, 1, '0', '0', '0', 99980186, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980187, 'Hombre Encajetado', 'Hombre Encajetado', 's', 1, 1, 1, '0', '0', '0', 99980187, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980188, 'Holo Diamante', 'Holo Diamante', 's', 1, 1, 1, '0', '0', '0', 99980188, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(99980189, 'Equalizador', 'Equalizador', 's', 1, 1, 1, '0', '0', '0', 99980189, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980190, 'Bocinas', 'Bocinas', 's', 1, 1, 1, '0', '0', '0', 99980190, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(99980191, 'Maquina de Sodas', 'Maquina de Sodas', 's', 1, 1, 1, '0', '0', '0', 99980191, '1', '1', '0', '1', '1', 'vendingmachine', 1, '19', '0', '0', '0', 0, 0),
(99980192, 'Cafetera VIP', 'Cafetera VIP', 's', 1, 1, 1, '0', '0', '0', 99980192, '1', '1', '0', '1', '1', 'vendingmachine', 1, '8', '0', '0', '0', 0, 0),
(99980193, 'Pandel de Locutor', 'Pandel de Locutor', 's', 2, 2, 1, '0', '0', '0', 99980193, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0', '0', 0, 0),
(5011, 'easter13_dinoegg', 'easter13_dinoegg', 's', 1, 1, 1, '0', '0', '0', 5011, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5010, 'penguin_skele', 'penguin_skele', 's', 1, 1, 1, '0', '0', '0', 5010, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5003, 'duck_frank', 'duck_frank', 's', 1, 1, 1, '0', '0', '0', 5003, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5004, 'penguin_frank', 'penguin_frank', 's', 1, 1, 1, '0', '0', '0', 5004, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5006, 'easter13_stonehead', 'easter13_stonehead', 's', 1, 1, 1, '0', '0', '0', 5006, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5007, 'duck_zombie', 'duck_zombie', 's', 1, 1, 1, '0', '0', '0', 5007, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5009, 'easter13_sub', 'easter13_sub', 's', 7, 1, 1, '0', '0', '0', 5009, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5002, 'duck_afro', 'duck_afro', 's', 1, 1, 1, '0', '0', '0', 5002, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5001, 'duck_scuba', 'duck_scuba', 's', 1, 1, 1, '0', '0', '0', 5001, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(5000, 'easter13_stonefrank', 'easter13_stonefrank', 's', 1, 1, 1, '0', '0', '0', 5000, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4999, 'easter13_globe', 'easter13_globe', 's', 1, 1, 1, '0', '0', '0', 4999, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4989, 'easter13_egg_2', 'easter13_egg_2', 's', 1, 1, 1, '0', '0', '0', 4989, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4986, 'easter13_egg_0', 'easter13_egg_0', 's', 1, 1, 1, '0', '0', '0', 4986, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4987, 'easter13_egg_3', 'easter13_egg_3', 's', 1, 1, 1, '0', '0', '0', 4987, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(4988, 'easter13_egg_1', 'easter13_egg_1', 's', 1, 1, 1, '0', '0', '0', 4988, '1', '1', '0', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(666999, 'Mcdonald''s Sign', 'I''m lovin'' it', 'i', 1, 1, 1, '0', '0', '0', 666999, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(666910, 'Mcdonald''s Counter (PLAIN)', 'Squeaky clean Mcdonalds counter.', 's', 2, 1, 1, '1', '0', '0', 666910, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(666911, 'Mcdonald''s Counter (LOGO)', 'Squeaky clean Mcdonalds counter.', 's', 2, 1, 1, '1', '0', '0', 666911, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(666912, 'Mcdonald''s Tile', 'Perfectly fitting in your Mcdonalds restaurant!', 's', 2, 2, 0, '1', '0', '1', 666912, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(666914, 'Mcdonald''s Seat', 'Sit down, relax and enjoy your Big Mac on this chair!', 's', 1, 1, 1, '0', '1', '0', 666914, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', '0', 0, 0),
(32153, 'Easterduck Trophy', 'a0 easter13_trophy_g', 's', 1, 1, 1, '0', '0', '0', 32153, '0', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(32154, 'Easterduck Trophy', 'a0 easter13_trophy_s', 's', 1, 1, 1, '0', '0', '0', 32154, '0', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0),
(32155, 'Easterduck Trophy', 'a0 easter13_trophy_b', 's', 1, 1, 1, '0', '0', '0', 32155, '0', '1', '0', '1', '0', 'trophy', 1, '0', '0', '0', '0', 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `groups`
--

CREATE TABLE IF NOT EXISTS `groups` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`desc` varchar(255) NOT NULL,
`badge` varchar(50) NOT NULL,
`ownerid` int(11) NOT NULL,
`created` varchar(50) NOT NULL,
`roomid` int(10) unsigned NOT NULL DEFAULT '0',
`locked` enum('closed','locked','open') NOT NULL DEFAULT 'open',
`privacy` enum('blocked','open') NOT NULL DEFAULT 'open',
`topics` smallint(1) NOT NULL,
`pane` smallint(1) NOT NULL,
`views` int(15) NOT NULL,
`recommended` int(1) NOT NULL,
`type` int(1) NOT NULL,
`description` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

--
-- Dump dei dati per la tabella `groups`
--

INSERT INTO `groups` (`id`, `name`, `desc`, `badge`, `ownerid`, `created`, `roomid`, `locked`, `privacy`, `topics`, `pane`, `views`, `recommended`, `type`, `description`) VALUES
(1, 'Staff', 'Hotel Staffers', 'b0503Xs09114s05013s05015', 1, '1344377192', 0, 'open', 'open', 0, 0, 29, 0, 0, ''),
(2, 'Hub Staff', 'Tutto lo staff di Hub Hotel!', 'b0503Xs09114s05013s05015', 6, '1390761944', 0, 'open', 'open', 0, 0, 0, 0, 0, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `group_memberships`
--

CREATE TABLE IF NOT EXISTS `group_memberships` (
`userid` int(11) NOT NULL,
`groupid` int(11) NOT NULL,
`member_rank` enum('1','2','3') NOT NULL DEFAULT '1',
`is_pending` enum('0','1') NOT NULL DEFAULT '0',
`is_current` enum('0','1') NOT NULL DEFAULT '0',
KEY `groupid` (`groupid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `group_memberships`
--

INSERT INTO `group_memberships` (`userid`, `groupid`, `member_rank`, `is_pending`, `is_current`) VALUES
(1, 1, '1', '0', '0'),
(6, 1, '1', '0', '0'),
(6, 2, '3', '0', '0'),
(41, 2, '1', '0', '1'),
(85, 2, '1', '0', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `group_requests`
--

CREATE TABLE IF NOT EXISTS `group_requests` (
`groupid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
KEY `groupid` (`groupid`),
KEY `userid` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `group_requests`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `help_subjects`
--

CREATE TABLE IF NOT EXISTS `help_subjects` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

--
-- Dump dei dati per la tabella `help_subjects`
--

INSERT INTO `help_subjects` (`id`, `caption`) VALUES
(1, 'Phoenix - General'),
(2, 'Credits, Pixels and Achievements'),
(3, 'Catalogue and Furniture'),
(4, 'Rooms'),
(5, 'Infobus');

-- --------------------------------------------------------

--
-- Struttura della tabella `help_topics`
--

CREATE TABLE IF NOT EXISTS `help_topics` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`subject` int(11) unsigned NOT NULL DEFAULT '1',
`title` varchar(50) NOT NULL,
`body` text NOT NULL,
`known_issue` enum('0','1','2') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;

--
-- Dump dei dati per la tabella `help_topics`
--

INSERT INTO `help_topics` (`id`, `subject`, `title`, `body`, `known_issue`) VALUES
(1, 1, 'Cos''è l'' Hotel?', 'uberHotel is a test platform for the new Habbo Hotel Emulator, UberEmulator. We are using this hotel to test and verify the stability, performance, and functionality of the server. This means the hotel will only be available temporarily, and certain features may be missing or broken.', '2'),
(2, 1, 'Missing/broken features', 'This article will be updated to reflect an overview of features that are missing or broken.', '2'),
(3, 2, 'Come ricevo i Crediti?', 'You can receive credits in a multitude of ways:\r\n\r\n* By signing up to Uber you receive some credits to get you started.\r\n* You will recieve credit updates at preset intervals.\r\n* You can play games and take part in events and competitions for prizes and credits.\r\n* You can trade other users for credits.', '1'),
(4, 2, 'Come ricevo i Pixel?', 'You automatically receive pixels every now and then. You can exchange these for effects, special pixel offers, and credits. You also receive pixels by completing achievements.', '1'),
(5, 2, 'Cosa sono le realizzazioni?', 'Achievements are special tasks you can complete in the hotel which will give you a certain amount of pixels and a cool badge as reward.', '1'),
(6, 2, 'Tutte le conquiste?', 'We have not yet added all achievements. The ones that are available can be seen under the ''Achievements'' tab in your inventory.', '0'),
(7, 1, 'Staff', 'Uber is being maintained and moderated by a relatively small staff team. They are here to make sure everything works correctly and to help our players and keep them safe.\r\n\r\nIn general we do not have any staff openings; if we are looking for staff it will be announced on the homepage, or we will approach players we deem capable.', '2'),
(8, 3, 'Ho un suggerimento per i nuovi furni!', 'We do NOT accept any requests for custom furniture or anything along those lines, we only use furniture that is available on the official hotels. If you have suggestions for new furniture, try contacting Habbo. They might like your idea!', '0'),
(9, 3, 'Perchè questo pezzo di arredamento manca?', 'We may have not added all furniture yet or we may have purposely decided not to put it up for sale. Please do not contact us about this - we are constantly adding new furniture.', '1'),
(10, 5, 'Cos''è Infobus?', 'The infobus is currently available in the navigator, although bugged.', '1'),
(11, 3, 'Stacking-related issues', 'The stacking system is a sensitive and complicated mechanism that still requires some work. There is generally no need to report any problems regarding stacking to us, as we are aware of problems relating to it.\r\n\r\nIf there are problems with stacking relating to a specific piece of furniture, then please submit a suggestion or bug report on our UserVoice forum.', '1'),
(12, 1, 'Richieste di Supporto', 'We would just like to urge that the ticket system you will find in this help tool and when reporting users is only intended for SERIOUS requests. Yes, it works, and there is no need to test it. Any requests that are offensive, spam, or in anyway inappropriate may result in a ban.\r\n\r\nAlso, when submitting a help request, please keep in mind that it must be in English.', '2');

-- --------------------------------------------------------

--
-- Struttura della tabella `items`
--

CREATE TABLE IF NOT EXISTS `items` (
`id` int(10) unsigned NOT NULL,
`user_id` int(10) NOT NULL,
`room_id` int(10) unsigned NOT NULL DEFAULT '0',
`base_item` int(10) unsigned NOT NULL,
`extra_data` text NOT NULL,
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` double NOT NULL DEFAULT '0',
`rot` int(11) NOT NULL DEFAULT '0',
`wall_pos` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING BTREE,
KEY `userid` (`user_id`) USING BTREE,
KEY `roomid` (`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `items`
--

INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(3, 1, 0, 4734, '', 0, 0, 0, 0, ''),
(2, 1, 0, 4528, '', 0, 0, 0, 0, ''),
(1, 1, 0, 4284, '', 0, 0, 0, 0, ''),
(4, 1, 0, 320, '0', 0, 0, 0, 0, ''),
(5, 1, 0, 30300254, '', 0, 0, 0, 0, ''),
(6, 1, 0, 30300271, '', 0, 0, 0, 0, ''),
(7, 6, 9, 202, '0', 4, 9, 0, 2, ''),
(8, 50, 0, 429, '0', 0, 0, 0, 0, '0'),
(9, 6, 9, 419, '0', 4, 11, 0, 2, ''),
(10, 41, 26, 247, '', 8, 6, 0, 0, ''),
(11, 41, 26, 247, '', 6, 6, 0, 0, ''),
(12, 6, 50, 247, '', 4, 2, 0, 0, ''),
(13, 6, 50, 247, '', 4, 1, 0, 0, ''),
(14, 6, 86, 247, '', 8, 2, 0, 0, ''),
(15, 6, 86, 247, '', 7, 1, 0, 0, ''),
(16, 6, 86, 247, '', 7, 2, 0, 0, ''),
(17, 6, 86, 247, '', 10, 1, 0, 0, ''),
(18, 6, 38, 247, '', 8, 1, 0, 0, ''),
(19, 6, 38, 247, '', 6, 1, 0, 0, ''),
(20, 6, 38, 247, '', 8, 2, 0, 0, ''),
(21, 6, 38, 247, '', 6, 2, 0, 0, ''),
(22, 6, 38, 247, '', 9, 1, 0, 0, ''),
(23, 6, 38, 247, '', 10, 2, 0, 0, ''),
(24, 6, 38, 247, '', 10, 1, 0, 0, ''),
(25, 6, 38, 247, '', 4, 2, 0, 0, ''),
(26, 6, 38, 247, '', 4, 1, 0, 0, ''),
(27, 6, 26, 247, '', 8, 8, 0, 0, ''),
(28, 6, 26, 247, '', 6, 8, 0, 0, ''),
(29, 6, 86, 247, '', 5, 1, 0, 0, ''),
(30, 6, 86, 247, '', 10, 2, 0, 0, ''),
(31, 6, 86, 247, '', 5, 2, 0, 0, ''),
(32, 6, 86, 247, '', 5, 4, 0, 0, ''),
(33, 6, 86, 247, '', 6, 4, 0, 0, ''),
(34, 6, 86, 247, '', 8, 4, 0, 0, ''),
(35, 6, 86, 247, '', 10, 4, 0, 0, ''),
(36, 6, 86, 247, '', 5, 6, 0, 0, ''),
(37, 6, 86, 247, '', 6, 6, 0, 0, ''),
(38, 6, 86, 247, '', 8, 6, 0, 0, ''),
(39, 6, 86, 247, '', 10, 6, 0, 0, ''),
(40, 44, 86, 247, '', 10, 9, 0, 0, ''),
(41, 44, 86, 247, '', 9, 9, 0, 0, ''),
(42, 44, 86, 247, '', 7, 9, 0, 0, ''),
(43, 44, 86, 247, '', 5, 9, 0, 0, ''),
(44, 44, 86, 247, '', 3, 9, 0, 0, ''),
(45, 6, 86, 247, '', 1, 9, 0, 0, ''),
(46, 6, 86, 247, '', 1, 8, 0, 0, ''),
(47, 6, 19, 247, '', 7, 6, 3, 0, ''),
(48, 6, 19, 247, '', 5, 6, 3, 0, ''),
(49, 6, 19, 247, '', 3, 6, 3, 0, ''),
(50, 6, 19, 247, '', 1, 6, 3, 0, ''),
(51, 6, 86, 247, '', 2, 8, 0, 0, ''),
(52, 44, 86, 247, '', 2, 6, 0, 0, ''),
(53, 44, 86, 247, '', 1, 6, 0, 0, ''),
(54, 6, 12, 247, '', 10, 12, 0, 0, ''),
(55, 6, 12, 247, '', 8, 12, 0, 0, ''),
(56, 6, 12, 247, '', 6, 12, 0, 0, ''),
(57, 6, 12, 247, '', 4, 12, 0, 0, ''),
(58, 6, 12, 247, '', 4, 11, 0, 0, ''),
(59, 6, 12, 247, '', 6, 11, 0, 0, ''),
(60, 6, 12, 247, '', 8, 11, 0, 0, ''),
(61, 6, 12, 247, '', 10, 11, 0, 0, ''),
(62, 6, 12, 247, '', 10, 9, 0, 0, ''),
(63, 6, 12, 247, '', 8, 9, 0, 0, ''),
(64, 6, 12, 247, '', 6, 9, 0, 0, ''),
(65, 6, 12, 247, '', 4, 9, 0, 0, ''),
(66, 6, 12, 247, '', 4, 7, 0, 0, ''),
(67, 6, 12, 247, '', 6, 7, 0, 2, ''),
(68, 6, 12, 247, '', 8, 7, 0, 0, ''),
(69, 6, 12, 247, '', 10, 7, 0, 0, ''),
(70, 6, 12, 247, '', 10, 5, 0, 0, ''),
(71, 6, 12, 247, '', 8, 5, 0, 0, ''),
(72, 6, 12, 247, '', 6, 5, 0, 0, ''),
(73, 6, 12, 247, '', 4, 5, 0, 0, ''),
(74, 6, 12, 247, '', 4, 3, 0, 0, ''),
(75, 6, 12, 247, '', 6, 3, 0, 0, ''),
(76, 6, 12, 247, '', 8, 3, 0, 0, ''),
(77, 6, 12, 247, '', 10, 3, 0, 0, ''),
(78, 6, 12, 247, '', 10, 1, 0, 0, ''),
(79, 6, 12, 247, '', 8, 1, 0, 0, ''),
(80, 6, 12, 247, '', 6, 1, 0, 0, ''),
(81, 6, 12, 247, '', 4, 1, 0, 0, ''),
(82, 6, 10, 247, '', 6, 7, 0, 0, ''),
(83, 6, 10, 247, '', 7, 7, 0, 0, ''),
(84, 6, 10, 247, '', 9, 7, 0, 0, ''),
(85, 6, 10, 247, '', 9, 5, 0, 0, ''),
(86, 6, 10, 247, '', 7, 5, 0, 0, ''),
(87, 6, 10, 247, '', 5, 5, 0, 0, ''),
(88, 6, 10, 247, '', 5, 8, 0, 0, ''),
(89, 6, 10, 247, '', 5, 9, 0, 0, ''),
(90, 6, 10, 247, '', 7, 9, 0, 0, ''),
(91, 6, 10, 247, '', 9, 9, 0, 0, ''),
(92, 6, 10, 247, '', 9, 9, 0, 0, ''),
(93, 6, 9, 247, '', 6, 7, 0, 0, ''),
(94, 6, 9, 247, '', 6, 8, 0, 0, ''),
(95, 6, 9, 247, '', 8, 7, 0, 0, ''),
(96, 6, 9, 247, '', 8, 8, 0, 0, ''),
(97, 6, 9, 247, '', 8, 10, 0, 0, ''),
(98, 6, 9, 247, '', 6, 10, 0, 0, ''),
(99, 6, 9, 247, '', 4, 7, 0, 0, ''),
(100, 6, 9, 247, '', 4, 8, 0, 0, ''),
(101, 6, 9, 247, '', 4, 10, 0, 0, ''),
(102, 6, 9, 247, '', 10, 2, 0, 0, ''),
(103, 6, 9, 247, '', 8, 2, 0, 0, ''),
(104, 6, 9, 247, '', 6, 2, 0, 0, ''),
(105, 6, 9, 247, '', 4, 2, 0, 0, ''),
(106, 6, 9, 247, '', 10, 1, 0, 0, ''),
(107, 6, 9, 247, '', 8, 1, 0, 0, ''),
(108, 6, 9, 247, '', 6, 1, 0, 0, ''),
(109, 6, 9, 247, '', 4, 1, 0, 0, ''),
(110, 6, 9, 218, '', 5, 6, 0, 0, ''),
(111, 6, 9, 218, '', 8, 6, 0, 0, ''),
(112, 6, 9, 218, '', 10, 7, 0, 6, ''),
(113, 6, 9, 218, '', 10, 10, 0, 6, ''),
(114, 6, 9, 217, '', 4, 6, 0, 0, ''),
(115, 6, 9, 217, '', 10, 6, 0, 0, ''),
(116, 6, 9, 217, '', 10, 12, 0, 0, ''),
(118, 6, 9, 217, '', 4, 12, 0, 0, ''),
(119, 6, 86, 219, '1', 10, 7, 0, 0, ''),
(120, 6, 9, 219, '0', 7, 6, 0, 0, ''),
(121, 6, 9, 217, '', 10, 4, 0, 0, ''),
(122, 6, 9, 217, '', 10, 9, 0, 0, ''),
(123, 6, 86, 217, '', 11, 7, 0, 0, ''),
(124, 6, 9, 217, '', 4, 4, 0, 0, ''),
(125, 6, 9, 219, '0', 7, 4, 0, 0, ''),
(126, 6, 9, 219, '0', 11, 4, 0, 0, ''),
(127, 6, 9, 217, '', 7, 12, 0, 0, ''),
(128, 6, 9, 218, '', 8, 12, 0, 0, ''),
(129, 6, 9, 218, '', 5, 12, 0, 0, ''),
(130, 6, 9, 218, '', 8, 4, 0, 0, ''),
(131, 6, 9, 218, '', 5, 4, 0, 0, ''),
(132, 6, 9, 444, '', 5, 5, 0, 2, ''),
(133, 6, 9, 444, '', 6, 5, 0, 2, ''),
(134, 6, 9, 444, '', 7, 5, 0, 2, ''),
(135, 6, 9, 444, '', 8, 5, 0, 2, ''),
(136, 6, 9, 444, '', 9, 5, 0, 2, ''),
(137, 6, 9, 444, '', 10, 5, 0, 2, ''),
(138, 6, 9, 444, '', 11, 5, 0, 4, ''),
(139, 6, 9, 444, '', 11, 6, 0, 4, ''),
(140, 6, 9, 444, '', 11, 7, 0, 4, ''),
(141, 6, 9, 444, '', 11, 8, 0, 4, ''),
(142, 6, 9, 444, '', 11, 9, 0, 4, ''),
(143, 6, 9, 444, '', 11, 10, 0, 4, ''),
(144, 6, 9, 444, '', 11, 11, 0, 4, ''),
(145, 6, 9, 444, '', 11, 12, 0, 4, ''),
(146, 6, 9, 444, '', 11, 13, 0, 6, ''),
(147, 6, 9, 444, '', 10, 13, 0, 6, ''),
(148, 6, 9, 444, '', 9, 13, 0, 6, ''),
(149, 6, 9, 444, '', 8, 13, 0, 6, ''),
(150, 6, 9, 444, '', 7, 13, 0, 6, ''),
(151, 6, 9, 444, '', 6, 13, 0, 6, ''),
(152, 6, 9, 444, '', 4, 5, 0, 2, ''),
(153, 6, 9, 202, '', 4, 8, 0, 2, ''),
(154, 6, 9, 202, '', 4, 10, 0, 2, ''),
(155, 6, 10, 414, '0', 5, 10, 0, 2, ''),
(156, 6, 9, 416, '0', 4, 4, 1, 2, ''),
(157, 6, 9, 416, '0', 4, 6, 1, 2, ''),
(158, 6, 9, 1744, '', 0, 0, 0, 0, ':w=8,0 l=7,46 r'),
(159, 6, 9, 868, '', 9, 1, 0, 4, ''),
(160, 6, 15, 868, '', 5, 5, 0, 0, ''),
(161, 6, 9, 868, '', 5, 1, 0, 4, ''),
(162, 6, 9, 869, '1', 9, 8, 0, 0, ''),
(163, 6, 9, 20076, '', 10, 6, 1, 2, ''),
(164, 6, 9, 20076, '', 10, 12, 1, 2, ''),
(165, 6, 9, 20116, '0', 11, 1, 0, 0, ''),
(166, 6, 9, 20116, '0', 4, 1, 0, 0, ''),
(168, 6, 10, 1613, '0', 5, 5, 0, 2, ''),
(167, 6, 9, 1613, '0', 4, 3, 8, 2, ''),
(170, 6, 10, 1469, '0', 10, 5, 0, 4, ''),
(169, 6, 9, 1469, '0', 4, 7, 0, 2, ''),
(171, 6, 9, 379, '0', 5, 13, 0, 2, ''),
(173, 6, 10, 1452, '0', 5, 7, 0, 2, ''),
(172, 6, 9, 1452, '0', 4, 13, 0, 2, ''),
(174, 6, 10, 1591, '0', 8, 5, 0, 2, ''),
(176, 6, 10, 1444, '', 7, 7, 0, 2, ''),
(177, 6, 10, 1443, '', 8, 6, 0, 0, ''),
(178, 6, 10, 20074, '', 5, 6, 0, 2, ''),
(179, 115, 0, 1684, '', 0, 0, 0, 0, ':w=7,4 l=24,43 r'),
(180, 9, 10, 202, '', 9, 6, 0, 6, ''),
(181, 6, 10, 202, '', 9, 7, 0, 6, ''),
(182, 6, 10, 202, '', 9, 8, 0, 6, ''),
(191, 24, 22, 20116, '0', 4, 13, 0, 0, ''),
(187, 6, 19, 757, '', 7, 7, 2, 0, ''),
(188, 6, 19, 757, '', 7, 7, 1, 0, ''),
(189, 6, 19, 757, '', 7, 7, 0, 0, ''),
(190, 16, 11, 20328, '11', 4, 11, 0, 0, ''),
(192, 18, 13, 20329, '11', 6, 10, 0, 0, ''),
(193, 6, 12, 202, '', 10, 13, 0, 0, ''),
(194, 6, 12, 202, '', 11, 12, 0, 6, ''),
(195, 6, 12, 202, '', 11, 11, 0, 6, ''),
(196, 6, 12, 202, '', 11, 10, 0, 6, ''),
(197, 6, 12, 202, '', 11, 9, 0, 6, ''),
(198, 6, 12, 202, '', 11, 8, 0, 6, ''),
(199, 6, 12, 202, '', 11, 7, 0, 6, ''),
(200, 6, 12, 202, '', 11, 6, 0, 6, ''),
(201, 6, 12, 202, '', 11, 5, 0, 6, ''),
(202, 6, 12, 202, '', 11, 4, 0, 6, ''),
(203, 6, 12, 202, '', 11, 3, 0, 6, ''),
(204, 6, 12, 202, '', 11, 2, 0, 6, ''),
(205, 9, 0, 202, '', 0, 0, 0, 0, ''),
(206, 6, 12, 202, '', 9, 1, 0, 4, ''),
(207, 6, 12, 202, '', 10, 1, 0, 4, ''),
(208, 6, 12, 202, '', 8, 1, 0, 4, ''),
(209, 6, 12, 202, '', 7, 1, 0, 4, ''),
(210, 6, 12, 202, '', 6, 1, 0, 4, ''),
(211, 6, 12, 202, '', 5, 1, 0, 4, ''),
(212, 9, 0, 202, '', 0, 0, 0, 0, ''),
(213, 9, 52, 202, '', 10, 6, 0, 0, ''),
(214, 6, 12, 202, '', 4, 3, 0, 2, ''),
(215, 6, 12, 202, '', 4, 2, 0, 2, ''),
(216, 112, 0, 202, '', 8, 14, 0, 0, ''),
(217, 85, 0, 202, '', 7, 14, 0, 0, ''),
(218, 6, 86, 202, '', 8, 1, 0, 4, ''),
(219, 9, 0, 202, '', 4, 6, 0, 2, ''),
(220, 6, 12, 202, '', 4, 7, 0, 2, ''),
(221, 6, 12, 202, '', 4, 8, 0, 2, ''),
(222, 6, 12, 202, '', 4, 9, 0, 2, ''),
(223, 6, 12, 202, '', 4, 10, 0, 2, ''),
(224, 6, 12, 202, '', 4, 11, 0, 2, ''),
(225, 6, 12, 202, '', 4, 12, 0, 2, ''),
(226, 6, 12, 202, '', 5, 13, 0, 0, ''),
(227, 6, 12, 202, '', 6, 13, 0, 0, ''),
(228, 6, 12, 202, '', 7, 13, 0, 0, ''),
(229, 6, 12, 202, '', 8, 13, 0, 0, ''),
(230, 6, 12, 202, '', 9, 13, 0, 0, ''),
(233, 9, 38, 379, '0', 5, 13, 0, 2, ''),
(234, 6, 12, 1684, '', 0, 0, 0, 0, ':w=3,10 l=32,31 l'),
(235, 6, 12, 869, '1', 7, 6, 0, 0, ''),
(236, 6, 12, 1744, '0', 0, 0, 0, 0, ':w=7,0 l=26,55 r'),
(237, 20, 0, 20003, '', 0, 0, 0, 0, ''),
(238, 9, 0, 408, '1', 4, 1, 0, 2, ''),
(239, 9, 0, 408, '1', 11, 1, 0, 2, ''),
(240, 9, 0, 408, '1', 11, 13, 0, 2, ''),
(241, 9, 0, 408, '1', 4, 13, 0, 2, ''),
(242, 9, 0, 215, 'Checco 29-1-2014 ', 0, 0, 0, 0, ''),
(243, 9, 0, 214, 'Checco 29-1-2014 ', 0, 0, 0, 0, ''),
(244, 9, 0, 213, 'Checco 29-1-2014 ', 0, 0, 0, 0, ''),
(245, 9, 0, 312, '', 0, 0, 0, 0, ''),
(246, 9, 0, 312, '', 0, 0, 0, 0, ''),
(283, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(1368, 9, 12, 20116, '0', 4, 1, 0, 0, ''),
(248, 9, 0, 20076, '', 7, 9, 0, 2, ''),
(249, 9, 0, 20076, '', 7, 5, 0, 2, ''),
(250, 83, 0, 379, '1', 4, 5, 0, 2, ''),
(251, 20, 0, 167, '!Raro di benvenuto. - Chesterfield', 0, 0, 0, 0, ''),
(254, 11, 0, 227, '', 0, 0, 0, 0, ''),
(253, 11, 0, 408, '', 0, 0, 0, 0, ''),
(284, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(282, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(281, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(270, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(271, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(272, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(273, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(274, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(275, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(276, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(277, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(278, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(279, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(280, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(255, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(256, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(257, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(258, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(259, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(260, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(261, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(262, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(263, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(264, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(265, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(266, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(267, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(268, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(269, 6, 0, 4436, '', 0, 0, 0, 0, ''),
(360, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(361, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(362, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(363, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(364, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(285, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(286, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(287, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(288, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(289, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(357, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(358, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(359, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(290, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(291, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(292, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(293, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(294, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(295, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(296, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(297, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(298, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(299, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(300, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(301, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(302, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(303, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(304, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(305, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(306, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(307, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(308, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(309, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(310, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(311, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(312, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(313, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(314, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(342, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(343, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(344, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(345, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(346, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(347, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(348, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(349, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(350, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(351, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(352, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(353, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(354, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(355, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(356, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(315, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(316, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(317, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(318, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(319, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(320, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(321, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(322, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(323, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(324, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(325, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(326, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(327, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(328, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(329, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(330, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(331, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(332, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(333, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(334, 6, 0, 4309, '', 0, 0, 0, 0, ''),
(335, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(336, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(337, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(338, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(339, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(340, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(341, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(365, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(366, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(367, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(368, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(369, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(370, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(371, 6, 118, 4530, '', 10, 14, 0, 0, ''),
(372, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(373, 6, 118, 4530, '', 10, 15, 0, 0, ''),
(374, 6, 118, 4530, '1', 10, 16, 0, 4, ''),
(375, 6, 118, 4530, '1', 9, 16, 0, 4, ''),
(376, 6, 118, 4530, '', 9, 15, 0, 0, ''),
(377, 6, 118, 4530, '0', 9, 14, 0, 0, ''),
(378, 6, 118, 4530, '', 9, 13, 0, 0, ''),
(379, 6, 118, 4530, '', 10, 13, 0, 0, ''),
(380, 6, 118, 4530, '0', 11, 13, 0, 0, ''),
(381, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(382, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(383, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(384, 6, 118, 4530, '1', 8, 16, 0, 4, ''),
(385, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(386, 6, 118, 4530, '', 8, 15, 0, 0, ''),
(387, 6, 118, 4530, '', 8, 14, 0, 0, ''),
(388, 6, 118, 4530, '', 8, 13, 0, 0, ''),
(389, 6, 118, 4530, '', 7, 13, 0, 0, ''),
(390, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(391, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(392, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(393, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(394, 6, 118, 4530, '0', 7, 14, 0, 0, ''),
(395, 6, 118, 4530, '', 7, 15, 0, 0, ''),
(396, 6, 118, 4530, '1', 7, 16, 0, 4, ''),
(397, 6, 118, 4530, '1', 6, 16, 0, 4, ''),
(398, 6, 118, 4530, '', 6, 15, 0, 0, ''),
(399, 6, 118, 4530, '', 6, 13, 0, 0, ''),
(400, 6, 118, 4530, '0', 6, 14, 0, 0, ''),
(401, 6, 118, 4530, '0', 5, 14, 0, 0, ''),
(402, 6, 118, 4530, '0', 5, 15, 0, 0, ''),
(403, 6, 118, 4530, '1', 5, 16, 0, 4, ''),
(404, 6, 118, 4530, '1', 4, 16, 0, 4, ''),
(405, 6, 118, 4530, '', 4, 15, 0, 0, ''),
(406, 6, 118, 4530, '', 4, 14, 0, 0, ''),
(407, 6, 118, 4530, '', 4, 13, 0, 0, ''),
(408, 6, 118, 4530, '', 3, 13, 0, 0, ''),
(409, 6, 118, 4530, '0', 3, 14, 0, 0, ''),
(410, 6, 118, 4530, '0', 3, 15, 0, 0, ''),
(411, 6, 118, 4530, '1', 3, 16, 0, 4, ''),
(412, 6, 118, 4530, '1', 2, 16, 0, 4, ''),
(413, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(414, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(415, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(416, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(417, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(418, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(419, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(420, 6, 118, 4530, '2', 1, 16, 0, 4, ''),
(421, 6, 118, 4530, '', 2, 15, 0, 0, ''),
(422, 6, 118, 4530, '1', 1, 15, 0, 6, ''),
(423, 6, 118, 4530, '2', 1, 14, 0, 6, ''),
(424, 6, 118, 4530, '3', 2, 14, 0, 6, ''),
(425, 6, 118, 4530, '1', 2, 13, 0, 6, ''),
(426, 6, 118, 4530, '0', 13, 14, 0, 2, ''),
(427, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(428, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(429, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(430, 6, 118, 4530, '2', 2, 10, 0, 6, ''),
(431, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(432, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(433, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(434, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(438, 9, 0, 4526, '', 0, 0, 0, 0, ''),
(437, 6, 118, 4532, '1', 19, 9, 0, 0, ''),
(436, 6, 118, 4526, '1', 1, 10, 0, 0, ''),
(435, 6, 118, 4532, '1', 21, 6, 0, 0, ''),
(442, 6, 118, 4526, '2', 2, 9, 0, 2, ''),
(441, 6, 118, 4532, '2', 21, 8, 0, 0, ''),
(440, 6, 118, 4526, '3', 6, 9, 0, 2, ''),
(439, 6, 118, 4526, '0', 4, 9, 0, 2, ''),
(464, 39, 0, 1761, '', 0, 0, 0, 0, ''),
(443, 6, 118, 4529, '3', 17, 6, 0, 0, ''),
(444, 6, 118, 4529, '7', 17, 1, 0, 2, ''),
(445, 6, 118, 4529, '3', 23, 1, 0, 2, ''),
(446, 6, 118, 4529, '7', 17, 2, 0, 0, ''),
(447, 6, 118, 4529, '4', 17, 4, 0, 0, ''),
(448, 6, 118, 4529, '3', 15, 5, 0, 2, ''),
(449, 6, 118, 4529, '3', 11, 5, 0, 2, ''),
(450, 6, 118, 4529, '6', 13, 5, 0, 2, ''),
(451, 6, 118, 4529, '7', 9, 5, 0, 2, ''),
(452, 6, 118, 4529, '9', 9, 8, 0, 0, ''),
(805, 41, 24, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=4,14 l=24,111 l'),
(465, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(455, 6, 118, 4529, '3', 19, 1, 0, 2, ''),
(456, 6, 118, 4529, '10', 9, 6, 0, 0, ''),
(457, 6, 118, 4529, '5', 21, 1, 0, 2, ''),
(458, 6, 118, 4528, '', 19, 2, 0, 4, ''),
(459, 6, 118, 4533, '', 18, 3, 0, 2, ''),
(460, 6, 118, 4533, '', 18, 4, 0, 2, ''),
(461, 6, 118, 4534, '1', 22, 2, 0, 0, ''),
(462, 6, 118, 4534, '1', 18, 2, 0, 0, ''),
(463, 6, 118, 4527, '', 20, 4, 0, 2, ''),
(466, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(467, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(468, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(469, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(470, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(471, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(472, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(473, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(474, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(475, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(476, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(477, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(478, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(479, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(480, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(481, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(482, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(483, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(484, 41, 0, 1513, '', 0, 0, 0, 0, ''),
(485, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(486, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(487, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(488, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(489, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(490, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(491, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(492, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(493, 41, 0, 1540, '', 0, 0, 0, 0, ''),
(494, 41, 24, 1540, '', 9, 1, 0, 0, ''),
(495, 41, 24, 1540, '', 7, 1, 0, 0, ''),
(496, 41, 24, 1540, '', 5, 1, 0, 0, ''),
(497, 41, 24, 1540, '', 5, 3, 0, 0, ''),
(498, 41, 24, 1540, '', 7, 3, 0, 0, ''),
(499, 41, 24, 1540, '', 9, 3, 0, 0, ''),
(500, 41, 24, 1540, '2', 9, 5, 0, 0, ''),
(501, 41, 24, 1540, '', 7, 5, 0, 0, ''),
(502, 41, 24, 1540, '', 5, 5, 0, 0, ''),
(503, 41, 24, 1540, '', 7, 7, 0, 0, ''),
(504, 41, 24, 1540, '', 5, 7, 0, 0, ''),
(505, 41, 24, 1540, '', 9, 7, 0, 0, ''),
(506, 41, 24, 1540, '', 9, 9, 0, 0, ''),
(507, 41, 24, 1540, '', 7, 9, 0, 0, ''),
(508, 41, 24, 1540, '0', 5, 9, 0, 0, ''),
(509, 41, 24, 1540, '', 5, 11, 0, 0, ''),
(510, 41, 24, 1540, '', 7, 11, 0, 0, ''),
(511, 41, 24, 1540, '', 9, 11, 0, 0, ''),
(512, 41, 24, 1540, '', 9, 13, 0, 0, ''),
(513, 41, 24, 1540, '', 7, 13, 0, 0, ''),
(514, 41, 24, 1540, '', 5, 13, 0, 0, ''),
(515, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(516, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(517, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(518, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(519, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(520, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(521, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(522, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(523, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(524, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(525, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(526, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(527, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(528, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(529, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(530, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(531, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(532, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(533, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(534, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(535, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(536, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(537, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(538, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(539, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(540, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(541, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(542, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(543, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(544, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(545, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(546, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(547, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(548, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(549, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(550, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(551, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(552, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(553, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(554, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(555, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(556, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(557, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(558, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(559, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(560, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(561, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(562, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(563, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(564, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(565, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(566, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(567, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(568, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(569, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(570, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(571, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(572, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(573, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(574, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(575, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(576, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(577, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(578, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(579, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(580, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(581, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(582, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(583, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(584, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(585, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(586, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(587, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(588, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(589, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(590, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(591, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(592, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(593, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(594, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(595, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(596, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(597, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(598, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(599, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(600, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(601, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(602, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(603, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(604, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(605, 41, 0, 1777, '', 0, 0, 0, 0, ''),
(606, 41, 24, 1777, '', 0, 0, 0, 0, ':w=9,0 l=20,71 r'),
(607, 41, 24, 1777, '', 0, 0, 0, 0, ':w=8,0 l=17,69 r'),
(608, 41, 24, 1777, '', 0, 0, 0, 0, ':w=6,0 l=11,66 r'),
(609, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,2 l=20,66 l'),
(610, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,2 l=6,74 l'),
(611, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,5 l=11,71 l'),
(612, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,8 l=19,67 l'),
(613, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,11 l=24,55 l'),
(614, 41, 24, 1777, '', 0, 0, 0, 0, ':w=4,13 l=11,71 l'),
(615, 6, 118, 4530, '1', 20, 12, 0, 0, ''),
(616, 6, 118, 4530, '', 5, 13, 0, 0, ''),
(617, 6, 118, 4530, '2', 21, 12, 0, 0, ''),
(618, 6, 118, 4530, '1', 19, 12, 0, 0, ''),
(619, 6, 118, 4530, '1', 18, 12, 0, 0, ''),
(620, 6, 118, 4530, '', 15, 9, 0, 0, ''),
(621, 6, 118, 4530, '3', 17, 12, 0, 0, ''),
(622, 6, 118, 4530, '1', 17, 11, 0, 2, ''),
(623, 6, 118, 4530, '1', 17, 10, 0, 2, ''),
(624, 6, 118, 4530, '1', 17, 9, 0, 2, ''),
(625, 6, 118, 4530, '', 16, 10, 0, 0, ''),
(626, 6, 118, 4530, '', 16, 11, 0, 0, ''),
(627, 6, 118, 4530, '', 16, 12, 0, 0, ''),
(628, 6, 118, 4530, '', 16, 13, 0, 0, ''),
(629, 6, 118, 4530, '', 15, 12, 0, 0, ''),
(630, 6, 118, 4530, '', 15, 13, 0, 0, ''),
(631, 6, 118, 4530, '', 14, 13, 0, 0, ''),
(632, 6, 118, 4530, '', 13, 13, 0, 0, ''),
(633, 6, 118, 4530, '', 12, 13, 0, 0, ''),
(634, 6, 118, 4530, '', 12, 14, 0, 0, ''),
(635, 6, 118, 4530, '', 12, 15, 0, 0, ''),
(636, 6, 118, 4530, '', 12, 16, 0, 0, ''),
(637, 6, 118, 4530, '', 11, 16, 0, 0, ''),
(638, 6, 118, 4530, '', 11, 15, 0, 0, ''),
(639, 6, 118, 4530, '', 11, 14, 0, 0, ''),
(640, 6, 118, 4530, '1', 2, 11, 0, 6, ''),
(641, 6, 118, 4530, '1', 2, 12, 0, 6, ''),
(642, 6, 118, 4530, '', 3, 11, 0, 0, ''),
(643, 6, 118, 4530, '1', 3, 10, 0, 0, ''),
(644, 6, 118, 4530, '', 3, 12, 0, 0, ''),
(645, 6, 118, 4530, '', 4, 12, 0, 0, ''),
(646, 6, 118, 4530, '', 4, 11, 0, 0, ''),
(647, 6, 118, 4530, '1', 4, 10, 0, 0, ''),
(648, 6, 118, 4530, '1', 5, 10, 0, 0, ''),
(649, 6, 118, 4530, '', 5, 11, 0, 0, ''),
(650, 6, 118, 4530, '', 5, 12, 0, 0, ''),
(651, 6, 118, 4530, '', 6, 12, 0, 0, ''),
(652, 6, 118, 4530, '', 6, 11, 0, 0, ''),
(653, 6, 118, 4530, '1', 6, 10, 0, 0, ''),
(654, 6, 118, 4530, '1', 7, 10, 0, 0, ''),
(655, 6, 118, 4530, '', 7, 11, 0, 0, ''),
(656, 6, 118, 4530, '', 7, 12, 0, 0, ''),
(657, 6, 118, 4530, '', 8, 12, 0, 0, ''),
(658, 6, 118, 4530, '', 9, 12, 0, 0, ''),
(659, 6, 118, 4530, '', 10, 12, 0, 0, ''),
(660, 6, 118, 4530, '0', 11, 12, 0, 0, ''),
(661, 6, 118, 4530, '', 12, 12, 0, 0, ''),
(662, 6, 118, 4530, '', 13, 12, 0, 0, ''),
(663, 6, 118, 4530, '', 14, 12, 0, 0, ''),
(664, 6, 118, 4530, '3', 10, 10, 0, 6, ''),
(665, 6, 118, 4530, '', 15, 11, 0, 0, ''),
(666, 6, 118, 4530, '1', 17, 8, 0, 2, ''),
(667, 6, 118, 4530, '', 14, 8, 0, 0, ''),
(668, 6, 118, 4530, '', 16, 9, 0, 0, ''),
(669, 6, 118, 4530, '', 16, 8, 0, 0, ''),
(670, 6, 118, 4530, '', 15, 8, 0, 0, ''),
(671, 6, 118, 4530, '', 15, 10, 0, 0, ''),
(672, 6, 118, 4530, '', 14, 10, 0, 0, ''),
(673, 6, 118, 4530, '', 14, 11, 0, 0, ''),
(674, 6, 118, 4530, '', 13, 11, 0, 0, ''),
(675, 6, 118, 4530, '', 13, 10, 0, 0, ''),
(676, 6, 118, 4530, '', 13, 9, 0, 0, ''),
(677, 6, 118, 4530, '', 13, 8, 0, 0, ''),
(678, 6, 118, 4530, '', 14, 9, 0, 0, ''),
(679, 6, 118, 4530, '', 12, 8, 0, 0, ''),
(680, 6, 118, 4530, '', 12, 9, 0, 0, ''),
(681, 6, 118, 4530, '', 12, 10, 0, 0, ''),
(682, 6, 118, 4530, '0', 12, 11, 0, 0, ''),
(683, 6, 118, 4530, '', 11, 11, 0, 0, ''),
(684, 6, 118, 4530, '', 11, 10, 0, 0, ''),
(685, 6, 118, 4530, '', 11, 9, 0, 0, ''),
(686, 6, 118, 4530, '', 11, 8, 0, 0, ''),
(687, 6, 118, 4530, '', 11, 7, 0, 0, ''),
(688, 6, 118, 4530, '', 12, 7, 0, 0, ''),
(689, 6, 118, 4530, '', 13, 7, 0, 0, ''),
(690, 6, 118, 4530, '', 14, 7, 0, 0, ''),
(691, 6, 118, 4530, '', 15, 7, 0, 0, ''),
(692, 6, 118, 4530, '', 16, 7, 0, 0, ''),
(693, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(694, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(695, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(696, 6, 118, 4530, '', 16, 6, 0, 0, ''),
(697, 6, 118, 4530, '1', 15, 6, 0, 0, ''),
(698, 6, 118, 4530, '1', 14, 6, 0, 0, ''),
(699, 6, 118, 4530, '1', 13, 6, 0, 0, ''),
(700, 6, 118, 4530, '1', 12, 6, 0, 0, ''),
(701, 6, 118, 4530, '1', 11, 6, 0, 0, ''),
(702, 6, 118, 4530, '2', 10, 6, 0, 6, ''),
(703, 6, 118, 4530, '1', 10, 7, 0, 6, ''),
(704, 6, 118, 4530, '1', 10, 8, 0, 6, ''),
(705, 6, 118, 4530, '1', 10, 9, 0, 6, ''),
(706, 6, 118, 4530, '2', 9, 9, 0, 2, ''),
(707, 6, 118, 4530, '', 10, 11, 0, 0, ''),
(708, 6, 118, 4530, '1', 9, 10, 0, 0, ''),
(709, 6, 118, 4530, '', 9, 11, 0, 0, ''),
(710, 6, 118, 4530, '', 8, 11, 0, 0, ''),
(711, 6, 118, 4530, '1', 8, 10, 0, 0, ''),
(712, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(713, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(714, 9, 0, 4530, '', 0, 0, 0, 0, ''),
(715, 41, 24, 1558, '', 10, 14, 0, 0, ''),
(716, 41, 24, 1558, '', 5, 14, 0, 0, ''),
(717, 41, 24, 1544, '', 6, 14, 0, 0, ''),
(718, 41, 24, 1544, '', 8, 14, 0, 0, ''),
(719, 6, 118, 4532, '1', 19, 8, 0, 0, ''),
(720, 41, 0, 1544, '', 0, 0, 0, 0, ''),
(721, 41, 0, 1544, '', 0, 0, 0, 0, ''),
(722, 9, 24, 1544, '', 5, 6, 0, 2, ''),
(723, 41, 24, 1544, '', 5, 8, 0, 2, ''),
(724, 41, 24, 1544, '', 10, 6, 0, 2, ''),
(725, 41, 24, 1544, '', 10, 8, 0, 2, ''),
(726, 41, 24, 1544, '', 5, 10, 0, 2, ''),
(727, 41, 24, 1544, '', 5, 12, 0, 2, ''),
(728, 41, 24, 1544, '', 10, 10, 0, 2, ''),
(729, 41, 24, 1544, '', 10, 12, 0, 2, ''),
(730, 6, 118, 4532, '2', 8, 9, 0, 0, ''),
(731, 6, 118, 4532, '2', 1, 9, 0, 0, ''),
(732, 6, 118, 4532, '1', 1, 12, 0, 0, ''),
(733, 41, 24, 97419, '', 5, 4, 2, 0, ''),
(734, 41, 24, 97419, '', 10, 1, 2, 0, ''),
(735, 41, 24, 97419, '', 6, 2, 0, 0, ''),
(736, 41, 24, 97419, '', 5, 1, 0, 0, ''),
(737, 41, 24, 97419, '', 5, 1, 3, 0, ''),
(738, 41, 24, 97419, '', 10, 5, 2, 0, ''),
(739, 41, 24, 97419, '', 10, 1, 1, 0, ''),
(740, 41, 24, 97419, '', 5, 1, 2, 0, ''),
(741, 41, 24, 97419, '', 5, 1, 1, 0, ''),
(742, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(743, 41, 24, 97419, '', 5, 5, 1, 0, ''),
(744, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(745, 41, 24, 97419, '', 5, 3, 3, 0, ''),
(746, 41, 24, 97419, '', 5, 2, 0, 0, ''),
(747, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(748, 41, 24, 97419, '', 10, 5, 1, 0, ''),
(749, 41, 24, 97419, '', 10, 1, 0, 0, ''),
(750, 41, 24, 97419, '', 10, 2, 0, 0, ''),
(751, 41, 24, 97419, '', 10, 3, 0, 0, ''),
(752, 41, 24, 97419, '', 10, 4, 0, 0, ''),
(753, 41, 24, 97419, '', 10, 5, 0, 0, ''),
(754, 41, 24, 97419, '', 9, 5, 0, 0, ''),
(755, 41, 24, 97419, '', 8, 5, 0, 0, ''),
(756, 41, 24, 97419, '', 7, 5, 0, 0, ''),
(757, 41, 24, 97419, '', 6, 5, 0, 0, ''),
(758, 41, 24, 97419, '', 5, 5, 0, 0, ''),
(759, 41, 24, 97419, '', 5, 4, 0, 0, ''),
(760, 41, 24, 97419, '', 5, 3, 0, 0, ''),
(761, 41, 24, 97419, '', 9, 5, 3, 0, ''),
(762, 41, 24, 97419, '', 5, 3, 1, 0, ''),
(783, 41, 0, 1557, '', 0, 0, 0, 0, ''),
(790, 41, 24, 868, '', 9, 9, 0, 6, ''),
(784, 41, 0, 1557, '', 0, 0, 0, 0, ''),
(763, 41, 24, 97419, '', 7, 5, 3, 0, ''),
(764, 41, 24, 97419, '', 8, 5, 3, 0, ''),
(765, 41, 24, 97419, '', 10, 1, 3, 0, ''),
(766, 41, 24, 97419, '', 10, 3, 3, 0, ''),
(767, 41, 24, 97419, '', 10, 2, 3, 0, ''),
(768, 41, 24, 97419, '', 10, 4, 3, 0, ''),
(769, 41, 24, 97419, '', 10, 5, 3, 0, ''),
(770, 41, 24, 97419, '', 5, 4, 3, 0, ''),
(771, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(772, 41, 24, 97419, '', 5, 5, 2, 0, ''),
(785, 41, 0, 1557, '', 0, 0, 0, 0, ''),
(773, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(774, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(775, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(776, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(777, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(778, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(779, 41, 0, 97419, '', 0, 0, 0, 0, ''),
(780, 41, 24, 97419, '', 5, 2, 3, 2, ''),
(781, 41, 24, 97419, '', 6, 5, 3, 0, ''),
(782, 41, 24, 97419, '', 5, 5, 3, 0, ''),
(7703, 115, 0, 19894, '105', 0, 0, 0, 0, ''),
(7704, 115, 118, 38499, '', 22, 25, 0, 0, ''),
(7705, 115, 118, 38499, '', 22, 24, 0, 0, ''),
(7706, 115, 118, 38499, '', 22, 23, 0, 0, ''),
(7707, 115, 118, 38499, '', 22, 22, 0, 0, ''),
(7708, 115, 118, 38499, '', 22, 21, 0, 0, ''),
(7709, 115, 118, 38499, '', 22, 20, 0, 0, ''),
(7710, 115, 118, 38499, '', 22, 19, 0, 0, ''),
(7711, 115, 118, 38499, '', 22, 18, 0, 0, ''),
(7712, 115, 118, 38499, '', 22, 17, 0, 0, ''),
(7713, 115, 118, 38499, '', 22, 16, 0, 0, ''),
(7714, 115, 118, 38499, '', 22, 15, 0, 0, ''),
(7715, 115, 118, 38499, '', 22, 14, 0, 0, ''),
(7716, 115, 118, 38499, '', 22, 13, 0, 0, ''),
(7717, 115, 118, 38499, '', 22, 12, 0, 0, ''),
(7718, 115, 118, 38499, '', 23, 12, 0, 0, ''),
(7719, 115, 118, 38499, '', 24, 12, 0, 0, ''),
(786, 41, 0, 1557, '', 0, 0, 0, 0, ''),
(789, 41, 24, 868, '', 7, 6, 0, 0, ''),
(787, 6, 24, 20116, '0', 10, 1, 4, 0, ''),
(788, 6, 24, 20116, '0', 5, 1, 4, 0, ''),
(791, 41, 24, 868, '', 6, 11, 0, 2, ''),
(792, 6, 24, 868, '', 7, 4, 0, 4, ''),
(793, 41, 24, 868, '', 7, 1, 0, 4, ''),
(794, 41, 24, 868, '', 6, 7, 0, 2, ''),
(795, 41, 24, 868, '', 6, 9, 0, 2, ''),
(796, 41, 24, 868, '', 9, 7, 0, 6, ''),
(797, 41, 24, 868, '', 7, 13, 0, 0, ''),
(798, 41, 24, 868, '', 9, 11, 0, 6, ''),
(799, 6, 24, 20116, '0', 6, 6, 0, 0, ''),
(800, 6, 24, 20116, '0', 5, 5, 4, 0, ''),
(801, 6, 24, 20116, '0', 10, 5, 4, 0, ''),
(808, 17, 0, 158, '', 0, 0, 0, 0, ''),
(807, 41, 0, 768, '', 0, 0, 0, 0, ''),
(812, 9, 24, 20116, '0', 9, 6, 0, 0, ''),
(811, 9, 26, 20116, '0', 10, 5, 0, 0, ''),
(806, 41, 0, 304, 'Francesco 30-1-2014 Help Center è un luogo d aiuto!', 0, 0, 0, 0, ''),
(802, 41, 0, 202, '', 0, 0, 0, 0, ''),
(809, 9, 24, 20116, '0', 6, 13, 0, 0, ''),
(810, 9, 24, 20116, '0', 9, 13, 0, 0, ''),
(813, 9, 26, 20116, '0', 5, 10, 0, 0, ''),
(814, 41, 24, 29301, '0', 10, 4, 24, 6, ''),
(815, 41, 24, 29299, '0', 10, 4, 23, 0, ''),
(816, 41, 24, 29292, '1', 10, 4, 24, 6, ''),
(817, 14, 0, 165, '! - Checco', 0, 0, 0, 0, ''),
(818, 41, 24, 29292, '1', 10, 2, 39, 2, ''),
(819, 41, 24, 29293, '0', 10, 2, 39, 6, ''),
(820, 55, 39, 29281, '', 4, 9, 0, 0, ''),
(821, 55, 39, 29289, '', 4, 9, 0, 0, ''),
(918, 37, 20, 218, '', 4, 5, 0, 0, ''),
(917, 43, 29, 1629, '0', 4, 13, 0, 2, ''),
(825, 37, 0, 1779, '', 0, 0, 0, 0, ''),
(824, 43, 0, 1532, '', 0, 0, 0, 0, ''),
(826, 37, 0, 1779, '', 0, 0, 0, 0, ''),
(827, 37, 0, 1779, '', 0, 0, 0, 0, ''),
(828, 37, 0, 1779, '', 0, 0, 0, 0, ''),
(829, 37, 0, 1779, '', 0, 0, 0, 0, ''),
(830, 37, 20, 1779, '', 0, 0, 0, 0, ':w=7,0 l=13,35 r'),
(831, 37, 20, 1779, '', 0, 0, 0, 0, ':w=6,0 l=5,31 r'),
(832, 37, 20, 1779, '', 0, 0, 0, 0, ':w=4,0 l=12,35 r'),
(833, 37, 20, 1779, '', 0, 0, 0, 0, ':w=3,0 l=6,32 r'),
(834, 37, 20, 1779, '', 0, 0, 0, 0, ':w=1,0 l=14,36 r'),
(835, 37, 20, 1779, '', 0, 0, 0, 0, ':w=0,1 l=2,36 l'),
(836, 37, 20, 1779, '', 0, 0, 0, 0, ':w=0,3 l=9,32 l'),
(837, 37, 20, 1779, '', 0, 0, 0, 0, ':w=0,5 l=15,29 l'),
(838, 37, 20, 1779, '', 0, 0, 0, 0, ':w=0,6 l=6,33 l'),
(839, 37, 20, 1779, '', 0, 0, 0, 0, ':w=0,8 l=13,30 l'),
(840, 37, 0, 1540, '', 0, 0, 0, 0, ''),
(841, 37, 0, 1540, '', 0, 0, 0, 0, ''),
(842, 37, 0, 1540, '', 0, 0, 0, 0, ''),
(843, 37, 0, 1540, '', 0, 0, 0, 0, ''),
(844, 37, 20, 1540, '', 7, 1, 0, 0, ''),
(845, 37, 20, 1540, '', 7, 3, 0, 0, ''),
(846, 37, 20, 1540, '', 7, 5, 0, 0, ''),
(847, 37, 20, 1540, '', 7, 7, 0, 0, ''),
(848, 37, 20, 1540, '', 5, 7, 0, 0, ''),
(849, 37, 20, 1540, '', 5, 5, 0, 0, ''),
(850, 37, 20, 1540, '', 5, 3, 0, 0, ''),
(851, 37, 20, 1540, '', 5, 1, 0, 0, ''),
(852, 37, 20, 1540, '', 3, 1, 0, 0, ''),
(853, 37, 20, 1540, '', 3, 3, 0, 0, ''),
(854, 37, 20, 1540, '', 3, 5, 0, 0, ''),
(855, 37, 20, 1540, '', 3, 7, 0, 0, ''),
(856, 37, 20, 1540, '', 1, 7, 0, 0, ''),
(857, 37, 20, 1540, '', 1, 5, 0, 0, ''),
(858, 37, 20, 1540, '0', 1, 3, 0, 0, ''),
(859, 6, 20, 1540, '', 1, 1, 0, 0, ''),
(860, 37, 0, 1558, '', 0, 0, 0, 0, ''),
(861, 37, 0, 1558, '', 0, 0, 0, 0, ''),
(862, 37, 0, 1558, '', 0, 0, 0, 0, ''),
(863, 37, 20, 1558, '', 9, 2, 0, 0, ''),
(864, 37, 0, 1558, '', 0, 0, 0, 0, ''),
(865, 37, 20, 1558, '', 9, 9, 0, 0, ''),
(866, 37, 20, 1558, '', 8, 8, 0, 0, ''),
(867, 37, 20, 1558, '', 8, 1, 0, 0, ''),
(868, 37, 20, 1558, '', 1, 1, 0, 0, ''),
(869, 37, 20, 1558, '', 1, 8, 0, 0, ''),
(870, 37, 20, 1544, '', 8, 2, 0, 2, ''),
(871, 37, 20, 1544, '', 1, 6, 0, 2, ''),
(872, 37, 20, 1544, '', 1, 4, 0, 2, ''),
(873, 37, 20, 1544, '', 1, 2, 0, 2, ''),
(874, 37, 20, 1544, '', 6, 1, 0, 0, ''),
(875, 37, 20, 1544, '', 4, 1, 0, 0, ''),
(876, 37, 20, 1544, '', 2, 1, 0, 0, ''),
(877, 37, 20, 1544, '', 6, 8, 0, 0, ''),
(878, 37, 20, 1544, '', 4, 8, 0, 0, ''),
(879, 37, 20, 1544, '', 2, 8, 0, 0, ''),
(880, 37, 20, 1544, '', 8, 6, 0, 2, ''),
(881, 37, 20, 1544, '', 8, 4, 0, 2, ''),
(882, 37, 20, 1558, '', 5, 12, 0, 0, ''),
(883, 37, 20, 1558, '', 12, 5, 2, 0, ''),
(884, 37, 20, 1558, '', 12, 5, 1, 0, ''),
(885, 37, 20, 1558, '', 12, 5, 0, 0, ''),
(886, 37, 20, 1558, '', 4, 11, 2, 0, ''),
(887, 37, 20, 1558, '', 4, 11, 1, 0, ''),
(888, 37, 20, 1558, '', 4, 11, 0, 0, ''),
(889, 37, 20, 1558, '', 12, 12, 2, 0, ''),
(890, 37, 20, 1558, '', 12, 12, 0, 0, ''),
(891, 37, 20, 1558, '', 12, 12, 1, 0, ''),
(892, 37, 0, 446, '', 0, 0, 0, 0, ''),
(893, 37, 20, 217, '', 7, 5, 0, 0, ''),
(894, 37, 20, 217, '', 2, 5, 0, 0, ''),
(895, 37, 0, 446, '', 0, 0, 0, 0, ''),
(897, 6, 0, 246, '0', 7, 3, 0, 0, ''),
(898, 6, 0, 246, '0', 5, 3, 0, 0, ''),
(899, 6, 0, 246, '0', 7, 2, 1, 0, ''),
(900, 6, 0, 246, '0', 6, 2, 1, 0, ''),
(901, 6, 0, 246, '0', 5, 2, 1, 0, ''),
(902, 6, 0, 246, '0', 4, 3, 0, 0, ''),
(903, 6, 0, 246, '0', 2, 3, 0, 0, ''),
(904, 6, 0, 246, '0', 4, 2, 1, 0, ''),
(905, 6, 0, 246, '0', 3, 2, 1, 0, ''),
(906, 6, 0, 246, '0', 2, 2, 1, 0, ''),
(908, 6, 20, 2000018, '', 6, 3, 0, 4, ''),
(907, 6, 20, 2000018, '', 3, 3, 0, 4, ''),
(3825, 96, 64, 217, '', 11, 13, 0, 0, ''),
(4017, 96, 64, 218, '', 5, 13, 0, 0, ''),
(909, 37, 0, 2000010, '', 0, 0, 0, 0, ''),
(910, 37, 0, 2000010, '', 0, 0, 0, 0, ''),
(911, 37, 0, 2000010, '', 0, 0, 0, 0, ''),
(912, 37, 20, 2000010, '', 7, 6, 0, 6, ''),
(913, 37, 20, 2000010, '', 6, 7, 0, 0, ''),
(914, 37, 20, 2000010, '', 3, 7, 0, 0, ''),
(915, 37, 20, 2000010, '', 2, 6, 0, 2, ''),
(916, 6, 0, 20273, '', 0, 0, 0, 0, ''),
(919, 37, 20, 219, '0', 6, 5, 0, 0, ''),
(920, 37, 20, 219, '0', 3, 5, 0, 0, ''),
(922, 9, 0, 8263, 'imageUrl=http://25.154.105.192/web-gallery/v2/images/habbo.png offsetX=150 offsetY=0 offsetZ=0', 12, 3, 0, 0, ''),
(923, 37, 20, 1802, '2,1,2,#74F5F5,77', 0, 0, 0, 0, ':w=9,0 l=2,25 r'),
(924, 6, 0, 444, '', 0, 0, 0, 0, ''),
(925, 6, 0, 444, '', 0, 0, 0, 0, ''),
(926, 6, 0, 444, '', 0, 0, 0, 0, ''),
(927, 6, 0, 444, '', 0, 0, 0, 0, ''),
(928, 6, 0, 444, '', 0, 0, 0, 0, ''),
(929, 6, 0, 444, '', 0, 0, 0, 0, ''),
(930, 6, 0, 444, '', 0, 0, 0, 0, ''),
(931, 6, 0, 444, '', 0, 0, 0, 0, ''),
(932, 6, 0, 444, '', 0, 0, 0, 0, ''),
(933, 6, 0, 444, '', 0, 0, 0, 0, ''),
(934, 6, 0, 444, '', 0, 0, 0, 0, ''),
(935, 6, 0, 444, '', 0, 0, 0, 0, ''),
(936, 6, 0, 444, '', 0, 0, 0, 0, ''),
(937, 6, 0, 444, '', 0, 0, 0, 0, ''),
(938, 6, 0, 444, '', 0, 0, 0, 0, ''),
(939, 6, 0, 444, '', 0, 0, 0, 0, ''),
(940, 6, 0, 444, '', 0, 0, 0, 0, ''),
(941, 6, 0, 444, '', 0, 0, 0, 0, ''),
(942, 6, 0, 444, '', 0, 0, 0, 0, ''),
(943, 6, 0, 444, '', 0, 0, 0, 0, ''),
(944, 6, 0, 444, '', 0, 0, 0, 0, ''),
(945, 6, 0, 444, '', 0, 0, 0, 0, ''),
(946, 6, 0, 444, '', 0, 0, 0, 0, ''),
(947, 6, 0, 444, '', 0, 0, 0, 0, ''),
(948, 6, 0, 444, '', 0, 0, 0, 0, ''),
(949, 6, 0, 444, '', 0, 0, 0, 0, ''),
(950, 6, 0, 444, '', 0, 0, 0, 0, ''),
(951, 6, 0, 444, '', 0, 0, 0, 0, ''),
(952, 6, 0, 444, '', 0, 0, 0, 0, ''),
(953, 6, 86, 444, '', 10, 8, 0, 2, ''),
(954, 6, 86, 444, '', 9, 8, 0, 2, ''),
(955, 6, 86, 444, '', 8, 8, 0, 2, ''),
(956, 6, 86, 444, '', 7, 8, 0, 2, ''),
(957, 6, 38, 444, '', 4, 12, 0, 4, ''),
(958, 6, 38, 444, '', 4, 11, 0, 4, ''),
(959, 6, 38, 444, '', 4, 10, 0, 4, ''),
(960, 6, 38, 444, '', 4, 9, 0, 4, ''),
(961, 6, 38, 444, '', 4, 8, 0, 4, ''),
(962, 6, 38, 444, '', 4, 7, 0, 4, ''),
(963, 6, 38, 444, '', 4, 6, 0, 4, ''),
(964, 6, 38, 444, '', 4, 5, 0, 4, ''),
(965, 6, 86, 444, '', 6, 8, 0, 2, ''),
(966, 6, 86, 444, '', 5, 8, 0, 2, ''),
(967, 6, 86, 444, '', 4, 8, 0, 2, ''),
(968, 6, 86, 444, '', 4, 7, 0, 4, ''),
(969, 6, 86, 444, '', 4, 6, 0, 4, ''),
(970, 6, 86, 444, '', 4, 5, 0, 4, ''),
(971, 6, 86, 444, '', 3, 5, 0, 2, ''),
(972, 6, 86, 444, '', 2, 5, 0, 2, ''),
(973, 6, 86, 444, '', 1, 5, 0, 2, ''),
(974, 37, 30, 8263, '', 4, 1, 0, 0, ''),
(975, 6, 31, 1000, '', 1, 5, 0, 0, ''),
(976, 6, 31, 1000, '', 4, 5, 0, 0, ''),
(977, 6, 31, 1000, '', 9, 5, 0, 0, ''),
(978, 6, 31, 1000, '', 9, 8, 0, 0, ''),
(979, 6, 31, 1000, '', 7, 8, 0, 0, ''),
(980, 6, 31, 1000, '', 4, 8, 0, 0, ''),
(981, 6, 31, 1000, '', 7, 5, 0, 0, ''),
(982, 6, 31, 1000, '', 5, 2, 0, 0, ''),
(983, 6, 31, 1000, '', 9, 1, 0, 0, ''),
(984, 6, 31, 1000, '', 8, 1, 0, 0, ''),
(985, 6, 31, 1000, '', 5, 1, 0, 0, ''),
(986, 6, 31, 1000, '', 1, 8, 0, 0, ''),
(987, 37, 0, 1428, '', 0, 0, 0, 0, ''),
(988, 37, 0, 1428, '', 0, 0, 0, 0, ''),
(994, 6, 31, 1000, '', 9, 2, 0, 0, ''),
(989, 37, 20, 1423, '', 7, 7, 0, 0, ''),
(990, 37, 20, 1423, '', 2, 7, 0, 0, ''),
(991, 37, 20, 29292, '1', 4, 17, 0, 2, ''),
(992, 37, 20, 29299, '0', 4, 17, 0, 0, ''),
(993, 37, 20, 29301, '0', 4, 17, 1, 0, ''),
(995, 6, 31, 1000, '', 8, 2, 0, 0, ''),
(996, 6, 31, 1443, '', 7, 5, 0, 0, ''),
(997, 6, 31, 1443, '', 8, 5, 0, 0, ''),
(998, 6, 31, 1443, '', 9, 5, 0, 0, ''),
(999, 6, 31, 1443, '', 10, 5, 0, 0, ''),
(1000, 37, 0, 266, '', 0, 0, 0, 0, ''),
(1001, 37, 0, 266, '', 0, 0, 0, 0, ''),
(1002, 47, 0, 266, '', 0, 0, 0, 0, ''),
(1003, 37, 0, 89940, '', 0, 0, 0, 0, ''),
(1004, 37, 0, 990, '', 0, 0, 0, 0, ''),
(1005, 37, 0, 1008, '', 0, 0, 0, 0, ''),
(1006, 37, 0, 1173, '', 0, 0, 0, 0, ''),
(1007, 37, 0, 1059, '', 0, 0, 0, 0, ''),
(1009, 6, 0, 25825, '', 8, 10, 0, 2, ''),
(1008, 37, 0, 1138, '', 0, 0, 0, 0, ''),
(1012, 6, 15, 34082, '11', 6, 9, 0, 0, ''),
(1013, 6, 9, 99980169, '', 7, 1, 0, 4, ''),
(1014, 6, 38, 20211, '', 4, 1, 0, 4, ''),
(1015, 6, 26, 19942, '', 7, 7, 0, 6, ''),
(1016, 6, 0, 654321864, '1', 5, 1, 0, 0, ''),
(1017, 6, 10, 19943, '1', 5, 9, 0, 2, ''),
(1021, 9, 0, 8263, 'imageUrl= offsetX=65 offsetY=0 offsetZ=0', 11, 2, 0, 0, ''),
(1019, 6, 15, 2582489, '', 10, 10, 0, 2, ''),
(1020, 37, 0, 25825, '', 0, 0, 0, 0, ''),
(2597, 54, 48, 77702, '', 7, 6, 0, 2, ''),
(1022, 6, 0, 258289, '', 5, 5, 0, 0, ''),
(1023, 6, 0, 25824, '', 10, 9, 0, 0, ''),
(1024, 6, 26, 39300161, '0', 5, 5, 0, 2, ''),
(2596, 54, 0, 77702, '', 0, 0, 0, 0, ''),
(1025, 6, 0, 4966, '', 0, 0, 0, 0, ''),
(1026, 6, 0, 4968, '', 0, 0, 0, 0, ''),
(1027, 6, 0, 4967, '', 0, 0, 0, 0, ''),
(1028, 6, 0, 459632, '', 0, 0, 0, 0, ''),
(1029, 6, 0, 4771, '', 0, 0, 0, 0, ''),
(1030, 6, 0, 4765, '', 0, 0, 0, 0, ''),
(1031, 6, 0, 666999, '', 0, 0, 0, 0, ''),
(1032, 6, 0, 666911, '', 0, 0, 0, 0, ''),
(1033, 67, 0, 4702, '', 0, 0, 0, 0, ''),
(1034, 6, 26, 31988, '', 10, 10, 0, 0, ''),
(1035, 6, 9, 31989, '', 9, 11, 0, 0, ''),
(1036, 6, 9, 31989, '0', 9, 7, 0, 0, ''),
(1037, 67, 0, 31974, '', 0, 0, 0, 0, ''),
(1038, 6, 9, 31987, '', 10, 9, 1.4, 0, ''),
(1039, 67, 0, 31980, '', 0, 0, 0, 0, ''),
(1040, 6, 9, 31983, '0', 4, 2, 0, 0, ''),
(1041, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1042, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1043, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1044, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1045, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1046, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1047, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1048, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1049, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1050, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1051, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1052, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1053, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1054, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1055, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1056, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1057, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1058, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1059, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1060, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1061, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1062, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1063, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1064, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1065, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1066, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1067, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1068, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1069, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1070, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1071, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1072, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1073, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1074, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1075, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1076, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1077, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1078, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1079, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1080, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1081, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1082, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1083, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1084, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1085, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1086, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1087, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1088, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1089, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1090, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1091, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1092, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1093, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1094, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1095, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1096, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1097, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1098, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1099, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1100, 51, 0, 4341, '', 0, 0, 0, 0, ''),
(1101, 6, 0, 4341, '', 7, 5, 0, 0, ''),
(1102, 6, 0, 4341, '', 9, 8, 0, 0, ''),
(1103, 6, 0, 4341, '', 10, 10, 0, 0, ''),
(1104, 6, 0, 4341, '', 9, 10, 0, 0, ''),
(1105, 6, 0, 4341, '', 8, 10, 0, 0, ''),
(1106, 6, 0, 4341, '', 7, 10, 0, 0, ''),
(1107, 6, 0, 4341, '', 6, 9, 0, 0, ''),
(1108, 6, 0, 4341, '', 6, 10, 0, 0, ''),
(1109, 6, 0, 4341, '', 5, 10, 0, 0, ''),
(1110, 6, 0, 4341, '', 5, 8, 0, 0, ''),
(1111, 6, 0, 4341, '', 5, 9, 0, 0, ''),
(1112, 6, 0, 4341, '', 7, 9, 0, 0, ''),
(1113, 6, 0, 4341, '', 6, 8, 0, 0, ''),
(1114, 6, 0, 4341, '', 7, 8, 0, 0, ''),
(1115, 6, 0, 4341, '', 7, 7, 0, 0, ''),
(1116, 6, 0, 4341, '', 8, 8, 0, 0, ''),
(1117, 6, 0, 4341, '', 8, 9, 0, 0, ''),
(1118, 6, 0, 4341, '', 10, 9, 0, 0, ''),
(1119, 6, 0, 4341, '', 10, 8, 0, 0, ''),
(1120, 6, 0, 4341, '', 9, 9, 0, 0, ''),
(1121, 6, 0, 4341, '', 5, 7, 0, 0, ''),
(1122, 6, 0, 4341, '', 6, 7, 0, 0, ''),
(1123, 6, 0, 4341, '', 9, 7, 0, 0, ''),
(1124, 6, 0, 4341, '', 8, 7, 0, 0, ''),
(1125, 6, 0, 4341, '', 10, 7, 0, 0, ''),
(1126, 6, 0, 4341, '', 10, 6, 0, 0, ''),
(1127, 6, 0, 4341, '', 9, 6, 0, 0, ''),
(1128, 6, 0, 4341, '', 8, 6, 0, 0, ''),
(1129, 6, 0, 4341, '', 7, 6, 0, 0, ''),
(1130, 6, 0, 4341, '', 6, 6, 0, 0, ''),
(1131, 6, 0, 4341, '', 5, 6, 0, 0, ''),
(1132, 6, 0, 4341, '', 5, 5, 0, 0, ''),
(1133, 6, 0, 4341, '', 6, 5, 0, 0, ''),
(1134, 6, 0, 4341, '', 8, 5, 0, 0, ''),
(1135, 6, 0, 4341, '', 9, 5, 0, 0, ''),
(1136, 6, 0, 4341, '', 10, 5, 0, 0, ''),
(1137, 6, 0, 4341, '', 0, 0, 0, 0, ''),
(1138, 9, 0, 4341, '', 0, 0, 0, 0, ''),
(1139, 9, 0, 4341, '', 0, 0, 0, 0, ''),
(1140, 6, 0, 4341, '', 0, 0, 0, 0, ''),
(1141, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1142, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1143, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1144, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1145, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1146, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1147, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1148, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1149, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1150, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1151, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1152, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1153, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1154, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1155, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1156, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1157, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1158, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1159, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1160, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1161, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1162, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1163, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1164, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1165, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1166, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1167, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1168, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1169, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1170, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1171, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1172, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1173, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1174, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1175, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1176, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1177, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1178, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1179, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1180, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1181, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1182, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1183, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1184, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1185, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1186, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1187, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1188, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1189, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1190, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1191, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1192, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1193, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1194, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1195, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1196, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1197, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1198, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1199, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1200, 51, 0, 4345, '', 0, 0, 0, 0, ''),
(1201, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1202, 9, 0, 4345, '', 0, 0, 0, 0, ''),
(1203, 9, 0, 4345, '', 0, 0, 0, 0, ''),
(1204, 9, 0, 4345, '', 10, 10, 0, 2, ''),
(1205, 9, 0, 4345, '', 9, 10, 0, 2, ''),
(1206, 6, 0, 4345, '', 8, 10, 0, 2, ''),
(1207, 6, 0, 4345, '', 7, 10, 0, 2, ''),
(1208, 6, 0, 4345, '', 6, 10, 0, 2, ''),
(1209, 6, 0, 4345, '', 5, 10, 0, 2, ''),
(1210, 6, 0, 4345, '', 5, 9, 0, 2, ''),
(1211, 6, 0, 4345, '', 6, 9, 0, 2, ''),
(1212, 6, 0, 4345, '', 7, 9, 0, 2, ''),
(1213, 6, 0, 4345, '', 8, 9, 0, 2, ''),
(1214, 6, 0, 4345, '', 9, 9, 0, 2, ''),
(1215, 6, 0, 4345, '', 10, 9, 0, 2, ''),
(1216, 6, 0, 4345, '', 10, 8, 0, 2, ''),
(1217, 6, 0, 4345, '', 9, 8, 0, 2, ''),
(1218, 6, 0, 4345, '', 9, 7, 0, 2, ''),
(1219, 6, 0, 4345, '', 10, 7, 0, 2, ''),
(1220, 6, 0, 4345, '', 10, 6, 0, 2, ''),
(1221, 6, 0, 4345, '', 10, 5, 0, 2, ''),
(1222, 6, 0, 4345, '', 8, 5, 0, 2, ''),
(1223, 6, 0, 4345, '', 8, 7, 0, 2, ''),
(1224, 6, 0, 4345, '', 8, 8, 0, 2, ''),
(1225, 6, 0, 4345, '', 7, 8, 0, 2, ''),
(1226, 6, 0, 4345, '', 6, 8, 0, 2, ''),
(1227, 6, 0, 4345, '', 5, 8, 0, 2, ''),
(1228, 6, 0, 4345, '', 7, 7, 0, 2, ''),
(1229, 6, 0, 4345, '', 6, 7, 0, 2, ''),
(1230, 6, 0, 4345, '', 5, 7, 0, 2, ''),
(1231, 6, 0, 4345, '', 7, 6, 0, 2, ''),
(1232, 6, 0, 4345, '', 7, 5, 0, 2, ''),
(1233, 6, 0, 4345, '', 6, 5, 0, 2, ''),
(1234, 6, 0, 4345, '', 5, 6, 0, 2, ''),
(1235, 6, 0, 4345, '', 5, 5, 0, 2, ''),
(1236, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1237, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1238, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1239, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1240, 6, 0, 4345, '', 0, 0, 0, 0, ''),
(1242, 51, 0, 928111, '', 0, 0, 0, 0, ''),
(1243, 6, 50, 928111, '0', 8, 2, 0, 0, ''),
(1244, 9, 38, 928111, '6', 6, 1, 0, 0, ''),
(1245, 6, 86, 928111, '5', 11, 8, 0, 0, ''),
(1246, 6, 15, 928111, '5', 7, 8, 0, 0, ''),
(1247, 53, 34, 23098, '', 5, 5, 0, 2, ''),
(1248, 6, 0, 1547, '', 0, 0, 0, 0, ''),
(1249, 6, 0, 23114, '', 0, 0, 0, 0, ''),
(1250, 135, 134, 43522, '0', 11, 1, 0, 2, ''),
(1251, 6, 15, 30000607, '', 8, 7, 0, 2, ''),
(1252, 6, 15, 30000621, '', 8, 6, 0, 2, ''),
(1253, 6, 15, 30000601, '', 8, 5, 0, 2, ''),
(1254, 6, 15, 258289, '', 10, 8, 0, 0, ''),
(1255, 6, 15, 254874, '', 9, 5, 0, 0, ''),
(1258, 41, 26, 897, '', 7, 10, 0, 0, ''),
(1259, 41, 26, 897, '', 6, 10, 0, 0, ''),
(1260, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1261, 41, 26, 897, '', 5, 9, 0, 2, ''),
(1262, 41, 26, 897, '', 5, 8, 0, 2, ''),
(1263, 41, 26, 897, '', 5, 7, 0, 2, ''),
(1264, 41, 26, 897, '', 5, 6, 0, 2, ''),
(1265, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1266, 41, 26, 897, '', 10, 6, 0, 6, ''),
(1267, 41, 26, 897, '', 10, 7, 0, 6, ''),
(1268, 41, 26, 897, '', 10, 8, 0, 6, ''),
(1269, 41, 26, 897, '', 10, 9, 0, 6, ''),
(1270, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1271, 41, 26, 897, '', 9, 10, 0, 0, ''),
(1272, 41, 26, 897, '', 8, 10, 0, 0, ''),
(1281, 41, 26, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=4,10 l=31,108 l'),
(1273, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1274, 41, 0, 897, '', 0, 0, 0, 0, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(1275, 41, 26, 897, '', 6, 5, 0, 4, ''),
(1276, 41, 26, 897, '', 7, 5, 0, 4, ''),
(1277, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1278, 41, 26, 897, '', 8, 5, 0, 6, ''),
(1279, 41, 26, 897, '', 9, 5, 0, 6, ''),
(1280, 41, 0, 897, '', 0, 0, 0, 0, ''),
(1282, 41, 26, 80000053, '', 0, 0, 0, 0, ':w=4,9 l=32,48 l'),
(1283, 41, 36, 1199, '', 3, 9, 0, 4, ''),
(1284, 43, 0, 20075, '', 0, 0, 0, 0, ''),
(1286, 36, 37, 20075, '', 7, 1, 0, 0, ''),
(1288, 9, 0, 55434, '', 0, 0, 0, 0, ''),
(1289, 9, 0, 8263, 'imageUrl=https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash3/t1/1424516_1387680238156684_1131205864_n.jpg offsetX=0 offsetY=0 offsetZ=0', 10, 1, 0, 0, ''),
(1290, 9, 10, 202, '', 9, 9, 0, 6, ''),
(1291, 9, 52, 423, '0', 7, 5, 0, 2, ''),
(1292, 9, 38, 20116, '0', 5, 12, 1, 0, ''),
(1293, 9, 0, 4947, '', 0, 0, 0, 0, ''),
(1294, 9, 0, 4947, '', 0, 0, 0, 0, ''),
(1295, 9, 0, 8263, '', 0, 0, 0, 0, ''),
(1296, 9, 0, 8263, 'imageUrl=https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-ash3/t1/1424516_1387680238156684_1131205864_n.jpg offsetX=0 offsetY=0 offsetZ=0', 0, 0, 0, 0, ''),
(1297, 9, 38, 99980589, '', 7, 1, 0, 4, ''),
(1298, 9, 0, 57669, '', 0, 0, 0, 0, ''),
(1299, 9, 38, 99980579, '', 10, 1, 0, 4, ''),
(1308, 9, 12, 1805, '2,3,2,#0053F7,76', 0, 0, 0, 0, ':w=3,6 l=18,94 l'),
(1300, 9, 0, 1773, '', 0, 0, 0, 0, ''),
(1301, 43, 29, 25824, '', 4, 9, 0, 0, ''),
(1302, 43, 29, 25825, '', 4, 10, 0, 2, ''),
(1303, 9, 0, 1673, '', 0, 0, 0, 0, ''),
(1306, 43, 29, 408, '0', 4, 12, 0, 2, ''),
(1307, 43, 29, 4723, '2', 4, 11, 0, 2, ''),
(1309, 37, 0, 217, '', 0, 0, 0, 0, ''),
(1310, 37, 0, 217, '', 0, 0, 0, 0, ''),
(1311, 37, 20, 246, '', 2, 2, 1, 0, ''),
(1319, 37, 20, 246, '', 5, 3, 0, 0, ''),
(1312, 37, 20, 246, '', 7, 2, 1, 0, ''),
(1313, 37, 20, 246, '', 6, 2, 1, 0, ''),
(1314, 37, 20, 246, '', 5, 2, 1, 0, ''),
(1315, 37, 20, 246, '', 4, 2, 1, 0, ''),
(1316, 37, 20, 246, '', 4, 3, 0, 0, ''),
(1317, 37, 20, 246, '', 2, 3, 0, 0, ''),
(1318, 37, 20, 246, '', 3, 2, 1, 0, ''),
(1320, 37, 20, 246, '', 7, 3, 0, 0, ''),
(1321, 9, 0, 1000, '', 9, 11, 0, 0, ''),
(1322, 6, 0, 1000, '', 6, 8, 0, 0, ''),
(1323, 6, 0, 1000, '', 9, 8, 0, 0, ''),
(1324, 6, 0, 1000, '', 6, 11, 0, 0, ''),
(1325, 6, 38, 1000, '', 6, 5, 0, 0, ''),
(1326, 6, 0, 1000, '', 6, 5, 0, 0, ''),
(1327, 9, 0, 1000, '', 0, 0, 0, 0, ''),
(1328, 9, 0, 1000, '', 0, 0, 0, 0, ''),
(1329, 9, 0, 1000, '', 0, 0, 0, 0, ''),
(1330, 9, 0, 1000, '', 0, 0, 0, 0, ''),
(1331, 9, 0, 1000, '', 0, 0, 0, 0, ''),
(1332, 6, 0, 1000, '', 9, 5, 0, 0, ''),
(1333, 9, 38, 1049, '', 6, 4, 0, 0, ''),
(1334, 9, 38, 1049, '', 5, 5, 0, 2, ''),
(1335, 9, 38, 1049, '', 5, 6, 0, 2, ''),
(1336, 9, 38, 1049, '', 5, 7, 0, 2, ''),
(1337, 9, 38, 1049, '', 5, 8, 0, 2, ''),
(1338, 9, 38, 1049, '', 5, 9, 0, 2, ''),
(1339, 9, 38, 1049, '', 5, 10, 0, 2, ''),
(1340, 9, 38, 1049, '', 7, 4, 0, 0, ''),
(1341, 9, 38, 1049, '', 5, 12, 0, 2, ''),
(1342, 9, 38, 1049, '', 5, 11, 0, 2, ''),
(1343, 9, 38, 1049, '', 10, 4, 0, 0, ''),
(1344, 9, 38, 1049, '', 9, 4, 0, 0, ''),
(1345, 9, 38, 1049, '', 8, 4, 0, 0, ''),
(1346, 55, 49, 1049, '', 9, 4, 4, 0, ''),
(2047, 58, 50, 218, '', 5, 5, 0, 6, ''),
(2049, 58, 0, 218, '', 0, 0, 0, 0, ''),
(2051, 58, 50, 218, '', 5, 9, 0, 6, ''),
(2046, 58, 50, 217, '', 5, 4, 0, 0, ''),
(2048, 58, 0, 218, '', 0, 0, 0, 0, ''),
(1347, 9, 38, 1052, '', 5, 4, 0, 2, ''),
(1348, 24, 22, 3520050, '0', 8, 1, 0, 2, ''),
(1349, 9, 0, 8263, 'imageUrl= offsetX=0 offsetY=0 offsetZ=0', 0, 0, 0, 0, ''),
(1350, 24, 22, 39300161, '', 8, 8, 0, 2, ''),
(2033, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1351, 37, 0, 380, '', 0, 0, 0, 0, ''),
(1352, 37, 20, 416, '', 7, 5, 1.4, 4, ''),
(1353, 37, 20, 411, '', 2, 5, 1.4, 4, ''),
(1356, 43, 32, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=7,0 l=18,72 r'),
(1357, 29, 35, 20338, '', 6, 1, 0, 4, ''),
(1358, 29, 35, 20338, '', 7, 13, 0, 0, ''),
(1359, 29, 35, 20328, '11', 11, 9, 0, 0, ''),
(1360, 29, 41, 20328, '11', 7, 4, 0, 0, ''),
(1361, 43, 0, 20335, '', 0, 0, 0, 0, ''),
(1362, 43, 0, 20328, '', 0, 0, 0, 0, ''),
(1363, 6, 32, 34082, '11', 5, 1, 0, 0, ''),
(1366, 44, 0, 1775, '', 0, 0, 0, 0, ''),
(1367, 29, 0, 30000620, '', 0, 0, 0, 0, ''),
(1369, 9, 12, 20116, '0', 11, 1, 0, 0, ''),
(1370, 9, 12, 20116, '0', 11, 13, 0, 0, ''),
(1371, 9, 12, 20116, '0', 4, 13, 0, 0, ''),
(1372, 9, 12, 1140, '0', 4, 6, 0, 2, ''),
(1373, 9, 12, 892, '0', 4, 4, 0, 2, ''),
(1374, 9, 12, 1714, '', 0, 0, 0, 0, ':w=3,3 l=28,8 l'),
(1375, 9, 38, 417, '0', 9, 1, 0, 4, ''),
(1376, 9, 12, 347, '1', 4, 5, 0, 6, ''),
(1377, 56, 0, 169, '! - Checco', 0, 0, 0, 0, ''),
(1378, 9, 0, 430, '', 0, 0, 0, 0, ''),
(1379, 54, 85, 436, '1', 5, 12, 0, 6, ''),
(1380, 6, 50, 433, '1', 4, 1, 0, 2, ''),
(1381, 9, 0, 430, '', 0, 0, 0, 0, ''),
(1382, 54, 0, 427, '1', 9, 1, 1, 4, ''),
(1383, 54, 48, 428, '1', 5, 1, 7, 4, ''),
(1384, 54, 48, 431, '1', 5, 6, 7, 4, ''),
(1385, 9, 0, 434, '', 0, 0, 0, 0, ''),
(1386, 54, 48, 435, '1', 10, 6, 7, 4, ''),
(1387, 9, 0, 432, '', 0, 0, 0, 0, ''),
(1388, 54, 48, 429, '1', 10, 1, 7, 4, ''),
(1389, 9, 0, 993, '0', 8, 10, 0, 2, ''),
(1390, 9, 46, 20116, '0', 4, 13, 0, 0, ''),
(1391, 58, 45, 1467, '', 4, 1, 0, 0, ''),
(1392, 59, 0, 166, '! - Checco', 0, 0, 0, 0, ''),
(1393, 44, 0, 30000615, '', 0, 0, 0, 0, ''),
(1394, 44, 0, 30000614, '', 0, 0, 0, 0, ''),
(1395, 44, 0, 30000622, '', 0, 0, 0, 0, ''),
(1396, 44, 0, 30000604, '', 0, 0, 0, 0, ''),
(1397, 44, 0, 30000617, '', 0, 0, 0, 0, ''),
(1398, 44, 0, 30000600, '', 0, 0, 0, 0, ''),
(1399, 44, 0, 30000603, '', 0, 0, 0, 0, ''),
(1400, 44, 0, 30000604, '', 0, 0, 0, 0, ''),
(1401, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1402, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1403, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1404, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1405, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1406, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1407, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1408, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1409, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1410, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1411, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1412, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1413, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1414, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1415, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1416, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1417, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1418, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1419, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1420, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1421, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1422, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1423, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1424, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1425, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1426, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1427, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1428, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1429, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1430, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1431, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1432, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1433, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1434, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1435, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1436, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1437, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1438, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1439, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1440, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1441, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1442, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1443, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1444, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1445, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1446, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1447, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1448, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1449, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1450, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1451, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1452, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1453, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1454, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1455, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1456, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1457, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1458, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1459, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1460, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1461, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1462, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1463, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1464, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1465, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1466, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1467, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1468, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1469, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1470, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1471, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1472, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1473, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1474, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1475, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1476, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1477, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1478, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1479, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1480, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1481, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1482, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1483, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1484, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1485, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1486, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1487, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1488, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1489, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1490, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1491, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1492, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1493, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1494, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1495, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1496, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1497, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1498, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1499, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1500, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1501, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1502, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1503, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1504, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1505, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1506, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1507, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1508, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1509, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1510, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1511, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1512, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1513, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1514, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1515, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1516, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1517, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1518, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1519, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1520, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1521, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1522, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1523, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1524, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1525, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1526, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1527, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1528, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1529, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1530, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1531, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1532, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1533, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1534, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1535, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1536, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1537, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1538, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1539, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1540, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1541, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1542, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1543, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1544, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1545, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1546, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1547, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1548, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1549, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1550, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1551, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1552, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1553, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1554, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1555, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1556, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1557, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1558, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1559, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1560, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1561, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1562, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1563, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1564, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1565, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1566, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1567, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1568, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1569, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1570, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1571, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1572, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1573, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1574, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1575, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1576, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1577, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1578, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1579, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1580, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1581, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1582, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1583, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1584, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1585, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1586, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1587, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1588, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1589, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1590, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1591, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1592, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1593, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1594, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1595, 44, 0, 247, '', 0, 0, 0, 0, ''),
(1596, 44, 86, 247, '', 9, 1, 0, 0, ''),
(1597, 44, 47, 247, '', 15, 7, 0, 0, ''),
(1598, 44, 47, 247, '', 15, 5, 0, 0, ''),
(1599, 44, 47, 247, '', 15, 3, 0, 0, ''),
(1600, 44, 47, 247, '', 15, 1, 0, 0, ''),
(1601, 44, 47, 247, '', 13, 1, 0, 0, ''),
(1602, 44, 47, 247, '', 13, 3, 0, 0, ''),
(1603, 44, 47, 247, '', 13, 5, 0, 0, ''),
(1604, 44, 47, 247, '', 13, 7, 0, 0, ''),
(1605, 44, 47, 247, '', 11, 7, 0, 0, ''),
(1606, 44, 47, 247, '', 11, 5, 0, 0, ''),
(1607, 44, 47, 247, '', 11, 3, 0, 0, ''),
(1608, 44, 47, 247, '', 11, 1, 0, 0, ''),
(1609, 44, 47, 247, '', 9, 1, 0, 0, ''),
(1610, 44, 47, 247, '', 9, 3, 0, 0, ''),
(1611, 44, 47, 247, '', 9, 5, 0, 0, ''),
(1612, 44, 47, 247, '', 9, 7, 0, 0, ''),
(1613, 44, 47, 247, '', 7, 7, 0, 0, ''),
(1614, 44, 47, 247, '', 7, 5, 0, 0, ''),
(1615, 44, 47, 247, '', 7, 3, 0, 0, ''),
(1616, 44, 47, 247, '', 7, 1, 0, 0, ''),
(1617, 44, 47, 247, '', 5, 1, 0, 0, ''),
(1618, 44, 47, 247, '', 5, 3, 0, 0, ''),
(1619, 44, 47, 247, '', 5, 5, 0, 0, ''),
(1620, 44, 47, 247, '', 5, 7, 0, 0, ''),
(1621, 44, 47, 247, '', 3, 7, 0, 0, ''),
(1622, 44, 47, 247, '', 3, 5, 0, 0, ''),
(1623, 44, 47, 247, '', 3, 3, 0, 0, ''),
(1624, 44, 47, 247, '', 3, 1, 0, 0, ''),
(1625, 44, 47, 247, '', 1, 1, 0, 0, ''),
(1626, 44, 47, 247, '', 1, 3, 0, 0, ''),
(1627, 44, 47, 247, '', 1, 5, 0, 0, ''),
(1628, 44, 47, 247, '', 1, 7, 0, 0, ''),
(1629, 44, 47, 247, '', 9, 9, 0, 0, ''),
(1630, 44, 47, 247, '', 7, 9, 0, 0, ''),
(1631, 44, 47, 247, '', 7, 11, 0, 0, ''),
(1632, 44, 47, 247, '', 9, 11, 0, 0, ''),
(1633, 44, 47, 247, '', 11, 11, 0, 0, ''),
(1634, 44, 47, 247, '', 11, 9, 0, 0, ''),
(1635, 44, 47, 247, '', 13, 11, 0, 0, ''),
(1636, 44, 47, 247, '', 13, 9, 0, 0, ''),
(1637, 44, 47, 247, '', 15, 9, 0, 0, ''),
(1638, 44, 47, 247, '', 15, 11, 0, 0, ''),
(1639, 44, 47, 247, '', 15, 13, 0, 0, ''),
(1640, 44, 47, 247, '', 13, 13, 0, 0, ''),
(1641, 44, 47, 247, '', 11, 13, 0, 0, ''),
(1642, 44, 47, 247, '', 9, 13, 0, 0, ''),
(1643, 44, 47, 247, '', 7, 13, 0, 0, ''),
(1644, 44, 47, 247, '', 5, 9, 0, 0, ''),
(1645, 44, 47, 247, '', 5, 11, 0, 0, ''),
(1646, 44, 47, 247, '', 5, 13, 0, 0, ''),
(1647, 44, 47, 247, '', 3, 13, 0, 0, ''),
(1648, 44, 47, 247, '', 3, 11, 0, 0, ''),
(1649, 44, 47, 247, '', 3, 9, 0, 0, ''),
(1650, 44, 47, 247, '', 1, 9, 0, 0, ''),
(1651, 44, 47, 247, '', 1, 11, 0, 0, ''),
(1652, 44, 47, 247, '', 1, 13, 0, 0, ''),
(1653, 44, 47, 247, '', 15, 19, 0, 0, ''),
(1654, 44, 47, 247, '', 15, 17, 0, 0, ''),
(1655, 44, 47, 247, '', 15, 15, 0, 0, ''),
(1656, 44, 47, 247, '', 13, 15, 0, 0, ''),
(1657, 44, 47, 247, '', 13, 17, 0, 0, ''),
(1658, 44, 47, 247, '', 13, 19, 0, 0, ''),
(1659, 44, 47, 247, '', 11, 19, 0, 0, ''),
(1660, 44, 47, 247, '', 11, 17, 0, 0, ''),
(1661, 44, 47, 247, '', 11, 15, 0, 0, ''),
(1662, 44, 47, 247, '', 9, 15, 0, 0, ''),
(1663, 44, 47, 247, '', 9, 17, 0, 0, ''),
(1664, 44, 47, 247, '', 9, 19, 0, 0, ''),
(1665, 44, 47, 247, '', 7, 19, 0, 0, ''),
(1666, 44, 47, 247, '', 7, 17, 0, 0, ''),
(1667, 44, 47, 247, '', 7, 15, 0, 0, ''),
(1668, 44, 47, 247, '', 5, 15, 0, 0, ''),
(1669, 44, 47, 247, '', 5, 17, 0, 0, ''),
(1670, 44, 47, 247, '', 5, 19, 0, 0, ''),
(1671, 44, 47, 247, '', 3, 19, 0, 0, ''),
(1672, 44, 47, 247, '', 3, 17, 0, 0, ''),
(1673, 44, 47, 247, '', 3, 15, 0, 0, ''),
(1674, 44, 47, 247, '', 1, 15, 0, 0, ''),
(1675, 44, 47, 247, '', 1, 17, 0, 0, ''),
(1676, 44, 47, 247, '', 1, 19, 0, 0, ''),
(1677, 44, 47, 247, '', 15, 21, 0, 0, ''),
(1678, 44, 47, 247, '', 15, 23, 0, 0, ''),
(1679, 44, 47, 247, '', 15, 25, 0, 0, ''),
(1680, 44, 47, 247, '', 13, 25, 0, 0, ''),
(1681, 44, 47, 247, '', 13, 23, 0, 0, ''),
(1682, 44, 47, 247, '', 13, 21, 0, 0, ''),
(1683, 44, 47, 247, '', 11, 21, 0, 0, ''),
(1684, 44, 47, 247, '', 11, 23, 0, 0, ''),
(1685, 44, 47, 247, '', 11, 25, 0, 0, ''),
(1686, 44, 47, 247, '', 9, 21, 0, 0, ''),
(1687, 44, 47, 247, '', 9, 23, 0, 0, ''),
(1688, 44, 47, 247, '', 9, 25, 0, 0, ''),
(1689, 44, 47, 247, '', 7, 25, 0, 0, ''),
(1690, 44, 47, 247, '', 7, 23, 0, 0, ''),
(1691, 44, 47, 247, '', 7, 21, 0, 0, ''),
(1692, 44, 47, 247, '', 5, 21, 0, 0, ''),
(1693, 44, 47, 247, '', 5, 23, 0, 0, ''),
(1694, 44, 47, 247, '', 5, 25, 0, 0, ''),
(1695, 44, 47, 247, '', 3, 21, 0, 0, ''),
(1696, 44, 47, 247, '', 1, 21, 0, 0, ''),
(1697, 44, 47, 247, '', 3, 25, 0, 0, ''),
(1698, 44, 47, 247, '', 3, 23, 0, 0, ''),
(1699, 44, 47, 247, '', 1, 23, 0, 0, ''),
(1700, 44, 47, 247, '', 1, 25, 0, 0, ''),
(1701, 54, 104, 251, '', 11, 6, 1, 4, ''),
(1702, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1703, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1704, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1705, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1706, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1707, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1708, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1709, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1710, 44, 0, 20291, '', 0, 0, 0, 0, ''),
(1711, 44, 47, 20291, '', 0, 0, 0, 0, ':w=15,0 l=5,3 r'),
(1712, 44, 47, 20291, '', 0, 0, 0, 0, ':w=13,0 l=2,2 r'),
(1713, 44, 47, 20291, '', 0, 0, 0, 0, ':w=10,0 l=11,6 r'),
(1714, 44, 47, 20291, '', 0, 0, 0, 0, ':w=8,0 l=3,2 r'),
(1715, 44, 47, 20291, '', 0, 0, 0, 0, ':w=5,0 l=12,6 r'),
(1716, 44, 47, 20291, '', 0, 0, 0, 0, ':w=2,0 l=10,6 r'),
(1717, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,2 l=5,6 l'),
(1718, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,4 l=7,5 l'),
(1719, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,7 l=15,1 l'),
(1720, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,9 l=9,4 l'),
(1721, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,12 l=8,4 l'),
(1722, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,15 l=16,0 l'),
(1723, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,17 l=10,3 l'),
(1724, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,19 l=0,8 l'),
(1725, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,22 l=5,6 l'),
(1726, 44, 47, 20291, '', 0, 0, 0, 0, ':w=0,25 l=10,3 l'),
(1727, 54, 0, 20211, '', 0, 0, 0, 0, ''),
(1728, 44, 0, 25825, '', 0, 0, 0, 0, ''),
(1729, 54, 0, 20211, '', 0, 0, 0, 0, ''),
(1730, 44, 0, 25825, '', 0, 0, 0, 0, ''),
(1731, 54, 0, 34082, '', 0, 0, 0, 0, ''),
(1732, 44, 95, 25825, '', 7, 5, 0, 2, ''),
(1733, 54, 48, 10101011, '', 5, 8, 0, 2, ''),
(1734, 44, 95, 25825, '', 7, 6, 0, 2, ''),
(1735, 44, 95, 25825, '', 7, 7, 0, 2, ''),
(1736, 54, 48, 928111, '0', 5, 13, 0, 0, ''),
(1737, 54, 48, 928111, '0', 4, 7, 1, 0, ''),
(1738, 54, 48, 928111, '0', 5, 7, 0, 0, ''),
(1739, 54, 48, 928111, '0', 5, 11, 0, 0, ''),
(1740, 54, 48, 928111, '0', 4, 8, 1, 0, ''),
(1741, 55, 0, 164, '! - Powerade', 0, 0, 0, 0, ''),
(1742, 55, 0, 166, '! - Powerade', 0, 0, 0, 0, ''),
(1743, 44, 95, 25825, '', 7, 8, 0, 2, ''),
(1824, 55, 49, 1540, '', 8, 11, 0, 0, ''),
(1825, 55, 49, 1540, '', 10, 11, 0, 0, ''),
(1799, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1800, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1801, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1744, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1745, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1746, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1747, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1748, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1749, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1750, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1751, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1752, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1753, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1754, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1755, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1756, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1757, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1758, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1759, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1760, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1761, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1762, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1763, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1764, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1765, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1766, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1767, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1768, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1769, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1770, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1771, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1772, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1773, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1774, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1775, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1776, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1777, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1778, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1779, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1780, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1781, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1782, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1783, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1784, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1785, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1786, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1787, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1788, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1789, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1790, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1791, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1792, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1793, 55, 0, 1513, '', 0, 0, 0, 0, ''),
(1794, 55, 51, 1520, '', 8, 1, 0, 4, ''),
(1795, 55, 51, 1520, '', 7, 1, 0, 4, ''),
(1796, 55, 51, 1520, '', 5, 3, 0, 4, ''),
(1797, 55, 51, 1520, '', 6, 9, 0, 4, ''),
(1798, 55, 51, 1520, '', 4, 1, 0, 4, ''),
(1802, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1803, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1804, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1805, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1806, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1807, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1808, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1809, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1810, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1811, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1812, 55, 0, 1540, '', 0, 0, 0, 0, ''),
(1813, 55, 49, 1540, '', 6, 3, 0, 0, ''),
(1814, 55, 49, 1540, '1', 4, 1, 0, 0, ''),
(1815, 55, 49, 1540, '', 10, 12, 0, 0, ''),
(1816, 55, 49, 1540, '', 7, 12, 0, 0, ''),
(1817, 55, 49, 1540, '', 8, 12, 0, 0, ''),
(1818, 55, 49, 1540, '', 5, 12, 0, 0, ''),
(1819, 55, 49, 1540, '', 6, 12, 0, 0, ''),
(1820, 55, 49, 1540, '', 4, 12, 0, 0, ''),
(1821, 55, 49, 1540, '', 4, 11, 0, 0, ''),
(1822, 55, 49, 1540, '', 7, 11, 0, 0, ''),
(1823, 55, 49, 1540, '', 5, 11, 0, 0, ''),
(1826, 55, 49, 1540, '', 10, 9, 0, 0, ''),
(1827, 55, 49, 1540, '', 8, 9, 0, 0, ''),
(1828, 55, 49, 1540, '', 6, 9, 0, 0, ''),
(1829, 55, 49, 1540, '0', 4, 9, 0, 0, ''),
(1830, 55, 49, 1540, '', 4, 7, 0, 0, ''),
(1831, 55, 49, 1540, '0', 6, 7, 0, 0, ''),
(1832, 55, 49, 1540, '0', 8, 7, 0, 0, ''),
(1833, 55, 49, 1540, '', 10, 7, 0, 0, ''),
(1834, 55, 49, 1540, '0', 10, 5, 0, 0, ''),
(1835, 55, 49, 1540, '0', 9, 5, 0, 0, ''),
(1836, 55, 49, 1540, '', 6, 5, 0, 0, ''),
(1837, 55, 49, 1540, '', 7, 5, 0, 0, ''),
(1838, 55, 49, 1540, '0', 4, 5, 0, 0, ''),
(1839, 55, 49, 1540, '', 4, 3, 0, 0, ''),
(1840, 55, 49, 1540, '1', 7, 3, 0, 0, ''),
(1841, 55, 49, 1540, '', 5, 3, 0, 0, ''),
(1842, 55, 49, 1540, '', 8, 3, 0, 0, ''),
(1843, 55, 49, 1540, '2', 10, 3, 0, 0, ''),
(1844, 55, 49, 1540, '0', 10, 1, 0, 0, ''),
(1845, 55, 49, 1540, '', 8, 1, 0, 0, ''),
(1846, 55, 49, 1540, '', 9, 1, 0, 0, ''),
(1847, 55, 49, 1540, '', 6, 1, 0, 2, ''),
(1848, 55, 49, 1540, '0', 4, 1, 0, 0, ''),
(1849, 54, 85, 19938, '', 9, 5, 1, 0, ''),
(1850, 54, 0, 19938, '', 8, 1, 0, 0, ''),
(1851, 54, 85, 19938, '', 9, 11, 0, 0, ''),
(1852, 54, 48, 19938, '', 4, 9, 0, 0, ''),
(1853, 54, 48, 19938, '', 4, 7, 0, 0, ''),
(1854, 54, 48, 19938, '', 6, 9, 0, 0, ''),
(1855, 54, 48, 19938, '', 10, 12, 0, 0, ''),
(1856, 54, 48, 19938, '', 8, 12, 0, 0, ''),
(1857, 54, 48, 19938, '', 6, 12, 0, 0, ''),
(1858, 54, 48, 19938, '', 4, 12, 0, 0, ''),
(1859, 54, 48, 19938, '', 8, 7, 0, 0, ''),
(1860, 54, 48, 19938, '', 8, 9, 0, 0, ''),
(1861, 54, 48, 19938, '', 4, 11, 0, 0, ''),
(1862, 54, 48, 19938, '', 6, 11, 0, 0, ''),
(1863, 54, 48, 19938, '', 8, 11, 0, 0, ''),
(1864, 54, 48, 19938, '', 10, 11, 0, 0, ''),
(1865, 54, 48, 19938, '', 10, 9, 0, 0, ''),
(1866, 54, 48, 19938, '', 10, 7, 0, 0, ''),
(1867, 54, 48, 19938, '', 10, 5, 0, 0, ''),
(1868, 54, 48, 19938, '', 8, 5, 0, 0, ''),
(1869, 44, 0, 346, '', 0, 0, 0, 0, ''),
(1870, 54, 48, 19938, '', 6, 5, 0, 0, ''),
(1871, 54, 48, 19938, '', 6, 7, 0, 0, ''),
(1872, 54, 48, 19938, '', 4, 5, 0, 0, ''),
(1873, 54, 48, 19938, '', 4, 3, 0, 0, ''),
(1874, 54, 48, 19938, '', 6, 3, 0, 0, ''),
(1875, 54, 48, 19938, '', 8, 3, 0, 0, ''),
(1876, 54, 48, 19938, '', 10, 3, 0, 0, ''),
(1877, 54, 48, 19938, '', 10, 1, 0, 0, ''),
(1878, 54, 48, 19938, '', 8, 1, 0, 0, ''),
(1879, 54, 48, 19938, '', 6, 1, 0, 0, ''),
(1880, 44, 51, 346, '0', 6, 13, 0, 6, ''),
(1882, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1881, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1883, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1884, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1885, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1886, 44, 0, 1237533, '', 0, 0, 0, 0, ''),
(1887, 44, 95, 1237533, '', 7, 9, 0, 2, ''),
(1888, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1889, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1890, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1891, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1892, 55, 49, 1049, '', 9, 4, 0, 0, ''),
(1893, 55, 49, 1049, '', 8, 4, 4, 0, ''),
(1894, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1895, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1896, 55, 49, 1049, '', 7, 4, 4, 0, ''),
(1897, 44, 0, 1237532, '', 1, 8, 0, 0, ''),
(1898, 55, 49, 1049, '', 6, 4, 4, 0, ''),
(1900, 44, 0, 1237532, '', 0, 0, 0, 0, ''),
(1899, 55, 49, 1049, '', 5, 4, 4, 0, ''),
(1901, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1902, 44, 0, 1237532, '', 1, 13, 0, 0, ''),
(1903, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1904, 55, 49, 1049, '', 4, 4, 4, 0, ''),
(1905, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1906, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1907, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1908, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1909, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1910, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1911, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1912, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1913, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1914, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1915, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1916, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1917, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1918, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1919, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1920, 55, 51, 1049, '', 6, 12, 0, 2, ''),
(1921, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1922, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1923, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1924, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1925, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1926, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1927, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1928, 55, 51, 1049, '', 6, 11, 0, 2, ''),
(1929, 55, 51, 1049, '', 4, 10, 0, 0, ''),
(1930, 55, 51, 1049, '', 5, 10, 0, 0, ''),
(1931, 55, 49, 1049, '', 7, 4, 0, 0, ''),
(1932, 55, 49, 1049, '', 8, 4, 0, 0, ''),
(1933, 55, 49, 1049, '', 6, 4, 0, 0, ''),
(1934, 55, 49, 1049, '', 5, 4, 0, 0, ''),
(1935, 55, 49, 1049, '', 4, 4, 0, 0, ''),
(1965, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(2031, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1964, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1963, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1962, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1961, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1952, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1953, 54, 48, 1683, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=9,0 l=29,111 r'),
(1954, 55, 49, 1049, '', 10, 4, 0, 0, ''),
(1955, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1956, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1957, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1958, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1959, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1960, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1966, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1936, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1937, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1938, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1939, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1940, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1941, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1942, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1943, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1944, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1945, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1946, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1947, 55, 49, 1049, '', 10, 4, 4, 0, ''),
(1948, 55, 0, 1049, '', 10, 4, 4, 0, ''),
(1949, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(1967, 55, 0, 1517, '', 0, 0, 0, 0, ''),
(1968, 55, 51, 1517, '', 10, 11, 0, 0, ''),
(1969, 55, 51, 1517, '', 11, 11, 0, 0, ''),
(1970, 55, 51, 1517, '', 9, 11, 0, 0, ''),
(1971, 55, 51, 1517, '', 8, 11, 0, 0, ''),
(1972, 55, 51, 1517, '', 7, 11, 0, 0, ''),
(1973, 55, 49, 1517, '0', 11, 4, 0, 0, ''),
(2032, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(1974, 54, 48, 99980169, '', 9, 2, 0, 4, ''),
(1975, 54, 48, 99980169, '', 7, 2, 0, 4, ''),
(1976, 54, 48, 99980169, '', 5, 2, 0, 4, ''),
(1977, 54, 0, 40276, '', 4, 4, 1, 2, ''),
(1978, 54, 48, 40276, '', 4, 10, 0, 2, ''),
(1979, 55, 0, 1557, '', 0, 0, 0, 0, ''),
(1980, 55, 49, 1557, '', 5, 13, 0, 0, ''),
(1981, 55, 49, 1557, '', 11, 6, 0, 2, ''),
(1982, 55, 0, 1557, '', 0, 0, 0, 0, ''),
(1983, 55, 49, 1557, '', 11, 9, 0, 2, ''),
(1984, 55, 49, 1557, '', 4, 9, 0, 2, ''),
(1985, 55, 49, 1557, '', 4, 6, 0, 2, ''),
(1986, 54, 48, 77701, '', 11, 6, 5, 0, ''),
(1987, 54, 48, 77701, '', 4, 1, 5, 0, ''),
(1988, 54, 48, 77701, '', 11, 6, 0, 0, ''),
(1989, 54, 48, 77702, '', 9, 6, 5, 2, ''),
(1990, 54, 48, 77702, '', 5, 6, 5, 2, ''),
(1991, 54, 48, 77702, '', 9, 6, 0, 2, ''),
(1992, 54, 48, 77702, '', 5, 6, 0, 2, ''),
(1993, 54, 48, 77702, '', 9, 1, 5, 2, ''),
(1994, 54, 48, 77702, '', 5, 1, 5, 2, ''),
(1995, 54, 48, 77705, '0', 4, 1, 2, 0, ''),
(1996, 54, 48, 77705, '0', 11, 1, 2, 0, ''),
(1997, 54, 48, 77705, '1', 4, 6, 2, 0, ''),
(1998, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(1999, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(2000, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(2001, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(2002, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(2003, 55, 0, 1777, '', 0, 0, 0, 0, ''),
(2004, 55, 51, 1777, '', 0, 0, 0, 0, ':w=10,0 l=15,68 r'),
(2005, 55, 51, 1777, '', 0, 0, 0, 0, ':w=7,0 l=26,74 r'),
(2006, 55, 51, 1777, '', 0, 0, 0, 0, ':w=5,0 l=17,69 r'),
(2007, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,2 l=20,66 l'),
(2008, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,3 l=7,73 l'),
(2009, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,6 l=25,64 l'),
(2010, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,7 l=5,74 l'),
(2011, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,10 l=22,66 l'),
(2012, 55, 51, 1777, '', 0, 0, 0, 0, ':w=3,12 l=11,71 l'),
(2013, 55, 49, 1777, '', 0, 0, 0, 0, ':w=10,0 l=20,62 r'),
(2014, 55, 49, 1777, '', 0, 0, 0, 0, ':w=10,0 l=8,55 r'),
(2015, 55, 49, 1777, '', 0, 0, 0, 0, ':w=9,0 l=5,54 r'),
(2016, 55, 49, 1777, '', 0, 0, 0, 0, ':w=7,0 l=17,60 r'),
(2017, 55, 49, 1777, '', 0, 0, 0, 0, ':w=5,0 l=11,57 r'),
(2018, 55, 49, 1777, '', 0, 0, 0, 0, ':w=5,0 l=25,64 r'),
(2019, 55, 49, 1777, '', 0, 0, 0, 0, ':w=3,2 l=20,66 l'),
(2020, 55, 49, 1777, '', 0, 0, 0, 0, ':w=3,4 l=25,64 l'),
(2021, 55, 49, 1777, '', 0, 0, 0, 0, ':w=3,6 l=9,72 l'),
(2022, 55, 49, 1777, '', 0, 0, 0, 0, ':w=3,9 l=12,71 l'),
(2023, 55, 49, 1777, '', 0, 0, 0, 0, ':w=3,12 l=15,69 l'),
(2024, 54, 48, 77707, '', 7, 3, 0, 2, ''),
(2025, 54, 85, 77713, '', 5, 3, 4.3, 0, ''),
(2026, 54, 85, 77713, '', 5, 6, 4.3, 0, ''),
(2027, 24, 95, 1557, '', 9, 7, 0, 6, ''),
(2028, 54, 0, 217, '', 4, 4, 0, 0, ''),
(2773, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(5710, 115, 0, 24698, '', 9, 6, 0, 0, ''),
(2476, 93, 0, 165, '! - Checco', 0, 0, 0, 0, ''),
(3065, 92, 0, 414, '', 1, 7, 0, 4, ''),
(2772, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(3018, 100, 0, 414, '', 0, 0, 0, 0, ''),
(2029, 9, 38, 362, '0', 4, 4, 0, 4, ''),
(2030, 9, 38, 363, '0', 11, 4, 0, 4, ''),
(2036, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2035, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2034, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2037, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2038, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2039, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2040, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2041, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2042, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2043, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2044, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2050, 58, 50, 218, '', 5, 7, 0, 6, ''),
(2052, 58, 50, 218, '', 5, 11, 0, 6, ''),
(2053, 58, 50, 218, '', 10, 4, 0, 0, ''),
(2054, 58, 50, 218, '', 8, 4, 0, 0, ''),
(2055, 58, 50, 218, '', 6, 4, 0, 0, ''),
(2056, 6, 0, 117, '', 6, 5, 0, 4, ''),
(2057, 6, 0, 117, '', 11, 5, 0, 4, ''),
(2058, 6, 0, 117, '', 10, 5, 0, 4, ''),
(2059, 6, 0, 117, '', 9, 5, 0, 4, ''),
(2060, 6, 0, 117, '', 7, 5, 0, 4, ''),
(2061, 6, 0, 117, '', 8, 5, 0, 4, ''),
(2062, 58, 50, 219, '1', 5, 13, 0, 2, ''),
(2063, 58, 50, 219, '0', 4, 4, 0, 0, ''),
(4856, 91, 97, 1000, '', 6, 1, 0, 0, ''),
(2119, 66, 0, 555666209, '', 0, 0, 0, 0, ''),
(4851, 112, 91, 20348, '', 13, 19, 0, 0, ''),
(2066, 58, 50, 1683, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,4 l=21,102 l'),
(2068, 55, 51, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=11,0 l=19,71 r'),
(2069, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2070, 44, 0, 1049, '', 0, 0, 0, 0, ''),
(2071, 6, 0, 36, '', 7, 1, 0, 4, ''),
(2072, 55, 0, 1520, '', 0, 0, 0, 0, ''),
(2073, 55, 0, 1520, '', 0, 0, 0, 0, ''),
(2074, 55, 0, 1520, '', 0, 0, 0, 0, ''),
(2075, 55, 0, 1520, '', 11, 1, 0, 4, ''),
(2076, 55, 51, 1520, '', 10, 3, 0, 4, ''),
(2077, 55, 51, 1520, '', 9, 4, 0, 4, ''),
(2078, 44, 51, 1052, '', 6, 10, 0, 6, ''),
(2079, 6, 51, 8263, 'imageUrl=http://www.rumorscena.com/wp-content/uploads/2014/01/green-porno-screeengrab-wha-10564891ivnkz.jpg offsetX=10 offsetY=0 offsetZ=0', 11, 2, 0, 0, ''),
(2081, 44, 51, 1326, '1', 4, 11, 0, 4, ''),
(2082, 44, 51, 1326, '1', 4, 12, 0, 2, ''),
(2083, 6, 49, 8263, 'imageUrl=http://25.154.105.192/web-gallery/v2/images/habbo.png offsetX=1 offsetY=0 offsetZ=0', 4, 13, 0, 0, ''),
(2084, 44, 49, 1557, '', 8, 13, 0, 0, ''),
(2085, 9, 0, 40276, '', 0, 0, 0, 0, ''),
(2086, 9, 12, 19943, '1', 7, 5, 0, 2, ''),
(2087, 9, 12, 19943, '1', 7, 9, 0, 2, ''),
(2088, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=9,0 l=1,63 r'),
(2089, 54, 48, 19954, '3', 0, 0, 0, 0, ':w=6,0 l=31,78 r'),
(2090, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=11,0 l=1,63 r'),
(2091, 54, 48, 19954, '2', 0, 0, 0, 0, ':w=5,0 l=26,72 r'),
(2092, 54, 48, 19951, '1', 0, 0, 0, 0, ':w=3,1 l=11,57 l'),
(2093, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,3 l=26,66 l'),
(2094, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,5 l=32,60 l'),
(2095, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,7 l=31,50 l'),
(2096, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,9 l=31,51 l'),
(2097, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,11 l=31,52 l'),
(2098, 54, 48, 19954, '0', 0, 0, 0, 0, ':w=3,13 l=32,50 l'),
(2099, 54, 48, 928111, '0', 5, 9, 0, 0, ''),
(2100, 54, 48, 928111, '0', 4, 9, 1, 0, ''),
(2101, 54, 48, 928111, '0', 4, 11, 1, 0, ''),
(2102, 54, 48, 928111, '0', 4, 12, 1, 0, ''),
(2103, 54, 48, 928111, '0', 4, 13, 1, 0, ''),
(2104, 54, 48, 10101011, '', 5, 12, 0, 2, ''),
(2105, 54, 48, 999888193, '', 11, 6, 7, 0, ''),
(2106, 64, 0, 164, '! - Checco', 0, 0, 0, 0, ''),
(2107, 67, 0, 39300170, '', 0, 0, 0, 0, ''),
(2108, 62, 0, 164, '! - Checco', 0, 0, 0, 0, ''),
(2109, 54, 85, 32400171, '', 5, 8, 0, 2, ''),
(2110, 54, 85, 32400112, '', 10, 8, 0, 2, ''),
(2111, 65, 0, 167, '! - Checco', 0, 0, 0, 0, ''),
(2112, 54, 48, 77701, '', 4, 6, 0, 0, ''),
(2113, 54, 48, 77705, '1', 11, 6, 2, 0, ''),
(2114, 54, 48, 77702, '', 7, 1, 5, 2, ''),
(2115, 54, 48, 77702, '', 11, 2, 5, 0, ''),
(2116, 54, 48, 77702, '', 11, 4, 5, 0, ''),
(2771, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2204, 70, 0, 4718, '', 0, 0, 0, 0, ''),
(2120, 54, 48, 29301, '0', 9, 7, 0, 0, ''),
(2118, 67, 0, 1145, '', 0, 0, 0, 0, ''),
(4850, 112, 91, 20348, '', 13, 19, 0, 4, ''),
(2121, 54, 48, 29292, '1', 9, 7, 0, 2, ''),
(4848, 112, 91, 20348, '', 13, 19, 0, 2, ''),
(2123, 9, 0, 247, '', 0, 0, 0, 0, ''),
(2124, 9, 52, 247, '', 9, 9, 0, 0, ''),
(2125, 9, 52, 247, '', 9, 7, 0, 0, ''),
(2126, 9, 52, 247, '', 9, 5, 0, 0, ''),
(2127, 9, 52, 247, '', 7, 5, 0, 0, ''),
(2128, 9, 52, 247, '', 7, 7, 0, 0, ''),
(2129, 9, 52, 247, '', 7, 9, 0, 0, ''),
(2130, 9, 52, 247, '', 5, 9, 0, 0, ''),
(2131, 9, 52, 247, '', 5, 7, 0, 0, ''),
(2132, 9, 52, 247, '', 5, 5, 0, 0, ''),
(2133, 9, 52, 1200, '', 7, 6, 0, 2, ''),
(2134, 68, 0, 39300170, '', 0, 0, 0, 0, ''),
(2141, 9, 52, 20116, '0', 7, 8, 0, 0, ''),
(2135, 9, 0, 928111, '', 0, 0, 0, 0, ''),
(2136, 9, 0, 928111, '', 0, 0, 0, 0, ''),
(2137, 9, 0, 928111, '', 0, 0, 0, 0, ''),
(2138, 9, 0, 928111, '', 0, 0, 0, 0, ''),
(2139, 9, 52, 928111, '', 10, 5, 0, 0, ''),
(2140, 9, 0, 600763, '', 0, 0, 0, 0, ''),
(2142, 9, 52, 1684, '1', 0, 0, 0, 0, ':w=9,4 l=4,34 r'),
(2143, 9, 52, 1713, '', 0, 0, 0, 0, ':w=4,5 l=4,68 l'),
(2144, 9, 52, 1707, '', 0, 0, 0, 0, ':w=4,8 l=1,43 l'),
(2145, 9, 52, 1562, '', 5, 5, 0, 4, ''),
(2146, 9, 52, 29301, '', 8, 5, 111, 6, ''),
(2147, 9, 52, 29292, '', 8, 5, 111, 0, ''),
(2148, 9, 0, 29281, '', 0, 0, 0, 0, ''),
(2149, 9, 0, 29289, '', 0, 0, 0, 0, ''),
(2150, 67, 0, 555666226, '', 0, 0, 0, 0, ''),
(2151, 67, 0, 25824, '', 0, 0, 0, 0, ''),
(2152, 67, 0, 25824, '', 0, 0, 0, 0, ''),
(2153, 54, 85, 30200761, '', 6, 6, 2.6, 0, ''),
(2154, 54, 85, 30200762, '', 10, 6, 2.6, 0, ''),
(2155, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(2156, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(2157, 9, 52, 1049, '', 9, 5, 0, 2, ''),
(2158, 9, 52, 1049, '', 9, 6, 0, 2, ''),
(2159, 9, 52, 1049, '', 9, 7, 0, 2, ''),
(2160, 9, 52, 1049, '', 9, 8, 0, 2, ''),
(2161, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(2162, 55, 0, 1049, '', 0, 0, 0, 0, ''),
(2163, 9, 52, 1049, '', 6, 8, 0, 2, ''),
(2164, 9, 52, 1049, '', 6, 7, 0, 2, ''),
(2165, 9, 52, 1049, '', 6, 6, 0, 2, ''),
(2166, 9, 52, 1049, '', 6, 5, 0, 2, ''),
(2167, 54, 48, 7000121, '', 11, 1, 7, 0, ''),
(2168, 54, 0, 100000154, '', 10, 10, 0, 0, ''),
(2169, 54, 48, 920008, '', 4, 6, 7, 0, ''),
(2171, 9, 52, 1052, '', 6, 9, 0, 4, ''),
(2170, 9, 52, 1052, '', 9, 9, 0, 0, ''),
(2172, 9, 52, 1517, '', 8, 9, 0, 0, ''),
(2173, 9, 52, 1517, '0', 7, 9, 0, 0, ''),
(2177, 9, 52, 20116, '0', 10, 10, 0, 0, ''),
(2176, 9, 52, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=4,5 l=25,112 l'),
(2178, 9, 52, 20116, '0', 5, 10, 0, 0, ''),
(2190, 54, 48, 80000052, '0', 5, 4, 0, 2, ''),
(2191, 6, 0, 80000056, '', 0, 0, 0, 0, ''),
(2179, 54, 48, 18, '', 11, 10, 0, 0, ''),
(2180, 54, 48, 18, '', 10, 10, 0, 2, ''),
(2181, 54, 48, 18, '', 9, 10, 0, 2, ''),
(2182, 54, 48, 18, '', 7, 10, 0, 2, ''),
(2183, 54, 48, 18, '', 6, 10, 0, 2, ''),
(2184, 54, 48, 18, '', 5, 10, 0, 2, ''),
(2185, 54, 48, 18, '', 8, 10, 0, 2, ''),
(2196, 135, 134, 43522, '0', 4, 1, 0, 2, ''),
(2192, 6, 0, 80000055, '', 0, 0, 0, 0, ''),
(2186, 116, 0, 920008, '', 0, 0, 0, 0, ''),
(2187, 54, 48, 10000020, '', 5, 3, 0, 2, ''),
(2195, 6, 0, 672, '', 0, 0, 0, 0, ''),
(2194, 6, 0, 20075, '', 0, 0, 0, 0, ''),
(2188, 54, 0, 71000143, '', 0, 0, 0, 0, ''),
(2189, 91, 0, 71000144, '', 0, 0, 0, 0, ''),
(2193, 54, 48, 80000057, '0', 5, 5, 0, 2, ''),
(2201, 6, 0, 700012, '', 0, 0, 0, 0, ''),
(2198, 54, 0, 10000017, '', 10, 11, 0, 0, ''),
(2200, 54, 0, 920007, '', 10, 9, 0, 0, ''),
(2197, 116, 92, 43521, '', 4, 7, 0, 0, ''),
(2203, 6, 0, 38499, '', 0, 0, 0, 0, ''),
(2199, 54, 48, 10000018, '', 4, 1, 7, 0, ''),
(2202, 54, 85, 890, '1', 5, 4, 1, 2, ''),
(2206, 69, 56, 408, '0', 4, 13, 0, 2, ''),
(2207, 54, 48, 2582489, '', 7, 6, 7, 2, ''),
(2208, 54, 48, 2582489, '', 9, 6, 7, 2, ''),
(2209, 6, 0, 77704, '', 0, 0, 0, 0, ''),
(2210, 6, 0, 77704, '', 0, 0, 0, 0, ''),
(2211, 6, 0, 77704, '', 0, 0, 0, 0, ''),
(2212, 6, 0, 56706, '', 0, 0, 0, 0, ''),
(2213, 6, 0, 56706, '', 0, 0, 0, 0, ''),
(2214, 6, 0, 56706, '', 0, 0, 0, 0, ''),
(2215, 6, 0, 756, '', 0, 0, 0, 0, ''),
(2216, 6, 0, 756, '', 0, 0, 0, 0, ''),
(2217, 6, 57, 1717, '', 0, 0, 0, 0, ':w=3,8 l=16,63 r'),
(2218, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,8 l=15,62 r'),
(2219, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,8 l=16,62 l'),
(2220, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,7 l=16,62 l'),
(2221, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,6 l=15,63 l'),
(2222, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,5 l=15,63 l'),
(2223, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,4 l=15,63 l'),
(2224, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,3 l=15,63 l'),
(2225, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,2 l=15,63 l'),
(2226, 6, 57, 1717, '', 0, 0, 0, 0, ':w=10,1 l=15,62 r'),
(2227, 6, 86, 1717, '', 0, 0, 0, 0, ':w=4,3 l=17,62 l'),
(2228, 6, 57, 1717, '', 0, 0, 0, 0, ':w=8,1 l=15,62 r'),
(2229, 6, 57, 1717, '', 0, 0, 0, 0, ':w=7,1 l=15,62 r'),
(2230, 6, 57, 1717, '', 0, 0, 0, 0, ':w=6,1 l=15,62 r'),
(2231, 6, 57, 1717, '', 0, 0, 0, 0, ':w=5,1 l=16,63 r'),
(3627, 6, 0, 105, '', 7, 7, 1.6, 0, ''),
(2232, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,8 l=15,99 r'),
(2233, 6, 57, 1717, '', 0, 0, 0, 0, ':w=3,8 l=16,100 r'),
(2234, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,9 l=15,100 l'),
(2235, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,10 l=14,100 l'),
(2236, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,11 l=15,100 l'),
(2237, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,12 l=16,99 l'),
(2238, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,12 l=16,62 l'),
(2239, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,11 l=15,63 l'),
(2240, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,10 l=15,63 l'),
(2241, 6, 57, 1717, '', 0, 0, 0, 0, ':w=2,9 l=15,63 l'),
(2242, 6, 86, 1717, '', 0, 0, 0, 0, ':w=4,2 l=16,62 l'),
(2243, 6, 86, 1717, '', 0, 0, 0, 0, ':w=4,1 l=15,63 l'),
(2244, 6, 57, 1717, '', 0, 0, 0, 0, ':w=9,1 l=15,62 r'),
(2245, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,7 l=18,98 l'),
(2246, 6, 57, 1717, '', 0, 0, 0, 0, ':w=4,8 l=16,99 l'),
(3616, 6, 57, 2000013, '', 9, 4, 1, 0, ''),
(2248, 41, 24, 25825, '', 10, 4, 24, 2, ''),
(2249, 41, 0, 25825, '', 0, 0, 0, 0, ''),
(2464, 54, 0, 441, '', 0, 0, 0, 0, ''),
(2463, 55, 0, 30003142, '', 0, 0, 0, 0, ''),
(2462, 6, 0, 1360, '', 9, 6, 1, 0, ''),
(2461, 6, 0, 1349, '', 8, 4, 1, 0, ''),
(2460, 6, 0, 761, '1', 3, 9, 0, 4, ''),
(2459, 6, 57, 99980169, '', 10, 10, 0, 6, ''),
(2458, 6, 57, 99980169, '', 8, 9, 0, 4, ''),
(2457, 83, 0, 20075, '', 0, 0, 0, 0, ''),
(2319, 135, 134, 247, '', 8, 1, 0, 0, ''),
(2320, 135, 134, 247, '', 6, 1, 0, 0, ''),
(2321, 135, 134, 247, '', 4, 1, 0, 0, ''),
(2322, 24, 22, 247, '', 8, 6, 0, 0, ''),
(2323, 24, 22, 247, '', 8, 5, 0, 0, ''),
(2324, 24, 22, 247, '', 8, 3, 0, 0, ''),
(2325, 24, 22, 247, '', 8, 1, 0, 0, ''),
(2326, 24, 22, 247, '', 6, 1, 0, 0, ''),
(2327, 24, 22, 247, '', 6, 2, 0, 0, ''),
(2328, 24, 22, 247, '', 6, 4, 0, 0, ''),
(2329, 24, 22, 247, '', 6, 6, 0, 0, ''),
(2330, 24, 22, 247, '', 6, 8, 0, 0, ''),
(2331, 24, 22, 247, '', 8, 8, 0, 0, ''),
(2332, 24, 22, 247, '', 10, 8, 0, 0, ''),
(2333, 24, 22, 247, '', 10, 7, 0, 0, ''),
(2334, 24, 22, 247, '', 10, 5, 0, 0, ''),
(2335, 24, 22, 247, '', 10, 3, 0, 0, ''),
(2336, 24, 22, 247, '', 10, 1, 0, 0, ''),
(2337, 24, 22, 247, '', 4, 1, 0, 0, ''),
(2338, 24, 22, 247, '', 6, 10, 0, 0, ''),
(2339, 24, 22, 247, '', 8, 10, 0, 0, ''),
(2340, 24, 22, 247, '', 10, 10, 0, 0, ''),
(2341, 24, 22, 247, '', 10, 12, 0, 0, ''),
(2342, 24, 22, 247, '', 8, 12, 0, 0, ''),
(2343, 24, 22, 247, '', 6, 12, 0, 0, ''),
(2344, 24, 22, 247, '', 4, 2, 0, 0, ''),
(2345, 24, 22, 247, '', 4, 4, 0, 0, ''),
(2346, 24, 22, 247, '', 4, 6, 0, 0, ''),
(2347, 24, 22, 247, '', 4, 8, 0, 0, ''),
(2348, 24, 22, 247, '', 4, 10, 0, 0, ''),
(2349, 24, 22, 247, '', 4, 12, 0, 0, ''),
(2350, 24, 22, 3520054, '0', 4, 1, 0, 4, ''),
(2351, 24, 22, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,6 l=4,68 l'),
(2354, 24, 22, 868, '', 4, 5, 0, 2, ''),
(2355, 24, 22, 868, '', 4, 9, 0, 2, ''),
(2357, 24, 22, 868, '', 9, 1, 0, 4, ''),
(2358, 24, 22, 892, '0', 7, 1, 0, 4, ''),
(2359, 24, 22, 20295, '', 11, 13, 0, 2, ''),
(2360, 24, 22, 1113, '1', 11, 1, 0, 0, ''),
(2363, 24, 22, 1556, '0', 4, 12, 0, 2, ''),
(2361, 24, 22, 869, '1', 8, 9, 0, 0, ''),
(2362, 24, 22, 869, '1', 8, 4, 0, 0, ''),
(2364, 24, 22, 1591, '0', 4, 11, 0, 2, ''),
(2365, 24, 22, 1612, '', 5, 1, 0, 2, ''),
(2366, 24, 22, 868, '', 4, 7, 0, 2, ''),
(2367, 24, 22, 555666228, '', 6, 13, 0, 0, ''),
(2368, 24, 22, 555666227, '', 4, 2, 0, 0, ''),
(2369, 24, 22, 555666209, '', 9, 13, 0, 0, ''),
(2372, 24, 22, 868, '', 11, 7, 0, 6, ''),
(2371, 24, 22, 868, '', 11, 11, 0, 6, ''),
(2370, 24, 22, 868, '', 11, 3, 0, 6, ''),
(2374, 24, 22, 20116, '0', 8, 13, 0, 0, ''),
(2375, 24, 22, 20116, '0', 11, 10, 0, 0, ''),
(2376, 24, 22, 20116, '0', 11, 6, 0, 0, ''),
(2377, 24, 22, 20287, '1', 0, 0, 0, 0, ':w=8,0 l=22,27 r'),
(2378, 41, 22, 80000053, '', 0, 0, 0, 0, ':w=5,0 l=12,53 r'),
(4795, 112, 91, 20344, '', 7, 16, 0, 2, ''),
(2379, 83, 58, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=4,2 l=25,76 l'),
(2381, 83, 58, 3000284, '', 9, 8, 0, 0, ''),
(2382, 83, 58, 3000284, '', 9, 9, 0, 0, ''),
(2383, 83, 58, 3000284, '', 8, 9, 0, 0, ''),
(2384, 83, 58, 3000284, '', 8, 8, 0, 0, ''),
(2385, 83, 58, 3000284, '', 7, 9, 0, 0, ''),
(2386, 83, 58, 3000284, '', 7, 8, 0, 0, ''),
(2387, 83, 58, 3000284, '', 6, 8, 0, 0, ''),
(2388, 83, 58, 3000284, '', 6, 9, 0, 0, ''),
(2389, 83, 58, 3000284, '', 5, 9, 0, 0, ''),
(2390, 83, 58, 3000284, '', 5, 8, 0, 0, ''),
(2391, 83, 58, 3000282, '', 8, 5, 0, 0, ''),
(2392, 83, 58, 3000282, '', 9, 5, 0, 0, ''),
(2393, 83, 58, 3000282, '', 9, 4, 0, 0, ''),
(2394, 83, 58, 3000282, '', 8, 4, 0, 0, ''),
(2395, 83, 58, 3000282, '', 7, 4, 0, 0, ''),
(2396, 83, 58, 3000282, '', 7, 5, 0, 0, ''),
(2397, 83, 58, 3000282, '', 6, 5, 0, 0, ''),
(2398, 83, 58, 3000282, '', 6, 4, 0, 0, ''),
(2399, 83, 58, 3000282, '', 5, 4, 0, 0, ''),
(2400, 83, 58, 3000282, '', 5, 5, 0, 0, ''),
(2401, 83, 58, 3000280, '', 8, 6, 0, 0, ''),
(2402, 83, 58, 3000280, '', 9, 6, 0, 0, ''),
(2403, 83, 58, 3000280, '', 7, 6, 0, 0, ''),
(2404, 83, 58, 3000280, '', 6, 6, 0, 0, ''),
(2405, 83, 58, 3000280, '', 5, 6, 0, 0, ''),
(2406, 83, 58, 3000280, '', 9, 7, 0, 0, ''),
(2407, 83, 58, 3000280, '', 8, 7, 0, 0, ''),
(2408, 83, 58, 3000280, '', 7, 7, 0, 0, ''),
(2409, 83, 58, 3000280, '', 6, 7, 0, 0, ''),
(2410, 83, 58, 3000280, '', 5, 7, 0, 0, ''),
(2411, 24, 58, 3520046, '1', 5, 5, 0, 2, ''),
(2412, 24, 58, 3530050, '1', 5, 2, 0, 2, ''),
(2413, 24, 58, 3610054, '1', 5, 9, 0, 2, ''),
(2414, 24, 58, 3510050, '1', 5, 7, 0, 2, ''),
(2415, 24, 58, 3520047, '1', 5, 4, 0, 2, ''),
(2416, 24, 58, 3520048, '1', 5, 8, 0, 2, ''),
(2417, 24, 58, 3510046, '1', 5, 6, 0, 2, ''),
(2418, 24, 58, 39300161, '0', 5, 1, 0, 2, ''),
(2419, 24, 58, 423942424, '1', 5, 3, 0, 2, ''),
(2420, 24, 58, 3520054, '1', 5, 10, 0, 2, ''),
(2421, 116, 92, 3520050, '1', 4, 4, 0, 2, ''),
(2422, 83, 94, 248, '1', 1, 9, 0, 0, ''),
(2423, 83, 94, 248, '1', 1, 11, 0, 0, ''),
(2425, 24, 58, 4609121, '', 1, 10, 0, 0, ''),
(2426, 6, 0, 359, '1', 5, 4, 1, 2, ''),
(2427, 83, 10, 362, '0', 8, 10, 0, 2, ''),
(2429, 83, 0, 436, '', 0, 0, 0, 0, ''),
(2428, 113, 0, 430, '', 0, 0, 0, 0, ''),
(2430, 83, 0, 433, '', 0, 0, 0, 0, ''),
(2431, 112, 0, 434, '', 0, 0, 0, 0, ''),
(2432, 83, 0, 435, '', 0, 0, 0, 0, ''),
(2434, 83, 94, 415, '0', 1, 24, 9, 2, ''),
(2433, 83, 94, 410, '1', 1, 26, 9, 2, ''),
(2436, 83, 94, 354, '1', 2, 9, 0, 0, ''),
(2435, 83, 94, 355, '1', 2, 11, 0, 0, ''),
(2437, 83, 0, 420, '', 0, 0, 0, 0, ''),
(2438, 83, 0, 419, '', 0, 0, 0, 0, ''),
(2439, 83, 0, 424, '', 0, 0, 0, 0, ''),
(2440, 83, 0, 417, '', 0, 0, 0, 0, ''),
(2441, 83, 94, 405, '', 1, 6, 0, 0, ''),
(2442, 83, 0, 374, '', 0, 0, 0, 0, ''),
(2443, 83, 0, 377, '', 0, 0, 0, 0, ''),
(2444, 83, 0, 376, '', 0, 0, 0, 0, ''),
(2445, 83, 0, 373, '', 0, 0, 0, 0, ''),
(2446, 83, 0, 369, '', 0, 0, 0, 0, ''),
(2447, 83, 0, 370, '', 0, 0, 0, 0, ''),
(2448, 6, 0, 23110, '', 3, 12, 0, 0, ''),
(2449, 83, 0, 555666228, '', 0, 0, 0, 0, ''),
(2450, 83, 0, 555666209, '', 0, 0, 0, 0, ''),
(2452, 83, 94, 4723, '0', 1, 17, 9, 2, ''),
(2451, 83, 0, 80000052, '', 0, 0, 0, 0, ''),
(2453, 83, 94, 325110, '0', 1, 16, 9, 2, ''),
(2454, 117, 103, 32400122, '', 6, 1, 0, 2, ''),
(2455, 117, 103, 32400121, '', 5, 1, 0, 2, ''),
(2466, 54, 0, 441, '', 9, 8, 0, 0, ''),
(2465, 54, 0, 441, '', 0, 0, 0, 0, ''),
(2467, 54, 0, 441, '', 7, 5, 0, 0, ''),
(2468, 54, 0, 441, '', 11, 7, 0, 2, ''),
(2469, 54, 0, 820, '', 0, 0, 0, 0, ''),
(2470, 86, 0, 170, '! - Checco', 0, 0, 0, 0, ''),
(2774, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2474, 133, 107, 414, '1', 15, 14, 1, 2, ''),
(2472, 88, 0, 168, '! - Checco', 0, 0, 0, 0, ''),
(2473, 54, 0, 52, '', 0, 0, 0, 0, ''),
(2756, 95, 63, 20425, '', 3, 4, 0, 2, ''),
(2598, 54, 48, 77702, '', 4, 2, 0, 0, ''),
(2498, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2482, 54, 0, 77705, '1', 4, 1, 1, 0, ''),
(2483, 54, 0, 77705, '1', 4, 4, 1, 0, ''),
(2484, 54, 85, 77705, '1', 5, 3, 1, 0, ''),
(2485, 54, 85, 77705, '1', 5, 6, 1, 0, ''),
(2486, 54, 48, 77702, '', 4, 4, 0, 0, ''),
(2487, 54, 48, 77702, '', 9, 1, 0, 2, ''),
(2488, 54, 48, 77702, '', 7, 1, 0, 2, ''),
(2489, 54, 48, 77702, '', 5, 1, 0, 2, ''),
(2490, 54, 48, 77702, '', 11, 2, 0, 0, ''),
(2491, 54, 48, 77701, '', 4, 6, 5, 0, ''),
(2492, 54, 48, 77701, '', 11, 1, 0, 0, ''),
(2493, 54, 48, 77701, '', 11, 1, 5, 0, ''),
(2494, 54, 48, 77701, '', 4, 1, 0, 0, ''),
(2497, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2496, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2755, 95, 63, 555666227, '', 3, 2, 0, 0, ''),
(2499, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2500, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2501, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2502, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2503, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2504, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2505, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2506, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2507, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2508, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2509, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2510, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2511, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2512, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2513, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2514, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2515, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2516, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2517, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2518, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2519, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2520, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2521, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2522, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2523, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2524, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2525, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2526, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2527, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2528, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2529, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2530, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2531, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2532, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2533, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2534, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2535, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2536, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2537, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2538, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2539, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2540, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2541, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2542, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2543, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2544, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2545, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2546, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2547, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2548, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2549, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2550, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2551, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2552, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2553, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2554, 54, 0, 9037533, '', 0, 0, 0, 0, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(2555, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2556, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2557, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2558, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2559, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2560, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2561, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2562, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2563, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2564, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2565, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2566, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2567, 54, 48, 9037533, '', 4, 2, 1, 0, ''),
(2568, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2569, 54, 48, 9037533, '', 8, 1, 2, 0, ''),
(2570, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2571, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2572, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2573, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2574, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2575, 54, 48, 9037533, '', 4, 3, 2, 0, ''),
(2576, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2577, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2578, 54, 48, 9037533, '', 10, 1, 4, 0, ''),
(2579, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2580, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2581, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2582, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2583, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2584, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2585, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2586, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2587, 54, 48, 9037533, '', 4, 4, 3, 0, ''),
(2588, 54, 48, 9037533, '', 9, 1, 3, 0, ''),
(2589, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2590, 54, 0, 9037533, '', 10, 1, 2, 0, ''),
(2591, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2592, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2593, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2594, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2595, 54, 0, 9037533, '', 0, 0, 0, 0, ''),
(2604, 54, 0, 77702, '', 0, 0, 0, 0, ''),
(2603, 54, 48, 77702, '', 7, 6, 5, 2, ''),
(2601, 54, 48, 77702, '', 11, 4, 0, 0, ''),
(2605, 54, 85, 77702, '', 9, 6, 1, 2, ''),
(2599, 54, 48, 77702, '', 4, 4, 5, 0, ''),
(2600, 54, 48, 77702, '', 4, 2, 5, 0, ''),
(5709, 115, 0, 24698, '', 11, 6, 0, 0, ''),
(2770, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2602, 93, 0, 25824, '', 0, 0, 0, 0, ''),
(2606, 54, 85, 77702, '', 6, 6, 1, 2, ''),
(2607, 95, 0, 97419, '', 0, 0, 0, 0, ''),
(2608, 95, 66, 97419, '', 4, 10, 0, 0, ''),
(2609, 95, 66, 97419, '', 4, 11, 1, 0, ''),
(2610, 95, 66, 97419, '', 4, 11, 0, 0, ''),
(2611, 95, 66, 97419, '', 4, 12, 2, 0, ''),
(2612, 95, 66, 97419, '', 4, 12, 1, 0, ''),
(2613, 95, 66, 97419, '', 4, 12, 0, 0, ''),
(2614, 95, 66, 97419, '', 9, 1, 0, 0, ''),
(2615, 95, 66, 97419, '', 10, 1, 1, 0, ''),
(2616, 95, 66, 97419, '', 10, 1, 0, 0, ''),
(2617, 95, 66, 97419, '', 4, 6, 0, 0, ''),
(2618, 95, 66, 97419, '', 4, 4, 1, 0, ''),
(2619, 95, 66, 97419, '', 4, 4, 0, 0, ''),
(2620, 95, 66, 97419, '', 4, 3, 2, 0, ''),
(2621, 95, 66, 97419, '', 4, 3, 1, 0, ''),
(2622, 95, 66, 97419, '', 4, 3, 0, 0, ''),
(2623, 95, 66, 97419, '', 8, 1, 0, 0, ''),
(2624, 95, 66, 97419, '', 7, 1, 1, 0, ''),
(2625, 95, 66, 97419, '', 7, 1, 0, 0, ''),
(2626, 95, 66, 97419, '', 6, 1, 2, 0, ''),
(2627, 95, 66, 97419, '', 6, 1, 1, 0, ''),
(2628, 95, 66, 97419, '', 6, 1, 0, 0, ''),
(2629, 95, 66, 97419, '', 5, 1, 3, 0, ''),
(2630, 95, 66, 97419, '', 5, 1, 2, 0, ''),
(2631, 95, 66, 97419, '', 5, 1, 1, 0, ''),
(2632, 95, 66, 97419, '', 5, 1, 0, 0, ''),
(2633, 95, 66, 97419, '', 4, 2, 3, 0, ''),
(2634, 95, 66, 97419, '', 4, 2, 2, 0, ''),
(2635, 95, 66, 97419, '', 4, 2, 1, 0, ''),
(2636, 95, 66, 97419, '', 4, 2, 0, 0, ''),
(2637, 95, 66, 97419, '', 4, 1, 4, 0, ''),
(2638, 95, 66, 97419, '', 4, 13, 3, 0, ''),
(2639, 95, 66, 97419, '', 4, 13, 2, 0, ''),
(2640, 95, 66, 97419, '', 4, 13, 1, 0, ''),
(2641, 95, 66, 97419, '', 4, 13, 0, 0, ''),
(2642, 95, 66, 97419, '', 11, 1, 3, 0, ''),
(2643, 95, 66, 97419, '', 11, 1, 2, 0, ''),
(2644, 95, 66, 97419, '', 11, 1, 1, 0, ''),
(2645, 95, 66, 97419, '', 11, 1, 0, 0, ''),
(2646, 95, 66, 97419, '', 4, 1, 3, 0, ''),
(2647, 95, 66, 97419, '', 4, 1, 2, 0, ''),
(2648, 95, 66, 97419, '', 4, 1, 1, 0, ''),
(2649, 95, 66, 97419, '', 4, 1, 0, 0, ''),
(2650, 95, 63, 97419, '', 9, 9, 0, 0, ''),
(2651, 95, 63, 97419, '', 9, 14, 0, 0, ''),
(2652, 95, 63, 97419, '', 10, 8, 0, 0, ''),
(2653, 95, 63, 97419, '', 15, 8, 0, 0, ''),
(2654, 95, 63, 97419, '', 16, 14, 0, 0, ''),
(2655, 95, 63, 97419, '', 16, 9, 0, 0, ''),
(2656, 95, 63, 97419, '', 15, 15, 0, 0, ''),
(2657, 95, 63, 97419, '', 10, 15, 0, 0, ''),
(2658, 95, 63, 97419, '', 2, 2, 0, 0, ''),
(2659, 95, 63, 97419, '', 2, 1, 0, 0, ''),
(2660, 95, 63, 97419, '', 3, 1, 0, 0, ''),
(2661, 95, 63, 97419, '', 4, 1, 0, 0, ''),
(2662, 95, 63, 97419, '', 5, 1, 0, 0, ''),
(2663, 95, 63, 97419, '', 6, 1, 0, 0, ''),
(2664, 95, 63, 97419, '', 7, 1, 0, 0, ''),
(2665, 95, 63, 97419, '', 2, 4, 0, 0, ''),
(2666, 95, 63, 97419, '', 2, 3, 0, 0, ''),
(2667, 95, 63, 97419, '', 2, 5, 0, 0, ''),
(2668, 95, 63, 97419, '', 2, 6, 0, 0, ''),
(2669, 95, 63, 97419, '', 2, 7, 0, 0, ''),
(2670, 95, 63, 97419, '', 16, 14, 7, 2, ''),
(2671, 95, 63, 97419, '', 8, 1, 0, 0, ''),
(2672, 95, 63, 97419, '', 16, 9, 7, 0, ''),
(2673, 95, 63, 97419, '', 16, 10, 7, 2, ''),
(2674, 95, 63, 97419, '', 16, 11, 7, 0, ''),
(2675, 95, 63, 97419, '', 16, 12, 7, 2, ''),
(2676, 95, 63, 97419, '', 16, 13, 7, 2, ''),
(2677, 95, 63, 97419, '', 15, 15, 7, 0, ''),
(2678, 95, 63, 97419, '', 13, 15, 7, 2, ''),
(2679, 95, 63, 97419, '', 14, 15, 7, 0, ''),
(2680, 95, 63, 97419, '', 11, 15, 7, 0, ''),
(2681, 95, 63, 97419, '', 10, 15, 7, 2, ''),
(2682, 95, 63, 97419, '', 12, 15, 7, 0, ''),
(2683, 95, 63, 97419, '', 9, 15, 7, 0, ''),
(2684, 95, 63, 97419, '', 9, 15, 6, 0, ''),
(2685, 95, 63, 97419, '', 9, 15, 5, 0, ''),
(2686, 95, 63, 97419, '', 9, 15, 4, 0, ''),
(2687, 95, 63, 97419, '', 9, 15, 3, 0, ''),
(2688, 95, 63, 97419, '', 9, 15, 2, 0, ''),
(2689, 95, 63, 97419, '', 9, 15, 1, 0, ''),
(2690, 95, 63, 97419, '', 9, 15, 0, 0, ''),
(2691, 95, 63, 97419, '', 16, 8, 7, 0, ''),
(2692, 95, 63, 97419, '', 16, 8, 6, 0, ''),
(2693, 95, 63, 97419, '', 16, 8, 5, 0, ''),
(2694, 95, 63, 97419, '', 16, 8, 4, 0, ''),
(2695, 95, 63, 97419, '', 16, 8, 3, 0, ''),
(2696, 95, 63, 97419, '', 16, 8, 2, 0, ''),
(2697, 95, 63, 97419, '', 16, 8, 1, 0, ''),
(2698, 95, 63, 97419, '', 16, 8, 0, 0, ''),
(2699, 95, 63, 97419, '', 16, 15, 7, 0, ''),
(2700, 95, 63, 97419, '', 16, 15, 6, 0, ''),
(2701, 95, 63, 97419, '', 16, 15, 5, 0, ''),
(2702, 95, 63, 97419, '', 16, 15, 4, 0, ''),
(2703, 95, 63, 97419, '', 16, 15, 3, 0, ''),
(2704, 95, 63, 97419, '', 16, 15, 2, 0, ''),
(2705, 95, 63, 97419, '', 16, 15, 1, 0, ''),
(2706, 95, 63, 97419, '', 16, 15, 0, 0, ''),
(2707, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2708, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2709, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2710, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2711, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2712, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2713, 95, 0, 1540, '', 0, 0, 0, 0, ''),
(2714, 95, 63, 1540, '', 12, 11, 0, 0, ''),
(2715, 95, 63, 1540, '', 12, 13, 0, 0, ''),
(2716, 95, 63, 1540, '', 14, 13, 0, 0, ''),
(2717, 95, 63, 1540, '', 14, 11, 0, 0, ''),
(2718, 95, 63, 1540, '', 14, 9, 0, 0, ''),
(2719, 95, 63, 1540, '', 12, 9, 0, 0, ''),
(2720, 95, 63, 1540, '', 10, 9, 0, 0, ''),
(2721, 95, 63, 1540, '', 10, 11, 0, 0, ''),
(2722, 95, 63, 1540, '', 10, 13, 0, 0, ''),
(2723, 95, 63, 1540, '', 7, 2, 0, 0, ''),
(2724, 95, 63, 1540, '', 7, 4, 0, 0, ''),
(2725, 95, 63, 1540, '', 7, 6, 0, 0, ''),
(2726, 95, 63, 1540, '', 5, 6, 0, 0, ''),
(2727, 95, 63, 1540, '', 5, 4, 0, 0, ''),
(2728, 95, 63, 1540, '', 5, 2, 0, 0, ''),
(2729, 95, 63, 1540, '', 3, 2, 0, 0, ''),
(2730, 95, 63, 1540, '', 3, 3, 0, 0, ''),
(2731, 95, 63, 1540, '', 3, 5, 0, 0, ''),
(2732, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2733, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2734, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2735, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2736, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2737, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2738, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2739, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2740, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2741, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2742, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2743, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2744, 95, 0, 1443, '', 0, 0, 0, 0, ''),
(2745, 95, 63, 1443, '', 9, 10, 0, 0, ''),
(2746, 95, 63, 1443, '', 11, 8, 0, 2, ''),
(2747, 95, 63, 1443, '', 16, 10, 0, 0, ''),
(2748, 95, 63, 1443, '', 11, 15, 0, 2, ''),
(2749, 95, 0, 444, '', 0, 0, 0, 0, ''),
(2750, 95, 63, 444, '', 15, 14, 0, 2, ''),
(2751, 95, 0, 444, '', 0, 0, 0, 0, ''),
(2752, 95, 0, 444, '', 0, 0, 0, 0, ''),
(2753, 95, 63, 444, '', 15, 14, 0, 4, ''),
(2757, 95, 63, 20425, '', 5, 2, 0, 4, ''),
(2760, 95, 63, 1802, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=0,12 l=9,20 l'),
(2761, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2762, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2763, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2764, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2765, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2766, 96, 0, 1467, '', 0, 0, 0, 0, ''),
(2767, 96, 101, 1467, '', 7, 2, 0, 4, ''),
(2768, 54, 48, 19938, '', 4, 1, 0, 0, ''),
(2775, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2776, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2777, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2778, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2779, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2780, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2781, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2782, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2783, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2784, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2785, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2786, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2787, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2788, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2789, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2790, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2791, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2792, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2793, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2794, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2795, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2796, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2797, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2798, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2799, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2800, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2801, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2802, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2803, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2804, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2805, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2806, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2807, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2808, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2809, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2810, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2811, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2812, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2813, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2814, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2815, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2816, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2817, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2818, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2819, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2820, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2821, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2822, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2823, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2824, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2825, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2826, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2827, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2828, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2829, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2830, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2831, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2832, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2833, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2834, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2835, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2836, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2837, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2838, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2839, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2840, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2841, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2842, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2843, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2844, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2845, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2846, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2847, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2848, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2849, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2850, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2851, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2852, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2853, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2854, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2855, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2856, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2857, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2858, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2859, 95, 0, 25825, '', 0, 0, 0, 0, ''),
(2860, 95, 66, 25825, '', 11, 1, 4, 2, ''),
(2861, 95, 66, 25825, '', 10, 1, 2, 2, ''),
(2862, 95, 66, 25825, '', 9, 1, 1, 2, ''),
(2863, 95, 66, 25825, '', 8, 1, 1, 2, ''),
(2864, 95, 66, 25825, '', 7, 1, 2, 2, ''),
(2865, 95, 66, 25825, '', 6, 1, 3, 2, ''),
(2866, 95, 66, 25825, '', 5, 1, 4, 2, ''),
(2867, 95, 66, 25825, '', 4, 1, 5, 2, ''),
(2868, 95, 66, 25825, '', 4, 2, 4, 2, ''),
(2869, 95, 66, 25825, '', 4, 3, 3, 2, ''),
(2870, 95, 66, 25825, '', 4, 4, 2, 2, ''),
(2871, 95, 66, 25825, '', 4, 6, 1, 2, ''),
(2872, 95, 66, 25825, '', 4, 10, 1, 2, ''),
(2873, 95, 66, 25825, '', 4, 11, 2, 2, ''),
(2874, 95, 66, 25825, '', 4, 12, 3, 2, ''),
(2875, 95, 66, 25825, '', 4, 13, 4, 2, ''),
(3017, 91, 70, 1091, '', 5, 1, 0, 0, ''),
(3016, 91, 70, 1091, '', 11, 1, 0, 0, ''),
(3015, 85, 0, 1683, '1,1,1,#000000,255', 0, 0, 0, 0, ''),
(3014, 91, 70, 1050, '', 9, 4, 0, 0, ''),
(3013, 91, 70, 1050, '', 7, 4, 0, 0, ''),
(3012, 91, 70, 1054, '', 8, 10, 0, 0, ''),
(3011, 91, 70, 1054, '', 11, 7, 0, 6, ''),
(3010, 54, 48, 29301, '0', 11, 7, 0, 0, ''),
(2969, 55, 0, 30000618, '', 0, 0, 0, 0, ''),
(3009, 91, 70, 1000, '', 9, 8, 0, 0, ''),
(3008, 91, 70, 1000, '', 9, 5, 0, 0, ''),
(3007, 91, 70, 1000, '', 9, 2, 0, 0, ''),
(3006, 91, 70, 1000, '', 6, 2, 0, 0, ''),
(3005, 91, 70, 1000, '', 6, 5, 0, 0, ''),
(3004, 91, 70, 1000, '', 6, 8, 0, 0, ''),
(3003, 91, 70, 1000, '', 3, 8, 0, 0, ''),
(3002, 91, 70, 1000, '', 3, 5, 0, 0, ''),
(3001, 91, 70, 1000, '', 1, 5, 0, 0, ''),
(3000, 91, 70, 1000, '', 1, 8, 0, 0, ''),
(2999, 91, 70, 1000, '', 9, 1, 0, 0, ''),
(2998, 91, 70, 1000, '', 6, 1, 0, 0, ''),
(2997, 91, 70, 1000, '', 5, 1, 0, 0, ''),
(2996, 91, 70, 1000, '', 5, 2, 0, 0, ''),
(2995, 91, 70, 1055, '1', 7, 2, 0, 0, ''),
(2994, 91, 70, 1051, '', 8, 1, 0, 4, ''),
(2993, 91, 70, 1054, '', 1, 7, 0, 2, ''),
(2932, 55, 0, 19896, '3103', 0, 0, 0, 0, ''),
(2992, 91, 70, 1054, '', 2, 10, 0, 0, ''),
(2933, 55, 0, 19894, '205', 0, 0, 0, 0, ''),
(2934, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2935, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2936, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2937, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2938, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2939, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2940, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2941, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2942, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2943, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2944, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2945, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2960, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2946, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2947, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2948, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2949, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2950, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2951, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2952, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2953, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2954, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2955, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2956, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2957, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2958, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2959, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2961, 95, 0, 1752, '', 0, 0, 0, 0, ''),
(2991, 91, 70, 1523, '1', 1, 10, 0, 0, ''),
(2990, 91, 70, 1523, '1', 11, 10, 0, 0, ''),
(3201, 92, 73, 254874, '', 10, 9, 0, 0, ''),
(2989, 91, 70, 1510, '1', 3, 8, 0, 0, ''),
(3275, 91, 76, 218, '', 8, 1, 0, 0, ''),
(2988, 91, 70, 1510, '2', 8, 5, 0, 0, ''),
(2979, 54, 48, 29292, '1', 10, 7, 0, 2, ''),
(2987, 91, 70, 1771, '1', 0, 0, 0, 0, ':w=2,4 l=30,72 r'),
(2986, 91, 70, 3568404, '1', 1, 6, 0, 0, ''),
(2982, 54, 48, 29299, '0', 11, 7, 0, 0, ''),
(2985, 54, 48, 29293, '0', 10, 7, 0, 0, ''),
(2983, 89, 60, 4309, '4', 1, 33, 1, 0, ''),
(2984, 89, 60, 4309, '4', 1, 34, 1, 0, ''),
(3021, 91, 0, 1717, '', 0, 0, 0, 0, ''),
(3022, 91, 0, 1717, '', 0, 0, 0, 0, ''),
(3023, 91, 0, 1717, '', 0, 0, 0, 0, ''),
(3024, 91, 70, 1717, '', 0, 0, 0, 0, ':w=5,0 l=17,63 r'),
(3025, 91, 70, 1717, '', 0, 0, 0, 0, ':w=6,0 l=18,64 r'),
(3026, 91, 70, 1717, '', 0, 0, 0, 0, ':w=7,0 l=18,64 r'),
(3027, 91, 70, 1717, '', 0, 0, 0, 0, ':w=8,0 l=17,63 r'),
(3028, 91, 70, 1717, '', 0, 0, 0, 0, ':w=9,0 l=16,63 r'),
(3029, 91, 70, 1717, '', 0, 0, 0, 0, ':w=10,0 l=16,63 r'),
(3030, 91, 70, 1717, '', 0, 0, 0, 0, ':w=11,0 l=15,62 r'),
(3031, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3032, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3033, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3034, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3035, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3036, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3037, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3038, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3039, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3040, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3041, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3042, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3043, 92, 0, 1000, '', 0, 0, 0, 0, ''),
(3044, 92, 73, 1000, '', 4, 4, 0, 0, ''),
(3045, 92, 73, 1000, '', 4, 10, 0, 0, ''),
(3046, 92, 73, 1000, '', 7, 10, 0, 0, ''),
(3047, 92, 73, 1000, '', 4, 1, 0, 0, ''),
(3048, 92, 73, 1000, '', 4, 7, 0, 0, ''),
(3049, 92, 73, 1000, '', 7, 1, 0, 0, ''),
(3050, 92, 73, 1000, '', 7, 7, 0, 0, ''),
(3051, 92, 73, 1000, '', 7, 4, 0, 0, ''),
(3052, 92, 0, 1000, '', 4, 3, 0, 0, ''),
(3053, 92, 0, 1000, '', 3, 3, 0, 0, ''),
(3054, 92, 0, 1000, '', 3, 4, 0, 0, ''),
(3055, 92, 0, 1000, '', 4, 7, 0, 0, ''),
(3056, 92, 0, 1000, '', 1, 7, 0, 0, ''),
(3057, 92, 81, 1000, '', 2, 7, 1, 0, ''),
(3058, 92, 81, 1000, '', 2, 5, 1, 0, ''),
(3059, 92, 81, 1000, '', 5, 7, 1, 0, ''),
(3060, 92, 81, 1000, '', 5, 5, 1, 0, ''),
(3061, 95, 63, 20425, '', 6, 2, 0, 4, ''),
(3062, 95, 63, 20425, '', 7, 2, 0, 4, ''),
(3063, 95, 63, 20425, '', 3, 5, 0, 2, ''),
(3064, 95, 63, 20425, '', 3, 6, 0, 2, ''),
(3066, 92, 81, 1054, '', 11, 6, 0, 6, ''),
(3067, 92, 81, 1054, '', 8, 12, 0, 0, ''),
(3068, 92, 81, 1054, '', 11, 3, 0, 6, ''),
(3069, 91, 72, 1540, '', 10, 1, 0, 0, ''),
(3070, 91, 72, 1540, '', 10, 3, 0, 0, ''),
(3071, 91, 76, 1540, '', 10, 9, 0, 0, ''),
(3072, 91, 76, 1540, '', 6, 1, 0, 0, ''),
(3073, 91, 72, 1540, '', 6, 3, 0, 0, ''),
(3074, 91, 72, 1540, '', 8, 3, 0, 0, ''),
(3075, 91, 76, 1540, '', 8, 1, 0, 0, ''),
(3076, 91, 76, 1540, '', 10, 1, 0, 0, ''),
(3077, 91, 76, 1540, '', 10, 7, 0, 0, ''),
(3078, 91, 72, 1540, '', 4, 4, 0, 0, ''),
(3079, 91, 72, 1540, '', 4, 6, 0, 0, ''),
(3080, 91, 72, 1540, '', 4, 8, 0, 0, ''),
(3081, 91, 72, 1540, '', 4, 10, 0, 0, ''),
(3082, 91, 72, 1540, '', 4, 12, 0, 0, ''),
(3083, 91, 76, 1540, '', 10, 5, 0, 0, ''),
(3084, 91, 76, 1540, '', 10, 3, 0, 0, ''),
(3085, 91, 72, 1540, '', 4, 2, 0, 0, ''),
(3086, 91, 72, 1540, '', 6, 2, 0, 0, ''),
(3087, 91, 72, 1540, '', 8, 2, 0, 0, ''),
(3088, 91, 72, 1540, '', 10, 2, 0, 0, ''),
(3089, 91, 76, 1540, '', 6, 3, 0, 0, ''),
(3090, 91, 76, 1540, '', 6, 5, 0, 0, ''),
(3091, 91, 76, 1540, '', 6, 7, 0, 0, ''),
(3092, 91, 76, 1540, '', 6, 9, 0, 0, ''),
(3093, 91, 76, 1540, '', 8, 9, 0, 0, ''),
(3094, 92, 73, 1054, '', 9, 10, 0, 6, ''),
(3095, 92, 73, 1054, '', 4, 6, 0, 2, ''),
(3096, 92, 81, 1054, '', 11, 9, 0, 6, ''),
(3166, 92, 0, 4764, '', 5, 7, 0, 0, ''),
(3097, 92, 73, 1050, '', 7, 4, 0, 0, ''),
(3098, 91, 130, 1540, '', 7, 5, 0, 0, ''),
(3099, 91, 130, 1540, '', 7, 3, 0, 0, ''),
(3100, 91, 130, 1540, '', 7, 1, 0, 0, ''),
(3101, 91, 130, 1540, '', 9, 1, 0, 0, ''),
(3102, 91, 130, 1540, '', 9, 3, 0, 0, ''),
(3103, 91, 130, 1540, '', 9, 5, 0, 0, ''),
(3104, 91, 130, 1540, '', 9, 7, 0, 0, ''),
(3105, 91, 130, 1540, '', 9, 9, 0, 0, ''),
(3106, 91, 76, 1540, '', 1, 9, 0, 0, ''),
(3107, 91, 76, 1540, '', 1, 7, 0, 0, ''),
(3108, 91, 76, 1540, '', 1, 5, 0, 0, ''),
(3109, 91, 76, 1540, '', 5, 1, 0, 0, ''),
(3110, 91, 76, 1540, '', 5, 3, 0, 0, ''),
(3111, 91, 76, 1540, '', 4, 7, 0, 0, ''),
(3112, 91, 76, 1540, '', 4, 5, 0, 0, ''),
(3113, 91, 76, 1540, '', 2, 5, 0, 0, ''),
(3114, 91, 76, 1540, '', 2, 7, 0, 0, ''),
(3115, 91, 76, 1540, '', 2, 9, 0, 0, ''),
(3116, 91, 76, 1540, '', 4, 9, 0, 0, ''),
(3117, 91, 76, 1540, '', 8, 3, 0, 0, ''),
(3118, 91, 76, 1540, '', 8, 5, 0, 0, ''),
(3119, 91, 76, 1540, '', 8, 7, 0, 0, ''),
(3120, 91, 72, 1540, '', 4, 1, 0, 0, ''),
(3121, 91, 72, 1540, '', 6, 1, 0, 0, ''),
(3122, 91, 72, 1540, '', 8, 1, 0, 0, ''),
(3123, 91, 76, 1777, '', 0, 0, 0, 0, ':w=6,0 l=11,66 r'),
(3124, 91, 76, 1777, '', 0, 0, 0, 0, ':w=8,0 l=21,71 r'),
(3125, 91, 76, 1777, '', 0, 0, 0, 0, ':w=10,0 l=12,67 r'),
(3126, 91, 72, 1777, '', 0, 0, 0, 0, ':w=3,9 l=21,66 l'),
(3127, 91, 72, 1777, '', 0, 0, 0, 0, ':w=3,12 l=22,66 l'),
(3128, 91, 72, 1777, '', 0, 0, 0, 0, ':w=3,6 l=14,70 l'),
(3129, 92, 0, 1051, '', 8, 1, 0, 4, ''),
(3130, 91, 72, 1777, '', 0, 0, 0, 0, ':w=3,3 l=13,70 l'),
(3131, 91, 72, 1777, '', 0, 0, 0, 0, ':w=10,0 l=12,67 r'),
(3132, 92, 0, 1055, '1', 7, 2, 0, 0, ''),
(3133, 91, 72, 1777, '', 0, 0, 0, 0, ':w=7,0 l=27,74 r'),
(3134, 91, 72, 1777, '', 0, 0, 0, 0, ':w=5,0 l=11,66 r'),
(3135, 91, 72, 1777, '', 0, 0, 0, 0, ':w=3,2 l=20,66 l'),
(3136, 91, 72, 217, '', 11, 4, 0, 0, ''),
(3137, 91, 72, 217, '', 5, 4, 0, 0, ''),
(3138, 91, 72, 219, '0', 5, 13, 0, 2, ''),
(3139, 91, 72, 218, '', 5, 8, 0, 6, ''),
(3140, 91, 72, 218, '', 5, 6, 0, 6, ''),
(3141, 91, 72, 218, '', 5, 11, 0, 6, ''),
(3142, 91, 72, 218, '', 5, 9, 0, 6, ''),
(3143, 91, 72, 218, '', 5, 7, 0, 6, ''),
(3144, 91, 72, 218, '', 5, 5, 0, 6, ''),
(3145, 92, 0, 20032, '1', 3, 9, 0, 0, ''),
(3146, 91, 132, 440, '', 8, 5, 0, 2, ''),
(3147, 91, 132, 440, '', 7, 5, 0, 2, ''),
(3148, 91, 132, 440, '', 6, 5, 0, 2, ''),
(3149, 91, 132, 440, '', 5, 5, 0, 2, ''),
(3150, 91, 132, 440, '', 4, 5, 0, 2, ''),
(3151, 92, 0, 20032, '1', 3, 5, 0, 0, ''),
(3152, 92, 0, 20032, '1', 7, 5, 0, 0, ''),
(3153, 92, 0, 20032, '1', 7, 9, 0, 0, ''),
(3154, 92, 0, 1052, '', 0, 0, 0, 0, ''),
(3155, 92, 0, 1049, '', 0, 0, 0, 0, ''),
(3156, 92, 73, 1001, '', 6, 10, 0, 0, ''),
(3157, 92, 0, 1510, '', 0, 0, 0, 0, ''),
(3158, 92, 73, 1510, '1', 6, 8, 0, 0, ''),
(3159, 92, 73, 1054, '', 4, 10, 0, 2, ''),
(3160, 91, 76, 218, '', 2, 10, 0, 0, ''),
(3161, 91, 72, 218, '', 9, 4, 0, 0, ''),
(3162, 91, 72, 218, '', 5, 10, 0, 6, ''),
(3163, 91, 72, 218, '', 7, 4, 0, 0, ''),
(3164, 91, 72, 218, '', 8, 4, 0, 0, ''),
(3165, 91, 72, 218, '', 6, 4, 0, 0, ''),
(3167, 92, 0, 4764, '', 5, 6, 0, 0, ''),
(3168, 91, 72, 1000, '', 9, 8, 0, 0, ''),
(3169, 91, 72, 1000, '', 6, 11, 0, 0, ''),
(3170, 91, 72, 1000, '', 6, 5, 0, 0, ''),
(3171, 91, 72, 1000, '', 9, 5, 0, 0, ''),
(3172, 91, 72, 1000, '', 6, 8, 0, 0, ''),
(3173, 91, 72, 1000, '', 9, 11, 0, 0, ''),
(3200, 92, 73, 254874, '', 10, 11, 0, 0, ''),
(3199, 92, 73, 1523, '1', 9, 1, 0, 0, ''),
(3174, 91, 72, 219, '0', 4, 4, 0, 0, ''),
(3175, 92, 0, 446, '', 0, 0, 0, 0, ''),
(3176, 91, 72, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=9,0 l=5,78 r'),
(3180, 91, 72, 1557, '', 9, 1, 0, 4, ''),
(3181, 91, 72, 1557, '', 6, 1, 0, 4, ''),
(3182, 91, 0, 1520, '', 0, 0, 0, 0, ''),
(3183, 91, 72, 246, '0', 10, 2, 0, 0, ''),
(3179, 91, 72, 1522, '1', 4, 1, 0, 0, ''),
(3184, 92, 73, 3568403, '', 4, 1, 0, 2, ''),
(3185, 92, 73, 1051, '', 7, 1, 0, 4, ''),
(3186, 92, 73, 1054, '', 9, 6, 0, 6, ''),
(3187, 92, 73, 1055, '1', 6, 2, 0, 0, ''),
(3188, 92, 73, 1001, '', 6, 6, 0, 0, ''),
(3189, 92, 0, 1053, '', 0, 0, 0, 0, ''),
(3190, 91, 72, 299, 'Winder 1-2-2014 Il Game è facile:\r\rIo girerò il Dado,dipende il numero che esce voi dovrete spostarvi,chi resta col tappetino è rimane ultimo Win.\r\rBuon Game', 5, 4, 1, 0, ''),
(3191, 89, 0, 157, '1', 8, 5, 0, 4, ''),
(3192, 89, 0, 159, '', 7, 5, 0, 0, ''),
(3193, 89, 0, 159, '', 7, 7, 0, 0, ''),
(3194, 89, 0, 159, '', 5, 7, 0, 0, ''),
(3195, 89, 0, 159, '', 5, 5, 0, 0, ''),
(3196, 54, 48, 29292, '1', 8, 7, 0, 2, ''),
(3209, 92, 73, 38499, '', 7, 13, 0, 0, ''),
(3210, 92, 73, 38499, '', 8, 13, 0, 0, ''),
(3197, 54, 48, 29293, '0', 8, 7, 0, 0, ''),
(3198, 30, 0, 23112, '', 0, 0, 0, 0, ''),
(3202, 92, 73, 254874, '', 10, 7, 0, 0, ''),
(3203, 92, 73, 254874, '', 10, 5, 0, 0, ''),
(3204, 92, 73, 254874, '', 10, 3, 0, 0, ''),
(3205, 92, 73, 254874, '', 10, 1, 0, 0, ''),
(3206, 92, 73, 38499, '', 4, 13, 0, 0, ''),
(3207, 92, 73, 38499, '', 5, 13, 0, 0, ''),
(3208, 92, 73, 38499, '', 6, 13, 0, 0, ''),
(3211, 92, 73, 38499, '', 9, 13, 0, 0, ''),
(3212, 92, 73, 38499, '', 10, 13, 0, 0, ''),
(3213, 92, 73, 38499, '', 11, 13, 0, 0, ''),
(3214, 92, 73, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,11 l=13,100 l'),
(3217, 89, 0, 159, '', 8, 1, 0, 0, ''),
(3218, 89, 0, 159, '', 4, 1, 0, 0, ''),
(3219, 89, 0, 159, '', 8, 5, 0, 0, ''),
(3220, 89, 0, 159, '', 8, 9, 0, 0, ''),
(3221, 89, 0, 159, '', 4, 9, 0, 0, ''),
(3222, 89, 0, 159, '', 4, 5, 0, 0, ''),
(3223, 91, 76, 217, '', 1, 6, 0, 0, ''),
(3224, 91, 76, 217, '', 5, 10, 0, 0, ''),
(3225, 91, 76, 217, '', 11, 1, 0, 0, ''),
(3226, 91, 76, 217, '', 5, 1, 0, 0, ''),
(3227, 96, 0, 19938, '', 10, 8, 0, 0, ''),
(3228, 96, 0, 19938, '', 10, 10, 0, 0, ''),
(3229, 96, 0, 19938, '', 10, 12, 0, 0, ''),
(3230, 96, 0, 19938, '', 8, 12, 0, 0, ''),
(3231, 96, 0, 19938, '', 6, 12, 0, 0, ''),
(3232, 96, 0, 19938, '', 6, 11, 0, 0, ''),
(3233, 96, 0, 19938, '', 6, 9, 0, 0, ''),
(3234, 96, 0, 19938, '', 6, 7, 0, 0, ''),
(3235, 96, 0, 19938, '', 6, 5, 0, 0, ''),
(3236, 96, 0, 19938, '', 6, 3, 0, 0, ''),
(3237, 91, 76, 217, '', 5, 4, 0, 0, ''),
(3238, 96, 64, 19938, '', 10, 1, 0, 0, ''),
(3239, 96, 0, 19938, '', 8, 1, 0, 0, ''),
(3240, 96, 0, 19938, '', 6, 1, 0, 0, ''),
(3241, 96, 0, 19938, '', 4, 1, 0, 0, ''),
(3242, 96, 0, 19938, '', 4, 2, 0, 0, ''),
(3243, 96, 0, 19938, '', 4, 4, 0, 0, ''),
(3244, 96, 0, 19938, '', 4, 6, 0, 0, ''),
(3245, 96, 0, 19938, '', 4, 8, 0, 0, ''),
(3246, 96, 0, 19938, '', 4, 10, 0, 0, ''),
(3247, 96, 0, 19938, '', 4, 12, 0, 0, ''),
(3248, 91, 76, 217, '', 5, 6, 0, 0, ''),
(3249, 91, 76, 217, '', 1, 10, 0, 0, ''),
(3250, 91, 76, 218, '', 2, 6, 0, 0, ''),
(3251, 91, 76, 218, '', 5, 2, 0, 6, ''),
(3252, 91, 76, 218, '', 1, 7, 0, 6, ''),
(3253, 96, 0, 19938, '', 0, 0, 0, 0, ''),
(3254, 96, 0, 19938, '', 0, 0, 0, 0, ''),
(3255, 96, 0, 19938, '', 8, 3, 0, 0, ''),
(3256, 96, 64, 19938, '', 10, 3, 0, 0, ''),
(3257, 96, 64, 19938, '', 10, 4, 0, 0, ''),
(3258, 96, 64, 19938, '', 10, 6, 0, 0, ''),
(3259, 96, 0, 19938, '', 8, 4, 0, 0, ''),
(3260, 96, 0, 19938, '', 8, 6, 0, 0, ''),
(3261, 96, 0, 19938, '', 8, 8, 0, 0, ''),
(3262, 96, 0, 19938, '', 8, 10, 0, 0, ''),
(3263, 96, 64, 19953, '', 0, 0, 0, 0, ':w=10,0 l=18,64 r'),
(3264, 96, 64, 19953, '', 0, 0, 0, 0, ':w=8,0 l=8,62 r'),
(3265, 96, 64, 19953, '', 0, 0, 0, 0, ':w=5,0 l=13,64 r'),
(3266, 96, 64, 19953, '', 0, 0, 0, 0, ':w=3,2 l=18,64 l'),
(3267, 96, 64, 19953, '', 0, 0, 0, 0, ':w=3,4 l=31,58 l'),
(3268, 96, 64, 19953, '', 0, 0, 0, 0, ':w=3,6 l=6,70 l'),
(3269, 96, 64, 19953, '', 0, 0, 0, 0, ':w=3,9 l=9,69 l'),
(3270, 96, 64, 19953, '', 0, 0, 0, 0, ':w=3,12 l=13,67 l'),
(3271, 91, 76, 218, '', 5, 8, 0, 6, ''),
(3272, 91, 76, 218, '', 7, 1, 0, 0, ''),
(3273, 91, 76, 218, '', 9, 1, 0, 0, ''),
(3274, 91, 76, 218, '', 5, 7, 0, 6, ''),
(3276, 91, 76, 218, '', 6, 1, 0, 0, ''),
(3277, 96, 0, 19945, '', 10, 8, 0, 0, ''),
(3278, 96, 0, 19945, '', 9, 8, 0, 0, ''),
(3279, 89, 0, 940, '', 6, 6, 0, 4, ''),
(3280, 96, 0, 19945, '', 8, 8, 0, 0, ''),
(3281, 96, 0, 19945, '', 7, 8, 0, 0, ''),
(3282, 89, 0, 940, '', 6, 7, 0, 0, ''),
(3283, 96, 0, 19945, '', 6, 8, 0, 0, ''),
(3284, 96, 0, 19945, '', 5, 8, 0, 0, ''),
(3291, 91, 76, 218, '', 3, 10, 0, 0, ''),
(3285, 96, 0, 19945, '', 10, 6, 0, 4, ''),
(3286, 96, 0, 19945, '', 9, 6, 0, 4, ''),
(3287, 96, 0, 19945, '', 8, 6, 0, 4, ''),
(3288, 96, 0, 19945, '', 7, 6, 0, 4, ''),
(3289, 96, 0, 19945, '', 6, 6, 0, 4, ''),
(3290, 96, 0, 19945, '', 5, 6, 0, 4, ''),
(3292, 91, 76, 218, '', 1, 8, 0, 6, ''),
(3293, 91, 76, 218, '', 3, 6, 0, 0, ''),
(3294, 91, 76, 219, '0', 5, 5, 0, 2, ''),
(3295, 91, 76, 146, '', 2, 7, 0, 0, ''),
(4174, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4173, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4172, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4171, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4170, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(3372, 89, 0, 144, '', 20, 13, 0, 0, ''),
(3371, 89, 0, 144, '', 18, 12, 0, 0, ''),
(3296, 89, 0, 141, '', 15, 16, 0, 0, ''),
(3297, 89, 0, 141, '', 12, 15, 0, 0, ''),
(3298, 89, 0, 141, '', 14, 19, 0, 0, ''),
(3299, 89, 0, 141, '', 12, 19, 0, 0, ''),
(3300, 89, 0, 141, '', 11, 17, 0, 0, ''),
(3301, 89, 0, 141, '', 12, 17, 0, 0, ''),
(3302, 89, 0, 141, '', 13, 16, 0, 0, ''),
(3303, 89, 0, 141, '', 10, 15, 0, 0, ''),
(3304, 89, 0, 141, '', 10, 16, 0, 0, ''),
(3305, 89, 0, 141, '', 8, 18, 0, 0, ''),
(3306, 89, 0, 141, '', 9, 19, 0, 0, ''),
(3307, 89, 0, 141, '', 9, 17, 0, 0, ''),
(3308, 89, 0, 141, '', 8, 16, 0, 0, ''),
(3309, 89, 0, 141, '', 7, 19, 0, 0, ''),
(3310, 89, 0, 141, '', 6, 19, 0, 0, ''),
(3311, 89, 0, 141, '', 7, 17, 0, 0, ''),
(3312, 89, 0, 141, '', 7, 16, 0, 0, ''),
(3313, 89, 0, 141, '', 6, 14, 0, 0, ''),
(3314, 89, 0, 141, '', 6, 15, 0, 0, ''),
(3315, 89, 0, 141, '', 6, 9, 0, 0, ''),
(3316, 89, 0, 141, '', 5, 7, 0, 0, ''),
(3317, 89, 0, 141, '', 2, 7, 0, 0, ''),
(3318, 89, 0, 141, '', 3, 6, 0, 0, ''),
(3319, 89, 0, 141, '', 4, 8, 0, 0, ''),
(3320, 89, 0, 141, '', 3, 9, 0, 0, ''),
(3321, 89, 0, 141, '', 3, 10, 0, 0, ''),
(3322, 89, 0, 141, '', 4, 11, 0, 0, ''),
(3323, 89, 0, 141, '', 3, 11, 0, 0, ''),
(3324, 89, 0, 141, '', 5, 11, 0, 0, ''),
(3325, 89, 0, 141, '', 5, 13, 0, 0, ''),
(3326, 89, 0, 141, '', 5, 15, 0, 0, ''),
(3327, 89, 0, 141, '', 5, 17, 0, 0, ''),
(3328, 89, 0, 141, '', 5, 19, 0, 0, ''),
(3329, 89, 0, 141, '', 4, 20, 0, 0, ''),
(3330, 89, 0, 141, '', 3, 19, 0, 0, ''),
(3331, 89, 0, 141, '', 2, 20, 0, 0, ''),
(3332, 89, 0, 141, '', 1, 19, 0, 0, ''),
(3333, 89, 0, 141, '', 3, 18, 0, 0, ''),
(3334, 89, 0, 141, '', 2, 18, 0, 0, ''),
(3335, 89, 0, 141, '', 1, 18, 0, 0, ''),
(3336, 89, 0, 141, '', 3, 16, 0, 0, ''),
(3337, 89, 0, 141, '', 2, 16, 0, 0, ''),
(3338, 89, 0, 141, '', 1, 14, 0, 0, ''),
(3339, 89, 0, 141, '', 2, 14, 0, 0, ''),
(3340, 89, 0, 141, '', 2, 12, 0, 0, ''),
(3341, 89, 0, 141, '', 3, 14, 0, 0, ''),
(3342, 89, 0, 141, '', 4, 13, 0, 0, ''),
(3343, 89, 0, 141, '', 2, 11, 0, 0, ''),
(3344, 89, 0, 141, '', 5, 9, 0, 0, ''),
(3345, 89, 0, 141, '', 6, 9, 0, 0, ''),
(3346, 89, 0, 144, '', 13, 1, 0, 0, ''),
(3347, 89, 0, 144, '', 14, 3, 0, 0, ''),
(3348, 89, 0, 144, '', 15, 4, 0, 0, ''),
(3349, 89, 0, 144, '', 16, 3, 0, 0, ''),
(3350, 89, 0, 144, '', 15, 1, 0, 0, ''),
(3351, 89, 0, 144, '', 17, 2, 0, 0, ''),
(3352, 89, 0, 144, '', 18, 2, 0, 0, ''),
(3353, 89, 0, 144, '', 19, 8, 0, 0, ''),
(3354, 89, 0, 144, '', 20, 6, 0, 0, ''),
(3355, 89, 0, 144, '', 20, 4, 0, 0, ''),
(3356, 89, 0, 144, '', 18, 4, 0, 0, ''),
(3357, 89, 0, 144, '', 19, 4, 0, 0, ''),
(3358, 89, 0, 144, '', 18, 5, 0, 0, ''),
(3359, 89, 0, 144, '', 18, 6, 0, 0, ''),
(3360, 89, 0, 144, '', 17, 6, 0, 0, ''),
(3361, 89, 0, 144, '', 20, 2, 0, 0, ''),
(3362, 89, 0, 144, '', 17, 7, 0, 0, ''),
(3363, 89, 0, 144, '', 18, 8, 0, 0, ''),
(3364, 89, 0, 144, '', 20, 10, 0, 0, ''),
(3365, 89, 0, 144, '', 19, 9, 0, 0, ''),
(3366, 89, 0, 144, '', 17, 9, 0, 0, ''),
(3367, 89, 0, 144, '', 15, 8, 0, 0, ''),
(3368, 89, 0, 144, '', 16, 9, 0, 0, ''),
(3369, 89, 0, 144, '', 16, 8, 0, 0, ''),
(3370, 89, 0, 144, '', 17, 13, 0, 0, ''),
(3373, 89, 0, 144, '', 20, 11, 0, 0, ''),
(3374, 89, 0, 144, '', 16, 11, 0, 0, ''),
(3375, 89, 0, 144, '', 17, 11, 0, 0, ''),
(3376, 89, 0, 144, '', 19, 11, 0, 0, ''),
(3377, 89, 0, 144, '', 19, 20, 0, 0, ''),
(3378, 89, 0, 144, '', 20, 20, 0, 0, ''),
(3379, 89, 0, 144, '', 20, 16, 0, 0, ''),
(3380, 89, 0, 144, '', 17, 14, 0, 0, ''),
(3381, 89, 0, 144, '', 18, 16, 0, 0, ''),
(3382, 89, 0, 144, '', 6, 10, 0, 0, ''),
(3383, 89, 0, 144, '', 8, 9, 0, 0, ''),
(3384, 89, 0, 144, '', 9, 9, 0, 0, ''),
(3385, 89, 0, 144, '', 9, 8, 0, 0, ''),
(3386, 89, 0, 144, '', 9, 7, 0, 0, ''),
(3387, 89, 0, 144, '', 9, 6, 0, 0, ''),
(3388, 89, 0, 144, '', 9, 5, 0, 0, ''),
(3389, 89, 0, 144, '', 8, 6, 0, 0, ''),
(3390, 89, 0, 144, '', 7, 5, 0, 0, ''),
(3391, 89, 0, 144, '', 6, 8, 0, 0, ''),
(3392, 89, 0, 144, '', 5, 7, 0, 0, ''),
(3393, 89, 0, 144, '', 7, 7, 0, 0, ''),
(3394, 89, 0, 144, '', 6, 5, 0, 0, ''),
(3395, 89, 0, 144, '', 5, 6, 0, 0, ''),
(3426, 91, 76, 1777, '', 0, 0, 0, 0, ':w=2,4 l=11,66 r'),
(3443, 92, 81, 3000287, '', 9, 2, 0, 0, ''),
(3428, 91, 76, 1777, '', 0, 0, 0, 0, ':w=4,3 l=24,65 l'),
(3429, 91, 76, 1777, '', 0, 0, 0, 0, ':w=4,2 l=20,66 l'),
(3430, 91, 76, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=9,0 l=1,63 r'),
(3444, 92, 81, 3000287, '', 11, 2, 0, 0, ''),
(3445, 92, 81, 3000287, '', 11, 5, 0, 0, ''),
(3446, 92, 81, 3000287, '', 7, 5, 0, 0, ''),
(3447, 92, 81, 3000287, '', 9, 5, 0, 0, ''),
(3448, 92, 81, 3000287, '', 8, 8, 0, 0, ''),
(3449, 92, 81, 3000287, '', 10, 8, 0, 0, ''),
(3450, 92, 81, 3000287, '', 11, 11, 0, 0, ''),
(3433, 92, 0, 3000285, '', 0, 0, 0, 0, ''),
(3434, 92, 0, 3000285, '', 0, 0, 0, 0, ''),
(3435, 92, 81, 3000285, '', 7, 4, 0, 0, ''),
(3436, 92, 81, 3000285, '', 9, 4, 0, 0, ''),
(3437, 92, 81, 3000285, '', 11, 4, 0, 0, ''),
(3438, 92, 81, 3000285, '', 8, 7, 0, 0, ''),
(3439, 92, 81, 3000285, '', 10, 7, 0, 0, ''),
(3440, 92, 81, 3000285, '', 7, 10, 0, 0, ''),
(3441, 92, 81, 3000285, '', 9, 10, 0, 0, ''),
(3442, 92, 81, 3000285, '', 11, 10, 0, 0, ''),
(3409, 91, 76, 1017, '', 4, 7, 0, 4, ''),
(3410, 91, 76, 1017, '', 3, 7, 0, 4, ''),
(3411, 91, 76, 1017, '', 2, 9, 0, 2, ''),
(3412, 91, 76, 1017, '', 2, 8, 0, 2, ''),
(3413, 91, 76, 1017, '', 11, 2, 0, 4, ''),
(3414, 91, 76, 1017, '', 10, 2, 0, 4, ''),
(3415, 91, 76, 1017, '', 9, 2, 0, 4, ''),
(3416, 91, 76, 1017, '', 8, 2, 0, 4, ''),
(3417, 91, 76, 1017, '', 7, 2, 0, 4, ''),
(3418, 91, 76, 1017, '', 6, 2, 0, 4, ''),
(3419, 30, 0, 80000052, '', 0, 0, 0, 0, ''),
(3420, 100, 0, 25824, '', 0, 0, 0, 0, ''),
(3421, 30, 0, 20145, '', 0, 0, 0, 0, ''),
(3422, 96, 0, 20145, '', 0, 0, 0, 0, ''),
(3451, 92, 81, 3000287, '', 7, 11, 0, 0, ''),
(3452, 92, 81, 3000287, '', 9, 11, 0, 0, ''),
(3423, 91, 76, 1777, '', 0, 0, 0, 0, ':w=0,9 l=20,67 l'),
(3424, 91, 76, 1777, '', 0, 0, 0, 0, ':w=0,7 l=23,65 l'),
(3427, 91, 76, 1777, '', 0, 0, 0, 0, ':w=3,4 l=20,71 r'),
(3425, 91, 76, 1777, '', 0, 0, 0, 0, ':w=0,6 l=20,66 l'),
(3396, 54, 0, 40276, '', 0, 0, 0, 0, ''),
(3397, 54, 85, 40276, '', 5, 2, 1, 2, ''),
(3398, 54, 48, 19942, '', 8, 7, 0, 4, ''),
(3399, 54, 48, 10101011, '', 8, 13, 0, 0, ''),
(3400, 54, 48, 654321864, '1', 6, 6, 6, 2, ''),
(3401, 54, 85, 99980169, '', 3, 12, 0, 0, ''),
(3402, 55, 0, 30000600, '', 0, 0, 0, 0, ''),
(3403, 54, 104, 251, '', 4, 6, 1, 4, ''),
(3404, 55, 0, 30000616, '', 0, 0, 0, 0, ''),
(3405, 96, 0, 30000617, '', 0, 0, 0, 0, ''),
(3406, 96, 0, 30000610, '', 0, 0, 0, 0, ''),
(3407, 91, 130, 1017, '', 8, 1, 0, 4, ''),
(3408, 91, 130, 1017, '', 10, 1, 0, 4, ''),
(3453, 92, 0, 3000286, '', 0, 0, 0, 0, ''),
(3454, 92, 0, 3000286, '', 0, 0, 0, 0, ''),
(3455, 92, 0, 3000286, '', 0, 0, 0, 0, ''),
(3456, 92, 81, 3000286, '', 8, 4, 0, 0, ''),
(3457, 92, 81, 3000286, '', 10, 4, 0, 0, ''),
(3458, 92, 81, 3000286, '', 7, 7, 0, 0, ''),
(3459, 92, 81, 3000286, '', 9, 7, 0, 0, ''),
(3460, 92, 81, 3000286, '', 11, 7, 0, 0, ''),
(3461, 92, 81, 3000286, '', 8, 10, 0, 0, ''),
(3462, 92, 81, 3000286, '', 10, 10, 0, 0, ''),
(3463, 92, 0, 3000280, '', 0, 0, 0, 0, ''),
(3464, 92, 81, 3000280, '', 10, 2, 0, 0, ''),
(3465, 92, 81, 3000280, '', 8, 2, 0, 0, ''),
(3466, 92, 81, 3000280, '', 8, 5, 0, 0, ''),
(3467, 92, 81, 3000280, '', 10, 5, 0, 0, ''),
(3468, 92, 81, 3000280, '', 11, 8, 0, 0, ''),
(3469, 92, 81, 3000280, '', 9, 8, 0, 0, ''),
(3470, 92, 81, 3000280, '', 7, 8, 0, 0, ''),
(3471, 92, 81, 3000280, '', 10, 11, 0, 0, ''),
(3472, 92, 81, 3000280, '', 8, 11, 0, 0, ''),
(3473, 92, 81, 3000282, '', 11, 3, 0, 0, ''),
(3474, 92, 81, 3000282, '', 9, 3, 0, 0, ''),
(3475, 92, 81, 3000282, '', 7, 3, 0, 0, ''),
(3476, 92, 81, 3000282, '', 10, 6, 0, 0, ''),
(3477, 92, 81, 3000282, '', 8, 6, 0, 0, ''),
(3478, 92, 81, 3000282, '', 11, 9, 0, 0, ''),
(3479, 92, 81, 3000282, '', 9, 9, 0, 0, ''),
(3480, 92, 81, 3000282, '', 7, 9, 0, 0, ''),
(3481, 92, 81, 3000282, '', 8, 12, 0, 0, ''),
(3482, 92, 81, 3000282, '', 10, 12, 0, 0, ''),
(3483, 92, 81, 3000283, '', 8, 3, 0, 0, ''),
(3484, 92, 81, 3000283, '', 10, 3, 0, 0, ''),
(3485, 92, 81, 3000283, '', 7, 6, 0, 0, ''),
(3486, 92, 81, 3000283, '', 9, 6, 0, 0, ''),
(3487, 92, 81, 3000283, '', 11, 6, 0, 0, ''),
(3488, 92, 81, 3000283, '', 8, 9, 0, 0, ''),
(3489, 92, 81, 3000283, '', 10, 9, 0, 0, ''),
(3490, 92, 81, 3000283, '', 11, 12, 0, 0, ''),
(3491, 92, 81, 3000283, '', 9, 12, 0, 0, ''),
(3492, 92, 81, 3000283, '', 7, 12, 0, 0, ''),
(3493, 91, 76, 299, 'Winder 1-2-2014 Il Game è facile:\r\rIo dirò un Tema,il primo che risponderÃ* avanzera di un posto,vince chi arriva primo alla fine.\r\rBuon Game', 5, 4, 1, 0, ''),
(3494, 96, 0, 892, '', 0, 0, 0, 0, ''),
(3495, 91, 0, 25825, '', 0, 0, 0, 0, ''),
(3496, 92, 81, 3000287, '', 7, 2, 0, 0, ''),
(3497, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3498, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3499, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3500, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3501, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3502, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3503, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3504, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3505, 92, 0, 3000287, '', 0, 0, 0, 0, ''),
(3506, 100, 0, 1140, '', 0, 0, 0, 0, ''),
(3507, 100, 0, 1113, '', 0, 0, 0, 0, ''),
(3508, 92, 81, 1054, '', 8, 2, 0, 4, ''),
(3509, 92, 0, 1054, '', 0, 0, 0, 0, ''),
(3510, 92, 0, 1054, '', 0, 0, 0, 0, ''),
(3511, 92, 0, 1054, '', 0, 0, 0, 0, ''),
(3512, 92, 81, 1054, '', 7, 3, 0, 2, ''),
(3513, 92, 81, 1054, '', 7, 6, 0, 2, ''),
(3514, 92, 81, 1054, '', 7, 9, 0, 2, ''),
(3524, 6, 57, 20144, '0', 5, 7, 0, 2, ''),
(3521, 6, 57, 99980169, '', 8, 12, 0, 0, ''),
(3517, 54, 0, 30000622, '', 8, 12, 0, 4, ''),
(3518, 54, 0, 30000622, '', 7, 12, 0, 4, ''),
(3522, 6, 57, 99980169, '', 7, 10, 0, 2, ''),
(3523, 6, 57, 56717, '', 8, 10, 0, 0, ''),
(3520, 104, 0, 555666227, '', 0, 0, 0, 0, ''),
(3519, 104, 0, 23110, '', 0, 0, 0, 0, ''),
(3525, 6, 57, 77706, '', 5, 3, 1, 0, ''),
(3526, 6, 0, 77702, '', 0, 0, 0, 0, ''),
(3527, 6, 57, 77702, '', 9, 7, 0, 2, ''),
(3528, 6, 57, 77702, '', 7, 7, 0, 2, ''),
(3529, 6, 57, 20045, '', 7, 4, 1, 0, ''),
(3530, 6, 57, 20045, '', 9, 4, 1, 0, ''),
(3531, 6, 57, 20045, '', 9, 2, 1, 0, ''),
(3532, 6, 57, 20045, '', 7, 2, 1, 0, ''),
(3533, 6, 57, 20045, '', 5, 2, 1, 0, ''),
(3534, 6, 57, 20045, '', 5, 4, 1, 0, ''),
(3535, 6, 57, 20045, '', 9, 7, 0, 0, ''),
(3536, 6, 57, 20045, '', 9, 9, 0, 0, ''),
(3537, 6, 57, 20045, '', 9, 11, 0, 0, ''),
(3538, 6, 57, 20045, '', 5, 9, 0, 0, ''),
(3539, 6, 57, 20045, '', 7, 7, 0, 0, ''),
(3540, 6, 57, 20045, '', 5, 7, 0, 0, ''),
(3541, 6, 57, 20045, '', 7, 11, 0, 0, ''),
(3542, 6, 0, 20045, '', 5, 9, 0, 0, ''),
(3543, 6, 57, 20045, '', 5, 11, 0, 0, ''),
(3544, 6, 0, 304, 'Teorie 2-2-2014 mi ha mutato checco', 0, 0, 0, 0, ''),
(3545, 6, 57, 20045, '', 3, 11, 0, 0, ''),
(3546, 6, 57, 20045, '', 3, 9, 0, 0, ''),
(3555, 106, 0, 23098, '', 0, 0, 0, 0, ''),
(3597, 6, 57, 89996, '', 0, 0, 0, 0, ':w=9,1 l=5,42 r'),
(3548, 6, 0, 1688, '', 0, 0, 0, 0, ''),
(3549, 6, 57, 20045, '', 9, 5, 1, 0, ''),
(3550, 6, 57, 20045, '', 7, 5, 1, 0, ''),
(3551, 6, 57, 20045, '', 5, 5, 1, 0, ''),
(3552, 6, 0, 304, 'Teorie 2-2-2014 mi ha mutato checco', 0, 0, 0, 0, ''),
(3553, 55, 0, 304, 'Teorie 2-2-2014 mi ha mutato checco', 0, 0, 0, 0, ''),
(3554, 6, 0, 304, 'Teorie 2-2-2014 MI MUTA SEMPR', 0, 0, 0, 0, ''),
(3556, 6, 57, 1688, '', 0, 0, 0, 0, ':w=3,8 l=29,45 r'),
(3557, 6, 57, 3268, '0', 5, 8, 0, 2, ''),
(3558, 6, 57, 3267, '1', 10, 2, 1, 2, ''),
(3559, 6, 57, 97423, '', 3, 11, 0, 2, ''),
(3560, 6, 0, 97422, '', 0, 0, 0, 0, ''),
(3561, 6, 57, 97422, '', 3, 9, 0, 2, ''),
(3562, 6, 57, 1801, '', 0, 0, 0, 0, ':w=2,12 l=28,51 l'),
(3563, 6, 57, 97420, '', 0, 0, 0, 0, ':w=2,10 l=23,69 l'),
(3564, 6, 57, 1736, '', 0, 0, 0, 0, ':w=3,8 l=31,89 r'),
(3565, 54, 85, 19938, '', 9, 10, 0, 0, ''),
(3566, 54, 0, 19938, '', 6, 1, 0, 0, ''),
(3567, 54, 85, 19938, '', 5, 5, 1, 0, ''),
(3568, 54, 85, 19938, '', 7, 9, 0, 0, ''),
(3569, 54, 85, 19938, '', 7, 11, 0, 0, ''),
(3570, 54, 85, 19938, '', 5, 4, 1, 0, ''),
(3571, 54, 85, 19938, '', 5, 2, 1, 0, ''),
(3572, 54, 85, 19938, '', 9, 2, 1, 0, ''),
(3573, 54, 85, 19938, '', 9, 4, 1, 0, ''),
(3574, 54, 85, 19938, '', 7, 5, 1, 0, ''),
(3575, 54, 85, 19938, '', 7, 2, 1, 0, ''),
(3576, 54, 85, 19938, '', 9, 8, 0, 0, ''),
(3577, 54, 85, 19938, '', 7, 4, 1, 0, ''),
(3578, 54, 85, 19938, '', 9, 9, 0, 0, ''),
(3579, 54, 85, 19938, '', 7, 8, 0, 0, ''),
(3580, 54, 85, 19938, '', 5, 8, 0, 0, ''),
(3581, 54, 85, 19938, '', 5, 9, 0, 0, ''),
(3582, 54, 85, 19938, '', 5, 11, 0, 0, ''),
(3583, 54, 85, 19938, '', 3, 11, 0, 0, ''),
(3584, 54, 85, 19938, '', 3, 9, 0, 0, ''),
(3585, 6, 0, 56703, '', 0, 0, 0, 0, ''),
(3586, 6, 0, 56703, '', 0, 0, 0, 0, ''),
(3587, 6, 0, 56703, '', 0, 0, 0, 0, ''),
(3588, 6, 0, 56703, '', 0, 0, 0, 0, ''),
(3589, 6, 0, 56712, '', 0, 0, 0, 0, ''),
(3595, 54, 85, 80384, '', 9, 2, 1, 4, ''),
(3594, 54, 85, 89995, '', 7, 2, 1, 4, ''),
(3590, 54, 104, 89986, '', 7, 2, 0, 0, ''),
(3591, 54, 85, 89985, '1', 3, 9, 1, 0, ''),
(3592, 54, 85, 89986, '', 3, 9, 0, 0, ''),
(3593, 54, 0, 89991, '', 0, 0, 0, 0, ''),
(3596, 6, 57, 20045, '', 7, 9, 0, 0, ''),
(3598, 6, 57, 80384, '', 6, 2, 1, 4, ''),
(3599, 54, 85, 30300254, '', 5, 9, 1.4, 2, ''),
(3600, 6, 86, 868, '', 6, 1, 0, 4, ''),
(3601, 6, 86, 868, '', 9, 1, 0, 4, ''),
(3602, 54, 85, 80383, '', 8, 3, 1, 0, ''),
(3603, 54, 85, 89987, '', 8, 2, 2, 4, ''),
(3604, 54, 85, 89992, '', 7, 2, 2, 4, ''),
(3605, 54, 85, 89997, '', 0, 0, 0, 0, ':w=2,11 l=17,31 l'),
(3606, 54, 85, 89996, '', 0, 0, 0, 0, ':w=2,11 l=22,88 l'),
(3607, 6, 57, 1744, '', 0, 0, 0, 0, ':w=4,7 l=30,57 l'),
(3610, 54, 85, 1683, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,8 l=30,62 r'),
(3611, 54, 85, 1796, '', 0, 0, 0, 0, ':w=6,1 l=9,25 r'),
(3612, 54, 85, 20165, '', 0, 0, 0, 0, ':w=8,1 l=2,21 r'),
(3613, 54, 85, 20158, '', 0, 0, 0, 0, ':w=4,7 l=16,96 l'),
(3614, 54, 85, 20157, '', 0, 0, 0, 0, ':w=4,7 l=9,49 l'),
(3615, 54, 85, 30300764, '', 10, 12, 0, 2, ''),
(3617, 6, 57, 2000010, '', 9, 3, 1, 4, ''),
(3618, 6, 57, 2000012, '', 5, 5, 1, 0, ''),
(3619, 6, 57, 2000010, '', 10, 4, 1, 6, ''),
(3620, 6, 57, 2000010, '', 9, 5, 1, 0, ''),
(3621, 6, 57, 2000010, '', 8, 4, 1, 2, ''),
(3622, 6, 50, 4701, '', 5, 4, 1, 0, ''),
(3623, 6, 57, 30300271, '', 10, 7, 1, 2, ''),
(3624, 6, 0, 4728, '', 0, 0, 0, 0, ''),
(3625, 6, 57, 89985, '1', 8, 7, 1.6, 0, ''),
(3626, 6, 0, 45, '', 0, 0, 0, 0, ''),
(3628, 6, 0, 104, '', 0, 0, 0, 0, ''),
(3629, 6, 57, 1053, '', 9, 4, 1, 2, ''),
(3630, 6, 0, 3568404, '', 0, 0, 0, 0, ''),
(3631, 6, 57, 89992, '', 9, 10, 1, 2, ''),
(3632, 6, 57, 1355, '0', 8, 10, 1, 4, ''),
(3633, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3634, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3635, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3636, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3637, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3638, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3639, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3640, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3641, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3642, 111, 0, 3000282, '', 0, 0, 0, 0, ''),
(3643, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3644, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3645, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3646, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3647, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3648, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3649, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3650, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3651, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3652, 111, 0, 3000288, '', 0, 0, 0, 0, ''),
(3655, 44, 0, 1717, '', 0, 0, 0, 0, ''),
(3656, 44, 0, 1717, '', 0, 0, 0, 0, ''),
(3657, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,10 l=16,62 l'),
(3658, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,9 l=14,64 l'),
(3659, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,8 l=14,64 l'),
(3660, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,7 l=14,64 l'),
(3661, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,6 l=14,63 l'),
(3662, 44, 86, 1717, '', 0, 0, 0, 0, ':w=0,5 l=15,63 l'),
(3663, 44, 86, 1717, '', 0, 0, 0, 0, ':w=1,4 l=16,63 r'),
(3664, 44, 86, 1717, '', 0, 0, 0, 0, ':w=2,4 l=15,62 r'),
(3665, 44, 86, 1717, '', 0, 0, 0, 0, ':w=3,4 l=16,63 r'),
(3666, 44, 86, 1717, '', 0, 0, 0, 0, ':w=4,4 l=15,62 r'),
(3667, 44, 86, 1717, '', 0, 0, 0, 0, ':w=4,4 l=16,62 l'),
(3668, 44, 86, 1717, '', 0, 0, 0, 0, ':w=11,0 l=7,58 r'),
(3669, 44, 86, 1717, '', 0, 0, 0, 0, ':w=10,0 l=8,59 r'),
(3670, 44, 86, 1717, '', 0, 0, 0, 0, ':w=9,0 l=10,60 r'),
(3671, 44, 86, 1717, '', 0, 0, 0, 0, ':w=8,0 l=12,61 r'),
(3672, 44, 86, 1717, '', 0, 0, 0, 0, ':w=7,0 l=14,62 r'),
(3673, 44, 86, 1717, '', 0, 0, 0, 0, ':w=6,0 l=15,62 r'),
(3674, 44, 86, 1717, '', 0, 0, 0, 0, ':w=5,0 l=16,63 r'),
(3677, 44, 86, 218, '', 7, 9, 0, 0, ''),
(3678, 6, 86, 218, '', 8, 7, 0, 0, ''),
(3679, 112, 91, 34082, '11', 14, 6, 0, 0, ''),
(3689, 94, 0, 55501, '', 0, 0, 0, 0, ''),
(3799, 112, 91, 20343, '', 19, 31, 0, 6, ''),
(3682, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3683, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3684, 94, 0, 55501, '', 0, 0, 0, 0, ''),
(3685, 94, 0, 55504, '', 0, 0, 0, 0, ''),
(3686, 94, 0, 55504, '', 0, 0, 0, 0, ''),
(3687, 94, 0, 55504, '', 0, 0, 0, 0, ''),
(3688, 94, 0, 55501, '', 0, 0, 0, 0, ''),
(3690, 94, 0, 55501, '', 0, 0, 0, 0, ''),
(3691, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3692, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3693, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3694, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3695, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3696, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3697, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3698, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3699, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3700, 113, 89, 99967, '', 6, 1, 0, 0, ''),
(3701, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3702, 94, 0, 55498, '', 0, 0, 0, 0, ''),
(3703, 113, 89, 99957, '', 11, 1, 0, 0, ''),
(3704, 113, 89, 99955, '', 4, 3, 0, 2, ''),
(3705, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3706, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3707, 113, 89, 99960, '', 4, 7, 0, 2, ''),
(3708, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3709, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3710, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3711, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3712, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3713, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3714, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3715, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3716, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3717, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3718, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3719, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3720, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3721, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3722, 113, 89, 99945, '', 9, 1, 0, 0, ''),
(3723, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3724, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3725, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3726, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3727, 113, 89, 99963, '', 7, 1, 0, 0, ''),
(3728, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3729, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3730, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3731, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3732, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3733, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3734, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3735, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3736, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3737, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3738, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3739, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3740, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3741, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3742, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3743, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3744, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3745, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3746, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3747, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3748, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3749, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3750, 94, 0, 55499, '', 0, 0, 0, 0, ''),
(3751, 44, 86, 217, '', 11, 9, 0, 0, ''),
(3826, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3752, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3753, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3754, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3755, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3756, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3757, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3758, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3759, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3760, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3761, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3762, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3763, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3764, 94, 0, 31980, '', 0, 0, 0, 0, ''),
(3765, 113, 0, 56729, '', 0, 0, 0, 0, ''),
(3766, 113, 89, 56729, '', 4, 1, 0, 2, ''),
(3767, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3768, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3769, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3770, 113, 89, 56729, '', 4, 11, 0, 2, ''),
(3771, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3772, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3773, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3774, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3775, 94, 0, 31982, '', 0, 0, 0, 0, ''),
(3776, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3777, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3778, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3779, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3780, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3781, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3782, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3783, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3784, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3785, 94, 0, 55505, '', 0, 0, 0, 0, ''),
(3786, 113, 89, 4726, '0', 4, 9, 0, 0, ''),
(3793, 112, 91, 20343, '', 7, 31, 0, 0, ''),
(3794, 112, 91, 20342, '', 16, 31, 0, 6, ''),
(3795, 112, 91, 20342, '', 16, 28, 0, 4, ''),
(3787, 113, 89, 137, '', 4, 12, 0, 2, ''),
(3796, 112, 91, 20342, '', 10, 28, 0, 2, ''),
(3797, 112, 91, 20342, '', 10, 31, 0, 0, ''),
(3798, 112, 91, 20344, '', 13, 28, 0, 6, ''),
(3800, 112, 0, 258268, '', 0, 0, 0, 0, ''),
(3788, 44, 0, 3550048, '', 0, 0, 0, 0, ''),
(3865, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3789, 83, 94, 3550047, '1', 1, 25, 9, 2, ''),
(3986, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3790, 6, 86, 3550051, '0', 1, 8, 0, 2, ''),
(3791, 6, 86, 3550049, '0', 1, 9, 0, 2, ''),
(4121, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(3824, 96, 64, 217, '', 11, 1, 0, 0, ''),
(3792, 6, 86, 3550045, '', 1, 10, 0, 2, ''),
(3801, 115, 0, 20025, '', 0, 0, 0, 0, ''),
(3802, 44, 0, 218, '', 0, 0, 0, 0, ''),
(3803, 44, 0, 218, '', 0, 0, 0, 0, ''),
(3804, 113, 0, 218, '', 0, 0, 0, 0, ''),
(3805, 44, 86, 218, '', 3, 7, 0, 6, ''),
(3806, 113, 0, 218, '', 0, 0, 0, 0, ''),
(3807, 44, 86, 218, '', 4, 9, 0, 0, ''),
(3808, 44, 86, 218, '', 5, 9, 0, 0, ''),
(3809, 44, 86, 218, '', 6, 9, 0, 0, ''),
(3810, 44, 86, 218, '', 8, 9, 0, 0, ''),
(3811, 44, 86, 218, '', 9, 9, 0, 0, ''),
(3812, 44, 86, 218, '', 6, 7, 0, 0, ''),
(3813, 44, 86, 218, '', 5, 5, 0, 6, ''),
(3814, 117, 103, 4723, '0', 7, 1, 0, 0, ''),
(3815, 44, 131, 217, '', 5, 4, 0, 0, ''),
(3816, 44, 86, 217, '', 3, 6, 0, 0, ''),
(3817, 44, 86, 217, '', 1, 6, 0, 0, ''),
(3818, 44, 86, 217, '', 2, 6, 0, 0, ''),
(3819, 44, 86, 217, '', 3, 9, 0, 0, ''),
(3820, 44, 86, 217, '', 5, 4, 0, 0, ''),
(3821, 44, 86, 217, '', 5, 7, 0, 0, ''),
(3853, 96, 0, 444, '', 0, 0, 0, 0, ''),
(4016, 96, 64, 218, '', 7, 13, 0, 0, ''),
(3827, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3822, 96, 64, 217, '', 4, 1, 0, 0, ''),
(3823, 96, 64, 217, '', 4, 13, 0, 0, ''),
(3828, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3829, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3830, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3831, 96, 64, 218, '', 5, 1, 0, 0, ''),
(3832, 96, 64, 218, '', 4, 2, 0, 6, ''),
(3833, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3834, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3835, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3836, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3837, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3838, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3839, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3840, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3841, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3842, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3843, 96, 64, 218, '', 4, 3, 0, 6, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(3844, 96, 64, 218, '', 4, 7, 0, 6, ''),
(3845, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3846, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3847, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3848, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3849, 44, 0, 446, '', 0, 0, 0, 0, ''),
(3850, 96, 64, 218, '', 5, 7, 0, 6, ''),
(3851, 96, 64, 218, '', 4, 9, 0, 6, ''),
(3852, 96, 64, 218, '', 4, 11, 0, 6, ''),
(3855, 96, 64, 218, '', 11, 4, 0, 6, ''),
(3854, 96, 64, 218, '', 11, 6, 0, 6, ''),
(4120, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(3856, 96, 64, 218, '', 11, 2, 0, 6, ''),
(3857, 96, 64, 218, '', 9, 1, 0, 0, ''),
(3858, 96, 64, 218, '', 7, 1, 0, 0, ''),
(3864, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3863, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3862, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3861, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3860, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(4003, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4360, 112, 91, 20349, '', 13, 31, 0, 2, ''),
(3859, 117, 103, 30002142, '', 9, 1, 0, 4, ''),
(3866, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3867, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3868, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3869, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3870, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3871, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3872, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3873, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3874, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3875, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3876, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3877, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3878, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3879, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3880, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3881, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3882, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3883, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3884, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3885, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3886, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3887, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3888, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3889, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3890, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3891, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3892, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3893, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3894, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3895, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3896, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3897, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3898, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3899, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3900, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3901, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3902, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3903, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3904, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3905, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3906, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3907, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3908, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3909, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(4022, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(3910, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3911, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3912, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3913, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3914, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3915, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3916, 94, 0, 1540, '', 0, 0, 0, 0, ''),
(3917, 94, 112, 1540, '', 10, 7, 0, 0, ''),
(3918, 94, 112, 1540, '', 8, 12, 0, 0, ''),
(3919, 94, 112, 1540, '', 6, 12, 0, 0, ''),
(3920, 94, 112, 1540, '', 6, 5, 0, 0, ''),
(3921, 94, 112, 1540, '', 6, 7, 0, 0, ''),
(3922, 94, 112, 1540, '', 6, 9, 0, 0, ''),
(3923, 94, 112, 1540, '', 6, 11, 0, 0, ''),
(3924, 94, 112, 1540, '', 4, 12, 0, 0, ''),
(3925, 94, 112, 1540, '', 4, 11, 0, 0, ''),
(3926, 94, 112, 1540, '', 4, 9, 0, 0, ''),
(3927, 94, 112, 1540, '', 4, 7, 0, 0, ''),
(3928, 94, 112, 1540, '', 4, 5, 0, 0, ''),
(3929, 94, 112, 1540, '', 4, 3, 0, 0, ''),
(3930, 94, 112, 1540, '', 6, 3, 0, 0, ''),
(3931, 94, 112, 1540, '', 8, 3, 0, 0, ''),
(3932, 94, 112, 1540, '', 8, 5, 0, 0, ''),
(3933, 94, 112, 1540, '', 8, 9, 0, 0, ''),
(3934, 94, 112, 1540, '', 8, 11, 0, 0, ''),
(3935, 94, 112, 1540, '', 10, 12, 0, 0, ''),
(3936, 94, 112, 1540, '', 10, 11, 0, 0, ''),
(3937, 94, 112, 1540, '', 10, 9, 0, 0, ''),
(3938, 94, 112, 1540, '', 8, 7, 0, 0, ''),
(3939, 94, 112, 1540, '', 10, 5, 0, 0, ''),
(3940, 94, 112, 1540, '', 10, 3, 0, 0, ''),
(3941, 94, 112, 1540, '', 10, 1, 0, 0, ''),
(3942, 94, 112, 1540, '', 8, 1, 0, 0, ''),
(3943, 94, 112, 1540, '', 6, 1, 0, 0, ''),
(3944, 94, 112, 1540, '', 4, 1, 0, 0, ''),
(3945, 94, 98, 1540, '', 1, 19, 0, 0, ''),
(3946, 94, 98, 1540, '', 1, 17, 0, 0, ''),
(3947, 94, 98, 1540, '', 3, 17, 0, 0, ''),
(3948, 94, 98, 1540, '', 1, 15, 0, 0, ''),
(3949, 94, 98, 1540, '', 3, 15, 0, 0, ''),
(3950, 94, 98, 1540, '', 5, 17, 0, 0, ''),
(3951, 94, 98, 1540, '', 5, 15, 0, 0, ''),
(3952, 94, 98, 1540, '', 1, 13, 0, 0, ''),
(3953, 94, 98, 1540, '', 3, 13, 0, 0, ''),
(3954, 94, 98, 1540, '', 1, 11, 0, 0, ''),
(3955, 94, 98, 1540, '', 3, 19, 0, 0, ''),
(3956, 94, 98, 1540, '', 5, 19, 0, 0, ''),
(3957, 94, 98, 1540, '', 7, 19, 0, 0, ''),
(3958, 94, 98, 1540, '', 7, 17, 0, 0, ''),
(3959, 94, 98, 1540, '', 7, 15, 0, 0, ''),
(4015, 96, 64, 218, '', 9, 13, 0, 0, ''),
(3960, 94, 98, 1540, '', 7, 13, 0, 0, ''),
(3961, 94, 98, 1540, '', 7, 11, 0, 0, ''),
(3962, 94, 98, 1540, '', 7, 9, 0, 0, ''),
(3963, 94, 98, 1540, '', 5, 9, 0, 0, ''),
(3964, 94, 98, 1540, '', 3, 9, 0, 0, ''),
(3965, 94, 98, 1540, '', 5, 11, 0, 0, ''),
(3966, 94, 98, 1540, '', 5, 13, 0, 0, ''),
(3967, 94, 98, 1540, '', 3, 11, 0, 0, ''),
(3968, 94, 98, 1540, '', 1, 9, 0, 0, ''),
(3969, 94, 98, 1540, '0', 1, 21, 0, 0, ''),
(3970, 94, 98, 1540, '', 3, 21, 0, 0, ''),
(3971, 94, 98, 1540, '', 5, 21, 0, 0, ''),
(3972, 94, 98, 1540, '', 7, 21, 0, 0, ''),
(3973, 94, 88, 1540, '', 11, 13, 0, 0, ''),
(3974, 94, 88, 1540, '', 11, 15, 0, 0, ''),
(3975, 94, 88, 1540, '', 11, 17, 0, 0, ''),
(3976, 94, 88, 1540, '', 11, 19, 0, 0, ''),
(3977, 94, 88, 1540, '', 11, 21, 0, 0, ''),
(3978, 94, 88, 1540, '', 9, 21, 0, 0, ''),
(3979, 94, 88, 1540, '', 7, 21, 0, 0, ''),
(3980, 94, 88, 1540, '', 5, 21, 0, 0, ''),
(3981, 94, 98, 1540, '', 7, 7, 0, 0, ''),
(3982, 94, 98, 1540, '', 5, 7, 0, 0, ''),
(3983, 94, 98, 1540, '', 3, 7, 0, 0, ''),
(3984, 94, 98, 1540, '', 1, 7, 0, 0, ''),
(3985, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3987, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3988, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3989, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3990, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3997, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3991, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3992, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3993, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3994, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3995, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3996, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3998, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(3999, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4000, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4001, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4002, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4004, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4005, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4006, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4007, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4008, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4009, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4014, 96, 64, 218, '', 11, 11, 0, 6, ''),
(4010, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4011, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4012, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4013, 94, 0, 1548, '', 0, 0, 0, 0, ''),
(4018, 96, 64, 218, '', 11, 10, 0, 6, ''),
(4019, 96, 64, 218, '', 11, 8, 0, 6, ''),
(4021, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4020, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4023, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4024, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4025, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4026, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4027, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4028, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4029, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4030, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4031, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4032, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4033, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4034, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4035, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4036, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4037, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4038, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4039, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4040, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4041, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4042, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4043, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4044, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4045, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4046, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4047, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4048, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4049, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4050, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4051, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4052, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4053, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4054, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4055, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4056, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4057, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4058, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4059, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4060, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4061, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4062, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4063, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4064, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4065, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4066, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4067, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4068, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4069, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4070, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4071, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4072, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4073, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4074, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4075, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4076, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4077, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4078, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4079, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4080, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4081, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4082, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4083, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4084, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4085, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4086, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4087, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4088, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4089, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4090, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4091, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4092, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4093, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4094, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4095, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4096, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4097, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4098, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4099, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4100, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4101, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4102, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4103, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4104, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4105, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4106, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4107, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4108, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4109, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4110, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4111, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4112, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4113, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4114, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4115, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4116, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4117, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4118, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4119, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4122, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4123, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4124, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4125, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4126, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4127, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4128, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4129, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4130, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4131, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4132, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4133, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4134, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4135, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4136, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4137, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4138, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4139, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4140, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4141, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4142, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4143, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4144, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4145, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4146, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4147, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4148, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4149, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4150, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4151, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4152, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4153, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4154, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4155, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4156, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4157, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4158, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4159, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4160, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4161, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4162, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4163, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4164, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4165, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4166, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4167, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4168, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4169, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4175, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4176, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4177, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4178, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4179, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4180, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4181, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4182, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4183, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4184, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4185, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4186, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4187, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4188, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4189, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4190, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4191, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4192, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4193, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4194, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4195, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4196, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4197, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4198, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4199, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4200, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4201, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4202, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4203, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4204, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4205, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4206, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4207, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4208, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4209, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4210, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4211, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4212, 94, 0, 25362, '', 0, 0, 0, 0, ''),
(4213, 94, 0, 25362, '', 7, 21, 0, 0, ''),
(4214, 94, 0, 25362, '', 9, 21, 0, 0, ''),
(4215, 94, 0, 25362, '', 11, 21, 0, 0, ''),
(4216, 94, 0, 25362, '', 11, 19, 0, 0, ''),
(4217, 94, 0, 25362, '', 9, 19, 0, 0, ''),
(4218, 94, 0, 25362, '', 7, 19, 0, 0, ''),
(4219, 94, 0, 25362, '', 5, 21, 0, 0, ''),
(4220, 94, 0, 25362, '', 5, 19, 0, 0, ''),
(4221, 94, 0, 25362, '', 5, 17, 0, 0, ''),
(4222, 94, 0, 25362, '', 7, 17, 0, 0, ''),
(4223, 94, 0, 25362, '', 9, 17, 0, 0, ''),
(4224, 94, 0, 25362, '', 11, 17, 0, 0, ''),
(4225, 94, 0, 25362, '', 13, 17, 0, 0, ''),
(4226, 94, 0, 25362, '', 13, 19, 0, 0, ''),
(4227, 94, 0, 25362, '', 13, 21, 0, 0, ''),
(4228, 94, 0, 25362, '', 13, 23, 0, 0, ''),
(4229, 94, 0, 25362, '', 11, 23, 0, 0, ''),
(4230, 94, 0, 25362, '', 9, 23, 0, 0, ''),
(4231, 94, 0, 25362, '', 7, 23, 0, 0, ''),
(4232, 94, 0, 25362, '', 5, 23, 0, 0, ''),
(4233, 94, 0, 25362, '', 3, 23, 0, 0, ''),
(4234, 94, 0, 25362, '', 3, 21, 0, 0, ''),
(4235, 94, 0, 25362, '', 3, 19, 0, 0, ''),
(4236, 94, 0, 25362, '', 3, 17, 0, 0, ''),
(4237, 94, 0, 25362, '', 3, 15, 0, 0, ''),
(4238, 94, 0, 25362, '', 5, 15, 0, 0, ''),
(4239, 94, 0, 25362, '', 7, 15, 0, 0, ''),
(4240, 94, 0, 25362, '', 9, 15, 0, 0, ''),
(4241, 94, 0, 25362, '', 11, 15, 0, 0, ''),
(4242, 94, 0, 25362, '', 13, 15, 0, 0, ''),
(4243, 94, 0, 25362, '', 15, 23, 0, 0, ''),
(4244, 94, 0, 25362, '', 15, 21, 0, 0, ''),
(4245, 94, 0, 25362, '', 15, 19, 0, 0, ''),
(4246, 94, 0, 25362, '', 15, 17, 0, 0, ''),
(4247, 94, 0, 25362, '', 15, 15, 0, 0, ''),
(4248, 94, 0, 25362, '', 15, 13, 0, 0, ''),
(4249, 94, 0, 25362, '', 14, 13, 0, 0, ''),
(4250, 94, 0, 25362, '', 12, 13, 0, 0, ''),
(4251, 94, 0, 25362, '', 10, 13, 0, 0, ''),
(4252, 94, 0, 25362, '', 8, 13, 0, 0, ''),
(4253, 94, 0, 25362, '', 6, 13, 0, 0, ''),
(4254, 94, 0, 25362, '', 4, 13, 0, 0, ''),
(4255, 94, 0, 25362, '', 3, 13, 0, 0, ''),
(4256, 94, 0, 25362, '', 1, 13, 0, 0, ''),
(4257, 94, 0, 25362, '', 1, 15, 0, 0, ''),
(4258, 94, 0, 25362, '', 1, 17, 0, 0, ''),
(4259, 94, 0, 25362, '', 1, 19, 0, 0, ''),
(4260, 94, 0, 25362, '', 1, 21, 0, 0, ''),
(4261, 94, 0, 25362, '', 1, 23, 0, 0, ''),
(4262, 94, 0, 25362, '', 1, 25, 0, 0, ''),
(4263, 94, 0, 25362, '', 3, 25, 0, 0, ''),
(4264, 94, 0, 25362, '', 5, 25, 0, 0, ''),
(4265, 94, 0, 25362, '', 7, 25, 0, 0, ''),
(4266, 94, 0, 25362, '', 9, 25, 0, 0, ''),
(4267, 94, 0, 25362, '', 11, 25, 0, 0, ''),
(4268, 94, 0, 25362, '', 13, 25, 0, 0, ''),
(4269, 94, 0, 25362, '', 15, 25, 0, 0, ''),
(4270, 96, 0, 3000282, '', 0, 0, 0, 0, ''),
(4271, 96, 0, 3000282, '', 0, 0, 0, 0, ''),
(4272, 96, 0, 3000282, '', 0, 0, 0, 0, ''),
(4273, 96, 0, 3000282, '', 0, 0, 0, 0, ''),
(4274, 96, 101, 3000282, '', 8, 4, 0, 0, ''),
(4275, 96, 101, 3000282, '', 8, 5, 0, 0, ''),
(4276, 96, 101, 3000282, '', 7, 4, 0, 0, ''),
(4277, 96, 101, 3000282, '', 7, 5, 0, 0, ''),
(4278, 96, 101, 3000282, '', 7, 8, 0, 0, ''),
(4279, 96, 101, 3000282, '', 7, 7, 0, 0, ''),
(4280, 96, 101, 3000282, '', 7, 6, 0, 0, ''),
(4281, 96, 101, 3000282, '', 8, 6, 0, 0, ''),
(4282, 96, 101, 3000282, '', 8, 7, 0, 0, ''),
(4283, 96, 101, 3000282, '', 8, 8, 0, 0, ''),
(4284, 96, 101, 3000282, '', 9, 8, 0, 0, ''),
(4285, 96, 101, 3000282, '', 9, 7, 0, 0, ''),
(4286, 96, 101, 3000282, '', 9, 6, 0, 0, ''),
(4287, 96, 101, 3000282, '', 9, 5, 0, 0, ''),
(4288, 96, 101, 3000282, '', 9, 4, 0, 0, ''),
(4289, 96, 101, 3000282, '', 9, 3, 0, 0, ''),
(4290, 96, 101, 3000282, '', 8, 3, 0, 0, ''),
(4291, 96, 101, 3000282, '', 7, 3, 0, 0, ''),
(4292, 96, 101, 3000282, '', 6, 3, 0, 0, ''),
(4293, 96, 101, 3000282, '', 6, 4, 0, 0, ''),
(4294, 96, 101, 3000282, '', 6, 5, 0, 0, ''),
(4295, 96, 101, 3000282, '', 6, 6, 0, 0, ''),
(4296, 96, 101, 3000282, '', 6, 7, 0, 0, ''),
(4297, 96, 101, 3000282, '', 6, 8, 0, 0, ''),
(4298, 96, 101, 3000282, '', 6, 9, 0, 0, ''),
(4299, 96, 101, 3000282, '', 7, 9, 0, 0, ''),
(4300, 96, 101, 3000282, '', 8, 9, 0, 0, ''),
(4301, 96, 101, 3000282, '', 9, 9, 0, 0, ''),
(4302, 96, 101, 3000282, '', 9, 10, 0, 0, ''),
(4303, 96, 101, 3000282, '', 8, 10, 0, 0, ''),
(4304, 96, 101, 3000282, '', 7, 10, 0, 0, ''),
(4305, 96, 101, 3000282, '', 6, 10, 0, 0, ''),
(4306, 96, 101, 3000282, '', 6, 11, 0, 0, ''),
(4307, 96, 101, 3000282, '', 7, 11, 0, 0, ''),
(4308, 96, 101, 3000282, '', 8, 11, 0, 0, ''),
(4309, 96, 101, 3000282, '', 9, 11, 0, 0, ''),
(4310, 96, 101, 3000285, '', 11, 1, 0, 0, ''),
(4311, 96, 101, 3000285, '', 10, 1, 0, 0, ''),
(4312, 96, 101, 3000285, '', 9, 1, 0, 0, ''),
(4313, 96, 101, 3000285, '', 8, 1, 0, 0, ''),
(4314, 96, 101, 3000285, '', 7, 1, 0, 0, ''),
(4315, 96, 101, 3000285, '', 6, 1, 0, 0, ''),
(4316, 96, 101, 3000285, '', 5, 1, 0, 0, ''),
(4317, 96, 101, 3000285, '', 4, 1, 0, 0, ''),
(4318, 96, 101, 3000285, '', 4, 2, 0, 0, ''),
(4319, 96, 101, 3000285, '', 4, 3, 0, 0, ''),
(4320, 96, 101, 3000285, '', 4, 4, 0, 0, ''),
(4321, 96, 101, 3000285, '', 4, 5, 0, 0, ''),
(4322, 96, 101, 3000285, '', 4, 6, 0, 0, ''),
(4323, 96, 101, 3000285, '', 4, 7, 0, 0, ''),
(4324, 96, 101, 3000285, '', 4, 8, 0, 0, ''),
(4325, 96, 101, 3000285, '', 4, 9, 0, 0, ''),
(4326, 96, 101, 3000285, '', 4, 10, 0, 0, ''),
(4327, 96, 101, 3000285, '', 4, 11, 0, 0, ''),
(4328, 96, 101, 3000285, '', 4, 12, 0, 0, ''),
(4329, 96, 101, 3000285, '', 4, 13, 0, 0, ''),
(4330, 96, 101, 3000286, '', 10, 2, 0, 0, ''),
(4331, 96, 101, 3000286, '', 10, 3, 0, 0, ''),
(4332, 96, 101, 3000286, '', 10, 4, 0, 0, ''),
(4333, 96, 101, 3000286, '', 10, 5, 0, 0, ''),
(4334, 96, 101, 3000286, '', 10, 6, 0, 0, ''),
(4335, 96, 101, 3000286, '', 10, 7, 0, 0, ''),
(4336, 96, 101, 3000286, '', 10, 8, 0, 0, ''),
(4337, 96, 101, 3000286, '', 10, 9, 0, 0, ''),
(4338, 96, 101, 3000286, '', 10, 10, 0, 0, ''),
(4339, 96, 101, 3000286, '', 10, 11, 0, 0, ''),
(4340, 96, 101, 3000286, '', 10, 12, 0, 0, ''),
(4341, 96, 101, 3000286, '', 9, 12, 0, 0, ''),
(4342, 96, 101, 3000286, '', 8, 12, 0, 0, ''),
(4343, 96, 101, 3000286, '', 7, 12, 0, 0, ''),
(4344, 96, 101, 3000286, '', 6, 12, 0, 0, ''),
(4345, 96, 101, 3000286, '', 5, 8, 0, 0, ''),
(4346, 96, 101, 3000286, '', 5, 9, 0, 0, ''),
(4347, 96, 101, 3000286, '', 5, 10, 0, 0, ''),
(4348, 96, 101, 3000286, '', 5, 11, 0, 0, ''),
(4349, 96, 101, 3000286, '', 5, 12, 0, 0, ''),
(4350, 44, 86, 20116, '0', 11, 1, 0, 0, ''),
(4351, 94, 0, 4712, '', 0, 0, 0, 0, ''),
(4352, 44, 86, 20116, '0', 5, 1, 0, 0, ''),
(4353, 94, 0, 4712, '', 0, 0, 0, 0, ''),
(4354, 94, 0, 4712, '', 0, 0, 0, 0, ''),
(4355, 94, 0, 4709, '', 0, 0, 0, 0, ''),
(4356, 94, 0, 4706, '', 0, 0, 0, 0, ''),
(4357, 94, 0, 4710, '', 0, 0, 0, 0, ''),
(4358, 94, 0, 4710, '', 0, 0, 0, 0, ''),
(4359, 94, 0, 4703, '', 0, 0, 0, 0, ''),
(4361, 112, 91, 20344, '', 19, 22, 0, 4, ''),
(4362, 112, 91, 20344, '', 19, 25, 0, 4, ''),
(4363, 112, 91, 20344, '', 19, 28, 0, 4, ''),
(4364, 112, 91, 20344, '', 7, 22, 0, 2, ''),
(4365, 112, 91, 20344, '', 7, 25, 0, 2, ''),
(4366, 112, 91, 20344, '', 7, 28, 0, 2, ''),
(4888, 91, 97, 1049, '', 9, 1, 0, 0, ''),
(4857, 91, 97, 1000, '', 9, 1, 0, 0, ''),
(4858, 91, 97, 1000, '', 3, 5, 0, 0, ''),
(4859, 91, 97, 1000, '', 3, 8, 0, 0, ''),
(4860, 91, 97, 1000, '', 6, 8, 0, 0, ''),
(4861, 91, 97, 1000, '', 6, 5, 0, 0, ''),
(4862, 91, 97, 1000, '', 6, 2, 0, 0, ''),
(4863, 91, 97, 1000, '', 9, 2, 0, 0, ''),
(4864, 91, 97, 1000, '', 9, 5, 0, 0, ''),
(4865, 91, 97, 1000, '', 9, 8, 0, 0, ''),
(4866, 91, 0, 1052, '', 0, 0, 0, 0, ''),
(4867, 91, 97, 1049, '', 1, 8, 0, 2, ''),
(4868, 91, 97, 1049, '', 1, 9, 0, 2, ''),
(4869, 91, 97, 1049, '', 2, 10, 0, 0, ''),
(4870, 91, 97, 1049, '', 4, 6, 0, 0, ''),
(4871, 91, 97, 1049, '', 3, 6, 0, 0, ''),
(4872, 91, 97, 1049, '', 2, 6, 0, 0, ''),
(4873, 91, 0, 1521, '', 0, 0, 0, 0, ''),
(4874, 91, 97, 1521, '1', 1, 6, 0, 2, ''),
(4875, 91, 97, 1521, '1', 1, 10, 0, 2, ''),
(4876, 91, 97, 1521, '1', 5, 10, 0, 2, ''),
(4877, 91, 97, 1521, '1', 11, 1, 0, 2, ''),
(4878, 91, 97, 1521, '1', 5, 1, 0, 2, ''),
(4879, 91, 97, 1521, '2', 5, 4, 0, 4, ''),
(4880, 91, 97, 1521, '1', 5, 6, 0, 2, ''),
(4881, 91, 97, 1049, '', 5, 9, 0, 2, ''),
(4882, 91, 97, 1049, '', 5, 7, 0, 2, ''),
(4883, 91, 97, 1049, '', 1, 7, 0, 2, ''),
(4884, 91, 97, 1049, '', 4, 10, 0, 0, ''),
(4885, 91, 97, 1049, '', 3, 10, 0, 0, ''),
(4886, 116, 92, 25824, '', 7, 6, 0, 0, ''),
(4887, 91, 97, 1049, '', 10, 1, 0, 0, ''),
(4367, 83, 94, 30000607, '', 1, 26, 7, 2, ''),
(4368, 83, 94, 30000620, '', 1, 25, 7, 2, ''),
(4369, 83, 94, 30000601, '', 1, 24, 7, 2, ''),
(4370, 83, 0, 30000614, '', 0, 0, 0, 0, ''),
(4371, 83, 94, 30000622, '', 1, 18, 7, 2, ''),
(4372, 83, 94, 30000613, '', 1, 17, 7, 2, ''),
(4373, 83, 94, 30000600, '', 1, 16, 7, 2, ''),
(4374, 83, 0, 30000614, '', 0, 0, 0, 0, ''),
(4375, 83, 94, 30000614, '', 1, 19, 7, 2, ''),
(4376, 83, 0, 30000614, '', 0, 0, 0, 0, ''),
(4377, 83, 0, 30000614, '', 0, 0, 0, 0, ''),
(4378, 83, 0, 30000614, '', 0, 0, 0, 0, ''),
(4383, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4382, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4381, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4380, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4379, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4384, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4385, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4386, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4387, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4388, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4389, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4390, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4391, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4392, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4393, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4394, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4395, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4396, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4397, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4398, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4399, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4400, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4401, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4402, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4403, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4404, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4405, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4406, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4407, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4408, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4409, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4410, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4411, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4412, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4413, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4414, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4415, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4416, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4417, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4418, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4419, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4420, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4421, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4422, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4423, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4424, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4425, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4426, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4427, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4428, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4429, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4430, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4431, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4432, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4433, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4434, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4435, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4436, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4437, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4438, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4439, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4440, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4441, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4442, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4443, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4444, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4445, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4446, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4447, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4448, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4449, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4450, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4451, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4452, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4453, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4454, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4455, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4456, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4457, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4458, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4459, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4460, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4461, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4462, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4463, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4464, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4465, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4466, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4467, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4468, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4469, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4470, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4471, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4472, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4473, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4474, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4475, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4476, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4477, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4478, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4479, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4480, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4481, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4482, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4483, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4484, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4485, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4486, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4487, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4488, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4489, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4490, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4491, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4492, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4493, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4494, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4495, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4496, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4497, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4498, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4499, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4500, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4501, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4502, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4503, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4504, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4505, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4506, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4507, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4508, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4509, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4510, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4511, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4512, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4513, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4514, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4515, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4516, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4517, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4518, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4519, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4520, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4521, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4522, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4523, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4524, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4525, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4526, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4527, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4528, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4529, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4530, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4531, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4532, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4533, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4534, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4535, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4536, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4537, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4538, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4539, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4540, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4541, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4542, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4543, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4544, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4545, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4546, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4547, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4548, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4549, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4550, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4551, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4552, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4553, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4554, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4555, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4556, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4557, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4558, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4559, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4560, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4561, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4562, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4563, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4564, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4565, 94, 0, 1171, '', 0, 0, 0, 0, ''),
(4566, 94, 0, 1171, '', 10, 5, 0, 0, ''),
(4567, 94, 0, 1171, '', 9, 5, 0, 0, ''),
(4568, 94, 0, 1171, '', 8, 5, 0, 0, ''),
(4569, 94, 0, 1171, '', 7, 5, 0, 0, ''),
(4570, 94, 0, 1171, '', 11, 2, 0, 2, ''),
(4571, 94, 0, 1171, '', 11, 3, 0, 2, ''),
(4572, 94, 0, 1171, '', 11, 4, 0, 2, ''),
(4573, 94, 0, 1171, '', 6, 5, 0, 0, ''),
(4574, 94, 0, 1171, '', 5, 1, 0, 2, ''),
(4575, 94, 0, 1171, '', 11, 1, 0, 2, ''),
(4576, 94, 0, 1171, '', 5, 4, 0, 2, ''),
(4577, 94, 0, 1171, '', 5, 3, 0, 2, ''),
(4578, 94, 0, 1171, '', 5, 2, 0, 2, ''),
(4579, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4580, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4581, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4582, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4583, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4584, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4585, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4586, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4587, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4588, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4589, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4590, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4591, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4592, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4593, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4594, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4595, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4596, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4597, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4598, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4599, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4600, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4601, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4602, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4603, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4604, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4605, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4606, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4607, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4608, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4609, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4610, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4611, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4612, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4613, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4614, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4615, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4616, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4617, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4618, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4619, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4620, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4621, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4622, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4623, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4624, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4625, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4626, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4627, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4628, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4629, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4630, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4631, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4632, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4633, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4634, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4635, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4636, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4637, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4638, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4639, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4640, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4641, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4642, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4643, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4644, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4645, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4646, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4647, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4648, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4649, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4650, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4651, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4652, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4653, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4654, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4655, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4656, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4657, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4658, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4659, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4660, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4661, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4662, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4663, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4664, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4665, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4666, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4667, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4668, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4669, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4670, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4671, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4672, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4673, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4674, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4675, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4676, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4677, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4678, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4679, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4680, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4681, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4682, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4683, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4684, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4685, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4686, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4687, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4688, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4689, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4690, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4691, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4692, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4693, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4694, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4695, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4696, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4697, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4698, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4699, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4700, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4701, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4702, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4703, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4704, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4705, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4706, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4707, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4708, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4709, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4710, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4711, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4712, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4713, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4714, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4715, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4716, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4717, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4718, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4719, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4720, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4721, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4722, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4723, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4724, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4725, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4726, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4727, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4728, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4729, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4730, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4731, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4732, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4733, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4734, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4735, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4736, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4737, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4738, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4739, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4740, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4741, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4742, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4743, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4744, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4745, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4746, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4747, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4748, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4749, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4750, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4751, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4752, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4753, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4754, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4755, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4756, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4757, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4758, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4759, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4760, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4761, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4762, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4763, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4764, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4765, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4766, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4767, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4768, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4769, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4770, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4771, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4772, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4773, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4774, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4775, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4776, 94, 0, 1168, '', 0, 0, 0, 0, ''),
(4777, 94, 0, 1168, '', 11, 5, 0, 0, ''),
(4778, 94, 0, 1168, '', 5, 5, 0, 4, ''),
(4779, 112, 91, 20348, '', 13, 25, 0, 0, ''),
(4792, 83, 94, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=0,11 l=5,23 l'),
(4782, 112, 91, 20350, '', 10, 25, 0, 0, ''),
(4780, 112, 91, 20350, '', 10, 22, 0, 0, ''),
(4781, 112, 91, 20350, '', 16, 25, 0, 0, ''),
(4783, 112, 91, 20350, '', 16, 22, 0, 0, ''),
(4784, 112, 91, 20350, '', 13, 22, 0, 0, ''),
(4785, 112, 91, 20347, '', 13, 19, 0, 0, ''),
(4786, 112, 91, 20346, '', 16, 19, 0, 0, ''),
(4787, 112, 91, 20346, '', 10, 19, 0, 0, ''),
(4788, 112, 91, 20345, '', 19, 19, 0, 6, ''),
(4789, 112, 91, 20345, '', 7, 19, 0, 0, ''),
(4791, 112, 91, 20350, '', 10, 16, 0, 0, ''),
(4790, 112, 91, 20350, '', 13, 16, 0, 0, ''),
(4793, 112, 91, 20350, '', 16, 16, 0, 0, ''),
(4794, 112, 91, 20344, '', 19, 16, 0, 4, ''),
(4797, 112, 91, 20348, '', 13, 13, 0, 4, ''),
(4798, 112, 91, 20342, '', 16, 7, 0, 4, ''),
(4799, 112, 91, 20342, '', 10, 7, 0, 2, ''),
(4800, 112, 91, 20342, '', 10, 10, 0, 0, ''),
(4801, 112, 91, 20342, '', 16, 10, 0, 6, ''),
(4802, 112, 91, 20344, '', 19, 13, 0, 4, ''),
(4803, 112, 91, 20344, '', 13, 10, 0, 0, ''),
(4804, 112, 91, 20350, '', 10, 13, 0, 0, ''),
(4805, 112, 91, 20350, '', 16, 13, 0, 0, ''),
(4806, 112, 91, 20344, '', 7, 10, 0, 2, ''),
(4807, 112, 91, 20344, '', 7, 13, 0, 2, ''),
(4808, 24, 22, 99980589, '', 4, 3, 0, 2, ''),
(4809, 112, 91, 20344, '', 19, 10, 0, 4, ''),
(4810, 112, 91, 20343, '', 19, 7, 0, 4, ''),
(4811, 112, 91, 20343, '', 7, 7, 0, 2, ''),
(4849, 112, 91, 20348, '', 13, 19, 0, 6, ''),
(4812, 112, 91, 20349, '', 13, 7, 0, 0, ''),
(4813, 83, 0, 375, '', 0, 0, 0, 0, ''),
(4814, 83, 0, 375, '', 0, 0, 0, 0, ''),
(4815, 83, 0, 377, '', 0, 0, 0, 0, ''),
(4820, 83, 0, 368, '', 0, 0, 0, 0, ''),
(4816, 83, 0, 369, '', 0, 0, 0, 0, ''),
(4817, 112, 91, 20346, '', 13, 22, 0, 4, ''),
(4818, 112, 91, 20346, '', 13, 22, 0, 0, ''),
(4819, 83, 0, 370, '', 0, 0, 0, 0, ''),
(4821, 112, 91, 20348, '', 16, 19, 0, 2, ''),
(4822, 83, 0, 369, '', 0, 0, 0, 0, ''),
(4823, 112, 91, 20348, '', 13, 16, 0, 0, ''),
(4824, 112, 91, 20348, '', 10, 19, 0, 6, ''),
(4825, 83, 0, 375, '', 0, 0, 0, 0, ''),
(4826, 112, 91, 20348, '', 13, 22, 0, 4, ''),
(4827, 83, 0, 373, '', 0, 0, 0, 0, ''),
(4828, 83, 0, 374, '', 0, 0, 0, 0, ''),
(4829, 83, 0, 377, '', 0, 0, 0, 0, ''),
(4830, 83, 0, 368, '', 0, 0, 0, 0, ''),
(4831, 83, 0, 373, '', 0, 0, 0, 0, ''),
(4832, 83, 0, 375, '', 0, 0, 0, 0, ''),
(4833, 83, 0, 374, '', 0, 0, 0, 0, ''),
(4854, 91, 97, 1000, '', 5, 2, 0, 0, ''),
(4855, 91, 97, 1000, '', 5, 1, 0, 0, ''),
(4853, 91, 97, 1000, '', 1, 5, 0, 0, ''),
(4852, 91, 97, 1000, '', 1, 8, 0, 0, ''),
(4834, 112, 91, 20346, '', 16, 22, 0, 4, ''),
(4835, 112, 91, 20346, '', 16, 22, 0, 0, ''),
(4836, 112, 91, 20346, '', 16, 22, 0, 0, ''),
(4837, 112, 91, 20346, '', 16, 19, 0, 4, ''),
(4838, 112, 91, 20346, '', 16, 16, 0, 0, ''),
(4839, 112, 91, 20346, '', 16, 16, 0, 4, ''),
(4840, 112, 91, 20346, '', 13, 16, 0, 4, ''),
(4841, 112, 91, 20346, '', 13, 16, 0, 0, ''),
(4842, 112, 91, 20346, '', 10, 16, 0, 4, ''),
(4843, 112, 91, 20346, '', 10, 16, 0, 0, ''),
(4844, 112, 91, 20346, '', 10, 19, 0, 4, ''),
(4845, 112, 91, 20346, '', 10, 22, 0, 4, ''),
(4846, 112, 91, 20346, '', 10, 22, 0, 0, ''),
(4847, 116, 92, 4727, '1', 4, 9, 0, 0, ''),
(4889, 91, 97, 1049, '', 8, 1, 0, 0, ''),
(4890, 91, 97, 1049, '', 7, 1, 0, 0, ''),
(4891, 91, 97, 1049, '', 6, 1, 0, 0, ''),
(4892, 91, 97, 1049, '', 5, 3, 0, 2, ''),
(4893, 91, 97, 1049, '', 5, 2, 0, 2, ''),
(4894, 91, 97, 1517, '0', 5, 8, 0, 2, ''),
(4895, 91, 97, 1517, '1', 5, 5, 0, 2, ''),
(4896, 91, 97, 1050, '', 11, 2, 0, 4, ''),
(4897, 91, 97, 1050, '', 10, 2, 0, 4, ''),
(4898, 91, 97, 1050, '', 9, 2, 0, 4, ''),
(4899, 91, 97, 1050, '', 8, 2, 0, 4, ''),
(4900, 91, 97, 1050, '', 7, 2, 0, 4, ''),
(4901, 91, 97, 1050, '', 6, 2, 0, 4, ''),
(4952, 112, 91, 3000287, '', 19, 34, 0, 0, ''),
(4951, 112, 91, 3000287, '', 21, 34, 0, 0, ''),
(4950, 112, 91, 3000287, '', 22, 33, 0, 0, ''),
(4949, 112, 91, 3000287, '', 22, 31, 0, 0, ''),
(4948, 112, 91, 3000287, '', 22, 29, 0, 0, ''),
(4902, 112, 0, 20344, '', 0, 0, 0, 0, ''),
(4903, 112, 0, 20344, '', 0, 0, 0, 0, ''),
(4904, 112, 0, 20344, '', 0, 0, 0, 0, ''),
(4905, 112, 0, 20344, '', 0, 0, 0, 0, ''),
(4906, 112, 91, 20344, '', 13, 16, 0, 6, ''),
(4907, 112, 91, 20344, '', 13, 22, 0, 0, ''),
(4908, 112, 91, 20344, '', 16, 22, 0, 4, ''),
(4909, 112, 91, 20344, '', 16, 19, 0, 4, ''),
(4910, 112, 91, 20344, '', 16, 16, 0, 4, ''),
(4911, 91, 97, 1050, '', 4, 7, 0, 4, ''),
(4912, 112, 91, 20344, '', 16, 16, 0, 6, ''),
(4913, 112, 91, 20344, '', 13, 16, 0, 0, ''),
(4914, 112, 91, 20344, '', 10, 16, 0, 6, ''),
(4915, 112, 91, 20344, '', 10, 16, 0, 2, ''),
(4916, 112, 91, 20344, '', 10, 19, 0, 2, ''),
(4917, 112, 91, 20344, '', 10, 22, 0, 0, ''),
(4918, 91, 97, 1050, '', 3, 7, 0, 4, ''),
(4919, 112, 91, 20344, '', 10, 22, 0, 2, ''),
(4920, 112, 91, 20344, '', 16, 22, 0, 0, ''),
(4921, 112, 91, 20344, '', 13, 22, 0, 4, ''),
(4922, 91, 97, 1050, '', 2, 8, 0, 2, ''),
(4923, 91, 97, 1050, '', 2, 9, 0, 2, ''),
(4924, 91, 97, 1091, '', 2, 7, 0, 0, ''),
(4925, 94, 0, 408, '', 0, 0, 0, 0, ''),
(4926, 91, 97, 1717, '', 0, 0, 0, 0, ':w=3,4 l=13,61 r'),
(4927, 91, 97, 1717, '', 0, 0, 0, 0, ':w=4,4 l=12,61 r'),
(4928, 91, 97, 1717, '', 0, 0, 0, 0, ':w=0,8 l=17,62 l'),
(4929, 91, 97, 1717, '', 0, 0, 0, 0, ':w=0,7 l=16,63 l'),
(4930, 91, 97, 1717, '', 0, 0, 0, 0, ':w=0,6 l=16,62 l'),
(4931, 91, 97, 1717, '', 0, 0, 0, 0, ':w=1,4 l=16,63 r'),
(4932, 91, 97, 1717, '', 0, 0, 0, 0, ':w=2,4 l=14,62 r'),
(4933, 91, 97, 1717, '', 0, 0, 0, 0, ':w=0,10 l=19,61 l'),
(4934, 91, 97, 1717, '', 0, 0, 0, 0, ':w=0,9 l=18,62 l'),
(4935, 91, 97, 1717, '', 0, 0, 0, 0, ':w=4,4 l=18,62 l'),
(4936, 91, 97, 1717, '', 0, 0, 0, 0, ':w=4,3 l=17,62 l'),
(4937, 91, 97, 1717, '', 0, 0, 0, 0, ':w=4,2 l=15,63 l'),
(4938, 91, 97, 1717, '', 0, 0, 0, 0, ':w=4,1 l=15,63 l'),
(4939, 91, 97, 1717, '', 0, 0, 0, 0, ':w=5,0 l=16,63 r'),
(4940, 91, 97, 1717, '', 0, 0, 0, 0, ':w=6,0 l=15,62 r'),
(4941, 91, 97, 1717, '', 0, 0, 0, 0, ':w=7,0 l=14,62 r'),
(4942, 91, 97, 1717, '', 0, 0, 0, 0, ':w=8,0 l=13,61 r'),
(4943, 91, 97, 1717, '', 0, 0, 0, 0, ':w=9,0 l=12,61 r'),
(4944, 91, 97, 1717, '', 0, 0, 0, 0, ':w=10,0 l=12,61 r'),
(4945, 91, 97, 1717, '', 0, 0, 0, 0, ':w=11,0 l=10,60 r'),
(4946, 112, 91, 20335, '', 13, 34, 0, 0, ''),
(4947, 112, 91, 20337, '', 13, 6, 0, 4, ''),
(4953, 112, 91, 3000287, '', 17, 34, 0, 0, ''),
(4954, 112, 91, 3000287, '', 15, 34, 0, 0, ''),
(4955, 112, 91, 3000287, '', 13, 34, 0, 0, ''),
(4956, 112, 91, 3000287, '', 11, 34, 0, 0, ''),
(4957, 112, 91, 3000287, '', 9, 34, 0, 0, ''),
(4958, 112, 91, 3000280, '', 22, 28, 0, 0, ''),
(4959, 112, 91, 3000280, '', 22, 30, 0, 0, ''),
(4960, 112, 91, 3000280, '', 22, 32, 0, 0, ''),
(4961, 112, 91, 3000280, '', 22, 34, 0, 0, ''),
(4962, 112, 91, 3000280, '', 20, 34, 0, 0, ''),
(4963, 112, 91, 3000280, '', 18, 34, 0, 0, ''),
(4964, 112, 91, 3000280, '', 16, 34, 0, 0, ''),
(4965, 112, 91, 3000280, '', 14, 34, 0, 0, ''),
(4966, 112, 91, 3000280, '', 12, 34, 0, 0, ''),
(4967, 112, 91, 3000280, '', 10, 34, 0, 0, ''),
(4968, 112, 91, 3000287, '', 7, 34, 0, 0, ''),
(4969, 112, 91, 3000287, '', 6, 33, 0, 0, ''),
(4970, 112, 91, 3000287, '', 6, 31, 0, 0, ''),
(4971, 112, 91, 3000287, '', 6, 29, 0, 0, ''),
(4972, 112, 91, 3000287, '', 6, 27, 0, 0, ''),
(4973, 112, 91, 3000287, '', 6, 25, 0, 0, ''),
(4974, 112, 91, 3000287, '', 6, 23, 0, 0, ''),
(4975, 112, 91, 3000287, '', 6, 21, 0, 0, ''),
(4976, 112, 91, 3000287, '', 6, 19, 0, 0, ''),
(4977, 112, 91, 3000287, '', 6, 17, 0, 0, ''),
(4978, 112, 91, 3000280, '', 8, 34, 0, 0, ''),
(4979, 112, 91, 3000280, '', 6, 34, 0, 0, ''),
(4980, 112, 91, 3000280, '', 6, 32, 0, 0, ''),
(4981, 112, 91, 3000280, '', 6, 30, 0, 0, ''),
(4982, 112, 91, 3000280, '', 6, 28, 0, 0, ''),
(4983, 112, 91, 3000280, '', 6, 26, 0, 0, ''),
(4984, 112, 91, 3000280, '', 6, 24, 0, 0, ''),
(4985, 112, 91, 3000280, '', 6, 22, 0, 0, ''),
(4986, 112, 91, 3000280, '', 6, 20, 0, 0, ''),
(4987, 112, 91, 3000280, '', 6, 18, 0, 0, ''),
(4988, 112, 91, 3000287, '', 6, 15, 0, 0, ''),
(4989, 112, 91, 3000287, '', 6, 13, 0, 0, ''),
(4990, 112, 91, 3000287, '', 6, 11, 0, 0, ''),
(4991, 112, 91, 3000287, '', 6, 9, 0, 0, ''),
(4992, 112, 91, 3000287, '', 6, 7, 0, 0, ''),
(4993, 112, 91, 3000287, '', 7, 6, 0, 0, ''),
(4994, 112, 91, 3000287, '', 9, 6, 0, 0, ''),
(4995, 112, 91, 3000287, '', 11, 6, 0, 0, ''),
(4996, 112, 91, 3000287, '', 15, 6, 0, 0, ''),
(4997, 112, 91, 3000287, '', 13, 6, 0, 0, ''),
(4998, 112, 91, 3000280, '', 6, 16, 0, 0, ''),
(4999, 112, 91, 3000280, '', 6, 14, 0, 0, ''),
(5000, 112, 91, 3000280, '', 6, 12, 0, 0, ''),
(5001, 112, 91, 3000280, '', 6, 10, 0, 0, ''),
(5002, 112, 91, 3000280, '', 6, 8, 0, 0, ''),
(5003, 112, 91, 3000280, '', 6, 6, 0, 0, ''),
(5004, 112, 91, 3000280, '', 8, 6, 0, 0, ''),
(5005, 112, 91, 3000280, '', 10, 6, 0, 0, ''),
(5006, 112, 91, 3000280, '', 12, 6, 0, 0, ''),
(5007, 112, 91, 3000280, '', 14, 6, 0, 0, ''),
(5008, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5009, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5010, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5011, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5012, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5013, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5014, 112, 91, 3000287, '', 17, 6, 0, 0, ''),
(5015, 112, 91, 3000287, '', 19, 6, 0, 0, ''),
(5016, 112, 91, 3000287, '', 21, 6, 0, 0, ''),
(5017, 112, 91, 3000287, '', 22, 7, 0, 0, ''),
(5018, 112, 91, 3000287, '', 22, 9, 0, 0, ''),
(5019, 112, 91, 3000287, '', 22, 11, 0, 0, ''),
(5020, 112, 91, 3000287, '', 22, 13, 0, 0, ''),
(5021, 112, 91, 3000287, '', 22, 15, 0, 0, ''),
(5022, 112, 91, 3000287, '', 22, 17, 0, 0, ''),
(5023, 112, 91, 3000287, '', 22, 19, 0, 0, ''),
(5024, 112, 91, 3000287, '', 22, 21, 0, 0, ''),
(5025, 112, 91, 3000287, '', 22, 23, 0, 0, ''),
(5026, 112, 91, 3000287, '', 22, 25, 0, 0, ''),
(5027, 112, 91, 3000287, '', 22, 27, 0, 0, ''),
(5028, 91, 97, 1697, '', 0, 0, 0, 0, ':w=0,5 l=15,28 l'),
(5029, 91, 97, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=9,0 l=21,117 r'),
(5032, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5033, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5034, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5035, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5036, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5037, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5038, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5039, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5040, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5041, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5042, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5043, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5044, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5045, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5046, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5047, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5048, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5049, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5050, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5051, 112, 0, 3000287, '', 0, 0, 0, 0, ''),
(5052, 112, 91, 3000280, '', 22, 8, 0, 0, ''),
(5053, 112, 91, 3000280, '', 22, 10, 0, 0, ''),
(5054, 112, 91, 3000280, '', 22, 12, 0, 0, ''),
(5055, 112, 91, 3000280, '', 22, 14, 0, 0, ''),
(5056, 112, 91, 3000280, '', 22, 16, 0, 0, ''),
(5057, 112, 91, 3000280, '', 22, 18, 0, 0, ''),
(5058, 112, 91, 3000280, '', 22, 20, 0, 0, ''),
(5059, 112, 91, 3000280, '', 22, 22, 0, 0, ''),
(5060, 112, 91, 3000280, '', 22, 24, 0, 0, ''),
(5061, 112, 91, 3000280, '', 22, 26, 0, 0, ''),
(5062, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5063, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5064, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5065, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5066, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5067, 112, 0, 3000280, '', 0, 0, 0, 0, ''),
(5068, 112, 91, 3000280, '', 22, 6, 0, 0, ''),
(5069, 112, 91, 3000280, '', 20, 6, 0, 0, ''),
(5070, 112, 91, 3000280, '', 18, 6, 0, 0, ''),
(5071, 112, 91, 3000280, '', 16, 6, 0, 0, ''),
(5072, 112, 91, 3000288, '', 8, 1, 0, 0, ''),
(5073, 112, 91, 3000288, '', 8, 5, 0, 0, ''),
(5074, 112, 91, 3000288, '', 7, 4, 0, 0, ''),
(5075, 112, 91, 3000288, '', 6, 5, 0, 0, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(5076, 112, 91, 3000288, '', 6, 3, 0, 0, ''),
(5077, 112, 91, 3000288, '', 10, 5, 0, 0, ''),
(5078, 112, 91, 3000288, '', 9, 4, 0, 0, ''),
(5079, 112, 91, 3000288, '', 8, 3, 0, 0, ''),
(5080, 112, 91, 3000288, '', 7, 2, 0, 0, ''),
(5081, 112, 91, 3000288, '', 6, 1, 0, 0, ''),
(5082, 112, 91, 3000283, '', 10, 4, 0, 0, ''),
(5083, 112, 91, 3000283, '', 9, 3, 0, 0, ''),
(5084, 112, 91, 3000283, '', 8, 2, 0, 0, ''),
(5085, 112, 91, 3000283, '', 9, 5, 0, 0, ''),
(5086, 112, 91, 3000283, '', 8, 4, 0, 0, ''),
(5087, 112, 91, 3000283, '', 7, 3, 0, 0, ''),
(5088, 112, 91, 3000283, '', 7, 5, 0, 0, ''),
(5089, 112, 91, 3000283, '', 6, 4, 0, 0, ''),
(5090, 112, 91, 3000283, '', 6, 2, 0, 0, ''),
(5091, 112, 91, 3000283, '', 7, 1, 0, 0, ''),
(5092, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5093, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5094, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5095, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5096, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5097, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5098, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5099, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5100, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5101, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5102, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5103, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5104, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5105, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5106, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5107, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5108, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5109, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5110, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5111, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5112, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5113, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5114, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5115, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5116, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5117, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5118, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5119, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5120, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5121, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5122, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5123, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5124, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5125, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5126, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5127, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5128, 112, 0, 3000288, '', 0, 0, 0, 0, ''),
(5129, 112, 91, 3000288, '', 22, 3, 0, 0, ''),
(5130, 112, 91, 3000288, '', 22, 1, 0, 0, ''),
(5131, 112, 91, 3000288, '', 21, 2, 0, 0, ''),
(5132, 112, 91, 3000288, '', 22, 5, 0, 0, ''),
(5133, 112, 91, 3000288, '', 21, 4, 0, 0, ''),
(5134, 112, 91, 3000288, '', 20, 3, 0, 0, ''),
(5135, 112, 91, 3000288, '', 18, 1, 0, 0, ''),
(5136, 112, 91, 3000288, '', 20, 5, 0, 0, ''),
(5137, 112, 91, 3000288, '', 19, 4, 0, 0, ''),
(5138, 112, 91, 3000288, '', 17, 2, 0, 0, ''),
(5139, 112, 91, 3000288, '', 16, 1, 0, 0, ''),
(5140, 112, 91, 3000288, '', 18, 5, 0, 0, ''),
(5141, 112, 91, 3000288, '', 16, 3, 0, 0, ''),
(5142, 112, 91, 3000288, '', 15, 2, 0, 0, ''),
(5143, 112, 91, 3000288, '', 14, 1, 0, 0, ''),
(5144, 112, 91, 3000288, '', 20, 1, 0, 0, ''),
(5145, 112, 91, 3000288, '', 19, 2, 0, 0, ''),
(5146, 112, 91, 3000288, '', 18, 3, 0, 0, ''),
(5147, 112, 91, 3000288, '', 17, 4, 0, 0, ''),
(5148, 112, 91, 3000288, '', 16, 5, 0, 0, ''),
(5149, 112, 91, 3000288, '', 15, 4, 0, 0, ''),
(5150, 112, 91, 3000288, '', 14, 5, 0, 0, ''),
(5151, 112, 91, 3000288, '', 13, 4, 0, 0, ''),
(5152, 112, 91, 3000288, '', 14, 3, 0, 0, ''),
(5153, 112, 91, 3000288, '', 12, 1, 0, 0, ''),
(5154, 112, 91, 3000288, '', 13, 2, 0, 0, ''),
(5155, 112, 91, 3000288, '', 12, 3, 0, 0, ''),
(5156, 112, 91, 3000288, '', 11, 2, 0, 0, ''),
(5157, 112, 91, 3000288, '', 10, 1, 0, 0, ''),
(5158, 112, 91, 3000288, '', 12, 5, 0, 0, ''),
(5159, 112, 91, 3000288, '', 11, 4, 0, 0, ''),
(5160, 112, 91, 3000288, '', 10, 3, 0, 0, ''),
(5161, 112, 91, 3000288, '', 9, 2, 0, 0, ''),
(5162, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5163, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5164, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5165, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5166, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5167, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5168, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5169, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5170, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5171, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5172, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5173, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5174, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5175, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5176, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5177, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5178, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5179, 112, 0, 3000283, '', 0, 0, 0, 0, ''),
(5180, 112, 91, 3000283, '', 22, 4, 0, 0, ''),
(5181, 112, 91, 3000283, '', 20, 2, 0, 0, ''),
(5182, 112, 91, 3000283, '', 21, 5, 0, 0, ''),
(5183, 112, 91, 3000283, '', 19, 3, 0, 0, ''),
(5184, 112, 91, 3000283, '', 18, 2, 0, 0, ''),
(5185, 112, 91, 3000283, '', 17, 5, 0, 0, ''),
(5186, 112, 91, 3000283, '', 16, 4, 0, 0, ''),
(5187, 112, 91, 3000283, '', 15, 3, 0, 0, ''),
(5188, 112, 91, 3000283, '', 14, 2, 0, 0, ''),
(5189, 112, 91, 3000283, '', 18, 4, 0, 0, ''),
(5190, 112, 91, 3000283, '', 17, 3, 0, 0, ''),
(5191, 112, 91, 3000283, '', 16, 2, 0, 0, ''),
(5192, 112, 91, 3000283, '', 19, 5, 0, 0, ''),
(5193, 112, 91, 3000283, '', 20, 4, 0, 0, ''),
(5194, 112, 91, 3000283, '', 21, 3, 0, 0, ''),
(5195, 112, 91, 3000283, '', 22, 2, 0, 0, ''),
(5196, 112, 91, 3000283, '', 21, 1, 0, 0, ''),
(5197, 112, 91, 3000283, '', 19, 1, 0, 0, ''),
(5198, 112, 91, 3000283, '', 17, 1, 0, 0, ''),
(5199, 112, 91, 3000283, '', 15, 1, 0, 0, ''),
(5200, 112, 91, 3000283, '', 13, 1, 0, 0, ''),
(5201, 112, 91, 3000283, '', 15, 5, 0, 0, ''),
(5202, 112, 91, 3000283, '', 14, 4, 0, 0, ''),
(5203, 112, 91, 3000283, '', 13, 3, 0, 0, ''),
(5204, 112, 91, 3000283, '', 11, 3, 0, 0, ''),
(5205, 112, 91, 3000283, '', 13, 5, 0, 0, ''),
(5206, 112, 91, 3000283, '', 12, 4, 0, 0, ''),
(5207, 112, 91, 3000283, '', 11, 1, 0, 0, ''),
(5208, 112, 91, 3000283, '', 12, 2, 0, 0, ''),
(5209, 112, 91, 3000283, '', 11, 5, 0, 0, ''),
(5210, 112, 91, 3000283, '', 10, 2, 0, 0, ''),
(5211, 112, 91, 3000283, '', 9, 1, 0, 0, ''),
(5212, 127, 0, 135, '', 0, 0, 0, 0, ''),
(5213, 96, 0, 3000285, '', 0, 0, 0, 0, ''),
(5214, 96, 0, 3000285, '', 0, 0, 0, 0, ''),
(5215, 96, 101, 3000285, '', 11, 2, 0, 0, ''),
(5216, 96, 101, 3000285, '', 11, 3, 0, 0, ''),
(5217, 96, 101, 3000285, '', 11, 4, 0, 0, ''),
(5218, 96, 101, 3000285, '', 11, 5, 0, 0, ''),
(5219, 96, 101, 3000285, '', 11, 6, 0, 0, ''),
(5220, 96, 101, 3000285, '', 11, 7, 0, 0, ''),
(5221, 96, 101, 3000285, '', 11, 8, 0, 0, ''),
(5222, 96, 101, 3000285, '', 11, 9, 0, 0, ''),
(5223, 96, 101, 3000285, '', 11, 10, 0, 0, ''),
(5224, 96, 101, 3000285, '', 11, 11, 0, 0, ''),
(5225, 96, 101, 3000285, '', 11, 12, 0, 0, ''),
(5226, 96, 101, 3000285, '', 11, 13, 0, 0, ''),
(5227, 96, 101, 3000285, '', 10, 13, 0, 0, ''),
(5228, 96, 101, 3000285, '', 9, 13, 0, 0, ''),
(5229, 96, 101, 3000285, '', 8, 13, 0, 0, ''),
(5230, 96, 101, 3000285, '', 7, 13, 0, 0, ''),
(5231, 96, 101, 3000285, '', 6, 13, 0, 0, ''),
(5232, 96, 101, 3000285, '', 5, 13, 0, 0, ''),
(5233, 112, 91, 20331, '', 18, 1, 0, 4, ''),
(5234, 112, 91, 20331, '', 13, 1, 0, 4, ''),
(5235, 112, 91, 20331, '', 8, 1, 0, 4, ''),
(5236, 112, 91, 20330, '', 18, 1, 0, 4, ''),
(5237, 112, 91, 20330, '', 13, 1, 0, 4, ''),
(5238, 112, 91, 20330, '', 8, 1, 0, 4, ''),
(5239, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5240, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5241, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5242, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5243, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5244, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5245, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5246, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5247, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5248, 96, 0, 3000286, '', 0, 0, 0, 0, ''),
(5249, 96, 101, 3000286, '', 9, 2, 0, 0, ''),
(5250, 96, 101, 3000286, '', 8, 2, 0, 0, ''),
(5251, 96, 101, 3000286, '', 7, 2, 0, 0, ''),
(5252, 96, 101, 3000286, '', 6, 2, 0, 0, ''),
(5253, 96, 101, 3000286, '', 5, 2, 0, 0, ''),
(5254, 96, 101, 3000286, '', 5, 3, 0, 0, ''),
(5255, 96, 101, 3000286, '', 5, 4, 0, 0, ''),
(5256, 96, 101, 3000286, '', 5, 5, 0, 0, ''),
(5257, 96, 101, 3000286, '', 5, 6, 0, 0, ''),
(5258, 96, 101, 3000286, '', 5, 7, 0, 0, ''),
(5259, 112, 0, 446, '', 0, 0, 0, 0, ''),
(5260, 112, 0, 446, '', 0, 0, 0, 0, ''),
(5261, 112, 0, 446, '', 0, 0, 0, 0, ''),
(5262, 96, 101, 217, '', 11, 13, 0, 0, ''),
(5263, 96, 101, 217, '', 11, 1, 0, 0, ''),
(5264, 96, 101, 217, '', 4, 1, 0, 0, ''),
(5265, 96, 101, 217, '', 4, 13, 0, 0, ''),
(5266, 96, 101, 218, '', 11, 9, 0, 6, ''),
(5267, 96, 101, 218, '', 11, 11, 0, 6, ''),
(5268, 96, 101, 218, '', 9, 13, 0, 0, ''),
(5269, 96, 101, 218, '', 7, 13, 0, 0, ''),
(5270, 96, 101, 218, '', 5, 13, 0, 0, ''),
(5271, 96, 101, 218, '', 9, 1, 0, 0, ''),
(5272, 96, 101, 218, '', 7, 1, 0, 0, ''),
(5273, 96, 101, 218, '', 5, 1, 0, 0, ''),
(5274, 96, 0, 218, '', 5, 5, 0, 6, ''),
(5275, 96, 101, 218, '', 4, 5, 0, 6, ''),
(5276, 96, 101, 218, '', 4, 7, 0, 6, ''),
(5277, 96, 101, 218, '', 4, 9, 0, 6, ''),
(5278, 96, 101, 218, '', 4, 11, 0, 6, ''),
(5279, 91, 0, 299, 'Winder 2-2-2014 Il Game è facile:\r\rIo girerò il Dado,dipende numero che esce,voi dovrete avanzare,vince chi arriverÃ* alla fine.\r\rBuon Game', 0, 0, 0, 0, ''),
(5280, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5281, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5282, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5283, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5284, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5285, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5286, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5287, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5288, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5289, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5290, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5291, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5292, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5293, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5294, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5295, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5296, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5297, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5298, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5299, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5300, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5301, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5302, 112, 91, 3568406, '', 5, 1, 1, 2, ''),
(5303, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5304, 112, 0, 3568406, '', 0, 0, 0, 0, ''),
(5305, 112, 91, 20324, '', 1, 9, 4, 2, ''),
(5306, 112, 91, 20324, '', 1, 5, 4, 2, ''),
(5307, 112, 91, 20324, '', 1, 1, 4, 2, ''),
(5308, 91, 97, 299, 'Winder 2-2-2014 Il Game è facile:\r\rIo girerò il Dado,dipende il numero che esce,voi dovrete avanzare,vince chi arriverÃ* alla fine.\r\rBuon Game', 5, 3, 1, 0, ''),
(5309, 112, 91, 20324, '', 1, 31, 4, 2, ''),
(5482, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5310, 112, 91, 20324, '', 4, 27, 1, 2, ''),
(5311, 112, 91, 20324, '', 4, 31, 1, 2, ''),
(5479, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5312, 112, 91, 20324, '', 3, 23, 2, 2, ''),
(5313, 112, 91, 20324, '', 3, 27, 2, 2, ''),
(5314, 112, 91, 20324, '', 3, 31, 2, 2, ''),
(5315, 112, 91, 20324, '', 2, 23, 3, 2, ''),
(5316, 112, 91, 20324, '', 2, 27, 3, 2, ''),
(5317, 112, 91, 20324, '', 2, 31, 3, 2, ''),
(5318, 112, 91, 20324, '', 4, 1, 1, 2, ''),
(5319, 112, 91, 20324, '', 4, 5, 1, 2, ''),
(5320, 112, 91, 20324, '', 4, 9, 1, 2, ''),
(5321, 112, 91, 20324, '', 3, 1, 2, 2, ''),
(5322, 112, 91, 20324, '', 3, 5, 2, 2, ''),
(5323, 112, 91, 20324, '', 3, 9, 2, 2, ''),
(5324, 112, 91, 20324, '', 2, 1, 3, 2, ''),
(5325, 112, 91, 20324, '', 2, 5, 3, 2, ''),
(5326, 112, 91, 20324, '', 2, 9, 3, 2, ''),
(5327, 112, 91, 20324, '', 1, 23, 4, 2, ''),
(5328, 112, 91, 20324, '', 1, 27, 4, 2, ''),
(5329, 91, 0, 1000310, '', 0, 0, 0, 0, ''),
(5481, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5330, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5331, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5332, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5333, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5334, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5335, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5336, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5337, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5338, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5339, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5340, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5341, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5342, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5343, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5344, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5345, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5346, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5347, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5348, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5349, 95, 0, 99980589, '', 0, 0, 0, 0, ''),
(5350, 95, 102, 99980589, '', 8, 1, 0, 4, ''),
(5351, 95, 102, 99980589, '', 5, 1, 0, 4, ''),
(5352, 95, 102, 99980589, '', 4, 2, 0, 2, ''),
(5353, 95, 0, 99980589, '', 4, 6, 0, 2, ''),
(5354, 95, 102, 99980589, '', 4, 8, 0, 2, ''),
(5355, 95, 102, 99980589, '', 4, 11, 0, 2, ''),
(5356, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5357, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5358, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5359, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5360, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5361, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5362, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5363, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5364, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5365, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5366, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5367, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5368, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5369, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5370, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5371, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5372, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5373, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5374, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5375, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5376, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5377, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5378, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5379, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5380, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5381, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5382, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5383, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5384, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5385, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5386, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5387, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5388, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5389, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5390, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5391, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5392, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5393, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5394, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5395, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5396, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5397, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5398, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5399, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5400, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5401, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5402, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5403, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5404, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5405, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5406, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5407, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5408, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5409, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5410, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5411, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5412, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5413, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5414, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5415, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5416, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5417, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5418, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5419, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5420, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5421, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5422, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5423, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5424, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5425, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5426, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5427, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5428, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5429, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5430, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5431, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5432, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5433, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5434, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5435, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5436, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5437, 95, 0, 247, '', 0, 0, 0, 0, ''),
(5438, 95, 102, 247, '', 9, 7, 0, 0, ''),
(5439, 95, 102, 247, '', 9, 9, 0, 0, ''),
(5440, 95, 102, 247, '', 7, 6, 0, 0, ''),
(5441, 95, 102, 247, '', 7, 4, 0, 0, ''),
(5442, 95, 102, 247, '', 9, 6, 0, 0, ''),
(5443, 95, 102, 247, '', 9, 4, 0, 0, ''),
(5444, 95, 102, 247, '', 9, 2, 0, 0, ''),
(5445, 95, 102, 247, '', 7, 2, 0, 0, ''),
(5446, 95, 102, 247, '', 5, 2, 0, 0, ''),
(5447, 95, 102, 247, '', 5, 3, 0, 0, ''),
(5448, 95, 102, 247, '', 5, 5, 0, 0, ''),
(5449, 95, 102, 247, '', 5, 7, 0, 0, ''),
(5450, 95, 102, 247, '', 7, 7, 0, 0, ''),
(5451, 95, 102, 247, '', 7, 9, 0, 0, ''),
(5452, 95, 102, 247, '', 9, 11, 0, 0, ''),
(5453, 95, 102, 247, '', 7, 11, 0, 0, ''),
(5454, 95, 102, 247, '', 5, 9, 0, 0, ''),
(5455, 95, 102, 247, '', 5, 11, 0, 0, ''),
(5480, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5456, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5457, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5458, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5459, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5460, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5461, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5462, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5463, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5464, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5465, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5466, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5467, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5468, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5469, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5470, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5471, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5472, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5473, 95, 0, 202, '', 0, 0, 0, 0, ''),
(5474, 95, 102, 202, '', 4, 7, 0, 2, ''),
(5475, 95, 102, 202, '', 7, 1, 0, 4, ''),
(5476, 95, 102, 202, '', 4, 4, 0, 2, ''),
(5477, 6, 0, 202, '', 0, 0, 0, 0, ''),
(5478, 95, 102, 202, '', 4, 10, 0, 2, ''),
(5483, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5484, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5485, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5486, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5487, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5488, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5489, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5490, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5491, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5492, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5493, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5494, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5495, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5496, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5497, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5498, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5499, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5500, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5501, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5502, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5503, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5504, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5505, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5506, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5507, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5508, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5509, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5510, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5511, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5512, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5513, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5514, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5515, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5516, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5517, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5518, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5519, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5520, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5521, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5522, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5523, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5524, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5525, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5526, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5527, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5528, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5529, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5530, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5531, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5532, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5533, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5534, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5535, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5536, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5537, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5538, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5539, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5540, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5541, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5542, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5543, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5544, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5545, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5546, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5547, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5548, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5549, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5550, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5551, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5552, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5553, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5554, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5555, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5556, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5557, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5558, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5559, 95, 0, 20045, '', 0, 0, 0, 0, ''),
(5560, 95, 102, 20045, '', 10, 9, 0, 0, ''),
(5561, 95, 102, 20045, '', 10, 10, 0, 0, ''),
(5562, 95, 102, 20045, '', 10, 12, 0, 0, ''),
(5563, 95, 102, 20045, '', 8, 12, 0, 0, ''),
(5564, 95, 102, 20045, '', 6, 12, 0, 0, ''),
(5565, 95, 102, 20045, '', 10, 7, 0, 0, ''),
(5566, 95, 102, 20045, '', 10, 5, 0, 0, ''),
(5567, 95, 102, 20045, '', 10, 3, 0, 0, ''),
(5568, 95, 102, 20045, '', 10, 1, 0, 0, ''),
(5569, 95, 102, 20045, '', 8, 1, 0, 0, ''),
(5570, 95, 102, 20045, '', 6, 1, 0, 0, ''),
(5571, 95, 102, 20045, '', 4, 1, 0, 0, ''),
(5572, 95, 102, 20045, '', 4, 2, 0, 0, ''),
(5573, 95, 102, 20045, '', 4, 4, 0, 0, ''),
(5574, 95, 102, 20045, '', 4, 7, 0, 0, ''),
(5575, 95, 102, 20045, '', 4, 6, 0, 0, ''),
(5576, 95, 102, 20045, '', 4, 8, 0, 0, ''),
(5577, 95, 102, 20045, '', 4, 10, 0, 0, ''),
(5578, 95, 102, 20045, '', 4, 12, 0, 0, ''),
(5579, 95, 0, 20116, '', 0, 0, 0, 0, ''),
(5580, 95, 102, 20116, '0', 10, 1, 0, 0, ''),
(5581, 95, 102, 20116, '0', 4, 13, 0, 0, ''),
(5582, 95, 102, 20116, '0', 4, 1, 0, 0, ''),
(5583, 112, 91, 20324, '', 4, 23, 1, 2, ''),
(5584, 95, 102, 30000618, '', 8, 9, 0, 2, ''),
(5585, 95, 102, 30000615, '', 8, 8, 0, 2, ''),
(5586, 95, 102, 30000600, '', 8, 7, 0, 2, ''),
(5587, 95, 102, 30000612, '', 8, 6, 0, 2, ''),
(5588, 112, 91, 890, '', 5, 4, 1, 2, ''),
(5589, 112, 91, 890, '', 5, 6, 1, 2, ''),
(5590, 112, 91, 890, '', 5, 8, 1, 2, ''),
(5591, 112, 91, 890, '', 5, 10, 1, 2, ''),
(5592, 112, 91, 890, '', 5, 12, 1, 2, ''),
(5593, 112, 91, 890, '', 5, 14, 1, 2, ''),
(5594, 112, 91, 890, '', 5, 16, 1, 2, ''),
(5595, 112, 91, 890, '', 5, 19, 1, 2, ''),
(5596, 112, 91, 890, '', 5, 21, 1, 2, ''),
(5597, 112, 91, 890, '', 5, 23, 1, 2, ''),
(5598, 112, 91, 890, '', 5, 25, 1, 2, ''),
(5599, 112, 91, 890, '', 5, 27, 1, 2, ''),
(5600, 112, 91, 890, '', 5, 29, 1, 2, ''),
(5601, 112, 91, 890, '', 5, 31, 1, 2, ''),
(5602, 112, 91, 890, '', 5, 33, 1, 2, ''),
(5603, 112, 91, 29317, '0', 5, 18, 1, 6, ''),
(5604, 112, 91, 890, '', 5, 2, 1, 2, ''),
(5605, 54, 0, 19953, '', 0, 0, 0, 0, ':w=5,0 l=13,64 r'),
(5606, 54, 0, 19953, '', 0, 0, 0, 0, ':w=7,0 l=28,72 r'),
(5607, 54, 0, 19953, '', 0, 0, 0, 0, ':w=10,0 l=16,66 r'),
(5608, 54, 0, 19953, '', 0, 0, 0, 0, ':w=3,2 l=18,64 l'),
(5609, 54, 0, 19953, '', 0, 0, 0, 0, ':w=3,4 l=30,59 l'),
(5610, 54, 0, 19953, '', 0, 0, 0, 0, ':w=3,6 l=7,70 l'),
(5611, 54, 0, 19953, '', 0, 0, 0, 0, ':w=3,9 l=18,65 l'),
(5612, 54, 0, 19953, '', 0, 0, 0, 0, ':w=3,12 l=22,63 l'),
(5613, 54, 0, 19938, '', 6, 10, 0, 0, ''),
(5614, 54, 0, 19938, '', 10, 4, 0, 0, ''),
(5615, 54, 0, 19938, '', 8, 5, 0, 0, ''),
(5616, 54, 0, 19938, '', 8, 6, 0, 0, ''),
(5617, 54, 0, 19938, '', 10, 6, 0, 0, ''),
(5618, 54, 0, 19938, '', 10, 8, 0, 0, ''),
(5619, 54, 0, 19938, '', 8, 8, 0, 0, ''),
(5620, 54, 0, 19938, '', 8, 10, 0, 0, ''),
(5621, 54, 0, 19938, '', 10, 10, 0, 0, ''),
(5622, 54, 0, 19938, '', 10, 12, 0, 0, ''),
(5623, 54, 0, 19938, '', 8, 12, 0, 0, ''),
(5624, 54, 0, 19938, '', 6, 12, 0, 0, ''),
(5625, 54, 0, 19938, '', 10, 1, 0, 0, ''),
(5626, 54, 0, 19938, '', 4, 1, 0, 0, ''),
(5627, 54, 0, 19938, '', 4, 2, 0, 0, ''),
(5628, 54, 0, 19938, '', 4, 4, 0, 0, ''),
(5629, 54, 0, 19938, '', 4, 6, 0, 0, ''),
(5630, 54, 0, 19938, '', 4, 8, 0, 0, ''),
(5631, 54, 0, 19938, '', 4, 10, 0, 0, ''),
(5632, 54, 0, 19938, '', 4, 12, 0, 0, ''),
(5633, 112, 0, 38499, '', 0, 0, 0, 0, ''),
(5636, 112, 91, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=2,0 l=1,23 r'),
(5702, 135, 134, 4609121, '', 7, 1, 0, 0, ''),
(5703, 115, 0, 24698, '', 13, 6, 0, 0, ''),
(5704, 115, 0, 24698, '', 16, 6, 0, 6, ''),
(5705, 115, 0, 24698, '', 16, 8, 0, 6, ''),
(5706, 115, 0, 24698, '', 16, 10, 0, 6, ''),
(5707, 115, 0, 24698, '', 0, 0, 0, 0, ''),
(5697, 134, 0, 25825, '', 0, 0, 0, 0, ''),
(5698, 95, 9, 39300162, '', 6, 7, 0, 4, ''),
(5699, 95, 0, 192837465, '', 0, 0, 0, 0, ''),
(5700, 95, 50, 39300163, '', 11, 5, 0, 4, ''),
(5701, 95, 102, 8263, 'imageUrl=http://cdn-1.habbohosting.info/web-gallery/v2/images/styles/tck_hotel/bg.png offsetX=10 offsetY=10 offsetZ=10', 10, 2, 0, 0, ''),
(5637, 54, 0, 19938, '', 0, 0, 0, 0, ''),
(5638, 54, 0, 19938, '', 0, 0, 0, 0, ''),
(5639, 54, 0, 19938, '', 0, 0, 0, 0, ''),
(5640, 54, 0, 19938, '', 0, 0, 0, 0, ''),
(5641, 54, 0, 19938, '', 10, 2, 0, 0, ''),
(5642, 54, 0, 19938, '', 8, 3, 0, 0, ''),
(5643, 54, 0, 19938, '', 6, 3, 0, 0, ''),
(5644, 54, 0, 19938, '', 6, 4, 0, 0, ''),
(5645, 54, 0, 19938, '', 6, 6, 0, 0, ''),
(5646, 54, 0, 19938, '', 6, 8, 0, 0, ''),
(5647, 54, 0, 217, '', 11, 4, 0, 0, ''),
(5648, 54, 0, 217, '', 11, 1, 0, 0, ''),
(5649, 54, 0, 217, '', 4, 1, 0, 0, ''),
(5650, 54, 0, 218, '', 11, 2, 5, 6, ''),
(5651, 54, 0, 218, '', 5, 1, 0, 0, ''),
(5652, 54, 0, 218, '', 5, 1, 5, 0, ''),
(5653, 54, 0, 218, '', 7, 1, 5, 0, ''),
(5654, 54, 0, 218, '', 4, 2, 0, 6, ''),
(5655, 54, 0, 218, '', 7, 1, 0, 0, ''),
(5656, 125, 0, 167, '! - Chesterfield', 0, 0, 0, 0, ''),
(5663, 54, 0, 77705, '1', 11, 1, 1, 0, ''),
(5657, 54, 0, 218, '', 9, 1, 5, 0, ''),
(5658, 54, 104, 218, '', 4, 4, 0, 6, ''),
(5665, 54, 104, 218, '', 11, 4, 0, 6, ''),
(5666, 54, 104, 218, '', 11, 2, 0, 6, ''),
(5659, 54, 104, 217, '', 11, 6, 0, 0, ''),
(5660, 54, 104, 217, '', 11, 1, 0, 0, ''),
(5661, 54, 104, 217, '', 4, 1, 0, 0, ''),
(5662, 54, 104, 217, '', 4, 6, 0, 0, ''),
(5667, 54, 104, 218, '', 4, 2, 0, 6, ''),
(5664, 54, 0, 77705, '1', 11, 4, 1, 0, ''),
(5671, 54, 104, 218, '', 6, 6, 0, 0, ''),
(5670, 54, 104, 218, '', 8, 6, 0, 0, ''),
(5669, 54, 104, 218, '', 9, 1, 0, 0, ''),
(5668, 54, 104, 218, '', 7, 1, 0, 0, ''),
(5675, 54, 104, 89987, '', 9, 2, 1, 4, ''),
(5674, 54, 104, 89987, '', 8, 2, 1, 4, ''),
(5673, 54, 104, 219, '', 5, 6, 0, 0, ''),
(5672, 54, 104, 219, '', 10, 6, 0, 0, ''),
(5676, 54, 104, 89987, '', 7, 2, 1, 4, ''),
(5677, 54, 104, 89987, '', 6, 2, 1, 4, ''),
(5678, 54, 104, 89987, '', 5, 2, 1, 4, ''),
(5679, 54, 104, 218, '', 5, 1, 0, 0, ''),
(5680, 54, 104, 89986, '', 5, 2, 0, 0, ''),
(5681, 54, 104, 89986, '', 9, 2, 0, 0, ''),
(5682, 54, 104, 89988, '', 9, 3, 0, 0, ''),
(5683, 54, 104, 89988, '', 8, 3, 0, 0, ''),
(5684, 54, 104, 89988, '', 7, 3, 0, 0, ''),
(5685, 54, 104, 89988, '', 6, 3, 0, 0, ''),
(5686, 54, 104, 89988, '', 5, 3, 0, 0, ''),
(5690, 54, 0, 29301, '', 0, 0, 0, 0, ''),
(5689, 54, 0, 1683, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=11,0 l=14,60 r'),
(5691, 54, 0, 29293, '0', 11, 1, 6, 0, ''),
(5692, 54, 0, 29292, '1', 11, 1, 6, 2, ''),
(5708, 115, 0, 24698, '', 0, 0, 0, 0, ''),
(5694, 112, 0, 30000623, '', 0, 0, 0, 0, ''),
(5696, 134, 114, 25824, '', 9, 1, 0, 0, ''),
(5693, 114, 0, 30000602, '', 0, 0, 0, 0, ''),
(5695, 134, 114, 25824, '', 6, 1, 0, 0, ''),
(5711, 115, 0, 24698, '', 0, 0, 0, 0, ''),
(5712, 115, 0, 24698, '', 0, 0, 0, 0, ''),
(5714, 112, 0, 30000608, '', 0, 0, 0, 0, ''),
(5715, 131, 109, 30000607, '', 1, 17, 1, 2, ''),
(5716, 133, 107, 969003, '', 14, 14, 0, 6, ''),
(5718, 117, 103, 969006, '', 8, 1, 0, 4, ''),
(5719, 139, 0, 25824, '', 0, 0, 0, 0, ''),
(5721, 24, 135, 247, '', 7, 9, 0, 0, ''),
(5722, 24, 135, 247, '', 9, 9, 0, 0, ''),
(5723, 24, 135, 247, '', 9, 7, 0, 0, ''),
(5724, 24, 135, 247, '', 7, 7, 0, 0, ''),
(5725, 24, 135, 247, '', 9, 5, 0, 0, ''),
(5726, 24, 135, 247, '', 7, 5, 0, 0, ''),
(5727, 24, 135, 247, '', 5, 5, 0, 0, ''),
(5728, 24, 135, 247, '', 5, 7, 0, 0, ''),
(5729, 24, 135, 247, '', 5, 9, 0, 0, ''),
(5730, 24, 95, 247, '', 9, 7, 0, 4, ''),
(5731, 24, 95, 247, '', 8, 7, 0, 0, ''),
(5732, 24, 95, 247, '', 9, 5, 0, 0, ''),
(5733, 24, 95, 247, '', 8, 5, 0, 0, ''),
(5734, 24, 95, 247, '', 9, 9, 0, 4, ''),
(5735, 24, 95, 247, '', 8, 9, 0, 0, ''),
(5736, 24, 95, 247, '', 5, 7, 0, 0, ''),
(5737, 24, 95, 247, '', 5, 5, 0, 0, ''),
(5738, 24, 95, 247, '', 5, 9, 0, 0, ''),
(5739, 24, 107, 247, '', 27, 15, 0, 0, ''),
(5740, 24, 107, 247, '', 27, 13, 0, 0, ''),
(7369, 115, 117, 4305, '', 11, 9, 0, 0, ''),
(7368, 115, 117, 4305, '', 13, 9, 0, 0, ''),
(7367, 115, 117, 4305, '', 15, 9, 0, 0, ''),
(7366, 115, 117, 4305, '', 3, 9, 0, 0, ''),
(7365, 115, 117, 4305, '', 1, 9, 0, 0, ''),
(7364, 115, 117, 4306, '', 13, 11, 0, 0, ''),
(7363, 115, 117, 4306, '', 16, 11, 0, 0, ''),
(7362, 115, 117, 99026, '', 8, 26, 0, 0, ''),
(7361, 115, 117, 99026, '', 1, 15, 0, 2, ''),
(7360, 115, 117, 99026, '', 16, 15, 0, 6, ''),
(7359, 115, 117, 4306, '', 14, 13, 0, 0, ''),
(7358, 115, 117, 4306, '0', 11, 11, 0, 0, ''),
(7357, 115, 117, 4306, '', 3, 10, 0, 0, ''),
(7356, 115, 117, 4306, '', 2, 13, 0, 0, ''),
(7355, 115, 117, 4306, '', 1, 10, 0, 0, ''),
(7354, 115, 117, 4306, '', 3, 12, 0, 0, ''),
(7353, 115, 117, 4306, '', 1, 11, 0, 0, ''),
(7352, 115, 117, 4306, '', 6, 13, 0, 0, ''),
(7351, 115, 117, 4306, '', 16, 13, 0, 0, ''),
(7350, 115, 117, 4306, '', 12, 13, 0, 0, ''),
(7349, 115, 117, 4306, '', 13, 20, 0, 0, ''),
(7348, 115, 117, 99029, '', 10, 9, 0, 0, ''),
(5771, 24, 107, 247, '', 11, 19, 0, 0, ''),
(5772, 24, 107, 247, '', 11, 21, 0, 0, ''),
(5779, 24, 107, 247, '', 15, 27, 0, 0, ''),
(5781, 24, 107, 247, '', 17, 27, 0, 0, ''),
(5786, 24, 107, 247, '', 17, 17, 0, 0, ''),
(5788, 24, 107, 247, '', 17, 19, 0, 0, ''),
(5789, 24, 107, 247, '', 15, 1, 0, 0, ''),
(5790, 24, 107, 247, '', 15, 1, 0, 0, ''),
(5791, 24, 107, 247, '', 17, 1, 0, 0, ''),
(5792, 24, 107, 247, '', 17, 5, 0, 0, ''),
(5793, 24, 107, 247, '', 11, 9, 0, 0, ''),
(5794, 24, 107, 247, '', 17, 9, 0, 0, ''),
(5795, 24, 107, 247, '', 11, 5, 0, 0, ''),
(5796, 24, 107, 247, '', 17, 7, 0, 0, ''),
(5797, 24, 107, 247, '', 19, 17, 0, 0, ''),
(5798, 24, 107, 247, '', 17, 11, 0, 0, ''),
(5799, 24, 107, 247, '', 21, 17, 0, 0, ''),
(5800, 24, 107, 247, '', 11, 3, 0, 0, ''),
(5801, 24, 107, 247, '', 11, 7, 0, 0, ''),
(5802, 24, 107, 247, '', 23, 17, 0, 0, ''),
(5803, 24, 107, 247, '', 25, 17, 0, 0, ''),
(5804, 24, 107, 247, '', 27, 17, 0, 0, ''),
(5805, 24, 107, 247, '', 17, 3, 0, 0, ''),
(5806, 133, 107, 247, '', 13, 1, 0, 0, ''),
(5807, 24, 107, 247, '', 11, 1, 0, 0, ''),
(5808, 24, 107, 247, '', 27, 11, 0, 0, ''),
(5809, 24, 107, 247, '', 25, 11, 0, 0, ''),
(5810, 24, 107, 247, '', 23, 11, 0, 0, ''),
(5811, 24, 107, 247, '', 19, 11, 0, 0, ''),
(5812, 24, 107, 247, '', 21, 11, 0, 0, ''),
(5813, 24, 107, 247, '', 17, 21, 0, 0, ''),
(5814, 24, 107, 247, '', 17, 23, 0, 0, ''),
(5815, 24, 107, 247, '', 17, 25, 0, 0, ''),
(5816, 24, 107, 247, '', 17, 27, 0, 0, ''),
(5817, 24, 107, 247, '', 11, 23, 0, 0, ''),
(5818, 133, 107, 247, '', 11, 25, 0, 0, ''),
(5819, 24, 107, 247, '', 13, 27, 0, 0, ''),
(5820, 24, 107, 247, '', 11, 27, 0, 0, ''),
(5848, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5847, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5846, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5844, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5845, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5843, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5842, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5841, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5821, 115, 0, 320, '0', 0, 0, 0, 0, ''),
(5835, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5834, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5826, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5829, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5830, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5831, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5832, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5833, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5828, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5836, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5827, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5838, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5839, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5840, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5837, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5825, 126, 108, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,9 l=5,62 l'),
(5849, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5850, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5851, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5852, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5853, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5854, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5855, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5856, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5857, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5858, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5859, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5860, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5861, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5862, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5863, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5864, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5865, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5866, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5867, 94, 0, 1502, '', 0, 0, 0, 0, ''),
(5868, 94, 88, 1502, '', 15, 3, 0, 0, ''),
(5869, 94, 88, 1502, '', 15, 5, 0, 0, ''),
(5870, 94, 88, 1502, '', 15, 7, 0, 0, ''),
(5871, 94, 88, 1502, '', 15, 9, 0, 0, ''),
(5872, 94, 88, 1502, '', 15, 11, 0, 0, ''),
(5873, 94, 88, 1502, '', 15, 13, 0, 0, ''),
(5874, 94, 88, 1502, '', 15, 15, 0, 0, ''),
(5875, 94, 88, 1502, '', 15, 17, 0, 0, ''),
(5876, 94, 88, 1502, '', 15, 19, 0, 0, ''),
(5877, 94, 88, 1502, '', 15, 21, 0, 0, ''),
(5878, 94, 88, 1502, '', 15, 23, 0, 0, ''),
(5879, 94, 88, 1502, '1', 15, 25, 0, 2, ''),
(5880, 94, 88, 1502, '', 13, 25, 0, 2, ''),
(5881, 94, 88, 1502, '', 11, 25, 0, 2, ''),
(5882, 94, 88, 1502, '', 9, 25, 0, 2, ''),
(5883, 94, 88, 1502, '', 7, 25, 0, 2, ''),
(5884, 94, 88, 1502, '', 5, 25, 0, 2, ''),
(5885, 94, 88, 1502, '', 3, 25, 0, 2, ''),
(5886, 94, 88, 1502, '1', 1, 25, 0, 4, ''),
(5887, 94, 88, 1502, '', 1, 23, 0, 0, ''),
(5888, 94, 88, 1502, '', 1, 21, 0, 0, ''),
(5889, 94, 88, 1502, '', 1, 19, 0, 0, ''),
(5890, 94, 88, 1502, '', 1, 17, 0, 0, ''),
(5891, 94, 88, 1502, '', 1, 15, 0, 0, ''),
(5892, 94, 88, 1502, '', 1, 13, 0, 0, ''),
(5893, 94, 88, 1502, '', 1, 11, 0, 0, ''),
(5894, 94, 88, 1502, '', 1, 9, 0, 0, ''),
(5895, 94, 88, 1502, '', 1, 7, 0, 0, ''),
(5896, 94, 88, 1502, '', 1, 5, 0, 0, ''),
(5897, 94, 88, 1502, '', 1, 3, 0, 0, ''),
(5898, 94, 88, 1502, '1', 1, 1, 0, 6, ''),
(5899, 94, 88, 1502, '', 3, 1, 0, 2, ''),
(5900, 94, 88, 1502, '', 5, 1, 0, 2, ''),
(5901, 94, 88, 1502, '', 7, 1, 0, 2, ''),
(5902, 94, 88, 1502, '', 9, 1, 0, 2, ''),
(5903, 94, 88, 1502, '', 11, 1, 0, 2, ''),
(5904, 94, 88, 1502, '', 13, 1, 0, 2, ''),
(5905, 94, 88, 1502, '1', 15, 1, 0, 0, ''),
(7347, 133, 12, 30000601, '', 8, 6, 0, 2, ''),
(7346, 133, 12, 30000621, '', 8, 7, 0, 2, ''),
(7345, 133, 12, 30000607, '', 8, 8, 0, 2, ''),
(5928, 133, 107, 3000280, '', 11, 11, 0, 0, ''),
(5929, 133, 107, 3000280, '', 12, 12, 0, 0, ''),
(5930, 133, 107, 3000280, '', 11, 17, 0, 0, ''),
(5931, 133, 107, 3000280, '', 12, 14, 0, 0, ''),
(5932, 133, 107, 3000280, '', 11, 15, 0, 0, ''),
(5933, 133, 107, 3000280, '', 12, 16, 0, 0, ''),
(5934, 133, 107, 3000280, '', 11, 13, 0, 0, ''),
(5935, 133, 107, 3000280, '', 12, 18, 0, 0, ''),
(5936, 133, 107, 3000280, '', 3, 14, 0, 0, ''),
(5937, 133, 107, 3000280, '', 2, 13, 0, 0, ''),
(5938, 133, 107, 3000280, '', 3, 12, 0, 0, ''),
(5939, 133, 107, 3000280, '', 5, 14, 0, 0, ''),
(5940, 133, 107, 3000280, '', 4, 13, 0, 0, ''),
(5941, 133, 107, 3000280, '', 5, 12, 0, 0, ''),
(5942, 133, 107, 3000280, '', 6, 13, 0, 0, ''),
(5943, 133, 107, 3000280, '', 7, 14, 0, 0, ''),
(5944, 133, 107, 3000280, '', 7, 12, 0, 0, ''),
(5945, 133, 107, 3000280, '', 9, 12, 0, 0, ''),
(5946, 133, 107, 3000280, '', 8, 13, 0, 0, ''),
(5947, 133, 107, 3000280, '', 9, 14, 0, 0, ''),
(5948, 133, 107, 3000280, '', 8, 15, 0, 0, ''),
(5949, 133, 107, 3000280, '', 9, 16, 0, 0, ''),
(5950, 133, 107, 3000280, '', 18, 14, 0, 0, ''),
(5951, 133, 107, 3000280, '', 19, 15, 0, 0, ''),
(5952, 133, 107, 3000280, '', 20, 14, 0, 0, ''),
(5953, 133, 107, 3000280, '', 21, 15, 0, 0, ''),
(5954, 133, 107, 3000280, '', 22, 14, 0, 0, ''),
(5955, 133, 107, 3000280, '', 23, 15, 0, 0, ''),
(5956, 133, 107, 3000280, '', 24, 14, 0, 0, ''),
(5957, 133, 107, 3000280, '', 25, 15, 0, 0, ''),
(5958, 133, 107, 3000280, '', 25, 14, 0, 0, ''),
(5959, 133, 107, 3000280, '', 24, 15, 0, 0, ''),
(5960, 133, 107, 3000280, '', 23, 14, 0, 0, ''),
(5961, 133, 107, 3000280, '', 22, 15, 0, 0, ''),
(5962, 133, 107, 3000280, '', 21, 14, 0, 0, ''),
(5963, 133, 107, 3000280, '', 20, 15, 0, 0, ''),
(5964, 133, 107, 3000280, '', 19, 14, 0, 0, ''),
(5965, 133, 107, 3000280, '', 18, 15, 0, 0, ''),
(5966, 133, 107, 3000280, '', 18, 16, 0, 0, ''),
(5967, 133, 107, 3000280, '', 19, 16, 0, 0, ''),
(5968, 133, 107, 3000280, '', 20, 16, 0, 0, ''),
(5969, 133, 107, 3000280, '', 21, 16, 0, 0, ''),
(5970, 133, 107, 3000280, '', 22, 16, 0, 0, ''),
(5971, 133, 107, 3000280, '', 23, 16, 0, 0, ''),
(5972, 133, 107, 3000280, '', 24, 16, 0, 0, ''),
(5973, 133, 107, 3000280, '', 25, 16, 0, 0, ''),
(5974, 133, 107, 3000280, '', 26, 16, 0, 0, ''),
(5975, 133, 107, 3000280, '', 26, 15, 0, 0, ''),
(5976, 133, 107, 3000280, '', 26, 14, 0, 0, ''),
(5977, 133, 107, 3000280, '', 26, 13, 0, 0, ''),
(5978, 133, 107, 3000280, '', 25, 13, 0, 0, ''),
(5979, 133, 107, 3000280, '', 24, 13, 0, 0, ''),
(5980, 133, 107, 3000280, '', 23, 13, 0, 0, ''),
(5981, 133, 107, 3000280, '', 22, 13, 0, 0, ''),
(5982, 133, 107, 3000280, '', 21, 13, 0, 0, ''),
(5983, 133, 107, 3000280, '', 20, 13, 0, 0, ''),
(5984, 133, 107, 3000280, '', 19, 13, 0, 0, ''),
(5985, 133, 107, 3000280, '', 18, 13, 0, 0, ''),
(5986, 133, 107, 3000280, '', 17, 13, 0, 0, ''),
(5987, 133, 107, 3000280, '', 17, 14, 0, 0, ''),
(5988, 133, 107, 3000280, '', 17, 15, 0, 0, ''),
(5989, 133, 107, 3000280, '', 17, 16, 0, 0, ''),
(5990, 133, 107, 3000280, '', 15, 19, 0, 0, ''),
(5991, 133, 107, 3000280, '', 14, 20, 0, 0, ''),
(5992, 133, 107, 3000280, '', 15, 21, 0, 0, ''),
(5993, 133, 107, 3000280, '', 14, 22, 0, 0, ''),
(5994, 133, 107, 3000280, '', 15, 23, 0, 0, ''),
(5995, 133, 107, 3000280, '', 15, 25, 0, 0, ''),
(5996, 133, 107, 3000280, '', 14, 24, 0, 0, ''),
(5997, 133, 107, 3000280, '', 14, 25, 0, 0, ''),
(5998, 133, 107, 3000280, '', 15, 24, 0, 0, ''),
(5999, 133, 107, 3000280, '', 14, 23, 0, 0, ''),
(6000, 133, 107, 3000280, '', 15, 22, 0, 0, ''),
(6001, 133, 107, 3000280, '', 14, 21, 0, 0, ''),
(6002, 133, 107, 3000280, '', 15, 20, 0, 0, ''),
(6003, 133, 107, 3000280, '', 14, 19, 0, 0, ''),
(6004, 133, 107, 3000280, '', 13, 19, 0, 0, ''),
(6005, 133, 107, 3000280, '', 13, 20, 0, 0, ''),
(6006, 133, 107, 3000280, '', 13, 21, 0, 0, ''),
(6007, 133, 107, 3000280, '', 13, 22, 0, 0, ''),
(6008, 133, 107, 3000280, '', 13, 24, 0, 0, ''),
(6009, 133, 107, 3000280, '', 13, 23, 0, 0, ''),
(6010, 133, 107, 3000280, '', 13, 25, 0, 0, ''),
(6011, 133, 107, 3000280, '', 13, 26, 0, 0, ''),
(6012, 133, 107, 3000280, '', 14, 26, 0, 0, ''),
(6013, 133, 107, 3000280, '', 15, 26, 0, 0, ''),
(6014, 133, 107, 3000280, '', 16, 26, 0, 0, ''),
(6015, 133, 107, 3000280, '', 16, 25, 0, 0, ''),
(6016, 133, 107, 3000280, '', 16, 24, 0, 0, ''),
(6017, 133, 107, 3000280, '', 16, 23, 0, 0, ''),
(6018, 133, 107, 3000280, '', 16, 22, 0, 0, ''),
(6019, 133, 107, 3000280, '', 16, 21, 0, 0, ''),
(6020, 133, 107, 3000280, '', 16, 20, 0, 0, ''),
(6021, 133, 107, 3000280, '', 16, 19, 0, 0, ''),
(6022, 133, 107, 3000280, '', 14, 17, 0, 0, ''),
(6023, 133, 107, 3000280, '', 13, 16, 0, 0, ''),
(6025, 133, 107, 3000280, '', 13, 14, 0, 0, ''),
(6026, 133, 107, 3000280, '', 14, 14, 0, 0, ''),
(6027, 133, 107, 3000280, '', 13, 15, 0, 0, ''),
(6029, 133, 107, 3000280, '', 13, 17, 0, 0, ''),
(6030, 133, 107, 3000280, '', 13, 18, 0, 0, ''),
(6031, 133, 107, 3000280, '', 14, 18, 0, 0, ''),
(6032, 133, 107, 3000280, '', 15, 18, 0, 0, ''),
(6033, 133, 107, 3000280, '', 16, 18, 0, 0, ''),
(6034, 133, 107, 3000280, '', 15, 17, 0, 0, ''),
(6037, 133, 107, 3000280, '', 15, 14, 0, 0, ''),
(6040, 133, 107, 3000280, '', 14, 11, 0, 0, ''),
(6041, 133, 107, 3000280, '', 13, 11, 0, 0, ''),
(6043, 133, 107, 3000280, '', 13, 12, 0, 0, ''),
(6044, 133, 107, 3000280, '', 13, 13, 0, 0, ''),
(6046, 133, 107, 3000280, '', 15, 11, 0, 0, ''),
(6047, 133, 107, 3000280, '', 15, 10, 0, 0, ''),
(6048, 133, 107, 3000280, '', 14, 10, 0, 0, ''),
(6049, 133, 107, 3000280, '', 13, 10, 0, 0, ''),
(6050, 133, 107, 3000280, '', 13, 9, 0, 0, ''),
(6051, 133, 107, 3000280, '', 14, 9, 0, 0, ''),
(6052, 133, 107, 3000280, '', 15, 9, 0, 0, ''),
(6053, 133, 107, 3000280, '', 15, 8, 0, 0, ''),
(6054, 133, 107, 3000280, '', 14, 8, 0, 0, ''),
(6055, 133, 107, 3000280, '', 13, 8, 0, 0, ''),
(6056, 133, 107, 3000280, '', 13, 7, 0, 0, ''),
(6057, 133, 107, 3000280, '', 14, 7, 0, 0, ''),
(6058, 133, 107, 3000280, '', 15, 7, 0, 0, ''),
(6059, 133, 107, 3000280, '', 15, 6, 0, 0, ''),
(6060, 133, 107, 3000280, '', 15, 5, 0, 0, ''),
(6061, 133, 107, 3000280, '', 14, 5, 0, 0, ''),
(6062, 133, 107, 3000280, '', 13, 6, 0, 0, ''),
(6063, 133, 107, 3000280, '', 14, 6, 0, 0, ''),
(6064, 133, 107, 3000280, '', 13, 5, 0, 0, ''),
(6065, 133, 107, 3000280, '', 16, 17, 0, 0, ''),
(6066, 133, 107, 3000280, '', 16, 16, 0, 0, ''),
(6067, 133, 107, 3000280, '', 16, 15, 0, 0, ''),
(6068, 133, 107, 3000280, '', 16, 14, 0, 0, ''),
(6069, 133, 107, 3000280, '', 16, 13, 0, 0, ''),
(6070, 133, 107, 3000280, '', 16, 12, 0, 0, ''),
(6071, 133, 107, 3000280, '', 16, 11, 0, 0, ''),
(6072, 133, 107, 3000280, '', 16, 10, 0, 0, ''),
(6073, 133, 107, 3000280, '', 16, 9, 0, 0, ''),
(6074, 133, 107, 3000280, '', 16, 8, 0, 0, ''),
(6075, 133, 107, 3000280, '', 16, 7, 0, 0, ''),
(6076, 133, 107, 3000280, '', 16, 6, 0, 0, ''),
(6077, 133, 107, 3000280, '', 16, 5, 0, 0, ''),
(6078, 133, 107, 3000280, '', 16, 4, 0, 0, ''),
(6079, 133, 107, 3000280, '', 16, 3, 0, 0, ''),
(6080, 133, 107, 3000280, '', 15, 4, 0, 0, ''),
(6081, 133, 107, 3000280, '', 15, 3, 0, 0, ''),
(6082, 133, 107, 3000280, '', 14, 4, 0, 0, ''),
(6083, 133, 107, 3000280, '', 14, 3, 0, 0, ''),
(6084, 133, 107, 3000280, '', 13, 4, 0, 0, ''),
(6085, 133, 107, 3000280, '', 13, 3, 0, 0, ''),
(6086, 133, 107, 1049, '', 4, 11, 3, 0, ''),
(6087, 133, 107, 1049, '', 3, 11, 3, 0, ''),
(6088, 133, 107, 1049, '', 2, 11, 3, 0, ''),
(6089, 133, 107, 1049, '', 1, 16, 2, 2, ''),
(6090, 133, 107, 1049, '', 1, 17, 2, 2, ''),
(6091, 133, 107, 1049, '', 1, 15, 2, 2, ''),
(6092, 133, 107, 1049, '', 1, 14, 2, 2, ''),
(6093, 133, 107, 1049, '', 1, 13, 2, 2, ''),
(6094, 133, 107, 1049, '', 1, 12, 2, 2, ''),
(6095, 133, 107, 1049, '', 9, 11, 2, 0, ''),
(6096, 133, 107, 1049, '', 8, 11, 2, 0, ''),
(6097, 133, 107, 1049, '', 7, 11, 2, 0, ''),
(6098, 133, 107, 1049, '', 6, 11, 2, 0, ''),
(6099, 133, 107, 1049, '', 5, 11, 2, 0, ''),
(6100, 133, 107, 1049, '', 4, 11, 2, 0, ''),
(6101, 133, 107, 1049, '', 3, 11, 2, 0, ''),
(6102, 133, 107, 1049, '', 2, 11, 2, 0, ''),
(6103, 133, 107, 1049, '', 9, 11, 1, 0, ''),
(6104, 133, 107, 1049, '', 8, 11, 1, 0, ''),
(6105, 133, 107, 1049, '', 7, 11, 1, 0, ''),
(6106, 133, 107, 1049, '', 6, 11, 1, 0, ''),
(6107, 133, 107, 1049, '', 5, 11, 1, 0, ''),
(6108, 133, 107, 1049, '', 4, 11, 1, 0, ''),
(6109, 133, 107, 1049, '', 3, 11, 1, 0, ''),
(6110, 133, 107, 1049, '', 2, 11, 1, 0, ''),
(6111, 133, 107, 1049, '', 9, 11, 0, 0, ''),
(6112, 133, 107, 1049, '', 8, 11, 0, 0, ''),
(6113, 133, 107, 1049, '', 6, 11, 0, 0, ''),
(6114, 133, 107, 1049, '', 7, 11, 0, 0, ''),
(6115, 133, 107, 1049, '', 5, 11, 0, 0, ''),
(6116, 133, 107, 1049, '', 4, 11, 0, 0, ''),
(6117, 133, 107, 1049, '', 3, 11, 0, 0, ''),
(6118, 133, 107, 1049, '', 2, 11, 0, 0, ''),
(6119, 133, 107, 1049, '', 1, 12, 1, 2, ''),
(6120, 133, 107, 1049, '', 1, 13, 1, 2, ''),
(6121, 133, 107, 1049, '', 1, 14, 1, 2, ''),
(6122, 133, 107, 1049, '', 1, 15, 1, 2, ''),
(6123, 133, 107, 1049, '', 1, 16, 1, 2, ''),
(6124, 133, 107, 1049, '', 1, 17, 1, 2, ''),
(6125, 133, 107, 1049, '', 1, 17, 0, 2, ''),
(6126, 133, 107, 1049, '', 1, 16, 0, 2, ''),
(6127, 133, 107, 1049, '', 1, 15, 0, 2, ''),
(6128, 133, 107, 1049, '', 1, 14, 0, 2, ''),
(6129, 133, 107, 1049, '', 1, 13, 0, 2, ''),
(6130, 133, 107, 1049, '', 1, 12, 0, 2, ''),
(6131, 133, 107, 1049, '', 2, 18, 4, 0, ''),
(6132, 133, 107, 1049, '', 6, 18, 4, 0, ''),
(6133, 133, 107, 1049, '', 10, 17, 4, 2, ''),
(6134, 133, 107, 1049, '', 10, 16, 4, 2, ''),
(6135, 133, 107, 1049, '', 4, 18, 4, 0, ''),
(6136, 133, 107, 1049, '', 10, 15, 4, 2, ''),
(6137, 133, 107, 1049, '', 10, 14, 4, 2, ''),
(6138, 133, 107, 1049, '', 5, 18, 4, 0, ''),
(6139, 133, 107, 1049, '', 10, 13, 4, 2, ''),
(6140, 133, 107, 1049, '', 10, 12, 4, 2, ''),
(6147, 133, 107, 1049, '', 2, 18, 3, 0, ''),
(6148, 133, 107, 1049, '', 3, 18, 3, 0, ''),
(6149, 133, 107, 1049, '', 4, 18, 3, 0, ''),
(6150, 133, 107, 1049, '', 5, 18, 3, 0, ''),
(6151, 133, 107, 1049, '', 6, 18, 3, 0, ''),
(6152, 133, 107, 1049, '', 7, 18, 3, 0, ''),
(6153, 133, 107, 1049, '', 8, 18, 3, 0, ''),
(6154, 133, 107, 1049, '', 9, 18, 3, 0, ''),
(6155, 133, 107, 1049, '', 9, 18, 2, 0, ''),
(6156, 133, 107, 1049, '', 8, 18, 2, 0, ''),
(6157, 133, 107, 1049, '', 7, 18, 2, 0, ''),
(6158, 133, 107, 1049, '', 6, 18, 2, 0, ''),
(6159, 133, 107, 1049, '', 5, 18, 2, 0, ''),
(6160, 133, 107, 1049, '', 4, 18, 2, 0, ''),
(6161, 133, 107, 1049, '', 3, 18, 2, 0, ''),
(6162, 133, 107, 1049, '', 2, 18, 2, 0, ''),
(6163, 133, 107, 1049, '', 9, 18, 1, 0, ''),
(6164, 133, 107, 1049, '', 8, 18, 1, 0, ''),
(6165, 133, 107, 1049, '', 7, 18, 1, 0, ''),
(6166, 133, 107, 1049, '', 6, 18, 1, 0, ''),
(6167, 133, 107, 1049, '', 5, 18, 1, 0, ''),
(6168, 133, 107, 1049, '', 4, 18, 1, 0, ''),
(6169, 133, 107, 1049, '', 3, 18, 1, 0, ''),
(6170, 133, 107, 1049, '', 2, 18, 1, 0, ''),
(6171, 133, 107, 1049, '', 9, 18, 0, 0, ''),
(6172, 133, 107, 1049, '', 8, 18, 0, 0, ''),
(6173, 133, 107, 1049, '', 7, 18, 0, 0, ''),
(6174, 133, 107, 1049, '', 6, 18, 0, 0, ''),
(6175, 133, 107, 1049, '', 5, 18, 0, 0, ''),
(6176, 133, 107, 1049, '', 4, 18, 0, 0, ''),
(6177, 133, 107, 1049, '', 3, 18, 0, 0, ''),
(6178, 133, 107, 1049, '', 2, 18, 0, 0, ''),
(6179, 133, 107, 1049, '', 1, 16, 3, 2, ''),
(6180, 133, 107, 1049, '', 1, 17, 3, 2, ''),
(6181, 133, 107, 1049, '', 1, 15, 3, 2, ''),
(6182, 133, 107, 1049, '', 1, 14, 3, 2, ''),
(6183, 133, 107, 1049, '', 1, 13, 3, 2, ''),
(6184, 133, 107, 1049, '', 1, 12, 3, 2, ''),
(6185, 133, 107, 1049, '', 9, 11, 3, 0, ''),
(6186, 133, 107, 1049, '', 8, 11, 3, 0, ''),
(6187, 133, 107, 1049, '', 7, 11, 3, 0, ''),
(6188, 133, 107, 1049, '', 6, 11, 3, 0, ''),
(6189, 133, 107, 1049, '', 5, 11, 3, 0, ''),
(6190, 131, 0, 20342, '', 0, 0, 0, 0, ''),
(6191, 131, 109, 20342, '', 16, 7, 0, 4, ''),
(6192, 131, 109, 20342, '', 16, 10, 0, 6, ''),
(6193, 131, 109, 20342, '', 10, 7, 0, 2, ''),
(6194, 131, 109, 20342, '', 10, 10, 0, 0, ''),
(6195, 131, 109, 20342, '', 16, 28, 0, 4, ''),
(6196, 131, 109, 20342, '', 16, 31, 0, 6, ''),
(6197, 131, 109, 20342, '', 10, 28, 0, 2, ''),
(6198, 131, 109, 20342, '', 10, 31, 0, 0, ''),
(6199, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6200, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6201, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6202, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6203, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6204, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6205, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6206, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6207, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6208, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6209, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6210, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6211, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6212, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6213, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6214, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6215, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6216, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6217, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6218, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6219, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6220, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6221, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6222, 131, 0, 20344, '', 0, 0, 0, 0, ''),
(6223, 131, 109, 20344, '', 13, 10, 0, 0, ''),
(6224, 131, 109, 20344, '', 19, 16, 0, 4, ''),
(6225, 131, 109, 20344, '', 19, 13, 0, 4, ''),
(6226, 131, 109, 20344, '', 19, 10, 0, 4, ''),
(6227, 131, 109, 20344, '', 7, 10, 0, 2, ''),
(6228, 131, 109, 20344, '', 7, 13, 0, 2, ''),
(6229, 131, 109, 20344, '', 7, 22, 0, 2, ''),
(6230, 131, 109, 20344, '', 19, 28, 0, 4, ''),
(6231, 131, 109, 20344, '', 19, 25, 0, 4, ''),
(6232, 131, 109, 20344, '', 19, 22, 0, 4, ''),
(6233, 131, 109, 20344, '', 7, 16, 0, 2, ''),
(6234, 131, 109, 20344, '', 7, 25, 0, 2, ''),
(6235, 131, 109, 20344, '', 7, 28, 0, 2, ''),
(6236, 133, 107, 29301, '0', 2, 17, 0, 6, ''),
(6237, 131, 109, 20344, '', 13, 28, 0, 6, ''),
(6238, 131, 109, 20343, '', 19, 7, 0, 4, ''),
(6239, 131, 109, 20343, '', 7, 7, 0, 2, ''),
(6240, 131, 109, 20343, '', 19, 31, 0, 6, ''),
(6241, 131, 109, 20343, '', 7, 31, 0, 0, ''),
(6242, 133, 107, 29292, '1', 2, 17, 0, 6, ''),
(6243, 131, 109, 20345, '', 19, 19, 0, 6, ''),
(6244, 131, 109, 20345, '', 7, 19, 0, 0, ''),
(6245, 131, 109, 20347, '', 13, 19, 0, 0, ''),
(6246, 131, 109, 20346, '', 16, 19, 0, 0, ''),
(6247, 131, 109, 20346, '', 10, 19, 0, 0, ''),
(6248, 131, 109, 20350, '', 16, 13, 0, 0, ''),
(6249, 131, 109, 20350, '', 10, 13, 0, 0, ''),
(6250, 131, 109, 20350, '', 16, 16, 0, 0, ''),
(6251, 131, 109, 20350, '', 13, 16, 0, 0, ''),
(6252, 131, 109, 20350, '', 10, 16, 0, 0, ''),
(6253, 131, 109, 20350, '', 16, 25, 0, 0, ''),
(6254, 131, 109, 20350, '', 16, 22, 0, 0, ''),
(6255, 131, 109, 20350, '', 13, 22, 0, 0, ''),
(6256, 131, 109, 20350, '', 10, 22, 0, 0, ''),
(6257, 131, 109, 20350, '', 10, 25, 0, 0, ''),
(6258, 131, 109, 20348, '', 13, 25, 0, 0, ''),
(6259, 131, 109, 20328, '11', 14, 20, 0, 0, ''),
(6260, 131, 109, 20335, '', 13, 34, 0, 0, ''),
(6261, 131, 109, 20337, '', 13, 6, 0, 4, ''),
(6262, 131, 109, 20341, '', 5, 16, 1, 2, ''),
(6274, 133, 107, 1052, '', 1, 11, 4, 2, ''),
(6273, 133, 107, 1052, '', 1, 18, 4, 4, ''),
(6275, 133, 107, 1052, '', 10, 11, 4, 6, ''),
(6276, 133, 107, 1052, '', 10, 18, 4, 0, ''),
(6277, 133, 107, 1052, '', 10, 11, 2, 6, ''),
(6278, 133, 107, 1052, '', 10, 11, 0, 6, ''),
(6279, 133, 107, 1052, '', 10, 11, 3, 6, ''),
(6280, 133, 107, 1052, '', 10, 11, 1, 6, ''),
(6281, 133, 107, 1052, '', 10, 18, 3, 0, ''),
(6282, 133, 107, 1052, '', 10, 18, 2, 0, ''),
(6283, 133, 107, 1052, '', 10, 18, 1, 0, ''),
(6284, 133, 107, 1052, '', 10, 18, 0, 0, ''),
(6285, 133, 107, 1052, '', 1, 18, 0, 4, ''),
(6286, 133, 107, 1052, '', 1, 18, 3, 4, ''),
(6287, 133, 107, 1052, '', 1, 18, 1, 4, ''),
(6288, 133, 107, 1052, '', 1, 18, 2, 4, ''),
(6289, 133, 107, 1052, '', 1, 11, 1, 2, ''),
(6290, 133, 107, 1052, '', 1, 11, 2, 2, ''),
(6291, 133, 107, 1052, '', 1, 11, 3, 2, ''),
(6292, 133, 107, 1052, '', 1, 11, 0, 2, ''),
(6293, 131, 109, 20349, '', 13, 7, 0, 0, ''),
(6294, 131, 109, 20349, '', 13, 31, 0, 2, ''),
(6295, 131, 109, 20348, '', 13, 13, 0, 4, ''),
(6296, 133, 107, 1049, '', 1, 13, 4, 2, ''),
(6297, 133, 107, 1049, '', 1, 12, 4, 2, ''),
(6298, 133, 107, 1049, '', 2, 11, 4, 0, ''),
(6299, 133, 107, 1049, '', 3, 11, 4, 0, ''),
(6300, 133, 107, 1049, '', 4, 11, 4, 0, ''),
(6301, 133, 107, 1049, '', 5, 11, 4, 0, ''),
(6302, 133, 107, 1049, '', 8, 18, 4, 0, ''),
(6303, 133, 107, 1049, '', 6, 11, 4, 0, ''),
(6304, 133, 107, 1049, '', 7, 11, 4, 0, ''),
(6305, 133, 107, 1049, '', 9, 18, 4, 0, ''),
(6306, 133, 107, 1049, '', 8, 11, 4, 0, ''),
(6307, 133, 107, 1049, '', 9, 11, 4, 0, ''),
(6308, 133, 107, 1049, '', 7, 18, 4, 0, ''),
(6309, 133, 107, 1049, '', 3, 18, 4, 0, ''),
(6314, 133, 107, 1049, '', 1, 15, 4, 2, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(6315, 133, 107, 1049, '', 1, 17, 4, 2, ''),
(6316, 133, 107, 1049, '', 1, 14, 4, 2, ''),
(6317, 133, 107, 1049, '', 1, 16, 4, 2, ''),
(6318, 131, 109, 20353, '', 5, 22, 1, 2, ''),
(6319, 36, 0, 25824, '', 0, 0, 0, 0, ''),
(6320, 131, 109, 20354, '', 5, 12, 1, 2, ''),
(6328, 131, 109, 20331, '', 1, 26, 1, 2, ''),
(6321, 131, 109, 20331, '', 1, 6, 1, 2, ''),
(6322, 131, 109, 20331, '', 1, 3, 1, 2, ''),
(6323, 131, 109, 20330, '', 1, 6, 1, 2, ''),
(6324, 131, 109, 20330, '', 1, 3, 1, 2, ''),
(6325, 131, 109, 20330, '', 1, 26, 1, 2, ''),
(6326, 131, 109, 20330, '', 1, 29, 1, 2, ''),
(6327, 131, 109, 20331, '', 1, 29, 1, 2, ''),
(6353, 133, 107, 3000287, '', 14, 13, 0, 0, ''),
(6354, 133, 107, 3000287, '', 15, 12, 0, 0, ''),
(6355, 133, 107, 3000287, '', 14, 12, 0, 0, ''),
(6356, 133, 107, 3000287, '', 15, 13, 0, 0, ''),
(6357, 133, 107, 3000287, '', 15, 16, 0, 0, ''),
(6358, 133, 107, 3000287, '', 14, 15, 0, 0, ''),
(6359, 133, 107, 3000287, '', 15, 15, 0, 0, ''),
(6360, 133, 107, 3000287, '', 14, 16, 0, 0, ''),
(6361, 133, 107, 3000287, '', 12, 11, 0, 0, ''),
(6362, 133, 107, 3000287, '', 12, 13, 0, 0, ''),
(6363, 133, 107, 3000287, '', 11, 16, 0, 0, ''),
(6364, 133, 107, 3000287, '', 11, 14, 0, 0, ''),
(6365, 133, 107, 3000287, '', 12, 15, 0, 0, ''),
(6366, 133, 107, 3000287, '', 11, 12, 0, 0, ''),
(6367, 133, 107, 3000287, '', 11, 18, 0, 0, ''),
(6368, 133, 107, 3000287, '', 12, 17, 0, 0, ''),
(6369, 133, 107, 3000287, '', 2, 12, 0, 0, ''),
(6370, 133, 107, 3000287, '', 3, 13, 0, 0, ''),
(6371, 133, 107, 3000287, '', 4, 12, 0, 0, ''),
(6372, 133, 107, 3000287, '', 5, 13, 0, 0, ''),
(6373, 133, 107, 3000287, '', 6, 12, 0, 0, ''),
(6374, 133, 107, 3000287, '', 7, 13, 0, 0, ''),
(6375, 133, 107, 3000287, '', 8, 12, 0, 0, ''),
(6376, 133, 107, 3000287, '', 9, 13, 0, 0, ''),
(6377, 133, 107, 3000287, '', 8, 14, 0, 0, ''),
(6378, 133, 107, 3000287, '', 9, 15, 0, 0, ''),
(6379, 131, 109, 3000288, '', 6, 10, 0, 0, ''),
(6380, 131, 109, 3000288, '', 10, 6, 0, 0, ''),
(6381, 131, 109, 3000288, '', 6, 8, 0, 0, ''),
(6382, 131, 109, 3000288, '', 8, 6, 0, 0, ''),
(6383, 131, 109, 3000288, '', 6, 6, 0, 0, ''),
(6384, 131, 109, 3000288, '', 22, 10, 0, 0, ''),
(6385, 131, 109, 3000288, '', 22, 8, 0, 0, ''),
(6386, 131, 109, 3000288, '', 22, 6, 0, 0, ''),
(6387, 131, 109, 3000288, '', 20, 6, 0, 0, ''),
(6388, 131, 109, 3000288, '', 18, 6, 0, 0, ''),
(6389, 131, 109, 3000280, '', 9, 6, 0, 0, ''),
(6390, 131, 109, 3000280, '', 6, 9, 0, 0, ''),
(6391, 131, 109, 3000280, '', 6, 7, 0, 0, ''),
(6392, 131, 109, 3000280, '', 7, 6, 0, 0, ''),
(6393, 131, 109, 3000280, '', 22, 9, 0, 0, ''),
(6394, 131, 109, 3000280, '', 22, 7, 0, 0, ''),
(6395, 131, 109, 3000280, '', 21, 6, 0, 0, ''),
(6396, 131, 109, 3000280, '', 17, 6, 0, 0, ''),
(6397, 131, 109, 3000280, '', 19, 6, 0, 0, ''),
(6398, 131, 109, 3000280, '', 21, 34, 0, 0, ''),
(6399, 131, 109, 3000280, '', 22, 33, 0, 0, ''),
(6400, 131, 109, 3000280, '', 22, 31, 0, 0, ''),
(6401, 131, 109, 3000280, '', 17, 34, 0, 0, ''),
(6402, 131, 109, 3000280, '', 19, 34, 0, 0, ''),
(6403, 131, 109, 3000280, '', 11, 34, 0, 0, ''),
(6404, 131, 109, 3000280, '', 9, 34, 0, 0, ''),
(6405, 131, 109, 3000280, '', 7, 34, 0, 0, ''),
(6406, 131, 109, 3000280, '', 6, 33, 0, 0, ''),
(6407, 131, 109, 3000280, '', 6, 31, 0, 0, ''),
(6408, 131, 109, 3000280, '', 6, 29, 0, 0, ''),
(6409, 131, 109, 3000288, '', 22, 30, 0, 0, ''),
(6410, 131, 109, 3000288, '', 22, 32, 0, 0, ''),
(6411, 131, 109, 3000288, '', 18, 34, 0, 0, ''),
(6412, 131, 109, 3000288, '', 20, 34, 0, 0, ''),
(6413, 131, 109, 3000288, '', 22, 34, 0, 0, ''),
(6414, 131, 109, 3000288, '', 10, 34, 0, 0, ''),
(6415, 131, 109, 3000288, '', 6, 30, 0, 0, ''),
(6416, 131, 109, 3000288, '', 8, 34, 0, 0, ''),
(6417, 131, 109, 3000288, '', 6, 32, 0, 0, ''),
(6418, 131, 109, 3000288, '', 6, 34, 0, 0, ''),
(6419, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6420, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6421, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6422, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6423, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6424, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6425, 131, 0, 3000281, '', 0, 0, 0, 0, ''),
(6426, 131, 111, 3000281, '', 4, 6, 0, 0, ''),
(6427, 131, 111, 3000281, '', 4, 5, 0, 0, ''),
(6428, 131, 111, 3000281, '', 4, 7, 0, 0, ''),
(6429, 131, 111, 3000287, '', 5, 5, 0, 0, ''),
(6430, 131, 111, 3000287, '', 5, 4, 0, 0, ''),
(6431, 131, 111, 3000287, '', 5, 6, 0, 0, ''),
(6432, 131, 111, 3000287, '', 5, 9, 0, 0, ''),
(6433, 131, 111, 3000287, '', 5, 11, 0, 0, ''),
(6434, 131, 111, 3000287, '', 5, 12, 0, 0, ''),
(6435, 131, 111, 3000287, '', 5, 10, 0, 0, ''),
(6436, 131, 111, 3000287, '', 5, 13, 0, 0, ''),
(6437, 131, 111, 3000287, '', 5, 3, 0, 0, ''),
(6438, 131, 111, 3000287, '', 5, 2, 0, 0, ''),
(6439, 131, 111, 3000287, '', 5, 1, 0, 0, ''),
(6440, 131, 109, 3000287, '', 22, 28, 0, 0, ''),
(6441, 131, 109, 3000287, '', 22, 29, 0, 0, ''),
(6442, 131, 109, 3000287, '', 22, 18, 0, 0, ''),
(6443, 131, 109, 3000287, '', 22, 17, 0, 0, ''),
(6444, 131, 109, 3000287, '', 22, 16, 0, 0, ''),
(6445, 131, 109, 3000287, '', 22, 15, 0, 0, ''),
(6446, 131, 109, 3000287, '', 22, 22, 0, 0, ''),
(6447, 131, 109, 3000287, '', 22, 20, 0, 0, ''),
(6448, 131, 109, 3000287, '', 22, 21, 0, 0, ''),
(6449, 131, 109, 3000282, '', 6, 22, 0, 0, ''),
(6450, 131, 109, 3000282, '', 6, 24, 0, 0, ''),
(6451, 131, 109, 3000282, '', 6, 25, 0, 0, ''),
(6452, 131, 109, 3000282, '', 6, 14, 0, 0, ''),
(6453, 131, 109, 3000282, '', 6, 13, 0, 0, ''),
(6454, 131, 109, 3000282, '', 6, 12, 0, 0, ''),
(6455, 131, 109, 3000282, '', 6, 11, 0, 0, ''),
(6456, 131, 109, 3000282, '', 6, 26, 0, 0, ''),
(6457, 131, 109, 3000282, '', 6, 27, 0, 0, ''),
(6458, 131, 109, 3000282, '', 6, 28, 0, 0, ''),
(6459, 131, 109, 3000285, '', 14, 34, 0, 0, ''),
(6460, 131, 109, 3000285, '', 13, 34, 0, 0, ''),
(6461, 131, 109, 3000285, '', 12, 34, 0, 0, ''),
(6462, 131, 109, 3000285, '', 16, 6, 0, 0, ''),
(6463, 131, 109, 3000285, '', 15, 6, 0, 0, ''),
(6464, 131, 109, 3000285, '', 14, 6, 0, 0, ''),
(6465, 131, 109, 3000285, '', 13, 6, 0, 0, ''),
(6466, 131, 109, 3000285, '', 12, 6, 0, 0, ''),
(6467, 131, 109, 3000285, '', 11, 6, 0, 0, ''),
(6468, 131, 109, 3000285, '', 10, 6, 0, 0, ''),
(6829, 133, 107, 3568402, '', 10, 16, 0, 2, ''),
(6854, 94, 112, 916, '', 10, 7, 0, 0, ''),
(6852, 94, 112, 916, '', 5, 11, 0, 0, ''),
(6853, 94, 112, 916, '', 5, 9, 0, 0, ''),
(6469, 133, 107, 575, '', 9, 16, 0, 2, ''),
(6470, 133, 107, 578, '', 9, 14, 0, 2, ''),
(6471, 133, 107, 575, '', 9, 12, 0, 2, ''),
(6472, 133, 107, 578, '', 12, 13, 0, 6, ''),
(6473, 133, 107, 1054, '', 4, 12, 0, 4, ''),
(6474, 133, 107, 575, '', 12, 11, 0, 6, ''),
(6475, 133, 107, 578, '', 12, 17, 0, 6, ''),
(6476, 133, 107, 575, '', 12, 15, 0, 6, ''),
(6477, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6478, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6479, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6480, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6481, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6482, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6483, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6484, 131, 0, 3000285, '', 0, 0, 0, 0, ''),
(6485, 131, 109, 3000285, '', 16, 34, 0, 0, ''),
(6486, 131, 109, 3000285, '', 15, 34, 0, 0, ''),
(6489, 133, 107, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=0,18 l=6,10 l'),
(6495, 131, 0, 3000282, '', 0, 0, 0, 0, ''),
(6496, 131, 0, 3000282, '', 0, 0, 0, 0, ''),
(6497, 131, 109, 3000282, '', 6, 21, 0, 0, ''),
(6498, 131, 109, 3000282, '', 6, 20, 0, 0, ''),
(6499, 131, 109, 3000282, '', 6, 17, 0, 0, ''),
(6500, 131, 109, 3000282, '', 6, 16, 0, 0, ''),
(6501, 131, 109, 3000282, '', 6, 19, 0, 0, ''),
(6502, 131, 109, 3000282, '', 6, 18, 0, 0, ''),
(6503, 131, 109, 3000282, '', 6, 23, 0, 0, ''),
(6504, 131, 109, 3000282, '', 6, 15, 0, 0, ''),
(6505, 131, 109, 3000287, '', 22, 19, 0, 0, ''),
(6506, 131, 109, 3000287, '', 22, 25, 0, 0, ''),
(6507, 131, 109, 3000287, '', 22, 26, 0, 0, ''),
(6508, 131, 109, 3000287, '', 22, 27, 0, 0, ''),
(6509, 131, 109, 3000287, '', 22, 24, 0, 0, ''),
(6510, 131, 109, 3000287, '', 22, 14, 0, 0, ''),
(6511, 131, 109, 3000287, '', 22, 13, 0, 0, ''),
(6512, 131, 109, 3000287, '', 22, 23, 0, 0, ''),
(6513, 131, 109, 3000287, '', 22, 12, 0, 0, ''),
(6514, 131, 109, 3000287, '', 22, 11, 0, 0, ''),
(6515, 133, 107, 1777, '', 0, 0, 0, 0, ':w=0,12 l=10,28 l'),
(6516, 133, 107, 1777, '', 0, 0, 0, 0, ':w=3,10 l=7,29 r'),
(6517, 133, 107, 1777, '', 0, 0, 0, 0, ':w=6,10 l=8,34 r'),
(6518, 133, 107, 1777, '', 0, 0, 0, 0, ':w=9,10 l=10,35 r'),
(6519, 133, 107, 1777, '', 0, 0, 0, 0, ':w=17,0 l=10,31 r'),
(6520, 133, 107, 1777, '', 0, 0, 0, 0, ':w=14,0 l=14,37 r'),
(6521, 133, 107, 1777, '', 0, 0, 0, 0, ':w=12,0 l=5,33 r'),
(6522, 133, 107, 1777, '', 0, 0, 0, 0, ':w=10,2 l=10,31 l'),
(6523, 133, 107, 1777, '', 0, 0, 0, 0, ':w=10,4 l=15,30 l'),
(6524, 133, 107, 1777, '', 0, 0, 0, 0, ':w=10,6 l=2,33 l'),
(6525, 133, 107, 1777, '', 0, 0, 0, 0, ':w=10,9 l=5,31 l'),
(6526, 131, 109, 20348, '', 13, 19, 0, 4, ''),
(6527, 131, 109, 20348, '', 13, 19, 0, 2, ''),
(6528, 131, 109, 20348, '', 13, 19, 0, 6, ''),
(6529, 133, 107, 1777, '', 0, 0, 0, 0, ':w=0,14 l=10,28 l'),
(6530, 131, 109, 20348, '', 13, 19, 0, 0, ''),
(6531, 133, 107, 1777, '', 0, 0, 0, 0, ':w=2,10 l=6,28 r'),
(6532, 133, 107, 1777, '', 0, 0, 0, 0, ':w=0,17 l=5,31 l'),
(6533, 133, 107, 1777, '', 0, 0, 0, 0, ':w=0,15 l=10,28 l'),
(6534, 133, 107, 1777, '', 0, 0, 0, 0, ':w=2,10 l=5,28 r'),
(6535, 133, 107, 30052, '1', 1, 11, 5, 2, ''),
(6536, 133, 107, 30052, '1', 1, 18, 5, 2, ''),
(6826, 131, 111, 860, '1', 9, 2, 0, 4, ''),
(6537, 131, 0, 446, '', 0, 0, 0, 0, ''),
(6538, 131, 0, 446, '', 0, 0, 0, 0, ''),
(6539, 131, 0, 446, '', 0, 0, 0, 0, ''),
(6540, 131, 0, 446, '', 0, 0, 0, 0, ''),
(6541, 131, 0, 446, '', 0, 0, 0, 0, ''),
(6542, 36, 107, 29293, '0', 3, 17, 0, 0, ''),
(6543, 36, 107, 29292, '1', 3, 17, 0, 2, ''),
(6554, 133, 107, 99026, '', 26, 14, 0, 6, ''),
(6555, 133, 107, 99026, '', 24, 13, 0, 4, ''),
(6556, 133, 107, 99026, '', 24, 16, 0, 0, ''),
(6557, 133, 107, 99026, '0', 21, 13, 0, 4, ''),
(6558, 133, 107, 99026, '', 21, 16, 0, 0, ''),
(6559, 133, 107, 99026, '', 18, 16, 0, 0, ''),
(6560, 133, 107, 99026, '', 18, 13, 0, 4, ''),
(6561, 133, 107, 99026, '', 16, 7, 0, 6, ''),
(6562, 133, 107, 99026, '', 16, 4, 0, 6, ''),
(6563, 133, 107, 99026, '', 13, 7, 0, 2, ''),
(6564, 133, 107, 99026, '', 13, 4, 0, 2, ''),
(6565, 133, 107, 99026, '0', 14, 3, 0, 4, ''),
(6566, 133, 107, 99026, '', 16, 24, 0, 6, ''),
(6567, 133, 107, 99026, '', 16, 21, 0, 6, ''),
(6568, 133, 107, 99026, '', 13, 21, 0, 2, ''),
(6569, 133, 107, 99026, '', 13, 24, 0, 2, ''),
(6570, 133, 107, 99026, '', 14, 26, 0, 0, ''),
(6571, 131, 109, 20331, '', 10, 1, 0, 6, ''),
(6572, 131, 109, 20331, '', 8, 1, 0, 2, ''),
(6575, 131, 109, 1805, '2,2,2,#0053F7,76', 0, 0, 0, 0, ':w=0,16 l=5,21 l'),
(6576, 142, 110, 904, '', 5, 5, 0, 2, ''),
(6577, 142, 110, 904, '', 10, 5, 0, 4, ''),
(6578, 142, 110, 904, '', 10, 10, 0, 6, ''),
(6579, 142, 110, 904, '', 5, 10, 0, 0, ''),
(6615, 133, 107, 77706, '', 16, 23, 0, 0, ''),
(6614, 133, 107, 77706, '', 13, 6, 0, 0, ''),
(6613, 133, 107, 77706, '', 13, 3, 0, 0, ''),
(6583, 142, 110, 913, '', 9, 5, 0, 4, ''),
(6584, 142, 110, 913, '', 8, 5, 0, 4, ''),
(6585, 142, 110, 913, '', 7, 5, 0, 4, ''),
(6586, 142, 110, 913, '', 6, 5, 0, 4, ''),
(6587, 142, 110, 913, '', 5, 8, 0, 2, ''),
(6588, 142, 110, 913, '', 5, 7, 0, 2, ''),
(6589, 142, 110, 913, '', 5, 6, 0, 2, ''),
(6590, 142, 110, 913, '', 10, 6, 0, 6, ''),
(6591, 142, 110, 913, '', 10, 7, 0, 6, ''),
(6592, 142, 110, 913, '', 10, 8, 0, 6, ''),
(6593, 142, 110, 913, '', 10, 9, 0, 6, ''),
(6594, 142, 110, 913, '', 9, 10, 0, 0, ''),
(6595, 142, 110, 913, '', 8, 10, 0, 0, ''),
(6596, 142, 110, 913, '', 7, 10, 0, 0, ''),
(6597, 142, 110, 913, '', 6, 10, 0, 0, ''),
(6598, 142, 110, 913, '', 5, 9, 0, 2, ''),
(6788, 131, 0, 20326, '', 0, 0, 0, 0, ''),
(6602, 131, 109, 1469, '0', 9, 1, 0, 4, ''),
(6601, 131, 111, 1469, '0', 6, 1, 0, 4, ''),
(6604, 131, 109, 1469, '0', 20, 1, 0, 4, ''),
(6603, 131, 111, 1469, '0', 6, 13, 0, 0, ''),
(6605, 131, 109, 20331, '', 21, 1, 0, 6, ''),
(6606, 131, 109, 20331, '', 19, 1, 0, 2, ''),
(6622, 131, 111, 3000281, '', 4, 8, 0, 0, ''),
(6607, 133, 107, 77706, '', 13, 23, 0, 0, ''),
(6608, 133, 107, 77706, '', 23, 16, 0, 0, ''),
(6609, 133, 107, 77706, '', 20, 16, 0, 0, ''),
(6610, 133, 107, 77706, '', 20, 13, 0, 0, ''),
(6611, 133, 107, 77706, '', 16, 6, 0, 0, ''),
(6612, 133, 107, 77706, '', 16, 3, 0, 0, ''),
(6616, 133, 107, 77706, '', 16, 26, 0, 0, ''),
(6617, 133, 107, 77706, '', 13, 26, 0, 0, ''),
(6618, 133, 107, 77706, '', 26, 13, 0, 0, ''),
(6619, 133, 107, 77706, '', 23, 13, 0, 0, ''),
(6620, 133, 107, 77706, '', 26, 16, 0, 0, ''),
(6621, 131, 109, 299, 'Hal 2-2-2014 CAMPO DELLE GRANDI PARTITE\r# Campo Official Hub', 14, 2, 0, 6, ''),
(6623, 131, 111, 3000281, '', 4, 9, 0, 0, ''),
(6624, 131, 111, 3000281, '', 4, 4, 0, 0, ''),
(6625, 131, 111, 3000281, '', 4, 3, 0, 0, ''),
(6626, 131, 111, 3000281, '', 4, 10, 0, 0, ''),
(6627, 131, 111, 3000281, '', 4, 11, 0, 0, ''),
(6628, 131, 111, 3000281, '', 4, 2, 0, 0, ''),
(6629, 131, 111, 3000281, '', 4, 1, 0, 0, ''),
(6630, 131, 111, 3000281, '', 4, 12, 0, 0, ''),
(6631, 131, 111, 3000281, '', 4, 13, 0, 0, ''),
(6634, 133, 107, 20427, '', 11, 28, 0, 2, ''),
(6635, 133, 107, 20427, '', 11, 1, 0, 2, ''),
(6636, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6637, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6638, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6639, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6640, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6641, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6642, 131, 0, 3000280, '', 0, 0, 0, 0, ''),
(6643, 131, 111, 3000280, '', 7, 5, 0, 0, ''),
(6644, 131, 111, 3000280, '', 7, 4, 0, 0, ''),
(6645, 131, 111, 3000280, '', 7, 3, 0, 0, ''),
(6646, 131, 0, 3000287, '', 0, 0, 0, 0, ''),
(6647, 131, 0, 3000287, '', 0, 0, 0, 0, ''),
(6648, 131, 0, 3000287, '', 0, 0, 0, 0, ''),
(6649, 131, 0, 3000287, '', 0, 0, 0, 0, ''),
(6650, 131, 0, 3000287, '', 0, 0, 0, 0, ''),
(6651, 131, 109, 3000287, '', 4, 15, 1, 0, ''),
(6652, 131, 109, 3000287, '', 3, 16, 1, 0, ''),
(6653, 131, 109, 3000287, '', 2, 17, 1, 0, ''),
(6654, 131, 111, 3000287, '', 5, 8, 0, 0, ''),
(6655, 131, 111, 3000287, '', 5, 7, 0, 0, ''),
(6656, 131, 111, 3000280, '', 7, 2, 0, 0, ''),
(6657, 131, 111, 3000280, '', 7, 9, 0, 0, ''),
(6658, 131, 111, 3000280, '', 7, 10, 0, 0, ''),
(6659, 131, 111, 3000280, '', 7, 11, 0, 0, ''),
(6660, 131, 111, 3000280, '', 7, 12, 0, 0, ''),
(6661, 131, 111, 3000280, '', 7, 8, 0, 0, ''),
(6662, 131, 111, 3000280, '', 7, 6, 0, 0, ''),
(6663, 131, 111, 3000280, '', 7, 7, 0, 0, ''),
(6664, 131, 111, 3000280, '', 7, 13, 0, 0, ''),
(6665, 131, 111, 3000280, '', 7, 1, 0, 0, ''),
(6666, 131, 0, 3000284, '', 0, 0, 0, 0, ''),
(6667, 131, 0, 3000284, '', 0, 0, 0, 0, ''),
(6668, 131, 0, 3000284, '', 0, 0, 0, 0, ''),
(6669, 131, 0, 3000284, '', 0, 0, 0, 0, ''),
(6670, 131, 0, 3000284, '', 0, 0, 0, 0, ''),
(6671, 131, 111, 3000284, '', 8, 10, 0, 0, ''),
(6672, 131, 111, 3000284, '', 8, 12, 0, 0, ''),
(6673, 131, 111, 3000284, '', 8, 7, 0, 0, ''),
(6674, 131, 111, 3000284, '', 8, 11, 0, 0, ''),
(6675, 131, 111, 3000284, '', 8, 9, 0, 0, ''),
(6676, 131, 111, 3000284, '', 8, 5, 0, 0, ''),
(6677, 131, 111, 3000284, '', 8, 5, 0, 0, ''),
(6678, 131, 111, 3000284, '', 8, 4, 0, 0, ''),
(6679, 131, 111, 3000284, '', 8, 3, 0, 0, ''),
(6680, 131, 111, 3000284, '', 8, 11, 0, 0, ''),
(6681, 131, 111, 3000284, '', 8, 6, 0, 0, ''),
(6682, 131, 111, 3000284, '', 8, 8, 0, 0, ''),
(6683, 131, 111, 3000284, '', 8, 13, 0, 0, ''),
(6684, 131, 111, 3000284, '', 8, 2, 0, 0, ''),
(6685, 131, 111, 3000284, '', 8, 1, 0, 0, ''),
(6686, 131, 0, 3000282, '', 0, 0, 0, 0, ''),
(6687, 131, 0, 3000282, '', 0, 0, 0, 0, ''),
(6688, 131, 109, 3000282, '', 3, 20, 1, 0, ''),
(6689, 131, 109, 3000282, '', 2, 19, 1, 0, ''),
(6690, 131, 109, 3000282, '', 1, 18, 1, 0, ''),
(6691, 131, 111, 3000282, '', 11, 11, 0, 0, ''),
(6692, 131, 111, 3000282, '', 11, 10, 0, 0, ''),
(6693, 131, 111, 3000282, '', 11, 8, 0, 0, ''),
(6694, 131, 111, 3000282, '', 11, 9, 0, 0, ''),
(6695, 131, 111, 3000282, '', 11, 12, 0, 0, ''),
(6696, 133, 107, 446, '', 11, 3, 0, 0, ''),
(6697, 131, 0, 3000286, '', 0, 0, 0, 0, ''),
(6698, 131, 0, 3000286, '', 0, 0, 0, 0, ''),
(6699, 131, 109, 3000286, '', 3, 18, 1, 0, ''),
(6700, 131, 109, 3000286, '', 2, 15, 1, 0, ''),
(6701, 131, 109, 3000286, '', 1, 14, 1, 0, ''),
(6702, 131, 109, 3000286, '', 5, 18, 1, 0, ''),
(6703, 131, 109, 3000286, '', 4, 19, 1, 0, ''),
(6704, 131, 111, 3000286, '', 9, 7, 0, 0, ''),
(6705, 131, 111, 3000286, '', 9, 5, 0, 0, ''),
(6706, 131, 111, 3000286, '', 9, 12, 0, 0, ''),
(6707, 131, 111, 3000286, '', 9, 10, 0, 0, ''),
(6708, 131, 111, 3000286, '', 9, 3, 0, 0, ''),
(6709, 131, 111, 3000286, '', 9, 9, 0, 0, ''),
(6710, 131, 111, 3000286, '', 9, 6, 0, 0, ''),
(6711, 131, 111, 3000286, '', 9, 11, 0, 0, ''),
(6712, 131, 111, 3000286, '', 9, 4, 0, 0, ''),
(6713, 131, 111, 3000286, '', 9, 8, 0, 0, ''),
(6714, 131, 111, 3000286, '', 9, 13, 0, 0, ''),
(6715, 131, 111, 3000286, '', 9, 2, 0, 0, ''),
(6716, 131, 111, 3000286, '', 9, 1, 0, 0, ''),
(6717, 131, 111, 3000288, '', 6, 12, 0, 0, ''),
(6718, 131, 111, 3000288, '', 6, 2, 0, 0, ''),
(6719, 131, 111, 3000288, '', 6, 10, 0, 0, ''),
(6720, 131, 111, 3000288, '', 6, 11, 0, 0, ''),
(6721, 131, 111, 3000288, '', 6, 3, 0, 0, ''),
(6722, 131, 111, 3000288, '', 6, 5, 0, 0, ''),
(6723, 131, 111, 3000288, '', 6, 9, 0, 0, ''),
(6724, 131, 111, 3000288, '', 6, 7, 0, 0, ''),
(6725, 131, 111, 3000288, '', 6, 13, 0, 0, ''),
(6726, 131, 111, 3000288, '', 6, 1, 0, 0, ''),
(6728, 133, 107, 446, '', 11, 3, 0, 0, ''),
(6730, 131, 111, 3000282, '', 11, 4, 0, 0, ''),
(6731, 131, 111, 3000282, '', 11, 3, 0, 0, ''),
(6732, 131, 111, 3000282, '', 11, 7, 0, 0, ''),
(6733, 131, 111, 3000282, '', 11, 6, 0, 0, ''),
(6734, 131, 111, 3000282, '', 11, 5, 0, 0, ''),
(6735, 131, 111, 3000282, '', 11, 13, 0, 0, ''),
(6736, 131, 111, 3000282, '', 10, 13, 0, 0, ''),
(6737, 131, 111, 3000282, '', 11, 2, 0, 0, ''),
(6738, 131, 111, 3000282, '', 11, 1, 0, 0, ''),
(6739, 131, 111, 3000282, '', 10, 1, 0, 0, ''),
(6740, 131, 0, 3000288, '', 0, 0, 0, 0, ''),
(6741, 131, 0, 3000288, '', 0, 0, 0, 0, ''),
(6742, 131, 109, 3000288, '', 5, 20, 1, 0, ''),
(6743, 131, 109, 3000288, '', 5, 14, 1, 0, ''),
(6744, 131, 109, 3000288, '', 3, 14, 1, 0, ''),
(6745, 131, 109, 3000288, '', 1, 20, 1, 0, ''),
(6746, 131, 109, 3000288, '', 4, 17, 1, 0, ''),
(6747, 131, 111, 3000288, '', 6, 8, 0, 0, ''),
(6748, 131, 111, 3000288, '', 6, 4, 0, 0, ''),
(6749, 131, 111, 3000288, '', 6, 6, 0, 0, ''),
(6750, 133, 107, 1437, '1', 14, 12, 0, 0, ''),
(6751, 133, 107, 1437, '1', 14, 15, 0, 0, ''),
(6752, 142, 110, 20326, '11', 6, 9, 0, 0, ''),
(6753, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6754, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6755, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6756, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6757, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6758, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6759, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6760, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6761, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6762, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6763, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6764, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6765, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6766, 131, 0, 97419, '', 0, 0, 0, 0, ''),
(6767, 131, 111, 97419, '', 10, 7, 0, 0, ''),
(6768, 131, 111, 97419, '', 10, 8, 0, 0, ''),
(6769, 131, 111, 97419, '', 10, 6, 0, 0, ''),
(6770, 131, 111, 97419, '', 10, 9, 0, 0, ''),
(6771, 131, 111, 97419, '', 10, 5, 0, 0, ''),
(6772, 131, 111, 97419, '', 10, 10, 0, 0, ''),
(6773, 131, 111, 97419, '', 10, 4, 0, 0, ''),
(6774, 131, 111, 97419, '', 10, 11, 0, 0, ''),
(6775, 131, 111, 97419, '', 10, 3, 0, 0, ''),
(6776, 131, 111, 97419, '', 10, 12, 0, 0, ''),
(6777, 131, 111, 97419, '', 10, 2, 0, 0, ''),
(6778, 131, 111, 20329, '', 10, 8, 1, 0, ''),
(6779, 131, 111, 20329, '', 10, 7, 1, 0, ''),
(6780, 131, 111, 20329, '', 10, 6, 1, 0, ''),
(6781, 131, 0, 20328, '', 0, 0, 0, 0, ''),
(6782, 131, 111, 20328, '', 10, 11, 1, 0, ''),
(6783, 131, 111, 20328, '', 10, 3, 1, 0, ''),
(6784, 131, 111, 20328, '', 10, 4, 1, 0, ''),
(6785, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6786, 131, 111, 20328, '', 10, 10, 1, 0, ''),
(6787, 131, 0, 20326, '', 0, 0, 0, 0, ''),
(6789, 131, 0, 20326, '', 0, 0, 0, 0, ''),
(6790, 131, 0, 20326, '', 0, 0, 0, 0, ''),
(6791, 131, 111, 20326, '', 10, 2, 1, 0, ''),
(6792, 131, 111, 20326, '', 10, 12, 1, 0, ''),
(6793, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6794, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6795, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6796, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6797, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6798, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6799, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6800, 131, 111, 20325, '', 10, 5, 1, 0, ''),
(6801, 131, 111, 20325, '', 10, 9, 1, 0, ''),
(6802, 131, 0, 20325, '', 0, 0, 0, 0, ''),
(6803, 133, 107, 1169, '', 11, 20, 0, 0, ''),
(6804, 133, 107, 1169, '', 11, 10, 0, 0, ''),
(6805, 133, 107, 1169, '', 17, 17, 0, 0, ''),
(6806, 133, 107, 1169, '', 24, 18, 0, 0, ''),
(6807, 133, 107, 1169, '', 28, 15, 0, 0, ''),
(6808, 133, 107, 1169, '', 18, 7, 0, 0, ''),
(6809, 133, 107, 1169, '', 12, 4, 0, 0, ''),
(6810, 133, 107, 1169, '', 18, 11, 0, 0, ''),
(6811, 133, 107, 1169, '', 18, 23, 0, 0, ''),
(6812, 133, 107, 1169, '', 14, 28, 0, 0, ''),
(6813, 131, 111, 89932, '', 4, 5, 0, 2, ''),
(6814, 131, 0, 890, '', 0, 0, 0, 0, ''),
(6815, 131, 0, 890, '', 0, 0, 0, 0, ''),
(6816, 131, 111, 890, '0', 7, 12, 0, 0, ''),
(6817, 131, 111, 890, '', 4, 12, 0, 0, ''),
(6818, 131, 111, 890, '', 7, 2, 0, 0, ''),
(6819, 133, 107, 3568401, '1', 2, 13, 0, 4, ''),
(6820, 133, 107, 3568401, '1', 2, 12, 0, 4, ''),
(6821, 131, 111, 890, '', 4, 2, 0, 0, ''),
(6822, 131, 111, 860, '1', 6, 12, 0, 0, ''),
(6824, 131, 111, 860, '1', 6, 2, 0, 4, ''),
(6825, 91, 97, 211, '0', 3, 9, 0, 0, ''),
(6827, 131, 111, 860, '1', 9, 12, 0, 0, ''),
(6828, 133, 107, 3568402, '', 10, 12, 0, 2, ''),
(6830, 133, 107, 3568402, '', 10, 14, 0, 2, ''),
(6831, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6832, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6833, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6834, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6835, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6836, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6837, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6838, 94, 0, 916, '', 0, 0, 0, 0, ''),
(6839, 94, 112, 916, '', 10, 5, 0, 0, ''),
(6840, 94, 112, 916, '', 9, 5, 0, 0, ''),
(6841, 94, 112, 916, '', 6, 5, 0, 0, ''),
(6842, 94, 112, 916, '', 5, 5, 0, 0, ''),
(6843, 94, 112, 916, '', 5, 7, 0, 0, ''),
(6844, 94, 112, 916, '', 6, 7, 0, 0, ''),
(6845, 94, 112, 916, '', 6, 13, 0, 0, ''),
(6846, 94, 112, 916, '', 9, 13, 0, 0, ''),
(6847, 94, 112, 916, '', 10, 11, 0, 0, ''),
(6848, 94, 112, 916, '', 10, 13, 0, 0, ''),
(6849, 94, 112, 916, '', 9, 11, 0, 0, ''),
(6850, 94, 112, 916, '', 5, 13, 0, 0, ''),
(6851, 94, 112, 916, '', 6, 11, 0, 0, ''),
(6855, 94, 112, 916, '', 10, 9, 0, 0, ''),
(6856, 94, 112, 916, '', 9, 9, 0, 0, ''),
(6857, 94, 112, 916, '', 6, 9, 0, 0, ''),
(6858, 94, 112, 916, '', 9, 7, 0, 0, ''),
(6859, 94, 0, 907, '', 0, 0, 0, 0, ''),
(6860, 94, 0, 907, '', 0, 0, 0, 0, ''),
(6861, 94, 0, 907, '', 0, 0, 0, 0, ''),
(6862, 94, 0, 907, '', 0, 0, 0, 0, ''),
(6863, 133, 107, 29293, '0', 6, 17, 0, 0, ''),
(6864, 133, 107, 29292, '1', 6, 17, 0, 2, ''),
(6865, 94, 0, 217, '', 0, 0, 0, 0, ''),
(6866, 94, 112, 217, '', 11, 4, 0, 0, ''),
(6867, 94, 0, 218, '', 0, 0, 0, 0, ''),
(6868, 94, 112, 218, '', 9, 4, 0, 0, ''),
(6869, 94, 112, 218, '', 7, 4, 0, 0, ''),
(6870, 94, 112, 218, '', 5, 4, 0, 0, ''),
(6871, 133, 107, 29299, '0', 2, 17, 1, 0, ''),
(6872, 94, 0, 44420, '', 0, 0, 0, 0, ''),
(6873, 36, 0, 29301, '', 0, 0, 0, 0, ''),
(6874, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6875, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6876, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6877, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6878, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6879, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6880, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6881, 94, 0, 202, '', 0, 0, 0, 0, ''),
(6882, 94, 112, 202, '', 10, 3, 0, 4, ''),
(6883, 94, 112, 202, '', 9, 3, 0, 4, ''),
(6884, 94, 112, 202, '', 8, 3, 0, 4, ''),
(6885, 94, 112, 202, '', 7, 3, 0, 4, ''),
(6886, 94, 112, 202, '', 6, 3, 0, 4, ''),
(6887, 94, 112, 202, '', 5, 3, 0, 4, ''),
(6888, 133, 107, 835, '', 15, 14, 0, 2, ''),
(6891, 133, 107, 1423, '1', 28, 18, 0, 0, ''),
(6892, 133, 107, 1423, '1', 28, 11, 0, 0, ''),
(6893, 94, 112, 564, '1', 4, 4, 0, 0, ''),
(6895, 133, 107, 20314, '1', 12, 28, 0, 2, ''),
(6896, 133, 107, 20314, '1', 11, 2, 0, 4, ''),
(6897, 133, 107, 20314, '1', 12, 1, 0, 2, ''),
(6898, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6899, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6900, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6901, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6902, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6903, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6904, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6905, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6906, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6907, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6908, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6909, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6910, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6911, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6912, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6913, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6914, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6915, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6916, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6917, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6918, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6919, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6920, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6921, 134, 0, 212, '', 0, 0, 0, 0, ''),
(6922, 134, 114, 212, '', 7, 1, 0, 4, ''),
(6923, 134, 114, 246, '', 7, 2, 0, 0, ''),
(6924, 145, 115, 1086, '', 2, 7, 0, 4, ''),
(6925, 145, 115, 1086, '', 2, 10, 0, 0, ''),
(6926, 145, 115, 1087, '', 1, 9, 0, 2, ''),
(6927, 145, 115, 1087, '', 1, 8, 0, 2, ''),
(6928, 134, 114, 1000, '', 9, 11, 0, 0, ''),
(6929, 134, 114, 1000, '', 9, 5, 0, 0, ''),
(6930, 134, 114, 1000, '', 9, 8, 0, 0, ''),
(6931, 134, 114, 1000, '', 6, 11, 0, 0, ''),
(6932, 134, 114, 1000, '', 6, 8, 0, 0, ''),
(6933, 134, 114, 1000, '', 6, 5, 0, 0, ''),
(6934, 145, 115, 1185, '', 1, 7, 0, 0, ''),
(6935, 145, 115, 1066, '', 2, 8, 0, 2, ''),
(6936, 134, 131, 218, '', 5, 9, 0, 6, ''),
(6937, 134, 131, 218, '', 5, 7, 0, 6, ''),
(6938, 134, 131, 218, '', 1, 6, 0, 0, ''),
(6939, 134, 131, 218, '', 3, 6, 0, 0, ''),
(6940, 134, 114, 218, '', 5, 5, 0, 6, ''),
(6941, 134, 114, 218, '', 5, 11, 0, 6, ''),
(6942, 134, 114, 218, '', 5, 9, 0, 6, ''),
(6943, 134, 114, 218, '', 5, 7, 0, 6, ''),
(6944, 134, 114, 218, '', 10, 4, 0, 0, ''),
(6945, 134, 114, 218, '', 8, 4, 0, 0, ''),
(6946, 134, 114, 218, '', 6, 4, 0, 0, ''),
(6947, 145, 115, 1086, '', 3, 7, 0, 4, ''),
(6948, 145, 115, 1086, '', 3, 10, 0, 0, ''),
(6949, 145, 115, 1087, '', 4, 8, 0, 6, ''),
(6950, 145, 115, 1087, '', 4, 9, 0, 6, ''),
(6951, 134, 114, 217, '', 5, 4, 0, 0, ''),
(6952, 134, 114, 219, '', 4, 4, 0, 0, ''),
(6953, 134, 114, 219, '0', 5, 13, 0, 2, ''),
(6954, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6955, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6956, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6957, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6958, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6959, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6960, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6961, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6962, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6963, 115, 0, 344398, '', 0, 0, 0, 0, ''),
(6969, 115, 117, 4305, '', 5, 14, 0, 0, ''),
(6964, 115, 117, 4305, '', 5, 17, 0, 0, ''),
(6965, 115, 117, 4305, '', 3, 17, 0, 0, ''),
(6966, 115, 117, 4305, '', 1, 17, 0, 0, ''),
(6967, 115, 117, 4305, '', 1, 14, 0, 0, ''),
(6968, 115, 117, 4305, '', 3, 14, 0, 0, ''),
(6970, 115, 117, 4305, '', 13, 14, 0, 0, ''),
(6971, 115, 117, 4305, '', 11, 14, 0, 0, ''),
(6972, 115, 117, 4305, '', 7, 18, 0, 2, ''),
(6973, 115, 117, 4305, '', 7, 22, 0, 2, ''),
(6974, 115, 117, 4305, '', 7, 24, 0, 2, ''),
(6975, 115, 117, 4305, '', 10, 10, 0, 2, ''),
(6976, 115, 117, 4305, '', 10, 24, 0, 2, ''),
(6977, 115, 117, 4305, '', 7, 20, 0, 2, ''),
(6978, 115, 117, 4305, '', 10, 22, 0, 2, ''),
(6979, 115, 117, 4305, '', 10, 20, 0, 2, ''),
(6980, 115, 117, 4305, '', 10, 18, 0, 2, ''),
(6981, 115, 117, 1540, '', 2, 9, 0, 0, ''),
(6982, 115, 117, 1540, '', 4, 9, 0, 0, ''),
(6983, 115, 117, 1540, '', 6, 9, 0, 0, ''),
(6984, 115, 117, 1540, '', 6, 11, 0, 0, ''),
(6985, 115, 117, 1540, '', 4, 11, 0, 0, ''),
(6986, 115, 117, 1540, '', 1, 13, 0, 0, ''),
(6987, 115, 117, 1540, '', 2, 11, 0, 0, ''),
(6988, 115, 117, 1540, '', 2, 13, 0, 0, ''),
(6989, 115, 117, 1540, '', 4, 13, 0, 0, ''),
(6990, 115, 117, 1540, '', 6, 13, 0, 0, ''),
(6991, 115, 117, 1540, '', 15, 17, 0, 0, ''),
(6992, 115, 117, 1540, '', 13, 17, 0, 0, ''),
(6993, 115, 117, 1540, '', 11, 17, 0, 0, ''),
(6994, 115, 117, 1540, '', 10, 17, 0, 0, ''),
(6995, 115, 117, 1540, '', 1, 17, 0, 0, ''),
(6996, 115, 117, 1540, '', 2, 17, 0, 0, ''),
(6997, 115, 117, 1540, '', 4, 17, 0, 0, ''),
(6998, 115, 117, 1540, '', 6, 17, 0, 0, ''),
(6999, 115, 117, 1540, '', 15, 19, 0, 0, ''),
(7000, 115, 117, 1540, '', 15, 21, 0, 0, ''),
(7001, 115, 117, 1540, '', 15, 23, 0, 0, ''),
(7002, 115, 117, 1540, '', 14, 23, 0, 0, ''),
(7003, 115, 117, 1540, '', 14, 21, 0, 0, ''),
(7004, 115, 117, 1540, '', 14, 19, 0, 0, ''),
(7005, 115, 117, 1540, '', 12, 19, 0, 0, ''),
(7006, 115, 117, 1540, '', 12, 21, 0, 0, ''),
(7007, 115, 117, 1540, '', 12, 23, 0, 0, ''),
(7008, 115, 117, 1540, '', 6, 23, 0, 0, ''),
(7009, 115, 117, 1540, '', 6, 21, 0, 0, ''),
(7010, 115, 117, 1540, '', 6, 19, 0, 0, ''),
(7011, 115, 117, 1540, '', 10, 19, 0, 0, ''),
(7012, 115, 117, 1540, '', 10, 21, 0, 0, ''),
(7013, 115, 117, 1540, '', 10, 23, 0, 0, ''),
(7014, 115, 117, 1540, '', 10, 25, 0, 0, ''),
(7015, 115, 117, 1540, '', 6, 25, 0, 0, ''),
(7016, 115, 117, 1540, '', 11, 25, 0, 0, ''),
(7017, 115, 117, 1540, '', 13, 25, 0, 0, ''),
(7018, 115, 117, 1540, '', 15, 25, 0, 0, ''),
(7019, 115, 117, 1540, '', 5, 19, 0, 0, ''),
(7020, 115, 117, 1540, '', 3, 19, 0, 0, ''),
(7021, 115, 117, 1540, '', 1, 19, 0, 0, ''),
(7022, 115, 117, 1540, '', 5, 21, 0, 0, ''),
(7023, 115, 117, 1540, '', 5, 23, 0, 0, ''),
(7024, 115, 117, 1540, '', 5, 25, 0, 0, ''),
(7025, 115, 117, 1540, '', 3, 25, 0, 0, ''),
(7026, 115, 117, 1540, '', 3, 23, 0, 0, ''),
(7027, 115, 117, 1540, '', 3, 21, 0, 0, ''),
(7028, 115, 117, 1540, '', 1, 21, 0, 0, ''),
(7029, 115, 117, 1540, '', 1, 23, 0, 0, ''),
(7030, 115, 117, 1540, '', 1, 25, 0, 0, ''),
(7031, 115, 117, 97419, '', 1, 3, 4, 0, ''),
(7032, 115, 117, 97419, '', 1, 3, 3, 0, ''),
(7033, 115, 117, 97419, '', 16, 1, 4, 0, ''),
(7034, 115, 117, 97419, '', 15, 1, 4, 0, ''),
(7035, 115, 117, 97419, '', 14, 1, 4, 0, ''),
(7036, 115, 117, 97419, '', 13, 1, 4, 0, ''),
(7037, 115, 117, 97419, '', 12, 1, 4, 0, ''),
(7038, 115, 117, 97419, '', 11, 1, 4, 0, ''),
(7039, 115, 117, 97419, '', 7, 1, 4, 0, ''),
(7040, 115, 117, 97419, '', 6, 1, 4, 0, ''),
(7041, 115, 117, 97419, '', 5, 1, 4, 0, ''),
(7042, 115, 117, 97419, '', 4, 1, 4, 0, ''),
(7043, 115, 117, 97419, '', 3, 1, 4, 0, ''),
(7044, 115, 117, 97419, '', 2, 1, 4, 0, ''),
(7045, 115, 117, 97419, '', 1, 1, 4, 0, ''),
(7046, 115, 117, 97419, '', 1, 2, 4, 0, ''),
(7047, 115, 117, 97419, '', 1, 3, 2, 0, ''),
(7048, 115, 117, 97419, '', 1, 3, 0, 0, ''),
(7049, 115, 117, 97419, '', 1, 5, 4, 0, ''),
(7050, 115, 117, 97419, '', 1, 3, 1, 0, ''),
(7051, 115, 117, 97419, '', 1, 5, 3, 0, ''),
(7052, 115, 117, 97419, '', 1, 5, 2, 0, ''),
(7053, 115, 117, 97419, '', 1, 5, 1, 0, ''),
(7054, 115, 117, 97419, '', 1, 5, 0, 0, ''),
(7055, 115, 117, 97419, '', 16, 1, 3, 0, ''),
(7056, 115, 117, 97419, '', 16, 1, 2, 0, ''),
(7057, 115, 117, 97419, '', 16, 1, 1, 0, ''),
(7058, 115, 117, 97419, '', 15, 1, 3, 0, ''),
(7059, 115, 117, 97419, '', 16, 1, 0, 0, ''),
(7060, 115, 117, 97419, '', 15, 1, 2, 0, ''),
(7061, 115, 117, 97419, '', 14, 1, 3, 0, ''),
(7062, 115, 117, 97419, '', 15, 1, 1, 0, ''),
(7063, 115, 117, 97419, '', 14, 1, 2, 0, ''),
(7064, 115, 117, 97419, '', 15, 1, 0, 0, ''),
(7065, 115, 117, 97419, '', 14, 1, 1, 0, ''),
(7066, 115, 117, 97419, '', 13, 1, 3, 0, ''),
(7067, 115, 117, 97419, '', 12, 1, 3, 0, ''),
(7068, 115, 117, 97419, '', 13, 1, 2, 0, ''),
(7069, 115, 117, 97419, '', 12, 1, 2, 0, ''),
(7070, 115, 117, 97419, '', 13, 1, 1, 0, ''),
(7071, 115, 117, 97419, '', 14, 1, 0, 0, ''),
(7072, 115, 117, 97419, '', 12, 1, 1, 0, ''),
(7073, 115, 117, 97419, '', 13, 1, 0, 0, ''),
(7074, 115, 117, 97419, '', 12, 1, 0, 0, ''),
(7075, 115, 117, 97419, '', 10, 1, 3, 0, ''),
(7076, 115, 117, 97419, '', 11, 1, 3, 0, ''),
(7077, 115, 117, 97419, '', 1, 4, 3, 0, ''),
(7078, 115, 117, 97419, '', 1, 4, 2, 0, ''),
(7079, 115, 117, 97419, '', 11, 1, 2, 0, ''),
(7080, 115, 117, 97419, '', 10, 1, 2, 0, ''),
(7081, 115, 117, 97419, '', 11, 1, 1, 0, ''),
(7082, 115, 117, 97419, '', 10, 1, 1, 0, ''),
(7083, 115, 117, 97419, '', 11, 1, 0, 0, ''),
(7084, 115, 117, 97419, '', 10, 1, 0, 0, ''),
(7085, 115, 117, 97419, '', 9, 1, 3, 0, ''),
(7086, 115, 117, 97419, '', 8, 1, 3, 0, ''),
(7087, 115, 117, 97419, '', 9, 1, 2, 0, ''),
(7088, 115, 117, 97419, '', 8, 1, 2, 0, ''),
(7089, 115, 117, 97419, '', 9, 1, 1, 0, ''),
(7090, 115, 117, 97419, '', 8, 1, 1, 0, ''),
(7091, 115, 117, 97419, '', 9, 1, 0, 0, ''),
(7092, 115, 117, 97419, '', 7, 1, 3, 0, ''),
(7093, 115, 117, 97419, '', 8, 1, 0, 0, ''),
(7094, 115, 117, 97419, '', 7, 1, 2, 0, ''),
(7095, 115, 117, 97419, '', 6, 1, 3, 0, ''),
(7096, 115, 117, 97419, '', 5, 1, 3, 0, ''),
(7097, 115, 117, 97419, '', 6, 1, 2, 0, ''),
(7098, 115, 117, 97419, '', 5, 1, 2, 0, ''),
(7099, 115, 117, 97419, '', 7, 1, 1, 0, ''),
(7100, 115, 117, 97419, '', 6, 1, 1, 0, ''),
(7101, 115, 117, 97419, '', 5, 1, 1, 0, ''),
(7102, 115, 117, 97419, '', 7, 1, 0, 0, ''),
(7103, 115, 117, 97419, '', 6, 1, 0, 0, ''),
(7104, 115, 117, 97419, '', 5, 1, 0, 0, ''),
(7105, 115, 117, 97419, '', 3, 1, 3, 0, ''),
(7106, 115, 117, 97419, '', 4, 1, 3, 0, ''),
(7107, 115, 117, 97419, '', 4, 1, 2, 0, ''),
(7108, 115, 117, 97419, '', 1, 4, 1, 0, ''),
(7109, 115, 117, 97419, '', 3, 1, 2, 0, ''),
(7110, 115, 117, 97419, '', 4, 1, 1, 0, ''),
(7111, 115, 117, 97419, '', 3, 1, 1, 0, ''),
(7112, 115, 117, 97419, '', 4, 1, 0, 0, ''),
(7113, 115, 117, 97419, '', 3, 1, 0, 0, ''),
(7114, 115, 117, 97419, '', 2, 1, 3, 0, ''),
(7115, 115, 117, 97419, '', 1, 4, 4, 0, ''),
(7116, 115, 117, 97419, '', 2, 1, 2, 0, ''),
(7117, 115, 117, 97419, '', 10, 1, 4, 0, ''),
(7118, 115, 117, 97419, '', 1, 1, 3, 0, ''),
(7119, 115, 117, 97419, '', 1, 2, 3, 0, ''),
(7120, 115, 117, 97419, '', 1, 1, 2, 0, ''),
(7121, 115, 117, 97419, '', 1, 2, 2, 0, ''),
(7122, 115, 117, 97419, '', 2, 1, 1, 0, ''),
(7123, 115, 117, 97419, '', 9, 1, 4, 0, ''),
(7124, 115, 117, 97419, '', 1, 2, 1, 0, ''),
(7125, 115, 117, 97419, '', 1, 4, 0, 0, ''),
(7126, 115, 117, 97419, '', 1, 1, 1, 0, ''),
(7127, 115, 117, 97419, '', 8, 1, 4, 0, ''),
(7128, 115, 117, 97419, '', 1, 2, 0, 0, ''),
(7129, 115, 117, 97419, '', 2, 1, 0, 0, ''),
(7130, 115, 117, 97419, '', 1, 1, 0, 0, ''),
(7131, 115, 122, 1540, '', 13, 1, 0, 0, ''),
(7132, 115, 122, 1540, '', 13, 3, 0, 0, ''),
(7133, 115, 122, 1540, '', 11, 3, 0, 0, ''),
(7134, 115, 122, 1540, '', 11, 1, 0, 0, ''),
(7135, 115, 122, 1540, '', 9, 1, 0, 0, ''),
(7136, 115, 122, 1540, '', 9, 3, 0, 0, ''),
(7137, 115, 122, 1540, '', 7, 3, 0, 0, ''),
(7138, 115, 122, 1540, '', 7, 1, 0, 0, ''),
(7139, 115, 122, 1540, '', 5, 1, 0, 0, ''),
(7140, 115, 122, 1540, '', 5, 3, 0, 0, ''),
(7141, 115, 122, 1540, '', 3, 3, 0, 0, ''),
(7142, 115, 122, 1540, '', 3, 1, 0, 0, ''),
(7143, 115, 122, 1540, '', 1, 1, 0, 0, ''),
(7144, 115, 122, 1540, '', 1, 3, 0, 0, ''),
(7145, 115, 122, 1540, '', 1, 5, 0, 0, ''),
(7146, 115, 122, 1540, '', 3, 5, 0, 0, ''),
(7147, 115, 122, 1540, '', 5, 5, 0, 0, ''),
(7148, 115, 122, 1540, '', 7, 5, 0, 0, ''),
(7149, 115, 122, 1540, '', 9, 5, 0, 0, ''),
(7150, 115, 122, 1540, '', 11, 5, 0, 0, ''),
(7151, 115, 122, 1540, '', 13, 5, 0, 0, ''),
(7152, 130, 122, 1540, '', 15, 5, 0, 0, ''),
(7153, 115, 122, 1540, '', 15, 7, 0, 0, ''),
(7154, 115, 122, 1540, '', 13, 7, 0, 0, ''),
(7155, 115, 122, 1540, '', 11, 7, 0, 0, ''),
(7156, 115, 122, 1540, '', 9, 7, 0, 0, ''),
(7157, 115, 122, 1540, '', 7, 7, 0, 0, ''),
(7158, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(7159, 115, 122, 1540, '', 7, 15, 0, 0, ''),
(7160, 115, 122, 1540, '2', 7, 13, 0, 0, ''),
(7161, 115, 122, 1540, '', 3, 19, 0, 0, ''),
(7162, 115, 122, 1540, '', 1, 19, 0, 0, ''),
(7163, 115, 122, 1540, '', 3, 17, 0, 0, ''),
(7164, 115, 122, 1540, '', 13, 13, 0, 0, ''),
(7165, 115, 122, 1540, '', 9, 17, 0, 0, ''),
(7166, 115, 122, 1540, '', 15, 13, 0, 0, ''),
(7167, 115, 117, 1540, '', 15, 13, 0, 0, ''),
(7168, 115, 117, 1540, '', 15, 11, 0, 0, ''),
(7169, 115, 117, 1540, '', 15, 9, 0, 0, ''),
(7170, 115, 117, 1540, '', 14, 9, 0, 0, ''),
(7171, 115, 117, 1540, '', 14, 11, 0, 0, ''),
(7172, 115, 117, 1540, '', 14, 13, 0, 0, ''),
(7173, 115, 117, 1540, '', 12, 13, 0, 0, ''),
(7174, 115, 117, 1540, '', 12, 11, 0, 0, ''),
(7175, 115, 117, 1540, '', 12, 9, 0, 0, ''),
(7176, 115, 117, 1540, '', 10, 9, 0, 0, ''),
(7177, 115, 117, 1540, '', 10, 11, 0, 0, ''),
(7178, 115, 117, 1540, '', 10, 13, 0, 0, ''),
(7179, 115, 117, 1540, '', 1, 9, 0, 0, ''),
(7180, 115, 117, 1540, '', 1, 11, 0, 0, ''),
(7181, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7182, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7183, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7184, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7185, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7186, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7187, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7188, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7189, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7190, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7191, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7192, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7193, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7194, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7195, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7196, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7197, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7198, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7199, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7200, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7201, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7202, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7203, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7204, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7205, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7206, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7207, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7208, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7209, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7210, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7211, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7212, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7213, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7214, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7215, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7216, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7217, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7218, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7219, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7220, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7221, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7222, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7223, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7224, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7225, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7226, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7227, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7228, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7229, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7230, 115, 0, 968, '', 0, 0, 0, 0, ''),
(7231, 115, 117, 967, '', 4, 16, 0, 0, ''),
(7232, 115, 117, 967, '', 4, 15, 0, 0, ''),
(7233, 115, 117, 967, '', 5, 16, 0, 0, ''),
(7234, 115, 117, 967, '', 5, 15, 0, 0, ''),
(7235, 115, 117, 967, '', 6, 16, 0, 0, ''),
(7236, 115, 117, 967, '', 6, 15, 0, 0, ''),
(7237, 115, 117, 967, '', 7, 16, 0, 0, ''),
(7238, 115, 117, 967, '', 7, 15, 0, 0, ''),
(7239, 115, 117, 967, '', 9, 13, 0, 0, ''),
(7240, 115, 117, 967, '', 8, 13, 0, 0, ''),
(7241, 115, 117, 967, '', 9, 14, 0, 0, ''),
(7242, 115, 117, 967, '', 8, 14, 0, 0, ''),
(7243, 115, 117, 967, '', 16, 16, 0, 0, ''),
(7244, 115, 117, 967, '', 16, 15, 0, 0, ''),
(7245, 115, 117, 967, '', 15, 16, 0, 0, ''),
(7246, 115, 117, 967, '', 15, 15, 0, 0, ''),
(7247, 115, 117, 967, '', 14, 16, 0, 0, ''),
(7248, 115, 117, 967, '', 14, 15, 0, 0, ''),
(7249, 115, 117, 967, '', 13, 16, 0, 0, ''),
(7250, 115, 117, 967, '', 13, 15, 0, 0, ''),
(7251, 115, 117, 967, '', 12, 16, 0, 0, ''),
(7252, 115, 117, 967, '', 12, 15, 0, 0, ''),
(7253, 115, 117, 967, '', 11, 16, 0, 0, ''),
(7254, 115, 117, 967, '', 11, 15, 0, 0, ''),
(7255, 115, 117, 967, '', 10, 16, 0, 0, ''),
(7256, 115, 117, 967, '', 10, 15, 0, 0, ''),
(7257, 115, 117, 967, '', 9, 16, 0, 0, ''),
(7258, 115, 117, 967, '', 9, 15, 0, 0, ''),
(7259, 115, 117, 967, '', 8, 15, 0, 0, ''),
(7260, 115, 117, 967, '', 8, 16, 0, 0, ''),
(7261, 115, 117, 967, '', 9, 17, 0, 0, ''),
(7262, 115, 117, 967, '', 8, 17, 0, 0, ''),
(7263, 115, 117, 967, '', 9, 18, 0, 0, ''),
(7264, 115, 117, 967, '', 8, 18, 0, 0, ''),
(7265, 115, 117, 967, '', 9, 19, 0, 0, ''),
(7266, 115, 117, 967, '', 8, 19, 0, 0, ''),
(7267, 115, 117, 967, '', 9, 20, 0, 0, ''),
(7268, 115, 117, 967, '', 8, 20, 0, 0, ''),
(7269, 115, 117, 967, '', 9, 21, 0, 0, ''),
(7270, 115, 117, 967, '', 8, 21, 0, 0, ''),
(7271, 115, 117, 967, '', 9, 22, 0, 0, ''),
(7272, 115, 117, 967, '', 8, 22, 0, 0, ''),
(7273, 115, 117, 967, '', 9, 23, 0, 0, ''),
(7274, 115, 117, 967, '', 8, 23, 0, 0, ''),
(7275, 115, 117, 967, '', 9, 24, 0, 0, ''),
(7276, 115, 117, 967, '', 8, 24, 0, 0, ''),
(7277, 115, 117, 967, '', 9, 25, 0, 0, ''),
(7278, 115, 117, 967, '', 8, 25, 0, 0, ''),
(7279, 115, 117, 967, '', 9, 26, 0, 0, ''),
(7280, 115, 117, 967, '', 8, 26, 0, 0, ''),
(7281, 115, 117, 967, '', 9, 8, 0, 0, ''),
(7282, 115, 117, 967, '', 9, 7, 0, 0, ''),
(7283, 115, 117, 967, '', 7, 8, 0, 0, ''),
(7284, 115, 117, 967, '', 8, 8, 0, 0, ''),
(7285, 115, 117, 967, '', 8, 7, 0, 0, ''),
(7286, 115, 117, 967, '', 7, 7, 0, 0, ''),
(7287, 115, 117, 967, '', 6, 8, 0, 0, ''),
(7288, 115, 117, 967, '', 6, 7, 0, 0, ''),
(7289, 115, 117, 967, '', 5, 7, 0, 0, ''),
(7290, 115, 117, 967, '', 5, 8, 0, 0, ''),
(7291, 115, 117, 967, '', 4, 8, 0, 0, ''),
(7292, 115, 117, 967, '', 3, 8, 0, 0, ''),
(7293, 115, 117, 967, '', 2, 8, 0, 0, ''),
(7294, 115, 117, 967, '', 4, 7, 0, 0, ''),
(7295, 115, 117, 967, '', 3, 7, 0, 0, ''),
(7296, 115, 117, 967, '', 2, 7, 0, 0, ''),
(7297, 115, 117, 967, '', 1, 7, 0, 0, ''),
(7298, 115, 117, 967, '', 1, 8, 0, 0, ''),
(7299, 115, 117, 967, '', 10, 2, 0, 0, ''),
(7300, 115, 117, 967, '', 10, 3, 0, 0, ''),
(7301, 115, 117, 967, '', 9, 3, 0, 0, ''),
(7302, 115, 117, 967, '', 9, 2, 0, 0, ''),
(7303, 115, 117, 967, '', 8, 2, 0, 0, ''),
(7304, 115, 117, 967, '', 8, 3, 0, 0, ''),
(7305, 115, 117, 967, '', 2, 3, 0, 0, ''),
(7306, 115, 117, 967, '', 3, 3, 0, 0, ''),
(7307, 115, 117, 967, '', 4, 3, 0, 0, ''),
(7308, 115, 117, 967, '', 5, 3, 0, 0, ''),
(7309, 115, 117, 967, '', 6, 3, 0, 0, ''),
(7310, 115, 117, 967, '', 7, 3, 0, 0, ''),
(7311, 115, 117, 967, '', 7, 2, 0, 0, ''),
(7312, 115, 117, 967, '', 6, 2, 0, 0, ''),
(7313, 115, 117, 967, '', 5, 2, 0, 0, ''),
(7314, 115, 117, 967, '', 4, 2, 0, 0, ''),
(7315, 115, 117, 967, '', 3, 2, 0, 0, ''),
(7316, 115, 117, 967, '', 2, 2, 0, 0, ''),
(7317, 115, 117, 967, '', 8, 9, 0, 0, ''),
(7318, 115, 117, 967, '', 9, 9, 0, 0, ''),
(7319, 115, 117, 967, '', 9, 10, 0, 0, ''),
(7320, 115, 117, 967, '', 8, 10, 0, 0, ''),
(7321, 115, 117, 967, '', 9, 12, 0, 0, ''),
(7322, 115, 117, 967, '', 9, 11, 0, 0, ''),
(7323, 115, 117, 967, '', 8, 11, 0, 0, ''),
(7324, 115, 117, 967, '', 8, 12, 0, 0, ''),
(7325, 115, 117, 967, '', 1, 16, 0, 0, ''),
(7326, 115, 117, 967, '', 1, 15, 0, 0, ''),
(7327, 115, 117, 967, '', 2, 16, 0, 0, ''),
(7328, 115, 117, 967, '', 2, 15, 0, 0, ''),
(7329, 115, 117, 967, '', 3, 16, 0, 0, ''),
(7330, 115, 117, 967, '', 3, 15, 0, 0, ''),
(7331, 115, 117, 4305, '', 5, 9, 0, 0, ''),
(7332, 115, 117, 4305, '', 7, 10, 0, 2, ''),
(7333, 115, 117, 4305, '', 7, 12, 0, 2, ''),
(7334, 115, 117, 4305, '', 10, 12, 0, 2, ''),
(7335, 115, 117, 4305, '', 15, 14, 0, 0, ''),
(7336, 115, 117, 4305, '', 15, 17, 0, 0, ''),
(7337, 115, 117, 4305, '', 13, 17, 0, 0, ''),
(7338, 115, 117, 4305, '', 11, 17, 0, 0, ''),
(7339, 115, 117, 99029, '', 7, 26, 0, 0, ''),
(7340, 115, 117, 99029, '', 7, 9, 0, 0, ''),
(7341, 115, 117, 99029, '', 10, 14, 0, 0, ''),
(7342, 115, 117, 99029, '', 7, 17, 0, 0, ''),
(7343, 115, 117, 99029, '', 7, 14, 0, 0, ''),
(7344, 115, 117, 99029, '', 10, 17, 0, 0, ''),
(7370, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7371, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7372, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7373, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7374, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7375, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7376, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7377, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7378, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7379, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7380, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7381, 115, 0, 967, '', 0, 0, 0, 0, ''),
(7382, 115, 117, 967, '', 14, 4, 0, 0, ''),
(7383, 115, 117, 967, '', 15, 4, 0, 0, ''),
(7384, 115, 117, 967, '', 15, 3, 0, 0, ''),
(7385, 115, 117, 967, '', 14, 3, 0, 0, ''),
(7386, 115, 117, 967, '', 14, 2, 0, 0, ''),
(7387, 115, 117, 967, '', 15, 2, 0, 0, ''),
(7388, 115, 117, 967, '', 13, 2, 0, 0, ''),
(7389, 115, 117, 967, '', 13, 4, 0, 0, ''),
(7390, 115, 117, 967, '', 12, 4, 0, 0, ''),
(7391, 115, 117, 967, '', 11, 4, 0, 0, ''),
(7392, 115, 117, 967, '', 11, 3, 0, 0, ''),
(7393, 115, 117, 967, '', 12, 3, 0, 2, ''),
(7394, 115, 117, 967, '', 13, 3, 0, 0, ''),
(7395, 115, 117, 967, '', 12, 2, 0, 0, ''),
(7396, 115, 117, 967, '', 3, 4, 0, 0, ''),
(7397, 115, 117, 967, '', 2, 4, 0, 2, ''),
(7398, 115, 117, 967, '', 4, 4, 0, 0, ''),
(7399, 115, 117, 967, '', 5, 4, 0, 0, ''),
(7400, 115, 117, 967, '', 6, 4, 0, 0, ''),
(7401, 115, 117, 967, '', 7, 4, 0, 0, ''),
(7402, 115, 117, 967, '', 8, 4, 0, 0, ''),
(7403, 115, 117, 967, '', 11, 2, 0, 0, ''),
(7404, 115, 117, 967, '', 9, 4, 0, 0, ''),
(7405, 115, 117, 967, '', 14, 8, 0, 0, ''),
(7406, 115, 117, 967, '', 15, 8, 0, 0, ''),
(7407, 115, 117, 967, '', 16, 8, 0, 0, ''),
(7408, 115, 117, 967, '', 16, 7, 0, 0, ''),
(7409, 115, 117, 967, '', 15, 7, 0, 0, ''),
(7410, 115, 117, 967, '', 14, 7, 0, 0, ''),
(7411, 115, 117, 967, '', 13, 8, 0, 0, ''),
(7412, 115, 117, 967, '', 12, 8, 0, 0, ''),
(7413, 115, 117, 967, '', 11, 8, 0, 0, ''),
(7414, 115, 117, 967, '', 13, 7, 0, 0, ''),
(7415, 115, 117, 967, '', 10, 4, 0, 0, ''),
(7416, 115, 117, 967, '', 12, 7, 0, 0, ''),
(7417, 115, 117, 967, '', 11, 7, 0, 0, ''),
(7418, 115, 117, 967, '', 10, 8, 0, 0, ''),
(7419, 115, 117, 967, '', 10, 7, 0, 0, ''),
(7420, 115, 117, 97419, '', 4, 6, 4, 0, ''),
(7421, 115, 117, 97419, '', 5, 6, 4, 0, ''),
(7422, 115, 117, 97419, '', 13, 6, 4, 0, ''),
(7423, 115, 117, 97419, '', 2, 5, 0, 0, ''),
(7424, 115, 117, 97419, '', 2, 6, 4, 0, ''),
(7425, 115, 117, 97419, '', 3, 6, 4, 0, ''),
(7426, 115, 117, 97419, '', 14, 6, 4, 0, ''),
(7427, 115, 117, 97419, '', 4, 5, 0, 0, ''),
(7428, 115, 117, 97419, '', 6, 6, 4, 0, ''),
(7429, 115, 117, 97419, '', 12, 6, 4, 0, ''),
(7430, 115, 117, 97419, '', 16, 5, 4, 0, ''),
(7431, 115, 117, 97419, '', 16, 4, 4, 0, ''),
(7432, 115, 117, 97419, '', 16, 5, 3, 0, ''),
(7433, 115, 117, 97419, '', 16, 4, 3, 0, ''),
(7434, 115, 117, 97419, '', 16, 5, 2, 0, ''),
(7435, 115, 117, 97419, '', 16, 4, 2, 0, ''),
(7436, 115, 117, 97419, '', 16, 5, 1, 0, ''),
(7437, 115, 117, 97419, '', 16, 4, 1, 0, ''),
(7438, 115, 117, 97419, '', 16, 5, 0, 0, ''),
(7439, 115, 117, 97419, '', 16, 4, 0, 0, ''),
(7440, 115, 117, 97419, '', 16, 3, 4, 0, ''),
(7441, 115, 117, 97419, '', 16, 2, 4, 0, ''),
(7442, 115, 117, 97419, '', 16, 3, 3, 0, ''),
(7443, 115, 117, 97419, '', 16, 2, 3, 0, ''),
(7444, 115, 117, 97419, '', 16, 3, 2, 0, ''),
(7445, 115, 117, 97419, '', 16, 3, 1, 0, ''),
(7446, 115, 117, 97419, '', 16, 3, 0, 0, ''),
(7447, 115, 117, 97419, '', 16, 2, 2, 0, ''),
(7448, 115, 117, 97419, '', 16, 2, 1, 0, ''),
(7449, 115, 117, 97419, '', 16, 2, 0, 0, ''),
(7450, 115, 117, 97419, '', 16, 6, 0, 0, ''),
(7451, 115, 117, 97419, '', 15, 6, 0, 0, ''),
(7452, 115, 117, 97419, '', 14, 6, 0, 0, ''),
(7453, 115, 117, 97419, '', 13, 6, 0, 0, ''),
(7454, 115, 117, 97419, '', 12, 6, 0, 0, ''),
(7455, 115, 0, 97419, '', 11, 6, 0, 0, ''),
(7456, 115, 0, 97419, '', 9, 6, 0, 0, ''),
(7457, 115, 117, 97419, '', 10, 6, 0, 0, ''),
(7458, 115, 117, 97419, '', 8, 6, 0, 0, ''),
(7459, 115, 0, 97419, '', 7, 6, 0, 0, ''),
(7460, 115, 117, 97419, '', 6, 6, 0, 0, ''),
(7461, 115, 0, 97419, '', 5, 6, 0, 0, ''),
(7462, 115, 117, 97419, '', 4, 6, 0, 0, ''),
(7463, 115, 0, 97419, '', 3, 6, 0, 0, ''),
(7464, 115, 117, 97419, '', 2, 6, 0, 0, ''),
(7465, 115, 117, 97419, '', 1, 6, 4, 0, ''),
(7466, 115, 117, 97419, '', 1, 6, 3, 0, ''),
(7467, 115, 117, 97419, '', 1, 6, 2, 0, ''),
(7468, 115, 117, 97419, '', 1, 6, 1, 0, ''),
(7469, 115, 117, 97419, '', 1, 6, 0, 0, ''),
(7470, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7471, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7472, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7473, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7474, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7475, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7476, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7477, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7478, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7479, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7480, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7481, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7482, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7483, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7484, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7485, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7486, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7487, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7488, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7489, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7490, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7491, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7492, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7493, 115, 0, 97419, '', 0, 0, 0, 0, ''),
(7494, 115, 122, 97419, '', 1, 22, 2, 0, ''),
(7495, 115, 0, 97419, '', 5, 16, 0, 0, ''),
(7496, 115, 0, 97419, '', 1, 25, 0, 0, ''),
(7497, 115, 0, 97419, '', 1, 24, 0, 0, ''),
(7498, 115, 0, 97419, '', 12, 22, 0, 0, ''),
(7499, 115, 0, 97419, '', 12, 20, 0, 0, ''),
(7500, 115, 117, 97419, '', 11, 6, 0, 0, ''),
(7501, 115, 117, 97419, '', 9, 6, 0, 0, ''),
(7502, 115, 117, 97419, '', 7, 6, 0, 0, ''),
(7503, 115, 117, 97419, '', 5, 6, 0, 0, ''),
(7504, 115, 117, 97419, '', 3, 6, 0, 0, ''),
(7505, 115, 117, 97419, '', 14, 5, 0, 0, ''),
(7506, 115, 117, 97419, '', 12, 5, 0, 0, ''),
(7507, 115, 117, 97419, '', 10, 5, 0, 0, ''),
(7508, 115, 117, 97419, '', 8, 5, 0, 0, ''),
(7509, 115, 117, 97419, '', 6, 5, 0, 0, ''),
(7510, 115, 117, 97419, '', 10, 6, 4, 0, ''),
(7511, 115, 117, 97419, '', 11, 6, 4, 0, ''),
(7512, 115, 117, 97419, '', 8, 6, 4, 0, ''),
(7513, 115, 117, 97419, '', 7, 6, 4, 0, ''),
(7514, 115, 117, 97419, '', 9, 6, 4, 0, ''),
(7515, 115, 117, 97419, '', 15, 6, 4, 0, ''),
(7516, 115, 117, 97419, '', 16, 6, 2, 0, ''),
(7517, 115, 117, 97419, '', 16, 6, 3, 0, ''),
(7518, 115, 117, 97419, '', 16, 6, 4, 0, ''),
(7519, 115, 117, 97419, '', 16, 6, 1, 0, ''),
(7520, 133, 12, 25824, '', 6, 3, 0, 0, ''),
(7521, 115, 117, 4306, '', 6, 22, 0, 0, ''),
(7522, 115, 117, 4306, '', 4, 26, 0, 0, ''),
(7523, 115, 117, 4306, '', 5, 24, 0, 0, ''),
(7524, 115, 117, 4306, '', 2, 24, 0, 0, ''),
(7525, 115, 117, 4306, '', 2, 22, 0, 0, ''),
(7526, 115, 117, 4306, '', 2, 19, 0, 0, ''),
(7527, 115, 117, 4306, '', 4, 22, 0, 0, ''),
(7528, 115, 117, 4306, '', 4, 20, 0, 0, ''),
(7529, 115, 117, 4306, '', 6, 19, 0, 0, ''),
(7530, 115, 117, 4306, '', 16, 24, 0, 0, ''),
(7531, 115, 117, 4306, '', 15, 11, 0, 0, ''),
(7532, 115, 117, 4306, '', 11, 23, 0, 0, ''),
(7533, 115, 117, 4306, '', 4, 18, 0, 0, ''),
(7534, 115, 117, 4306, '', 2, 26, 0, 0, ''),
(7535, 115, 117, 4306, '', 11, 19, 0, 0, ''),
(7536, 115, 117, 4306, '', 16, 20, 0, 0, ''),
(7537, 115, 117, 4306, '', 14, 26, 0, 0, ''),
(7538, 115, 117, 4306, '', 13, 22, 0, 0, ''),
(7539, 115, 117, 4306, '', 16, 26, 0, 0, ''),
(7540, 115, 117, 4306, '', 12, 26, 0, 0, ''),
(7541, 115, 117, 4306, '', 16, 22, 0, 0, ''),
(7542, 115, 117, 4306, '', 13, 24, 0, 0, ''),
(7543, 115, 117, 4306, '', 14, 19, 0, 0, ''),
(7544, 115, 117, 4306, '', 11, 21, 0, 0, ''),
(7545, 115, 117, 4306, '', 6, 26, 0, 0, ''),
(7546, 115, 117, 99029, '', 10, 26, 0, 0, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(7547, 115, 117, 4306, '', 6, 11, 0, 0, ''),
(7567, 6, 117, 202, '', 3, 5, 0, 4, ''),
(7548, 115, 117, 29301, '0', 5, 20, 25, 0, ''),
(7549, 115, 117, 29292, '1', 5, 20, 24, 2, ''),
(7550, 115, 0, 89987, '', 0, 0, 0, 0, ''),
(7551, 115, 117, 89987, '', 13, 6, 1, 0, ''),
(7552, 115, 117, 89987, '', 11, 6, 1, 0, ''),
(7553, 115, 0, 89987, '', 10, 5, 1, 0, ''),
(7554, 115, 117, 89987, '', 7, 6, 1, 0, ''),
(7555, 115, 117, 89987, '', 5, 6, 1, 0, ''),
(7556, 115, 117, 89987, '', 3, 6, 1, 0, ''),
(7557, 115, 117, 89987, '', 9, 6, 1, 0, ''),
(7558, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7559, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7560, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7561, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7562, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7563, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7564, 115, 0, 446, '', 0, 0, 0, 0, ''),
(7565, 115, 0, 446, '', 10, 22, 0, 0, ''),
(7566, 115, 122, 446, '', 5, 23, 0, 4, ''),
(7568, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7569, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7570, 115, 117, 202, '', 3, 7, 0, 0, ''),
(7571, 115, 117, 202, '', 5, 7, 0, 0, ''),
(7572, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7573, 115, 117, 202, '', 13, 7, 0, 0, ''),
(7574, 115, 117, 202, '', 11, 7, 0, 0, ''),
(7575, 115, 117, 202, '', 9, 7, 0, 0, ''),
(7576, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7577, 115, 117, 202, '', 7, 7, 0, 0, ''),
(7578, 115, 117, 202, '', 11, 5, 0, 4, ''),
(7579, 6, 117, 202, '', 13, 5, 0, 4, ''),
(7580, 115, 117, 202, '', 9, 5, 0, 4, ''),
(7581, 115, 117, 202, '', 7, 5, 0, 4, ''),
(7582, 115, 117, 202, '', 5, 5, 0, 4, ''),
(7583, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7584, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7585, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7586, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7587, 6, 0, 202, '', 0, 0, 0, 0, ''),
(7588, 6, 134, 202, '', 9, 1, 0, 0, ''),
(7589, 6, 134, 202, '', 9, 2, 0, 0, ''),
(7590, 6, 134, 202, '', 8, 2, 0, 0, ''),
(7591, 95, 0, 375, '', 7, 5, 0, 4, ''),
(7592, 6, 50, 374, '', 7, 5, 0, 4, ''),
(7593, 6, 50, 376, '', 9, 5, 0, 4, ''),
(7594, 6, 50, 370, '', 6, 5, 0, 4, ''),
(7595, 6, 50, 377, '', 8, 5, 0, 4, ''),
(7596, 6, 50, 369, '', 10, 5, 0, 4, ''),
(7597, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7598, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7599, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7600, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7601, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7602, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7603, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7604, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7605, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7606, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7607, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7608, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7609, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7610, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7611, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7612, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7613, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7614, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7615, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7616, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7617, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7618, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7619, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7620, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7621, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7622, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7623, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7624, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7625, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7626, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7627, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7628, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7629, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7630, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7631, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7632, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7633, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7634, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7635, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7636, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7637, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7638, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7639, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7640, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7641, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7642, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7643, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7644, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7645, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7646, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7647, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7648, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7649, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7650, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7651, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7652, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7653, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7654, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7655, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7656, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7657, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7658, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7659, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7660, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7661, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7662, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7663, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7664, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7665, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7666, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7667, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7668, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7669, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7670, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7671, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7672, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7673, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7674, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7675, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7676, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7677, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7678, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7679, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7680, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7681, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7682, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7683, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7684, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7685, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7686, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7687, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7688, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7689, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7690, 6, 0, 247, '', 0, 0, 0, 0, ''),
(7691, 6, 50, 247, '', 10, 2, 0, 0, ''),
(7692, 6, 50, 247, '', 10, 2, 0, 0, ''),
(7693, 6, 50, 247, '', 8, 2, 0, 0, ''),
(7694, 6, 50, 247, '', 8, 2, 0, 0, ''),
(7695, 6, 50, 247, '', 6, 2, 0, 0, ''),
(7696, 6, 50, 247, '', 6, 1, 0, 0, ''),
(7697, 6, 0, 99980169, '', 0, 0, 0, 0, ''),
(7698, 6, 50, 99980169, '', 9, 1, 0, 4, ''),
(7699, 6, 50, 99980169, '', 7, 1, 0, 4, ''),
(7700, 6, 50, 99980169, '', 5, 1, 0, 4, ''),
(7701, 6, 0, 99980169, '', 0, 0, 0, 0, ''),
(7720, 115, 118, 38499, '', 22, 26, 0, 0, ''),
(7721, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7722, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7723, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7724, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7725, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7726, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7727, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7728, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7729, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7730, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7731, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7732, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7733, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7734, 115, 0, 77704, '', 15, 5, 0, 0, ''),
(7735, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7736, 115, 0, 77704, '', 15, 7, 0, 0, ''),
(7737, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7738, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7739, 115, 0, 77704, '', 15, 3, 0, 0, ''),
(7740, 115, 0, 77704, '', 0, 0, 0, 0, ''),
(7745, 115, 118, 254874, '', 23, 21, 0, 0, ''),
(7744, 115, 118, 254874, '', 23, 19, 0, 0, ''),
(7742, 115, 118, 254874, '', 23, 15, 0, 0, ''),
(7743, 115, 118, 254874, '', 23, 17, 0, 0, ''),
(7741, 115, 118, 254874, '', 23, 13, 0, 0, ''),
(7746, 115, 118, 254874, '', 23, 23, 0, 0, ''),
(7747, 115, 118, 254874, '', 23, 25, 0, 0, ''),
(7748, 115, 122, 90081, '1', 5, 24, 0, 6, ''),
(7749, 115, 122, 90081, '0', 3, 24, 0, 6, ''),
(7750, 115, 122, 90081, '0', 5, 24, 1, 6, ''),
(7751, 115, 122, 90081, '1', 1, 22, 0, 6, ''),
(7752, 115, 122, 90081, '1', 1, 24, 0, 6, ''),
(7753, 115, 122, 90081, '1', 3, 24, 1, 6, ''),
(7754, 115, 122, 90081, '1', 1, 22, 3, 0, ''),
(7755, 115, 122, 90081, '1', 1, 24, 2, 6, ''),
(7756, 115, 122, 1544, '', 11, 20, 0, 0, ''),
(7757, 115, 122, 1544, '', 9, 20, 0, 0, ''),
(7758, 115, 122, 1544, '', 7, 20, 0, 0, ''),
(7759, 115, 122, 1544, '', 5, 20, 0, 0, ''),
(7760, 115, 122, 1544, '', 2, 20, 0, 0, ''),
(7761, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7762, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7763, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7764, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7765, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7766, 115, 122, 1558, '', 1, 20, 0, 0, ''),
(7767, 115, 122, 1558, '', 13, 26, 0, 0, ''),
(7768, 115, 122, 1558, '', 13, 20, 0, 0, ''),
(7769, 115, 122, 1540, '', 15, 15, 0, 0, ''),
(7770, 115, 122, 1540, '', 13, 15, 0, 0, ''),
(7771, 115, 122, 1540, '', 11, 17, 0, 0, ''),
(7772, 115, 122, 1540, '', 13, 17, 0, 0, ''),
(7773, 115, 122, 1540, '', 15, 17, 0, 0, ''),
(7774, 115, 0, 1540, '', 7, 19, 0, 0, ''),
(7775, 115, 122, 1540, '', 1, 17, 0, 0, ''),
(7776, 115, 122, 1540, '', 9, 15, 0, 0, ''),
(7777, 115, 122, 1540, '', 5, 17, 0, 0, ''),
(7778, 115, 122, 1540, '', 7, 19, 0, 0, ''),
(7779, 115, 122, 1540, '', 7, 17, 0, 0, ''),
(7780, 115, 122, 1540, '', 15, 19, 0, 0, ''),
(7781, 115, 122, 1540, '', 11, 13, 0, 0, ''),
(7782, 115, 122, 1540, '', 9, 19, 0, 0, ''),
(7783, 115, 122, 1540, '', 11, 19, 0, 0, ''),
(7784, 115, 122, 1540, '', 13, 19, 0, 0, ''),
(7785, 115, 122, 1540, '', 13, 21, 0, 0, ''),
(7786, 115, 122, 1540, '', 11, 15, 0, 0, ''),
(7787, 115, 122, 1540, '', 9, 13, 0, 0, ''),
(7788, 115, 122, 1540, '', 5, 19, 0, 0, ''),
(7789, 115, 122, 1540, '', 13, 25, 0, 0, ''),
(7790, 115, 122, 1540, '', 13, 23, 0, 0, ''),
(7791, 115, 122, 1540, '', 15, 21, 0, 0, ''),
(7792, 115, 122, 1540, '', 15, 23, 0, 0, ''),
(7793, 115, 122, 1540, '', 15, 25, 0, 0, ''),
(7794, 133, 124, 30000607, '', 4, 9, 0, 2, ''),
(7795, 133, 124, 30000621, '', 4, 8, 0, 2, ''),
(7796, 133, 124, 30000601, '', 4, 7, 0, 2, ''),
(7797, 115, 122, 3530, '', 9, 22, 0, 0, ''),
(7798, 115, 122, 3530, '', 7, 22, 0, 0, ''),
(7799, 115, 0, 3530, '', 0, 0, 0, 0, ''),
(7800, 115, 122, 3530, '', 9, 24, 0, 0, ''),
(7801, 115, 122, 3530, '', 7, 24, 0, 0, ''),
(7802, 115, 122, 3530, '', 2, 21, 0, 0, ''),
(8072, 133, 127, 29290, '0', 27, 5, 0, 0, ''),
(8203, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(7803, 115, 122, 3530, '', 11, 24, 0, 0, ''),
(7804, 115, 122, 3530, '', 3, 21, 0, 0, ''),
(7805, 115, 122, 3530, '', 10, 21, 0, 0, ''),
(7806, 115, 122, 3530, '', 7, 21, 0, 0, ''),
(7807, 115, 122, 3530, '', 11, 22, 0, 0, ''),
(7808, 115, 122, 3530, '', 5, 21, 0, 0, ''),
(7809, 115, 122, 1544, '', 2, 26, 0, 0, ''),
(7810, 115, 122, 1544, '', 3, 26, 0, 0, ''),
(7811, 115, 122, 1544, '', 5, 26, 0, 0, ''),
(7812, 115, 122, 1544, '', 7, 26, 0, 0, ''),
(7813, 115, 122, 1544, '', 9, 26, 0, 0, ''),
(7814, 115, 122, 1544, '', 11, 26, 0, 0, ''),
(7815, 115, 122, 1544, '', 8, 10, 0, 0, ''),
(7816, 115, 122, 1544, '', 3, 20, 0, 0, ''),
(7817, 115, 122, 1544, '', 13, 21, 0, 2, ''),
(7818, 115, 122, 1544, '', 13, 22, 0, 2, ''),
(7819, 115, 122, 1544, '', 13, 24, 0, 2, ''),
(7820, 115, 122, 1558, '', 7, 10, 0, 0, ''),
(7821, 115, 122, 1558, '', 7, 13, 0, 0, ''),
(7822, 115, 122, 1558, '', 10, 10, 0, 0, ''),
(7823, 115, 122, 1558, '', 10, 13, 0, 0, ''),
(7824, 115, 122, 1558, '', 1, 26, 0, 0, ''),
(7825, 115, 122, 1558, '', 4, 23, 0, 0, ''),
(7826, 115, 0, 1558, '', 0, 0, 0, 0, ''),
(7827, 115, 122, 1540, '', 5, 7, 0, 0, ''),
(7828, 115, 122, 1540, '', 3, 7, 0, 0, ''),
(7829, 115, 122, 1540, '', 1, 7, 0, 0, ''),
(7830, 115, 122, 1540, '', 15, 9, 0, 0, ''),
(7831, 115, 122, 1540, '', 13, 9, 0, 0, ''),
(7832, 115, 122, 1540, '', 11, 9, 0, 0, ''),
(7833, 115, 122, 1540, '', 9, 9, 0, 0, ''),
(7834, 115, 122, 1540, '', 7, 9, 0, 0, ''),
(7835, 115, 122, 1540, '', 5, 9, 0, 0, ''),
(7836, 115, 122, 1540, '', 3, 9, 0, 0, ''),
(7837, 115, 122, 1540, '', 1, 9, 0, 0, ''),
(7838, 115, 122, 1540, '', 15, 11, 0, 0, ''),
(7839, 115, 122, 1540, '', 13, 11, 0, 0, ''),
(7840, 115, 122, 1540, '0', 11, 11, 0, 0, ''),
(7841, 115, 122, 1540, '', 9, 11, 0, 0, ''),
(7842, 115, 122, 1540, '', 7, 11, 0, 0, ''),
(7843, 115, 122, 1540, '', 5, 11, 0, 0, ''),
(7844, 115, 122, 1540, '', 3, 11, 0, 0, ''),
(7845, 115, 122, 1540, '0', 1, 11, 0, 0, ''),
(7846, 115, 122, 1540, '', 3, 15, 0, 0, ''),
(7847, 115, 122, 1540, '', 1, 15, 0, 0, ''),
(7848, 115, 122, 1540, '', 1, 13, 0, 0, ''),
(7849, 115, 122, 1540, '', 3, 13, 0, 0, ''),
(7850, 115, 122, 1540, '', 5, 13, 0, 0, ''),
(7851, 115, 122, 1540, '', 5, 15, 0, 0, ''),
(7852, 115, 0, 1514, '', 0, 0, 0, 0, ''),
(7853, 115, 122, 1514, '', 3, 4, 1, 0, ''),
(7854, 115, 122, 1514, '', 2, 3, 1, 0, ''),
(7855, 115, 122, 1514, '', 5, 4, 1, 0, ''),
(7856, 115, 122, 1514, '', 8, 4, 1, 0, ''),
(7857, 115, 122, 1514, '', 12, 2, 0, 0, ''),
(7858, 115, 122, 1514, '', 2, 2, 2, 0, ''),
(7859, 115, 0, 1514, '', 0, 0, 0, 0, ''),
(7860, 115, 122, 1514, '', 6, 4, 1, 0, ''),
(7861, 115, 122, 1514, '', 10, 4, 1, 0, ''),
(7862, 115, 122, 1514, '', 10, 2, 1, 0, ''),
(7863, 115, 122, 1514, '', 10, 3, 1, 0, ''),
(7864, 115, 122, 1519, '', 4, 2, 2, 0, ''),
(7865, 115, 122, 1519, '', 6, 2, 2, 0, ''),
(7866, 115, 122, 1519, '', 7, 2, 2, 0, ''),
(7867, 115, 0, 90091, '', 0, 0, 0, 0, ''),
(7868, 115, 0, 90091, '', 0, 0, 0, 0, ''),
(7869, 115, 0, 10354, '', 0, 0, 0, 0, ''),
(7870, 115, 0, 10354, '', 0, 0, 0, 0, ''),
(7871, 115, 122, 1568, '', 5, 3, 0, 0, ''),
(7872, 115, 122, 1568, '', 5, 3, 0, 0, ''),
(7873, 115, 122, 1568, '', 3, 3, 0, 0, ''),
(7874, 115, 122, 1568, '', 1, 3, 0, 0, ''),
(7875, 115, 122, 1568, '', 3, 1, 1, 0, ''),
(7876, 115, 122, 1568, '', 1, 1, 1, 0, ''),
(7877, 115, 122, 1568, '', 1, 1, 0, 0, ''),
(7878, 115, 0, 19994, '', 0, 0, 0, 0, ''),
(7879, 115, 122, 1437, '1', 8, 11, 0, 0, ''),
(7880, 115, 0, 4350, '', 0, 0, 0, 0, ''),
(7881, 115, 0, 4350, '', 0, 0, 0, 0, ''),
(7882, 115, 122, 4350, '', 1, 14, 0, 2, ''),
(7883, 115, 122, 4350, '', 15, 1, 0, 2, ''),
(7884, 115, 122, 4350, '', 13, 5, 0, 2, ''),
(7885, 115, 122, 4350, '1', 1, 11, 0, 2, ''),
(7886, 115, 122, 4350, '', 1, 17, 0, 2, ''),
(7887, 115, 122, 4350, '1', 13, 1, 0, 2, ''),
(7888, 115, 122, 4350, '', 1, 7, 0, 2, ''),
(7889, 115, 122, 4350, '', 15, 4, 0, 2, ''),
(7890, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7891, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7892, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7893, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7894, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7895, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7896, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7897, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7898, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7899, 115, 0, 4351, '', 0, 0, 0, 0, ''),
(7903, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7902, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7900, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7901, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7904, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7905, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7906, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7907, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7908, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7909, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7910, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7911, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7912, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7913, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7914, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7915, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7916, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7917, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7918, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7919, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7920, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7921, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7922, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7923, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7924, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7925, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7926, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7927, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7928, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7929, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7930, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7931, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7932, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7933, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7934, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7935, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7936, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7937, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7938, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7939, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7940, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7941, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7942, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7943, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7944, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7945, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7946, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7947, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7948, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7949, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7950, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7951, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7952, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7953, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7954, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7955, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7956, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7957, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7958, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7959, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7960, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7961, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7962, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7963, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7964, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7965, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7966, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7967, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7968, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7969, 115, 0, 4349, '', 0, 0, 0, 0, ''),
(7970, 115, 122, 1544, '', 10, 11, 0, 2, ''),
(7971, 115, 122, 1544, '', 7, 11, 0, 2, ''),
(7972, 115, 122, 1544, '', 8, 13, 0, 0, ''),
(7979, 115, 0, 4306, '', 0, 0, 0, 0, ''),
(7978, 115, 0, 4306, '', 0, 0, 0, 0, ''),
(7973, 115, 122, 99026, '0', 11, 11, 0, 2, ''),
(7974, 115, 122, 99026, '', 8, 9, 0, 0, ''),
(7975, 115, 122, 99026, '0', 8, 14, 0, 4, ''),
(7976, 115, 122, 99026, '', 5, 19, 0, 0, ''),
(7977, 115, 122, 99026, '', 6, 11, 0, 6, ''),
(7980, 115, 122, 4306, '', 16, 6, 0, 0, ''),
(7981, 115, 122, 4306, '', 15, 7, 0, 0, ''),
(7982, 115, 122, 4306, '', 15, 3, 0, 0, ''),
(7983, 115, 122, 4306, '', 16, 3, 0, 0, ''),
(7984, 115, 122, 4306, '', 14, 4, 0, 0, ''),
(8010, 115, 0, 90090, '', 0, 0, 0, 0, ''),
(7985, 115, 122, 99026, '', 2, 6, 0, 4, ''),
(7986, 115, 122, 99026, '', 2, 19, 0, 0, ''),
(7987, 115, 122, 99026, '', 8, 19, 0, 0, ''),
(7988, 115, 122, 99026, '', 11, 6, 0, 4, ''),
(7989, 115, 122, 99026, '', 8, 6, 0, 4, ''),
(7990, 115, 122, 99026, '', 5, 6, 0, 4, ''),
(7991, 115, 122, 99026, '', 11, 19, 0, 0, ''),
(7992, 115, 0, 90088, '', 0, 0, 0, 0, ''),
(7993, 115, 0, 90077, '', 0, 0, 0, 0, ''),
(7994, 115, 0, 90079, '', 0, 0, 0, 0, ''),
(7995, 115, 0, 1522, '', 0, 0, 0, 0, ''),
(7996, 115, 0, 1522, '', 0, 0, 0, 0, ''),
(7997, 115, 0, 1522, '', 0, 0, 0, 0, ''),
(7998, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,15 l=2,36 l'),
(7999, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,18 l=3,36 l'),
(8000, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8001, 115, 122, 1777, '', 0, 0, 0, 0, ':w=15,0 l=10,35 r'),
(8002, 115, 122, 1777, '', 0, 0, 0, 0, ':w=12,0 l=10,35 r'),
(8003, 115, 122, 1777, '', 0, 0, 0, 0, ':w=10,0 l=0,30 r'),
(8004, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,2 l=10,33 l'),
(8005, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,4 l=13,31 l'),
(8006, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,6 l=1,37 l'),
(8007, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,9 l=4,36 l'),
(8008, 115, 122, 1777, '', 0, 0, 0, 0, ':w=0,12 l=7,34 l'),
(8259, 115, 122, 31980, '1', 7, 13, 0, 0, ''),
(8258, 115, 122, 31980, '1', 10, 10, 0, 0, ''),
(8011, 115, 0, 90083, '', 0, 0, 0, 0, ''),
(8009, 133, 127, 29290, '0', 14, 6, 0, 0, ''),
(8012, 115, 0, 90086, '', 0, 0, 0, 0, ''),
(8013, 133, 127, 29290, '0', 16, 7, 0, 0, ''),
(8014, 133, 127, 29290, '0', 15, 6, 0, 0, ''),
(8015, 133, 127, 29290, '0', 14, 5, 0, 0, ''),
(8016, 133, 127, 29290, '0', 14, 4, 0, 0, ''),
(8017, 133, 127, 29290, '0', 15, 4, 0, 0, ''),
(8018, 133, 127, 29290, '0', 20, 5, 0, 0, ''),
(8019, 133, 127, 29290, '0', 18, 5, 0, 0, ''),
(8020, 133, 127, 29290, '0', 19, 5, 0, 0, ''),
(8021, 133, 127, 29290, '0', 22, 4, 0, 0, ''),
(8022, 133, 127, 29290, '0', 19, 3, 0, 0, ''),
(8023, 133, 127, 29290, '0', 20, 4, 0, 0, ''),
(8024, 133, 127, 29290, '0', 21, 3, 0, 0, ''),
(8025, 133, 127, 29290, '0', 20, 2, 0, 0, ''),
(8257, 115, 122, 31980, '1', 10, 13, 0, 0, ''),
(8026, 133, 127, 29290, '0', 20, 1, 0, 0, ''),
(8027, 133, 127, 29290, '0', 17, 5, 0, 0, ''),
(8028, 133, 127, 29290, '0', 18, 2, 0, 0, ''),
(8029, 133, 127, 29290, '0', 18, 3, 0, 0, ''),
(8030, 133, 127, 29290, '0', 16, 4, 0, 0, ''),
(8031, 133, 127, 29290, '0', 16, 3, 0, 0, ''),
(8032, 133, 127, 29290, '0', 15, 3, 0, 0, ''),
(8033, 133, 127, 29290, '0', 14, 3, 0, 0, ''),
(8034, 133, 127, 29290, '0', 14, 2, 0, 0, ''),
(8035, 133, 127, 29290, '0', 14, 1, 0, 0, ''),
(8260, 115, 0, 31980, '', 0, 0, 0, 0, ''),
(8036, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8037, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8038, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8039, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8040, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8041, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8042, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8043, 115, 0, 1777, '', 0, 0, 0, 0, ''),
(8044, 115, 122, 1777, '', 0, 0, 0, 0, ':w=6,0 l=11,36 r'),
(8045, 115, 122, 1777, '', 0, 0, 0, 0, ':w=8,0 l=12,36 r'),
(8046, 115, 122, 1777, '', 0, 0, 0, 0, ':w=4,0 l=15,35 r'),
(8047, 115, 122, 1777, '', 0, 0, 0, 0, ':w=2,0 l=5,33 r'),
(8048, 133, 127, 29290, '0', 11, 15, 0, 0, ''),
(8049, 133, 127, 29290, '0', 12, 15, 0, 0, ''),
(8050, 133, 127, 29290, '0', 13, 15, 0, 0, ''),
(8051, 133, 127, 29290, '0', 21, 9, 0, 0, ''),
(8052, 133, 127, 29290, '0', 22, 9, 0, 0, ''),
(8053, 133, 127, 29290, '0', 13, 18, 0, 0, ''),
(8054, 133, 127, 29290, '0', 12, 18, 0, 0, ''),
(8055, 133, 127, 29290, '0', 11, 18, 0, 0, ''),
(8056, 133, 127, 29290, '0', 23, 11, 0, 0, ''),
(8057, 133, 127, 29290, '0', 25, 11, 0, 0, ''),
(8058, 133, 127, 29290, '0', 24, 11, 0, 0, ''),
(8059, 133, 127, 29290, '0', 25, 10, 0, 0, ''),
(8060, 133, 127, 29290, '0', 24, 8, 0, 0, ''),
(8061, 133, 127, 29290, '0', 24, 7, 0, 0, ''),
(8062, 133, 127, 29290, '0', 23, 7, 0, 0, ''),
(8063, 133, 127, 29290, '0', 23, 8, 0, 0, ''),
(8064, 133, 127, 29290, '0', 23, 9, 0, 0, ''),
(8065, 133, 127, 29290, '0', 24, 9, 0, 0, ''),
(8066, 133, 127, 29290, '0', 27, 9, 0, 0, ''),
(8067, 133, 127, 29290, '0', 26, 9, 0, 0, ''),
(8068, 133, 127, 29290, '0', 27, 8, 0, 0, ''),
(8069, 133, 127, 29290, '0', 27, 7, 0, 0, ''),
(8070, 133, 127, 29290, '0', 25, 8, 0, 0, ''),
(8071, 133, 127, 29290, '0', 25, 7, 0, 0, ''),
(8073, 133, 127, 29290, '0', 27, 6, 0, 0, ''),
(8074, 133, 127, 29290, '0', 26, 5, 0, 0, ''),
(8075, 133, 127, 29290, '0', 26, 4, 0, 0, ''),
(8076, 133, 127, 29290, '0', 25, 4, 0, 0, ''),
(8077, 133, 127, 29290, '0', 24, 4, 0, 0, ''),
(8078, 133, 127, 29290, '0', 23, 4, 0, 0, ''),
(8079, 133, 127, 29290, '0', 25, 6, 0, 0, ''),
(8080, 133, 127, 29290, '0', 24, 6, 0, 0, ''),
(8081, 133, 127, 29290, '0', 23, 6, 0, 0, ''),
(8082, 133, 127, 29290, '0', 21, 2, 0, 0, ''),
(8083, 133, 127, 29290, '0', 22, 8, 0, 0, ''),
(8084, 133, 127, 29290, '0', 21, 8, 0, 0, ''),
(8085, 133, 127, 29290, '0', 22, 7, 0, 0, ''),
(8086, 133, 127, 29290, '0', 22, 6, 0, 0, ''),
(8087, 133, 127, 29290, '0', 21, 5, 0, 0, ''),
(8088, 133, 127, 29290, '0', 20, 6, 0, 0, ''),
(8089, 133, 127, 29290, '0', 19, 6, 0, 0, ''),
(8090, 133, 127, 29290, '0', 18, 6, 0, 0, ''),
(8091, 133, 127, 29290, '0', 20, 8, 0, 0, ''),
(8199, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8092, 133, 127, 29290, '0', 19, 8, 0, 0, ''),
(8093, 133, 127, 29290, '0', 18, 8, 0, 0, ''),
(8094, 133, 127, 29290, '0', 16, 8, 0, 0, ''),
(8200, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8095, 133, 127, 29290, '0', 17, 8, 0, 0, ''),
(8096, 133, 127, 29290, '0', 15, 7, 0, 0, ''),
(8097, 133, 127, 29290, '0', 17, 6, 0, 0, ''),
(8098, 133, 127, 29290, '0', 15, 16, 0, 0, ''),
(8099, 133, 127, 29290, '0', 15, 15, 0, 0, ''),
(8100, 133, 127, 29290, '0', 14, 15, 0, 0, ''),
(8101, 133, 127, 29290, '', 14, 17, 0, 0, ''),
(8102, 133, 127, 29290, '0', 14, 18, 0, 0, ''),
(8103, 133, 127, 29290, '0', 15, 18, 0, 0, ''),
(8104, 133, 127, 29290, '0', 16, 17, 0, 0, ''),
(8105, 133, 127, 29290, '0', 17, 17, 0, 0, ''),
(8202, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8106, 133, 127, 29290, '0', 18, 17, 0, 0, ''),
(8107, 133, 127, 29290, '0', 19, 17, 0, 0, ''),
(8204, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8108, 133, 127, 29290, '0', 20, 17, 0, 0, ''),
(8109, 133, 127, 29290, '0', 23, 18, 0, 0, ''),
(8110, 133, 127, 29290, '0', 23, 17, 0, 0, ''),
(8111, 133, 127, 29290, '0', 23, 16, 0, 0, ''),
(8112, 133, 127, 29290, '0', 23, 15, 0, 0, ''),
(8113, 133, 127, 29290, '0', 21, 17, 0, 0, ''),
(8114, 133, 127, 29290, '0', 20, 16, 0, 0, ''),
(8115, 133, 127, 29290, '0', 22, 15, 0, 0, ''),
(8116, 133, 127, 29290, '0', 21, 16, 0, 0, ''),
(8117, 133, 127, 29290, '0', 20, 15, 0, 0, ''),
(8118, 133, 127, 29290, '0', 19, 14, 0, 0, ''),
(8119, 133, 127, 29290, '0', 19, 13, 0, 0, ''),
(8120, 133, 127, 29290, '0', 19, 12, 0, 0, ''),
(8121, 133, 127, 29290, '0', 21, 14, 0, 0, ''),
(8122, 133, 127, 29290, '0', 20, 12, 0, 0, ''),
(8123, 133, 127, 29290, '0', 21, 13, 0, 0, ''),
(8124, 133, 127, 29290, '0', 22, 12, 0, 0, ''),
(8125, 133, 127, 29290, '0', 21, 11, 0, 0, ''),
(8126, 133, 127, 29290, '0', 22, 10, 0, 0, ''),
(8127, 133, 127, 29290, '0', 21, 10, 0, 0, ''),
(8128, 133, 127, 29290, '0', 20, 10, 0, 0, ''),
(8129, 133, 127, 29290, '0', 19, 10, 0, 0, ''),
(8130, 133, 127, 29290, '0', 18, 10, 0, 0, ''),
(8131, 133, 127, 29290, '0', 17, 10, 0, 0, ''),
(8132, 133, 127, 29290, '0', 16, 10, 0, 0, ''),
(8133, 133, 127, 29290, '0', 17, 9, 0, 0, ''),
(8134, 133, 127, 29290, '0', 16, 9, 0, 0, ''),
(8135, 133, 127, 29290, '0', 18, 9, 0, 0, ''),
(8136, 133, 127, 29290, '0', 19, 9, 0, 0, ''),
(8137, 133, 127, 29290, '0', 20, 9, 0, 0, ''),
(8138, 133, 127, 29303, '0', 1, 8, 2, 0, ''),
(8139, 133, 127, 29303, '0', 1, 7, 2, 0, ''),
(8140, 133, 127, 29303, '0', 1, 7, 1, 0, ''),
(8141, 133, 127, 29303, '0', 1, 5, 2, 0, ''),
(8142, 133, 127, 29303, '0', 1, 5, 1, 0, ''),
(8143, 133, 127, 29303, '0', 1, 5, 1, 0, ''),
(8144, 133, 127, 29303, '0', 1, 5, 0, 0, ''),
(8145, 133, 127, 29303, '0', 1, 5, 0, 0, ''),
(8146, 133, 127, 29303, '0', 1, 4, 2, 0, ''),
(8147, 133, 127, 29303, '0', 1, 4, 1, 0, ''),
(8148, 133, 127, 29303, '0', 1, 4, 1, 0, ''),
(8149, 133, 127, 29303, '0', 1, 4, 0, 0, ''),
(8150, 133, 127, 29303, '0', 1, 4, 0, 0, ''),
(8151, 133, 127, 29286, '0', 1, 5, 2, 0, ''),
(8152, 133, 127, 29286, '0', 1, 4, 2, 0, ''),
(8153, 133, 127, 29319, '0', 8, 4, 0, 2, ''),
(8154, 133, 127, 29303, '0', 1, 8, 1, 0, ''),
(8155, 133, 127, 29303, '0', 1, 7, 1, 0, ''),
(8156, 133, 127, 29303, '0', 1, 8, 1, 0, ''),
(8157, 133, 127, 29303, '0', 1, 7, 0, 0, ''),
(8158, 133, 127, 29303, '0', 1, 8, 0, 0, ''),
(8159, 133, 127, 29303, '0', 1, 7, 0, 0, ''),
(8160, 133, 127, 29303, '0', 1, 8, 0, 0, ''),
(8161, 133, 127, 29303, '0', 1, 6, 2, 0, ''),
(8162, 133, 127, 29303, '0', 1, 6, 1, 0, ''),
(8163, 133, 127, 29303, '0', 1, 6, 1, 0, ''),
(8164, 133, 127, 29303, '0', 1, 6, 0, 0, ''),
(8165, 133, 127, 29303, '0', 1, 6, 0, 0, ''),
(8166, 133, 127, 29286, '0', 1, 6, 2, 0, ''),
(8167, 133, 127, 29286, '0', 1, 8, 2, 0, ''),
(8168, 133, 127, 29286, '0', 1, 7, 2, 0, ''),
(8169, 133, 127, 29286, '0', 1, 10, 2, 0, ''),
(8170, 133, 0, 29303, '', 0, 0, 0, 0, ''),
(8171, 133, 127, 29303, '0', 1, 10, 2, 0, ''),
(8172, 133, 127, 29303, '0', 1, 10, 1, 0, ''),
(8173, 133, 127, 29303, '0', 1, 10, 1, 0, ''),
(8174, 133, 127, 29303, '0', 1, 10, 0, 0, ''),
(8175, 133, 127, 29303, '0', 1, 10, 0, 0, ''),
(8176, 133, 127, 29321, '', 1, 13, 1, 2, ''),
(8177, 133, 127, 29321, '', 1, 13, 1, 2, ''),
(8178, 133, 127, 29321, '', 1, 13, 2, 2, ''),
(8179, 133, 127, 29321, '', 1, 13, 0, 2, ''),
(8180, 133, 127, 29321, '', 1, 13, 0, 2, ''),
(8181, 133, 127, 29321, '', 1, 12, 4, 2, ''),
(8182, 133, 127, 29321, '', 1, 12, 3, 2, ''),
(8183, 133, 127, 29321, '', 1, 12, 3, 2, ''),
(8184, 133, 127, 29321, '', 1, 12, 2, 2, ''),
(8185, 133, 127, 29321, '', 1, 12, 2, 2, ''),
(8186, 133, 127, 29321, '', 1, 12, 1, 2, ''),
(8187, 133, 127, 29321, '', 1, 12, 1, 2, ''),
(8188, 133, 127, 29321, '', 1, 12, 0, 2, ''),
(8189, 133, 127, 29321, '', 1, 12, 0, 2, ''),
(8190, 133, 127, 29321, '', 1, 11, 0, 2, ''),
(8191, 133, 127, 29321, '', 1, 11, 3, 2, ''),
(8192, 133, 127, 29321, '', 1, 11, 4, 2, ''),
(8193, 133, 127, 29321, '', 1, 11, 0, 2, ''),
(8194, 133, 127, 29321, '', 1, 11, 2, 2, ''),
(8195, 133, 127, 29321, '', 1, 11, 2, 2, ''),
(8196, 133, 127, 29321, '', 1, 11, 3, 2, ''),
(8197, 133, 127, 29321, '', 1, 11, 1, 2, ''),
(8198, 133, 127, 29321, '', 1, 11, 1, 2, ''),
(8201, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8205, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8206, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8207, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8208, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8209, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8210, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8211, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8212, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8213, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8214, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8215, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8216, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8217, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8218, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8219, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8220, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8221, 115, 0, 1540, '', 0, 0, 0, 0, ''),
(8222, 115, 122, 1540, '', 15, 1, 0, 0, ''),
(8223, 115, 122, 1540, '', 15, 3, 0, 0, ''),
(8224, 115, 0, 90089, '', 0, 0, 0, 0, ''),
(8225, 115, 0, 90089, '', 0, 0, 0, 0, ''),
(8226, 115, 0, 90089, '', 0, 0, 0, 0, ''),
(8227, 115, 0, 10354, '', 0, 0, 0, 0, ''),
(8228, 115, 122, 1568, '', 3, 1, 0, 0, ''),
(8229, 115, 122, 1568, '', 3, 1, 0, 0, ''),
(8230, 115, 122, 1568, '', 1, 3, 0, 0, ''),
(8231, 115, 122, 1568, '', 3, 3, 0, 0, ''),
(8232, 115, 122, 1568, '', 1, 1, 0, 0, ''),
(8233, 44, 0, 20025, '', 0, 0, 0, 0, ''),
(8234, 115, 122, 1568, '', 5, 1, 0, 0, ''),
(8235, 44, 0, 20025, '', 0, 0, 0, 0, ''),
(8236, 44, 0, 364, '', 0, 0, 0, 0, ''),
(8237, 115, 122, 1568, '', 3, 5, 0, 0, ''),
(8238, 115, 122, 1568, '', 5, 5, 0, 0, ''),
(8239, 115, 122, 1568, '', 5, 1, 1, 0, ''),
(8240, 115, 122, 1568, '', 5, 1, 0, 0, ''),
(8241, 115, 122, 1568, '', 1, 5, 0, 0, ''),
(8242, 115, 122, 1568, '', 7, 5, 0, 0, ''),
(8243, 115, 122, 1568, '', 9, 5, 0, 0, ''),
(8244, 115, 122, 1568, '', 11, 1, 0, 0, ''),
(8245, 115, 122, 1568, '', 9, 3, 0, 0, ''),
(8246, 115, 122, 1568, '', 9, 3, 0, 0, ''),
(8247, 115, 122, 1568, '', 9, 1, 0, 0, ''),
(8248, 115, 122, 1568, '', 9, 1, 0, 0, ''),
(8249, 115, 122, 1568, '', 7, 3, 0, 0, ''),
(8250, 115, 122, 1568, '', 7, 3, 0, 0, ''),
(8251, 115, 122, 1568, '', 7, 1, 1, 0, ''),
(8252, 115, 122, 1568, '', 7, 1, 0, 0, ''),
(8253, 115, 122, 1568, '', 7, 1, 0, 0, ''),
(8254, 115, 0, 1568, '', 0, 0, 0, 0, ''),
(8255, 115, 122, 1568, '', 11, 5, 0, 0, ''),
(8256, 115, 122, 1568, '', 11, 3, 0, 0, ''),
(8261, 115, 122, 31980, '1', 7, 10, 0, 0, ''),
(8262, 115, 0, 31982, '', 0, 0, 0, 0, ''),
(8269, 6, 50, 8263, 'imageUrl=https://encrypted-tbn0.gstatic.com/images?q offsetX=50 offsetY=50 offsetZ=100', 11, 1, 0, 0, ''),
(8263, 54, 0, 25824, '', 0, 0, 0, 0, ''),
(8264, 54, 0, 25824, '', 0, 0, 0, 0, ''),
(8265, 54, 0, 25824, '', 0, 0, 0, 0, ''),
(8266, 54, 85, 25824, '', 9, 6, 2, 0, ''),
(8267, 54, 85, 25824, '', 7, 6, 2, 0, ''),
(8268, 95, 0, 8263, 'imageUrl=http://lizzyissmelly.co.nu/images/main_content_bg.PNG offsetX=300 offsetY=200 offsetZ=300', 0, 0, 0, 0, ''),
(8270, 115, 122, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=15,0 l=10,34 r'),
(8273, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8274, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8275, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8276, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8277, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8278, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8279, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8280, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8281, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8282, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8283, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8284, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8285, 91, 0, 1540, '', 0, 0, 0, 0, ''),
(8286, 91, 130, 1540, '', 3, 5, 0, 0, ''),
(8287, 91, 130, 1540, '', 3, 3, 0, 0, ''),
(8288, 91, 130, 1540, '', 3, 7, 0, 0, ''),
(8289, 91, 130, 1540, '', 1, 7, 0, 0, ''),
(8290, 91, 130, 1540, '', 1, 9, 0, 0, ''),
(8291, 91, 130, 1540, '', 3, 9, 0, 0, ''),
(8292, 91, 130, 1540, '', 5, 3, 0, 0, ''),
(8293, 91, 130, 1540, '', 5, 5, 0, 0, ''),
(8294, 91, 130, 1540, '', 5, 7, 0, 0, ''),
(8295, 91, 130, 1540, '', 5, 9, 0, 0, ''),
(8296, 91, 130, 1540, '', 7, 9, 0, 0, ''),
(8297, 91, 130, 1540, '', 7, 7, 0, 0, ''),
(8298, 91, 130, 1017, '', 7, 2, 0, 2, ''),
(8299, 91, 130, 1017, '', 9, 1, 0, 4, ''),
(8300, 91, 130, 1021, '', 7, 1, 0, 2, ''),
(8301, 91, 130, 217, '', 6, 3, 0, 0, ''),
(8302, 91, 130, 217, '', 10, 3, 0, 0, ''),
(8303, 91, 0, 219, '', 0, 0, 0, 0, ''),
(8304, 91, 130, 218, '', 7, 3, 0, 0, ''),
(8305, 91, 130, 218, '', 8, 3, 0, 0, ''),
(8306, 91, 130, 1777, '', 0, 0, 0, 0, ':w=5,2 l=20,62 r'),
(8307, 91, 130, 1777, '', 0, 0, 0, 0, ':w=0,8 l=20,66 l'),
(8308, 91, 130, 1777, '', 0, 0, 0, 0, ':w=0,9 l=20,65 l'),
(8309, 91, 130, 1777, '', 0, 0, 0, 0, ':w=2,4 l=20,66 l'),
(8310, 91, 130, 1777, '', 0, 0, 0, 0, ':w=4,2 l=11,66 r'),
(8311, 91, 130, 1777, '', 0, 0, 0, 0, ':w=8,0 l=11,66 r'),
(8312, 91, 130, 1777, '', 0, 0, 0, 0, ':w=9,0 l=13,66 r'),
(8313, 95, 129, 23100, '', 4, 1, 0, 4, ''),
(8314, 91, 130, 1777, '', 0, 0, 0, 0, ':w=2,5 l=11,64 l'),
(8315, 91, 130, 1522, '1', 1, 7, 0, 0, ''),
(8319, 54, 0, 99965, '', 0, 0, 0, 0, ''),
(8318, 91, 130, 1805, '2,1,2,#0053F7,76', 0, 0, 0, 0, ':w=3,2 l=5,85 r'),
(8320, 54, 85, 10158, '', 6, 10, 0, 2, ''),
(8321, 54, 85, 10158, '', 7, 9, 0, 4, ''),
(8322, 54, 85, 10158, '', 7, 12, 0, 0, ''),
(8323, 44, 0, 19951995, '', 5, 6, 0, 0, ''),
(8324, 134, 0, 1237532, '', 0, 0, 0, 0, ''),
(8325, 91, 132, 217, '', 11, 6, 0, 0, ''),
(8326, 54, 85, 10158, '', 9, 10, 0, 6, ''),
(8327, 91, 132, 217, '', 11, 4, 0, 0, ''),
(8328, 91, 132, 217, '', 4, 6, 0, 0, ''),
(8329, 91, 132, 219, '', 4, 4, 0, 0, ''),
(8330, 134, 131, 969001, '', 1, 7, 0, 2, ''),
(8331, 134, 131, 969001, '', 1, 8, 0, 2, ''),
(8332, 134, 131, 969001, '', 1, 9, 0, 2, ''),
(8333, 134, 131, 969001, '', 1, 10, 0, 2, ''),
(8334, 91, 0, 440, '', 0, 0, 0, 0, ''),
(8335, 91, 0, 440, '', 0, 0, 0, 0, ''),
(8336, 91, 132, 440, '', 9, 5, 0, 2, ''),
(8337, 134, 0, 88898, '', 0, 0, 0, 0, ''),
(8338, 134, 0, 88898, '', 0, 0, 0, 0, ''),
(8339, 134, 0, 88898, '', 0, 0, 0, 0, ''),
(8340, 134, 0, 88898, '', 0, 0, 0, 0, ''),
(8341, 134, 0, 88898, '', 0, 0, 0, 0, ''),
(8342, 134, 131, 88898, '', 2, 8, 0, 0, ''),
(8343, 91, 132, 218, '', 8, 6, 0, 0, ''),
(8344, 91, 132, 218, '', 9, 4, 0, 0, ''),
(8345, 91, 132, 218, '', 7, 4, 0, 0, ''),
(8346, 91, 132, 218, '', 5, 4, 0, 0, ''),
(8347, 91, 132, 218, '', 9, 6, 0, 0, ''),
(8348, 91, 132, 218, '', 7, 6, 0, 0, ''),
(8349, 91, 132, 218, '', 5, 6, 0, 0, ''),
(8350, 134, 131, 969003, '', 10, 1, 0, 4, ''),
(8351, 134, 131, 969006, '', 9, 1, 0, 4, ''),
(8352, 134, 131, 969005, '', 11, 1, 0, 4, ''),
(8353, 134, 131, 202, '', 8, 1, 0, 4, ''),
(8354, 91, 132, 218, '', 6, 6, 0, 0, ''),
(8355, 134, 131, 969004, '', 6, 1, 0, 4, ''),
(8356, 134, 131, 969002, '', 7, 1, 0, 4, ''),
(8357, 91, 132, 218, '', 6, 4, 0, 0, ''),
(8358, 91, 132, 218, '', 8, 4, 0, 0, ''),
(8363, 134, 133, 218, '', 4, 6, 0, 0, ''),
(8360, 134, 0, 19896, '3105', 0, 0, 0, 0, ''),
(8362, 91, 132, 29317, '', 10, 5, 0, 6, ''),
(8364, 134, 133, 218, '', 4, 4, 0, 0, ''),
(8365, 134, 133, 218, '', 2, 4, 0, 0, ''),
(8366, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8367, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8368, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8369, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8370, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8371, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8372, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8373, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8374, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8375, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8376, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8377, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8378, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8379, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8380, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8381, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8382, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8383, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8384, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8385, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8386, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8387, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8388, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8389, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8390, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8391, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8392, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8393, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8394, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8395, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8396, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8397, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8398, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8399, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8400, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8401, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8402, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8403, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8404, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8405, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8406, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8407, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8408, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8409, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8410, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8411, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8412, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8413, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8414, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8415, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8416, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8417, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8418, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8419, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8420, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8421, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8422, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8423, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8424, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8425, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8426, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8427, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8428, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8429, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8430, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8431, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8432, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8433, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8434, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8435, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8436, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8437, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8438, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8439, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8440, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8441, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8442, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8443, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8444, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8445, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8446, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8447, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8448, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8449, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8450, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8451, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8452, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8453, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8454, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8455, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8456, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8457, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8458, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8459, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8460, 91, 0, 2785104, '', 0, 0, 0, 0, ''),
(8461, 91, 132, 2785104, '', 11, 11, 0, 0, ''),
(8462, 91, 132, 2785104, '', 9, 11, 0, 0, ''),
(8463, 91, 132, 2785104, '', 7, 11, 0, 0, ''),
(8464, 91, 132, 2785104, '', 5, 11, 0, 0, ''),
(8465, 91, 132, 2785104, '', 11, 5, 0, 0, ''),
(8466, 134, 131, 218, '', 5, 2, 0, 6, ''),
(8467, 134, 133, 218, '', 2, 6, 0, 0, ''),
(8468, 44, 0, 218, '', 0, 0, 0, 0, ''),
(8469, 44, 0, 218, '', 0, 0, 0, 0, ''),
(8470, 134, 131, 219, '', 5, 5, 0, 2, ''),
(8471, 134, 131, 217, '', 5, 1, 0, 0, ''),
(8472, 134, 131, 217, '', 5, 6, 0, 0, ''),
(8473, 24, 0, 80000056, '', 0, 0, 0, 0, ''),
(8474, 44, 0, 80000056, '', 0, 0, 0, 0, ''),
(8475, 44, 95, 80000055, '', 6, 7, 0, 2, ''),
(8476, 91, 132, 38499, '', 7, 13, 0, 0, ''),
(8477, 91, 132, 38499, '', 8, 13, 0, 0, ''),
(8478, 91, 132, 38499, '', 9, 13, 0, 0, ''),
(8479, 91, 132, 38499, '', 11, 13, 0, 0, ''),
(8480, 91, 132, 38499, '', 10, 13, 0, 0, ''),
(8481, 91, 132, 38499, '', 4, 11, 0, 0, ''),
(8482, 91, 132, 38499, '', 4, 10, 0, 0, ''),
(8483, 91, 132, 38499, '', 4, 13, 0, 0, ''),
(8484, 91, 132, 38499, '', 5, 13, 0, 0, ''),
(8485, 91, 132, 38499, '', 6, 13, 0, 0, ''),
(8487, 91, 132, 38499, '', 8, 10, 0, 0, ''),
(8486, 91, 132, 38499, '', 10, 10, 0, 0, ''),
(8488, 91, 132, 38499, '', 8, 11, 0, 0, ''),
(8489, 91, 132, 38499, '', 8, 12, 0, 0, ''),
(8490, 91, 132, 38499, '', 6, 12, 0, 0, ''),
(8491, 91, 132, 38499, '', 6, 11, 0, 0, ''),
(8492, 91, 132, 38499, '', 6, 10, 0, 0, ''),
(8493, 91, 132, 38499, '', 4, 12, 0, 0, ''),
(8494, 91, 132, 38499, '', 10, 12, 0, 0, ''),
(8495, 91, 132, 38499, '', 10, 11, 0, 0, ''),
(8496, 91, 132, 254874, '', 10, 7, 0, 0, ''),
(8497, 91, 132, 254874, '', 8, 7, 0, 0, ''),
(8498, 91, 132, 254874, '', 6, 7, 0, 0, ''),
(8499, 91, 132, 254874, '', 4, 7, 0, 0, ''),
(8500, 91, 132, 38499, '', 4, 9, 0, 0, ''),
(8501, 91, 132, 38499, '', 9, 9, 0, 0, ''),
(8502, 91, 132, 38499, '', 11, 9, 0, 0, ''),
(8503, 91, 132, 38499, '', 10, 9, 0, 0, ''),
(8504, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8505, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8506, 91, 132, 38499, '', 7, 9, 0, 0, ''),
(8507, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8508, 91, 132, 38499, '', 8, 9, 0, 0, ''),
(8509, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8510, 91, 132, 38499, '', 5, 9, 0, 0, ''),
(8511, 91, 132, 38499, '', 6, 9, 0, 0, ''),
(8512, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8513, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8514, 134, 0, 218, '', 0, 0, 0, 0, ''),
(8515, 134, 133, 218, '', 8, 4, 0, 0, ''),
(8516, 134, 133, 218, '', 6, 4, 0, 0, ''),
(8517, 134, 133, 218, '', 6, 6, 0, 0, ''),
(8518, 91, 132, 158, '', 9, 10, 0, 4, ''),
(8519, 91, 132, 158, '', 5, 10, 0, 4, ''),
(8520, 134, 0, 219, '', 0, 0, 0, 0, ''),
(8521, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8522, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8523, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8524, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8525, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8526, 133, 0, 29321, '', 0, 0, 0, 0, ''),
(8527, 133, 127, 29321, '', 1, 14, 2, 2, ''),
(8528, 133, 127, 29321, '', 1, 14, 1, 2, ''),
(8529, 133, 127, 29321, '', 1, 14, 1, 2, ''),
(8530, 133, 127, 29321, '', 1, 14, 0, 2, ''),
(8531, 133, 127, 29321, '', 1, 14, 0, 2, ''),
(8532, 133, 127, 29321, '', 1, 13, 4, 2, ''),
(8533, 133, 127, 29321, '', 1, 13, 3, 2, ''),
(8534, 133, 127, 29321, '', 1, 13, 3, 2, ''),
(8535, 91, 132, 303, 'Winder 3-2-2014 Win', 11, 10, 0, 6, ''),
(8536, 91, 132, 303, 'Winder 3-2-2014 Win', 7, 10, 0, 6, ''),
(8537, 133, 127, 29321, '', 1, 13, 2, 2, ''),
(8538, 91, 132, 1054, '', 8, 1, 0, 4, ''),
(8539, 91, 132, 1054, '', 5, 1, 0, 4, ''),
(8540, 91, 0, 1523, '', 0, 0, 0, 0, ''),
(8541, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8542, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8543, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8544, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8545, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8546, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8547, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8548, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8549, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8550, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8551, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8552, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8553, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8554, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8555, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8556, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8557, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8558, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8559, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8560, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8561, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8562, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8563, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8564, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8565, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8566, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8567, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8568, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8569, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8570, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8571, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8572, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8573, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8574, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8575, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8576, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8577, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8578, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8579, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8580, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8581, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8582, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8583, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8584, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8585, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8586, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8587, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8588, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8589, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8590, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8591, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8592, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8593, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8594, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8595, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8596, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8597, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8598, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8599, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8600, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8601, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8602, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8603, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8604, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8605, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8606, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8607, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8608, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8609, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8610, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8611, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8612, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8613, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8614, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8615, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8616, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8617, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8618, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8619, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8620, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8621, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8622, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8623, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8624, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8625, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8626, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8627, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8628, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8629, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8630, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8631, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8632, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8633, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8634, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8635, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8636, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8637, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8638, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8639, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8640, 134, 0, 2785104, '', 0, 0, 0, 0, ''),
(8641, 91, 132, 1091, '', 11, 1, 0, 0, ''),
(8642, 91, 132, 1091, '', 4, 1, 0, 0, ''),
(8643, 133, 127, 29292, '', 1, 14, 2, 2, ''),
(8644, 133, 127, 29292, '', 1, 13, 4, 2, ''),
(8645, 133, 127, 29292, '', 1, 12, 4, 2, ''),
(8646, 133, 127, 29292, '', 1, 11, 4, 2, ''),
(8647, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8648, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8649, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8650, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8651, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8652, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8653, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8654, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8655, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8656, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8657, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8658, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8659, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8660, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8661, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8662, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8663, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8664, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8665, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8666, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8667, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8668, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8669, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8670, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8671, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8672, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8673, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8674, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8675, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8676, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8677, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8678, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8679, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8680, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8681, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8682, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8683, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8684, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8685, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8686, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8687, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8688, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8689, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8690, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8691, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8692, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8693, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8694, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8695, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8696, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8697, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8698, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8699, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8700, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8701, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8702, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8703, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8704, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8705, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8706, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8707, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8708, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8709, 133, 127, 3000287, '', 13, 11, 0, 0, ''),
(8710, 133, 127, 3000287, '', 12, 11, 0, 0, ''),
(8711, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8712, 133, 0, 3000287, '', 0, 0, 0, 0, ''),
(8713, 133, 127, 3000287, '', 11, 11, 0, 0, ''),
(8714, 133, 127, 3000287, '', 13, 12, 0, 0, ''),
(8715, 133, 127, 3000287, '', 12, 12, 0, 0, ''),
(8716, 133, 127, 3000287, '', 11, 12, 0, 0, ''),
(8717, 133, 127, 3000287, '', 12, 17, 0, 0, ''),
(8718, 133, 127, 3000287, '', 12, 16, 0, 0, ''),
(8719, 133, 127, 3000287, '', 11, 16, 0, 0, ''),
(8720, 133, 127, 3000287, '', 17, 1, 0, 0, ''),
(8721, 133, 127, 3000287, '', 17, 2, 0, 0, ''),
(8722, 133, 127, 3000287, '', 11, 17, 0, 0, ''),
(8723, 133, 127, 3000287, '', 16, 1, 0, 0, ''),
(8724, 133, 127, 3000287, '', 16, 2, 0, 0, ''),
(8725, 133, 127, 3000287, '', 15, 2, 0, 0, ''),
(8726, 133, 127, 3000287, '', 15, 1, 0, 0, ''),
(8729, 133, 127, 1804, '2,1,2,#0053F7,255', 0, 0, 0, 0, ':w=0,15 l=14,13 l'),
(8730, 133, 127, 89926, '0', 2, 8, 0, 2, ''),
(8731, 133, 127, 89926, '0', 3, 4, 0, 2, ''),
(8732, 135, 134, 218, '', 5, 9, 0, 6, ''),
(8733, 135, 134, 218, '', 5, 7, 0, 6, ''),
(8734, 135, 134, 218, '', 5, 5, 0, 6, ''),
(8735, 135, 134, 218, '', 9, 4, 0, 0, ''),
(8736, 135, 134, 218, '', 7, 4, 0, 0, ''),
(8745, 133, 127, 217, '', 11, 10, 0, 0, ''),
(8737, 135, 134, 218, '', 5, 4, 0, 0, ''),
(8738, 135, 134, 219, '', 5, 13, 0, 2, ''),
(8739, 133, 127, 217, '', 14, 10, 0, 0, ''),
(8740, 133, 127, 217, '', 14, 13, 0, 0, ''),
(8741, 133, 127, 217, '', 11, 13, 0, 0, ''),
(8742, 133, 0, 218, '', 0, 0, 0, 0, '');
INSERT INTO `items` (`id`, `user_id`, `room_id`, `base_item`, `extra_data`, `x`, `y`, `z`, `rot`, `wall_pos`) VALUES
(8743, 133, 127, 218, '', 14, 11, 0, 6, ''),
(8744, 133, 127, 218, '', 12, 13, 0, 0, ''),
(8746, 135, 0, 217, '', 0, 0, 0, 0, ''),
(8747, 135, 0, 217, '', 0, 0, 0, 0, ''),
(8748, 135, 0, 218, '', 0, 0, 0, 0, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `linkfilter`
--

CREATE TABLE IF NOT EXISTS `linkfilter` (
`externalsite` varchar(80) NOT NULL,
PRIMARY KEY (`externalsite`),
KEY `site` (`externalsite`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `linkfilter`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `messenger_friendships`
--

CREATE TABLE IF NOT EXISTS `messenger_friendships` (
`user_one_id` int(10) unsigned NOT NULL,
`user_two_id` int(10) unsigned NOT NULL,
KEY `user_one_id` (`user_one_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `messenger_friendships`
--

INSERT INTO `messenger_friendships` (`user_one_id`, `user_two_id`) VALUES
(9, 6),
(6, 9),
(11, 9),
(9, 11),
(6, 14),
(14, 6),
(11, 16),
(16, 11),
(8, 9),
(9, 8),
(8, 6),
(6, 8),
(20, 9),
(9, 20),
(11, 8),
(8, 11),
(24, 9),
(9, 24),
(6, 24),
(24, 6),
(8, 24),
(24, 8),
(6, 29),
(29, 6),
(29, 9),
(9, 29),
(29, 8),
(8, 29),
(6, 35),
(35, 6),
(36, 35),
(35, 36),
(6, 107),
(107, 6),
(9, 35),
(35, 9),
(36, 9),
(9, 36),
(11, 6),
(6, 11),
(37, 6),
(6, 37),
(9, 17),
(17, 9),
(6, 17),
(17, 6),
(24, 29),
(29, 24),
(41, 9),
(9, 41),
(41, 17),
(17, 41),
(6, 41),
(41, 6),
(39, 9),
(9, 39),
(39, 6),
(6, 39),
(17, 39),
(39, 17),
(14, 9),
(9, 14),
(14, 17),
(17, 14),
(39, 41),
(41, 39),
(6, 43),
(43, 6),
(43, 9),
(9, 43),
(96, 166),
(166, 96),
(41, 44),
(44, 41),
(14, 44),
(44, 14),
(6, 44),
(44, 6),
(8, 43),
(43, 8),
(8, 44),
(44, 8),
(8, 14),
(14, 8),
(43, 44),
(44, 43),
(37, 43),
(43, 37),
(8, 37),
(37, 8),
(17, 43),
(43, 17),
(37, 47),
(47, 37),
(8, 17),
(17, 8),
(48, 14),
(14, 48),
(17, 37),
(37, 17),
(43, 48),
(48, 43),
(48, 47),
(47, 48),
(47, 14),
(14, 47),
(47, 43),
(43, 47),
(8, 48),
(48, 8),
(17, 48),
(48, 17),
(37, 48),
(48, 37),
(17, 47),
(47, 17),
(41, 37),
(37, 41),
(6, 48),
(48, 6),
(9, 37),
(37, 9),
(17, 44),
(44, 17),
(47, 9),
(9, 47),
(36, 41),
(41, 36),
(9, 48),
(48, 9),
(29, 35),
(35, 29),
(44, 35),
(35, 44),
(35, 17),
(17, 35),
(51, 35),
(35, 51),
(51, 44),
(44, 51),
(6, 51),
(51, 6),
(41, 35),
(35, 41),
(50, 44),
(44, 50),
(50, 9),
(9, 50),
(6, 50),
(50, 6),
(51, 37),
(37, 51),
(53, 6),
(6, 53),
(51, 53),
(53, 51),
(51, 9),
(9, 51),
(53, 9),
(9, 53),
(6, 54),
(54, 6),
(29, 17),
(17, 29),
(29, 43),
(43, 29),
(24, 43),
(43, 24),
(29, 37),
(37, 29),
(6, 55),
(55, 6),
(55, 43),
(43, 55),
(55, 9),
(9, 55),
(55, 44),
(44, 55),
(24, 44),
(44, 24),
(55, 50),
(50, 55),
(56, 6),
(6, 56),
(50, 57),
(57, 50),
(6, 57),
(57, 6),
(55, 57),
(57, 55),
(57, 9),
(9, 57),
(58, 9),
(9, 58),
(58, 6),
(6, 58),
(54, 9),
(9, 54),
(60, 9),
(9, 60),
(44, 58),
(58, 44),
(52, 9),
(9, 52),
(6, 52),
(52, 6),
(29, 58),
(58, 29),
(55, 52),
(52, 55),
(55, 54),
(54, 55),
(55, 17),
(17, 55),
(58, 17),
(17, 58),
(24, 17),
(17, 24),
(62, 9),
(9, 62),
(62, 6),
(6, 62),
(17, 54),
(54, 17),
(62, 17),
(17, 62),
(64, 9),
(9, 64),
(64, 17),
(17, 64),
(6, 65),
(65, 6),
(65, 9),
(9, 65),
(66, 9),
(9, 66),
(67, 9),
(9, 67),
(6, 67),
(67, 6),
(68, 6),
(6, 68),
(6, 69),
(69, 6),
(6, 71),
(71, 6),
(6, 76),
(76, 6),
(6, 123),
(123, 6),
(6, 66),
(66, 6),
(24, 66),
(66, 24),
(41, 24),
(24, 41),
(24, 78),
(78, 24),
(41, 66),
(66, 41),
(29, 66),
(66, 29),
(41, 79),
(79, 41),
(66, 17),
(17, 66),
(82, 41),
(41, 82),
(17, 83),
(83, 17),
(24, 83),
(83, 24),
(6, 78),
(78, 6),
(83, 6),
(6, 83),
(17, 76),
(76, 17),
(55, 76),
(76, 55),
(86, 9),
(9, 86),
(86, 17),
(17, 86),
(55, 88),
(88, 55),
(6, 88),
(88, 6),
(9, 88),
(88, 9),
(89, 9),
(9, 89),
(6, 89),
(89, 6),
(6, 92),
(92, 6),
(91, 93),
(93, 91),
(93, 9),
(9, 93),
(92, 93),
(93, 92),
(9, 91),
(91, 9),
(92, 91),
(91, 92),
(17, 88),
(88, 17),
(117, 133),
(133, 117),
(6, 93),
(93, 6),
(95, 9),
(9, 95),
(95, 93),
(93, 95),
(86, 93),
(93, 86),
(86, 91),
(91, 86),
(6, 95),
(95, 6),
(94, 93),
(93, 94),
(94, 9),
(9, 94),
(17, 93),
(93, 17),
(89, 17),
(17, 89),
(95, 17),
(17, 95),
(92, 17),
(17, 92),
(94, 17),
(17, 94),
(95, 85),
(85, 95),
(85, 9),
(9, 85),
(91, 17),
(17, 91),
(9, 96),
(96, 9),
(6, 96),
(96, 6),
(96, 93),
(93, 96),
(17, 96),
(96, 17),
(96, 91),
(91, 96),
(95, 91),
(91, 95),
(83, 93),
(93, 83),
(83, 9),
(9, 83),
(6, 85),
(85, 6),
(83, 54),
(54, 83),
(55, 93),
(93, 55),
(55, 91),
(91, 55),
(85, 97),
(97, 85),
(95, 97),
(97, 95),
(9, 97),
(97, 9),
(55, 85),
(85, 55),
(24, 91),
(91, 24),
(24, 97),
(97, 24),
(83, 123),
(123, 83),
(54, 76),
(76, 54),
(54, 66),
(66, 54),
(54, 93),
(93, 54),
(54, 89),
(89, 54),
(54, 92),
(92, 54),
(54, 91),
(91, 54),
(83, 96),
(96, 83),
(55, 30),
(30, 55),
(24, 95),
(95, 24),
(83, 30),
(30, 83),
(55, 98),
(98, 55),
(83, 98),
(98, 83),
(30, 98),
(98, 30),
(83, 85),
(85, 83),
(9, 30),
(30, 9),
(6, 30),
(30, 6),
(6, 97),
(97, 6),
(101, 9),
(9, 101),
(6, 101),
(101, 6),
(101, 85),
(85, 101),
(54, 30),
(30, 54),
(96, 24),
(24, 96),
(55, 102),
(102, 55),
(96, 54),
(54, 96),
(9, 102),
(102, 9),
(100, 9),
(9, 100),
(100, 97),
(97, 100),
(6, 102),
(102, 6),
(104, 9),
(9, 104),
(104, 149),
(149, 104),
(103, 9),
(9, 103),
(105, 9),
(9, 105),
(55, 104),
(104, 55),
(106, 9),
(9, 106),
(106, 107),
(107, 106),
(104, 133),
(133, 104),
(9, 107),
(107, 9),
(106, 6),
(6, 106),
(94, 6),
(6, 94),
(94, 85),
(85, 94),
(107, 85),
(85, 107),
(94, 107),
(107, 94),
(83, 107),
(107, 83),
(95, 83),
(83, 95),
(86, 111),
(111, 86),
(44, 111),
(111, 44),
(6, 111),
(111, 6),
(112, 113),
(113, 112),
(113, 24),
(24, 113),
(113, 6),
(6, 113),
(112, 6),
(6, 112),
(83, 115),
(115, 83),
(6, 115),
(115, 6),
(83, 114),
(114, 83),
(103, 6),
(6, 103),
(115, 116),
(116, 115),
(95, 103),
(103, 95),
(96, 85),
(85, 96),
(24, 116),
(116, 24),
(83, 116),
(116, 83),
(117, 115),
(115, 117),
(83, 117),
(117, 83),
(117, 113),
(113, 117),
(44, 91),
(91, 44),
(95, 113),
(113, 95),
(136, 133),
(133, 136),
(117, 91),
(91, 117),
(116, 91),
(91, 116),
(117, 116),
(116, 117),
(6, 114),
(114, 6),
(126, 133),
(133, 126),
(116, 133),
(133, 116),
(24, 126),
(126, 24),
(94, 127),
(127, 94),
(6, 136),
(136, 6),
(116, 127),
(127, 116),
(95, 54),
(54, 95),
(125, 127),
(127, 125),
(95, 96),
(96, 95),
(95, 127),
(127, 95),
(95, 126),
(126, 95),
(95, 36),
(36, 95),
(44, 30),
(30, 44),
(36, 127),
(127, 36),
(114, 127),
(127, 114),
(95, 114),
(114, 95),
(95, 117),
(117, 95),
(36, 113),
(113, 36),
(127, 113),
(113, 127),
(116, 113),
(113, 116),
(114, 113),
(113, 114),
(95, 131),
(131, 95),
(94, 113),
(113, 94),
(95, 136),
(136, 95),
(91, 136),
(136, 91),
(91, 134),
(134, 91),
(136, 134),
(134, 136),
(135, 134),
(134, 135),
(131, 134),
(134, 131),
(95, 134),
(134, 95),
(113, 134),
(134, 113),
(125, 134),
(134, 125),
(130, 134),
(134, 130),
(91, 113),
(113, 91),
(36, 134),
(134, 36),
(117, 134),
(134, 117),
(127, 134),
(134, 127),
(116, 134),
(134, 116),
(114, 134),
(134, 114),
(130, 131),
(131, 130),
(6, 135),
(135, 6),
(91, 127),
(127, 91),
(91, 135),
(135, 91),
(131, 135),
(135, 131),
(91, 36),
(36, 91),
(136, 135),
(135, 136),
(130, 135),
(135, 130),
(112, 135),
(135, 112),
(133, 135),
(135, 133),
(113, 135),
(135, 113),
(114, 91),
(91, 114),
(116, 135),
(135, 116),
(117, 135),
(135, 117),
(36, 135),
(135, 36),
(127, 135),
(135, 127),
(136, 44),
(44, 136),
(114, 135),
(135, 114),
(44, 36),
(36, 44),
(44, 54),
(54, 44),
(130, 127),
(127, 130),
(94, 135),
(135, 94),
(94, 36),
(36, 94),
(136, 36),
(36, 136),
(112, 36),
(36, 112),
(138, 36),
(36, 138),
(133, 36),
(36, 133),
(130, 36),
(36, 130),
(116, 36),
(36, 116),
(117, 36),
(36, 117),
(125, 36),
(36, 125),
(95, 133),
(133, 95),
(117, 138),
(138, 117),
(116, 138),
(138, 116),
(125, 138),
(138, 125),
(133, 138),
(138, 133),
(130, 138),
(138, 130),
(112, 138),
(138, 112),
(113, 138),
(138, 113),
(136, 138),
(138, 136),
(134, 138),
(138, 134),
(131, 138),
(138, 131),
(139, 138),
(138, 139),
(24, 125),
(125, 24),
(24, 94),
(94, 24),
(24, 136),
(136, 24),
(133, 113),
(113, 133),
(112, 133),
(133, 112),
(95, 135),
(135, 95),
(24, 133),
(133, 24),
(24, 134),
(134, 24),
(138, 135),
(135, 138),
(94, 138),
(138, 94),
(91, 133),
(133, 91),
(142, 115),
(115, 142),
(24, 117),
(117, 24),
(112, 107),
(107, 112),
(131, 107),
(107, 131),
(142, 107),
(107, 142),
(145, 107),
(107, 145),
(94, 117),
(117, 94),
(94, 136),
(136, 94),
(139, 142),
(142, 139),
(134, 107),
(107, 134),
(145, 134),
(134, 145),
(112, 94),
(94, 112),
(149, 113),
(113, 149),
(104, 115),
(115, 104),
(104, 134),
(134, 104),
(91, 145),
(145, 91),
(117, 104),
(104, 117),
(133, 107),
(107, 133),
(36, 107),
(107, 36),
(113, 54),
(54, 113),
(107, 113),
(113, 107),
(104, 107),
(107, 104),
(149, 107),
(107, 149),
(44, 149),
(149, 44),
(44, 113),
(113, 44),
(149, 6),
(6, 149),
(54, 102),
(102, 54),
(54, 117),
(117, 54),
(54, 127),
(127, 54),
(54, 138),
(138, 54),
(54, 135),
(135, 54),
(54, 123),
(123, 54),
(54, 133),
(133, 54),
(112, 115),
(115, 112),
(115, 133),
(133, 115),
(6, 142),
(142, 6),
(133, 6),
(6, 133),
(6, 157),
(157, 6),
(130, 6),
(6, 130),
(95, 89),
(89, 95),
(24, 89),
(89, 24),
(130, 89),
(89, 130),
(6, 116),
(116, 6),
(95, 160),
(160, 95),
(112, 89),
(89, 112),
(133, 89),
(89, 133),
(133, 30),
(30, 133),
(116, 30),
(30, 116),
(95, 30),
(30, 95),
(130, 30),
(30, 130),
(95, 130),
(130, 95),
(130, 117),
(117, 130),
(6, 117),
(117, 6),
(133, 127),
(127, 133),
(6, 127),
(127, 6),
(24, 127),
(127, 24),
(133, 166),
(166, 133),
(115, 166),
(166, 115),
(166, 6),
(6, 166),
(86, 166),
(166, 86),
(167, 166),
(166, 167),
(130, 96),
(96, 130),
(116, 96),
(96, 116),
(130, 166),
(166, 130),
(91, 166),
(166, 91),
(166, 54),
(54, 166),
(96, 44),
(44, 96),
(95, 115),
(115, 95),
(6, 134),
(134, 6),
(96, 134),
(134, 96),
(115, 134),
(134, 115),
(44, 134),
(134, 44),
(96, 30),
(30, 96),
(58, 133),
(133, 58),
(95, 169),
(169, 95),
(135, 169),
(169, 135),
(116, 169),
(169, 116),
(6, 169),
(169, 6),
(133, 96),
(96, 133);

-- --------------------------------------------------------

--
-- Struttura della tabella `messenger_requests`
--

CREATE TABLE IF NOT EXISTS `messenger_requests` (
`from_id` int(10) unsigned NOT NULL,
`to_id` int(10) unsigned NOT NULL,
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=534 ;

--
-- Dump dei dati per la tabella `messenger_requests`
--

INSERT INTO `messenger_requests` (`from_id`, `to_id`, `id`) VALUES
(123, 96, 302),
(134, 166, 518),
(9, 56, 97),
(127, 96, 307),
(91, 89, 194),
(85, 30, 224),
(93, 89, 173),
(85, 100, 228),
(123, 9, 294),
(127, 30, 328),
(169, 96, 526),
(113, 30, 334),
(116, 137, 433),
(134, 30, 352),
(135, 30, 370),
(135, 137, 389),
(30, 112, 492),
(138, 137, 411);

-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_presets`
--

CREATE TABLE IF NOT EXISTS `moderation_presets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`type` enum('message','roommessage') NOT NULL DEFAULT 'message',
`message` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

--
-- Dump dei dati per la tabella `moderation_presets`
--

INSERT INTO `moderation_presets` (`id`, `enabled`, `type`, `message`) VALUES
(2, '1', 'message', 'Your language and/or behavior is unacceptable. Please behave appropriately or expect further action.'),
(3, '1', 'roommessage', 'This room is unacceptable to the hotel management.'),
(14, '1', 'message', 'Speaking a foreign language is against hotel policy, if you cotinue you will be banned.'),
(15, '1', 'message', 'Please report this on our UserVoice -
Perfavore, Entra oppure Registrati per vedere i Link!
'),
(16, '1', 'roommessage', 'Speaking a foreign language is against hotel policy, if you cotinue you will be banned.');

-- --------------------------------------------------------

--
-- Struttura della tabella `moderation_tickets`
--

CREATE TABLE IF NOT EXISTS `moderation_tickets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`score` int(11) NOT NULL,
`type` int(11) NOT NULL,
`status` enum('open','picked','resolved','abusive','invalid','deleted') NOT NULL DEFAULT 'open',
`sender_id` int(10) unsigned NOT NULL,
`reported_id` int(10) unsigned NOT NULL,
`moderator_id` int(10) unsigned NOT NULL,
`message` text NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`room_name` varchar(100) NOT NULL,
`timestamp` double NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;

--
-- Dump dei dati per la tabella `moderation_tickets`
--

INSERT INTO `moderation_tickets` (`id`, `score`, `type`, `status`, `sender_id`, `reported_id`, `moderator_id`, `message`, `room_id`, `room_name`, `timestamp`) VALUES
(1, 1, 106, 'invalid', 38, 0, 1, 'Because he wants to reach the top.', 9588, 'Apothecary', 1293798523),
(2, 1, 105, 'resolved', 1, 43, 1, 'nigz 4 lf lol osrngosebosbodujrbgosdjbgds', 5919, 'Journey', 1293914038),
(3, 1, 106, 'abusive', 23, 0, 6, 'every time i leave a room i dc n shit', 9590, 'Tailor Training Camp', 1293967304),
(4, 1, 106, 'resolved', 9, 6, 6, 'si ritiene offensivo :emoji_smiley:, dice parolaccia :emoji_relieved:', 9, 'Sala attesa provini', 1391004324),
(5, 1, 101, 'invalid', 24, 6, 6, 'siisi parla di sesso in maniera volgare °-°', 12, 'Sala Spamm', 1391031212),
(6, 1, 106, 'resolved', 14, 47, 6, 'Evans7 scrive in chat che dopo provini se viene preso owna facendo allert', 9, 'Sala attesa provini', 1391107870),
(7, 1, 101, 'invalid', 6, 9, 6, 'Checco è nabbissimo e volgarissimo <3', 26, 'Saltino', 1391169084),
(8, 1, 101, 'abusive', 6, 9, 6, 'asasjdaskjasjdkjksasadkjaskjadskjdaskkj', 26, 'Saltino', 1391169123),
(9, 1, 106, 'resolved', 43, 9, 9, 'Checco mi ha fatto la cacca adosso , da moderare !', 38, '[GAME] RIALZO GAME [STAFF', 1391178133),
(10, 1, 106, 'deleted', 57, 0, 0, 'Uno dello staff,può venire un attimo qua,ho da farli una domanda. Please! ', 44, 'STAFF VENITE UN ATTIMO QU', 1391188528),
(11, 1, 106, 'picked', 57, 55, 44, 'Mi ha mutato,senza Motivo. ANCHE SE TEORIE VEDE CHE SONO STATO IO A SEGNALARLO E '' BENE CHE LO VEDA. PERFAVORE RANKATEMI DAI ..LO SO CHE SCASSO A TUTTI PERO'' FATELO PER ME,CAMBIO. come vi sentireste al mio Posto ? io cambio Hotel a questi punti. !', 44, 'STAFF VENITE UN ATTIMO QU', 1391191096),
(12, 1, 106, 'resolved', 55, 6, 54, 'provaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 49, '[MOD] help-center[MOD]', 1391196454),
(13, 1, 106, 'resolved', 55, 24, 9, ':emoji_relieved:dddddddddddddddddddddddddddddd', 57, 'Appartamento.', 1391274785),
(14, 1, 106, 'abusive', 117, 0, 149, 'lascio addio Hub! per colpa degli staff', 116, 'Lascio Hub!', 1391363557),
(15, 1, 106, 'abusive', 117, 0, 149, 'potreste farmi diventare spammer manager rimango se no lascio! Decitede! entro oggi', 116, 'Lascio Hub!', 1391363638),
(16, 1, 106, 'resolved', 117, 0, 149, 'a quanti on mi rankate?.... facciamo alle 18:10 siamo 30 ok? ', 116, 'Lascio Hub!', 1391363723),
(17, 1, 106, 'resolved', 117, 0, 149, 'quanti on siamooooooooooooooooooo!', 116, 'Lascio Hub!', 1391363766),
(18, 1, 106, 'resolved', 117, 0, 149, 'facciamo 20 ......................................................... ok? ', 116, 'Lascio Hub!', 1391363816),
(19, 1, 106, 'abusive', 117, 0, 149, 'a 20 rank affare fatto???.................', 116, 'Lascio Hub!', 1391363859),
(20, 1, 104, 'picked', 113, 0, 113, 'Aiutatemi,A tre ore che faccio allert inutili Davide sene vuole andare :emoji_slight_frown:', 116, 'Lascio Hub!', 1391364380),
(21, 1, 104, 'picked', 113, 117, 113, 'Aiuto daiiiiiiiiiiiiiiiiiiiiiiiiiiiii', 116, 'Lascio Hub!', 1391364529),
(22, 1, 106, 'resolved', 127, 6, 54, 'alllora CHESTER il tuo retro fa achifo', 122, 'Parco Ufficiale Hub©', 1391448584);

-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_flatcats`
--

CREATE TABLE IF NOT EXISTS `navigator_flatcats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`min_rank` int(11) NOT NULL DEFAULT '1',
`cantrade` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;

--
-- Dump dei dati per la tabella `navigator_flatcats`
--

INSERT INTO `navigator_flatcats` (`id`, `caption`, `enabled`, `min_rank`, `cantrade`) VALUES
(15, 'Nessuna Categoria', '1', 1, '1'),
(1, 'Stanze dello Staff', '1', 4, '1'),
(2, 'Competizioni Inutili', '0', 1, '1'),
(3, 'Competizioni Scadute', '0', 1, '1'),
(4, 'Trova Amici', '1', 1, '1'),
(5, 'Chiacchere & Relax', '1', 1, '1'),
(6, 'Scambi', '1', 1, '1'),
(7, 'Club & Lavoro', '1', 1, '1'),
(8, 'Sport', '1', 1, '1'),
(9, 'Giochi & Competizioni', '1', 1, '1'),
(10, 'Giardini & Labirinti', '1', 1, '1'),
(11, 'Musica & Discoteche', '1', 1, '1'),
(12, 'Centro Aiuti', '0', 1, '1'),
(13, 'Scuole', '0', 1, '1'),
(14, 'Altre Stanze', '1', 1, '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_pubcats`
--

CREATE TABLE IF NOT EXISTS `navigator_pubcats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`caption` varchar(100) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dump dei dati per la tabella `navigator_pubcats`
--

INSERT INTO `navigator_pubcats` (`id`, `caption`, `enabled`) VALUES
(1, 'Caffe & Ristoranti', '0'),
(2, 'Saloni & Intrattenimento', '0'),
(3, 'Pub & Club', '0'),
(4, 'Spazi aperti & Piscine', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `navigator_publics`
--

CREATE TABLE IF NOT EXISTS `navigator_publics` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ordernum` int(11) NOT NULL DEFAULT '1',
`bannertype` enum('0','1') NOT NULL COMMENT '0 = big, 1 = normal',
`caption` varchar(100) NOT NULL,
`image` text NOT NULL,
`image_type` enum('internal','external') NOT NULL DEFAULT 'internal',
`room_id` int(10) unsigned NOT NULL,
`category` enum('0','1') NOT NULL DEFAULT '0',
`category_id` int(11) NOT NULL DEFAULT '0',
`category_parent_id` int(11) NOT NULL DEFAULT '-1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dump dei dati per la tabella `navigator_publics`
--

INSERT INTO `navigator_publics` (`id`, `ordernum`, `bannertype`, `caption`, `image`, `image_type`, `room_id`, `category`, `category_id`, `category_parent_id`) VALUES
(1, 1, '0', 'Help Center', 'newbie_lobby', 'internal', 1, '0', 1, 0),
(2, 3, '0', 'Sala attesa provini', 'theatredrome_xmas', 'internal', 2, '0', 1, 0),
(3, 8, '0', 'Salone di benvenuto', '', 'internal', 24, '0', 1, 0),
(4, 6, '0', 'Area Picnic', 'picnic', 'internal', 4, '0', 1, 0),
(5, 5, '0', 'Salone del Tea', 'tearoom', 'internal', 5, '0', 1, 0),
(6, 7, '0', 'Salone Polveroso', 'dusty_lounge', 'internal', 6, '0', 1, 0),
(7, 4, '0', 'Cinema', 'habbo_cinema', 'internal', 7, '0', 1, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `permissions_ranks`
--

CREATE TABLE IF NOT EXISTS `permissions_ranks` (
`rank` int(1) unsigned NOT NULL,
`cmd_update_permissions` enum('0','1') NOT NULL,
`cmd_update_settings` enum('0','1') NOT NULL,
`cmd_update_bots` enum('0','1') NOT NULL,
`cmd_update_catalogue` enum('0','1') NOT NULL,
`cmd_update_navigator` enum('0','1') NOT NULL,
`cmd_update_items` enum('0','1') NOT NULL,
`cmd_award` enum('0','1') NOT NULL,
`cmd_coords` enum('0','1') NOT NULL,
`cmd_override` enum('0','1') NOT NULL,
`cmd_coins` enum('0','1') NOT NULL,
`cmd_pixels` enum('0','1') NOT NULL,
`cmd_ha` enum('0','1') NOT NULL,
`cmd_hal` enum('0','1') NOT NULL,
`cmd_freeze` enum('0','1') NOT NULL,
`cmd_enable` enum('0','1') NOT NULL,
`cmd_roommute` enum('0','1') NOT NULL,
`cmd_setspeed` enum('0','1') NOT NULL,
`cmd_masscredits` enum('0','1') NOT NULL,
`cmd_globalcredits` enum('0','1') NOT NULL,
`cmd_roombadge` enum('0','1') NOT NULL,
`cmd_massbadge` enum('0','1') NOT NULL,
`cmd_userinfo` enum('0','1') NOT NULL,
`cmd_givebadge` enum('0','1') NOT NULL,
`cmd_invisible` enum('0','1') NOT NULL,
`cmd_ban` enum('0','1') NOT NULL,
`cmd_superban` enum('0','1') NOT NULL,
`cmd_roomkick` enum('0','1') NOT NULL,
`cmd_roomalert` enum('0','1') NOT NULL,
`cmd_mute` enum('0','1') NOT NULL,
`cmd_unmute` enum('0','1') NOT NULL,
`cmd_alert` enum('0','1') NOT NULL,
`cmd_motd` enum('0','1') NOT NULL,
`cmd_kick` enum('0','1') NOT NULL,
`cmd_update_filter` enum('0','1') NOT NULL,
`acc_anyroomrights` enum('0','1') NOT NULL,
`acc_anyroomowner` enum('0','1') NOT NULL,
`acc_supporttool` enum('0','1') NOT NULL,
`acc_chatlogs` enum('0','1') NOT NULL,
`acc_enter_fullrooms` enum('0','1') NOT NULL,
`acc_enter_anyroom` enum('0','1') NOT NULL,
`acc_restrictedrooms` enum('0','1') NOT NULL,
`acc_unkickable` enum('0','1') NOT NULL,
`acc_unbannable` enum('0','1') NOT NULL,
`cmd_removebadge` enum('0','1') NOT NULL DEFAULT '0',
`cmd_summon` enum('0','1') NOT NULL DEFAULT '0',
`cmd_update_bans` enum('0','1') NOT NULL DEFAULT '0',
`cmd_masspixels` enum('0','1') NOT NULL DEFAULT '0',
`cmd_globalpixels` enum('0','1') NOT NULL DEFAULT '0',
`cmd_sa` enum('0','1') NOT NULL DEFAULT '0',
`receive_sa` enum('0','1') NOT NULL DEFAULT '0',
`cmd_ipban` enum('0','1') NOT NULL DEFAULT '0',
`cmd_shutdown` enum('0','1') NOT NULL,
`floodtime` int(3) NOT NULL DEFAULT '30',
`cmd_spull` enum('0','1') NOT NULL DEFAULT '0',
`cmd_disconnect` enum('0','1') NOT NULL DEFAULT '0',
`cmd_update_achievements` enum('0','1') NOT NULL DEFAULT '0',
`ignore_friendsettings` enum('0','1') NOT NULL DEFAULT '0',
`cmd_update_texts` enum('0','1') NOT NULL DEFAULT '0',
`cmd_points` enum('0','1') NOT NULL DEFAULT '0',
`cmd_teleport` enum('0','1') NOT NULL DEFAULT '0',
`cmd_masspoints` enum('0','1') NOT NULL DEFAULT '0',
`cmd_globalpoints` enum('0','1') NOT NULL DEFAULT '0',
`cmd_empty` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_sql` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_badge` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_effect` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_award` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_send` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_credits` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_pixels` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_points` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_rank` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_roomusers` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userhasachievement` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userhasbadge` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userhasvip` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userhaseffect` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userrank` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_usercredits` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userpixels` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_userpoints` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_dance` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_respect` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_handitem` enum('0','1') NOT NULL DEFAULT '0',
`cmd_userinfo_viewip` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_usergroups` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_wearing` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_carrying` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_alert` enum('0','1') NOT NULL DEFAULT '0',
`ignore_roommute` enum('0','1') NOT NULL DEFAULT '0',
`cmd_roll` enum('0','1') NOT NULL DEFAULT '0',
`cmd_rave` enum('0','1') NOT NULL DEFAULT '0',
`cmd_control` enum('0','1') NOT NULL DEFAULT '0',
`cmd_makesay` enum('0','1') NOT NULL DEFAULT '0',
`cmd_dance` enum('0','1') NOT NULL DEFAULT '0',
`cmd_sitdown` enum('0','1') NOT NULL DEFAULT '0',
`cmd_exe` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`rank`),
UNIQUE KEY `rank` (`rank`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `permissions_ranks`
--

INSERT INTO `permissions_ranks` (`rank`, `cmd_update_permissions`, `cmd_update_settings`, `cmd_update_bots`, `cmd_update_catalogue`, `cmd_update_navigator`, `cmd_update_items`, `cmd_award`, `cmd_coords`, `cmd_override`, `cmd_coins`, `cmd_pixels`, `cmd_ha`, `cmd_hal`, `cmd_freeze`, `cmd_enable`, `cmd_roommute`, `cmd_setspeed`, `cmd_masscredits`, `cmd_globalcredits`, `cmd_roombadge`, `cmd_massbadge`, `cmd_userinfo`, `cmd_givebadge`, `cmd_invisible`, `cmd_ban`, `cmd_superban`, `cmd_roomkick`, `cmd_roomalert`, `cmd_mute`, `cmd_unmute`, `cmd_alert`, `cmd_motd`, `cmd_kick`, `cmd_update_filter`, `acc_anyroomrights`, `acc_anyroomowner`, `acc_supporttool`, `acc_chatlogs`, `acc_enter_fullrooms`, `acc_enter_anyroom`, `acc_restrictedrooms`, `acc_unkickable`, `acc_unbannable`, `cmd_removebadge`, `cmd_summon`, `cmd_update_bans`, `cmd_masspixels`, `cmd_globalpixels`, `cmd_sa`, `receive_sa`, `cmd_ipban`, `cmd_shutdown`, `floodtime`, `cmd_spull`, `cmd_disconnect`, `cmd_update_achievements`, `ignore_friendsettings`, `cmd_update_texts`, `cmd_points`, `cmd_teleport`, `cmd_masspoints`, `cmd_globalpoints`, `cmd_empty`, `wired_give_sql`, `wired_give_badge`, `wired_give_effect`, `wired_give_award`, `wired_give_send`, `wired_give_credits`, `wired_give_pixels`, `wired_give_points`, `wired_give_rank`, `wired_cnd_roomusers`, `wired_cnd_userhasachievement`, `wired_cnd_userhasbadge`, `wired_cnd_userhasvip`, `wired_cnd_userhaseffect`, `wired_cnd_userrank`, `wired_cnd_usercredits`, `wired_cnd_userpixels`, `wired_cnd_userpoints`, `wired_give_dance`, `wired_give_respect`, `wired_give_handitem`, `cmd_userinfo_viewip`, `wired_cnd_usergroups`, `wired_cnd_wearing`, `wired_cnd_carrying`, `wired_give_alert`, `ignore_roommute`, `cmd_roll`, `cmd_rave`, `cmd_control`, `cmd_makesay`, `cmd_dance`, `cmd_sitdown`, `cmd_exe`) VALUES
(1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(2, '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '1', '0', '0', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(3, '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(4, '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', 0, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(5, '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '0', '0', '1', '1', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '1', '1', '1', '1', '1', '0', '1', '0', '1', '0', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(6, '0', '0', '0', '0', '0', '0', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '0', '0', '0', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '1', '1', '1', '0', 5, '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),
(7, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', 0, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1'),
(8, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '1', 30, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `permissions_users`
--

CREATE TABLE IF NOT EXISTS `permissions_users` (
`userid` int(11) unsigned NOT NULL,
`cmd_update_permissions` enum('1','0') NOT NULL,
`cmd_update_settings` enum('1','0') NOT NULL,
`cmd_update_bots` enum('1','0') NOT NULL,
`cmd_update_catalogue` enum('1','0') NOT NULL,
`cmd_update_navigator` enum('1','0') NOT NULL,
`cmd_update_items` enum('1','0') NOT NULL,
`cmd_award` enum('1','0') NOT NULL,
`cmd_coords` enum('1','0') NOT NULL,
`cmd_override` enum('1','0') NOT NULL,
`cmd_coins` enum('1','0') NOT NULL,
`cmd_pixels` enum('1','0') NOT NULL,
`cmd_ha` enum('1','0') NOT NULL,
`cmd_hal` enum('1','0') NOT NULL,
`cmd_freeze` enum('1','0') NOT NULL,
`cmd_enable` enum('1','0') NOT NULL,
`cmd_roommute` enum('1','0') NOT NULL,
`cmd_setspeed` enum('1','0') NOT NULL,
`cmd_masscredits` enum('1','0') NOT NULL,
`cmd_globalcredits` enum('1','0') NOT NULL,
`cmd_roombadge` enum('1','0') NOT NULL,
`cmd_massbadge` enum('1','0') NOT NULL,
`cmd_userinfo` enum('1','0') NOT NULL,
`cmd_shutdown` enum('1','0') NOT NULL,
`cmd_givebadge` enum('1','0') NOT NULL,
`cmd_invisible` enum('1','0') NOT NULL,
`cmd_ban` enum('1','0') NOT NULL,
`cmd_superban` enum('1','0') NOT NULL,
`cmd_roomkick` enum('1','0') NOT NULL,
`cmd_roomalert` enum('1','0') NOT NULL,
`cmd_mute` enum('1','0') NOT NULL,
`cmd_unmute` enum('1','0') NOT NULL,
`cmd_alert` enum('1','0') NOT NULL,
`cmd_motd` enum('1','0') NOT NULL,
`cmd_kick` enum('1','0') NOT NULL,
`cmd_update_filter` enum('1','0') NOT NULL,
`acc_anyroomrights` enum('1','0') NOT NULL,
`acc_anyroomowner` enum('1','0') NOT NULL,
`acc_supporttool` enum('1','0') NOT NULL,
`acc_chatlogs` enum('1','0') NOT NULL,
`acc_enter_fullrooms` enum('1','0') NOT NULL,
`acc_enter_anyroom` enum('1','0') NOT NULL,
`acc_restrictedrooms` enum('1','0') NOT NULL,
`acc_unkickable` enum('1','0') NOT NULL,
`acc_unbannable` enum('1','0') NOT NULL,
`cmd_removebadge` enum('1','0') NOT NULL DEFAULT '0',
`cmd_summon` enum('1','0') NOT NULL DEFAULT '0',
`cmd_update_bans` enum('1','0') NOT NULL DEFAULT '0',
`cmd_masspixels` enum('1','0') NOT NULL DEFAULT '0',
`cmd_globalpixels` enum('1','0') NOT NULL DEFAULT '0',
`cmd_sa` enum('1','0') NOT NULL DEFAULT '0',
`receive_sa` enum('1','0') NOT NULL DEFAULT '0',
`cmd_ipban` enum('1','0') NOT NULL DEFAULT '0',
`floodtime` int(3) NOT NULL DEFAULT '30',
`cmd_spull` enum('1','0') NOT NULL DEFAULT '0',
`cmd_disconnect` enum('1','0') NOT NULL DEFAULT '0',
`cmd_update_achievements` enum('1','0') NOT NULL DEFAULT '0',
`ignore_friendsettings` enum('1','0') NOT NULL DEFAULT '0',
`cmd_update_texts` enum('1','0') NOT NULL DEFAULT '0',
`cmd_points` enum('1','0') NOT NULL DEFAULT '0',
`cmd_teleport` enum('1','0') NOT NULL DEFAULT '0',
`cmd_masspoints` enum('1','0') NOT NULL DEFAULT '0',
`cmd_globalpoints` enum('1','0') NOT NULL DEFAULT '0',
`cmd_empty` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_roomusers` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userhasachievement` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userhasbadge` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userhasvip` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userhaseffect` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userrank` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_usercredits` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userpixels` enum('1','0') NOT NULL DEFAULT '0',
`wired_cnd_userpoints` enum('1','0') NOT NULL DEFAULT '0',
`wired_give_dance` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_respect` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_handitem` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_usergroups` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_wearing` enum('0','1') NOT NULL DEFAULT '0',
`wired_cnd_carrying` enum('0','1') NOT NULL DEFAULT '0',
`wired_give_alert` enum('0','1') NOT NULL DEFAULT '0',
`ignore_roommute` enum('0','1') NOT NULL DEFAULT '0',
`cmd_roll` enum('0','1') NOT NULL DEFAULT '0',
`cmd_rave` enum('0','1') NOT NULL DEFAULT '0',
`cmd_control` enum('0','1') NOT NULL DEFAULT '0',
`cmd_makesay` enum('0','1') NOT NULL DEFAULT '0',
`cmd_dance` enum('0','1') NOT NULL DEFAULT '0',
`cmd_sitdown` enum('0','1') NOT NULL DEFAULT '0',
`cmd_exe` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`),
UNIQUE KEY `userid` (`userid`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `permissions_users`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `permissions_vip`
--

CREATE TABLE IF NOT EXISTS `permissions_vip` (
`cmdPush` enum('0','1') NOT NULL DEFAULT '1',
`cmdPull` enum('0','1') NOT NULL DEFAULT '1',
`cmdFlagme` enum('0','1') NOT NULL DEFAULT '1',
`cmdMimic` enum('0','1') NOT NULL DEFAULT '1',
`cmdMoonwalk` enum('0','1') NOT NULL DEFAULT '1',
`cmdFollow` enum('1','0') NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `permissions_vip`
--

INSERT INTO `permissions_vip` (`cmdPush`, `cmdPull`, `cmdFlagme`, `cmdMimic`, `cmdMoonwalk`, `cmdFollow`) VALUES
('1', '1', '1', '1', '1', '1');

-- --------------------------------------------------------

--
-- Struttura della tabella `quests`
--

CREATE TABLE IF NOT EXISTS `quests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(100) NOT NULL,
`action` varchar(100) NOT NULL,
`needofcount` int(10) NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`level_num` int(10) NOT NULL DEFAULT '1',
`pixel_reward` int(10) NOT NULL DEFAULT '50',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;

--
-- Dump dei dati per la tabella `quests`
--

INSERT INTO `quests` (`id`, `type`, `action`, `needofcount`, `enabled`, `level_num`, `pixel_reward`) VALUES
(1, 'room_builder', 'MOVE_ITEM', 3, '1', 1, 50),
(2, 'identity', 'CHANGE_FIGURE', 1, '1', 1, 50),
(3, 'social', 'CHAT_WITH_SOMEONE', 1, '1', 6, 50),
(4, 'social', 'REQUEST_FRIEND', 1, '1', 2, 50),
(5, 'social', 'GIVE_RESPECT', 1, '1', 3, 50),
(7, 'room_builder', 'ROTATE_ITEM', 3, '1', 2, 50),
(6, 'social', 'DANCE', 1, '1', 5, 50),
(8, 'social', 'WAVE', 1, '1', 4, 50),
(9, 'room_builder', 'STACKITEM', 3, '1', 3, 50),
(10, 'room_builder', 'PICKUPITEM', 1, '1', 4, 50),
(11, 'room_builder', 'PLACEWALLPAPER', 1, '1', 7, 50),
(12, 'room_builder', 'SWITCHSTATE', 3, '1', 6, 50),
(13, 'room_builder', 'PLACEFLOOR', 1, '1', 8, 50),
(14, 'room_builder', 'PLACEITEM', 1, '1', 5, 50),
(15, 'social', 'ENTEROTHERSROOM', 1, '1', 1, 50),
(16, 'identity', 'WEARBADGE', 1, '1', 3, 50),
(17, 'identity', 'CHANGEMOTTO', 1, '1', 2, 50),
(18, 'explore', 'FINDLIFEGUARDTOWER', 1, '1', 1, 50),
(19, 'explore', 'SWIM', 1, '1', 2, 50),
(20, 'explore', 'FINDSURFBOARD', 1, '1', 3, 50),
(21, 'explore', 'FINDBEETLE', 1, '1', 4, 50),
(22, 'explore', 'FINDNEONFLOOR', 1, '1', 5, 50),
(23, 'explore', 'FINDDISCOBALL', 1, '1', 6, 50),
(24, 'explore', 'FINDJUKEBOX', 1, '1', 7, 50);

-- --------------------------------------------------------

--
-- Struttura della tabella `ranks`
--

CREATE TABLE IF NOT EXISTS `ranks` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`badgeid` varchar(5) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dump dei dati per la tabella `ranks`
--

INSERT INTO `ranks` (`id`, `name`, `badgeid`) VALUES
(1, 'Utente', 'HH1'),
(2, 'Aiutante', 'EXH'),
(3, 'Arbitro', 'ARB'),
(4, 'Moderatore', 'MOD'),
(5, 'Moderatore Ufficiale', 'MOD'),
(6, 'Amministratore', 'ADM'),
(7, 'Fondatore', 'FOU');

-- --------------------------------------------------------

--
-- Struttura della tabella `rooms`
--

CREATE TABLE IF NOT EXISTS `rooms` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`roomtype` enum('public','private') NOT NULL DEFAULT 'private',
`caption` varchar(100) NOT NULL DEFAULT 'Room',
`owner` varchar(75) NOT NULL DEFAULT '',
`description` varchar(255) NOT NULL DEFAULT '',
`category` int(11) NOT NULL DEFAULT '0',
`state` enum('open','locked','password') NOT NULL DEFAULT 'open',
`users_now` int(11) NOT NULL DEFAULT '0',
`users_max` int(11) NOT NULL DEFAULT '25',
`model_name` varchar(50) NOT NULL,
`public_ccts` varchar(50) NOT NULL DEFAULT '',
`score` int(11) NOT NULL DEFAULT '0',
`tags` varchar(100) NOT NULL DEFAULT '',
`icon_bg` int(11) NOT NULL DEFAULT '1',
`icon_fg` int(11) NOT NULL DEFAULT '0',
`icon_items` varchar(50) NOT NULL DEFAULT '',
`password` varchar(30) NOT NULL DEFAULT '',
`wallpaper` varchar(10) NOT NULL DEFAULT '0.0',
`floor` varchar(10) NOT NULL DEFAULT '0.0',
`landscape` varchar(10) NOT NULL DEFAULT '0.0',
`allow_pets` enum('0','1') NOT NULL DEFAULT '1',
`allow_pets_eat` enum('0','1') NOT NULL DEFAULT '0',
`allow_walkthrough` enum('0','1') NOT NULL DEFAULT '0',
`allow_hidewall` enum('0','1') NOT NULL DEFAULT '0',
`wallthick` int(1) NOT NULL DEFAULT '0',
`floorthick` int(1) NOT NULL DEFAULT '0',
`achievement` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=136 ;

--
-- Dump dei dati per la tabella `rooms`
--

INSERT INTO `rooms` (`id`, `roomtype`, `caption`, `owner`, `description`, `category`, `state`, `users_now`, `users_max`, `model_name`, `public_ccts`, `score`, `tags`, `icon_bg`, `icon_fg`, `icon_items`, `password`, `wallpaper`, `floor`, `landscape`, `allow_pets`, `allow_pets_eat`, `allow_walkthrough`, `allow_hidewall`, `wallthick`, `floorthick`, `achievement`) VALUES
(1, 'public', 'Welcome Lobby', '', 'Where we give you a warm welcome to the hotel!', 0, 'open', 0, 50, 'newbie_lobby', 'hh_room_nlobby', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(2, 'public', 'Theatredrome', '', 'For mass assemblies and gatherings.', 0, 'open', 0, 50, 'theater', 'hh_room_theater', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(3, 'public', 'Club Orient', '', 'Come and relax, dance under the lights or chill out with a cup of tea in this oriental styled club.', 0, 'open', 0, 30, 'orient', 'hh_room_orient', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(4, 'public', 'Picnic Area', '', 'Enjoy the ever-lasting summer sun with a fresh picnic, even in winter!', 0, 'open', 0, 50, 'picnic', 'hh_room_picnic', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(5, 'public', 'Tea Room', '', 'Have a relaxing cup of fruit, herbal or even everyday tea in this Chinese themed tea house.', 0, 'open', 0, 30, 'tearoom', 'hh_room_tearoom', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(6, 'public', 'Dusty Lounge', '', 'Origninally where the hotel air conditioning emptied its filters, this dusty, old void is now a beautifully decorated lounge!', 0, 'open', 0, 30, 'dusty_lounge', 'hh_room_dustylounge', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(7, 'public', 'Cinema', '', 'Watch or perform, the choice is yours!', 0, 'open', 0, 50, 'cinema_a', 'hh_room_cinema', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(58, 'private', '•Hub Hotel Owna•', 'Therabyte', '', 0, 'open', 0, 10, 'model_b', '', 0, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '1', 0, 0, 0),
(9, 'private', 'Sala attesa provini', 'Chesterfield', '', 1, 'locked', 0, 50, 'model_a', '', 3, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '1', 0, -2, 0),
(10, 'private', 'Sala provini', 'Chesterfield', '', 1, 'locked', 0, 10, 'model_c', '', 0, '', 12, 0, '', '', '0.0', '609', '0.0', '1', '0', '0', '1', 0, -2, 0),
(11, 'private', 'dddddddddddddd', 'xFixxatore', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(12, 'private', 'Sala Spamm', 'Checco', '', 4, 'open', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '3103', '201', '0.0', '0', '0', '0', '0', 0, -2, 0),
(13, 'private', ':emoji_relieved:', 'Apocalypse', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(14, 'private', 'Benvenuto!', 'Chesterfield', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(16, 'private', 'wewewewewe', 'Aramgeddon', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(15, 'private', 'TEST ROOM', 'Chesterfield', '', 1, 'open', 0, 25, 'model_c', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(17, 'private', 'aaaaaaa', 'roccolol', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(21, 'private', 'Salone di benvenuto ', 'Checco', '', 1, 'open', 0, 10, 'model_k', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(20, 'private', '[PM]Poker Ufficiale[ASP]', 'MOURiiNHO', '', 6, 'open', 0, 25, 'model_i', '', 0, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '1', 0, 0, 0),
(19, 'private', 'Poker of Rarons', 'Chesterfield', '', 0, 'open', 0, 25, 'model_0', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(22, 'private', 'sala spamm Hub.', 'Apache', '', 1, 'open', 0, 10, 'model_a', '', 2, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(23, 'private', 'boh', 'OMG', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(24, 'private', '[CORD]Help Center[HELPER]', 'Francesco', '', 1, 'open', 0, 10, 'model_d', '', 1, '', 12, 10, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(39, 'private', 'uuuuuu', 'Teorie', '', 1, 'open', 0, 50, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(33, 'private', 'Venite qui :-)', 'Raffaele', 'Ma siete stupidi o cosa non vedete. -.-"', 0, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(26, 'private', 'Saltino', 'Francesco', '', 0, 'open', 0, 25, 'model_c', '', 0, '', 4, 2, '', '', '3004', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(28, 'private', 'Numero Pari', 'Chesterfield', '', 1, 'open', 0, 10, 'model_d', '', 0, '', 1, 0, '', '', '0.0', '201', '0.0', '1', '0', '0', '1', 0, 0, 0),
(29, 'private', ':emoji_relieved:', 'Ventola', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(30, 'private', 'brachgroord', 'MOURiiNHO', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(31, 'private', 'Ufficio', 'Chesterfield', '', 1, 'password', 0, 25, 'model_b', '', 0, '', 1, 0, '', 'lol', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(32, 'private', 'http://hubhotel.forumcommunity.net <- Forum Hotel', 'Ventola', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(34, 'private', 'dfsdf', 'Dragonites', '', 0, 'open', 0, 25, 'model_c', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(35, 'private', 'ASD', 'xXDiablo39Xx', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(36, 'private', 'Ufficio', 'Francesco', '', 0, 'open', 0, 25, 'model_h', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(37, 'private', 'Grazie Chester :emoji_slight_smile:', 'xXxMonsterxXx', '', 0, 'open', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(38, 'private', '[GAME] RIALZO GAME [STAFF', 'Checco', '', 1, 'open', 0, 20, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '1', 0, -2, 0),
(40, 'private', 'altro :emoji_relieved:', 'xXDiablo39Xx', '', 0, 'password', 0, 10, 'model_c', '', 0, '', 1, 0, '', ':emoji_relieved:oso', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(41, 'private', 'altro altro :emoji_relieved:', 'xXDiablo39Xx', '', 0, 'password', 0, 10, 'model_a', '', 0, '', 1, 0, '', 'lolxdlol', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(42, 'private', 'altro 3 :emoji_relieved:', 'xXDiablo39Xx', '', 0, 'password', 0, 10, 'model_a', '', 0, '', 1, 0, '', 'lolxdlol', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(47, 'private', 'Powerade', 'Powerade', '', 1, 'locked', 0, 10, 'model_i', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(44, 'private', 'STAFF VENITE UN ATTIMO QU', 'Locci007', '', 0, 'open', 0, 10, 'model_c', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(45, 'private', 'Aspettando i risultati', 'Ravenclaw', '', 4, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(46, 'private', '[ARB]CalculationRace', 'Ravenclaw', '', 5, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(48, 'private', '[STAFF] Official Hub Poker [MOD]', 'sonoio', 'Cerca di vincere un raro giocando una partita a poker contro il (MOD) sonoio puoi vincere un fantastico raro ...!!!!', 1, 'open', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '709', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(49, 'private', '[MOD] help-center[MOD]', 'Teorie', '', 1, 'open', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(50, 'private', '[FOU] Pillow Race| [CHE]', 'Ravenclaw', '', 7, 'open', 0, 50, 'model_a', '', 1, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(51, 'private', 'saltimente', 'Teorie', '', 1, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(52, 'private', '[Game] FAI 3 ', 'Checco', '', 1, 'locked', 0, 10, 'model_c', '', 0, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(53, 'private', 'òÃ*.-', 'smilex', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(54, 'private', 'dfdsgfdgdf', 'NomeCheNonSo', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(55, 'private', 'gvblgvl', 'fanta', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(56, 'private', 'Owned', 'Owned', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(57, 'private', 'Appartamento.', 'Chesterfield', '', 1, 'open', 0, 10, 'model_h', '', 3, '', 1, 0, '', '', '0.0', '610', '1.9', '1', '0', '0', '0', 0, 0, 0),
(60, 'private', '[Asp]Salone Di Benvenuto[', 'Thomas', '', 0, 'locked', 0, 50, 'model_u', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(61, 'private', 'aaaaaaaaaaaaaaaaaaaa', 'xItalianoRivoluzione', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(62, 'private', 'Wait!', 'BradParbs', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(63, 'private', 'Aspettando i Risultati!', 'BradParbs', '', 0, 'open', 0, 10, 'model_i', '', 0, '', 1, 0, '', '', '2904', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(64, 'private', 'Help Center !', 'Ares', '', 0, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(65, 'private', 'Risultati Provini.', 'xItalianoRivoluzione', '', 0, 'open', 0, 10, 'model_j', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(66, 'private', 'Sala Attesa Risultati', 'xItalianoRivoluzione', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(67, 'private', '[Asp]Casa sull'' Albero[Arc]', 'Thomas', '', 0, 'locked', 0, 50, 'model_u', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(69, 'private', '[Asp]Teatro[Arc]', 'Thomas', '', 0, 'locked', 0, 50, 'model_u', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(70, 'private', '[W]"Ufficio"[W]', 'Winder', '', 5, 'locked', 0, 10, 'model_b', '', 0, '', 1, 0, '', '', '1401', '502', '0.0', '1', '0', '0', '0', 0, 0, 0),
(83, 'private', 'nygga', 'Alexandre', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(73, 'private', '[F]Ufficio[F]', 'Folder', '', 5, 'open', 0, 15, 'model_a', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(72, 'private', '[ARB]"Rialzo Game"[ARB]', 'Winder', '', 14, 'locked', 0, 20, 'model_a', '', 0, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(76, 'private', '[ARB]"Saltinmente"[ARB]', 'Winder', '', 14, 'locked', 0, 10, 'model_b', '', 0, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(75, 'private', 'aaa', 'Karim', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(79, 'private', 'intrappola apache', 'Apache', '', 1, 'locked', 0, 10, 'model_o', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(81, 'private', '[ASP]Mini Sala Spamm[ARC]', 'Folder', '', 0, 'locked', 0, 10, 'model_g', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(120, 'private', 'Linux''s Room 2', 'Linuxace', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(82, 'private', 'Inappropriate to Hotel Managament', 'Teorie', 'Inappropriate to Hotel Managament', 1, 'open', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(84, 'private', 'Lal. Lul. Lil.', 'Pit', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(85, 'private', 'ªSala hobby Staffª', 'sonoio', '', 1, 'locked', 0, 10, 'model_h', '', 0, '', 1, 0, '', '', '709', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(86, 'private', '[FOU] Numero Pari [CHE]', 'Chesterfield', '', 1, 'open', 0, 10, 'model_b', '', 0, '', 1, 0, '', '', '2903', '609', '1.10', '1', '0', '0', '0', 0, 0, 0),
(87, 'private', '[ASP]Paradiso o inferno.', 'Afasire', '', 0, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(88, 'private', '[ASP]Help Center[MOD]', 'ThunderBolt', '', 0, 'locked', 0, 10, 'model_i', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(89, 'private', 'Vendesi a solo 100 lingot', 'xXPikkolaSalviXx', '', 0, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '2904', '610', '0.0', '1', '0', '0', '0', 0, 0, 0),
(90, 'private', '[STAFF] Do Raro Di Benvenuto!', 'Therabyte', '', 1, 'locked', 0, 25, 'model_a', '', 1, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(91, 'private', 'Campo Sfide BUG', 'xInterS', '', 0, 'open', 0, 10, 'model_u', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(92, 'private', 'ass', 'domenico11', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(109, 'private', '# Hub Official Stadium #', 'Hal', '', 0, 'locked', 0, 10, 'model_u', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(94, 'private', 'forzaa hub!!', 'Therabyte', '', 1, 'open', 0, 10, 'model_i', '', 0, '', 1, 0, '', '', '0.0', '205', '0.0', '1', '0', '0', '1', 0, 0, 0),
(95, 'private', 'provino privato', 'Apache', '', 1, 'password', 0, 10, 'model_c', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '1', 0, 0, 0),
(97, 'private', '[ARB]"Dadorace"[ARB]', 'Winder', '', 14, 'locked', 0, 10, 'model_b', '', 0, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(98, 'private', '[ASP]Help Center[MOD]', 'ThunderBolt', '', 0, 'locked', 0, 10, 'model_j', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(99, 'private', 'aaaa', 'ThunderBolt', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(100, 'private', 'stanza', '-Avelar-', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(101, 'private', 'Sala Spam!', 'Ares', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(102, 'private', 'Sala Spamm!', 'BradParbs', '', 1, 'open', 0, 30, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '1', 0, -2, 0),
(103, 'private', 'Rari vini hai game!', 'Davide1219', '', 0, 'open', 0, 25, 'model_b', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(104, 'private', 'Lavori in corso ', 'sonoio', '', 1, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '709', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(105, 'private', 'aaaaaaaaaaaaaaaaaaaa', 'Twister', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(107, 'private', '[~MOD~] Help Center [~MOD~]', 'WaferS', 'Avete bisogno di aiuto? Venite qui =)', 5, 'open', 0, 10, 'model_m', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(108, 'private', ' N u l l', 'Sylap', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(110, 'private', 'Relax', 'JustNigga', '', 5, 'open', 0, 25, 'model_c', '', 0, '', 2, 9, '', '', '0.0', '610', '0.0', '1', '1', '0', '1', 0, -2, 0),
(111, 'private', '# Entrata O.C.H #', 'Hal', '', 0, 'password', 0, 10, 'model_a', '', 0, '', 1, 0, '', 'HUBOWNA', '0.0', '0.0', '0.0', '0', '0', '0', '1', 0, 0, 0),
(112, 'private', 'Sala Attesa Provini', 'ThunderBolt', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '3002', '609', '0.0', '1', '0', '0', '0', 0, 0, 0),
(113, 'private', 'Presi ai provini', 'xBaddesOwna', '', 1, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(114, 'private', '[N]RialzoGame[N]', 'Neymar', '', 14, 'locked', 0, 50, 'model_a', '', 0, '', 1, 0, '', '', '2904', '610', '0.0', '1', '0', '0', '0', 0, 0, 0),
(115, 'private', 'Ufficio', 'Index', '', 0, 'locked', 0, 10, 'model_f', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(128, 'private', '^ - ^', 'Ares', '', 1, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(117, 'private', 'Help Center', 'Nike', '', 0, 'open', 0, 10, 'model_i', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '1', 0, -2, 0),
(118, 'private', 'Salone di benvenuto', 'Nike', '', 0, 'locked', 0, 50, 'model_k', '', 0, '', 1, 0, '', '', '0.0', '105', '0.0', '0', '0', '0', '1', 0, 0, 0),
(119, 'private', 'Linux''s Room', 'Linuxace', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(122, 'private', 'Parco Ufficiale Hub©', 'Nike', '', 0, 'open', 0, 50, 'model_i', '', 0, '', 1, 0, '', '', '809', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(123, 'private', 'prova', 'domenico11', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(124, 'private', 'Linux''s Room', 'Linuxace', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(125, 'private', '[~MOD~] Sala Spam @@', 'WaferS', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(126, 'private', 'New game???? REGOLE Venite staff', 'domenico11', '', 1, 'locked', 0, 10, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(127, 'private', 'Test', 'WaferS', '', 1, 'locked', 0, 10, 'model_z', '', 0, '', 1, 0, '', '', '3103', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(129, 'private', 'Prova', 'BradParbs', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(130, 'private', '[ARB]"Falling"[ARB]', 'Winder', '', 14, 'locked', 0, 20, 'model_f', '', 1, '', 1, 0, '', '', '2804', '205', '0.0', '1', '0', '0', '0', 0, 0, 0),
(131, 'private', '[N]DadoRace[N]', 'Neymar', '', 14, 'locked', 0, 50, 'model_b', '', 0, '', 1, 0, '', '', '2901', '602', '0.0', '1', '0', '0', '0', 0, 0, 0),
(132, 'private', '[ARB]"Tenta La Fortuna"[ARB]', 'Winder', '', 14, 'locked', 0, 20, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(133, 'private', '[N]Tenta La Fortuna[N]', 'Neymar', '', 14, 'locked', 0, 50, 'model_e', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(134, 'private', '[Arb]Dado Race[Arb]', 'SecurityChek', '', 0, 'open', 0, 25, 'model_a', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '0', 0, 0, 0),
(135, 'private', 'chi vuole ownare retro?', 'Apache', '', 1, 'open', 0, 10, 'model_c', '', 0, '', 1, 0, '', '', '0.0', '0.0', '0.0', '1', '0', '0', '1', 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `room_ads`
--

CREATE TABLE IF NOT EXISTS `room_ads` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`ad_image` text NOT NULL,
`ad_image_orig` text NOT NULL,
`ad_link` text NOT NULL,
`views` int(11) NOT NULL DEFAULT '0',
`views_limit` int(11) NOT NULL DEFAULT '0' COMMENT '0 = unlimited',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

--
-- Dump dei dati per la tabella `room_ads`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `room_items_moodlight`
--

CREATE TABLE IF NOT EXISTS `room_items_moodlight` (
`item_id` int(10) unsigned NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '0',
`current_preset` int(11) NOT NULL,
`preset_one` text NOT NULL,
`preset_two` text NOT NULL,
`preset_three` text NOT NULL,
KEY `item_id` (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_items_moodlight`
--

INSERT INTO `room_items_moodlight` (`item_id`, `enabled`, `current_preset`, `preset_one`, `preset_two`, `preset_three`) VALUES
(805, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(923, '1', 1, '@color,77,1', '#000000,255,0', '#000000,255,0'),
(1281, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(1308, '1', 1, '@color,255,1', '@color,255,1', '@color,76,1'),
(1356, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(1953, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2066, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2068, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2176, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2351, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2379, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2760, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(2928, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(3015, '0', 1, '#000000,255,0', '#000000,255,0', '#000000,255,0'),
(3176, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(3214, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(3430, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(3610, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(4792, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(5029, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(5636, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(5689, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(5825, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(6489, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(6575, '1', 1, '@color,97,1', '@color,76,1', '#000000,255,0'),
(8270, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(8318, '1', 1, '@color,76,1', '#000000,255,0', '#000000,255,0'),
(8729, '1', 1, '@color,255,1', '#000000,255,0', '#000000,255,0');

-- --------------------------------------------------------

--
-- Struttura della tabella `room_models`
--

CREATE TABLE IF NOT EXISTS `room_models` (
`id` varchar(100) NOT NULL,
`door_x` int(11) NOT NULL,
`door_y` int(11) NOT NULL,
`door_z` double NOT NULL,
`door_dir` int(4) NOT NULL DEFAULT '2',
`heightmap` text NOT NULL,
`public_items` text NOT NULL,
`club_only` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_models`
--

INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_a', 3, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxx00000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_b', 0, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nxxxxx0000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nx00000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_c', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_d', 4, 7, 0, 2, 'xxxxxxxxxxxx\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxxxxxxxxxxx', '', '0'),
('model_e', 1, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxx0000000000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_f', 2, 5, 0, 2, 'xxxxxxxxxxxx\r\nxxxxxxx0000x\r\nxxxxxxx0000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nx0000000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '0'),
('model_i', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxx\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nx0000000000000000\r\nxxxxxxxxxxxxxxxxx', '', '0'),
('model_j', 0, 10, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nxxxxxxxxxxx0000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nx0000000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_k', 0, 13, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxxxxxxxxxx00000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nx000000000000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_l', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nx00000000xxxx00000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_m', 0, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nx0000000000000000000000000000\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxx00000000xxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_n', 0, 16, 0, 2, 'xxxxxxxxxxxxxxxxxxxxx\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx000000xxxxxxxx000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000x000000x000000\r\nx000000xxxxxxxx000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('model_g', 1, 7, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxx1111000000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxx00000\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1'),
('model_q', 10, 4, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nxxxxxxxxxxx22222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx222222222222222222\r\nx2222xxxxxxxxxxxxxx\r\nx2222xxxxxxxxxxxxxx\r\nx2222211111xx000000\r\nx222221111110000000\r\nx222221111110000000\r\nx2222211111xx000000\r\nxx22xxx1111xxxxxxxx\r\nxx11xxx1111xxxxxxxx\r\nx1111xx1111xx000000\r\nx1111xx111110000000\r\nx1111xx111110000000\r\nx1111xx1111xx000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_o', 0, 18, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx11111111xxxx\r\nxxxxxxxxxxxxx00000000xxxx\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nx111111100000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxx0000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_r', 10, 4, 3, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxx333333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxxxxxx33333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nxxxxxxx333333333333333333\r\nx4444433333xxxxxxxxxxxxxx\r\nx4444433333xxxxxxxxxxxxxx\r\nx44444333333222xx000000xx\r\nx44444333333222xx000000xx\r\nxxx44xxxxxxxx22xx000000xx\r\nxxx33xxxxxxxx11xx000000xx\r\nxxx33322222211110000000xx\r\nxxx33322222211110000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxx000000xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_p', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx22222222xxxx\r\nxxxxxxx11111111xxxx\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx11111111xxxx\r\nx2222xx00000000xxxx\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_h', 4, 4, 1, 2, 'xxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx111111x\r\nxxxxx000000x\r\nxxxxx000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxx00000000x\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx\r\nxxxxxxxxxxxx', '', '1'),
('old_skool', 2, 1, 0, 2, 'xx0xxxxxxxxxxxxxx\r\n0000000xxx00000xx\r\n0000000x0000000xx\r\n0000000xxxxxxxxxx\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n00000000000000000\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x\r\n0000000000000000x', 'SLHk49mobiles_chair3QBPAHHHk410mobiles_chair3RBPAHHHk411mobiles_chair3SBPAHHHk412mobiles_chair3PCPAHHHe101mobiles_chair1IRBHPAHe1010mobiles_chair1RBRBHPAHe110mobiles_chair1HSBHJHb111mobiles_table2ISBHHHc112mobiles_table3JSBHHHe113mobiles_chair1KSBHRAHb1110mobiles_table2RBSBHHHc1111mobiles_table3SBSBHHHa121mobiles_table1IPCHHHd122mobiles_table4JPCHHHe129mobiles_chair1QBPCHJHa1210mobiles_table1RBPCHHHd1211mobiles_table4SBPCHHHe1212mobiles_chair1PCPCHRAHe131mobiles_chair1IQCHHHe1311mobiles_chair1SBQCHHHe150mobiles_chair1HSCHPAHe170mobiles_chair1HQDHJHb171mobiles_table2IQDHHHc172mobiles_table3JQDHHHe173mobiles_chair1KQDHRAHa181mobiles_table1IRDHHHd182mobiles_table4JRDHHHe192mobiles_chair1JSDHHHe211mobiles_chair1IQEHPAHb216mobiles_table2RAQEHHHc217mobiles_table3SAQEHHHe2112mobiles_chair1PCQEHPAHe220mobiles_chair1HREHJHb221mobiles_table2IREHHHc222mobiles_table3JREHHHe223mobiles_chair1KREHRAHe225mobiles_chair1QAREHJHa226mobiles_table1RAREHHHd227mobiles_table4SAREHHHe228mobiles_chair1PBREHRAHe2211mobiles_chair1SBREHJHb2212mobiles_table2PCREHHHc2213mobiles_table3QCREHHHe2214mobiles_chair1RCREHRAHa231mobiles_table1ISEHHHd232mobiles_table4JSEHHHa2312mobiles_table1PCSEHHHd2313mobiles_table4QCSEHHHe241mobiles_chair1IPFHHHe247mobiles_chair1SAPFHPAHe2413mobiles_chair1QCPFHH', '0'),
('pizza', 5, 27, 1, 2, 'xxxxxxxxx0000000\r\nx11111x1xx000000\r\n11xxxxx111x00000\r\n11x1111111xx0000\r\n11x1111111100000\r\nxxx1111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n1111111111100000\r\n11111111111xxxxx\r\n1111111111xxxxxx\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n1111111111111111\r\n11xx11xx11111111\r\nxxxx11xxxxxxxxxx\r\nxxxx11xxxxxxxxxx', 'QGHa015pizza_plant1SCHHJHe314pizza_sofa1RCKHPAHE315pizza_sofa2SCKHPAHc515pizza_tableSCQAHJHb60pizza_plant2HRAIJHf614pizza_sofa3RCRAHHHF615pizza_sofa4SCRAHHHd81pizza_chairIPBIPAHd82pizza_chairJPBIPAHc102pizza_tableJRBIJHe1014pizza_sofa1RCRBHPAHE1015pizza_sofa2SCRBHPAHd111pizza_chairISBIHHd112pizza_chairJSBIHHc1215pizza_tableSCPCHJHf1314pizza_sofa3RCQCHHHF1315pizza_sofa4SCQCHHHd161pizza_chairIPDIPAHd162pizza_chairJPDIPAHc182pizza_tableJRDIJHd191pizza_chairISDIHHd192pizza_chairJSDIHHd2111pizza_chairSBQEIJHd2114pizza_chairRCQEIRAHd2211pizza_chairSBREIJHc2213pizza_tableQCREIHHd2214pizza_chairRCREIRAHa250pizza_plant1HQFIJHa2515pizza_plant1SCQFIJ', '0'),
('pub_a', 15, 25, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222211111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222111xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nxxxxxxxxx2222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333333332222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333332222222222222000xxx\r\nx333333332222222222000xxx\r\nxxxxx31111112222222000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxx31111111000000000xxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxx00xxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx', 'SWHS119pub_sofa2SDIIPAHs120pub_sofaPEIIPAHs121pub_sofaQEIIPAHq211bardesk1SBJJHHc212pub_chairPCJJRAHQ311bardesk2SBKJHHq411bardesk1SBPAJHHc412pub_chairPCPAJRAHQ511bardesk2SBQAJHHf518pub_fenceRDQAJIHq611bardesk1SBRAJHHc612pub_chairPCRAJRAHf618pub_fenceRDRAJHHQ711bardesk2SBSAJHHf718pub_fenceRDSAJHHq811bardesk1SBPBJHHc812pub_chairPCPBJRAHf818pub_fenceRDPBJHHw910bardesk4RBQBJHHW911bardesk3SBQBJHHf918pub_fenceRDQBJHHf1018pub_fenceRDRBJHHC112pub_chair2JSBKPAHC113pub_chair2KSBKPAHC115pub_chair2QASBKPAHC116pub_chair2RASBKPAHf118pub_fencePBSBKIHf1118pub_fenceRDSBJHHf128pub_fencePBPCKHHf1218pub_fenceRDPCJHHf138pub_fencePBQCKHHC139pub_chair2QBQCJJHk1314pub_chair3RCQCJJHT1315pub_table2SCQCJIHk1316pub_chair3PDQCJRAHf1318pub_fenceRDQCJHHf148pub_fencePBRCKJHC149pub_chair2QBRCJJHk1414pub_chair3RCRCJJHT1415pub_table2SCRCJJHk1416pub_chair3PDRCJRAHf1418pub_fenceRDRCJHHt151pub_tableISCKHHf155pub_fenceQASCKIHf1518pub_fenceRDSCJHHS161pub_sofa2IPDKJHf165pub_fenceQAPDKHHf1618pub_fenceRDPDJHHs171pub_sofaIQDKJHf175pub_fenceQAQDKHHk1713pub_chair3QCQDJPAHk1714pub_chair3RCQDJPAHk1715pub_chair3SCQDJPAHk1716pub_chair3PDQDJPAHf1718pub_fenceRDQDJHHs181pub_sofaIRDKJHf185pub_fenceQARDKHHT1813pub_table2QCRDJQAHT1814pub_table2RCRDJRAHT1815pub_table2SCRDJRAHT1816pub_table2PDRDJPAHf1818pub_fenceRDRDJHHs192pub_sofaJSDKHHS193pub_sofa2KSDKHHf195pub_fenceQASDKHHk1913pub_chair3QCSDJHHk1914pub_chair3RCSDJHHk1915pub_chair3SCSDJHHk1916pub_chair3PDSDJHHf1918pub_fenceRDSDJHHf201pub_fenceIPEKQAHf202pub_fenceJPEKRAHf203pub_fenceKPEKRAHf204pub_fencePAPEKRAHf205pub_fenceQAPEKKHf2018pub_fenceRDPEJHHS217pub_sofa2SAQEIPAHs218pub_sofaPBQEIPAHf2112pub_fencePCQEJQAHf2113pub_fenceQCQEJRAHf2114pub_fenceRCQEJRAHf2115pub_fenceSCQEJRAHf2116pub_fencePDQEJRAHf2117pub_fenceQDQEJRAHf2118pub_fenceRDQEJKHS226pub_sofa2RAREIJHt2215pub_tableSCREHHHC2216pub_chair2PDREHPAHC2217pub_chair2QDREHPAHs236pub_sofaRASEIJHT238pub_table2PBSEIIHs246pub_sofaRAPFIJHT248pub_table2PBPFIHHs256pub_sofaRAQFIJHT258pub_table2PBQFIJ', '0'),
('newbie_lobby', 2, 11, 0, 2, 'xxxxxxxxxxxxxxxx000000\r\nxxxxx0xxxxxxxxxx000000\r\nxxxxx00000000xxx000000\r\nxxxxx000000000xx000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\n0000000000000000000000\r\nxxxxx000000000000000xx\r\nxxxxx000000000000000xx\r\nx0000000000000000000xx\r\nx0000000000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxxx0000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxxxx000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxxx00000000000xxxxx\r\nxxxxx000000000000xxxxx\r\nxxxxx000000000000xxxxx', 'SOHa016crl_lampPDHHHHy017crl_sofa2cQDHHPAHw018crl_sofa2bRDHHPAHv019crl_sofa2aSDHHPAHa020crl_lampPEHHHHb116crl_chairPDIHJHa27crl_lampSAJHHHa211crl_lampSBJHHHb216crl_chairPDJHJHc35crl_pillarQAKHHHb37crl_chairSAKHJHu39crl_table1bQBKHHHs311crl_sofa1cSBKHRAHb316crl_chairPDKHJHA319crl_table2bSDKHHHz320crl_table2aPEKHHHa40crl_lampHPAHHHy41crl_sofa2cIPAHPAHw42crl_sofa2bJPAHPAHv43crl_sofa2aKPAHPAHa44crl_lampPAPAHHHt49crl_table1aQBPAHHHr411crl_sofa1bSBPAHRAHh415crl_wall2aSCPAHHHa416crl_lampPDPAHHHb50crl_chairHQAHJHb57crl_chairSAQAHJHq511crl_sofa1aSBQAHRAHA62crl_table2bJRAHHHz63crl_table2aKRAHHHa611crl_lampSBRAHHHb70crl_chairHSAHJHa80crl_lampHPBHHHD81crl_sofa3cIPBHHHC82crl_sofa3bJPBHHHB83crl_sofa3aKPBHHHa84crl_lampPAPBHHHo819crl_barchair2SDPBHHHp820crl_tablebarPEPBHHHo821crl_barchair2QEPBHHHE95crl_pillar2QAQBHHHc99crl_pillarQBQBHHHP158crl_desk1aPBSCHHHO159crl_deskiQBSCHHHN1510crl_deskhRBSCHHHM1610crl_deskgRBPDHHHL1710crl_deskfRBQDHHHK1810crl_deskeRBRDHHHK1910crl_deskeRBSDHHHK2010crl_deskeRBPEHHHK2110crl_deskeRBQEHHHK2210crl_deskeRBREHHHK2310crl_deskeRBSEHHHG247crl_wallbSAPFHHHK2410crl_deskeRBPFHHHF257crl_wallaSAQFHHHH258crl_desk1bPBQFHHHI259crl_desk1cQBQFHHHJ2510crl_desk1dRBQFHHHd2712crl_lamp2PCSFHHHf2713crl_cabinet2QCSFHHHe2714crl_cabinet1RCSFHHHd2715crl_lamp2SCSFHH', '0'),
('tearoom', 21, 19, 1, 6, 'xxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxx3333x33333333x\r\n333333xx3333x33333333x\r\n3333333x3333x33333333x\r\n3333333x3333x33333333x\r\n3333333xxxxxx33333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n333333333333333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333222x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\n33333333111x333333333x\r\nxxxxxxxx111xxxxxxxxxxx\r\n11111111111111111111xx\r\n1111111111111111111111\r\n1111111111111111111111\r\n11111111111111111111xx', 'QIHh113hardwoodsofa1QCIKPAHi114hardwoodsofa2RCIKPAHj115hardwoodsofa3SCIKPAHc116teabambooPDIKHHh118hardwoodsofa1RDIKPAHi119hardwoodsofa2SDIKPAHj120hardwoodsofa3PEIKPAHl313teasmalltable1QCKKHHk315teasmalltable2SCKKHHl318teasmalltable1RDKKHHk320teasmalltable2PEKKHHe62teastoolJRAKPAHe63teastoolKRAKPAHf68chinastoolredPBRAKPAHf69chinastoolredQBRAKPAHf610chinastoolredRBRAKPAHf611chinastoolredSBRAKPAHa82teatable1JPBKHHb83teatable2KPBKHHm92teastool2JQBKHHm93teastool2KQBKHHe916teastoolPDQBKPAHe917teastoolQDQBKPAHa1116teatable1PDSBKHHb1117teatable2QDSBKHHe122teastoolJPCKPAHe123teastoolKPCKPAHm1216teastool2PDPCKHHm1217teastool2QDPCKHHa142teatable1JRCKHHb143teatable2KRCKHHm152teastool2JSCKHHm153teastool2KSCKHHd180teavaseHRDIHHg190chinastoolgreenHSDIJHg200chinastoolgreenHPEIJHd210teavaseHQEIH', '0'),
('rooftop', 17, 12, 4, 2, '44xxxxxxxxxxxxxxxxxx\r\n444xxxxxxxxxxx444444\r\n4444xxxxxxxxxx444444\r\n44444xxxx4xxxx444444\r\n444444xxx44xxx444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\n44444444xx44xx44xx44\r\n44444444xx44xx44xx44\r\n44444444444444444444\r\n44444444444444444444\r\n44444444444444444444\r\nx444444x444444xx4444\r\nx444444x444444xx333x\r\nx444444x444444xx222x\r\nx444444x444444xx11xx\r\nx444444x444444xxxxxx', 'PKHa10rooftop_minichairHIPAPAHd116rooftop_flatcurbPDIPAPAHe117rooftop_flatcurb2QDIPAPAHc20rooftop_rodtableHJPAHHa21rooftop_minichairIJPARAHa30rooftop_minichairHKPAHHd416rooftop_flatcurbPDPAPAHHe417rooftop_flatcurb2QDPAPAHHa62rooftop_minichairJRAPAPAHa71rooftop_minichairISAPAJHc72rooftop_rodtableJSAPAHHa73rooftop_minichairKSAPARAHa82rooftop_minichairJPBPAHHa90rooftop_minichairHQBPAPAHb100rooftop_emptytableHRBPAHHa110rooftop_minichairHSBPAHHd131rooftop_flatcurbIQCPAJHd136rooftop_flatcurbRAQCPARAHd138rooftop_flatcurbPBQCPAJHd1313rooftop_flatcurbQCQCPARAHf141rooftop_flatcurb3IRCPAJHf146rooftop_flatcurb3RARCPARAHf148rooftop_flatcurb3PBRCPAJHf1413rooftop_flatcurb3QCRCPARAHf151rooftop_flatcurb3ISCPAJHf156rooftop_flatcurb3RASCPARAHf158rooftop_flatcurb3PBSCPAJHf1513rooftop_flatcurb3QCSCPARAHf161rooftop_flatcurb3IPDPAJHf166rooftop_flatcurb3RAPDPARAHf168rooftop_flatcurb3PBPDPAJHf1613rooftop_flatcurb3QCPDPARAHg171rooftop_flatcurb4IQDPAHHf172rooftop_flatcurb3JQDPAHHf173rooftop_flatcurb3KQDPAHHf174rooftop_flatcurb3PAQDPAHHf175rooftop_flatcurb3QAQDPAHHh176rooftop_flatcurb5RAQDPAHHg178rooftop_flatcurb4PBQDPAHHf179rooftop_flatcurb3QBQDPAHHf1710rooftop_flatcurb3RBQDPAHHf1711rooftop_flatcurb3SBQDPAHHf1712rooftop_flatcurb3PCQDPAHHh1713rooftop_flatcurb5QCQDPAH', '0'),
('rooftop_2', 4, 9, 0, 2, 'x0000x000\r\nxxxxxx000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\n000000000\r\nxxx000xxx\r\nxxx000xxx', 'RDHk08rooftop_bigchairPBHHPAHl18rooftop_bigtablePBIHHHj20rooftop_sofabHJHPAHi21rooftop_sofaIJHPAHk28rooftop_bigchairPBJHHHk38rooftop_bigchairPBKHPAHl48rooftop_bigtablePBPAHHHj50rooftop_sofabHQAHHHi51rooftop_sofaIQAHHHk58rooftop_bigchairPBQAHHHj60rooftop_sofabHRAHPAHi61rooftop_sofaIRAHPAHj67rooftop_sofabSARAHPAHi68rooftop_sofaPBRAHPAHj90rooftop_sofabHQBHHHi91rooftop_sofaIQBHHHj97rooftop_sofabSAQBHHHi98rooftop_sofaPBQBHH', '0'),
('star_lounge', 37, 36, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx2222x4444442222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222x444x32222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222xx4xx22222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx222222222222222xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222211111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxx22222222222222222111xxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222222222xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333x22222222221111xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx3333xx2x22222220000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx333333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx33333332222222x0000000xxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxx222222000000xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'PXHk1521star_tableQESCJHHa1522star_sofaRESCJPAHb1523star_sofa2SESCJPAHz1524palmPFSCJHHb1621star_sofa2QEPDJJHQ1632dj1PHPDJHHW1633dj2QHPDJHHE1634dj3RHPDJHHa1721star_sofaQEQDJJHm1728star_microphonePGQDPAHHb1821star_sofa2QERDJJHa1835star_sofaSHRDJRAHa1921star_sofaQESDJJHb1935star_sofa2SHSDJRAHb2021star_sofa2QEPEJJHb2024star_sofa2PFPEJJHa2032star_sofaPHPEJRAHa2035star_sofaSHPEJRAHa2121star_sofaQEQEJJHa2124star_sofaPFQEJJHb2132star_sofa2PHQEJRAHb2135star_sofa2SHQEJRAHc2221star_sofachairQEREJJHk2224star_tablePFREJHHb2225star_sofa2QFREJHHa2226star_sofaRFREJHHb2230star_sofa2RGREJHHa2231star_sofaSGREJHHk2232star_tablePHREJHHk2235star_tableSHREJHHz2321palmQESEJHHa2335star_sofaSHSEJRAHp2422bar10REPFJHHb2435star_sofa2SHPFJRAHa2437star_sofaQIPFIPAHb2438star_sofa2RIPFIPAHa2439star_sofaSIPFIPAHb2440star_sofa2PJPFIPAHo2522bar9REQFJHHb2525star_sofa2QFQFJHHa2526star_sofaRFQFJHHb2530star_sofa2RGQFJHHa2531star_sofaSGQFJHHa2535star_sofaSHQFJRAHb2536star_sofa2PIQFIJHi2622bar8RERFJHHX2625palm1QFRFJHHV2626palm3RFRFJHHC2630palm2RGRFJHHB2631palm4SGRFJHHb2635star_sofa2SHRFJRAHa2636star_sofaPIRFIJHk2639star_tableSIRFIHHk2640star_tablePJRFIHHu2722bar7RESFJHHa2725star_sofaQFSFJPAHb2726star_sofa2RFSFJPAHa2730star_sofaRGSFJPAHb2731star_sofa2SGSFJPAHk2735star_tableSHSFJHHz2736palmPISFIHHk2737star_tableQISFIHHy2822bar6REPGJHHt2922bar5REQGJHHk2925star_tableQFQGJHHk2926star_tableRFQGJHHk3016star_tablePDRGKHHr3022bar4RERGJHHb3116star_sofa2PDSGKJHe3122bar3RESGJHHb3125star_sofa2QFSGJHHa3126star_sofaRFSGJHHa3130star_sofaRGSGJRAHa3216star_sofaPDPHKJHw3222bar2REPHJHHB3225palm4QFPHJHHX3226palm1RFPHJHHb3230star_sofa2RGPHJRAHb3316star_sofa2PDQHKJHq3322bar1REQHJHHa3325star_sofaQFQHJPAHb3326star_sofa2RFQHJPAHa3330star_sofaRGQHJRAHa3416star_sofaPDRHKJHb3430star_sofa2RGRHJRAHV3435palm3SHRHHHHC3436palm2PIRHHHHk3516star_tablePDSHKHHa3530star_sofaRGSHJRAHb3630star_sofa2RGPIJRAHc3725star_sofachairQFQIJHHb3726star_sofa2RFQIJHHa3727star_sofaSFQIJHHb3728star_sofa2PGQIJHHa3729star_sofaQGQIJHHk3730star_tableRGQIJH', '0'),
('netcafe', 22, 12, 0, 2, 'xxxxx1111xxxxxxxxxxx1xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxx1111111111111111xxxx\r\nxxxxxxxx0000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\n111111100000000000000xxxx\r\nxxxx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx11100000000000000xxxx\r\nx1xx111000000000000000000\r\nx1xx111000000000000000000\r\nxxxx111000000000000000000\r\nxxxx11100000000000000xxxx\r\nxxxx1110000000xx11111xxxx\r\nxxxxx111110000x111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxxx111100001111111xxxx\r\nxxxxx1111100001111111xxxx', 'RRHi06shift1RAHIPAHj07shift2SAHIPAHm110mRBIIHHl113lQCIIHHk116kPDIIHHk119kSDIIHHh35kukat6QAKIHHg36kukat5RAKIHHc312kukat2PCKIHHb313kukat1QCKIHHc319kukat2SDKIHHb320kukat1PEKIHHi412shift1PCPAHPAHj413shift2QCPAHPAHi419shift1SDPAHPAHj420shift2PEPAHPAHi50shift1HQAIPAHj51shift2IQAIPAHi52shift1JQAIPAHj53shift2KQAIPAHk715kSCSAHJHo716table2PDSAHRAHz717tablecornerQDSAHHHm718mRDSAHRAHl815lSCPBHJHo816table2PDPBHPAHl818lRDPBHRAHm94mPAQBIRAHk99kQBQBHJHp910table3RBQBHRAHz911tablecornerSBQBHHHm912mPCQBHRAHk915kSCQBHJHo916table2PDQBHJHk918kRDQBHRAHk104kPARBIRAHm109mQBRBHJHp1010table3RBRBHPAHm1012mPCRBHRAHm1015mSCRBHJHo1016table2PDRBHHHk1018kRDRBHRAHl114lPASBIRAHl119lQBSBHJHp1110table3RBSBHJHl1112lPCSBHRAHk124kPAPCIRAHl129lQBPCHJHp1210table3RBPCHHHk1212kPCPCHRAHm134mPAQCIRAHc165kukat2QAPDIHHb166kukat1RAPDIHHc167kukat2SAPDIHHb168kukat1PBPDIHHe169kukat3QBPDIHHd1615kukka2SCPDIHHf179kukat4QBQDIHHk186kRARDIRAHe189kukat3QBRDIHHs1820sofabig3PERDIRAHf199kukat4QBSDIHHn1917table1QDSDIPAHz1918tablecornerRDSDIHHr1920sofabig2PESDIRAHn2017table1QDPEIJHr2020sofabig2PEPEIRAHm216mRAQEIRAHn2117table1QDQEIHHq2120sofabig1PEQEIRAHv2316sofalittle3PDSEIHHu2317sofalittle2QDSEIHHt2318sofalittle1RDSEIHHa2320kukkaPESEIH', '0'),
('dusty_lounge', 14, 1, 2, 4, 'xxxxxxxxxxxxxx22xxxxxxxxxxxxx\r\nxxxxxxxxxx222x222x2xxxxxxxxxx\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223xxxxxxx3\r\nxxxxxxx33322222222223x33333x3\r\nxxxxxxx33322222222223x33333x3\r\nxx111xx33322222222223xxxxxxx3\r\nxx111xxx332222222222333333333\r\nxx111xxxx32222222222333333333\r\nxx111xxxxxx222222222333333333\r\nxx111xxxxxxx1111111x333333333\r\nxx111xxxxxxx1111111x222222222\r\nxx111xxxxxx111111111111111111\r\nxx111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11111xxxxxx111111111111111111\r\n11x11xxxxxx111111111111111111\r\n11xxxxxxxxx11111111111111111x\r\nx11xxxxxxxxx1111111x1111111xx\r\nxx11xxxxxxx111111111111111xxx\r\nxxx11xxxxxx11111111111111xxxx\r\nxxxx11111111111111111111xxxxx\r\nxxxxx11111111111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx\r\nxxxxxxxxxxx11111111xxxxxxxxxx', 'QHHc48greenchair2PBPAKPAHd49greenchair1QBPAKPAHc68greenchair2PBRAKHHd69greenchair1QBRAKHHa620dustylampPERAKJHa628dustylampPGRAKJHc73greenchair2KSAIPAHd74greenchair1PASAIPAHc93greenchair2KQBIHHd94greenchair1PAQBIHHb1021yellowchairQERBKJHb1023yellowchairSERBKRAHb1026yellowchairRFRBKJHb1028yellowchairPGRBKRAHc1211greenchair2SBPCIJHc133greenchair2KQCIPAHd134greenchair1PAQCIPAHd1311greenchair1SBQCIJHa1411dustylampSBRCIJHc153greenchair2KSCIHHd154greenchair1PASCIHHc1511greenchair2SBSCIJHb1524yellowchairPFSCIPAHd1611greenchair1SBPDIJHb1722yellowchairREQDIJHa1724dustylampPFQDIJHb1726yellowchairRFQDIRAHa1911dustylampSBSDIJHb1924yellowchairPFSDIHHc2312greenchair2PCSEIJHc2314greenchair2RCSEIRAHd2412greenchair1PCPFIJHd2414greenchair1RCPFIRA', '0'),
('orient', 35, 22, 0, 6, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxx00000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1000000000xxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxx1xx000x000xx111x111xxx\r\nxxxxxxxxxxxxxx1xx000x000xxxxxx1111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxxxxxxxxxxxxx1xx000x000x111111111xx\r\nxxx111111111111xx000x000x111111111xx\r\nxxx1xxxxxxxxxxxxx000x000x111111111xx\r\nxxx1x1111111111000000000x111111111xx\r\nxxx1x1111111111000000000xx1111111xxx\r\nxxx1x11xxxxxx11000000000xx1111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxx111xxxxxxx11000000000011111111100\r\nxxxxx1xxxxxxx11000000000011111111100\r\nxxxxx11xxxxxx11000000000xx1111111100\r\nxxxxx1111111111000000000xx1111111xxx\r\nxxxxx1111111111xx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x000x111111111xx\r\nxxxxxxxxxxxxxxxxx000x00xx11xxxx111xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxx11111111xx', 'SOHd1017benchQDRBHJHd1019benchSDRBHRAHd1021benchQERBHJHd1023benchSERBHRAHd1117benchQDSBHJHd1119benchSDSBHRAHd1121benchQESBHJHd1123benchSESBHRAHb1132koc_chairPHSBIPAHd1217benchQDPCHJHd1219benchSDPCHRAHd1221benchQEPCHJHd1223benchSEPCHRAHb1231koc_chairSGPCIJHa1232koc_tablePHPCIHHb1233koc_chairQHPCIRAHd1317benchQDQCHJHd1319benchSDQCHRAHd1321benchQEQCHJHd1323benchSEQCHRAHb1325koc_chairQFQCIPAHb1332koc_chairPHQCIHHd1417benchQDRCHJHd1419benchSDRCHRAHd1421benchQERCHJHd1423benchSERCHRAHa1425koc_tableQFRCIHHb1426koc_chairRFRCIRAHd1517benchQDSCHJHd1519benchSDSCHRAHd1521benchQESCHJHd1523benchSESCHRAHb1525koc_chairQFSCIHHb1529koc_chairQGSCIJHa1530koc_tableRGSCIHHb1531koc_chairSGSCIRAHb1630koc_chairRGPDIHHc2425chairf1QFPFIJHc2433chairf1QHPFIRAHd2517benchQDQFHJHd2519benchSDQFHRAHd2521benchQEQFHJHd2523benchSEQFHRAHc2525chairf1QFQFIJHc2533chairf1QHQFIRAHd2617benchQDRFHJHd2619benchSDRFHRAHd2621benchQERFHJHd2623benchSERFHRAHc2625chairf1QFRFIJHc2633chairf1QHRFIRAHd2717benchQDSFHJHd2719benchSDSFHRAHd2721benchQESFHJHd2723benchSESFHRAHd2817benchQDPGHJHd2819benchSDPGHRAHd2821benchQEPGHJHd2823benchSEPGHRAHd2917benchQDQGHJHd2919benchSDQGHRAHd2921benchQEQGHJHd2923benchSEQG`hFFRA', '0'),
('custom_model', 0, 0, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000xxxx\r\nxxxxxxxxxxx000000000000000xxx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx00000000000000000xx\r\nxxxxxxxxxx11111111111111111xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxx22222222222222222xx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '0'),
('theater', 20, 27, 0, 0, 'XXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXXXXXXXXXXXXXXXXXX\r\nXXXXXXX111111111XXXXXXX\r\nXXXXXXX11111111100000XX\r\nXXXX00X11111111100000XX\r\nXXXX00x11111111100000XX\r\n4XXX00X11111111100000XX\r\n4440000XXXXXXXXX00000XX\r\n444000000000000000000XX\r\n4XX000000000000000000XX\r\n4XX0000000000000000000X\r\n44400000000000000000000\r\n44400000000000000000000\r\n44X0000000000000000O000\r\n44X11111111111111111000\r\n44X11111111111111111000\r\n33X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22X11111111111111111000\r\n22211111111111111111000\r\n22211111111111111111000\r\nXXXXXXXXXXXXXXXXXXXX00X\r\nXXXXXXXXXXXXXXXXXXXX00X', 'QKHm1011micSBRBIHHd112thchair2JSBPAJHd122thchair2JPCPAJHd152thchair2JSCPAJHc156thchair1RASCHHHc157thchair1SASCHHHc158thchair1PBSCHHHc159thchair1QBSCHHHc1510thchair1RBSCHHHc1512thchair1PCSCHHHc1513thchair1QCSCHHHc1514thchair1RCSCHHHc1515thchair1SCSCHHHc1516thchair1PDSCHHHd162thchair2JPDPAJHc206thchair1RAPEIHHc207thchair1SAPEIHHc208thchair1PBPEIHHc209thchair1QBPEIHHc2010thchair1RBPEIHHc2012thchair1PCPEIHHc2013thchair1QCPEIHHc2014thchair1RCPEIHHc2015thchair1SCPEIHHc2016thchair1PDPEIHHc236thchair1RASEIHHc237thchair1SASEIHHc238thchair1PBSEIHHc239thchair1QBSEIHHc2310thchair1RBSEIHHc2312thchair1PCSEIHHc2313thchair1QCSEIHHc2314thchair1RCSEIHHc2315thchair1SCSEIHHc2316thchair1PDSEIHHc266thchair1RARFIHHc267thchair1SARFIHHc268thchair1PBRFIHHc269thchair1QBRFIHHc2610thchair1RBRFIHHc2612thchair1PCRFIHHc2613thchair1QCRFIHHc2614thchair1RCRFIHHc2615thchair1SCRFIHHc2616thchair1PDRFIH', '0'),
('picnic', 16, 5, 2, 4, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxx22222xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\n22xxxxxxxxxxxxx22xxxxxxxxxxxxxxxxxxxxx\r\n2222222222222222222x222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222xxx222222222222222222222222\r\n2222222222xx33x22222222222222222222222\r\n222222222xx3333x2222222222222222222222\r\n222222222x333333x222222222222222222222\r\n222222222x333333x222222222222222222222\r\n2222222222x3332x2222222222222222222222\r\n22222222222x33x22222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222x22222xxxx22222222222222222222\r\n22222222222222xxxx22222222222222222222\r\n22222222222222xxx222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222\r\n22222222222222222222222222222222222222', 'PcHh710hedge7RBSAJPAHh711hedge7SBSAJPAHh712hedge7PCSAJPAHh713hedge7QCSAJPAHy714hedge8RCSAJPAHs718hedge2RDSAJPAHh719hedge7SDSAJPAHh720hedge7PESAJPAHh721hedge7QESAJPAHz814hedge9RCPBJPAHz818hedge9RDPBJPAHv93hedge5KQBJPAHz103hedge9KRBJPAHc1112picnic_dummychair1PCSBKPAHc1113picnic_dummychair1QCSBKPAHc1114picnic_dummychair1RCSB`hFFPAHc1310picnic_dummychair1RBQCKJHc1315picnic_dummychair1SCQCKRAHb1321picnic_groundQEQCJPAHb147picnic_groundSARCJPAHc1410picnic_dummychair1RBRCKJHc1415picnic_dummychair1SCRCKRAHb1519picnic_groundSDSCJJHb1523picnic_groundSESCJRAHb165picnic_groundQAPDJJHb169picnic_groundQBPDJRAHL1620picnic_cloth1PEPDJJHL176picnic_cloth1RAQDJJHb1721picnic_groundQEQDJHHb187picnic_groundSARDJHHa190picnic_redbench2HSDJJHA200picnic_redbench1HPEJJHw2011hedge6SBPEJPAHh2012hedge7PCPEJPAHh2013hedge7QCPEJPAHt2014hedge3RCPEJPAHu2017hedge4QDPEJPAHh2018hedge7RDPEJPAHh2019hedge7SDPEJPAHy2020hedge8PEPEJPAHv2111hedge5SBQEJPAHM2112picnic_bench1PCQEJPAHN2113picnic_bench2QCQEJPAHO2114picnic_bench3RCQEJPAHM2117picnic_bench1QDQEJPAHN2118picnic_bench2RDQEJPAHO2119picnic_bench3SDQEJPAHv2120hedge5PEQEJPAHa220picnic_redbench2HREJJHv2211hedge5SBREJPAHv2220hedge5PEREJPAHb2225picnic_groundQFREJPAHA230picnic_redbench1HSEJJHv2311hedge5SBSEJPAHM2312picnic_bench1PCSEJJHM2319picnic_bench1SDSEJRAHv2320hedge5PESEJPAHc246picnic_dummychair1RAPFJPAHd247picnic_dummychair4SAPFJPAHe248picnic_dummychair6PBPFJPAHv2411hedge5SBPFJPAHN2412picnic_bench2PCPFJJHN2419picnic_bench2SDPFJRAHv2420hedge5PEPFJPAHb2423picnic_groundSEPFJJHb2427picnic_groundSFPFJRAHK255picnic_stumpQAQFJJHv2511hedge5SBQFJPAHN2512picnic_bench2PCQFJJHN2519picnic_bench2SDQFJRAHv2520hedge5PEQFJPAHG2524picnic_cloth2PFQFJJHK267picnic_stumpSARFJHHv2611hedge5SBRFJPAHO2612picnic_bench3PCRFJJHH2614picnic_fireplace1RCRFJHHI2616picnic_fireplace2PDRFJJHO2619picnic_bench3SDRFJRAHv2620hedge5PERFJPAHb2625picnic_groundQFRFJHHz2711hedge9SBSFJPAHQ2712picnic_lemonadePCSFJPAHz2720hedge9PESFJPAHE298picnic_firewood2PBQGJHHa300picnic_redbench2HRGJJHD308picnic_firewood1PBRGJHHA310picnic_redbench1HSGJJHD318picnic_firewood1PBSGJHHM3112picnic_bench1PCSGJPAHN3113picnic_bench2QCSGJPAHO3114picnic_bench3RCSGJPAHM3118picnic_bench1RDSGJPAHN3119picnic_bench2SDSGJPAHO3120picnic_bench3PESGJPAHf3127picnic_carrotSFSGJHHf3128picnic_carrotPGSGJHHf3129picnic_carrotQGSGJHHf3130picnic_carrotRGSGJHHf3131picnic_carrotSGSGJHHD328picnic_firewood1PBPHJHHF3212picnic_table2PCPHJJHP3214picnic_tableRCPHJJHF3218picnic_table2RDPHJJHP3220picnic_tablePEPHJJHr333hedge1KQHJPAHD338picnic_firewood1PBQHJHHM3312picnic_bench1PCQHJHHN3313picnic_bench2QCQHJHHO3314picnic_bench3RCQHJHHM3318picnic_bench1RDQHJHHN3319picnic_bench2SDQHJHHO3320picnic_bench3PEQHJHHg3327picnic_cabbageSFQHJHHg3328picnic_cabbagePGQHJHHg3329picnic_cabbageQGQHJHHv343hedge5KRHJPAHD348picnic_firewood1PBRHJHHv353hedge5KSHJPAHD358picnic_firewood1PBSHJHHv363hedge5KPIJPAHD368picnic_firewood1PBPIJHHD378picnic_firewood1PBQIJHHM3712picnic_bench1PCQIJPAHN3713picnic_bench2QCQIJPAHO3714picnic_bench3RCQIJPAHM3718picnic_bench1RDQIJPAHN3719picnic_bench2SDQIJPAHO3720picnic_bench3PEQIJPAHD388picnic_firewood1PBRIJHHF3812picnic_table2PCRIJJHP3814picnic_tableRCRIJJHF3818picnic_table2RDRIJJHP3820picnic_tablePERIJJHJ398picnic_firewood3PBSIJHHM3912picnic_bench1PCSIJHHN3913picnic_bench2QCSIJHHO3914picnic_bench3RCSIJHHM3918picnic_bench1RDSIJHHN3919picnic_bench2SDSIJHHO3920picnic_bench3PESIJH', '0'),
('cinema_a', 20, 27, 1, 0, 'xxxxxxx1xx11111111xxxxxx\r\nxxx1111111111111111xxxxx\r\nxxx111xxxx1111111111xxxx\r\nxxxx2xxxxxxxxxxxxxxxxxxx\r\nxx3x3x333311xxxxxxxxxx11\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111122111\r\nxx3333333311x22222222111\r\nxx3333333311x22222222111\r\nxx3333333311xxxxxxxxx111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111111111111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\nxx3333333311111xxxx11111\r\n333333332111111xxxx11111\r\n333333332111111111111111\r\n333333332111111111111111\r\n333333332111111111111111\r\nxx3333332111111111111111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111\r\nxxxxxxxxxxxxxxxxxxx11111', 'PUHC42orangeJPAKHHA47loungey_chairSAPAKJHV48loungey_tablebigbPBPAKHHA49loungey_chairQBPAKRAHA52loungey_chairJQAKPAHA57loungey_chairSAQAKJHU58loungey_tablebigaPBQAKHHA59loungey_chairQBQAKRAHB62loungey_tableJRAKHHA72loungey_chairJSAKHHh713theater_chairQCSAIHHh714theater_chairRCSAIHHh715theater_chairSCSAIHHh716theater_chairPDSAIHHh717theater_chairQDSAIHHh718theater_chairRDSAIHHz721stairQESAIHHL89lightpoleQBPBKHHq813pomomaskiQCPBJJHq814pomomaskiRCPBJHHq815pomomaskiSCPBJHHq816pomomaskiPDPBJHHq817pomomaskiQDPBJHHq818pomomaskiRDPBJHHq819pomomaskiSDPBJIHz821stairQEPBIHHC92orangeJQBKHHh913theater_chairQCQBJHHh914theater_chairRCQBJHHh915theater_chairSCQBJHHh916theater_chairPDQBJHHh917theater_chairQDQBJHHh918theater_chairRDQBJHHh919theater_chairSDQBJHHh920theater_chairPEQBJHHz921stairQEQBIHHA102loungey_chairJRBKPAHA109loungey_chairQBRBKPAHB112loungey_tableJSBKHHB119loungey_tableQBSBKHHA122loungey_chairJPCKHHA129loungey_chairQBPCKHHd1217cubicb_chairQDPCIRAHc1219cubico_chairSDPCIJHd1315cubicb_chairSCQCIJHL1319lightpoleSDQCIHHd1320cubicb_chairPEQCIRAHL149lightpoleQBRCKHHA152loungey_chairJSCKPAHd1514cubicb_chairRCSCIPAHc1519cubico_chairSDSCIPAHB162loungey_tableJPDKHHA167loungey_chairSAPDKJHB168loungey_tablePBPDKJHA169loungey_chairQBPDKRAHd1613cubicb_chairQCPDIJHd1614cubicb_chairRCPDIRAHC1619orangeSDPDIHHA172loungey_chairJQDKHHA177loungey_chairSAQDKJHB178loungey_tablePBQDKJHA179loungey_chairQBQDKRAHd1719cubicb_chairSDQDIJHC182orangeJRDKHHd1814cubicb_chairRCRDIPAHK192bardesqueJSDKHHK202bardesqueJPEKIHb203bar_chairKPEKRAHL209lightpoleQBPEKHHd2014cubicb_chairRCPEIHHd2019cubicb_chairSDPEIJHc2020cubico_chairPEPEIRAHK212bardesqueJQEKIHb213bar_chairKQEKRAHd2119cubicb_chairSDQEIHHK222bardesqueJREKIHb223bar_chairKREKRAHL2216lightpolePDREIHHc2218cubico_chairRDREIHHK232bardesqueJSEKIHb233bar_chairKSEKRAHK242bardesqueJPFKIHb243bar_chairKPFKRAHK252bardesqueJQFKJ', '0'),
('the_den', 3, 22, 0, 0, '00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nGV00000000xxxxxxxx\r\n0000000000000000\r\n0000000000000000\r\n000000000000xx00\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\n0000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nx000000000000000\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx\r\nxxx00xxxxxxxxxxx', '', '0'),
('model_s', 0, 3, 0, 2, 'xxxxxx\r\nx00000\r\nx00000\r\n000000\r\nx00000\r\nx00000\r\nx00000\r\nx00000', '', '0'),
('park_a', 2, 15, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxxxx\r\nxxxxxxxxxxxxx0x00xxxxxxxxxxx0x000xxxxxxxxxxx\r\nxxxxxxxxxxxx0000000000000000000000xxxxxxxxxx\r\nxxxxxxxxxxx000000000000000000000000xxxxxxxxx\r\nxxxxxxxxxxx0000000000000000000000000xxxxxxxx\r\nxxxxxxxxxxx00000000000000000000000000xxxxxxx\r\nxxxxxxxx000000000000000000000000000000xxxxxx\r\nxxxxxxx00000000000000000000000000000000xxxxx\r\nxxxxxxx000000000000000000000000000000000xxxx\r\nxxxxxxx0000000000000000000000000000000000xxx\r\nxxxxxxxxx000000000000000000000000000000000xx\r\n00000000000000000000xx00000000000000000000xx\r\n0000000000000000000xxxx00000000000xxxxxxx0xx\r\n0000000000000000000xxxx00000000000x00000xxxx\r\nxxxxx00x0000000000xxxxx0xxxxxx0000x0000000xx\r\nxxxxx0000000000000xxxxx0xx000x0000x000000xxx\r\nxxxxx0000000000000xxxxx0x000000000x00000xxxx\r\nxxxxx000000x0000000xxxx0x000000000xxx00xxxxx\r\nxxxxxxxx000x0000000xxx00xxx000000x0000xxxxxx\r\nxxxxxxxx000x000000xxxx0x0000000000000xxxxxxx\r\nxxxxxxxx000x000000011100000000000000xxxxxxxx\r\nxxxxxxxx000x00000001110000000000000xxxxxxxxx\r\nxxxxxxxxx00x0000000111x00000000x00xxxxxxxxxx\r\nxxxxxxxxxx0x0000000xxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxxx0000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx000000xxx00xxxxx00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0xx000x00xxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxx0x000000xxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00000xxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxx0xxxxx00xxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx0xxxxxxxxxxxxxxxxxxxx', 'RPHN527parkfence2SFQAHHHN529parkfence2QGQAHHHM619parkfence1SDRAHHHO620parkfence3PERAHPAHO621parkfence3QERAHPAHO622parkfence3RERAHPAHN623parkfence2SERAHPAHO624parkfence3PFRAHPAHO625parkfence3QFRAHPAHO626parkfence3RFRAHPAHM627parkfence1SFRAHJHO629parkfence3QGRAHJHN717parkfence2QDSAHHHO719parkfence3SDSAHJHO723parkfence3SESAHJHO727parkfence3SFSAHJHO729parkfence3QGSAHJHO817parkfence3QDPBHJHO819parkfence3SDPBHJHN821parkfence2QEPBHHHO823parkfence3SEPBHJHN825parkfence2QFPBHHHO827parkfence3SFPBHJHO829parkfence3QGPBHJHL98bench2PBQBHPAHK99benchQBQBHPAHO917parkfence3QDQBHJHN919parkfence2SDQBHRAHO921parkfence3QEQBHJHN923parkfence2SEQBHRAHO925parkfence3QFQBHJHN927parkfence2SFQBHRAHO929parkfence3QGQBHJHO1017parkfence3QDRBHJHO1021parkfence3QERBHJHO1025parkfence3QFRBHJHO1029parkfence3QGRBHJHL117bench2SASBHJHM1117parkfence1QDSBHPAHO1118parkfence3RDSBHPAHO1119parkfence3SDSBHPAHO1120parkfence3PESBHPAHN1121parkfence2QESBHJHO1122parkfence3RESBHPAHO1123parkfence3SESBHPAHO1124parkfence3PFSBHPAHN1125parkfence2QFSBHJHO1126parkfence3RFSBHPAHO1127parkfence3SFSBHPAHO1128parkfence3PGSBHPAHM1129parkfence1QGSBHRAHK127benchSAPCHJHL1635bench2SHPDHJHL1637bench2QIPDHPAHK1638benchRIPDHPAHK1735benchSHQDHJHL1827bench2SFRDHPAHK1828benchPGRDHPAHL1835bench2SHRDHJHL1925bench2QFSDHJHK1935benchSHSDHJHK2025benchQFPEHJHL2925bench2QFQGHPAHK2926benchRFQGHPAHL3023bench2SERGHJHK3123benchSESGHJ@`SGSBMRDPBPA0.0I2Mqueue_tile2JMPGRAH0.0I2Mqueue_tile2SAMPFSAJ0.0I2Mqueue_tile2QBMRFSAPA0.0I2Mqueue_tile2SFMSERBJ0.0I2Mqueue_tile2SCMRFPBPA0.0I2Mqueue_tile2REMPGQBH0.0I2Mqueue_tile2PGMPFRBH0.0I2Mqueue_tile2PCMPEPBH0.0I2Mqueue_tile2QGMRFRBJ0.0I2Mqueue_tile2QDMRDQBPA0.0I2Mqueue_tile2RFMRERBJ0.0I2Mqueue_tile2PFMSDRBJ0.0I2Mqueue_tile2PDMPGPBH0.0I2Mqueue_tile2RGMSFRBJ0.0I2Mqueue_tile2RAMRESAPA0.0I2Mqueue_tile2RBMPGSAH0.0I2Mqueue_tile2SDMREQBPA0.0I2Mqueue_tile2QEMRFQBPA0.0I2Mqueue_tile2RCMPFPBH0.0I2Mqueue_tile2KMRDSAPA0.0I2Mqueue_tile2PAMPESAJ0.0I2Mqueue_tile2PBMQFSAJ0.0I2Mqueue_tile2IMPGQAH0.0I2Mqueue_tile2SEMRDRBJ0.0I2Mqueue_tile2QCMREPBPA0.0I2Mqueue_tile2SGMPGRBH0.0I2Mqueue_tile2QAMQESAJ0.0I2Mqueue_tile2QFMPERBH0.0I2Mqueue_tile2RDMPEQBH0.0I2Mqueue_tile2PEMPFQBH0.0I2Mqueue_tile2', '0'),
('park_b', 11, 2, 0, 6, '0000x0000000\r\n0000xx000000\r\n000000000000\r\n00000000000x\r\n000000000000\r\n00x0000x0000', '', '0'),
('model_0', 0, 4, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\n000000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx0000\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx00000000xx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1');
INSERT INTO `room_models` (`id`, `door_x`, `door_y`, `door_z`, `door_dir`, `heightmap`, `public_items`, `club_only`) VALUES
('model_v', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx222221111111111111x\r\nx222221111111111111x\r\n2222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nx222221111111111111x\r\nxxxxxxxx1111xxxxxxxx\r\nxxxxxxxx0000xxxxxxxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxx00000000000x\r\nx000000x00000000000x\r\nx000000x0000xxxxxxxx\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nx00000000000x000000x\r\nxxxxxxxx0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_t', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\n2222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx2222xxxxxx222222xxxxxxx2222x\r\nx2222xxxxxx111111xxxxxxx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx11xxx1111xxxx11xx2222x\r\nx2222xx11xxx0000xxxx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx22222111x00000000xx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx11xxxxxxxxxxx11xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xx111111111111111xx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx2222xxxxxxxxxxxxxxxxxxx2222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nx222222222222222222222222222x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_x', 0, 12, 0, 2, 'xxxxxxxxxxxxxxxxxxxx\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxx00xxx0000xxx00xxx\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\n0000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000x0000x000000x\r\nx000000xxxxxx000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nx000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_w', 0, 3, 2, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\n222222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx22222111111111111111111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xx11111111\r\nx2222xx1111111111xxxx1111xx\r\nx2222xx1111111111xxxx0000xx\r\nxxxxxxx1111111111xx00000000\r\nxxxxxxx1111111111xx00000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx22222111111111111000000000\r\nx2222xx1111111111xx00000000\r\nx2222xx1111111111xx00000000\r\nx2222xxxx1111xxxxxxxxxxxxxx\r\nx2222xxxx0000xxxxxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx\r\nx2222x0000000000xxxxxxxxxxx', '', '1'),
('model_z', 0, 9, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\n000000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nx00000000xx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxx00000000000000000000\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_u', 0, 17, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\n11111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nx1111100000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_y', 0, 3, 0, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\n000000000xx0000000000xx0000x\r\nx00000000xx0000000000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000xx0000x\r\nx00000000xx0000xx0000000000x\r\nx00000000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xx0000000000x\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nxxxxx0000xx0000xxxxxxxxxxxxx\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx00000000xx0000000000000000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx0000xxxxxxxxxxxxxxxxxx0000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nx00000000000000000000000000x\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_oscar', 0, 15, 1, 2, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx11111111xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111111111111100000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nx1111111x11111111x00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxx11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx00000000xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_b2g', 0, 0, 0, 2, 'xxxxxxxxxxxxxx\r\nx00000x000000x\r\nx000000000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nx00000x000000x\r\nxxx0xxx000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx000000000000x\r\nx00000xx00000x\r\nxxxxxxxxxxxxxx', '', '1'),
('model_opening', 0, 23, 2, 2, 'xxxxxxxxxxxxxxxxxxx\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx222222222222\r\nxxxxxxx111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx222221111111111111\r\nx2222xx111111111111\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\nx2222xx000000000000\r\n22222xx000000000000\r\nx2222xx000000000000\r\nxxxxxxxxxxxxxxxxxxx', '', '1'),
('model_theaterdrome', 21, 29, 0, 0, 'xxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxxxxxxxxxxxxxxxx\r\nxxxxxxxxx111xxxxxxxxxxx\r\nxxxxxxx111111111xxxxxxx\r\nxxxxxxx11111111100000xx\r\nxxxx00x11111111100000xx\r\nxxxx00x11111111100000xx\r\n4xxx00x11111111100000xx\r\n4440000xxxxxxxxx00000xx\r\n444000000000000000000xx\r\n444000000000000000000xx\r\n4440000000000000000000x\r\n44400000000000000000000\r\n44400000000000000000000\r\n44x00000000000000000000\r\n44x11111111111111111000\r\n44x11111111111111111000\r\n33x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22x11111111111111111000\r\n22211111111111111111000\r\n22211111111111111111000\r\nxxxxxxxxxxxxxxxxxxxx00x\r\nxxxxxxxxxxxxxxxxxxxx00x', '', '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `room_rights`
--

CREATE TABLE IF NOT EXISTS `room_rights` (
`room_id` int(10) unsigned NOT NULL,
`user_id` int(10) unsigned NOT NULL,
KEY `room_id` (`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `room_rights`
--

INSERT INTO `room_rights` (`room_id`, `user_id`) VALUES
(9, 14),
(15, 37),
(15, 51),
(9, 55),
(66, 95),
(66, 55),
(48, 55),
(9, 91),
(9, 54),
(9, 94),
(107, 36);

-- --------------------------------------------------------

--
-- Struttura della tabella `server_settings`
--

CREATE TABLE IF NOT EXISTS `server_settings` (
`motd` text NOT NULL,
`timer` int(11) NOT NULL DEFAULT '15',
`pixels` int(11) NOT NULL DEFAULT '15',
`credits` int(11) NOT NULL DEFAULT '75',
`points` int(11) NOT NULL DEFAULT '0',
`enable_chatlogs` enum('0','1') NOT NULL DEFAULT '1',
`enable_roomlogs` enum('0','1') NOT NULL DEFAULT '1',
`vipclothesforhcusers` enum('1','0') NOT NULL DEFAULT '1',
`MaxRoomsPerUser` int(4) NOT NULL DEFAULT '50',
`enable_externalchatlinks` enum('disabled','blacklist','whitelist') NOT NULL DEFAULT 'disabled',
`enable_securesessions` enum('1','0') NOT NULL DEFAULT '1',
`enable_cmdlogs` enum('0','1') NOT NULL DEFAULT '1',
`allow_friendfurnidrops` enum('0','1') NOT NULL DEFAULT '1',
`enable_cmd_redeemcredits` enum('0','1') NOT NULL DEFAULT '1',
`pixels_max` int(15) NOT NULL DEFAULT '0',
`credits_max` int(15) NOT NULL DEFAULT '0',
`points_max` int(15) NOT NULL DEFAULT '0',
`enable_antiddos` enum('0','1') NOT NULL DEFAULT '1',
`MaxPetsPerRoom` int(2) NOT NULL DEFAULT '15',
`MarketPlaceTax` int(2) NOT NULL DEFAULT '1',
`MaxMarketPlacePrice` int(9) NOT NULL DEFAULT '10000',
`unload_crashedrooms` enum('0','1') NOT NULL DEFAULT '1',
`ShowUsersAndRoomsInAbout` enum('0','1') NOT NULL DEFAULT '1',
`idlesleep` int(6) NOT NULL DEFAULT '300',
`idlekick` int(6) NOT NULL DEFAULT '1200',
`ip_lastforbans` enum('0','1') NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `server_settings`
--

INSERT INTO `server_settings` (`motd`, `timer`, `pixels`, `credits`, `points`, `enable_chatlogs`, `enable_roomlogs`, `vipclothesforhcusers`, `MaxRoomsPerUser`, `enable_externalchatlinks`, `enable_securesessions`, `enable_cmdlogs`, `allow_friendfurnidrops`, `enable_cmd_redeemcredits`, `pixels_max`, `credits_max`, `points_max`, `enable_antiddos`, `MaxPetsPerRoom`, `MarketPlaceTax`, `MaxMarketPlacePrice`, `unload_crashedrooms`, `ShowUsersAndRoomsInAbout`, `idlesleep`, `idlekick`, `ip_lastforbans`) VALUES
('Benvenuto in Hub Hotel Italia!\r\n\r\nAbbiamo CMS, DCR privati, Phoenix Emu Tradotto, AntiDdos,Radio privata e presto VPS!\r\n\r\nChesterfield.', 15, 0, 0, 0, '1', '1', '1', 50, 'whitelist', '0', '1', '1', '1', 999999, 999999, 999999, '1', 15, 1, 10000, '1', '1', 300, 1200, '0');

-- --------------------------------------------------------

--
-- Struttura della tabella `server_status`
--

CREATE TABLE IF NOT EXISTS `server_status` (
`status` enum('0','1','2') NOT NULL DEFAULT '0',
`users_online` int(11) NOT NULL DEFAULT '0',
`rooms_loaded` int(11) NOT NULL DEFAULT '0',
`server_ver` text NOT NULL,
`stamp` double NOT NULL,
`userpeak` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `server_status`
--

INSERT INTO `server_status` (`status`, `users_online`, `rooms_loaded`, `server_ver`, `stamp`, `userpeak`) VALUES
('1', 0, 0, 'Phoenix v3.8.1 (Build 14128)', 1391453707, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `shop_badge`
--

CREATE TABLE IF NOT EXISTS `shop_badge` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(255) NOT NULL,
`description` varchar(255) DEFAULT NULL,
`vip_points` int(15) NOT NULL,
`credits` int(15) NOT NULL,
`activity_points` int(15) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dump dei dati per la tabella `shop_badge`
--

INSERT INTO `shop_badge` (`id`, `code`, `description`, `vip_points`, `credits`, `activity_points`) VALUES
(1, 'FAN', 'Fan', 1, 0, 0),
(2, 'PET01', 'Leone', 1, 0, 0),
(3, 'MRG03', 'Hotel', 1, 0, 0),
(4, 'ITI', 'Clown', 1, 0, 0),
(5, 'NO004', 'Disney XD', 1, 0, 0),
(6, 'CAG', 'Fontana Gotica', 1, 0, 0),
(7, 'CA4', 'Xbox', 1, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `shop_furni`
--

CREATE TABLE IF NOT EXISTS `shop_furni` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`image` varchar(255) NOT NULL,
`name` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`vip_points` int(15) NOT NULL,
`credits` int(15) NOT NULL,
`activity_points` int(15) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dump dei dati per la tabella `shop_furni`
--

INSERT INTO `shop_furni` (`id`, `image`, `name`, `description`, `vip_points`, `credits`, `activity_points`) VALUES
(1, '202', 'Trono', 'Per persone importanti!', 2, 0, 0),
(2, '429', 'Ventilatore', 'Ventilatore Rosa!', 2, 0, 0),
(3, '419', 'Gelateria', 'Gelateria Azzurra!', 1, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `soundtracks`
--

CREATE TABLE IF NOT EXISTS `soundtracks` (
`id` int(6) NOT NULL,
`name` varchar(100) NOT NULL,
`author` varchar(50) NOT NULL,
`track` text NOT NULL,
`length` int(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dump dei dati per la tabella `soundtracks`
--

INSERT INTO `soundtracks` (`id`, `name`, `author`, `track`, `length`) VALUES
(1, 'The Ballad of Bonnie Blonde', 'Pixel! at the Disco', '1:371,8;374,4;378,4;0,4;378,4;0,4;377,4;378,4;0,6;371,4;0,4;370,3;377,2;0,7:2:353,24;358,4;363,4;353,10;367,4;353,4;367,4;353,8:3:0,4;291,2;365,2;0,2;365,2;377,2;365,2;377,2;365,2;377,2;0,2;359,4;352,4;357,1;0,1;365,2;0,2;292,4;0,3;357,1;292,4;0,3;357,1;292,4;296,4:4:0,2;368,22;354,4;368,26;361,8:', 124),
(2, 'Push the Call for Help', 'BanzaiBabes', '1:317,6;318,4;319,4;317,4;319,4;0,2:2:0,2;316,4;0,4;316,4;0,4;316,4;0,2:3:0,6;321,4;323,4;322,10:4:0,18;321,2;324,2;0,2:', 48),
(3, 'Monotone Hotel Sounds', 'Doorman Frank', '1:4,24:2:2,24:3:0,24:4:0,24:', 48),
(4, 'Haven''t Friend Request You Yet', 'Micheal Bauble', '1:280,4;281,4;282,4;283,4;284,4;285,4;286,4;287,4;288,4:2:0,36:3:0,36:4:0,36:', 72),
(5, 'Sounds That Fit Double Rainbows', 'Kallomies', '1:200,12;199,3;201,1;200,28:2:0,2;190,1;0,1;191,1;0,1;192,1;0,1;190,2;191,1;192,1;190,2;0,1;193,2;190,2;191,1;0,1;190,1;192,2;0,1;191,2;178,2;0,1;178,2;0,1;178,2;0,2;177,2;0,1;176,4:3:0,8;176,2;0,1;177,2;0,3;179,2;0,2;177,2;0,2;176,2;0,1;178,6;0,1;178,2;0,2;177,4;176,2:4:0,8;197,16;0,20:', 88),
(6, 'Gold Coin Digger', 'Kayne Quest', '1:104,10;102,8;104,4;102,8;104,4:2:0,2;181,8;182,8;181,4;182,8;130,2;106,2:3:0,2;105,2;106,2;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;187,1;186,3;187,1;185,1;184,1;185,1;184,1;185,1;184,1;185,1;184,1;72,1;100,2;0,1:4:0,4;103,6;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;103,4;133,1;101,1;133,1;101,1;133,1;101,1;133,1;101,1;105,2;101,1;0,1:', 68),
(7, 'Too Lost In Lido', 'BanzaiBabes', '1:317,4;408,7;0,1;410,16;413,4;406,4;410,8;412,4:2:0,2;321,2;443,22;91,2;317,8;443,8;412,2;0,2:3:0,3;320,2;0,7;414,4;445,4;412,2;323,2;412,4;96,2;412,2;414,4;445,7;448,1;317,4:4:0,3;324,2;0,6;448,1;0,6;96,2;322,4;96,2;99,2;322,4;412,2;0,2;322,2;96,2;322,2;0,1;324,2;0,3:', 96),
(8, 'Pixelrazzi', 'Lady BlaBla', '1:0,3;167,1;163,2;0,2;142,2;163,2;142,2;163,2;142,2;163,2;142,2;0,1;88,1;142,2;163,2;142,2;163,2;142,2;163,2;142,2;163,2:2:89,16;0,2;143,4;119,4;143,4;89,2;119,4;143,4:3:0,3;121,2;0,1;164,2;140,8;141,6;0,1;168,1;141,16:4:0,2;139,2;123,4;143,8;144,2;89,2;144,2;0,1;90,1;144,2;89,2;0,2;89,2;144,2;89,2;0,2;89,2:', 80),
(9, 'Touch the Skyscraper', 'Kayne Quest', '1:274,4;275,4;276,8;274,4;276,4;274,4:2:0,4;278,4;279,4;273,12;277,3;0,1:3:0,4;429,2;0,4;430,2;429,2;340,2;342,4;429,2;261,2;342,4:4:0,2;340,2;0,3;429,2;0,1;259,2;271,4;254,12:', 56),
(10, 'About VIP Now', 'BanzaiBabes', '1:152,20;146,1;0,1;152,4;151,4;152,20;153,4:2:0,8;145,12;146,1;0,1;145,4;0,1;151,2;0,1;145,20;0,1;150,2;0,1:3:0,10;150,2;146,1;0,1;150,2;146,1;0,1;150,2;146,1;0,7;151,2;0,2;150,2;146,1;0,1;150,2;146,1;0,1;150,2;0,1;146,1;0,1;146,1;0,1;146,3;0,4:4:0,4;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,4;147,2;148,6;147,2;148,2;147,2;148,2;147,2;148,2;147,2;148,2;147,2;0,4:', 108),
(11, 'The Good Trade', 'Kayne Quest', '1:108,4;135,8;130,2;108,2;135,8;127,28:2:0,3;131,9;104,2;0,2;131,8;108,4;102,4;0,8;92,6;0,6:3:134,4;140,8;0,1;133,1;136,2;140,6;0,10;143,16;108,4:4:0,2;104,2;0,1;133,1;0,3;133,1;134,4;0,1;104,2;133,1;0,3;133,1;0,24;136,2;0,4:', 104),
(12, 'I Write Bans not Tragedies', 'Pixel! at the Disco', '1:248,4;247,4;252,4;251,8;245,4;250,4;252,4:2:359,4;250,4;359,4;345,8;0,4;359,8:3:0,3;347,1;359,4;352,8;342,4;350,4;342,4;350,4:4:0,3;357,1;334,4;246,4;343,12;334,4;340,2;0,1;347,1:', 64),
(13, 'Furni Face', 'Lady BlaBla', '1:379,4;45,4;0,1;205,2;42,5;37,4;384,2;41,4;42,5;0,2:2:0,3;199,3;0,1;383,3;519,4;515,8;519,8;39,2;0,1:3:0,2;205,2;382,4;522,2;516,12;518,8;0,3:4:0,4;386,2;0,2;43,1;0,1;207,3;202,1;520,8;44,2;0,2;520,4;207,3:', 66),
(14, 'Habbowood', 'Micheal Bauble', '1:280,4;265,4;264,4;263,8;0,16:2:262,4;263,8;266,4;267,4;264,12;262,4:3:0,4;268,8;269,4;270,4;268,8;282,4;285,4:4:0,20;74,4;75,3;81,3;0,6:', 72),
(15, 'Party Trax', 'Aerokid', '1:12,16;3,4;19,8;0,2;29,8;0,16:2:13,4;14,4;10,8;0,4;2,8;0,1;33,1;32,18;16,2;32,2;16,2:3:0,2;15,1;17,1;5,4;7,2;24,1;8,1;4,4;0,2;24,1;6,1;0,4;22,4;0,2;28,4;30,4;31,2;16,2;31,2;16,2;20,1;21,1;20,1;21,1;20,1;21,1;20,1;21,1:4:18,2;0,2;10,4;5,22;35,2;0,20;24,1;17,1:', 100),
(16, 'Who Dares Stacks', 'Rage Against the Fuse', '1:255,4;310,7;0,9;310,14;0,4:2:0,3;309,1;308,7;309,1;308,7;309,1;308,7;309,1;308,7;309,1;0,2:3:0,4;162,7;0,1;162,7;0,1;162,15;0,3:4:0,6;135,4;135,4;135,4;0,2;135,4;135,4;135,4;135,4;0,2:5:0,14;155,2;0,2;155,2;314,1;315,1;314,1;315,1;314,1;315,1;314,1;0,1;314,1;315,1;314,1;315,1;314,1;315,1;314,1;315,1;0,2:6:0,12;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,1;311,1;0,5;155,2;311,1;0,1;311,1;0,1;311,1;0,3;311,1;0,1:', 76);

-- --------------------------------------------------------

--
-- Struttura della tabella `system_config`
--

CREATE TABLE IF NOT EXISTS `system_config` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`skey` varchar(100) COLLATE latin1_general_ci NOT NULL,
`sval` text COLLATE latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=42 ;

--
-- Dump dei dati per la tabella `system_config`
--

INSERT INTO `system_config` (`id`, `skey`, `sval`) VALUES
(1, 'server_game_port', '30000'),
(2, 'server_game_maxconnections', '400'),
(4, 'server_mus_port', '30001'),
(5, 'server_mus_maxconnections', '50000'),
(6, 'server_mus_host', '127.0.0.1'),
(3, 'server_game_backlog', '25000'),
(7, 'server_mus_backlog', '5000'),
(8, 'lang', 'it'),
(9, 'welcomemessage_enable', '1'),
(10, 'wordfilter_enable', '1'),
(11, 'wordfilter_censor', '*****'),
(12, 'chatanims_enable', '1'),
(13, 'trading_enable', '1'),
(14, 'recycler_enable', '1'),
(15, 'recycler_minownertime', '1'),
(16, 'recycler_session_length', '60'),
(17, 'recycler_session_expirelength', '10080'),
(18, 'rooms_loadadvertisement_img', ''),
(19, 'rooms_loadadvertisement_uri', ''),
(20, 'statuses_wave_duration', '1500'),
(21, 'statuses_carryitem_sipamount', '10'),
(22, 'statuses_carryitem_sipinterval', '9000'),
(23, 'statuses_carryitem_sipduration', '1000'),
(24, 'rooms_roomban_duration', '10'),
(25, 'items_stacking_maxstackheight', '20'),
(28, 'navigator_roomsearch_maxresults', '40'),
(27, 'navigator_createroom_maxrooms', '50'),
(26, 'events_categorycount', '11'),
(29, 'navigator_opencategory_maxresults', '30'),
(30, 'navigator_favourites_maxrooms', '30'),
(31, 'events_deadevents_removeinterval', '120'),
(32, 'soundmachine_burntodisk_disktid', '1355'),
(35, 'game_bb_gamelength_seconds', '180'),
(34, 'game_scorewindow_restartgame_seconds', '1200'),
(33, 'game_countdown_seconds', '15'),
(36, 'spectator_bar_enabled', '0'),
(37, 'max_registered_per_ip', '5'),
(38, 'max_online_per_ip', '10'),
(39, 'enableBoughtMessage', '0'),
(40, 'infobus_active', '0'),
(41, 'messenger_maxfriends', '50');

-- --------------------------------------------------------

--
-- Struttura della tabella `system_stafflog`
--

CREATE TABLE IF NOT EXISTS `system_stafflog` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`action` varchar(12) COLLATE latin1_general_ci NOT NULL,
`message` text COLLATE latin1_general_ci,
`note` text COLLATE latin1_general_ci,
`userid` int(11) NOT NULL,
`targetid` int(11) DEFAULT NULL,
`timestamp` varchar(50) COLLATE latin1_general_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=20 ;

--
-- Dump dei dati per la tabella `system_stafflog`
--

INSERT INTO `system_stafflog` (`id`, `action`, `message`, `note`, `userid`, `targetid`, `timestamp`) VALUES
(1, 'Housekeeping', 'Apache authenticated from 93.32.240.49', 'login.php', 24, 0, '03-02-2014 16:23:53'),
(2, 'Housekeeping', 'BradParbs authenticated from 87.16.169.162', 'login.php', 95, 0, '03-02-2014 16:29:03'),
(3, 'Housekeeping', 'Changed user rank to 6', 'ranktool.php', 95, 130, '03-02-2014 16:29:26'),
(4, 'Housekeeping', '(Mass) Unban performed [Query: Alexandre]', 'unbantool.php', 6, 0, '03-02-2014 17:12:17'),
(5, 'Housekeeping', 'Edited user', 'edituser.php', 6, 134, '03-02-2014 17:27:55'),
(6, 'Housekeeping', 'Edited user', 'edituser.php', 6, 91, '03-02-2014 17:28:08'),
(7, 'Housekeeping', 'Powerade authenticated from 5.172.80.157', 'login.php', 44, 0, '03-02-2014 17:42:50'),
(8, 'Housekeeping', 'Edited user', 'edituser.php', 44, 165, '03-02-2014 17:44:12'),
(9, 'Housekeeping', 'Changed user rank to 5', 'ranktool.php', 6, 54, '03-02-2014 17:59:28'),
(10, 'Housekeeping', 'Powerade authenticated from 5.172.80.157', 'login.php', 44, 0, '03-02-2014 18:30:40'),
(11, 'Housekeeping', 'Changed user rank to 6', 'ranktool.php', 6, 166, '03-02-2014 18:35:50'),
(12, 'Housekeeping', 'Changed user rank to 1', 'ranktool.php', 44, 83, '03-02-2014 18:50:23'),
(13, 'Housekeeping', 'Changed user rank to 1', 'ranktool.php', 44, 94, '03-02-2014 18:50:32'),
(14, 'Housekeeping', 'Changed user rank to 1', 'ranktool.php', 44, 113, '03-02-2014 18:50:39'),
(15, 'Housekeeping', 'Changed user rank to 1', 'ranktool.php', 44, 107, '03-02-2014 18:51:21'),
(16, 'Housekeeping', 'Changed user rank to 1', 'ranktool.php', 44, 166, '03-02-2014 18:52:02'),
(17, 'Housekeeping', 'Powerade authenticated from 79.43.7.220', 'login.php', 44, 0, '03-02-2014 19:06:16'),
(18, 'Housekeeping', 'Powerade authenticated from 79.43.7.220', 'login.php', 44, 0, '03-02-2014 19:19:11'),
(19, 'Housekeeping', 'BradParbs authenticated from 87.16.169.162', 'login.php', 95, 0, '03-02-2014 19:23:25');

-- --------------------------------------------------------

--
-- Struttura della tabella `system_stats`
--

CREATE TABLE IF NOT EXISTS `system_stats` (
`id` int(5) NOT NULL AUTO_INCREMENT,
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`users` int(5) NOT NULL DEFAULT '0',
`rooms` int(5) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dump dei dati per la tabella `system_stats`
--

INSERT INTO `system_stats` (`id`, `date`, `users`, `rooms`) VALUES
(1, '2011-01-14 20:51:56', 26, 2);

-- --------------------------------------------------------

--
-- Struttura della tabella `tele_links`
--

CREATE TABLE IF NOT EXISTS `tele_links` (
`tele_one_id` int(10) unsigned NOT NULL,
`tele_two_id` int(10) unsigned NOT NULL,
KEY `tele_one_id` (`tele_one_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `tele_links`
--

INSERT INTO `tele_links` (`tele_one_id`, `tele_two_id`) VALUES
(167, 168),
(168, 167),
(169, 170),
(170, 169),
(172, 173),
(173, 172),
(6601, 6602),
(6602, 6601),
(6603, 6604),
(6604, 6603);

-- --------------------------------------------------------

--
-- Struttura della tabella `texts`
--

CREATE TABLE IF NOT EXISTS `texts` (
`identifier` varchar(50) NOT NULL,
`display_text` text NOT NULL,
PRIMARY KEY (`identifier`),
KEY `identifier` (`identifier`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `texts`
--

INSERT INTO `texts` (`identifier`, `display_text`) VALUES
('cmd_about_desc', ':about - Server Information'),
('cmd_about_name', 'info'),
('cmd_alert_desc', ':alert <username> <message> - Alerts the target user with the message provided'),
('cmd_alert_name', 'alert'),
('cmd_award_desc', ':award <username> <achievement id> - The target user unlocks the selected achievement'),
('cmd_award_name', 'award'),
('cmd_ban_desc', ':ban <username> <time in seconds> - Bans the targetted user for the specified time in seconds. Minimum ban length of 10 minutes (600).'),
('cmd_ban_name', 'ban'),
('cmd_buy_desc', ':buy <count> - Modifies the quantity of your next catalogue purchase'),
('cmd_buy_name', 'buy'),
('cmd_coins_desc', ':coins <username> <amount> - Gives the target user the set amount of credits'),
('cmd_coins_name', 'coins'),
('cmd_commands_name', 'commands'),
('cmd_control_desc', ':control <username> - Control the selected user'),
('cmd_control_name', 'control'),
('cmd_coords_desc', ':coords - Returns your current co-ordinates'),
('cmd_coords_name', 'coords'),
('cmd_dance_desc', ':dance <username> - Make the selected user dance'),
('cmd_dance_name', 'dance'),
('cmd_disablediagonal_desc', ':disablediagonal - Disable diagonal walking in the room'),
('cmd_disablediagonal_name', 'disablediagonal'),
('cmd_disconnect_name', 'disconnect'),
('cmd_emptyitems_desc', ':emptyitems - Clears your inventory'),
('cmd_emptyitems_name', 'emptyitems'),
('cmd_emptyitems_success', 'Inventory items cleared!'),
('cmd_emptypets_desc', ':emptypets - Removes all pets from your inventory'),
('cmd_emptypets_name', 'emptypets'),
('cmd_emptypets_success', 'Inventory pets cleared!'),
('cmd_empty_desc', ':empty <username> - Clears targets inventory'),
('cmd_empty_name', 'empty'),
('cmd_enable_desc', ':enable <effect id> - Applies the provided effect ID to yourself'),
('cmd_enable_name', 'enable'),
('cmd_error_disabled', 'This command has been disabled by the hotel owner, sorry!'),
('cmd_error_permission_vip', 'This command is restricted to VIP members only, for more info on VIP check out the website!'),
('cmd_exe_desc', ':exe'),
('cmd_exe_name', 'exe'),
('cmd_flagme_desc', ':flagme - Allows you to change your username'),
('cmd_flagme_name', 'flagme'),
('cmd_follow_desc', ':follow <username> - Follows the target whether they''re a friend or not'),
('cmd_follow_name', 'follow'),
('cmd_freeze_desc', ':freeze <username> - Disables pathfinding for the targetted user, thus freezing them in place'),
('cmd_freeze_name', 'freeze'),
('cmd_givebadge_desc', ':givebadge <username> <badge id> - Gives the targetted user the specified badge'),
('cmd_givebadge_name', 'givebadge'),
('cmd_globalcredits_desc', ':globalcredits <amount> - Gives all users the specified amount of credits, including offline users'),
('cmd_globalcredits_name', 'globalcredits'),
('cmd_globalpixels_desc', ':globalpixels <amount> - Gives all users the specified amount of pixels, including offline users'),
('cmd_globalpixels_name', 'globalpixels'),
('cmd_globalpoints_desc', ':globalpoints <amount> - Gives all users the specified amount of points, including offline users'),
('cmd_globalpoints_name', 'globalpoints'),
('cmd_hal_desc', ':hal <url> <message> - Sends out a hotel-wide alert with the provided message and a link to the provided url'),
('cmd_hal_name', 'hal'),
('cmd_hal_title', 'Notice from Hotel Management:'),
('cmd_ha_desc', ':ha <message> - Sends out a hotel-wide alert with the provided message'),
('cmd_ha_name', 'ha'),
('cmd_ha_title', 'Important Notice from Hotel Management'),
('cmd_invisible_desc', ':invisible - Puts you into spectator mode, you won''t be visible to anyone else, you''ll need to reload the hotel to remove this effect'),
('cmd_invisible_name', 'invisible'),
('cmd_ipban_desc', ':ipban <user> - Permanently bans the targetted user and applies an IP ban'),
('cmd_ipban_name', 'ipban'),
('cmd_kick_desc', ':kick <username> <reason> - Kicks the target user from the room with the reason provided'),
('cmd_kick_name', 'kick'),
('cmd_makesay_desc', ':makesay <username> <message> - Make the selected user say a message'),
('cmd_makesay_name', 'makesay'),
('cmd_massbadge_desc', ':massbadge <badge id> - Gives all online users the specified badge'),
('cmd_massbadge_name', 'massbadge'),
('cmd_masscredits_desc', ':masscredits <amount> - Gives all online users the specified amount of credits'),
('cmd_masscredits_name', 'masscredits'),
('cmd_masspixels_desc', ':masspixels <amount> - Gives all online users the specified amount of pixels'),
('cmd_masspixels_name', 'masspixels'),
('cmd_masspoints_desc', ':masspoints <amount> - Gives all online users the specified amount of points'),
('cmd_masspoints_name', 'masspoints'),
('cmd_mimic_desc', ':mimic <username> - Copies the target users looks and applies them to yourself'),
('cmd_mimic_name', 'mimic'),
('cmd_moonwalk_desc', ':moonwalk - Toggles the ability to moonwalk'),
('cmd_moonwalk_name', 'moonwalk'),
('cmd_motd_desc', ':motd <username> <message> - Alerts the target user with the message provided'),
('cmd_motd_name', 'motd'),
('cmd_mute_desc', ':mute <username> - Mutes the targetted user'),
('cmd_mute_name', 'mute'),
('cmd_override_desc', ':override - Enables you to ignore pathfinding and walk across/through any surface'),
('cmd_override_name', 'override'),
('cmd_pickall_desc', ':pickall - Pick up all furni'),
('cmd_pickall_name', 'pickall'),
('cmd_pixels_desc', ':pixels <username> <amount> - Gives the target user the set amount of pixels'),
('cmd_pixels_name', 'pixels'),
('cmd_points_desc', ':points <username> <amount> - Gives the target user the set amount of points'),
('cmd_points_name', 'points'),
('cmd_pull_desc', ':pull <username> - Pulls the target user to yourself'),
('cmd_pull_name', 'pull'),
('cmd_push_desc', ':push <username> - Pushes the target user 1 step away from yourself'),
('cmd_push_name', 'push'),
('cmd_rave_desc', ':rave - Make everyone dance'),
('cmd_rave_name', 'rave'),
('cmd_redeemcreds_desc', ':convertcredits - Turns all exchange items in your hand back into coins'),
('cmd_redeemcreds_name', 'convertcredits'),
('cmd_removebadge_desc', ':removebadge <username> <badge id> - Removes the specified badge from the targetted user'),
('cmd_removebadge_name', 'removebadge'),
('cmd_ride_desc', ':ride <horsename> - Allows you to ride a horse'),
('cmd_ride_err_nothorse', 'You cannot ride other users or small animals, sorry! :emoji_slight_frown:'),
('cmd_ride_err_riding', 'You need to :dismount before you can ride another animal!'),
('cmd_ride_err_swimming', 'You cannot ride animals while taking a swim, sorry! :emoji_slight_frown:'),
('cmd_ride_err_toofar', 'You need to get close to ride this animal!'),
('cmd_ride_err_tooslow', 'That animal already has a rider, sorry! :emoji_slight_frown:'),
('cmd_ride_instr_getoff', 'To get off the animal you can use :dismount or :getoff'),
('cmd_ride_name', 'ride'),
('cmd_roll_desc', ':roll <username> <number> - Make a user roll the selected number'),
('cmd_roll_name', 'roll'),
('cmd_roomalert_desc', ':roomalert <message> - Alerts everyone in the current room with the message provided'),
('cmd_roomalert_name', 'roomalert'),
('cmd_roombadge_desc', ':roombadge <badge id> - Gives all users in the current room the specified badge'),
('cmd_roombadge_name', 'roombadge'),
('cmd_roominfo_name', 'roominfo'),
('cmd_roomkick_desc', ':roomkick <reason> - Kicks everyone from the current room with the reason provided'),
('cmd_roomkick_name', 'roomkick'),
('cmd_roommute_desc', ':roommute - Enables/Disables a room-wide mute'),
('cmd_roommute_name', 'roommute'),
('cmd_sa_desc', ':sa <message> - Sends a message to other staff members with the receive_sa permission'),
('cmd_sa_name', 'sa'),
('cmd_sa_title', 'Staff Announcement'),
('cmd_setmax_desc', ':setmax <count> Updates maximum allowed users in the room'),
('cmd_setmax_name', 'setmax'),
('cmd_setspeed_desc', ':setspeed <speed> - Changes the speed of rollers in the current room'),
('cmd_setspeed_name', 'setspeed'),
('cmd_shutdown_desc', ':shutdown - Immediately begins a server shutdown'),
('cmd_shutdown_name', 'shutdown'),
('cmd_sitdown_desc', ':sitdown - Make everyone sitdown'),
('cmd_sitdown_name', 'sitdown'),
('cmd_spull_desc', ':spull <username> - Forces the target user to walk towards you'),
('cmd_spull_name', 'spull'),
('cmd_summon_desc', ':summon <username> - Forces the target user to load your current room'),
('cmd_summon_name', 'summon'),
('cmd_superban_desc', ':superban <username> - Permanently bans the targetted user'),
('cmd_superban_name', 'superban'),
('cmd_teleport_desc', ':teleport - Clicking on a location will teleport you to it - walking is for losers!'),
('cmd_teleport_name', 'teleport'),
('cmd_unload_desc', ':unload - Unloads the room'),
('cmd_unload_name', 'unload'),
('cmd_unmute_desc', ':unmute <username> - Unmutes the targetted user'),
('cmd_unmute_name', 'unmute'),
('cmd_update_achievements_desc', ':update_achievements - Reloads achievements data from the database'),
('cmd_update_achievements_name', 'update_achievements'),
('cmd_update_bans_desc', ':update_bans - Re-applies all active bans from the bans database'),
('cmd_update_bans_name', 'update_bans'),
('cmd_update_bots_desc', ':update_bots - Reloads the bots from the bots table'),
('cmd_update_bots_name', 'update_bots'),
('cmd_update_catalogue_desc', ':update_catalogue - Reloads the catalogue pages and items from the database'),
('cmd_update_catalogue_name', 'update_catalogue'),
('cmd_update_filter_desc', ':update_filter - Reloads the hotel filter from the database'),
('cmd_update_filter_name', 'update_filter'),
('cmd_update_items_desc', ':update_items - Reloads the furniture settings from the furniture table'),
('cmd_update_items_name', 'update_items'),
('cmd_update_navigator_desc', ':update_navigator - Reloads the room models and navigator settings'),
('cmd_update_navigator_name', 'update_navigator'),
('cmd_update_permissions_desc', ':update_permissions - Reloads the permissions settings from the database'),
('cmd_update_permissions_name', 'update_permissions'),
('cmd_update_settings_desc', ':update_settings - Re-applies the settings from the server_settings table'),
('cmd_update_settings_name', 'update_settings'),
('cmd_update_texts_desc', ':update_texts - Updates texts from database'),
('cmd_update_texts_name', 'update_texts'),
('cmd_userinfo_desc', ':userinfo <username> - Returns some information about the target user to you'),
('cmd_userinfo_name', 'userinfo'),
('emu_cleandb', 'Cleaning up database..'),
('emu_connectdb', 'Connecting to database..'),
('emu_loadroles', 'Loading Roles..'),
('emu_loadsettings', 'Loading Settings..'),
('emu_loadtexts', 'Loading Texts..'),
('emu_sso_wrong', 'Login error: Your SSO ticket was incorrect'),
('emu_sso_wrong_secure', ' AND/OR your current IP doesn''t match our database '),
('error_maxpets', 'There are too many pets in this room. The maximum number of pets in a room is :'),
('error_muted', 'You are muted.'),
('error_roomunload', 'Oops, something went wrong with the room you were in, sorry!'),
('guidebot_welcome1', 'Hello and welcome to Habboon! I am a bot Guide and I''m here to help you.'),
('guidebot_welcome2', 'I can give you tips and hints on what to do here, just ask me a question :emoji_slight_smile:'),
('marketplace_error_credits', 'Sorry, you don''t have enough credits!'),
('marketplace_error_expired', 'Sorry, this offer has expired.'),
('mod_error_permission_ban', 'You do not have permission to ban that user.'),
('mod_error_permission_caution', 'You do not have permission to caution that user, sending as a regular message instead.'),
('mod_error_permission_kick', 'You do not have permission to kick that user.'),
('mod_inappropriate_roomdesc', 'Inappropriate to Hotel Managament'),
('mod_inappropriate_roomname', 'Inappropriate to Hotel Managament'),
('mod_tool_category1', 'Room Problems'),
('mod_tool_category1_problem1', 'Door Problem'),
('mod_tool_category1_problem2', 'Final Warning'),
('mod_tool_category1_problem3', 'Persisting Issue'),
('mod_tool_category1_problem4', 'Swearing Issue'),
('mod_tool_category1_problem5', 'Forum Assist'),
('mod_tool_category1_problem6', 'Flooding Room'),
('mod_tool_category1_problem7', 'Room Name'),
('mod_tool_category1_problem8', 'Furni Loading'),
('mod_tool_category1_solution1', 'Please check that there is nothing blocking the doorway. If the problem persists please report it again and we will investigate further.'),
('mod_tool_category1_solution2', 'This is your final warning regarding your actions within Habboon. The next step will be a ban.'),
('mod_tool_category1_solution3', 'We understand that the problem you were having is continuing to occur. Please update us with all the details. '),
('mod_tool_category1_solution4', 'The language you are using in the room is not acceptable and is insulting other users please stop doing this or you will be kicked, possibly banned from habboon.'),
('mod_tool_category1_solution5', 'Please go to Otaku-Studios.com and submit your problem in the Habboon forums.'),
('mod_tool_category1_solution6', 'Attention, we''ve noticed you are filling up the chat with mindless and senseless speech. This is what is known as flooding the room. Please stop doing this immeadiately or you will be kicked from the room.'),
('mod_tool_category1_solution7', 'Please change your room name otherwise we will do it.'),
('mod_tool_category1_solution8', 'Furniture not loading in rooms is a rare occurance in Habboon. Please try reloading Habboon, or clearing your internet browsers cache. There are tutorials on how to on our help website. Go to habboon.com/help. '),
('mod_tool_category2', 'Player Support'),
('mod_tool_category2_problem1', 'Player Bug'),
('mod_tool_category2_problem2', 'Login Problem'),
('mod_tool_category2_problem3', 'Report Bug'),
('mod_tool_category2_problem4', 'CFH Abuse'),
('mod_tool_category2_problem5', 'Private Information'),
('mod_tool_category2_problem6', 'SWF Error'),
('mod_tool_category2_problem7', 'Cache'),
('mod_tool_category2_problem8', 'Temp. Problem'),
('mod_tool_category2_solution1', 'Thank you for contacting us regarding the bug. Please report it to the uservoice.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category2_solution2', 'Please use the uservoice forum to report this problem.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category2_solution3', 'Please report all bugs to our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category2_solution4', 'Please stop abusing the call for help system. It is only to be used in the event of an EMERGENCY. If you have general questions please seek the advice of an eXpert.'),
('mod_tool_category2_solution5', 'It is unsafe to give out your personal information.'),
('mod_tool_category2_solution6', 'Please report this bug and how to recreate the bug and post it at our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category2_solution7', 'If you are having problems with your comptuer memory, clear your cache.'),
('mod_tool_category2_solution8', 'Delete your temporary history!'),
('mod_tool_category3', 'Users Problems'),
('mod_tool_category3_problem1', 'Scamming'),
('mod_tool_category3_problem2', 'Trading Scam'),
('mod_tool_category3_problem3', 'Disconnection'),
('mod_tool_category3_problem4', 'Room Blocking'),
('mod_tool_category3_problem5', 'Freezing'),
('mod_tool_category3_problem6', 'Job Info'),
('mod_tool_category3_problem7', 'Flooding'),
('mod_tool_category3_problem8', 'Updates'),
('mod_tool_category3_solution1', 'There is no need to report scammers on Habboon. Habboon gives away 50 free coins every 15 minutes (along with Pixels) therefore it is useless to report scammers when our services are free. Please Note: All trading done within Habboon is done at your own risk.'),
('mod_tool_category3_solution2', 'If you have been scammed by trade in Habboon we can only apologise, there is no way of us retreiving the furniture that you have lost. Please note that all trading done on Habboon is done at your own risk, you should be vigilent when trading. '),
('mod_tool_category3_solution3', 'There are often times when we are updating the hotel or there may be a slight bug within the system that would cause you to disconnect. Disconnections shouldn''t happen often, if they do please seek help on our forums at Otaku-Studios.com'),
('mod_tool_category3_solution4', 'If there is a user in a room whom is blocking your path, ask the room owner to remove the user from the room. If the room ownwer is not there, please let us know and we will come and assist you.'),
('mod_tool_category3_solution5', 'Can explain us what happens to cause the freezing?'),
('mod_tool_category3_solution6', 'Please do not ask to be Staff in Habboon.Staff members are chosen from the eXpert team. To become a member of hotel staff first you must be an eXpert. To become an eXpert you must be active on the hotel, friendly, buid some good rooms. Please be patient if you do all of these things, we are bound to notice you. '),
('mod_tool_category3_solution7', 'Attention, we''ve noticed you''re flooding or spamming Habboon with text. Please do not continue doing this or you will be kicked and even possibly banned from Habboon. Thank-You.\r\n'),
('mod_tool_category3_solution8', 'Updates are conducted when needed in Habboon to give users the best experience possible we thank you for taking the time to contact us regarding updates on the hotel. If there are new things to add to the hotel you can be sure they are coming in the future.\r\n'),
('mod_tool_category4', 'Debug Problems'),
('mod_tool_category4_problem1', 'Lag'),
('mod_tool_category4_problem2', 'Disconnection'),
('mod_tool_category4_problem3', 'SSO Problem'),
('mod_tool_category4_problem4', 'Char. Filter'),
('mod_tool_category4_problem5', 'System Check'),
('mod_tool_category4_problem6', 'WireEncoding Error'),
('mod_tool_category4_problem7', 'BASE64 Error'),
('mod_tool_category4_problem8', 'Flash Player Problem'),
('mod_tool_category4_solution1', 'Try to leave the room or perhaps reload the hotel to get rid of the lag.'),
('mod_tool_category4_solution2', 'Often times we are updating the hotel or there may be a slight bug within the system that would cause a disconnection. Although it is rare, please bear with us while we update our services.'),
('mod_tool_category4_solution3', 'Please contact us by posting on our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category4_solution4', 'Can you say the username? We''ll take action if needed.'),
('mod_tool_category4_solution5', 'We already checking everything and debuging stuff'),
('mod_tool_category4_solution6', 'Please contact us by posting on our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category4_solution7', 'Please contact us by posting on our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category4_solution8', 'Please contact us by posting on our uservoice forum.
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category5', 'System Problems'),
('mod_tool_category5_problem1', 'Version'),
('mod_tool_category5_problem2', 'SWF Build'),
('mod_tool_category5_problem3', 'Freeze'),
('mod_tool_category5_problem4', 'Name Filter'),
('mod_tool_category5_problem5', 'Nickname Filter'),
('mod_tool_category5_problem6', 'Catalogue Issue'),
('mod_tool_category5_problem7', 'Swearing Filter'),
('mod_tool_category5_problem8', 'Update Filter'),
('mod_tool_category5_solution1', 'Habboon is always in the latest possible version.'),
('mod_tool_category5_solution2', 'Currenly We use the same version like Habbo.com'),
('mod_tool_category5_solution3', 'Can explain us what happens to cause the freezing?"'),
('mod_tool_category5_solution4', 'Can you say the username? We''ll take action if needed.'),
('mod_tool_category5_solution5', 'Can you say the usersname? We''ll take action if needed.'),
('mod_tool_category5_solution6', 'What item are you trying to buy and what section is it in? If possible could you report this bug to our uservoice forum?
Perfavore, Entra oppure Registrati per vedere i Link!
'),
('mod_tool_category5_solution7', 'If possible, leave the room and ignore the user. If their speech is highly inappropriate and is offending other users send another call. We''ll take care of it.'),
('mod_tool_category5_solution8', 'We will update your words in the filter Thanks for your report.'),
('mod_tool_category6', 'Common Issues'),
('mod_tool_category6_problem1', 'eXpert Info'),
('mod_tool_category6_problem2', 'Moderator Info'),
('mod_tool_category6_problem3', 'Rights Info'),
('mod_tool_category6_problem4', 'Weekly Rare'),
('mod_tool_category6_problem5', 'Coins'),
('mod_tool_category6_problem6', 'Swearing'),
('mod_tool_category6_problem7', 'Inappropriate Actions'),
('mod_tool_category6_problem8', 'Staff Members'),
('mod_tool_category6_solution1', 'Habboon hires eXperts based on many things. Users must be active within Habboon, friendly and stay out of trouble, Users wanting to become eXperts shouldn''t ask to be. We look for users who have a decent amount of furni filled rooms. Please wait for us to recognize you, do not ask to be an eXpert. It will only lower your chances.'),
('mod_tool_category6_solution2', 'Habboon Moderators are promoted from eXperts. Please do not ask to be a Moderator, it is very inappropriate to ask to be staff. If you are caught pestering staff you may be kicked from the room.'),
('mod_tool_category6_solution3', 'If you have given users rights to move furniture in your room and they have let you down by trashing your room, this is not something we can govern. It''s upto you whom you give room rights out to. We suggest you are more careful as to whom you give room rights out to in the future. We apologise we can''t be of anymore help.'),
('mod_tool_category6_solution4', 'The weekly rare listed in the catalouge under limited edition is changed at the beginning or near the end of the week. Please wait till then for a new rare to be released.'),
('mod_tool_category6_solution5', 'Coins are distributed every 15 minutes along with pixels. Open the catalouge to find out other easy ways to get coins.'),
('mod_tool_category6_solution6', 'Your language has been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
('mod_tool_category6_solution7', 'Your actions have been deemed inappropriate and adverse action may be taken on your account if you do not stop.'),
('mod_tool_category6_solution8', 'If you would like to see which Staff members are currently online. Please go to the habboon homepage, click community then Staff and eXperts. It will say next to the name which are online and offline. '),
('mus_alert_title', 'Important Notice from Hotel Management'),
('mus_hal_tail', 'Sent from Housekeeping'),
('mus_hal_title', 'Notice from Hotel Management:'),
('mus_ha_title', 'Important Notice from Hotel Management'),
('pet_breeds_0', 'QFHHIHHIIHHJIHHKIHHPAIHHQAIHHRAIHHSAIHHPBIHHQBIHHRBIHHSBIHHPCIHHQCIHHRCIHHSCIHHPDIHHQDIHHRDIHHSDIHHPEIHHQEIHHREIHHSEIHHPFIH'),
('pet_breeds_1', 'QFIHIHIIIHIJIHIKIHIPAIHIQAIHIRAIHISAIHIPBIHIQBIHIRBIHISBIHIPCIHIQCIHIRCIHISCIHIPDIHIQDIHIRDIHISDIHIPEIHIQEIHIREIHISEIHIPFIH'),
('pet_breeds_10', 'IRBHIH'),
('pet_breeds_11', 'RCSBIIHSBJIHSBKIHSBPAIHSBQAIHSBRAIHSBPBHHSBQBIHSBRBIHSBSBIHSBPCIHSBQCIHSBSCIHSBRDIH'),
('pet_breeds_12', 'RAPCHIHPCIIHPCJIHPCKIHPCPAIHPCQAIH'),
('pet_breeds_13', 'KQCRHIHQCRGIHQCKIH'),
('pet_breeds_14', 'PBRCHIHRCIIHRCJIHRCKHIRCPAIHRCQAIHRCRAIHRCSAIH'),
('pet_breeds_15', 'ISCHIH'),
('pet_breeds_16', 'IPDHIH'),
('pet_breeds_17', 'IQDHIH'),
('pet_breeds_18', 'IRDHIH'),
('pet_breeds_19', 'ISDHIH'),
('pet_breeds_2', 'PCJHIHJIIHJJIHJKIHJPAIHJQAIHJRAIHJSAIHJPBIHJQBIHJRBIHJSBIH'),
('pet_breeds_20', 'IPEHIH'),
('pet_breeds_21', 'IQEHIH'),
('pet_breeds_22', 'IREHIH'),
('pet_breeds_23', 'ISEHIH'),
('pet_breeds_24', 'IPFHIH'),
('pet_breeds_25', 'IQFHIH'),
('pet_breeds_26', 'IRFHIH'),
('pet_breeds_27', 'ISFHIH'),
('pet_breeds_28', 'IPGHIH'),
('pet_breeds_29', 'IQGHIH'),
('pet_breeds_3', 'SAKHIHKIIHKJIHKKIHKPAIHKQAIHKRAIH'),
('pet_breeds_30', 'IRGHIH'),
('pet_breeds_4', 'PAPAHIHPAIIHPAJIHPAKIH'),
('pet_breeds_5', 'SAQAHIHQAIIHQAJIHQAKIHQAQAIHQASAIHQAPBIH'),
('pet_breeds_6', 'QCRAHIHRAIIHRAJIHRAKIHRAPAIHRAQAIHRARAHIRASAHIRAPBHIRAQBHIRARBHIRASBIHRAPCHI'),
('pet_breeds_7', 'PBSAHIHSAIIHSAJIHSAKHISAPAIHSAQAIHSARAIHSASAIH'),
('pet_breeds_8', 'QCPBHIHPBIIHPBJIHPBKIHPBPAIHPBQAIHPBRAIHPBSAIHPBPBIHPBQBIHPBRBIHPBSBIHPBRCIH'),
('pet_breeds_9', 'QBQBHIHQBIIHQBJIHQBKIHQBPAIHQBQAIHQBRAIHQBSAIHQBPBIH'),
('pet_chatter_bear1', 'Rawwwwwr'),
('pet_chatter_bear2', '*roars*'),
('pet_chatter_bear3', 'Grrrr'),
('pet_chatter_bear4', '*sniff sniff*'),
('pet_chatter_bear5', '*yawns*'),
('pet_chatter_cat1', 'Purrrrr'),
('pet_chatter_cat2', 'Meeeeeow!'),
('pet_chatter_cat3', '*yawns*'),
('pet_chatter_cat4', '*purrs*'),
('pet_chatter_cat5', 'meow :3'),
('pet_chatter_chic1', 'tweet tweet'),
('pet_chatter_chic2', '*flaps wings*'),
('pet_chatter_chic3', 'AWK AWK'),
('pet_chatter_chic4', '*pecks*'),
('pet_chatter_chic5', '*runs around pointlessly*'),
('pet_chatter_croc1', '*feels like eating my owner*'),
('pet_chatter_croc2', 'tick, tock, tick, tock'),
('pet_chatter_croc3', '*snaps jaws*'),
('pet_chatter_croc4', 'Rrrr.. Grrrrr'),
('pet_chatter_croc5', '*yawns*'),
('pet_chatter_dog1', 'woof woof woof!!!'),
('pet_chatter_dog2', 'Hooooowl'),
('pet_chatter_dog3', '*wags tail*'),
('pet_chatter_dog4', '*chases tail*'),
('pet_chatter_dog5', '*pants*'),
('pet_chatter_dragon1', '*flies around*'),
('pet_chatter_dragon2', '*thinks about torching things*'),
('pet_chatter_dragon3', '*looks for something to fry*'),
('pet_chatter_dragon4', '*eyes you up*'),
('pet_chatter_dragon5', '*soars down*'),
('pet_chatter_frog1', 'Ribbit..'),
('pet_chatter_frog2', '*bounces around*'),
('pet_chatter_frog3', '*croaks*'),
('pet_chatter_frog4', 'rrrribbit!'),
('pet_chatter_frog5', '*stretches*'),
('pet_chatter_generic1', 'Hmm..'),
('pet_chatter_generic2', '*looks for food*'),
('pet_chatter_generic3', '*Humms*'),
('pet_chatter_generic4', '*looks at*'),
('pet_chatter_generic5', '*looks for water*'),
('pet_chatter_horse1', 'neiiigh'),
('pet_chatter_horse2', '*trots around*'),
('pet_chatter_horse3', 'Neeeigh'),
('pet_chatter_horse4', '*looks at*'),
('pet_chatter_horse5', '*flicks tail*'),
('pet_chatter_lion1', 'Rawwrrrr'),
('pet_chatter_lion2', '*stares*'),
('pet_chatter_lion3', 'Grrrr'),
('pet_chatter_lion4', '*roars*'),
('pet_chatter_lion5', '*looks at*'),
('pet_chatter_monkey1', 'Oo oo oo (I wanna be like you-oo-oo!)'),
('pet_chatter_monkey2', '*swings around*'),
('pet_chatter_monkey3', 'Ooo oo!'),
('pet_chatter_monkey4', '*looks at*'),
('pet_chatter_monkey5', '*grooms myself*'),
('pet_chatter_pig1', 'Oink Oink!'),
('pet_chatter_pig2', '*snorts*'),
('pet_chatter_pig3', '*sniffs around*'),
('pet_chatter_pig4', 'Oink!'),
('pet_chatter_pig5', '*looks for mud*'),
('pet_chatter_rhino1', 'CHARGEEEEE!'),
('pet_chatter_rhino2', '*stomps around*'),
('pet_chatter_rhino3', '*snorts*'),
('pet_chatter_rhino4', '*prepares to charge*'),
('pet_chatter_rhino5', 'ARGHHHHHHHHHH!!'),
('pet_chatter_spider1', '*spins a web*'),
('pet_chatter_spider2', '*crawls around*'),
('pet_chatter_spider3', '*sneaks up on you*'),
('pet_chatter_spider4', '*hangs around*'),
('pet_chatter_spider5', '*looks at*'),
('pet_chatter_turtle1', '*hides in my shell*'),
('pet_chatter_turtle2', '*pokes head out of shell*'),
('pet_chatter_turtle3', '*casually walks along*'),
('pet_chatter_turtle4', '*looks at you*'),
('pet_chatter_turtle5', 'o.O'),
('pet_cmd_beg', 'beg'),
('pet_cmd_dead', 'dead'),
('pet_cmd_free', 'free'),
('pet_cmd_here', 'here'),
('pet_cmd_jump', 'jump'),
('pet_cmd_lay', 'lay'),
('pet_cmd_sit', 'sit'),
('pet_cmd_sleep', 'sleep'),
('pet_cmd_stay', 'stay'),
('pet_cmd_stfu', 'shutup'),
('pet_cmd_talk', 'talk'),
('pet_response_confused1', '*confused*'),
('pet_response_confused2', 'What?'),
('pet_response_confused3', 'Huh?'),
('pet_response_confused4', 'Meh..'),
('pet_response_confused5', 'Hmm..?'),
('pet_response_confused6', '?'),
('pet_response_confused7', ':s'),
('pet_response_refusal1', '*ignores you*'),
('pet_response_refusal2', '*refuses*'),
('pet_response_refusal3', 'No, you do it!'),
('pet_response_refusal4', 'Who do you think I am??'),
('pet_response_refusal5', 'I''m not your slave!'),
('pet_response_silent', '*shuts up*'),
('pet_response_sleep', 'ZzzZZZzzzzZzz'),
('pet_response_sleeping1', 'ZzZzzzzz'),
('pet_response_sleeping2', 'Tired... *sleeps*'),
('pet_response_sleeping3', '*sleeping*'),
('pet_response_sleeping4', 'ZzZzzZ'),
('pet_response_sleeping5', 'Zzzz Zzzz Zzzz'),
('trade_error_roomdisabled', 'Trading has been disabled in this room, sorry!'),
('trade_error_targetdisabled', 'That user has disabled trading.'),
('wired_error_permissions', 'Saving item failed, you do not have permission to play with this item');

-- --------------------------------------------------------

--
-- Struttura della tabella `users`
--

CREATE TABLE IF NOT EXISTS `users` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`real_name` varchar(100) NOT NULL DEFAULT '',
`password` varchar(50) NOT NULL,
`mail` varchar(50) NOT NULL DEFAULT 'defaultuser@meth0d.org',
`auth_ticket` text NOT NULL,
`rank` int(11) unsigned NOT NULL DEFAULT '1',
`credits` int(11) NOT NULL DEFAULT '50000',
`vip_points` int(11) NOT NULL DEFAULT '0',
`activity_points` int(11) NOT NULL DEFAULT '0',
`activity_points_lastupdate` double NOT NULL DEFAULT '0',
`look` varchar(255) NOT NULL DEFAULT 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`motto` varchar(50) NOT NULL,
`role` varchar(50) NOT NULL DEFAULT 'Nessuno',
`expiry` varchar(50) NOT NULL DEFAULT 'Indefinita',
`account_created` varchar(50) NOT NULL,
`last_online` varchar(50) NOT NULL,
`online` enum('0','1') NOT NULL DEFAULT '0',
`ipaddress_last` varchar(100) DEFAULT NULL,
`ip_last` varchar(120) NOT NULL,
`ip_reg` varchar(120) NOT NULL,
`home_room` int(10) unsigned NOT NULL DEFAULT '0',
`respect` int(11) NOT NULL DEFAULT '0',
`daily_respect_points` int(11) NOT NULL DEFAULT '3',
`daily_pet_respect_points` int(11) NOT NULL DEFAULT '3',
`newbie_status` int(11) NOT NULL DEFAULT '0',
`is_muted` enum('0','1') NOT NULL DEFAULT '0',
`mutant_penalty` enum('0','1','2') NOT NULL DEFAULT '0',
`mutant_penalty_expire` int(11) NOT NULL DEFAULT '0',
`block_newfriends` enum('0','1') NOT NULL DEFAULT '0',
`hide_online` enum('0','1') NOT NULL DEFAULT '0',
`hide_inroom` enum('0','1') NOT NULL DEFAULT '0',
`mail_verified` varchar(6) NOT NULL DEFAULT '0',
`vip` enum('0','1') NOT NULL DEFAULT '0',
`volume` int(3) NOT NULL DEFAULT '100',
`accept_trading` enum('0','1') NOT NULL DEFAULT '1',
`online1` text,
`badge_status` int(10) DEFAULT NULL,
`hbirth` varchar(100) DEFAULT NULL,
`lastvisit` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=171 ;

--
-- Dump dei dati per la tabella `users`
--

INSERT INTO `users` (`id`, `username`, `real_name`, `password`, `mail`, `auth_ticket`, `rank`, `credits`, `vip_points`, `activity_points`, `activity_points_lastupdate`, `look`, `gender`, `motto`, `role`, `expiry`, `account_created`, `last_online`, `online`, `ipaddress_last`, `ip_last`, `ip_reg`, `home_room`, `respect`, `daily_respect_points`, `daily_pet_respect_points`, `newbie_status`, `is_muted`, `mutant_penalty`, `mutant_penalty_expire`, `block_newfriends`, `hide_online`, `hide_inroom`, `mail_verified`, `vip`, `volume`, `accept_trading`, `online1`, `badge_status`, `hbirth`, `lastvisit`) VALUES
(72, 'xRiberyRS', '', '337845a7a91a14a571a674b6482bbc370d269cb9', 'edwolf_1992@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391253969', '1391253969', '0', '151.76.63.210', '151.76.63.210', '151.76.63.210', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391255461', NULL, '05-10-1996', NULL),
(8, 'James', '', 'a2c0112abc5ebecb7d59067670e05f9af7addf4c', 'fail@gmail.com', '67421102936701169071410908575', 1, 20000, 0, 0, 1391107902, 'lg-275-106.hd-185-2.sh-295-92.hr-3163-42.ch-3185-96', 'M', 'Founder Hub Hotel :emoji_slight_smile:', 'Founder', 'Indefinita', '1390744537', '1391109145', '0', '25.88.255.61', '25.88.255.61', '25.88.255.61', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '1', 100, '1', '1391108657', NULL, '06-10-1997', '30-01-2014 19:24:19'),
(6, 'Chesterfield', '', 'e60bf47949cd4372bf108a61028e502e4f97ab2a', 'hubhotel@libero.it', '', 7, 1301653, 501, 4450, 1391200798, 'sh-3016-62.hr-831-53.ca-3217-92-92.ch-3222-110.hd-209-3.lg-3202-92-62', 'M', 'You Want To Smoke Me ? - Founder Hub |', 'Founder Principale', 'Mai', '1390666532', '1391453613', '0', '206.17.220.16', '206.17.220.16', '127.0.0.1', 57, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '1', 100, '1', '1391453992', NULL, '13-04-1999', '03-02-2014 19:59:52'),
(54, 'sonoio', '', 'e7977f8fd3c503d9e46b3225eb0d519dca22e6f7', ':emoji_relieved:@live.it', '', 5, 65112, 7, 1650, 1391201586, 'ea-3169-64.sh-295-90.ch-875-64.hr-3163-36.fa-1204-62.ha-3086-64-64.hd-3095-4.lg-270-64', 'M', 'ª MOD Ufficciale Hub ª', 'Moderatore ', 'Indefinita', '1391123121', '1391451561', '0', '2.38.165.125', '2.38.165.125', '25.218.237.186', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391451009', 0, '02-01-2000', '03-02-2014 18:48:15'),
(9, 'Checco', '', 'b326c27ba89ddae30cdc079d0f222f0ec547d79c', 'ocinesin96@gmail.com', '', 7, 719673, 6, 1714186, 1391200798, 'hr-828-36.fa-3271-62.ch-806-62.hd-180-3.lg-275-62', 'M', ':emoji_smiley:', 'Founder', 'Indefinita', '1391002703', '1391298818', '0', '62.98.105.133', '62.98.105.133', '25.219.25.141', 12, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391384354', 1, '06-01-1998', '03-02-2014 00:38:52'),
(10, 'Igneel', '', '9879865aa7e3f30880dde00d484d0d53b3562e73', 'giusyroccaforte9494@hotmail.it', '5759932074865177848710669551', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391006549', '1391006549', '0', '25.0.77.137', '25.0.77.137', '25.0.77.137', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391009728', NULL, '06-02-1996', '29-01-2014 16:35:19'),
(11, 'roccolol', '', '2bf687ef88d543296e94af740d5fc1aae534be03', 'calciatoresalvo@hotmail.it', '219053354919856554733469272', 1, 20725, 1, 2175, 1391093427, 'ch-230-102.hd-180-2.lg-275-96.sh-305-64.hr-828-39', 'M', 'Aspirante Spammer Maneger!!!!', 'Nessuno', 'Indefinita', '1391006824', '1391093902', '0', '25.113.204.153', '25.113.204.153', '25.113.204.153', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391093484', NULL, '11-07-1996', '30-01-2014 15:48:08'),
(12, 'xH4RD', '', '964301c024ec4a28513ca2a56c265518a6353a3f', 'leleapieper@hotmail.it', '53446591010934020684987480887', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391006942', '1391006942', '0', '25.155.245.141', '25.155.245.141', '25.155.245.141', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391028473', NULL, '05-07-1999', '29-01-2014 21:31:18'),
(13, 'ItalianoReturnSR', '', 'e0bf10f12ea0976ff01e6ea82bc52da3b321e933', ':emoji_relieved:cfcgv@live.it', '951398243989203752851863159', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', '', 'Nessuno', 'Indefinita', '1391006995', '1391006995', '0', '25.105.5.153', '25.105.5.153', '25.105.5.153', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391009132', NULL, '05-06-1997', '29-01-2014 16:25:29'),
(14, 'Thors', '', '043e7d1ddd62b9b71e570917b5921d5a344ddaed', 'alessio9000@hotmail.com', '68420336710600469391021024411', 1, 20750, 1, 2382, 1391108503, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Buongiorno,la patata al forno', 'Nessuno', 'Indefinita', '1391007485', '1391108946', '0', '25.185.187.230', '25.185.187.230', '25.185.187.230', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391108362', NULL, '30-07-1998', '02-02-2014 14:16:04'),
(73, 'Pavy988', '', '3ff0597bb901c9acb94bc65d4235532fb98dbef2', 'pavy988@live.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391254727', '1391255210', '0', '25.128.116.233', '25.128.116.233', '25.128.116.233', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391255017', NULL, '28-06-1998', NULL),
(16, 'xFixxatore', '', '05f86a0b755c5fba64d4d2d521cd34d0540f7fc9', ':emoji_relieved::emoji_relieved:11@live.it', '7926103520043399641306882607', 1, 20074, 1, 2015, 1391009357, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391008813', '1391009672', '0', '25.188.152.145', '25.188.152.145', '25.188.152.145', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391009675', NULL, '10-05-1920', NULL),
(17, 'smilex', 'Stefano', 'cdf0ab7baf935ec1aaf967de752b72a191526228', 'paiaregtto@gmail.com', '', 1, 11026, 1, 100, 1391112319, 'he-1601-110.hr-828-31.fa-3147-94.ch-255-1320.hd-180-2.lg-3057-81', 'M', ' Riggy, Diggy. ', 'Nessuno', 'DuemilaeCredici', '1391008925', '1391282119', '0', '87.16.237.78', '87.16.237.78', '25.75.236.136', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391273874', 1, '05-03-1998', '01-02-2014 15:03:16'),
(24, 'Apache', '', 'fd709c200f6803e9a73fc2c11446d066a2c158b1', 'norvegia.italia89@gmail.com', '', 7, 49485, 1, 5153, 1391201061, 'cc-3269-73-73.sh-295-90.hd-180-2.hr-828-42.fa-3271-62.ch-215-102.ha-1012-79.lg-275-82', 'M', 'Founder e Tecnico Hub!', 'Founder e Tecnico', 'Mai', '1391023919', '1391453624', '0', '93.33.15.168', '93.33.15.168', '25.93.169.119', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '1', 100, '1', '1391453949', 1, '08-01-1992', '03-02-2014 19:20:19'),
(19, 'ItalianoREVO', '', 'e0bf10f12ea0976ff01e6ea82bc52da3b321e933', 'suka@live.it', '7661056344161091901071064511293', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391009661', '1391105422', '0', '25.105.5.153', '25.105.5.153', '25.105.5.153', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391105363', NULL, '07-06-1996', '30-01-2014 18:44:10'),
(20, 'FrancyRetro', '', '97609220e2218cd6931e453bbe6c6c5dadd9cacf', 'franco1782003@hotmail.it', '', 1, 20497, 1, 2250, 1391106114, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391015340', '1391181457', '0', '25.92.226.4', '25.92.226.4', '25.92.226.4', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391181514', NULL, '13-11-1997', '31-01-2014 16:14:15'),
(22, 'Pandiina', '', 'af4fddeaa476a0549e2afe5d5d0d7908b3e0b559', 'j@live.it', '4691561799826375636697210371', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391017766', '1391017766', '0', '25.199.99.162', '25.199.99.162', '25.199.99.162', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391018067', NULL, '04-05-1998', NULL),
(25, 'mojang', '', '5fb5a8171875e7daf30df76710baf0ec92bc5355', 'giammai@live.it', '41444152010788122366219911097', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391024118', '1391024118', '0', '25.202.114.58', '25.202.114.58', '25.202.114.58', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391024237', NULL, '14-09-1998', NULL),
(27, 'nonno-nanni', '', '8c403da500574fd015bcd2aec0baa2a829487204', 'PICCOLASHARON@HOTMAIL.IT', '', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391027013', '1391027013', '0', '25.101.22.221', '25.101.22.221', '25.101.22.221', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391027057', NULL, '14-11-1998', NULL),
(55, 'Teorie', '', 'c0e424c664f49b53d6d3c3b0ce9a8f70043ff144', 'gully.mastra@alice.it', '', 1, 97061, 5, 101687, 1391201421, 'ch-3185-92.hd-180-2.lg-285-64.hr-3163-42.wa-2001-62', 'M', 'checco mi ha mutato', 'Moderatore', 'Indefinita', '1391179283', '1391297005', '0', '2.35.237.171', '2.35.237.171', '25.101.86.159', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391296844', NULL, '07-08-1997', '01-02-2014 23:03:34'),
(28, 'monster-energy', '', '8c403da500574fd015bcd2aec0baa2a829487204', 'PICCOLASHARON@HOTMAIL.IT', '7212680758813407833710932476', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391027057', '1391027057', '0', '25.101.22.221', '25.101.22.221', '25.101.22.221', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391027429', NULL, '13-12-1998', NULL),
(29, 'xXDiablo39Xx', '', 'ec4de87451320d2f67bd650d590a03bc7e94cc51', 'lele.ferrara@hotmail.it', '', 1, 67296, 1, 2527, 1391109352, 'ch-3015-104.hd-195-3.lg-3088-62-110.hr-3163-59.sh-3016-100', 'M', 'Enjoy...', 'Nessuno', 'Indefinita', '1391027648', '1391441392', '0', '79.13.35.142', '79.13.35.142', '25.109.111.173', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391441313', NULL, '04-12-1994', '03-02-2014 16:27:49'),
(30, 'Karim', '', 'a0d58bd87d15a98a9690f2fe8ddb1fe5e78b9409', 'Karim123456789@live.it', '', 1, 20000, 1, 2127, 0, 'sh-295-62.ch-255-92.hr-831-61.ca-1815-64.ha-1012-64.hd-180-1.lg-281-62', 'M', 'Hub Revolution', 'Nessuno', 'Indefinita', '1391028014', '1391453090', '0', '151.44.42.210', '151.44.42.210', '25.144.50.216', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391452897', NULL, '05-08-1973', '03-02-2014 19:10:18'),
(76, 'Bajkal', '', '00cfb841b8d15325ec5fa26f33abb9ac4990f62e', 'bajkalretro@gmail.com', '', 1, 20000, 0, 75, 0, 'hr-831-39.sh-3016-110.ch-3111-107-93.hd-180-1.lg-3088-62-110', 'M', 'Per Amore Un Re Diventa Schiavo.', 'Nessuno', 'Indefinita', '1391258663', '1391275092', '0', '93.46.28.38', '93.46.28.38', '93.46.28.38', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391275020', NULL, '14-08-1999', '01-02-2014 18:16:41'),
(46, 'DomiRivoluzione', '', '6c74471d60e71e85319e430250f24bcd7b2c3237', 'domenico89@live.it', '36424255410631083540738944264', 1, 20100, 1, 2050, 1391106954, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391106288', '1391106977', '0', '25.118.183.123', '25.118.183.123', '25.118.183.123', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391106869', NULL, '03-07-1997', NULL),
(31, ',,DiamanteStefanozR.', '', 'cdf0ab7baf935ec1aaf967de752b72a191526228', 'painaretto@gmail.com', '450100106103462578332839869085', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391028971', '1391028971', '0', '25.75.236.136', '25.75.236.136', '25.75.236.136', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391029206', NULL, '04-02-1998', NULL),
(32, 'Yazert', '', '3faf495ba1b2e069b926f00d90595866d99294cd', 'ale_-_ale@live.it', '5778157552688631810496294070', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391029020', '1391029020', '0', '25.112.133.162', '25.112.133.162', '25.112.133.162', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391029206', NULL, '05-12-1997', NULL),
(33, 'Eliom', '', '0129fe274662b29abea21748d522cc67daa4fc59', 'vanna-64@live.it', '531310713530675110590923010069', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391029219', '1391029219', '0', '25.219.147.245', '25.219.147.245', '25.219.147.245', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391029350', NULL, '19-09-1997', NULL),
(34, 'Admin-Drago96,', '', '1ec44de6bb416e5dda25ca57ec5f314c24d86298', 'Admin-Drago96@hotmail.it', '85437825771626271051649106372', 1, 20000, 1, 2000, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391091050', '1391091050', '0', '25.121.44.190', '25.121.44.190', '25.121.44.190', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391091629', NULL, '04-05-1996', NULL),
(35, 'Armageddon', '', '4a78b2aabd5144d613860b86a728b7fbca48e59d', 'flavioavallone3@gmail.com', '', 1, 22300, 1, 2402, 1391111447, 'hr-3162-39.cc-3007-110-105.hd-180-2.ca-3219-110.ch-3077-110-92.lg-3058-62', 'M', 'aspirante ADMIN game manager', 'Nessuno', 'Indefinita', '1391091844', '1391193569', '0', '25.179.83.44', '25.179.83.44', '25.179.83.44', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391193596', NULL, '09-03-1996', '31-01-2014 19:32:12'),
(36, 'xXxMonsterxXx', '', '71af382e0a9cade12671315264d6f644ec225bac', 'fighidelweb@gmail.com', '', 1, 25691, 2, 2176, 1391108842, 'ch-3015-102.hr-3163-59.sh-906-90.hd-180-2.lg-3023-81', 'M', 'Aspirante MODeratore! At You Service!', 'Nessuno', 'Indefinita', '1391092616', '1391429578', '0', '188.218.103.197', '188.218.103.197', '25.181.61.240', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391428918', NULL, '14-12-1996', '03-02-2014 13:00:52'),
(37, 'MOURiiNHO', '', '909b60f533e658387196d0eb67ee58e09809e393', 'MOU@LIVE.IT', '', 1, 49151, 1, 2817, 1391115853, 'he-3071-100.ha-1026-62.hr-3194-60-31.ch-255-93.hd-208-2.lg-281-100', 'M', 'LèGèND 0F LèÃ*Gùè @Poker Manager@', 'Poker manager', 'Indefinita', '1391093999', '1391181850', '0', '25.93.33.232', '25.93.33.232', '25.93.33.232', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391181867', NULL, '11-10-1954', '31-01-2014 14:38:38'),
(38, 'XxDomiOwnaXx', '', 'b94bb1bd1ecd5bc2b29ec1777a2f870d2ba01180', '123456789@live.it', '874450992672271834619135798', 1, 20100, 1, 2050, 1391095223, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391094808', '1391095649', '0', '25.118.183.123', '25.118.183.123', '25.118.183.123', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391096726', NULL, '07-08-1996', NULL),
(121, 'Naielo', '', '4accb03de26909bdfd257ceccbb0894d6e8f9fb8', 'taxiomago@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391348388', '1391348388', '0', '151.75.250.216', '151.75.250.216', '151.75.250.216', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391349068', NULL, '14-10-1996', NULL),
(79, 'Dock', '', '1ea4875894ce2c7903e2ac81574aecb19ac8e182', 'sebastdp@libero.it', '', 1, 20000, 0, 25, 0, 'ch-215-92.hr-889-42.sh-3016-90.hd-180-2.lg-3023-64', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391262771', '1391263311', '0', '93.148.184.31', '93.148.184.31', '93.148.184.31', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391262994', NULL, '04-02-1996', NULL),
(78, 'Macro', '', 'b30457a571039b10590dc78b3d88380f6639161f', 'Porta10@live.it', '', 1, 20000, 0, 25, 0, 'sh-290-110.hd-185-1.lg-275-96.ch-3185-110.hr-829-61', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391262052', '1391262730', '0', '151.19.89.240', '151.19.89.240', '151.46.22.183', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391271913', NULL, '26-01-1998', '01-02-2014 17:24:57'),
(41, 'Francesco', '', '4298ed6c4f448f1fe6e6fc8b6d7153f4f2ad613f', 'anonimofrancesco@gmail.com', '593109910281666042171098537340', 1, 2265197, 1, 4257, 1391111477, 'ca-3217-62-62.ch-3185-93.hd-185-3.lg-275-104.hr-831-1355', 'M', ' |Hub Staff|', 'Event Menager/ Cord.Helper', 'Indefinita', '1391098528', '1391291410', '0', '93.150.137.105', '93.150.137.105', '25.86.190.235', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '1', 100, '1', '1391370512', 1, '07-09-1996', '02-02-2014 20:44:43'),
(74, 'MySQL', '', '7ebf672cbe61994a9dcf3f842a42d99a6af8182b', 'gsy@dhgy.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391256646', '1391256646', '0', '87.20.76.24', '87.20.76.24', '87.20.76.24', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391256738', NULL, '12-04-1995', NULL),
(75, 'Maicol', '', 'ccd7968ea51e2582b2eed9b9892895bfae29715a', 'pinimaicol@yahoo.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391256711', '1391256884', '0', '93.70.123.6', '93.70.123.6', '93.70.123.6', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391256802', NULL, '10-10-1997', NULL),
(43, 'Ventola', '', '3f50e94fc8f64ecf985ca11400e786a958f0f340', 'piggilanzo@gmail.com', '', 1, 75290, 1, 3066, 1391114456, 'sh-3206-90.hr-3162-1351.ca-3217-1336-104.ch-3208-65-1332.hd-180-10.lg-3202-110-62', 'M', 'hubhotel.forumcommunity.net', 'Nessuno', 'Indefinita', '1391103724', '1391194145', '0', '25.195.189.250', '25.195.189.250', '25.195.189.250', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391194114', NULL, '12-12-1997', '31-01-2014 19:45:01'),
(44, 'Powerade', '', '64fca22ffd734144f1d444d9daa6e5d42f0fb28d', 'sasy2001@libero.it', '', 6, 43712, 2, 3634, 1391200719, 'ch-3050-105-62.hd-180-28.lg-275-92.hr-831-61.sh-295-1325', 'M', 'Competition Manager at your service!', 'Competition Manager', 'Indefinita', '1391104110', '1391453447', '0', '79.43.7.220', '79.43.7.220', '25.176.19.249', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453304', NULL, '17-11-1990', '03-02-2014 19:13:49'),
(45, 'ZipOwna', '', '97609220e2218cd6931e453bbe6c6c5dadd9cacf', 'f@hdfasa.it', '82121028108331669657278763517', 1, 20100, 1, 2050, 1391106289, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391106255', '1391106588', '0', '25.92.226.4', '25.92.226.4', '25.92.226.4', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391106594', NULL, '13-05-1997', NULL),
(47, 'Evans7', '', 'b94bb1bd1ecd5bc2b29ec1777a2f870d2ba01180', 'cristian89@live.it', '076920101042161023808280914907', 1, 19400, 1, 2077, 1391112800, 'sh-905-92.ch-3215-92.he-3155-62.hd-208-2.hr-3163-60.lg-275-96', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391107067', '1391112828', '0', '25.118.183.123', '25.118.183.123', '25.118.183.123', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391112732', NULL, '06-08-1996', NULL),
(48, 'TrancioDiPizza', '', '3faf495ba1b2e069b926f00d90595866d99294cd', 'ale_-_ale@live.it', '0710190866151016031108220410510', 1, 20100, 1, 2050, 1391107587, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391107221', '1391108445', '0', '25.112.133.162', '25.112.133.162', '25.112.133.162', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391113257', NULL, '12-09-1997', '30-01-2014 21:20:55'),
(50, 'Raffaele', '', '271825c9729d2368f496b5c8b99cfcde90cda16b', 'raffy.sisman@hotmail.it', '', 1, 35300, 1, 2227, 1391113599, 'hr-3163-1344.ch-3185-93.hd-209-2.lg-3202-66-62', 'M', 'Spammer Manager', 'Nessuno', 'Indefinita', '1391110589', '1391188976', '0', '25.127.127.12', '25.127.127.12', '25.127.127.12', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391188501', NULL, '11-06-1995', '31-01-2014 18:13:02'),
(77, 'ElShaarawy', '', 'ad3c87f18f6a16c8bd4528f8aa407bcecee684d5', 'SonoBellissimoEAdoroilMilan@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391259694', '1391260011', '0', '188.217.140.61', '188.217.140.61', '188.217.140.61', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391259710', NULL, '01-05-1992', NULL),
(53, 'Dragonites', '', 'cf58a6e407df69393fbfc2803457daa660d706f6', 'Admin-Drfsago96@hotmail.it', '010381071058106364303645103106484', 1, 20200, 1, 2, 1391119005, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391117736', '1391119057', '0', '25.121.44.190', '25.121.44.190', '25.121.44.190', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391119080', NULL, '05-06-1996', NULL),
(52, 'Nagal', '', 'a63e2cec89b273bc06b87fa2761e10091c7b14da', 'edeede@libero.it', '', 1, 20100, 1, 102, 1391115823, 'ea-3107-62-62.ha-1013-94.hr-828-1344.ca-3175-93.ch-3050-110-110.hd-3103-4.lg-281-110', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391115056', '1391255569', '0', '25.75.142.139', '25.75.142.139', '25.75.142.139', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391255943', NULL, '10-09-1985', '01-02-2014 12:27:05'),
(56, 'Waco', '', '51a06bbf4776c5c660f6bb5f8058a797752e1fc0', 'soojcod@live.it', '', 1, 24100, 0, 25, 0, 'hd-185-3.lg-275-92.ch-215-100.hr-828-61', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391186735', '1391187387', '0', '25.208.183.59', '25.208.183.59', '25.208.183.59', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391187386', NULL, '01-04-1994', NULL),
(80, 'Apple', '', '4991eae0484d1be7dab5b085ddbdb89e68b25018', 'failacaccasi@pipi.it', '1695669502350622525110230413', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391264916', '1391264916', '0', '93.37.132.236', '93.37.132.236', '93.37.114.251', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391265077', NULL, '06-07-1996', NULL),
(58, 'Ravenclaw', '', '9b4f75552c4180f165a6ca2a04947db269654051', 'w@live.it', '', 1, 36238, 100, 227, 1391200798, 'sh-290-100.ch-3030-92.hd-185-10.lg-275-110.hr-3163-42', 'M', 'Hub ARBitro ±', 'Arbitro', 'Indefinita', '1391189885', '1391452534', '0', '79.46.190.93', '79.46.190.93', '25.187.33.250', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391452394', NULL, '05-02-1998', '03-02-2014 19:32:43'),
(57, 'Locci007', '', '60a71beac5451f957462b8f8c4efaa7c9c548ad7', 'giolocthebest@hotmail.it', '', 1, 41000, 0, 0, 0, 'sh-906-100.hr-3163-42.wa-2006-62.ch-255-108.hd-180-4.lg-3023-110', 'M', 'Aspirante MODeratore.', 'Nessuno', 'Indefinita', '1391188422', '1391191705', '0', '25.113.58.4', '25.113.58.4', '25.113.58.4', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391191469', NULL, '21-03-1982', NULL),
(59, 'Lexe', '', '1e4fbcb04aa3e0600caa1d3b21eaea5877fc4ccf', 'nicos@libero.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391192425', '1391192932', '0', '25.75.142.139', '25.75.142.139', '25.75.142.139', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391192914', NULL, '15-09-1995', NULL),
(61, 'Trevor', '', '4a78b2aabd5144d613860b86a728b7fbca48e59d', 'ciao@gmail.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391193745', '1391194117', '0', '25.179.83.44', '25.179.83.44', '25.179.83.44', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391194148', NULL, '08-04-1906', NULL),
(62, 'Ficoman', '', '181ccccf47b0f91e62730a24d194928924e5db83', 'gdfg@hotmail.it', '', 1, 20000, 0, 527, 0, 'cc-3007-90-91.ea-1402-62.hr-3163-45.ca-3187-96.ch-215-77.hd-208-2.lg-3057-110', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391206237', '1391208781', '0', '79.37.47.191', '79.37.47.191', '79.37.47.191', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391208703', NULL, '04-10-1996', NULL),
(63, 'IMowno', '', '503749d9e9d2bb9208f7ec10a4861bec7154f80c', 'dnkjnf@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391206928', '1391207351', '0', '151.53.128.85', '151.53.128.85', '151.53.128.85', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391207104', NULL, '04-11-1996', NULL),
(64, 'BlueShark', '', 'c6b94523e22380f0b54dfc3bd904cfe75d304d91', ':emoji_relieved:@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391207483', '1391208534', '0', '79.47.18.117', '79.47.18.117', '79.47.18.117', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391208504', NULL, '18-07-2000', NULL),
(65, 'Owno:emoji_smiley:', '', '39131d541b220718bb479c0b31757e5c853d856f', 'dsd239@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391207899', '1391208342', '0', '79.52.140.213', '79.52.140.213', '79.52.140.213', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391207915', NULL, '01-03-1990', NULL),
(66, 'NomeCheNonSo', '', '9666c7a6442e076706a48cb80931f7c33a1229d6', 'danicard2011@hotmail.it', '', 1, 19900, 0, 2, 0, 'cc-3075-64.ha-3240-64-62.sh-305-63.hr-828-42.ch-215-63.hd-180-2.lg-281-64', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391208201', '1391263936', '0', '151.77.83.104', '151.77.83.104', '151.77.83.104', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391268891', NULL, '20-02-1991', '01-02-2014 16:34:35'),
(67, 'fanta', '', '5fb5a8171875e7daf30df76710baf0ec92bc5355', 'fgrbhtn@live.it', '', 1, 19500, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391208277', '1391209483', '0', '151.64.60.228', '151.64.60.228', '151.64.60.228', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391208936', NULL, '14-11-1997', NULL),
(68, 'iPod', '', 'b8b3fdd69ed1131cef69fe7049e3451665892377', 'sdadfa@live.it', '', 1, 19500, 0, 25, 0, 'ch-215-92.hr-828-42.sh-290-90.hd-180-1.lg-285-81', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391211270', '1391214273', '0', '94.37.14.179', '94.37.14.179', '94.37.14.179', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391216179', NULL, '08-07-2001', NULL),
(69, 'Owned', '', '66639565a4ac81f00c86f2026f3193a64536efe9', 'casp_one96@fastwebnet.it', '949897108205101001759281010466610', 1, 19500, 50, 60, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Just Owned', 'Nessuno', 'Indefinita', '1391213935', '1391215975', '0', '93.50.164.31', '93.50.164.31', '93.50.164.31', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391363877', NULL, '07-05-1994', '02-02-2014 18:52:41'),
(70, 'ART', '', '9a7a9f345deeade65436c25b55cf37367caf23b1', 'arturom25@hotmail.com', '', 1, 19990, 0, 0, 0, 'hr-835-42.sh-730-90.ch-685-92.hd-600-2.lg-700-81', 'F', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391214478', '1391214769', '0', '186.92.71.244', '186.92.71.244', '186.92.71.244', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391214617', NULL, '04-03-1997', NULL),
(71, 'Larux', '', 'a219036e6b84be0e9b2a254927ca382d716ccc32', 'lol@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391216595', '1391277242', '0', '79.21.149.101', '79.21.149.101', '79.45.119.39', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391277113', NULL, '07-11-1997', '01-02-2014 18:51:07'),
(81, 'dade10', '', '7e95763242b8844bf1ac99959c7b2b4e3e738ccf', 'ciao@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391265109', '1391265174', '0', '79.30.29.132', '79.30.29.132', '79.30.29.132', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391265131', NULL, '01-01-1980', NULL),
(82, 'OwnoDiBrutto', '', '3b0306e67f0509f5f782656cf68f1e0946fa3f86', 'jndg@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391265774', '1391266702', '0', '151.53.152.186', '151.53.152.186', '151.53.152.186', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391266414', NULL, '02-05-1986', NULL),
(83, 'Therabyte', '', '9fb7ce1f4e58110f0fac3f4b4c6d1331c4bae520', 'alexclv@libero.it', '', 1, 29244, 1, 1202, 0, 'hd-208-13.lg-275-96.sh-295-91.he-1604-62.ha-1012-96.hr-828-61.ch-3050-96-110', 'M', 'Al tuo completo servizio :emoji_smiley:!!!', 'Admin', 'Indefinita', '1391267195', '1391350695', '0', '151.16.183.57', '151.16.183.57', '93.33.3.28', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391350596', NULL, '19-04-1999', '02-02-2014 12:52:09'),
(84, '-Moon', '', '93bf45991d65348ee163b5fe391c3cced7d90571', 'mery99188@hotmail.it', '', 1, 20000, 0, 0, 0, 'hr-835-42.sh-730-90.ch-685-92.hd-600-2.lg-700-81', 'F', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391276921', '1391277409', '0', '87.19.144.188', '87.19.144.188', '87.19.144.188', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391277091', NULL, '03-06-1993', NULL),
(85, 'xItalianoRivoluzione', '', '0e37d670f993e31ce7f5f4c164294f5db88798a7', 'asccdfcssc@live.it', '', 1, 19486, 0, 125, 0, 'ch-3203-92.he-3181-108.hd-185-2.lg-275-110.hr-3163-39.sh-295-64.ha-1026-62.cp-3205-62', 'M', 'LAl', 'Nessuno', 'Indefinita', '1391277211', '1391347506', '0', '93.147.86.15', '93.147.86.15', '93.147.73.238', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391347204', NULL, '07-11-1998', '02-02-2014 12:30:36'),
(86, 'Sparks', '', '4fdfe1899bf6994458412a27759d1028bdacb64c', 'boiacagnastyle@live.com', '', 1, 20000, 0, 77, 0, 'cc-3008-64-64.sh-3016-73.hr-3012-52.ca-3219-62.ch-630-73.hd-3096-1.lg-3057-81', 'F', 'Mi piacciono i thermos', 'Nessuno', 'Indefinita', '1391278223', '1391451128', '0', '79.35.145.128', '79.35.145.128', '79.2.137.67', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391450630', NULL, '08-11-1999', '03-02-2014 18:27:46'),
(87, 'zD4Vi', '', '4578e75a11b6c86f83dc0bad73e96af3fa5ab9b4', 'fcwfdwe@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391278233', '1391278233', '0', '79.50.183.205', '79.50.183.205', '79.50.183.205', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391278299', NULL, '08-06-1949', NULL),
(88, 'IngleseOwna', '', 'cd7293e4c242ec4f6da3b293738afa42c0e83577', 'pellinopietro_@libero.it', '', 1, 20000, 0, 75, 0, 'ea-1402-62.hr-170-61.fa-3271-62.ch-3222-93.hd-3094-28.lg-275-92.cc-3269-110-92', 'M', 'The Night Of The News¥!', 'Nessuno', 'Indefinita', '1391278693', '1391279341', '0', '79.41.49.103', '79.41.49.103', '79.41.49.103', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391279044', NULL, '07-05-1907', NULL),
(89, 'Thomas', '', '21daebfc6023496320d811154b136a4c56c00a69', 'Leonardigi@gmail.com', '', 1, 18706, 0, 1177, 0, 'sh-3016-63.ha-1003-63.hr-828-61.ch-255-63.hd-180-2.lg-3116-63-62', 'M', 'Aspirante Coord. Architetto.', 'Nessuno', 'Indefinita', '1391278732', '1391443364', '0', '95.250.70.238', '95.250.70.238', '95.251.38.141', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391442848', NULL, '19-06-1990', '03-02-2014 16:33:29'),
(90, 'Sbenz!', '', 'a02ee5e81e636f512c8e4aa9f87234f4718f8681', 'tyt@live.it', '1010070192510210103751083121751010', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391278878', '1391278878', '0', '95.238.229.213', '95.238.229.213', '95.238.229.213', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391279450', NULL, '05-06-1969', NULL),
(91, 'Winder', '', '8d7256e4b9ae977e712d1cb7c966dcafc2508801', 'vincenzo-saggitario@live.it', '96135451032998589995210431008', 3, 17199, 1, 1242, 0, 'ha-1006-62.sh-3016-84.hr-893-36.ch-215-66.hd-209-1.lg-3202-69-62', 'M', 'Arbitro al tuo servizio.', 'Arbitro', 'Indefinita', '1391279223', '1391453624', '0', '79.43.172.55', '79.43.172.55', '79.46.161.123', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453932', NULL, '06-12-1999', '03-02-2014 19:01:49'),
(93, 'ReginaHub', '', '378431d562501e132b689ffe6c91ccdd7c244249', 'cmichela01@libero.it', '', 1, 19980, 0, 74, 0, 'hr-3012-1344.cc-3157-110.ch-685-92.hd-3100-2.lg-3057-81', 'F', 'hola amigos Æ’', 'Nessuno', 'Indefinita', '1391279283', '1391281864', '0', '37.100.19.217', '37.100.19.217', '37.100.19.217', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391281739', NULL, '13-11-1996', NULL),
(92, 'Folder', '', 'a7f53951b3d858e264bdef2e4537bae4ca6a0a4a', 'habbo00@outlook.it', '', 1, 19052, 0, 1077, 0, 'cc-3075-110.sh-3016-100.ha-3026-62.hr-831-61.ch-877-92.hd-185-2.lg-3058-92', 'M', 'Aspirante Arbitro !', 'Nessuno', 'Indefinita', '1391279264', '1391289704', '0', '79.46.161.123', '79.46.161.123', '79.46.161.123', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391289706', NULL, '03-03-1902', NULL),
(94, 'ThunderBolt', '', 'b0355d863b2786f600054402c65368b1e4a90b4d', 'a@hotmail.it', '44717264431101652101062648310010', 1, 15292, 1, 1157, 0, 'lg-3116-64-93.ch-803-64.ha-1003-64.hd-180-4.hr-893-37', 'M', ' I''m Moderator', 'Nessuno', 'Indefinita', '1391279424', '1391364557', '0', '46.182.91.101', '46.182.91.101', '46.182.91.107', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391451242', NULL, '05-12-1998', '03-02-2014 19:13:59'),
(97, 'MirkoHF', '', '141a63980080ba94d825b0de8e2c8eaf08403109', 'adfgfafgad@dgda.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391282178', '1391291520', '0', '93.41.8.22', '93.41.8.22', '93.41.8.22', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391292126', NULL, '06-04-1997', '01-02-2014 22:42:47'),
(95, 'BradParbs', '', '409e384a155769a51c40caeff504dab3469cfaa9', 'mmaurobot@live.it', '', 6, 10004064, 1, 100001390, 0, 'ch-215-92.hr-828-51.sh-295-90.hd-209-1.lg-275-81', 'M', 'Hello! Campaign Manager!', 'Nessuno', 'Indefinita', '1391279480', '1391453623', '0', '87.16.169.162', '87.16.169.162', '87.16.160.62', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453454', NULL, '14-08-1997', '03-02-2014 18:46:51'),
(96, 'Ares', '', '655607669a2bec0cd9dee50d57438d07a083d79e', 'ivangilardi@live.it', '109891059715989101010261075406909', 4, 18951, 5, 1207, 0, 'hr-831-61.sh-295-110.ch-3050-110-110.hd-180-10.lg-281-100', 'M', '(MOD)eratore al tuo servizio!', 'Nessuno', 'Indefinita', '1391280328', '1391453614', '0', '151.75.162.126', '151.75.162.126', '151.75.217.84', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391454073', NULL, '04-04-1994', '03-02-2014 18:34:04'),
(149, 'xBaddesOwna', '', '05f86a0b755c5fba64d4d2d521cd34d0540f7fc9', 'has11@live.it', '104268588683241074790105314132', 1, 20000, 0, 75, 0, 'ea-1401-106.sh-3016-102.hr-3194-31-31.ch-3001-110-106.hd-185-2.lg-281-110', 'M', '', 'Nessuno', 'Indefinita', '1391359724', '1391364557', '0', '151.54.108.14', '151.54.108.14', '151.54.108.14', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391369795', NULL, '08-06-1946', NULL),
(98, 'KrastyS', '', 'e7977f8fd3c503d9e46b3225eb0d519dca22e6f7', 'andrew992011@hotmail.it', '', 1, 20000, 0, 25, 0, 'sh-295-62.hd-180-2.lg-275-64.ch-215-92.hr-828-58', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391283940', '1391285883', '0', '151.45.63.63', '151.45.63.63', '151.45.63.63', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391285330', NULL, '04-07-1997', NULL),
(102, 'Looader', '', 'e7cdf0e7b4e6176999cb7a3e6aa7a38cfec45197', 'pierodibari69@libero.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391289912', '1391290367', '0', '151.50.249.198', '151.50.249.198', '151.50.249.198', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391289964', NULL, '06-05-1996', NULL),
(99, 'Yelax', '', '05f86a0b755c5fba64d4d2d521cd34d0540f7fc9', 'fds@dsa.ss', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391285441', '1391285564', '0', '188.217.253.231', '188.217.253.231', '188.217.253.231', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391285508', NULL, '07-06-1996', NULL),
(100, 'xMirkoRivoluzione', '', '9ab2029f35c3df073c591daf5d25d84debabb08b', 'soccer@live.it', '', 1, 20000, 0, 76, 0, 'ch-3215-106.hr-3194-1344-31.hd-180-4.lg-281-106', 'M', '#Rivoluzione xMirkoR#', 'Nessuno', 'Indefinita', '1391286404', '1391291834', '0', '93.144.141.136', '93.144.141.136', '93.144.141.136', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391291341', NULL, '14-07-1999', NULL),
(101, 'zRonaldoOwna', '', 'cc59bbea293a6b88af9283d9f8784b5417515957', 'ronaldoownathelegends@yahoo.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391286767', '1391287014', '0', '151.64.247.229', '151.64.247.229', '151.64.247.229', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391286782', NULL, '04-02-1996', NULL),
(105, 'xRiiBE', '', '058326a9c332065c41c1fb21e4c2e827be61ce49', 'adam.milan@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391294749', '1391295967', '0', '93.44.82.247', '93.44.82.247', '93.44.82.247', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391295404', NULL, '05-04-1998', NULL),
(103, 'Iosonoio', '', '66ca6cb4a478ce7d55bb1581092c9ed69663b5ba', 'aleiannone. @Hotmail.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391292406', '1391344213', '0', '188.14.195.126', '188.14.195.126', '188.14.195.126', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391344219', NULL, '02-02-1996', '02-02-2014 13:25:01'),
(104, 'Alexandre', '', 'd7975bc8af452bcd6fe5cc59e6c04d48ce667a92', 'andreapako0@gmail.com', '', 1, 19980, 5, 27, 0, 'cc-3007-102-110.ea-1401-62.sh-3035-92.hr-831-40.wa-2011-62.fa-1201-62.ca-3175-93.ch-3203-92.hd-180-2.lg-3023-102', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391292497', '1391363702', '0', '95.239.56.228', '95.239.56.228', '95.239.56.228', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391363603', NULL, '14-02-1998', '02-02-2014 20:37:39'),
(106, 'Pit', '', '1f86af6c4e5276030d8f0b77b09246fb76195281', 'pit@gmail.com', '', 1, 20000, 0, 0, 0, 'he-3071-110.hr-3163-52.ca-1811-62.ch-808-63.hd-195-28.lg-3058-1323', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391296327', '1391298818', '0', '78.134.122.178', '78.134.122.178', '78.134.122.178', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391300055', NULL, '22-02-1996', NULL),
(107, 'xGomeZ', '', '4a541490e79dc568cabe59ccbb63ad24fd010847', 'pochastromarek@hotmail.it', '91633891886028631080715762108', 1, 19500, 0, 2, 0, 'ch-3001-110-1321.he-3146-106.hr-678-59.ha-1012-110.hd-185-30.lg-3057-110', 'M', '', 'Nessuno', 'Indefinita', '1391297039', '1391363583', '0', '151.77.222.152', '151.77.222.152', '151.77.222.152', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391365043', NULL, '10-07-2000', '02-02-2014 19:12:19'),
(108, 'StreeT', '', '05f86a0b755c5fba64d4d2d521cd34d0540f7fc9', 'as@ed.as', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391298443', '1391298443', '0', '151.72.35.59', '151.72.35.59', '151.72.35.59', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391298937', NULL, '01-04-1992', '02-02-2014 00:54:45'),
(118, 'Fresh', '', 'd826cb3c103d0386cb91c4e23ab4577212177503', 'iosonowakal@libero.it', '10121394579679517072210723840', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391346777', '1391346777', '0', '93.43.45.142', '93.43.45.142', '93.43.45.142', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391346996', NULL, '04-10-1999', NULL),
(109, 'Ionennino', '', '3f3ea97a9ead702e1b9d2f44effd43478097dc26', 'inlmhl@hotmail.it', '7835923365626259968114953105', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391299026', '1391299026', '0', '151.46.197.50', '151.46.197.50', '151.46.197.50', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391299233', NULL, '17-06-1999', NULL),
(111, 'Afasire', '', 'd307ddb8cb2d4dca1127b54decf508647a3c6308', 'winnye789@hotmail.it', '', 1, 17480, 0, 25, 0, 'lg-700-82.hr-832-42.ch-660-76.sh-735-110.hd-600-10', 'F', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391342535', '1391343294', '0', '93.46.31.41', '93.46.31.41', '93.46.31.41', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391343028', NULL, '11-08-1997', NULL),
(110, 'Destino', '', '98317360de040b35398dbb04aaaaabc745e8e76b', 'rmanno@tiscali.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391341906', '1391342357', '0', '79.23.173.13', '79.23.173.13', '79.23.173.13', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391342706', NULL, '05-04-1998', NULL),
(112, 'xInterS', '', 'fc08e7e5119d688aa9c5a8d7345445b529e4f40a', ':emoji_relieved::emoji_relieved:34@hotmail.com', '21059495365722711974175210643', 5, 18928, 1, 152, 0, 'hd-185-2.lg-3057-63.ch-3001-107-108.hr-828-42', 'M', ' Mod Al Tuo Servizio :emoji_smiley:', 'Nessuno', 'Indefinita', '1391343060', '1391443271', '0', '2.40.231.75', '2.40.231.75', '2.40.231.75', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391443710', NULL, '02-08-1996', '03-02-2014 14:53:32'),
(113, 'Cucciolotta:3', '', '3dae3d9324501756e1fd0e5422ad43251adbbda7', 'ownolol@live.it', '015427107210982723102557578081', 1, 19953, 1, 152, 0, 'ch-685-96.hd-605-2.lg-700-93.hr-3012-39', 'F', '~Chi vive sperando, muore cagando.~', 'Amministratore Generale', 'Indefinita', '1391343167', '1391364557', '0', '151.54.108.14', '151.54.108.14', '151.54.108.14', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391370991', 1, '09-02-1999', '02-02-2014 17:35:06'),
(114, 'Chrome', '', '10cf23c0bf5411a534800237860d3cebd4c2e739', ':emoji_relieved:fghj@live.it', '', 1, 20000, 0, 27, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391343510', '1391356086', '0', '2.226.157.238', '2.226.157.238', '2.226.159.218', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391354806', NULL, '06-04-1996', '02-02-2014 14:41:49'),
(115, 'Nike', '', '7a3190e98e8032451cafe5aeb2b3f14d170d2c08', 'dario_libero@live.com', '5096106208431081083100473081999', 1, 15679, 1, 207, 0, 'cc-3009-90-90.sh-305-90.hr-3163-37.ca-1804-90.ch-210-90.hd-180-2.lg-3058-81', 'M', 'Aspirante Coord. Architetto', 'Nessuno', 'Indefinita', '1391343660', '1391453620', '0', '80.181.181.153', '80.181.181.153', '95.246.145.163', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391454074', NULL, '11-07-1996', '03-02-2014 15:08:36'),
(116, 'domenico11', '', '0194b645fd547b7cb4df39be1d078980b9331a73', 'annamariaalfio@live.it', '1755310587096050646964071002', 4, 19982, 1, 231, 0, 'ch-3185-100.sh-3089-100.hr-3163-37.lg-3023-1335.hd-180-3', 'M', '|||OWNED|||Moderatore a disposizione!', 'Nessuno', 'Indefinita', '1391343665', '1391453624', '0', '188.152.180.63', '188.152.180.63', '188.152.180.63', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391454072', NULL, '03-07-1996', '03-02-2014 18:37:17'),
(117, 'Davide1219', '', '1700b11541d9c837dae675119b25d09539d7b937', 'davide-123@live.it', '', 1, 19500, 1, 132, 0, 'fa-1201-62.ch-3185-104.hd-180-4.lg-3023-104.hr-828-42.sh-3016-104.ha-1012-104', 'M', 'Spammer Hub', 'Nessuno', 'Indefinita', '1391344310', '1391450351', '0', '62.202.51.98', '62.202.51.98', '62.202.51.98', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391450455', NULL, '06-07-1998', '03-02-2014 19:00:54'),
(119, 'Norimberga', '', '043e7d1ddd62b9b71e570917b5921d5a344ddaed', 'alessiotafuni@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391346934', '1391346934', '0', NULL, '93.150.117.153', '93.150.117.153', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', NULL, NULL, '30-07-1997', '02-02-2014 14:15:53'),
(120, 'Pompa', '', '53854a4fa0770e9f2f2762db775e1ad433881a44', 'alessio80@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391347070', '1391347070', '0', NULL, '93.150.117.153', '93.150.117.153', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', NULL, NULL, '30-07-1997', NULL),
(122, 'nBm', '', '43f055bbdbb20a5fd69b978f738dd62d4cbb1546', 'fsdfs@live.it', '010808328931610822634105955094', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391348597', '1391348597', '0', '79.35.12.50', '79.35.12.50', '79.35.12.50', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391348637', NULL, '07-12-1996', NULL),
(124, 'RokyOwna', '', '41d8ec4119dbef441463453b212ad79fa86bef53', 'roctiello1@live.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391348794', '1391348794', '0', '93.41.62.171', '93.41.62.171', '93.41.62.171', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391348845', NULL, '04-05-1996', NULL),
(123, 'domenico', '', '8f46b9e356fdfe4ba60491ff21d9030a12357ff5', 'domenicoretro@libero.it', '', 1, 20000, 0, 0, 0, 'hr-3163-61.ca-1816-62.ch-3185-1320.hd-185-2.lg-3116-92-92.ha-3156-100', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391348627', '1391349270', '0', '79.41.49.103', '79.41.49.103', '79.41.49.103', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391349285', NULL, '07-06-1989', NULL),
(125, 'Network', '', 'a7f53951b3d858e264bdef2e4537bae4ca6a0a4a', 'habbo00@outlook.it', '', 1, 19500, 1, 77, 0, 'hr-831-52.cc-3158-62.ca-3217-73-70.sh-3016-85.ch-3234-82.hd-208-2.lg-3023-81', 'M', 'Aspirante Amministratore.', 'Nessuno', 'Indefinita', '1391349128', '1391356716', '0', '79.42.169.115', '79.42.169.115', '79.43.172.240', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391356741', NULL, '03-06-1996', '02-02-2014 15:23:56'),
(126, 'Sylap', '', '3bf14e9042af3e54ca49997fe039b6c6c15865d1', 'dejsu@gmail.com', '', 1, 19992, 1, 77, 0, 'hr-831-45.ca-1813-62.ch-3215-92.hd-185-3.lg-275-63', 'M', ' ', 'Nessuno', 'Indefinita', '1391349156', '1391363447', '0', '93.148.98.232', '93.148.98.232', '93.148.98.232', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391359505', NULL, '15-10-1997', '02-02-2014 17:00:11'),
(127, '-Avelar-', '', '6e38bf75ecfc6f1a5d9294114d732e71ee5ee096', 'kavishka.colamba@gmail.com', '', 1, 19497, 1, 102, 0, 'ea-3169-100.sh-295-108.hr-831-38.ch-3208-110-62.hd-190-22.lg-3058-100', 'M', 'rispettate la hub way e non truffate!', 'Nessuno', 'Indefinita', '1391349374', '1391448643', '0', '2.33.90.56', '2.33.90.56', '2.33.90.56', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391448460', NULL, '01-01-1996', '03-02-2014 18:06:18'),
(128, 'fhdfhdfd', '', '8b367f3e42056145b9829e0ba5839fe472a3e9dd', 'fjfidifdf@gmail.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391349885', '1391349885', '0', '2.224.41.179', '2.224.41.179', '2.224.41.179', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391349941', NULL, '03-01-1998', NULL),
(129, 'Tecnologic', '', 'a7f53951b3d858e264bdef2e4537bae4ca6a0a4a', 'habbo00@outlook.it', '74407921016034107196508828613', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391350998', '1391350998', '0', '79.43.172.240', '79.43.172.240', '79.43.172.240', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391351014', NULL, '04-04-1996', NULL),
(130, 'Linuxace', '', 'c7c336444dff0e5bb3780afd0d7d8bcddf7d61a3', 'davide-tusa@virgilio.it', '', 6, 20000, 1, 202, 0, 'ch-3185-96.hr-828-39.hd-185-3.lg-275-81', 'M', '>> SPAMMER MENAGER <<', 'Nessuno', 'Indefinita', '1391352373', '1391450578', '0', '79.33.161.142', '79.33.161.142', '79.30.230.168', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391452135', NULL, '07-09-1996', '03-02-2014 16:18:02');
INSERT INTO `users` (`id`, `username`, `real_name`, `password`, `mail`, `auth_ticket`, `rank`, `credits`, `vip_points`, `activity_points`, `activity_points_lastupdate`, `look`, `gender`, `motto`, `role`, `expiry`, `account_created`, `last_online`, `online`, `ipaddress_last`, `ip_last`, `ip_reg`, `home_room`, `respect`, `daily_respect_points`, `daily_pet_respect_points`, `newbie_status`, `is_muted`, `mutant_penalty`, `mutant_penalty_expire`, `block_newfriends`, `hide_online`, `hide_inroom`, `mail_verified`, `vip`, `volume`, `accept_trading`, `online1`, `badge_status`, `hbirth`, `lastvisit`) VALUES
(133, 'WaferS', '', 'cf0c842738e79c705d80e2b88f62f29a710e1f32', 'dada89@live.it', '388436486810102713671870670110', 5, 17052, 1, 225, 0, 'he-1607-62.ch-3030-110.hd-185-3.lg-3057-81.hr-3163-61', 'M', ' ~Mod at your Service.', 'Nessuno', 'Indefinita', '1391352717', '1391453624', '0', '93.32.174.112', '93.32.174.112', '93.32.112.172', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453695', NULL, '01-01-1998', '03-02-2014 19:25:19'),
(131, 'Hal', '', 'c3dff5dce0c458d0f333cf1b0e02c50f572a466d', 'giga@live.it', '105108645326329136210973087834', 1, 18897, 1, 2, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391352500', '1391362396', '0', '198.144.116.5', '198.144.116.5', '198.144.116.5', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391362959', NULL, '03-05-1998', '03-02-2014 17:27:46'),
(138, 'DebboCms', '', '3baa02a093b5e9c3af475c3c9ffb2328278dc37f', 'ffdsfsfsfsfdsfsdfsd@live.it', '', 1, 20000, 1, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391353635', '1391355056', '0', '79.35.12.50', '79.35.12.50', '79.35.12.50', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391354863', NULL, '06-11-1996', NULL),
(132, 'xXneymar10Xx', '', '9d50f0e50d899b588b02e5a3094fa02262ad81c9', 'artistadonato@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391352667', '1391352667', '0', '82.49.83.52', '82.49.83.52', '82.49.83.52', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391352774', NULL, '01-01-1988', NULL),
(135, 'SecurityChek', '', '9d50f0e50d899b588b02e5a3094fa02262ad81c9', 'artistadonato@hotmail.it', '1158186893314860507812441001', 1, 19967, 101, 52, 0, 'sh-3089-73.ea-3168-110.cc-3007-62-64.he-1604-62.hd-180-6.lg-3058-108.hr-3163-48.fa-1201-62.ch-3203-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391352774', '1391453624', '0', '82.49.83.19', '82.49.83.19', '82.49.83.52', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453968', NULL, '01-01-1983', '03-02-2014 19:58:25'),
(134, 'Neymar', '', 'b9b983b6ac3ddd43f57f9986e32e2e56c2b319fb', 'filippini01@live.it', '', 3, 19331, 1, 90, 0, 'cc-3158-108.sh-3016-109.lg-3023-108.ha-1026-96.hr-3163-50.ca-1813-62.ch-215-110.hd-185-2', 'M', 'Arbitro ufficiale al tuo servizio', 'Arbitro', 'Indefinita', '1391352743', '1391453173', '0', '79.43.172.55', '79.43.172.55', '151.52.136.23', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453200', NULL, '04-12-1990', '03-02-2014 19:01:45'),
(136, 'Twister', '', '10d67937fbbc5871e00d4e1f60d99c6431818f4c', 'Twister@gmail.com', '', 1, 20000, 1, 77, 0, 'hd-208-3.lg-3023-110.ch-3050-92-100.hr-3163-31', 'M', 'hub hotel il migliore', 'Nessuno', 'Indefinita', '1391352775', '1391363509', '0', '5.169.116.226', '5.169.116.226', '5.169.184.244', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391364432', NULL, '05-06-1965', '02-02-2014 17:22:05'),
(137, 'RePuffo', '', '72584e4f921c66ca541ce0c26a96b4fc9ce7b17e', 'repuffo@hotmail.it', '', 1, 20000, 1, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391352887', '1391364557', '0', '93.41.38.147', '93.41.38.147', '93.41.38.147', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391364562', NULL, '03-02-1997', NULL),
(140, 'Farmex', '', 'c6b94523e22380f0b54dfc3bd904cfe75d304d91', ':emoji_relieved:@live.it', '', 1, 20000, 0, 25, 0, 'ch-215-66.sh-305-62.hr-100-0.wa-2007-0.ha-1002-70.hd-180-7.lg-270-79', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391354304', '1391357531', '0', '82.51.10.16', '82.51.10.16', '82.51.10.16', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391358426', NULL, '07-06-1999', NULL),
(139, 'Happy', '', 'cbf2881dfa334cfe7c808890886b74a474f75cd3', 'uhuhhju@libero.it', '', 1, 20000, 1, 0, 0, 'hr-835-42.sh-730-90.ch-685-92.hd-600-2.lg-700-81', 'F', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391353913', '1391359367', '0', '2.40.214.107', '2.40.214.107', '2.40.214.107', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391358826', NULL, '16-10-1999', NULL),
(141, 'ully', '', '10cf23c0bf5411a534800237860d3cebd4c2e739', ':emoji_relieved:f@sd.tfc', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391354880', '1391356105', '0', '2.226.157.238', '2.226.157.238', '2.226.157.238', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391355991', NULL, '08-09-1997', NULL),
(142, 'JustNigga', '', '3402d521de49e62a80f945f534cdc46b17de0ee6', 'jn@jn.jn', '', 1, 19928, 0, 176, 0, 'ea-1401-109.ch-3208-92-62.hd-208-7.lg-3136-110.hr-3163-38', 'M', 'Aspirante Aspiratore', 'Nessuno', 'Indefinita', '1391355398', '1391442589', '0', '2.233.50.74', '2.233.50.74', '2.233.50.74', 110, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391442295', NULL, '02-03-2001', '03-02-2014 15:42:58'),
(143, 'xXGiuOwnaXx', '', '2a9d119efd01ed762f8c1a4e91d8130f4d7db2fd', 'g@hot.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391355915', '1391356085', '0', '79.2.186.248', '79.2.186.248', '79.2.186.248', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391355984', NULL, '03-03-1996', NULL),
(144, 'DeX1', '', 'b9bbe25438f36a59a2964db10e492faa8b848704', 'goldforum@libero.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391356498', '1391356731', '0', '151.70.53.36', '151.70.53.36', '151.70.53.36', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391356587', NULL, '02-09-2001', NULL),
(145, 'Index', '', 'a7f53951b3d858e264bdef2e4537bae4ca6a0a4a', 'habbo00@outlook.it', '', 1, 19400, 0, 77, 0, 'cc-260-62.sh-3016-96.hr-893-58.ca-1804-104.ch-3222-93.hd-208-2.lg-3057-92', 'M', 'Aspirante Helper Pronto ad aiutarvi !', 'Nessuno', 'Indefinita', '1391356789', '1391362836', '0', '79.42.169.115', '79.42.169.115', '79.42.169.115', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391362383', NULL, '04-05-1921', NULL),
(146, 'jklegend', '', 'fa652bd31e3073dc2fd4e8bc4d3a8999767a75fa', 'Chiavaro@live.it', '', 1, 20000, 0, 25, 0, 'ea-1401-62.ch-215-92.hd-180-2.lg-285-81.hr-828-61.sh-290-90', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391357798', '1391358402', '0', '93.42.115.18', '93.42.115.18', '93.42.115.18', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391358364', NULL, '05-03-1998', NULL),
(147, 'xXHubOwnaXx', '', '2c3ba4584848d0824fc557464c058af80d8dc60a', 'mikleon00@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391358851', '1391358851', '0', NULL, '151.72.21.205', '151.72.21.205', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', NULL, NULL, '08-07-2000', '02-02-2014 17:36:43'),
(148, 'xXLionOwnaXx', '', '2c3ba4584848d0824fc557464c058af80d8dc60a', 'mikleon00@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391358982', '1391358982', '0', NULL, '151.72.21.205', '151.72.21.205', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', NULL, NULL, '09-07-2000', '02-02-2014 17:36:53'),
(157, 'Axel', '', '5ce0ef982faab21a6ddb4892471a14a60198ef72', 'cff@hotmail.it', '', 1, 20000, 0, 125, 0, 'cc-3007-64-64.ea-1404-62.sh-305-64.hr-802-42.ch-3167-92.hd-180-2.lg-285-64', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391439848', '1391440316', '0', '151.54.90.143', '151.54.90.143', '151.54.90.143', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391439870', NULL, '01-04-1968', NULL),
(165, 'AaaaOwnergh', '', 'cdf0ab7baf935ec1aaf967de752b72a191526228', 'paiaregtto@gmail.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391445609', '1391445609', '0', '87.18.209.67', '87.18.209.67', '87.18.209.67', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391445629', NULL, '04-04-1998', NULL),
(150, 'SkietzOwna', '', '7e95763242b8844bf1ac99959c7b2b4e3e738ccf', 'xd@lolland.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391362837', '1391362837', '0', '151.15.23.44', '151.15.23.44', '151.15.23.44', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391362923', NULL, '12-09-1989', NULL),
(161, 'HolderOwna', '', 'ba81473f6b4bfa4de22d4856037c659346c7c22c', 'ciao@ciao.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391442488', '1391442488', '0', '95.237.5.142', '95.237.5.142', '95.237.5.142', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391442537', NULL, '06-11-1997', NULL),
(156, 'Willys', '', 'd66446fcdc181d22097ef73227e67ca9e7c775d4', 'qwe@qwe.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391438468', '1391438468', '0', '79.19.187.242', '79.19.187.242', '79.19.187.242', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391438483', NULL, '02-04-1993', NULL),
(151, 'domenico11m', '', '0194b645fd547b7cb4df39be1d078980b9331a73', 'annamariaalfio@live.it', '631531092410799454217482108969', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391364328', '1391364328', '0', '188.152.180.63', '188.152.180.63', '188.152.180.63', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391364359', NULL, '04-07-1997', NULL),
(160, 'harst', '', '086c3d758fc2624e57cfbc4907fc56ef0d289c5c', 'mmm@aaa.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391441964', '1391443271', '0', '87.9.52.118', '87.9.52.118', '87.9.52.118', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391443206', NULL, '06-10-1968', NULL),
(152, 'xHartRW', '', 'bad740dffe8d54deb9042fa5962d602691171fff', 'as_roma99@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391364354', '1391364354', '0', '93.58.127.157', '93.58.127.157', '93.58.127.157', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391364357', NULL, '14-09-1996', NULL),
(153, 'xEzeR', '', '4a541490e79dc568cabe59ccbb63ad24fd010847', 'xGomezowna@hotmail.it', '74477097404355368102786465106', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391364471', '1391364471', '0', '151.77.222.152', '151.77.222.152', '151.77.222.152', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391364719', NULL, '10-07-2000', NULL),
(154, 'fsdfxcvx', '', 'e7977f8fd3c503d9e46b3225eb0d519dca22e6f7', 'cvxcvxcv@live.it', '0292641012103107964357610944158', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391365246', '1391365246', '0', '62.202.51.98', '62.202.51.98', '62.202.51.98', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391365261', NULL, '04-03-2001', NULL),
(169, 'Vexx', '', '03e9f778cda44298108f5ea1076eb40632875251', 'tla@tla.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391452650', '1391453039', '0', '151.66.133.129', '151.66.133.129', '151.66.133.129', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391453074', NULL, '14-07-1996', NULL),
(155, 'ItalianoOwna', '', '0e37d670f993e31ce7f5f4c164294f5db88798a7', ':emoji_relieved:fg@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391435727', '1391436200', '0', '93.144.108.162', '93.144.108.162', '93.144.108.162', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391435814', NULL, '07-10-1997', NULL),
(158, 'DivinaCommedia', '', 'e340abb16d23344da36f05a051c10e35e76ddaa9', 'antonioca@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391439928', '1391440229', '0', '2.237.129.180', '2.237.129.180', '2.237.129.180', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391440037', NULL, '09-08-2000', NULL),
(159, 'fedfd', '', '0aa2a6fa65170f20224e2b3112b2db35e96113a3', 'dfdf@gmail.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391441690', '1391441690', '0', '79.31.140.53', '79.31.140.53', '79.31.140.53', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391441691', NULL, '11-03-2001', NULL),
(162, 'Macro.-', '', 'd307ddb8cb2d4dca1127b54decf508647a3c6308', 'winnye789@hotmail.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391443558', '1391445371', '0', '93.46.3.198', '93.46.3.198', '93.46.3.198', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391445326', NULL, '09-09-1997', NULL),
(163, 'ElPocholavezz', '', '89a3ea75035fbb3ed3d2c957844764289b34fcd1', 'ElPocholavezz@live.com', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391444073', '1391444073', '0', '95.235.143.154', '95.235.143.154', '95.235.143.154', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391444103', NULL, '22-10-1998', NULL),
(164, 'xBoh', '', 'a42ef2d3aa37eed50b75d80bc6df13624a60ec04', 'akak@live.it', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391444952', '1391444952', '0', NULL, '69.22.184.212', '69.22.184.212', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', NULL, NULL, '06-06-1998', '03-02-2014 17:29:31'),
(166, 'xOlsogg', '', '7dac2dca9ef836b01d1b4f728ae233ace4f51e0e', 'painaretto@gmail.com', '', 1, 20000, 0, 10074, 0, 'sh-295-90.hd-209-2.lg-275-81.ch-215-109.hr-828-59', 'M', 'grafico badge!', 'Nessuno', 'Indefinita', '1391447481', '1391450650', '0', '87.16.231.115', '87.16.231.115', '87.18.209.67', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391450949', NULL, '04-05-1998', NULL),
(168, 'd:emoji_relieved:d', '', '0194b645fd547b7cb4df39be1d078980b9331a73', 'annamariaalfio@live.iy', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391449019', '1391449040', '0', '188.152.180.63', '188.152.180.63', '188.152.180.63', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391449031', NULL, '02-10-1996', NULL),
(167, 'Sciavez', '', '857bf01470b4cfc291ba0fabd7f536a9bb2b4b08', 'LOL@LOL.IT', '', 1, 20000, 0, 0, 0, 'hd-180-2.lg-285-81.hr-828-42.sh-290-90.ch-215-92', 'M', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391448862', '1391449132', '0', '87.11.115.152', '87.11.115.152', '87.11.115.152', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391448960', NULL, '08-06-1996', NULL),
(170, 'Laxeh', '', '9d50f0e50d899b588b02e5a3094fa02262ad81c9', 'artistadonato@hotmail.com', '09886751011098486996743272148', 1, 20000, 0, 0, 0, 'hr-835-42.sh-730-90.ch-685-92.hd-600-2.lg-700-81', 'F', 'Benvenuto in Hotel!', 'Nessuno', 'Indefinita', '1391454056', '1391454056', '0', '82.49.83.19', '82.49.83.19', '82.49.83.19', 0, 0, 3, 3, 0, '0', '0', 0, '0', '0', '0', '0', '0', 100, '1', '1391454062', NULL, '01-01-1996', NULL);

-- --------------------------------------------------------

--
-- Struttura della tabella `users_club`
--

CREATE TABLE IF NOT EXISTS `users_club` (
`userid` bigint(6) NOT NULL,
`months_expired` int(4) DEFAULT NULL,
`months_left` int(4) DEFAULT NULL,
`date_monthstarted` varchar(25) COLLATE latin1_general_ci DEFAULT NULL,
PRIMARY KEY (`userid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

--
-- Dump dei dati per la tabella `users_club`
--

INSERT INTO `users_club` (`userid`, `months_expired`, `months_left`, `date_monthstarted`) VALUES
(54, 0, 6, '01-02-2014');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_achievements`
--

CREATE TABLE IF NOT EXISTS `user_achievements` (
`user_id` int(10) unsigned NOT NULL,
`achievement_id` int(10) unsigned NOT NULL,
`achievement_level` int(11) NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_achievements`
--

INSERT INTO `user_achievements` (`user_id`, `achievement_id`, `achievement_level`) VALUES
(6, 16, 5),
(115, 16, 2),
(54, 16, 3),
(36, 16, 2),
(44, 16, 3),
(112, 16, 2),
(95, 16, 3),
(112, 5, 1),
(133, 16, 2),
(133, 5, 1),
(133, 1, 1),
(142, 16, 1),
(142, 5, 1),
(24, 16, 4),
(157, 1, 1),
(130, 16, 2),
(130, 13, 1),
(29, 16, 2),
(116, 16, 3),
(130, 5, 1),
(89, 16, 1),
(115, 13, 2),
(115, 5, 1),
(89, 5, 1),
(30, 16, 1),
(116, 5, 1),
(117, 16, 2),
(117, 5, 1),
(117, 13, 2),
(6, 5, 1),
(127, 16, 1),
(166, 5, 1),
(96, 16, 2),
(116, 13, 2),
(91, 16, 3),
(166, 1, 1),
(134, 16, 1),
(95, 3, 1),
(95, 10, 1),
(95, 20, 1),
(95, 1, 1),
(95, 21, 1),
(95, 14, 1),
(95, 22, 1),
(95, 23, 1),
(95, 24, 1),
(95, 25, 1),
(95, 17, 1),
(95, 19, 1),
(95, 34, 1),
(95, 35, 1),
(95, 36, 1),
(95, 37, 1),
(95, 38, 1),
(95, 2, 1),
(95, 4, 1),
(95, 5, 1),
(95, 6, 1),
(95, 7, 1),
(95, 8, 1),
(95, 9, 1),
(95, 11, 1),
(95, 13, 3),
(95, 15, 1),
(95, 18, 1),
(135, 16, 1),
(95, 26, 1),
(95, 27, 1),
(95, 28, 1),
(95, 29, 1),
(95, 30, 1),
(95, 31, 1),
(95, 32, 1),
(95, 33, 1),
(58, 16, 1);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_badges`
--

CREATE TABLE IF NOT EXISTS `user_badges` (
`user_id` int(10) unsigned NOT NULL,
`badge_id` varchar(100) NOT NULL,
`badge_slot` int(11) NOT NULL DEFAULT '0',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_badges`
--

INSERT INTO `user_badges` (`user_id`, `badge_id`, `badge_slot`) VALUES
(1, 'DNT2', 1),
(1, 'FOU', 2),
(1, 'DNT', 5),
(1, 'VIP', 0),
(1, 'DNT1', 4),
(1, 'DNT3', 3),
(1, 'HC1', 0),
(1, 'FAN', 0),
(1, 'FAN', 0),
(1, 'ACH_Student1', 0),
(1, 'ACH_AllTimeHotelPresence3', 0),
(1, 'ACH_RoomEntry2', 0),
(6, 'FAN', 0),
(6, 'PET01', 0),
(6, 'MRG03', 0),
(8, 'PET01', 0),
(8, 'MRG03', 2),
(8, 'FAN', 0),
(8, 'GM1', 3),
(8, 'GM2', 4),
(8, 'ACH_RoomEntry1', 0),
(6, 'VIP', 0),
(6, 'ACH_AvatarLooks1', 0),
(6, 'ACH_RoomEntry4', 0),
(6, 'ACH_AllTimeHotelPresence5', 0),
(6, 'ACH_Student1', 0),
(9, 'ACH_AvatarLooks1', 0),
(9, 'FOU', 1),
(8, 'FOU', 1),
(9, 'ACH_RoomEntry4', 0),
(11, 'ACH_AvatarLooks1', 0),
(11, 'ACH_Motto1', 0),
(9, 'MRG03', 0),
(9, 'ACH_AllTimeHotelPresence4', 0),
(8, 'VIP', 5),
(6, 'FOU', 1),
(18, 'FOU', 0),
(18, 'VIP', 0),
(18, 'SC_LEG3', 0),
(8, 'ACH_AvatarLooks1', 0),
(18, 'SC_LEG', 0),
(11, 'ACH_RoomEntry1', 0),
(9, 'COM', 0),
(6, 'COM', 0),
(11, 'COM', 0),
(24, 'ACH_RoomEntry3', 0),
(36, 'ACH_RoomEntry1', 0),
(6, 'ACH_RespectEarned3', 0),
(6, 'KO1', 0),
(9, 'KO1', 0),
(24, 'KO1', 0),
(24, 'ACH_AvatarLooks1', 0),
(24, 'ADM', 0),
(24, 'NL6', 0),
(9, 'ACH_RespectEarned2', 0),
(24, 'ACH_Motto1', 0),
(8, 'ADM', 0),
(8, 'MOD', 0),
(8, 'ARB', 0),
(8, 'TN', 0),
(8, 'ACH_AllTimeHotelPresence1', 0),
(29, 'ACH_AvatarLooks1', 0),
(29, 'ACH_Motto1', 0),
(11, 'ACH_AllTimeHotelPresence1', 0),
(24, 'ACH_AllTimeHotelPresence4', 0),
(35, 'ACH_AvatarLooks1', 0),
(35, 'ACH_Motto1', 0),
(35, 'KO1', 1),
(11, 'KO1', 0),
(6, 'HC1', 0),
(37, 'ACH_RoomEntry1', 0),
(17, 'UK092', 0),
(17, 'VIP', 0),
(17, 'HS1', 0),
(17, 'ADM', 1),
(17, 'ADMIN', 0),
(17, 'ACH_Name1', 0),
(6, 'ACH_Name1', 0),
(17, 'ACH_Motto1', 0),
(17, 'ACH_AvatarLooks1', 0),
(17, 'ACH_Student1', 0),
(6, 'NO83', 3),
(17, 'KO1', 0),
(41, 'KO1', 2),
(39, 'KO1', 1),
(6, 'ACH_Motto1', 0),
(17, 'MOD', 0),
(17, 'GRAFICO', 2),
(17, 'STAFF', 3),
(17, 'SPAM', 0),
(17, 'ACH_RoomEntry1', 0),
(17, 'UK093', 5),
(17, 'UK095', 4),
(17, 'HH1', 0),
(39, 'ACH_AvatarLooks1', 0),
(39, 'ACH_Motto1', 0),
(39, 'ACH_RoomEntry1', 0),
(6, 'SKYPE', 5),
(6, 'MOD', 0),
(6, 'ADM', 0),
(6, 'GRAFICO', 0),
(6, 'OWNO', 2),
(6, 'STAFF', 0),
(9, 'GRR', 0),
(41, 'GRR', 3),
(6, 'codice', 0),
(9, 'codice', 0),
(17, 'codice', 0),
(41, 'codice', 0),
(39, 'codice', 0),
(17, 'ARB', 0),
(17, 'GRR', 0),
(17, 'ACH_AllTimeHotelPresence2', 0),
(17, 'OWNO', 0),
(17, 'SKYPE', 0),
(39, 'POGBA', 2),
(39, 'HC1', 0),
(39, 'OWNO', 3),
(17, 'US09', 0),
(6, 'US09', 0),
(9, 'US09', 0),
(39, 'ACH_AllTimeHotelPresence2', 0),
(17, 'HC1', 0),
(41, 'ACH_RoomEntry1', 0),
(39, 'SKYPE', 4),
(14, 'ACH_RoomEntry1', 0),
(41, 'HC1', 0),
(41, 'ACH_AvatarLooks1', 0),
(9, 'ACH_GiftGiver2', 0),
(43, 'ACH_AvatarLooks1', 0),
(41, 'ACH_Motto1', 0),
(14, 'ACH_Motto1', 0),
(9, 'ACH_Motto1', 0),
(43, 'ACH_Motto1', 0),
(17, 'ACH_RespectEarned1', 0),
(37, 'ACH_Motto1', 0),
(37, 'ACH_AvatarLooks1', 0),
(47, 'ACH_AvatarLooks1', 0),
(44, 'ACH_AvatarLooks1', 0),
(44, 'ACH_RoomEntry3', 0),
(29, 'ACH_AllTimeHotelPresence2', 0),
(35, 'ACH_RoomEntry1', 0),
(47, 'ACH_RoomEntry1', 0),
(43, 'ACH_RoomEntry1', 0),
(44, 'ACH_AllTimeHotelPresence3', 0),
(37, 'ACH_AllTimeHotelPresence2', 0),
(44, 'ACH_Motto1', 0),
(41, 'ACH_AllTimeHotelPresence2', 0),
(51, 'ACH_AvatarLooks1', 0),
(50, 'ACH_AvatarLooks1', 0),
(50, 'ACH_RoomEntry1', 0),
(51, 'ACH_RoomEntry1', 0),
(43, 'ACH_AllTimeHotelPresence2', 0),
(51, 'ACH_AllTimeHotelPresence1', 0),
(9, 'PET01', 0),
(53, 'ACH_RoomEntry1', 0),
(54, 'ACH_AvatarLooks1', 0),
(36, 'ACH_AllTimeHotelPresence2', 0),
(54, 'STAFF', 1),
(6, 'ACH_RegistrationDuration1', 0),
(6, 'ACH_PetLover1', 0),
(41, 'STAFF', 4),
(41, 'VIP', 0),
(29, 'ACH_RoomEntry1', 0),
(36, 'ACH_Motto1', 0),
(35, 'ACH_AllTimeHotelPresence1', 0),
(43, 'HC1', 0),
(43, 'FORSTAFF', 1),
(37, 'ARB', 1),
(55, 'MOD', 1),
(55, 'ACH_RoomEntry3', 0),
(9, 'ADM', 0),
(55, 'TEO', 2),
(43, 'TEO', 0),
(29, 'TEO', 1),
(6, 'TEO', 0),
(9, 'TEO', 0),
(24, 'TEO', 0),
(55, 'ACH_AvatarLooks1', 0),
(55, 'ACH_Motto1', 0),
(24, 'HC1', 0),
(44, 'ADM', 1),
(44, 'EXB', 2),
(9, 'BOT', 0),
(44, 'WH3', 0),
(44, 'SKYPE', 3),
(56, 'ACH_AvatarLooks1', 0),
(50, 'ACH_AllTimeHotelPresence1', 0),
(50, 'ACH_Motto1', 0),
(57, 'ACH_AvatarLooks1', 0),
(55, 'ACH_RespectEarned1', 0),
(57, 'ACH_Motto1', 0),
(57, 'ACH_RoomEntry1', 0),
(57, 'ACH_Student1', 0),
(58, 'ACH_RoomEntry1', 0),
(58, 'ACH_AvatarLooks1', 0),
(54, 'ACH_RoomEntry3', 0),
(54, 'ACH_Motto1', 0),
(58, 'ACH_Motto1', 0),
(54, 'HC1', 0),
(58, 'ACH_AllTimeHotelPresence1', 0),
(24, 'TEC', 1),
(52, 'ACH_AvatarLooks1', 0),
(9, 'ACH_EmailVerification1', 0),
(9, 'ACH_Student1', 0),
(52, 'ACH_RoomEntry1', 0),
(9, 'ACH_RegistrationDuration1', 0),
(24, 'XAO', 2),
(41, 'GLK', 5),
(62, 'ACH_AvatarLooks1', 0),
(58, 'Hog', 0),
(9, 'Hog', 0),
(58, 'VPHG', 0),
(58, 'CVQ', 0),
(58, 'ARB2', 0),
(58, 'PHG', 0),
(54, 'ACH_AllTimeHotelPresence3', 0),
(62, 'ACH_RoomEntry1', 0),
(66, 'ACH_RoomEntry1', 0),
(67, 'ACH_RoomEntry1', 0),
(68, 'HC1', 0),
(68, 'ACH_AvatarLooks1', 0),
(54, 'ACH_Student1', 0),
(69, 'HC1', 0),
(69, 'ACH_Motto1', 0),
(6, 'ACH_GiftGiver1', 0),
(52, 'ACH_AllTimeHotelPresence1', 0),
(76, 'ACH_AvatarLooks1', 0),
(76, 'ACH_Motto1', 0),
(66, 'HC1', 0),
(66, 'ACH_AvatarLooks1', 0),
(41, 'ACH_AvatarTags1', 0),
(41, 'ACH_EmailVerification1', 0),
(41, 'ACH_PetLevelUp1', 0),
(78, 'ACH_AvatarLooks1', 0),
(79, 'ACH_AvatarLooks1', 0),
(24, 'NO004', 3),
(24, 'ACH_RespectEarned3', 0),
(24, 'ACH_EmailVerification1', 0),
(82, 'ES6', 1),
(83, 'ACH_AvatarLooks1', 0),
(83, 'HC1', 0),
(83, 'ACH_RoomEntry1', 0),
(83, 'KO1', 1),
(83, 'ADM', 2),
(83, 'ACH_Motto1', 0),
(24, 'FOU', 5),
(83, 'ACH_AllTimeHotelPresence2', 0),
(55, 'ACH_AllTimeHotelPresence3', 0),
(86, 'ACH_AvatarLooks1', 0),
(89, 'ACH_Motto1', 0),
(88, 'ACH_AvatarLooks1', 0),
(89, 'HC1', 0),
(88, 'ACH_Motto1', 0),
(95, 'ACH_AvatarLooks1', 0),
(95, 'ACH_Motto1', 0),
(93, 'ACH_AvatarLooks1', 1),
(92, 'HC1', 0),
(91, 'ACH_AvatarLooks1', 0),
(91, 'ACH_Motto1', 0),
(91, 'HC1', 0),
(92, 'ACH_AvatarLooks1', 0),
(92, 'ACH_Motto1', 0),
(96, 'ACH_Motto1', 0),
(86, 'ACH_Motto1', 0),
(96, 'ACH_AvatarLooks1', 0),
(85, 'ACH_RoomEntry1', 0),
(93, 'ACH_Motto1', 2),
(94, 'ACH_Motto1', 0),
(83, 'ACH_RespectEarned2', 0),
(83, 'HH1', 0),
(55, 'HH1', 0),
(6, 'HH1', 0),
(91, 'HH1', 2),
(89, 'HH1', 1),
(54, 'HH1', 2),
(92, 'HH1', 1),
(95, 'HH1', 0),
(94, 'HH1', 1),
(85, 'HH1', 1),
(96, 'HH1', 0),
(24, 'HH1', 0),
(85, 'ACH_AvatarLooks1', 0),
(89, 'ACH_AllTimeHotelPresence1', 0),
(89, 'ACH_RoomEntry1', 0),
(24, 'VIP', 0),
(95, 'ACH_RoomEntry3', 0),
(92, 'ACH_RoomEntry1', 0),
(96, 'ACH_RoomEntry2', 0),
(95, 'ACH_AllTimeHotelPresence3', 0),
(89, 'ACH_AvatarLooks1', 0),
(95, 'HC1', 0),
(94, 'ACH_RoomEntry2', 0),
(91, 'ACH_RoomEntry2', 0),
(30, 'ACH_Motto1', 0),
(30, 'ACH_AvatarLooks1', 0),
(98, 'ACH_AvatarLooks1', 0),
(94, 'HC1', 0),
(94, 'ACH_AvatarLooks1', 0),
(85, 'ACH_AllTimeHotelPresence2', 0),
(30, 'ACH_RoomEntry1', 0),
(100, 'ACH_AvatarLooks1', 0),
(100, 'ACH_Motto1', 0),
(100, 'ACH_RoomEntry1', 0),
(85, 'ACH_Motto1', 0),
(24, 'BR119', 4),
(30, 'BR119', 0),
(96, 'BR119', 1),
(100, 'BR119', 0),
(30, 'ACH_AllTimeHotelPresence1', 0),
(96, 'ACH_AllTimeHotelPresence2', 0),
(94, 'FR036', 2),
(24, 'FR036', 0),
(55, 'FR036', 3),
(100, 'FR036', 0),
(96, 'FR036', 2),
(24, 'EXH', 0),
(24, 'HBA', 0),
(96, 'HBA', 3),
(94, 'ACH_AllTimeHotelPresence2', 0),
(104, 'ACH_AvatarLooks1', 0),
(54, 'HC1', 0),
(54, 'HC1', 0),
(104, 'ACH_RoomEntry1', 0),
(106, 'ACH_RoomEntry1', 0),
(106, 'ACH_AvatarLooks1', 0),
(107, 'ACH_AvatarLooks1', 0),
(107, 'ACH_Motto1', 0),
(86, 'ACH_RoomEntry1', 0),
(111, 'ACH_AvatarLooks1', 0),
(111, 'HC1', 0),
(83, 'NL078', 3),
(83, 'NL036', 5),
(83, 'NL6', 4),
(83, 'BR086', 0),
(112, 'ACH_AvatarLooks1', 0),
(112, 'ACH_Motto1', 0),
(116, 'ACH_AvatarLooks1', 0),
(44, 'HX2', 4),
(112, 'HC1', 0),
(44, 'WAR', 5),
(117, 'ACH_AvatarLooks1', 0),
(113, 'ACH_RoomEntry1', 0),
(112, 'ACH_RoomEntry1', 0),
(116, 'ACH_RoomEntry2', 0),
(115, 'ACH_RoomEntry2', 0),
(117, 'ACH_RoomEntry2', 0),
(115, 'ACH_AvatarLooks1', 0),
(44, 'UO5', 0),
(24, 'ES031', 0),
(96, 'ES031', 4),
(85, 'ES031', 0),
(83, 'ES031', 0),
(113, 'ES031', 1),
(131, 'HC1', 0),
(91, 'ACH_AllTimeHotelPresence3', 0),
(115, 'ACH_Motto1', 0),
(6, 'ES120', 0),
(91, 'ARB', 1),
(116, 'ACH_AllTimeHotelPresence3', 0),
(24, 'ES076', 0),
(54, 'ES076', 3),
(96, 'ES076', 0),
(6, 'ES076', 0),
(115, 'ES076', 1),
(91, 'ES076', 3),
(94, 'ES076', 0),
(83, 'ES076', 0),
(116, 'ES076', 4),
(113, 'ES076', 0),
(117, 'ES076', 1),
(112, 'ES076', 0),
(123, 'ACH_AvatarLooks1', 0),
(112, 'ACH_AllTimeHotelPresence2', 0),
(115, 'ACH_AllTimeHotelPresence2', 0),
(117, 'ACH_AllTimeHotelPresence2', 0),
(127, 'HC1', 0),
(125, 'HC1', 0),
(127, 'ACH_AvatarLooks1', 0),
(125, 'ACH_AvatarLooks1', 0),
(95, 'ADM', 1),
(114, 'ACH_RoomEntry1', 0),
(125, 'ACH_Motto1', 0),
(96, 'MOD', 5),
(127, 'ACH_RoomEntry1', 0),
(125, 'ACH_RoomEntry1', 0),
(96, 'HC1', 0),
(126, 'ACH_RoomEntry1', 0),
(127, 'ACH_Motto1', 0),
(36, 'HC1', 0),
(36, 'ACH_AvatarLooks1', 0),
(117, 'ACH_Motto1', 0),
(117, 'HC1', 0),
(130, 'ACH_AvatarLooks1', 0),
(130, 'ACH_Motto1', 0),
(95, 'XM8', 2),
(125, 'XM8', 1),
(36, 'XM8', 1),
(130, 'XM8', 0),
(112, 'XM8', 0),
(131, 'XM8', 1),
(44, 'XM8', 0),
(116, 'XM8', 3),
(117, 'XM8', 0),
(30, 'XM8', 0),
(113, 'XM8', 0),
(114, 'XM8', 0),
(126, 'XM8', 0),
(115, 'XM8', 2),
(127, 'XM8', 1),
(91, 'XM8', 4),
(54, 'XM8', 4),
(135, 'XM8', 1),
(94, 'XM8', 0),
(6, 'XM8', 0),
(136, 'XM8', 1),
(134, 'XM8', 1),
(116, 'ACH_Motto1', 0),
(113, 'ACH_AllTimeHotelPresence2', 0),
(135, 'ACH_AvatarLooks1', 3),
(134, 'ACH_AvatarLooks1', 0),
(133, 'ACH_AvatarLooks1', 0),
(126, 'ACH_AvatarLooks1', 0),
(126, 'ACH_Motto1', 0),
(91, 'ACH_RespectEarned1', 0),
(95, 'ACH_RespectEarned1', 0),
(136, 'ACH_RoomEntry1', 0),
(133, 'ACH_Motto1', 0),
(114, 'ACH_AllTimeHotelPresence1', 0),
(140, 'ACH_AvatarLooks1', 0),
(94, 'MOD', 3),
(142, 'ACH_AvatarLooks1', 0),
(135, 'ACH_RoomEntry1', 4),
(142, 'ACH_Motto1', 0),
(113, 'ACH_Motto1', 0),
(145, 'HC1', 0),
(145, 'ACH_AvatarLooks1', 0),
(145, 'ACH_Motto1', 0),
(146, 'ACH_AvatarLooks1', 0),
(136, 'ACH_AvatarLooks1', 0),
(113, 'ADM', 2),
(113, 'ACH_AvatarLooks1', 0),
(131, 'ACH_RoomEntry1', 0),
(134, 'ACH_Motto1', 0),
(107, 'ACH_RoomEntry1', 0),
(142, 'ACH_AllTimeHotelPresence1', 0),
(136, 'ACH_Motto1', 0),
(142, 'ACH_RoomEntry1', 0),
(149, 'ACH_AvatarLooks1', 0),
(134, 'ACH_RoomEntry1', 0),
(149, 'ACH_Motto1', 0),
(149, 'ADM', 0),
(149, 'ACH_RegistrationDuration1', 0),
(145, 'ACH_RoomEntry1', 0),
(133, 'ACH_RoomEntry1', 0),
(149, 'ACH_RoomEntry1', 0),
(107, 'HC1', 0),
(113, 'F17', 1),
(112, 'HX1', 0),
(112, 'MOD', 1),
(133, 'ACH_AllTimeHotelPresence2', 0),
(133, 'HX1', 0),
(133, 'MOD', 1),
(133, 'STAFF', 2),
(157, 'ACH_AvatarLooks1', 0),
(130, 'ACH_AllTimeHotelPresence2', 0),
(130, 'ACH_RoomEntry1', 0),
(130, 'ADM', 1),
(116, 'MOD', 0),
(130, 'US8', 2),
(130, 'CA4', 0),
(130, 'NO053', 5),
(130, 'ES182', 4),
(95, 'ES182', 3),
(6, 'ES182', 4),
(116, 'ES182', 2),
(133, 'ES182', 0),
(117, 'ES182', 2),
(130, 'DEG', 3),
(133, 'BR057', 3),
(133, 'BRA11', 0),
(54, 'MOD', 5),
(130, 'SPAM', 0),
(6, 'SPAM', 0),
(117, 'SPAMM', 0),
(127, 'ACH_AllTimeHotelPresence1', 0),
(117, 'spammer', 0),
(133, 'HC1', 0),
(117, 'SPAM', 3),
(166, 'ACH_Motto1', 0),
(6, 'SPAMM', 0),
(130, 'SPAMM', 0),
(166, 'ADM', 1),
(166, 'lol', 0),
(166, 'SPAMM', 2),
(166, 'HubGRAFICO', 0),
(166, 'Grafico', 0),
(166, 'SKYPE', 5),
(166, 'OWNO', 3),
(166, 'HubMOD', 0),
(166, 'HubSMOD', 0),
(166, 'HS1', 0),
(166, 'US09', 4),
(6, 'CHEST', 0),
(166, 'ACH_AvatarLooks1', 0),
(6, 'LINUX', 0),
(134, 'ACH_AllTimeHotelPresence1', 0),
(134, 'ARB', 2),
(95, 'ACH_Graduate1', 0),
(95, 'ACH_RegistrationDuration1', 0),
(95, 'ACH_PetLevelUp1', 0),
(95, 'ACH_PetLover1', 0),
(95, 'ACH_PetRespectGiver1', 0),
(95, 'ACH_PetRespectReceiver1', 0),
(95, 'ACH_GiftGiver1', 0),
(95, 'ACH_GiftReceiver1', 0),
(95, 'ACH_TraderPass', 0),
(95, 'ACH_PetFeeding1', 0),
(95, 'AC5', 5),
(95, 'IT5', 4),
(95, 'ACH_Forum1', 0),
(95, 'RU3', 0),
(95, 'VA2', 0),
(95, 'ACH_EmailVerification1', 0),
(95, 'ACH_HappyHour1', 0),
(95, 'ACH_Student1', 0),
(95, 'ACH_AvatarTags1', 0),
(95, 'ACH_RespectGiven1', 0),
(95, 'ACH_Name1', 0),
(95, 'ACH_Login1', 0),
(95, 'ACH_MGM1', 0),
(95, 'ACH_AIPerformanceVote', 0),
(135, 'ACH_AllTimeHotelPresence1', 2),
(95, 'ACH_BasicClub1', 0),
(95, 'ACH_VipClub1', 0),
(95, 'ACH_BattleBallTilesLocked1', 0),
(95, 'ACH_GamePlayerExperience1', 0),
(95, 'ACH_GameAuthorExperience1', 0),
(95, 'Z64', 0),
(95, 'XXX', 0),
(95, 'RLX01', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_effects`
--

CREATE TABLE IF NOT EXISTS `user_effects` (
`user_id` int(10) unsigned NOT NULL,
`effect_id` int(11) NOT NULL DEFAULT '1',
`total_duration` int(11) NOT NULL DEFAULT '3600',
`is_activated` enum('0','1') NOT NULL DEFAULT '0',
`activated_stamp` double NOT NULL DEFAULT '0',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_effects`
--

INSERT INTO `user_effects` (`user_id`, `effect_id`, `total_duration`, `is_activated`, `activated_stamp`) VALUES
(93, 23, 3600, '1', 1391280435),
(93, 25, 3600, '1', 1391281363),
(104, 6, 3600, '0', 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_favorites`
--

CREATE TABLE IF NOT EXISTS `user_favorites` (
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_favorites`
--

INSERT INTO `user_favorites` (`user_id`, `room_id`) VALUES
(9, 12),
(9, 9),
(9, 21),
(9, 38),
(9, 52),
(54, 48),
(6, 57),
(135, 9);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_ignores`
--

CREATE TABLE IF NOT EXISTS `user_ignores` (
`user_id` int(10) unsigned NOT NULL,
`ignore_id` int(10) unsigned NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_ignores`
--

INSERT INTO `user_ignores` (`user_id`, `ignore_id`) VALUES
(123, 116);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_info`
--

CREATE TABLE IF NOT EXISTS `user_info` (
`user_id` int(11) NOT NULL,
`bans` int(11) NOT NULL DEFAULT '0',
`cautions` int(11) NOT NULL DEFAULT '0',
`reg_timestamp` double NOT NULL DEFAULT '0',
`login_timestamp` double NOT NULL DEFAULT '0',
`cfhs` int(11) NOT NULL DEFAULT '0',
`cfhs_abusive` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_info`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_items`
--

CREATE TABLE IF NOT EXISTS `user_items` (
`id` int(10) unsigned NOT NULL,
`user_id` int(10) NOT NULL,
`room_id` int(10) unsigned NOT NULL DEFAULT '0',
`base_item` int(10) unsigned NOT NULL,
`extra_data` text NOT NULL,
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` double NOT NULL DEFAULT '0',
`rot` int(11) NOT NULL DEFAULT '0',
`wall_pos` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `id` (`id`) USING BTREE,
KEY `userid` (`user_id`) USING BTREE,
KEY `roomid` (`room_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_items`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `user_pets`
--

CREATE TABLE IF NOT EXISTS `user_pets` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`name` varchar(32) NOT NULL DEFAULT 'Unnamed',
`race` varchar(3) NOT NULL DEFAULT '000',
`color` varchar(6) NOT NULL DEFAULT 'FFFFFF',
`type` int(10) unsigned NOT NULL,
`expirience` int(11) NOT NULL,
`energy` int(11) NOT NULL,
`nutrition` int(11) NOT NULL DEFAULT '100',
`respect` int(11) NOT NULL DEFAULT '0',
`createstamp` double NOT NULL DEFAULT '0',
`x` int(11) NOT NULL DEFAULT '0',
`y` int(11) NOT NULL DEFAULT '0',
`z` double NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5823 ;

--
-- Dump dei dati per la tabella `user_pets`
--

INSERT INTO `user_pets` (`id`, `user_id`, `room_id`, `name`, `race`, `color`, `type`, `expirience`, `energy`, `nutrition`, `respect`, `createstamp`, `x`, `y`, `z`) VALUES
(5, 1, 0, 'Cocco', '0', '86BC40', 2, 35, 100, 100, 3, 1359244023, 4, 6, 0),
(5822, 115, 0, 'Cavallo', '3', 'FFFFFF', 13, 0, 100, 100, 0, 1391358251, 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_presents`
--

CREATE TABLE IF NOT EXISTS `user_presents` (
`item_id` int(10) unsigned NOT NULL,
`base_id` int(10) unsigned NOT NULL,
`amount` int(11) NOT NULL,
`extra_data` text NOT NULL,
KEY `item_id` (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_presents`
--

INSERT INTO `user_presents` (`item_id`, `base_id`, `amount`, `extra_data`) VALUES
(1392, 227, 1, ''),
(251, 227, 1, ''),
(817, 1714, 1, ''),
(1377, 357, 1, ''),
(1741, 25825, 1, ''),
(1742, 25825, 1, ''),
(2106, 555666227, 1, ''),
(2108, 555666227, 1, ''),
(2111, 555666227, 1, ''),
(2470, 80000052, 1, ''),
(2472, 414, 1, ''),
(2476, 414, 1, ''),
(5656, 23110, 1, '');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_quests`
--

CREATE TABLE IF NOT EXISTS `user_quests` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`quest_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dump dei dati per la tabella `user_quests`
--

INSERT INTO `user_quests` (`id`, `user_id`, `quest_id`) VALUES
(1, 93, 2),
(2, 93, 17),
(3, 93, 16),
(4, 135, 2),
(5, 157, 15),
(6, 157, 4),
(7, 157, 5),
(8, 157, 8),
(9, 157, 6),
(10, 157, 3);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_roomvisits`
--

CREATE TABLE IF NOT EXISTS `user_roomvisits` (
`user_id` int(10) unsigned NOT NULL,
`room_id` int(10) unsigned NOT NULL,
`entry_timestamp` double NOT NULL,
`exit_timestamp` double NOT NULL,
`hour` int(11) NOT NULL,
`minute` int(11) NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_roomvisits`
--

INSERT INTO `user_roomvisits` (`user_id`, `room_id`, `entry_timestamp`, `exit_timestamp`, `hour`, `minute`) VALUES
(1, 3, 1356209953, 1356209956, 21, 59),
(1, 8, 1356209977, 1356210074, 21, 59),
(1, 8, 1356210969, 1356211325, 22, 16),
(1, 8, 1356653069, 1356653170, 1, 4),
(1, 8, 1356780868, 1356780994, 12, 34),
(1, 8, 1356781027, 1356781109, 12, 37),
(1, 8, 1356788223, 1356788811, 14, 37),
(1, 8, 1356799702, 1356799731, 17, 48),
(1, 8, 1356804140, 1356804191, 19, 2),
(1, 8, 1356804787, 1356805542, 19, 13),
(1, 8, 1358979724, 1358979734, 23, 22),
(1, 8, 1358980030, 1358980062, 23, 27),
(1, 8, 1358980079, 1358980947, 23, 27),
(1, 8, 1358981220, 1358981689, 23, 47),
(1, 8, 1358981713, 1358982162, 23, 55),
(1, 8, 1358982188, 1358982393, 0, 3),
(1, 8, 1358982416, 1358982528, 0, 6),
(1, 7, 1358982748, 1358982756, 0, 12),
(1, 2, 1358982761, 1358982765, 0, 12),
(1, 8, 1358983321, 1358985621, 0, 22),
(1, 8, 1358985640, 1358986566, 1, 0),
(1, 8, 1358986574, 1358988507, 1, 16),
(1, 8, 1359149590, 1359151467, 22, 33),
(1, 8, 1359151673, 1359152598, 23, 7),
(1, 8, 1359152624, 1359153144, 23, 23),
(1, 8, 1359153346, 1359153698, 23, 35),
(1, 8, 1359153736, 1359153984, 23, 42),
(1, 2, 1359231541, 1359231545, 21, 19),
(1, 8, 1359231545, 1359231591, 21, 19),
(1, 8, 1359235226, 1359235530, 22, 20),
(1, 8, 1359237158, 1359237161, 22, 52),
(1, 8, 1359237198, 1359237206, 22, 53),
(1, 8, 1359237207, 1359237209, 22, 53),
(1, 8, 1359239539, 1359239638, 23, 32),
(1, 8, 1359239661, 1359240246, 23, 34),
(1, 8, 1359240342, 1359240929, 23, 45),
(1, 8, 1359241431, 1359241442, 0, 3),
(1, 8, 1359241471, 1359241911, 0, 4),
(1, 8, 1359242215, 1359242796, 0, 16),
(1, 8, 1359242847, 1359242856, 0, 27),
(1, 8, 1359242886, 1359243529, 0, 28),
(1, 8, 1359243555, 1359243572, 0, 39),
(1, 8, 1359243870, 1359243975, 0, 44),
(1, 8, 1359243997, 1359244093, 0, 46),
(1, 8, 1359244295, 1359244628, 0, 51),
(1, 8, 1359244658, 1359246694, 0, 57),
(1, 8, 1359246720, 1359247614, 1, 32),
(1, 8, 1359502334, 1359502405, 0, 32),
(1, 8, 1359502430, 1359502744, 0, 33),
(1, 8, 1359504099, 1359504681, 1, 1),
(1, 8, 1359673909, 1359674013, 0, 11),
(1, 8, 1359933671, 1359933675, 0, 21),
(6, 9, 1390953713, 1390955834, 1, 1),
(6, 1, 1390955835, 1390956694, 1, 37),
(6, 2, 1390956694, 1390956733, 1, 51),
(6, 9, 1390956733, 1390956781, 1, 52),
(6, 8, 1390956781, 1390957733, 1, 53),
(6, 9, 1390957781, 1390958110, 2, 9),
(6, 9, 1391002784, 1391002813, 14, 39),
(6, 10, 1391002813, 1391003462, 14, 40),
(9, 10, 1391003390, 1391003514, 14, 49),
(6, 9, 1391003465, 1391003774, 14, 51),
(9, 9, 1391003515, 1391004115, 14, 51),
(6, 10, 1391003774, 1391003810, 14, 56),
(6, 9, 1391003810, 1391003830, 14, 56),
(6, 9, 1391003919, 1391004005, 14, 58),
(6, 9, 1391004080, 1391006368, 15, 1),
(9, 9, 1391004232, 1391005118, 15, 3),
(9, 9, 1391005266, 1391005434, 15, 21),
(9, 9, 1391005469, 1391007526, 15, 24),
(6, 9, 1391006485, 1391008819, 15, 41),
(11, 9, 1391007326, 1391008864, 15, 55),
(14, 9, 1391007875, 1391009352, 16, 4),
(6, 10, 1391008820, 1391008859, 16, 20),
(6, 9, 1391008859, 1391008867, 16, 20),
(11, 10, 1391008865, 1391009342, 16, 21),
(6, 10, 1391008867, 1391009600, 16, 21),
(11, 9, 1391009343, 1391009600, 16, 29),
(16, 9, 1391009349, 1391009534, 16, 29),
(14, 10, 1391009372, 1391009566, 16, 29),
(16, 11, 1391009537, 1391009560, 16, 32),
(16, 11, 1391009593, 1391009673, 16, 33),
(11, 11, 1391009601, 1391009673, 16, 33),
(6, 9, 1391009601, 1391009612, 16, 33),
(6, 11, 1391009612, 1391009673, 16, 33),
(9, 1, 1391014754, 1391014934, 17, 59),
(6, 1, 1391014878, 1391015030, 18, 1),
(9, 12, 1391015024, 1391016225, 18, 3),
(8, 12, 1391015072, 1391015141, 18, 4),
(6, 12, 1391015103, 1391018100, 18, 5),
(8, 12, 1391015142, 1391016031, 18, 5),
(18, 13, 1391015239, 1391015309, 18, 7),
(18, 13, 1391015338, 1391015525, 18, 8),
(18, 13, 1391015547, 1391015629, 18, 12),
(20, 12, 1391015754, 1391016790, 18, 15),
(8, 12, 1391016048, 1391016228, 18, 20),
(8, 12, 1391016244, 1391016352, 18, 24),
(9, 12, 1391016255, 1391016361, 18, 24),
(8, 12, 1391016366, 1391017017, 18, 26),
(9, 12, 1391016384, 1391016968, 18, 26),
(11, 12, 1391016597, 1391018100, 18, 29),
(9, 12, 1391017000, 1391017153, 18, 36),
(9, 12, 1391017187, 1391018100, 18, 39),
(9, 12, 1391023895, 1391023981, 20, 31),
(6, 12, 1391023954, 1391024512, 20, 32),
(9, 12, 1391023982, 1391024520, 20, 33),
(20, 12, 1391024006, 1391024531, 20, 33),
(24, 12, 1391024340, 1391024531, 20, 39),
(6, 9, 1391024512, 1391032476, 20, 41),
(9, 9, 1391024521, 1391032476, 20, 42),
(20, 9, 1391024531, 1391025134, 20, 42),
(24, 9, 1391024532, 1391024648, 20, 42),
(24, 9, 1391024674, 1391024920, 20, 44),
(9, 9, 1391025171, 1391032476, 20, 52),
(24, 9, 1391025273, 1391032476, 20, 54),
(9, 12, 1391025342, 1391025348, 20, 55),
(6, 9, 1391025342, 1391027335, 20, 55),
(9, 9, 1391025348, 1391025371, 20, 55),
(24, 9, 1391025348, 1391025848, 20, 55),
(9, 10, 1391025372, 1391025384, 20, 56),
(9, 9, 1391025385, 1391027173, 20, 56),
(24, 9, 1391025875, 1391028041, 21, 4),
(8, 9, 1391026381, 1391027585, 21, 13),
(9, 9, 1391027176, 1391027620, 21, 26),
(8, 2, 1391027586, 1391027686, 21, 33),
(9, 2, 1391027622, 1391027711, 21, 33),
(8, 9, 1391027686, 1391028000, 21, 34),
(6, 9, 1391027689, 1391028068, 21, 34),
(9, 9, 1391027712, 1391027882, 21, 35),
(9, 12, 1391027883, 1391027998, 21, 38),
(9, 9, 1391027999, 1391028033, 21, 39),
(8, 12, 1391028002, 1391028074, 21, 40),
(9, 12, 1391028034, 1391028299, 21, 40),
(24, 12, 1391028045, 1391028375, 21, 40),
(6, 12, 1391028068, 1391028387, 21, 41),
(9, 2, 1391028300, 1391028415, 21, 45),
(29, 12, 1391028313, 1391029839, 21, 45),
(9, 12, 1391028416, 1391029360, 21, 46),
(6, 12, 1391028434, 1391029087, 21, 47),
(8, 12, 1391028536, 1391028543, 21, 48),
(8, 12, 1391028568, 1391030893, 21, 49),
(11, 12, 1391028970, 1391030126, 21, 56),
(29, 12, 1391029873, 1391030426, 22, 11),
(9, 12, 1391030082, 1391030765, 22, 14),
(6, 12, 1391030232, 1391031709, 22, 17),
(11, 12, 1391030289, 1391030369, 22, 18),
(29, 12, 1391030612, 1391032427, 22, 23),
(24, 12, 1391031031, 1391031311, 22, 30),
(6, 12, 1391031892, 1391032476, 22, 44),
(6, 14, 1391090717, 1391090777, 15, 5),
(6, 14, 1391090899, 1391090984, 15, 8),
(6, 15, 1391090984, 1391091160, 15, 9),
(6, 9, 1391091160, 1391091835, 15, 12),
(35, 16, 1391092147, 1391092172, 15, 29),
(35, 9, 1391092173, 1391092544, 15, 29),
(6, 16, 1391092177, 1391092204, 15, 29),
(6, 9, 1391092204, 1391092417, 15, 30),
(6, 9, 1391092567, 1391113210, 15, 36),
(6, 9, 1391092583, 1391093847, 15, 36),
(35, 9, 1391092590, 1391093563, 15, 36),
(36, 9, 1391092890, 1391093477, 15, 41),
(9, 9, 1391093304, 1391093651, 15, 48),
(11, 9, 1391093422, 1391093818, 15, 50),
(11, 17, 1391093818, 1391093835, 15, 56),
(11, 9, 1391093835, 1391093902, 15, 57),
(6, 9, 1391094480, 1391095076, 16, 8),
(37, 9, 1391094719, 1391095094, 16, 11),
(6, 18, 1391095076, 1391095111, 16, 17),
(37, 18, 1391095095, 1391095111, 16, 18),
(6, 19, 1391095152, 1391096404, 16, 19),
(37, 19, 1391095188, 1391095371, 16, 19),
(38, 19, 1391095221, 1391095649, 16, 20),
(37, 19, 1391095756, 1391095822, 16, 29),
(37, 20, 1391095823, 1391095958, 16, 30),
(37, 19, 1391095958, 1391096073, 16, 32),
(6, 20, 1391096406, 1391096463, 16, 40),
(9, 12, 1391096616, 1391097446, 16, 43),
(6, 12, 1391096758, 1391097873, 16, 45),
(17, 12, 1391097079, 1391097844, 16, 51),
(9, 21, 1391097447, 1391097480, 16, 57),
(9, 12, 1391097480, 1391097541, 16, 58),
(9, 21, 1391097541, 1391097726, 16, 59),
(9, 1, 1391097727, 1391097745, 17, 2),
(9, 21, 1391097745, 1391098175, 17, 2),
(6, 21, 1391097873, 1391098051, 17, 4),
(17, 21, 1391097920, 1391098007, 17, 5),
(17, 21, 1391098008, 1391098031, 17, 6),
(17, 21, 1391098032, 1391099435, 17, 7),
(6, 21, 1391098051, 1391098163, 17, 7),
(24, 22, 1391098063, 1391098087, 17, 7),
(24, 21, 1391098087, 1391098899, 17, 8),
(6, 21, 1391098163, 1391098188, 17, 9),
(9, 12, 1391098175, 1391098232, 17, 9),
(6, 12, 1391098188, 1391098235, 17, 9),
(9, 21, 1391098233, 1391099838, 17, 10),
(6, 21, 1391098235, 1391098734, 17, 10),
(6, 21, 1391098735, 1391099477, 17, 18),
(41, 21, 1391099029, 1391099421, 17, 23),
(39, 21, 1391099147, 1391099757, 17, 25),
(17, 21, 1391099481, 1391099991, 17, 31),
(6, 21, 1391099544, 1391100612, 17, 32),
(9, 21, 1391099838, 1391101464, 17, 37),
(39, 21, 1391099892, 1391100513, 17, 38),
(17, 21, 1391100014, 1391101554, 17, 40),
(41, 21, 1391100373, 1391101460, 17, 46),
(6, 21, 1391100646, 1391100757, 17, 50),
(39, 21, 1391100661, 1391100766, 17, 51),
(39, 23, 1391100767, 1391100906, 17, 52),
(6, 21, 1391100900, 1391101086, 17, 55),
(39, 21, 1391100907, 1391101039, 17, 55),
(6, 21, 1391101133, 1391101603, 17, 58),
(41, 24, 1391101460, 1391101640, 18, 4),
(6, 24, 1391101603, 1391101622, 18, 6),
(6, 21, 1391101622, 1391102190, 18, 7),
(17, 24, 1391101703, 1391101708, 18, 8),
(17, 21, 1391101708, 1391101859, 18, 8),
(9, 21, 1391101715, 1391102240, 18, 8),
(41, 24, 1391101786, 1391103954, 18, 9),
(17, 24, 1391102182, 1391102960, 18, 16),
(6, 24, 1391102190, 1391102990, 18, 16),
(39, 21, 1391102217, 1391102244, 18, 16),
(39, 24, 1391102244, 1391102324, 18, 17),
(9, 24, 1391102359, 1391102960, 18, 19),
(39, 24, 1391102410, 1391102724, 18, 20),
(39, 24, 1391102755, 1391102985, 18, 25),
(17, 24, 1391102994, 1391103694, 18, 29),
(39, 24, 1391103012, 1391103753, 18, 30),
(6, 24, 1391103116, 1391105119, 18, 31),
(9, 24, 1391103152, 1391103189, 18, 32),
(9, 21, 1391103189, 1391103338, 18, 33),
(9, 24, 1391103338, 1391104061, 18, 35),
(17, 24, 1391103892, 1391104008, 18, 44),
(14, 24, 1391103928, 1391104130, 18, 45),
(41, 24, 1391103955, 1391105500, 18, 45),
(39, 24, 1391103989, 1391104089, 18, 46),
(17, 24, 1391104008, 1391104250, 18, 46),
(9, 25, 1391104062, 1391104267, 18, 47),
(14, 25, 1391104134, 1391104273, 18, 48),
(39, 24, 1391104144, 1391105632, 18, 49),
(9, 10, 1391104273, 1391104358, 18, 51),
(14, 24, 1391104274, 1391104332, 18, 51),
(9, 24, 1391104358, 1391105709, 18, 52),
(43, 24, 1391104417, 1391104911, 18, 53),
(14, 24, 1391104431, 1391105708, 18, 53),
(35, 24, 1391104731, 1391104811, 18, 58),
(44, 24, 1391104954, 1391105691, 19, 2),
(6, 24, 1391105132, 1391105192, 19, 5),
(6, 24, 1391105257, 1391105621, 19, 7),
(41, 1, 1391105500, 1391105512, 19, 11),
(41, 24, 1391105512, 1391105689, 19, 11),
(6, 24, 1391105621, 1391105684, 19, 13),
(6, 9, 1391105685, 1391105968, 19, 14),
(41, 9, 1391105689, 1391107487, 19, 14),
(44, 9, 1391105692, 1391107011, 19, 14),
(14, 9, 1391105709, 1391108687, 19, 15),
(9, 9, 1391105710, 1391107016, 19, 15),
(6, 9, 1391106018, 1391108059, 19, 20),
(20, 9, 1391106101, 1391106168, 19, 21),
(43, 9, 1391106174, 1391106923, 19, 22),
(45, 9, 1391106284, 1391106588, 19, 24),
(39, 9, 1391106332, 1391108008, 19, 25),
(8, 9, 1391106732, 1391107008, 19, 32),
(46, 9, 1391106941, 1391106977, 19, 35),
(8, 10, 1391107009, 1391107135, 19, 36),
(44, 10, 1391107013, 1391107454, 19, 36),
(9, 10, 1391107019, 1391108350, 19, 36),
(47, 9, 1391107130, 1391107493, 19, 38),
(8, 9, 1391107135, 1391107899, 19, 38),
(43, 9, 1391107215, 1391107874, 19, 40),
(37, 9, 1391107272, 1391109038, 19, 41),
(17, 9, 1391107332, 1391107571, 19, 42),
(41, 10, 1391107489, 1391107968, 19, 44),
(17, 10, 1391107572, 1391107581, 19, 46),
(48, 9, 1391107576, 1391108369, 19, 46),
(17, 9, 1391107582, 1391107731, 19, 46),
(47, 9, 1391107622, 1391108067, 19, 47),
(17, 9, 1391107771, 1391108652, 19, 49),
(8, 10, 1391107900, 1391107992, 19, 51),
(41, 9, 1391107980, 1391108112, 19, 53),
(8, 9, 1391107992, 1391108656, 19, 53),
(39, 10, 1391108010, 1391108686, 19, 53),
(6, 10, 1391108060, 1391109005, 19, 54),
(41, 24, 1391108113, 1391108264, 19, 55),
(41, 9, 1391108265, 1391108482, 19, 57),
(9, 9, 1391108351, 1391108463, 19, 59),
(48, 9, 1391108428, 1391108445, 20, 0),
(9, 10, 1391108464, 1391108611, 20, 1),
(47, 9, 1391108475, 1391109526, 20, 1),
(41, 9, 1391108490, 1391108774, 20, 1),
(44, 9, 1391108546, 1391108965, 20, 2),
(9, 9, 1391108611, 1391108692, 20, 3),
(39, 9, 1391108687, 1391109302, 20, 4),
(14, 10, 1391108690, 1391108946, 20, 4),
(9, 10, 1391108693, 1391109518, 20, 4),
(17, 9, 1391108701, 1391108726, 20, 5),
(17, 10, 1391108727, 1391110590, 20, 5),
(41, 26, 1391108774, 1391108818, 20, 6),
(41, 9, 1391108820, 1391109445, 20, 7),
(36, 9, 1391108831, 1391109023, 20, 7),
(44, 27, 1391108966, 1391108985, 20, 9),
(44, 9, 1391108988, 1391109232, 20, 9),
(6, 9, 1391109006, 1391109032, 20, 10),
(6, 10, 1391109033, 1391109745, 20, 10),
(37, 10, 1391109039, 1391109502, 20, 10),
(44, 9, 1391109234, 1391109941, 20, 13),
(43, 9, 1391109253, 1391110075, 20, 14),
(29, 9, 1391109345, 1391109901, 20, 15),
(41, 24, 1391109445, 1391109655, 20, 17),
(37, 9, 1391109502, 1391109514, 20, 18),
(37, 20, 1391109514, 1391110704, 20, 18),
(9, 9, 1391109518, 1391109588, 20, 18),
(47, 10, 1391109527, 1391110033, 20, 18),
(9, 10, 1391109588, 1391109825, 20, 19),
(35, 9, 1391109614, 1391110312, 20, 20),
(41, 9, 1391109656, 1391110306, 20, 20),
(6, 28, 1391109745, 1391110291, 20, 22),
(9, 28, 1391109826, 1391109868, 20, 23),
(9, 9, 1391109869, 1391109931, 20, 24),
(39, 9, 1391109913, 1391110472, 20, 25),
(9, 10, 1391109934, 1391110025, 20, 25),
(44, 28, 1391109946, 1391110232, 20, 25),
(9, 9, 1391110026, 1391110080, 20, 27),
(47, 9, 1391110033, 1391110140, 20, 27),
(43, 10, 1391110076, 1391110221, 20, 27),
(9, 10, 1391110082, 1391110226, 20, 28),
(47, 20, 1391110143, 1391111018, 20, 29),
(9, 9, 1391110226, 1391110361, 20, 30),
(43, 20, 1391110227, 1391110424, 20, 30),
(44, 28, 1391110257, 1391110300, 20, 30),
(6, 9, 1391110292, 1391110367, 20, 31),
(44, 20, 1391110301, 1391110305, 20, 31),
(44, 9, 1391110305, 1391110369, 20, 31),
(9, 10, 1391110362, 1391110532, 20, 32),
(6, 10, 1391110367, 1391110583, 20, 32),
(44, 10, 1391110370, 1391110589, 20, 32),
(43, 9, 1391110424, 1391110448, 20, 33),
(43, 29, 1391110448, 1391110589, 20, 34),
(39, 29, 1391110472, 1391110477, 20, 34),
(39, 20, 1391110478, 1391111144, 20, 34),
(35, 9, 1391110497, 1391110514, 20, 34),
(35, 10, 1391110515, 1391110951, 20, 35),
(9, 9, 1391110533, 1391126529, 20, 35),
(9, 10, 1391110549, 1391110964, 20, 35),
(6, 28, 1391110583, 1391110801, 20, 36),
(43, 20, 1391110589, 1391110743, 20, 36),
(17, 9, 1391110590, 1391110599, 20, 36),
(44, 28, 1391110597, 1391110808, 20, 36),
(17, 20, 1391110600, 1391110719, 20, 36),
(37, 20, 1391110706, 1391110721, 20, 38),
(37, 30, 1391110721, 1391110747, 20, 38),
(17, 28, 1391110721, 1391111054, 20, 38),
(37, 20, 1391110748, 1391110784, 20, 39),
(43, 30, 1391110754, 1391110766, 20, 39),
(43, 20, 1391110766, 1391110932, 20, 39),
(6, 20, 1391110801, 1391110825, 20, 40),
(44, 20, 1391110809, 1391110833, 20, 40),
(6, 10, 1391110825, 1391110913, 20, 40),
(44, 20, 1391110840, 1391110892, 20, 40),
(37, 20, 1391110853, 1391111220, 20, 40),
(6, 31, 1391110913, 1391111634, 20, 41),
(43, 32, 1391110933, 1391111029, 20, 42),
(44, 32, 1391110947, 1391111120, 20, 42),
(35, 20, 1391110960, 1391111176, 20, 42),
(9, 31, 1391110965, 1391111077, 20, 42),
(47, 32, 1391111019, 1391111246, 20, 43),
(17, 31, 1391111055, 1391111650, 20, 44),
(9, 10, 1391111078, 1391111200, 20, 44),
(51, 20, 1391111080, 1391111321, 20, 44),
(44, 20, 1391111122, 1391111160, 20, 45),
(44, 32, 1391111167, 1391111193, 20, 46),
(35, 2, 1391111177, 1391111186, 20, 46),
(35, 20, 1391111187, 1391111228, 20, 46),
(44, 20, 1391111194, 1391111223, 20, 46),
(9, 20, 1391111201, 1391111288, 20, 46),
(37, 20, 1391111224, 1391111855, 20, 47),
(44, 20, 1391111225, 1391111593, 20, 47),
(35, 20, 1391111229, 1391111472, 20, 47),
(47, 20, 1391111247, 1391111873, 20, 47),
(9, 31, 1391111291, 1391111635, 20, 48),
(51, 20, 1391111388, 1391111517, 20, 49),
(41, 20, 1391111471, 1391111601, 20, 51),
(35, 20, 1391111477, 1391111685, 20, 51),
(44, 14, 1391111594, 1391111597, 20, 53),
(44, 15, 1391111597, 1391111601, 20, 53),
(44, 19, 1391111601, 1391111612, 20, 53),
(41, 24, 1391111611, 1391111929, 20, 53),
(44, 9, 1391111613, 1391111624, 20, 53),
(44, 24, 1391111624, 1391111671, 20, 53),
(6, 10, 1391111634, 1391112656, 20, 53),
(9, 10, 1391111636, 1391111895, 20, 53),
(17, 10, 1391111651, 1391112838, 20, 54),
(44, 20, 1391111673, 1391111679, 20, 54),
(44, 24, 1391111680, 1391112098, 20, 54),
(35, 20, 1391111693, 1391111698, 20, 54),
(35, 24, 1391111699, 1391112177, 20, 54),
(51, 24, 1391111813, 1391111960, 20, 56),
(37, 24, 1391111857, 1391112101, 20, 57),
(47, 24, 1391111873, 1391111907, 20, 57),
(9, 24, 1391111898, 1391111899, 20, 58),
(9, 24, 1391111904, 1391111954, 20, 58),
(47, 10, 1391111911, 1391111939, 20, 58),
(41, 10, 1391111933, 1391112057, 20, 58),
(47, 24, 1391111953, 1391112828, 20, 59),
(9, 10, 1391111960, 1391112009, 20, 59),
(50, 24, 1391111973, 1391112044, 20, 59),
(51, 24, 1391112016, 1391112837, 21, 0),
(50, 33, 1391112045, 1391112178, 21, 0),
(44, 33, 1391112108, 1391112112, 21, 1),
(44, 24, 1391112119, 1391112147, 21, 1),
(9, 10, 1391112119, 1391112661, 21, 1),
(44, 33, 1391112180, 1391112201, 21, 3),
(37, 24, 1391112186, 1391112837, 21, 3),
(50, 10, 1391112191, 1391112196, 21, 3),
(44, 24, 1391112209, 1391112837, 21, 3),
(50, 33, 1391112223, 1391112223, 21, 3),
(39, 24, 1391112231, 1391112387, 21, 3),
(50, 33, 1391112310, 1391112379, 21, 5),
(50, 24, 1391112379, 1391112403, 21, 6),
(50, 33, 1391112414, 1391112488, 21, 6),
(50, 24, 1391112491, 1391112542, 21, 8),
(50, 33, 1391112542, 1391112836, 21, 9),
(6, 33, 1391112656, 1391112886, 21, 10),
(9, 33, 1391112661, 1391112836, 21, 11),
(6, 9, 1391112887, 1391113158, 21, 14),
(6, 21, 1391113488, 1391113670, 21, 24),
(50, 21, 1391113593, 1391113687, 21, 26),
(37, 20, 1391113742, 1391114377, 21, 29),
(51, 20, 1391113762, 1391114841, 21, 29),
(50, 20, 1391113950, 1391114012, 21, 32),
(6, 20, 1391114004, 1391114822, 21, 33),
(50, 33, 1391114044, 1391114066, 21, 34),
(50, 20, 1391114067, 1391114347, 21, 34),
(9, 20, 1391114342, 1391114372, 21, 39),
(43, 20, 1391114453, 1391114540, 21, 40),
(37, 20, 1391114770, 1391114943, 21, 46),
(6, 15, 1391114822, 1391116379, 21, 47),
(51, 15, 1391114841, 1391116058, 21, 47),
(37, 15, 1391114950, 1391115667, 21, 49),
(9, 15, 1391115201, 1391115636, 21, 53),
(9, 10, 1391115639, 1391115800, 22, 0),
(9, 15, 1391115800, 1391116118, 22, 3),
(52, 15, 1391115810, 1391115844, 22, 3),
(37, 15, 1391115840, 1391116118, 22, 4),
(51, 15, 1391116149, 1391116590, 22, 9),
(37, 15, 1391116204, 1391116343, 22, 10),
(37, 30, 1391116344, 1391116372, 22, 12),
(9, 10, 1391116368, 1391116523, 22, 12),
(37, 15, 1391116375, 1391116418, 22, 12),
(6, 10, 1391116379, 1391116527, 22, 12),
(37, 30, 1391116418, 1391116483, 22, 13),
(6, 15, 1391116527, 1391116677, 22, 15),
(51, 1, 1391117120, 1391117135, 22, 25),
(6, 15, 1391117122, 1391117454, 22, 25),
(51, 15, 1391117135, 1391120262, 22, 25),
(6, 15, 1391117460, 1391118757, 22, 31),
(53, 15, 1391118095, 1391118291, 22, 41),
(9, 15, 1391118191, 1391120262, 22, 43),
(53, 34, 1391118292, 1391118319, 22, 44),
(53, 15, 1391118319, 1391120262, 22, 45),
(6, 15, 1391118814, 1391120262, 22, 53),
(6, 15, 1391118831, 1391119134, 22, 53),
(53, 34, 1391118833, 1391118912, 22, 53),
(9, 15, 1391118836, 1391119103, 22, 53),
(51, 15, 1391118840, 1391119134, 22, 54),
(53, 15, 1391118913, 1391119057, 22, 55),
(9, 15, 1391119109, 1391119124, 22, 58),
(9, 1, 1391119125, 1391119155, 22, 58),
(51, 15, 1391119135, 1391119362, 22, 58),
(6, 1, 1391119135, 1391119149, 22, 58),
(15, 15, 1391121007, 1391122336, 23, 30),
(6, 15, 1391121007, 1391122186, 23, 30),
(15, 15, 1391122256, 1391125551, 23, 50),
(6, 15, 1391122256, 1391122336, 23, 50),
(15, 15, 1391123600, 1391125551, 0, 13),
(6, 15, 1391123600, 1391125551, 0, 13),
(15, 15, 1391123815, 1391125551, 0, 16),
(54, 15, 1391123815, 1391125551, 0, 16),
(9, 9, 1391125710, 1391131099, 0, 48),
(6, 9, 1391125710, 1391126925, 0, 48),
(9, 9, 1391125906, 1391126925, 0, 51),
(54, 9, 1391125906, 1391126528, 0, 51),
(20, 20, 1391127349, 1391181764, 1, 15),
(6, 20, 1391127349, 1391127562, 1, 15),
(9, 9, 1391128573, 1391180054, 1, 36),
(6, 9, 1391128573, 1391131099, 1, 36),
(15, 15, 1391131100, 1391429574, 2, 18),
(6, 15, 1391131100, 1391134338, 2, 18),
(24, 24, 1391167619, 1391174434, 12, 26),
(41, 24, 1391167619, 1391167758, 12, 26),
(26, 26, 1391167758, 1391171027, 12, 29),
(41, 26, 1391167758, 1391168319, 12, 29),
(26, 26, 1391167902, 1391262855, 12, 31),
(6, 26, 1391167902, 1391171013, 12, 31),
(26, 26, 1391168830, 1391175278, 12, 47),
(9, 26, 1391168830, 1391169898, 12, 47),
(26, 26, 1391168989, 1391175278, 12, 49),
(41, 26, 1391168989, 1391169926, 12, 49),
(26, 26, 1391169941, 1391175278, 13, 5),
(41, 26, 1391169941, 1391170048, 13, 5),
(26, 26, 1391170082, 1391175278, 13, 8),
(41, 26, 1391170082, 1391170287, 13, 8),
(24, 24, 1391170288, 1391191325, 13, 11),
(41, 24, 1391170288, 1391170402, 13, 11),
(26, 26, 1391171000, 1391175278, 13, 23),
(41, 26, 1391171000, 1391171027, 13, 23),
(24, 24, 1391171028, 1391175278, 13, 23),
(41, 24, 1391171028, 1391171669, 13, 23),
(24, 24, 1391171092, 1391175278, 13, 24),
(6, 24, 1391171092, 1391172330, 13, 24),
(24, 24, 1391171186, 1391175278, 13, 26),
(39, 24, 1391171186, 1391171441, 13, 26),
(35, 35, 1391172940, 1391182973, 13, 55),
(29, 35, 1391172940, 1391172948, 13, 55),
(12, 12, 1391172949, 1391173499, 13, 55),
(29, 12, 1391172949, 1391173499, 13, 55),
(24, 24, 1391172968, 1391175278, 13, 56),
(41, 24, 1391172968, 1391173091, 13, 56),
(36, 36, 1391173091, 1391173300, 13, 58),
(41, 36, 1391173091, 1391173300, 13, 58),
(12, 12, 1391173301, 1391178614, 14, 1),
(41, 12, 1391173301, 1391173376, 14, 1),
(12, 12, 1391173326, 1391175278, 14, 2),
(17, 12, 1391173326, 1391173499, 14, 2),
(24, 24, 1391173377, 1391175278, 14, 2),
(41, 24, 1391173377, 1391173423, 14, 2),
(24, 24, 1391173795, 1391175278, 14, 9),
(6, 24, 1391173795, 1391174976, 14, 9),
(24, 24, 1391173910, 1391175278, 14, 11),
(29, 24, 1391173910, 1391175151, 14, 11),
(24, 24, 1391174225, 1391175278, 14, 17),
(9, 24, 1391174225, 1391174713, 14, 17),
(24, 24, 1391174247, 1391175278, 14, 17),
(36, 24, 1391174247, 1391174434, 14, 17),
(24, 24, 1391174426, 1391175278, 14, 20),
(24, 24, 1391174426, 1391175278, 14, 20),
(37, 37, 1391174435, 1391174508, 14, 20),
(36, 37, 1391174435, 1391174508, 14, 20),
(24, 24, 1391174509, 1391175210, 14, 21),
(36, 24, 1391174509, 1391175210, 14, 21),
(24, 24, 1391174520, 1391175278, 14, 22),
(43, 24, 1391174520, 1391175136, 14, 22),
(38, 38, 1391174713, 1391179543, 14, 25),
(9, 38, 1391174713, 1391175114, 14, 25),
(28, 28, 1391174976, 1391175275, 14, 29),
(6, 28, 1391174976, 1391175275, 14, 29),
(24, 24, 1391175064, 1391175278, 14, 31),
(35, 24, 1391175064, 1391175092, 14, 31),
(28, 28, 1391175092, 1391184556, 14, 31),
(35, 28, 1391175092, 1391175249, 14, 31),
(28, 28, 1391175115, 1391175278, 14, 31),
(9, 28, 1391175115, 1391175278, 14, 31),
(28, 28, 1391175139, 1391175278, 14, 32),
(43, 28, 1391175139, 1391175142, 14, 32),
(28, 28, 1391175143, 1391175278, 14, 32),
(43, 28, 1391175143, 1391175203, 14, 32),
(28, 28, 1391175151, 1391175278, 14, 32),
(29, 28, 1391175151, 1391175152, 14, 32),
(28, 28, 1391175153, 1391175278, 14, 32),
(29, 28, 1391175153, 1391175230, 14, 32),
(28, 28, 1391175203, 1391175278, 14, 33),
(43, 28, 1391175203, 1391175218, 14, 33),
(28, 28, 1391175218, 1391175278, 14, 33),
(43, 28, 1391175218, 1391175233, 14, 33),
(28, 28, 1391175231, 1391175278, 14, 33),
(29, 28, 1391175231, 1391175278, 14, 33),
(28, 28, 1391175233, 1391175278, 14, 33),
(43, 28, 1391175233, 1391175278, 14, 33),
(38, 38, 1391176713, 1391199262, 14, 58),
(9, 38, 1391176713, 1391178003, 14, 58),
(38, 38, 1391176720, 1391181851, 14, 58),
(24, 38, 1391176720, 1391176875, 14, 58),
(38, 38, 1391176729, 1391181851, 14, 58),
(6, 38, 1391176729, 1391177102, 14, 58),
(38, 38, 1391176775, 1391181851, 14, 59),
(43, 38, 1391176775, 1391177992, 14, 59),
(38, 38, 1391177054, 1391181851, 15, 4),
(37, 38, 1391177054, 1391178051, 15, 4),
(38, 38, 1391177558, 1391181851, 15, 12),
(6, 38, 1391177558, 1391181851, 15, 12),
(38, 38, 1391177928, 1391181851, 15, 18),
(24, 38, 1391177928, 1391178582, 15, 18),
(38, 38, 1391177928, 1391181851, 15, 18),
(24, 38, 1391177928, 1391181851, 15, 18),
(29, 29, 1391177992, 1391181382, 15, 19),
(43, 29, 1391177992, 1391178072, 15, 19),
(29, 29, 1391178004, 1391181851, 15, 20),
(9, 29, 1391178004, 1391178051, 15, 20),
(38, 38, 1391178021, 1391181851, 15, 20),
(29, 38, 1391178021, 1391181851, 15, 20),
(29, 29, 1391178051, 1391181851, 15, 20),
(37, 29, 1391178051, 1391178061, 15, 20),
(38, 38, 1391178051, 1391181851, 15, 20),
(9, 38, 1391178051, 1391178442, 15, 20),
(38, 38, 1391178061, 1391181851, 15, 21),
(37, 38, 1391178061, 1391178559, 15, 21),
(38, 38, 1391178073, 1391181851, 15, 21),
(43, 38, 1391178073, 1391181851, 15, 21),
(25, 25, 1391178442, 1391181851, 15, 27),
(9, 25, 1391178442, 1391181851, 15, 27),
(21, 21, 1391178465, 1391185980, 15, 27),
(9, 21, 1391178465, 1391178481, 15, 27),
(12, 12, 1391178481, 1391187121, 15, 28),
(9, 12, 1391178481, 1391178614, 15, 28),
(20, 20, 1391178559, 1391181851, 15, 29),
(37, 20, 1391178559, 1391178983, 15, 29),
(20, 20, 1391178615, 1391181851, 15, 30),
(9, 20, 1391178615, 1391178673, 15, 30),
(38, 38, 1391178673, 1391181851, 15, 31),
(9, 38, 1391178673, 1391181851, 15, 31),
(20, 20, 1391178769, 1391181851, 15, 32),
(9, 20, 1391178769, 1391178845, 15, 32),
(20, 20, 1391178772, 1391181851, 15, 32),
(29, 20, 1391178772, 1391178970, 15, 32),
(20, 20, 1391178816, 1391181851, 15, 33),
(6, 20, 1391178816, 1391178929, 15, 33),
(20, 20, 1391178829, 1391181851, 15, 33),
(43, 20, 1391178829, 1391178938, 15, 33),
(38, 38, 1391178846, 1391181851, 15, 34),
(9, 38, 1391178846, 1391181851, 15, 34),
(38, 38, 1391178930, 1391181851, 15, 35),
(6, 38, 1391178930, 1391179206, 15, 35),
(38, 38, 1391179009, 1391181851, 15, 36),
(37, 38, 1391179009, 1391179202, 15, 36),
(38, 38, 1391179009, 1391181851, 15, 36),
(29, 38, 1391179009, 1391179210, 15, 36),
(38, 38, 1391179135, 1391181851, 15, 38),
(43, 38, 1391179135, 1391179230, 15, 38),
(9, 9, 1391179206, 1391185910, 15, 40),
(6, 9, 1391179206, 1391179235, 15, 40),
(9, 9, 1391179213, 1391181851, 15, 40),
(29, 9, 1391179213, 1391179265, 15, 40),
(9, 9, 1391179230, 1391181851, 15, 40),
(43, 9, 1391179230, 1391179286, 15, 40),
(10, 10, 1391179235, 1391181494, 15, 40),
(6, 10, 1391179235, 1391179250, 15, 40),
(9, 9, 1391179250, 1391181851, 15, 40),
(6, 9, 1391179250, 1391179275, 15, 40),
(10, 10, 1391179267, 1391186304, 15, 41),
(29, 10, 1391179267, 1391180511, 15, 41),
(9, 9, 1391179270, 1391181851, 15, 41),
(37, 9, 1391179270, 1391179307, 15, 41),
(10, 10, 1391179275, 1391181851, 15, 41),
(6, 10, 1391179275, 1391179461, 15, 41),
(10, 10, 1391179288, 1391181851, 15, 41),
(43, 10, 1391179288, 1391179597, 15, 41),
(10, 10, 1391179309, 1391181851, 15, 41),
(37, 10, 1391179309, 1391179396, 15, 41),
(38, 38, 1391179350, 1391181851, 15, 42),
(9, 38, 1391179350, 1391179532, 15, 42),
(38, 38, 1391179398, 1391181851, 15, 43),
(37, 38, 1391179398, 1391179403, 15, 43),
(38, 38, 1391179403, 1391181851, 15, 43),
(37, 38, 1391179403, 1391179543, 15, 43),
(39, 39, 1391179424, 1391181369, 15, 43),
(55, 39, 1391179424, 1391179475, 15, 43),
(38, 38, 1391179462, 1391181851, 15, 44),
(6, 38, 1391179462, 1391179494, 15, 44),
(10, 10, 1391179494, 1391181851, 15, 44),
(6, 10, 1391179494, 1391181480, 15, 44),
(10, 10, 1391179532, 1391181851, 15, 45),
(9, 10, 1391179532, 1391179981, 15, 45),
(39, 39, 1391179537, 1391187102, 15, 45),
(55, 39, 1391179537, 1391179642, 15, 45),
(10, 10, 1391179543, 1391181851, 15, 45),
(37, 10, 1391179543, 1391179602, 15, 45),
(10, 10, 1391179579, 1391181851, 15, 46),
(24, 10, 1391179579, 1391181312, 15, 46),
(9, 9, 1391179598, 1391181851, 15, 46),
(43, 9, 1391179598, 1391179951, 15, 46),
(9, 9, 1391179607, 1391181851, 15, 46),
(37, 9, 1391179607, 1391180054, 15, 46),
(39, 39, 1391179645, 1391181851, 15, 47),
(55, 39, 1391179645, 1391180516, 15, 47),
(39, 39, 1391179952, 1391181851, 15, 52),
(43, 39, 1391179952, 1391181369, 15, 52),
(9, 9, 1391179981, 1391180080, 15, 53),
(9, 9, 1391179981, 1391181851, 15, 53),
(10, 10, 1391180080, 1391181851, 15, 54),
(9, 10, 1391180081, 1391180794, 15, 54),
(39, 39, 1391180112, 1391181851, 15, 55),
(37, 39, 1391180112, 1391180236, 15, 55),
(39, 39, 1391180356, 1391181851, 15, 59),
(37, 39, 1391180356, 1391180513, 15, 59),
(39, 39, 1391180524, 1391181851, 16, 2),
(55, 39, 1391180524, 1391180558, 16, 2),
(39, 39, 1391180539, 1391181851, 16, 2),
(29, 39, 1391180539, 1391180825, 16, 2),
(10, 10, 1391180559, 1391181851, 16, 2),
(55, 10, 1391180559, 1391181440, 16, 2),
(39, 39, 1391180568, 1391181851, 16, 2),
(37, 39, 1391180568, 1391180720, 16, 2),
(20, 20, 1391180721, 1391181851, 16, 5),
(37, 20, 1391180721, 1391180904, 16, 5),
(39, 39, 1391180795, 1391181851, 16, 6),
(9, 39, 1391180795, 1391180805, 16, 6),
(20, 20, 1391180805, 1391181851, 16, 6),
(9, 20, 1391180805, 1391181156, 16, 6),
(20, 20, 1391180826, 1391181851, 16, 7),
(29, 20, 1391180826, 1391180920, 16, 7),
(20, 20, 1391180931, 1391181851, 16, 8),
(29, 20, 1391180931, 1391181764, 16, 8),
(20, 20, 1391180953, 1391181851, 16, 9),
(37, 20, 1391180953, 1391181199, 16, 9),
(10, 10, 1391181157, 1391181851, 16, 12),
(9, 10, 1391181157, 1391181494, 16, 12),
(10, 10, 1391181200, 1391181851, 16, 13),
(37, 10, 1391181200, 1391181219, 16, 13),
(20, 20, 1391181231, 1391181851, 16, 13),
(37, 20, 1391181231, 1391181598, 16, 13),
(20, 20, 1391181313, 1391181851, 16, 15),
(24, 20, 1391181313, 1391181851, 16, 15),
(29, 29, 1391181371, 1391181851, 16, 16),
(43, 29, 1391181371, 1391181382, 16, 16),
(20, 20, 1391181382, 1391181851, 16, 16),
(43, 20, 1391181382, 1391181656, 16, 16),
(20, 20, 1391181445, 1391181851, 16, 17),
(55, 20, 1391181445, 1391181676, 16, 17),
(20, 20, 1391181480, 1391181851, 16, 18),
(6, 20, 1391181480, 1391181851, 16, 18),
(20, 20, 1391181499, 1391181851, 16, 18),
(9, 20, 1391181499, 1391181851, 16, 18),
(20, 20, 1391181598, 1391181851, 16, 19),
(37, 20, 1391181598, 1391181851, 16, 19),
(32, 32, 1391181657, 1391181724, 16, 20),
(43, 32, 1391181657, 1391181851, 16, 20),
(32, 32, 1391181676, 1391184149, 16, 21),
(55, 32, 1391181677, 1391181724, 16, 21),
(20, 20, 1391181724, 1391181851, 16, 22),
(55, 20, 1391181724, 1391181851, 16, 22),
(32, 32, 1391181765, 1391181851, 16, 22),
(29, 32, 1391181765, 1391181851, 16, 22),
(39, 39, 1391181910, 1391195083, 16, 25),
(55, 39, 1391181910, 1391182045, 16, 25),
(39, 39, 1391181952, 1391187187, 16, 25),
(29, 39, 1391181952, 1391182035, 16, 25),
(32, 32, 1391182020, 1391187187, 16, 27),
(43, 32, 1391182020, 1391182828, 16, 27),
(32, 32, 1391182036, 1391187187, 16, 27),
(29, 32, 1391182036, 1391182821, 16, 27),
(39, 39, 1391182045, 1391187187, 16, 27),
(6, 39, 1391182045, 1391182053, 16, 27),
(32, 32, 1391182046, 1391187187, 16, 27),
(55, 32, 1391182046, 1391182254, 16, 27),
(32, 32, 1391182053, 1391187187, 16, 27),
(6, 32, 1391182053, 1391182776, 16, 27),
(12, 12, 1391182142, 1391189790, 16, 29),
(9, 12, 1391182142, 1391182172, 16, 29),
(32, 32, 1391182173, 1391187187, 16, 29),
(9, 32, 1391182173, 1391182581, 16, 29),
(32, 32, 1391182258, 1391187187, 16, 30),
(55, 32, 1391182258, 1391182389, 16, 30),
(32, 32, 1391182410, 1391187187, 16, 33),
(55, 32, 1391182410, 1391182867, 16, 33),
(12, 12, 1391182597, 1391187187, 16, 36),
(9, 12, 1391182597, 1391182722, 16, 36),
(32, 32, 1391182723, 1391187187, 16, 38),
(9, 32, 1391182723, 1391183013, 16, 38),
(32, 32, 1391182736, 1391187187, 16, 38),
(24, 32, 1391182736, 1391182772, 16, 38),
(35, 35, 1391182822, 1391187187, 16, 40),
(29, 35, 1391182822, 1391182959, 16, 40),
(35, 35, 1391182828, 1391187187, 16, 40),
(43, 35, 1391182828, 1391182973, 16, 40),
(35, 35, 1391182868, 1391187187, 16, 41),
(55, 35, 1391182868, 1391182952, 16, 41),
(32, 32, 1391182953, 1391187187, 16, 42),
(55, 32, 1391182953, 1391184141, 16, 42),
(40, 40, 1391182960, 1391183069, 16, 42),
(29, 40, 1391182960, 1391183050, 16, 42),
(32, 32, 1391182973, 1391187187, 16, 42),
(43, 32, 1391182973, 1391182980, 16, 42),
(40, 40, 1391182980, 1391187187, 16, 43),
(43, 40, 1391182980, 1391183058, 16, 43),
(32, 32, 1391183014, 1391187187, 16, 43),
(9, 32, 1391183014, 1391183020, 16, 43),
(40, 40, 1391183022, 1391187187, 16, 43),
(9, 40, 1391183022, 1391183069, 16, 43),
(41, 41, 1391183051, 1391183265, 16, 44),
(29, 41, 1391183051, 1391183223, 16, 44),
(41, 41, 1391183058, 1391187187, 16, 44),
(43, 41, 1391183058, 1391183230, 16, 44),
(32, 32, 1391183061, 1391187187, 16, 44),
(6, 32, 1391183061, 1391183168, 16, 44),
(32, 32, 1391183069, 1391187187, 16, 44),
(9, 32, 1391183069, 1391183088, 16, 44),
(41, 41, 1391183089, 1391187187, 16, 44),
(9, 41, 1391183089, 1391183265, 16, 44),
(41, 41, 1391183168, 1391187187, 16, 46),
(6, 41, 1391183168, 1391183198, 16, 46),
(32, 32, 1391183199, 1391187187, 16, 46),
(6, 32, 1391183199, 1391184112, 16, 46),
(42, 42, 1391183224, 1391183312, 16, 47),
(29, 42, 1391183224, 1391183312, 16, 47),
(42, 42, 1391183230, 1391187187, 16, 47),
(43, 42, 1391183230, 1391183247, 16, 47),
(32, 32, 1391183256, 1391187187, 16, 47),
(43, 32, 1391183256, 1391184149, 16, 47),
(42, 42, 1391183266, 1391187187, 16, 47),
(9, 42, 1391183266, 1391183281, 16, 47),
(32, 32, 1391183279, 1391187187, 16, 47),
(44, 32, 1391183279, 1391184005, 16, 47),
(32, 32, 1391183281, 1391187187, 16, 48),
(9, 32, 1391183281, 1391184138, 16, 48),
(32, 32, 1391183313, 1391187187, 16, 48),
(29, 32, 1391183313, 1391183344, 16, 48),
(32, 32, 1391183581, 1391187187, 16, 53),
(24, 32, 1391183581, 1391183681, 16, 53),
(22, 22, 1391183734, 1391257299, 16, 55),
(24, 22, 1391183734, 1391183800, 16, 55),
(32, 32, 1391184034, 1391187187, 17, 0),
(44, 32, 1391184034, 1391184136, 17, 0),
(28, 28, 1391184112, 1391187187, 17, 1),
(6, 28, 1391184112, 1391184483, 17, 1),
(28, 28, 1391184137, 1391187187, 17, 2),
(44, 28, 1391184137, 1391184380, 17, 2),
(28, 28, 1391184139, 1391187187, 17, 2),
(9, 28, 1391184139, 1391184365, 17, 2),
(28, 28, 1391184142, 1391187187, 17, 2),
(55, 28, 1391184142, 1391184424, 17, 2),
(28, 28, 1391184149, 1391187187, 17, 2),
(43, 28, 1391184149, 1391184556, 17, 2),
(21, 21, 1391184366, 1391209052, 17, 6),
(9, 21, 1391184366, 1391185830, 17, 6),
(21, 21, 1391184380, 1391187187, 17, 6),
(44, 21, 1391184380, 1391184402, 17, 6),
(21, 21, 1391184404, 1391187187, 17, 6),
(44, 21, 1391184404, 1391184412, 17, 6),
(21, 21, 1391184431, 1391187187, 17, 7),
(55, 21, 1391184431, 1391185980, 17, 7),
(21, 21, 1391184483, 1391187187, 17, 8),
(6, 21, 1391184483, 1391185837, 17, 8),
(21, 21, 1391184560, 1391187187, 17, 9),
(43, 21, 1391184560, 1391184608, 17, 9),
(21, 21, 1391184630, 1391187187, 17, 10),
(44, 21, 1391184630, 1391184897, 17, 10),
(21, 21, 1391184898, 1391187187, 17, 14),
(44, 21, 1391184898, 1391185274, 17, 14),
(43, 43, 1391185274, 1391185372, 17, 21),
(44, 43, 1391185274, 1391185372, 17, 21),
(21, 21, 1391185373, 1391187187, 17, 22),
(44, 21, 1391185373, 1391185581, 17, 22),
(21, 21, 1391185621, 1391187187, 17, 27),
(44, 21, 1391185621, 1391185907, 17, 27),
(21, 21, 1391185814, 1391187187, 17, 30),
(50, 21, 1391185814, 1391185847, 17, 30),
(9, 9, 1391185837, 1391188964, 17, 30),
(6, 9, 1391185837, 1391185910, 17, 30),
(12, 12, 1391185857, 1391187187, 17, 30),
(9, 12, 1391185857, 1391185893, 17, 30),
(9, 9, 1391185864, 1391187187, 17, 31),
(50, 9, 1391185864, 1391185897, 17, 31),
(9, 9, 1391185894, 1391185914, 17, 31),
(9, 9, 1391185894, 1391187187, 17, 31),
(10, 10, 1391185899, 1391191213, 17, 31),
(50, 10, 1391185899, 1391186220, 17, 31),
(10, 10, 1391185908, 1391187187, 17, 31),
(44, 10, 1391185908, 1391186254, 17, 31),
(10, 10, 1391185911, 1391187187, 17, 31),
(6, 10, 1391185911, 1391187187, 17, 31),
(10, 10, 1391185914, 1391187187, 17, 31),
(9, 10, 1391185914, 1391187187, 17, 31),
(10, 10, 1391185981, 1391187187, 17, 33),
(55, 10, 1391185981, 1391186254, 17, 33),
(12, 12, 1391186273, 1391187187, 17, 37),
(9, 12, 1391186273, 1391186669, 17, 37),
(12, 12, 1391186278, 1391187187, 17, 37),
(6, 12, 1391186278, 1391186632, 17, 37),
(10, 10, 1391186293, 1391187187, 17, 38),
(55, 10, 1391186293, 1391186304, 17, 38),
(12, 12, 1391186305, 1391187187, 17, 38),
(55, 12, 1391186305, 1391187049, 17, 38),
(12, 12, 1391186308, 1391187187, 17, 38),
(44, 12, 1391186308, 1391186334, 17, 38),
(12, 12, 1391186334, 1391187187, 17, 38),
(44, 12, 1391186334, 1391187121, 17, 38),
(12, 12, 1391186674, 1391187187, 17, 44),
(6, 12, 1391186674, 1391186709, 17, 44),
(12, 12, 1391186697, 1391187187, 17, 44),
(9, 12, 1391186697, 1391187050, 17, 44),
(12, 12, 1391186792, 1391187187, 17, 46),
(56, 12, 1391186792, 1391187387, 17, 46),
(12, 12, 1391186823, 1391187187, 17, 47),
(6, 12, 1391186823, 1391187522, 17, 47),
(12, 12, 1391186851, 1391187187, 17, 47),
(50, 12, 1391186851, 1391187052, 17, 47),
(39, 39, 1391187049, 1391187187, 17, 50),
(55, 39, 1391187049, 1391187087, 17, 50),
(39, 39, 1391187051, 1391187187, 17, 50),
(9, 39, 1391187051, 1391187083, 17, 50),
(39, 39, 1391187053, 1391187187, 17, 50),
(50, 39, 1391187053, 1391187095, 17, 50),
(10, 10, 1391187083, 1391187187, 17, 51),
(9, 10, 1391187083, 1391187507, 17, 51),
(10, 10, 1391187087, 1391187187, 17, 51),
(55, 10, 1391187087, 1391189333, 17, 51),
(39, 39, 1391187097, 1391187187, 17, 51),
(50, 39, 1391187097, 1391187102, 17, 51),
(10, 10, 1391187106, 1391187187, 17, 51),
(50, 10, 1391187106, 1391187573, 17, 51),
(10, 10, 1391187522, 1391296083, 17, 58),
(6, 10, 1391187522, 1391188460, 17, 58),
(33, 33, 1391187590, 1391188993, 17, 59),
(50, 33, 1391187590, 1391187790, 17, 59),
(33, 33, 1391187800, 1391191424, 18, 3),
(50, 33, 1391187800, 1391188190, 18, 3),
(9, 9, 1391188461, 1391197469, 18, 14),
(6, 9, 1391188461, 1391188494, 18, 14),
(10, 10, 1391188495, 1391191424, 18, 14),
(6, 10, 1391188495, 1391188508, 18, 14),
(44, 44, 1391188502, 1391191128, 18, 15),
(57, 44, 1391188502, 1391188640, 18, 15),
(9, 9, 1391188508, 1391191424, 18, 15),
(6, 9, 1391188508, 1391188964, 18, 15),
(44, 44, 1391188558, 1391197831, 18, 15),
(50, 44, 1391188558, 1391188629, 18, 15),
(33, 33, 1391188629, 1391191424, 18, 17),
(50, 33, 1391188629, 1391188976, 18, 17),
(33, 33, 1391188645, 1391191424, 18, 17),
(57, 33, 1391188645, 1391188993, 18, 17),
(10, 10, 1391188964, 1391191424, 18, 22),
(6, 10, 1391188964, 1391190150, 18, 22),
(10, 10, 1391189000, 1391191424, 18, 23),
(57, 10, 1391189000, 1391190143, 18, 23),
(10, 10, 1391189348, 1391191424, 18, 29),
(55, 10, 1391189348, 1391189488, 18, 29),
(10, 10, 1391189461, 1391191424, 18, 31),
(44, 10, 1391189461, 1391189816, 18, 31),
(10, 10, 1391189488, 1391191424, 18, 31),
(55, 10, 1391189488, 1391190341, 18, 31),
(12, 12, 1391189779, 1391194952, 18, 36),
(9, 12, 1391189779, 1391189790, 18, 36),
(10, 10, 1391189791, 1391191424, 18, 36),
(9, 10, 1391189791, 1391190538, 18, 36),
(10, 10, 1391189951, 1391191424, 18, 39),
(58, 10, 1391189951, 1391190510, 18, 39),
(28, 28, 1391190150, 1391197497, 18, 42),
(6, 28, 1391190150, 1391191424, 18, 42),
(28, 28, 1391190156, 1391191424, 18, 42),
(57, 28, 1391190156, 1391191424, 18, 42),
(44, 44, 1391190324, 1391191424, 18, 45),
(57, 44, 1391190324, 1391191128, 18, 45),
(44, 44, 1391190342, 1391191424, 18, 45),
(55, 44, 1391190342, 1391190343, 18, 45),
(44, 44, 1391190343, 1391191424, 18, 45),
(55, 44, 1391190343, 1391190365, 18, 45),
(10, 10, 1391190369, 1391191424, 18, 46),
(6, 10, 1391190369, 1391190523, 18, 46),
(44, 44, 1391190418, 1391191424, 18, 46),
(55, 44, 1391190418, 1391191424, 18, 46),
(45, 45, 1391190510, 1391190566, 18, 48),
(58, 45, 1391190510, 1391190566, 18, 48),
(44, 44, 1391190523, 1391191424, 18, 48),
(6, 44, 1391190523, 1391190804, 18, 48),
(44, 44, 1391190539, 1391191424, 18, 48),
(9, 44, 1391190539, 1391190877, 18, 48),
(24, 24, 1391190743, 1391265614, 18, 52),
(58, 24, 1391190743, 1391190809, 18, 52),
(24, 24, 1391190804, 1391191424, 18, 53),
(6, 24, 1391190804, 1391191325, 18, 53),
(24, 24, 1391190877, 1391191424, 18, 54),
(9, 24, 1391190877, 1391191054, 18, 54),
(10, 10, 1391191055, 1391191424, 18, 57),
(9, 10, 1391191055, 1391191213, 18, 57),
(24, 24, 1391191158, 1391191424, 18, 59),
(57, 24, 1391191158, 1391191209, 18, 59),
(44, 44, 1391191209, 1391191424, 19, 0),
(57, 44, 1391191209, 1391191424, 19, 0),
(44, 44, 1391191214, 1391191424, 19, 0),
(9, 44, 1391191214, 1391191424, 19, 0),
(44, 44, 1391191325, 1391191424, 19, 2),
(6, 44, 1391191325, 1391191424, 19, 2),
(44, 44, 1391191408, 1391191424, 19, 3),
(58, 44, 1391191408, 1391191424, 19, 3),
(14, 14, 1391191520, 1391197493, 19, 5),
(57, 14, 1391191520, 1391191560, 19, 5),
(46, 46, 1391191529, 1391192099, 19, 5),
(58, 46, 1391191529, 1391191586, 19, 5),
(12, 12, 1391191544, 1391196151, 19, 5),
(9, 12, 1391191544, 1391191789, 19, 5),
(12, 12, 1391191553, 1391194998, 19, 5),
(6, 12, 1391191553, 1391194309, 19, 5),
(12, 12, 1391191560, 1391194998, 19, 6),
(57, 12, 1391191560, 1391191705, 19, 6),
(12, 12, 1391191587, 1391194998, 19, 6),
(58, 12, 1391191587, 1391191587, 19, 6),
(12, 12, 1391191588, 1391194998, 19, 6),
(58, 12, 1391191588, 1391191776, 19, 6),
(46, 46, 1391191589, 1391342744, 19, 6),
(54, 46, 1391191589, 1391191618, 19, 6),
(12, 12, 1391191618, 1391194998, 19, 6),
(54, 12, 1391191618, 1391191670, 19, 6),
(46, 46, 1391191776, 1391194998, 19, 9),
(58, 46, 1391191776, 1391192099, 19, 9),
(46, 46, 1391191790, 1391194998, 19, 9),
(9, 46, 1391191790, 1391192087, 19, 9),
(12, 12, 1391192088, 1391194998, 19, 14),
(9, 12, 1391192088, 1391194895, 19, 14),
(12, 12, 1391192100, 1391194998, 19, 15),
(58, 12, 1391192100, 1391194319, 19, 15),
(12, 12, 1391192631, 1391194998, 19, 23),
(59, 12, 1391192631, 1391192739, 19, 23),
(12, 12, 1391193385, 1391194998, 19, 36),
(35, 12, 1391193385, 1391193569, 19, 36),
(12, 12, 1391193521, 1391194998, 19, 38),
(60, 12, 1391193521, 1391194033, 19, 38),
(12, 12, 1391193984, 1391194998, 19, 46),
(43, 12, 1391193984, 1391194145, 19, 46),
(12, 12, 1391194045, 1391194998, 19, 47),
(44, 12, 1391194045, 1391194097, 19, 47),
(43, 43, 1391194098, 1391194998, 19, 48),
(44, 43, 1391194098, 1391194998, 19, 48),
(47, 47, 1391194121, 1391194687, 19, 48),
(44, 47, 1391194121, 1391194998, 19, 48),
(12, 12, 1391194162, 1391194998, 19, 49),
(60, 12, 1391194162, 1391194215, 19, 49),
(47, 47, 1391194309, 1391198696, 19, 51),
(6, 47, 1391194309, 1391194998, 19, 51),
(47, 47, 1391194320, 1391194998, 19, 52),
(58, 47, 1391194320, 1391194361, 19, 52),
(12, 12, 1391194361, 1391194998, 19, 52),
(58, 12, 1391194361, 1391194564, 19, 52),
(12, 12, 1391194515, 1391194998, 19, 55),
(54, 12, 1391194515, 1391194631, 19, 55),
(47, 47, 1391194564, 1391194998, 19, 56),
(58, 47, 1391194564, 1391194687, 19, 56),
(47, 47, 1391194631, 1391194998, 19, 57),
(54, 47, 1391194631, 1391194665, 19, 57),
(12, 12, 1391194687, 1391194998, 19, 58),
(58, 12, 1391194687, 1391194952, 19, 58),
(12, 12, 1391194845, 1391194998, 20, 0),
(55, 12, 1391194845, 1391194854, 20, 0),
(47, 47, 1391194854, 1391194998, 20, 0),
(55, 47, 1391194854, 1391194998, 20, 0),
(47, 47, 1391194952, 1391194998, 20, 2),
(58, 47, 1391194952, 1391194998, 20, 2),
(47, 47, 1391195043, 1391340485, 20, 4),
(44, 47, 1391195043, 1391195573, 20, 4),
(39, 39, 1391195047, 1391199761, 20, 4),
(55, 39, 1391195047, 1391195083, 20, 4),
(47, 47, 1391195083, 1391199761, 20, 4),
(55, 47, 1391195083, 1391195278, 20, 4),
(48, 48, 1391195179, 1391196862, 20, 6),
(54, 48, 1391195179, 1391196355, 20, 6),
(49, 49, 1391195278, 1391199474, 20, 7),
(55, 49, 1391195278, 1391195683, 20, 7),
(48, 48, 1391195330, 1391216494, 20, 8),
(58, 48, 1391195330, 1391195355, 20, 8),
(47, 47, 1391195355, 1391199761, 20, 9),
(58, 47, 1391195355, 1391195578, 20, 9),
(47, 47, 1391195574, 1391199761, 20, 12),
(44, 47, 1391195574, 1391196538, 20, 12),
(49, 49, 1391195578, 1391274687, 20, 12),
(58, 49, 1391195578, 1391195590, 20, 12),
(12, 12, 1391195579, 1391217958, 20, 12),
(9, 12, 1391195579, 1391196151, 20, 12),
(12, 12, 1391195590, 1391199761, 20, 13),
(58, 12, 1391195590, 1391195969, 20, 13),
(12, 12, 1391195683, 1391199761, 20, 14),
(55, 12, 1391195683, 1391195721, 20, 14),
(47, 47, 1391195721, 1391199761, 20, 15),
(55, 47, 1391195721, 1391195739, 20, 15),
(49, 49, 1391195739, 1391199761, 20, 15),
(55, 49, 1391195739, 1391198267, 20, 15),
(12, 12, 1391195805, 1391199761, 20, 16),
(6, 12, 1391195805, 1391195964, 20, 16),
(48, 48, 1391195964, 1391199761, 20, 19),
(6, 48, 1391195964, 1391196166, 20, 19),
(48, 48, 1391195970, 1391199761, 20, 19),
(58, 48, 1391195970, 1391196027, 20, 19),
(48, 48, 1391196010, 1391199761, 20, 20),
(24, 48, 1391196010, 1391196091, 20, 20),
(48, 48, 1391196028, 1391199761, 20, 20),
(58, 48, 1391196028, 1391196180, 20, 20),
(49, 49, 1391196091, 1391199761, 20, 21),
(24, 49, 1391196091, 1391196421, 20, 21),
(48, 48, 1391196151, 1391199761, 20, 22),
(9, 48, 1391196151, 1391196175, 20, 22),
(49, 49, 1391196166, 1391199761, 20, 22),
(6, 49, 1391196166, 1391198263, 20, 22),
(49, 49, 1391196175, 1391199761, 20, 22),
(9, 49, 1391196175, 1391196325, 20, 22),
(49, 49, 1391196180, 1391199761, 20, 23),
(58, 49, 1391196180, 1391196333, 20, 23),
(49, 49, 1391196210, 1391199761, 20, 23),
(52, 49, 1391196210, 1391196735, 20, 23),
(38, 38, 1391196326, 1391208953, 20, 25),
(9, 38, 1391196326, 1391196569, 20, 25),
(38, 38, 1391196333, 1391199761, 20, 25),
(58, 38, 1391196333, 1391196473, 20, 25),
(49, 49, 1391196355, 1391199761, 20, 25),
(54, 49, 1391196355, 1391196454, 20, 25),
(49, 49, 1391196473, 1391199761, 20, 27),
(58, 49, 1391196473, 1391197155, 20, 27),
(49, 49, 1391196488, 1391199761, 20, 28),
(24, 49, 1391196488, 1391198800, 20, 28),
(49, 49, 1391196570, 1391199761, 20, 29),
(9, 49, 1391196570, 1391197488, 20, 29),
(47, 47, 1391196611, 1391199761, 20, 30),
(54, 47, 1391196611, 1391196704, 20, 30),
(49, 49, 1391196704, 1391199761, 20, 31),
(54, 49, 1391196704, 1391196788, 20, 31),
(48, 48, 1391196788, 1391199761, 20, 33),
(54, 48, 1391196788, 1391196862, 20, 33),
(49, 49, 1391196816, 1391199761, 20, 33),
(52, 49, 1391196816, 1391197155, 20, 33),
(49, 49, 1391197175, 1391199761, 20, 39),
(52, 49, 1391197175, 1391197203, 20, 39),
(49, 49, 1391197200, 1391199761, 20, 40),
(58, 49, 1391197200, 1391197464, 20, 40),
(49, 49, 1391197207, 1391199761, 20, 40),
(52, 49, 1391197207, 1391197650, 20, 40),
(49, 49, 1391197208, 1391199761, 20, 40),
(29, 49, 1391197208, 1391197266, 20, 40),
(49, 49, 1391197287, 1391199761, 20, 41),
(29, 49, 1391197287, 1391197650, 20, 41),
(9, 9, 1391197465, 1391199761, 20, 44),
(58, 9, 1391197465, 1391197469, 20, 44),
(19, 19, 1391197469, 1391427724, 20, 44),
(58, 19, 1391197469, 1391197477, 20, 44),
(28, 28, 1391197477, 1391342818, 20, 44),
(58, 28, 1391197477, 1391197487, 20, 44),
(14, 14, 1391197487, 1391360323, 20, 44),
(58, 14, 1391197487, 1391197493, 20, 44),
(28, 28, 1391197489, 1391199761, 20, 44),
(9, 28, 1391197489, 1391197497, 20, 44),
(49, 49, 1391197493, 1391199761, 20, 44),
(58, 49, 1391197493, 1391197650, 20, 44),
(49, 49, 1391197497, 1391199761, 20, 44),
(9, 49, 1391197497, 1391198205, 20, 44),
(49, 49, 1391197654, 1391199761, 20, 47),
(58, 49, 1391197654, 1391197726, 20, 47),
(49, 49, 1391197667, 1391199761, 20, 47),
(29, 49, 1391197667, 1391197726, 20, 47),
(49, 49, 1391197683, 1391199761, 20, 48),
(52, 49, 1391197683, 1391197726, 20, 48),
(49, 49, 1391197730, 1391199761, 20, 48),
(52, 49, 1391197730, 1391197824, 20, 48),
(49, 49, 1391197731, 1391199761, 20, 48),
(58, 49, 1391197731, 1391197824, 20, 48),
(49, 49, 1391197760, 1391199761, 20, 49),
(29, 49, 1391197760, 1391198155, 20, 49),
(44, 44, 1391197824, 1391342773, 20, 50),
(58, 44, 1391197824, 1391197831, 20, 50),
(49, 49, 1391197832, 1391199761, 20, 50),
(58, 49, 1391197832, 1391198238, 20, 50),
(49, 49, 1391197846, 1391199761, 20, 50),
(44, 49, 1391197846, 1391197904, 20, 50),
(47, 47, 1391197904, 1391199761, 20, 51),
(44, 47, 1391197904, 1391197938, 20, 51),
(49, 49, 1391197938, 1391199761, 20, 52),
(44, 49, 1391197938, 1391198048, 20, 52),
(49, 49, 1391197953, 1391199761, 20, 52),
(17, 49, 1391197953, 1391198105, 20, 52),
(47, 47, 1391198048, 1391199761, 20, 54),
(44, 47, 1391198048, 1391198257, 20, 54),
(49, 49, 1391198105, 1391199761, 20, 55),
(17, 49, 1391198105, 1391198223, 20, 55),
(49, 49, 1391198170, 1391199761, 20, 56),
(29, 49, 1391198170, 1391198296, 20, 56),
(38, 38, 1391198205, 1391199761, 20, 56),
(9, 38, 1391198205, 1391198703, 20, 56),
(49, 49, 1391198223, 1391199761, 20, 57),
(17, 49, 1391198223, 1391198446, 20, 57),
(50, 50, 1391198238, 1391199746, 20, 57),
(58, 50, 1391198238, 1391198672, 20, 57),
(38, 38, 1391198258, 1391199761, 20, 57),
(44, 38, 1391198258, 1391198467, 20, 57),
(38, 38, 1391198263, 1391199761, 20, 57),
(6, 38, 1391198263, 1391198644, 20, 57),
(38, 38, 1391198268, 1391199761, 20, 57),
(55, 38, 1391198268, 1391198493, 20, 57),
(38, 38, 1391198297, 1391199761, 20, 58),
(29, 38, 1391198297, 1391198430, 20, 58),
(49, 49, 1391198432, 1391199761, 21, 0),
(29, 49, 1391198432, 1391198615, 21, 0),
(38, 38, 1391198446, 1391199761, 21, 0),
(17, 38, 1391198446, 1391199262, 21, 0),
(47, 47, 1391198468, 1391199761, 21, 1),
(44, 47, 1391198468, 1391198481, 21, 1),
(50, 50, 1391198482, 1391280516, 21, 1),
(44, 50, 1391198482, 1391198491, 21, 1),
(38, 38, 1391198492, 1391199761, 21, 1),
(44, 38, 1391198492, 1391198667, 21, 1),
(51, 51, 1391198493, 1391199454, 21, 1),
(55, 51, 1391198493, 1391199304, 21, 1),
(49, 49, 1391198644, 1391199761, 21, 4),
(6, 49, 1391198644, 1391198772, 21, 4),
(49, 49, 1391198668, 1391199761, 21, 4),
(44, 49, 1391198668, 1391198674, 21, 4),
(38, 38, 1391198672, 1391199761, 21, 4),
(58, 38, 1391198672, 1391198689, 21, 4),
(50, 50, 1391198674, 1391199761, 21, 4),
(44, 50, 1391198674, 1391198682, 21, 4),
(47, 47, 1391198683, 1391199761, 21, 4),
(44, 47, 1391198683, 1391198696, 21, 4),
(50, 50, 1391198689, 1391199761, 21, 4),
(58, 50, 1391198689, 1391198744, 21, 4),
(51, 51, 1391198697, 1391291952, 21, 4),
(44, 51, 1391198697, 1391199375, 21, 4),
(51, 51, 1391198703, 1391199761, 21, 5),
(9, 51, 1391198703, 1391199309, 21, 5),
(51, 51, 1391198744, 1391199761, 21, 5),
(58, 51, 1391198744, 1391199247, 21, 5),
(51, 51, 1391198762, 1391199761, 21, 6),
(52, 51, 1391198762, 1391199247, 21, 6),
(51, 51, 1391198772, 1391199761, 21, 6),
(6, 51, 1391198772, 1391199329, 21, 6),
(51, 51, 1391198801, 1391199761, 21, 6),
(24, 51, 1391198801, 1391198801, 21, 6),
(51, 51, 1391198802, 1391199761, 21, 6),
(24, 51, 1391198802, 1391199454, 21, 6),
(51, 51, 1391199263, 1391199761, 21, 14),
(17, 51, 1391199263, 1391199761, 21, 14),
(49, 49, 1391199304, 1391199761, 21, 15),
(55, 49, 1391199304, 1391199465, 21, 15),
(52, 52, 1391199309, 1391199387, 21, 15),
(9, 52, 1391199309, 1391199387, 21, 15),
(49, 49, 1391199330, 1391199761, 21, 15),
(6, 49, 1391199330, 1391199474, 21, 15),
(52, 52, 1391199336, 1391209704, 21, 15),
(58, 52, 1391199336, 1391199338, 21, 15),
(52, 52, 1391199338, 1391199761, 21, 15),
(58, 52, 1391199338, 1391199353, 21, 15),
(50, 50, 1391199354, 1391199761, 21, 15),
(58, 50, 1391199354, 1391199364, 21, 15),
(52, 52, 1391199365, 1391199761, 21, 16),
(58, 52, 1391199365, 1391199382, 21, 16),
(49, 49, 1391199375, 1391199761, 21, 16),
(44, 49, 1391199375, 1391199469, 21, 16),
(50, 50, 1391199383, 1391199761, 21, 16),
(58, 50, 1391199383, 1391199761, 21, 16),
(50, 50, 1391199387, 1391199761, 21, 16),
(9, 50, 1391199387, 1391199761, 21, 16),
(50, 50, 1391199456, 1391199761, 21, 17),
(24, 50, 1391199456, 1391199456, 21, 17),
(50, 50, 1391199457, 1391199761, 21, 17),
(24, 50, 1391199457, 1391199761, 21, 17),
(50, 50, 1391199458, 1391199761, 21, 17),
(52, 50, 1391199458, 1391199458, 21, 17),
(50, 50, 1391199459, 1391199761, 21, 17),
(52, 50, 1391199459, 1391199761, 21, 17),
(50, 50, 1391199465, 1391199761, 21, 17),
(55, 50, 1391199465, 1391199465, 21, 17),
(50, 50, 1391199467, 1391199761, 21, 17),
(55, 50, 1391199467, 1391199761, 21, 17),
(50, 50, 1391199470, 1391199761, 21, 17),
(44, 50, 1391199470, 1391199470, 21, 17),
(50, 50, 1391199471, 1391199761, 21, 17),
(44, 50, 1391199471, 1391199746, 21, 17),
(50, 50, 1391199475, 1391199761, 21, 17),
(6, 50, 1391199475, 1391199478, 21, 17),
(50, 50, 1391199481, 1391199761, 21, 18),
(6, 50, 1391199481, 1391199761, 21, 18),
(44, 47, 1391199806, 1391199864, 21, 23),
(44, 24, 1391199865, 1391199872, 21, 24),
(44, 9, 1391199873, 1391199927, 21, 24),
(58, 9, 1391199887, 1391199994, 21, 24),
(9, 12, 1391199891, 1391199912, 21, 24),
(6, 7, 1391199891, 1391199925, 21, 24),
(9, 9, 1391199912, 1391282119, 21, 25),
(6, 12, 1391199925, 1391199937, 21, 25),
(44, 9, 1391199929, 1391200502, 21, 25),
(6, 9, 1391199937, 1391200502, 21, 25),
(58, 50, 1391200001, 1391200490, 21, 26),
(44, 50, 1391200009, 1391200154, 21, 26),
(9, 50, 1391200010, 1391200051, 21, 26),
(6, 50, 1391200012, 1391200499, 21, 26),
(9, 24, 1391200051, 1391200067, 21, 27);
INSERT INTO `user_roomvisits` (`user_id`, `room_id`, `entry_timestamp`, `exit_timestamp`, `hour`, `minute`) VALUES
(24, 50, 1391200064, 1391200168, 21, 27),
(9, 50, 1391200068, 1391200502, 21, 27),
(44, 50, 1391200155, 1391200238, 21, 29),
(44, 12, 1391200239, 1391200246, 21, 30),
(44, 9, 1391200247, 1391200251, 21, 30),
(44, 50, 1391200252, 1391200502, 21, 30),
(9, 12, 1391200542, 1391200884, 21, 35),
(24, 12, 1391200545, 1391201061, 21, 35),
(44, 12, 1391200547, 1391200844, 21, 35),
(58, 12, 1391200573, 1391200714, 21, 36),
(6, 12, 1391200627, 1391201281, 21, 37),
(58, 12, 1391200742, 1391200894, 21, 39),
(55, 39, 1391201420, 1391201602, 21, 50),
(54, 39, 1391201573, 1391201602, 21, 52),
(39, 39, 1391204732, 1391274718, 22, 45),
(55, 39, 1391204732, 1391205060, 22, 45),
(39, 39, 1391204855, 1391205060, 22, 47),
(17, 39, 1391204855, 1391205060, 22, 47),
(39, 39, 1391205002, 1391205060, 22, 50),
(6, 39, 1391205002, 1391205060, 22, 50),
(53, 53, 1391205098, 1391206640, 22, 51),
(17, 53, 1391205098, 1391206640, 22, 51),
(53, 53, 1391205112, 1391253161, 22, 51),
(55, 53, 1391205112, 1391206615, 22, 51),
(53, 53, 1391205262, 1391253161, 22, 54),
(6, 53, 1391205262, 1391206601, 22, 54),
(53, 53, 1391205521, 1391253161, 22, 58),
(24, 53, 1391205521, 1391206454, 22, 58),
(53, 53, 1391205743, 1391253161, 23, 2),
(29, 53, 1391205743, 1391205905, 23, 2),
(53, 53, 1391205933, 1391253161, 23, 5),
(29, 53, 1391205933, 1391206086, 23, 5),
(12, 12, 1391206346, 1391294537, 23, 12),
(9, 12, 1391206346, 1391206360, 23, 12),
(53, 53, 1391206360, 1391253161, 23, 12),
(9, 53, 1391206360, 1391206594, 23, 12),
(53, 53, 1391206361, 1391253161, 23, 12),
(62, 53, 1391206361, 1391206599, 23, 12),
(48, 48, 1391206556, 1391254511, 23, 15),
(54, 48, 1391206556, 1391206612, 23, 15),
(12, 12, 1391206595, 1391253161, 23, 16),
(9, 12, 1391206595, 1391208029, 23, 16),
(12, 12, 1391206599, 1391253161, 23, 16),
(62, 12, 1391206599, 1391208536, 23, 16),
(48, 48, 1391206601, 1391253161, 23, 16),
(6, 48, 1391206601, 1391206606, 23, 16),
(12, 12, 1391206606, 1391253161, 23, 16),
(6, 12, 1391206606, 1391206608, 23, 16),
(12, 12, 1391206609, 1391253161, 23, 16),
(6, 12, 1391206609, 1391207648, 23, 16),
(12, 12, 1391206613, 1391253161, 23, 16),
(54, 12, 1391206613, 1391206615, 23, 16),
(12, 12, 1391206616, 1391253161, 23, 16),
(55, 12, 1391206616, 1391206617, 23, 16),
(12, 12, 1391206618, 1391253161, 23, 16),
(54, 12, 1391206618, 1391207363, 23, 16),
(12, 12, 1391206618, 1391253161, 23, 16),
(55, 12, 1391206618, 1391207530, 23, 16),
(12, 12, 1391206641, 1391253161, 23, 17),
(17, 12, 1391206641, 1391206641, 23, 17),
(12, 12, 1391206643, 1391253161, 23, 17),
(17, 12, 1391206643, 1391206999, 23, 17),
(12, 12, 1391206999, 1391253161, 23, 23),
(17, 12, 1391206999, 1391208917, 23, 23),
(12, 12, 1391207069, 1391253161, 23, 24),
(63, 12, 1391207069, 1391207351, 23, 24),
(48, 48, 1391207364, 1391253161, 23, 29),
(54, 48, 1391207364, 1391208280, 23, 29),
(12, 12, 1391207536, 1391253161, 23, 32),
(55, 12, 1391207536, 1391207536, 23, 32),
(12, 12, 1391207537, 1391253161, 23, 32),
(55, 12, 1391207537, 1391207758, 23, 32),
(48, 48, 1391207649, 1391253161, 23, 34),
(6, 48, 1391207649, 1391207656, 23, 34),
(12, 12, 1391207657, 1391253161, 23, 34),
(6, 12, 1391207657, 1391207657, 23, 34),
(12, 12, 1391207659, 1391253161, 23, 34),
(6, 12, 1391207659, 1391208484, 23, 34),
(12, 12, 1391207752, 1391253161, 23, 35),
(64, 12, 1391207752, 1391208534, 23, 35),
(12, 12, 1391207951, 1391253161, 23, 39),
(65, 12, 1391207951, 1391208273, 23, 39),
(48, 48, 1391208030, 1391253161, 23, 40),
(9, 48, 1391208030, 1391208168, 23, 40),
(12, 12, 1391208169, 1391253161, 23, 42),
(9, 12, 1391208169, 1391208507, 23, 42),
(48, 48, 1391208274, 1391253161, 23, 44),
(65, 48, 1391208274, 1391208284, 23, 44),
(12, 12, 1391208281, 1391253161, 23, 44),
(54, 12, 1391208281, 1391208281, 23, 44),
(12, 12, 1391208286, 1391253161, 23, 44),
(54, 12, 1391208286, 1391208513, 23, 44),
(12, 12, 1391208287, 1391253161, 23, 44),
(65, 12, 1391208287, 1391208287, 23, 44),
(12, 12, 1391208289, 1391253161, 23, 44),
(65, 12, 1391208289, 1391208342, 23, 44),
(12, 12, 1391208303, 1391253161, 23, 45),
(66, 12, 1391208303, 1391208511, 23, 45),
(12, 12, 1391208380, 1391253161, 23, 46),
(67, 12, 1391208380, 1391208508, 23, 46),
(38, 38, 1391208484, 1391347389, 23, 48),
(6, 38, 1391208484, 1391208839, 23, 48),
(38, 38, 1391208507, 1391253161, 23, 48),
(9, 38, 1391208507, 1391208897, 23, 48),
(38, 38, 1391208512, 1391253161, 23, 48),
(67, 38, 1391208512, 1391208876, 23, 48),
(38, 38, 1391208513, 1391253161, 23, 48),
(66, 38, 1391208513, 1391208665, 23, 48),
(48, 48, 1391208513, 1391253161, 23, 48),
(54, 48, 1391208513, 1391208531, 23, 48),
(38, 38, 1391208532, 1391253161, 23, 48),
(54, 38, 1391208532, 1391208532, 23, 48),
(38, 38, 1391208537, 1391253161, 23, 48),
(54, 38, 1391208537, 1391208600, 23, 48),
(38, 38, 1391208545, 1391253161, 23, 49),
(62, 38, 1391208545, 1391208545, 23, 49),
(38, 38, 1391208560, 1391253161, 23, 49),
(62, 38, 1391208560, 1391208562, 23, 49),
(38, 38, 1391208562, 1391253161, 23, 49),
(62, 38, 1391208562, 1391208663, 23, 49),
(54, 54, 1391208684, 1391260932, 23, 51),
(66, 54, 1391208684, 1391208703, 23, 51),
(12, 12, 1391208689, 1391253161, 23, 51),
(62, 12, 1391208689, 1391208781, 23, 51),
(38, 38, 1391208705, 1391253161, 23, 51),
(66, 38, 1391208705, 1391208902, 23, 51),
(48, 48, 1391208730, 1391253161, 23, 52),
(54, 48, 1391208730, 1391208873, 23, 52),
(48, 48, 1391208839, 1391253161, 23, 53),
(6, 48, 1391208839, 1391216494, 23, 53),
(48, 48, 1391208873, 1391253161, 23, 54),
(54, 48, 1391208873, 1391216356, 23, 54),
(48, 48, 1391208877, 1391253161, 23, 54),
(67, 48, 1391208877, 1391209421, 23, 54),
(48, 48, 1391208897, 1391253161, 23, 54),
(9, 48, 1391208897, 1391208897, 23, 54),
(48, 48, 1391208898, 1391253161, 23, 54),
(9, 48, 1391208898, 1391208943, 23, 54),
(48, 48, 1391208903, 1391253161, 23, 55),
(66, 48, 1391208903, 1391208903, 23, 55),
(48, 48, 1391208907, 1391253161, 23, 55),
(66, 48, 1391208907, 1391208991, 23, 55),
(38, 38, 1391208944, 1391253161, 23, 55),
(9, 38, 1391208944, 1391208953, 23, 55),
(52, 52, 1391208954, 1391346385, 23, 55),
(9, 52, 1391208954, 1391209704, 23, 55),
(12, 12, 1391209000, 1391253161, 23, 56),
(66, 12, 1391209000, 1391209004, 23, 56),
(21, 21, 1391209004, 1391288364, 23, 56),
(66, 21, 1391209004, 1391209052, 23, 56),
(55, 55, 1391209421, 1391209437, 0, 3),
(67, 55, 1391209421, 1391209437, 0, 3),
(48, 48, 1391209438, 1391253161, 0, 3),
(67, 48, 1391209438, 1391209483, 0, 3),
(48, 48, 1391209704, 1391253161, 0, 8),
(9, 48, 1391209704, 1391209782, 0, 8),
(48, 48, 1391211319, 1391253161, 0, 35),
(68, 48, 1391211319, 1391213221, 0, 35),
(48, 48, 1391214010, 1391253161, 1, 20),
(69, 48, 1391214010, 1391215793, 1, 20),
(48, 48, 1391214113, 1391253161, 1, 21),
(68, 48, 1391214113, 1391214273, 1, 21),
(48, 48, 1391214571, 1391253161, 1, 29),
(70, 48, 1391214571, 1391214769, 1, 29),
(56, 56, 1391215794, 1391215815, 1, 49),
(69, 56, 1391215794, 1391215815, 1, 49),
(48, 48, 1391215815, 1391253161, 1, 50),
(69, 48, 1391215815, 1391215975, 1, 50),
(12, 12, 1391216657, 1391253161, 2, 4),
(71, 12, 1391216657, 1391217860, 2, 4),
(12, 12, 1391216766, 1391253161, 2, 6),
(6, 12, 1391216766, 1391217958, 2, 6),
(31, 31, 1391253260, 1391253377, 12, 14),
(6, 31, 1391253260, 1391253329, 12, 14),
(31, 31, 1391253299, 1391342848, 12, 14),
(24, 31, 1391253299, 1391253377, 12, 14),
(57, 57, 1391253330, 1391256840, 12, 15),
(6, 57, 1391253330, 1391253794, 12, 15),
(57, 57, 1391253377, 1391272729, 12, 16),
(24, 57, 1391253378, 1391253383, 12, 16),
(22, 22, 1391253384, 1391259975, 12, 16),
(24, 22, 1391253384, 1391253902, 12, 16),
(22, 22, 1391253794, 1391257863, 12, 23),
(6, 22, 1391253794, 1391253979, 12, 23),
(22, 22, 1391253890, 1391257863, 12, 24),
(36, 22, 1391253890, 1391254790, 12, 24),
(48, 48, 1391253980, 1391260204, 12, 26),
(6, 48, 1391253980, 1391254011, 12, 26),
(48, 48, 1391254011, 1391257863, 12, 26),
(6, 48, 1391254011, 1391254031, 12, 26),
(48, 48, 1391254031, 1391257863, 12, 27),
(6, 48, 1391254031, 1391254047, 12, 27),
(48, 48, 1391254048, 1391257863, 12, 27),
(6, 48, 1391254048, 1391254078, 12, 27),
(48, 48, 1391254078, 1391257863, 12, 27),
(6, 48, 1391254078, 1391254200, 12, 27),
(22, 22, 1391254128, 1391257863, 12, 28),
(52, 22, 1391254128, 1391254133, 12, 28),
(48, 48, 1391254133, 1391257863, 12, 28),
(52, 48, 1391254133, 1391254511, 12, 28),
(48, 48, 1391254200, 1391257863, 12, 30),
(6, 48, 1391254200, 1391254486, 12, 30),
(48, 48, 1391254350, 1391257863, 12, 32),
(24, 48, 1391254350, 1391254502, 12, 32),
(22, 22, 1391254511, 1391257863, 12, 35),
(52, 22, 1391254511, 1391254529, 12, 35),
(22, 22, 1391254536, 1391257863, 12, 35),
(24, 22, 1391254536, 1391255312, 12, 35),
(22, 22, 1391254797, 1391257863, 12, 39),
(73, 22, 1391254797, 1391255210, 12, 39),
(22, 22, 1391254889, 1391257863, 12, 41),
(6, 22, 1391254889, 1391255942, 12, 41),
(22, 22, 1391255555, 1391257863, 12, 52),
(52, 22, 1391255555, 1391255569, 12, 52),
(57, 57, 1391255942, 1391257863, 12, 59),
(6, 57, 1391255942, 1391256840, 12, 59),
(57, 57, 1391256580, 1391257863, 13, 9),
(24, 57, 1391256580, 1391256632, 13, 9),
(22, 22, 1391257160, 1391257863, 13, 19),
(24, 22, 1391257160, 1391257863, 13, 19),
(22, 22, 1391257284, 1391257863, 13, 21),
(6, 22, 1391257284, 1391257299, 13, 21),
(48, 48, 1391257990, 1391262050, 13, 33),
(54, 48, 1391257990, 1391260216, 13, 33),
(48, 48, 1391258514, 1391260216, 13, 41),
(24, 48, 1391258514, 1391259874, 13, 41),
(48, 48, 1391258721, 1391260216, 13, 45),
(76, 48, 1391258721, 1391260204, 13, 45),
(48, 48, 1391258794, 1391260216, 13, 46),
(6, 48, 1391258794, 1391260216, 13, 46),
(48, 48, 1391259220, 1391260216, 13, 53),
(66, 48, 1391259220, 1391260216, 13, 53),
(48, 48, 1391259762, 1391260216, 14, 2),
(77, 48, 1391259762, 1391260011, 14, 2),
(22, 22, 1391259874, 1391268832, 14, 4),
(24, 22, 1391259874, 1391259975, 14, 4),
(48, 48, 1391259975, 1391260216, 14, 6),
(24, 48, 1391259975, 1391260249, 14, 6),
(54, 54, 1391260348, 1391272753, 14, 12),
(66, 54, 1391260348, 1391260625, 14, 12),
(54, 54, 1391260390, 1391272753, 14, 13),
(6, 54, 1391260390, 1391260932, 14, 13),
(48, 48, 1391260932, 1391297203, 14, 22),
(6, 48, 1391260932, 1391261829, 14, 22),
(22, 22, 1391261237, 1391290425, 14, 27),
(24, 22, 1391261237, 1391261630, 14, 27),
(48, 48, 1391261349, 1391272753, 14, 29),
(41, 48, 1391261349, 1391261377, 14, 29),
(24, 24, 1391261378, 1391272753, 14, 29),
(41, 24, 1391261378, 1391261561, 14, 29),
(48, 48, 1391261561, 1391272753, 14, 32),
(41, 48, 1391261561, 1391261946, 14, 32),
(48, 48, 1391261631, 1391272753, 14, 33),
(24, 48, 1391261631, 1391261984, 14, 33),
(48, 48, 1391261646, 1391272753, 14, 34),
(29, 48, 1391261646, 1391261700, 14, 34),
(48, 48, 1391261762, 1391272753, 14, 36),
(29, 48, 1391261762, 1391262050, 14, 36),
(26, 26, 1391261947, 1391272753, 14, 39),
(41, 26, 1391261947, 1391262475, 14, 39),
(22, 22, 1391261984, 1391272753, 14, 39),
(24, 22, 1391261984, 1391262267, 14, 39),
(26, 26, 1391262052, 1391272753, 14, 40),
(29, 26, 1391262052, 1391262855, 14, 40),
(26, 26, 1391262173, 1391272753, 14, 42),
(78, 26, 1391262173, 1391262415, 14, 42),
(26, 26, 1391262268, 1391272753, 14, 44),
(24, 26, 1391262268, 1391262420, 14, 44),
(22, 22, 1391262421, 1391272753, 14, 47),
(24, 22, 1391262421, 1391262793, 14, 47),
(22, 22, 1391262476, 1391272753, 14, 47),
(41, 22, 1391262476, 1391264183, 14, 47),
(22, 22, 1391262516, 1391272753, 14, 48),
(78, 22, 1391262516, 1391262730, 14, 48),
(22, 22, 1391262550, 1391272753, 14, 49),
(66, 22, 1391262550, 1391262587, 14, 49),
(26, 26, 1391262588, 1391272753, 14, 49),
(66, 26, 1391262588, 1391262616, 14, 49),
(22, 22, 1391262617, 1391272753, 14, 50),
(66, 22, 1391262617, 1391263936, 14, 50),
(22, 22, 1391262793, 1391272753, 14, 53),
(24, 22, 1391262793, 1391265252, 14, 53),
(22, 22, 1391262855, 1391272753, 14, 54),
(29, 22, 1391262855, 1391262918, 14, 54),
(22, 22, 1391262922, 1391272753, 14, 55),
(79, 22, 1391262922, 1391263311, 14, 55),
(22, 22, 1391263556, 1391272753, 15, 5),
(17, 22, 1391263556, 1391265139, 15, 5),
(22, 22, 1391263888, 1391272753, 15, 11),
(44, 22, 1391263888, 1391264596, 15, 11),
(22, 22, 1391264002, 1391272753, 15, 13),
(58, 22, 1391264002, 1391264185, 15, 13),
(22, 22, 1391264904, 1391272753, 15, 28),
(29, 22, 1391264904, 1391265258, 15, 28),
(22, 22, 1391264940, 1391272753, 15, 29),
(41, 22, 1391264940, 1391265265, 15, 29),
(22, 22, 1391265265, 1391272753, 15, 34),
(41, 22, 1391265265, 1391265369, 15, 34),
(22, 22, 1391265284, 1391272753, 15, 34),
(24, 22, 1391265284, 1391265365, 15, 34),
(24, 24, 1391265406, 1391272753, 15, 36),
(41, 24, 1391265406, 1391265614, 15, 36),
(22, 22, 1391265406, 1391272753, 15, 36),
(24, 22, 1391265406, 1391266256, 15, 36),
(22, 22, 1391265614, 1391272753, 15, 40),
(41, 22, 1391265614, 1391272753, 15, 40),
(22, 22, 1391265832, 1391272753, 15, 43),
(82, 22, 1391265832, 1391266702, 15, 43),
(22, 22, 1391266284, 1391272753, 15, 51),
(24, 22, 1391266284, 1391272753, 15, 51),
(22, 22, 1391267280, 1391272753, 16, 8),
(83, 22, 1391267280, 1391272753, 16, 8),
(22, 22, 1391267668, 1391272753, 16, 14),
(24, 22, 1391267668, 1391268026, 16, 14),
(22, 22, 1391267718, 1391272753, 16, 15),
(41, 22, 1391267718, 1391267759, 16, 15),
(58, 58, 1391267774, 1391270382, 16, 16),
(83, 58, 1391267774, 1391267924, 16, 16),
(22, 22, 1391268026, 1391272753, 16, 20),
(24, 22, 1391268026, 1391268506, 16, 20),
(58, 58, 1391268048, 1391348547, 16, 20),
(83, 58, 1391268048, 1391268130, 16, 20),
(22, 22, 1391268136, 1391272753, 16, 22),
(17, 22, 1391268136, 1391268832, 16, 22),
(58, 58, 1391268234, 1391272753, 16, 23),
(83, 58, 1391268234, 1391268483, 16, 23),
(22, 22, 1391268484, 1391272753, 16, 28),
(83, 22, 1391268484, 1391268502, 16, 28),
(58, 58, 1391268502, 1391272753, 16, 28),
(83, 58, 1391268502, 1391269190, 16, 28),
(58, 58, 1391268506, 1391272753, 16, 28),
(24, 58, 1391268506, 1391269283, 16, 28),
(58, 58, 1391268832, 1391272753, 16, 33),
(17, 58, 1391268832, 1391269753, 16, 33),
(58, 58, 1391269236, 1391272753, 16, 40),
(83, 58, 1391269236, 1391269291, 16, 40),
(59, 59, 1391269283, 1391272753, 16, 41),
(24, 59, 1391269283, 1391272753, 16, 41),
(59, 59, 1391269291, 1391272753, 16, 41),
(83, 59, 1391269291, 1391272753, 16, 41),
(58, 58, 1391269399, 1391272753, 16, 43),
(24, 58, 1391269399, 1391270382, 16, 43),
(58, 58, 1391269399, 1391272753, 16, 43),
(83, 58, 1391269399, 1391270268, 16, 43),
(58, 58, 1391269727, 1391272753, 16, 48),
(6, 58, 1391269727, 1391270379, 16, 48),
(57, 57, 1391270379, 1391298729, 16, 59),
(6, 57, 1391270379, 1391272753, 16, 59),
(57, 57, 1391270383, 1391272753, 16, 59),
(24, 57, 1391270383, 1391271977, 16, 59),
(57, 57, 1391270481, 1391272753, 17, 1),
(83, 57, 1391270481, 1391272691, 17, 1),
(57, 57, 1391271263, 1391272753, 17, 14),
(17, 57, 1391271263, 1391271263, 17, 14),
(57, 57, 1391271265, 1391272753, 17, 14),
(17, 57, 1391271265, 1391271793, 17, 14),
(57, 57, 1391272007, 1391272753, 17, 26),
(24, 57, 1391272007, 1391272729, 17, 26),
(57, 57, 1391272196, 1391272753, 17, 29),
(29, 57, 1391272196, 1391272753, 17, 29),
(57, 57, 1391272912, 1391302599, 17, 41),
(6, 57, 1391272912, 1391273367, 17, 41),
(57, 57, 1391273049, 1391298818, 17, 44),
(24, 57, 1391273049, 1391273983, 17, 44),
(57, 57, 1391273123, 1391298818, 17, 45),
(83, 57, 1391273123, 1391274208, 17, 45),
(57, 57, 1391273324, 1391298818, 17, 48),
(17, 57, 1391273324, 1391275602, 17, 48),
(57, 57, 1391273713, 1391298818, 17, 55),
(29, 57, 1391273713, 1391273942, 17, 55),
(57, 57, 1391274223, 1391298818, 18, 3),
(24, 57, 1391274223, 1391274890, 18, 3),
(57, 57, 1391274417, 1391298818, 18, 6),
(55, 57, 1391274417, 1391274640, 18, 6),
(57, 57, 1391274640, 1391298818, 18, 10),
(55, 57, 1391274640, 1391274641, 18, 10),
(12, 12, 1391274641, 1391343984, 18, 10),
(55, 12, 1391274641, 1391274646, 18, 10),
(49, 49, 1391274646, 1391298818, 18, 10),
(55, 49, 1391274646, 1391274687, 18, 10),
(57, 57, 1391274687, 1391298818, 18, 11),
(55, 57, 1391274687, 1391274698, 18, 11),
(39, 39, 1391274698, 1391298818, 18, 11),
(55, 39, 1391274698, 1391274718, 18, 11),
(57, 57, 1391274718, 1391298818, 18, 11),
(55, 57, 1391274718, 1391275613, 18, 11),
(57, 57, 1391274947, 1391298818, 18, 15),
(54, 57, 1391274947, 1391275017, 18, 15),
(48, 48, 1391275018, 1391298818, 18, 16),
(54, 48, 1391275018, 1391276397, 18, 16),
(57, 57, 1391275057, 1391298818, 18, 17),
(76, 57, 1391275057, 1391275082, 18, 17),
(48, 48, 1391275085, 1391298818, 18, 18),
(76, 48, 1391275085, 1391275092, 18, 18),
(57, 57, 1391275317, 1391298818, 18, 21),
(24, 57, 1391275317, 1391276040, 18, 21),
(57, 57, 1391275451, 1391298818, 18, 24),
(6, 57, 1391275451, 1391275802, 18, 24),
(48, 48, 1391275614, 1391298818, 18, 26),
(55, 48, 1391275614, 1391275916, 18, 26),
(48, 48, 1391275748, 1391298818, 18, 29),
(17, 48, 1391275748, 1391276444, 18, 29),
(48, 48, 1391275802, 1391298818, 18, 30),
(6, 48, 1391275802, 1391276394, 18, 30),
(48, 48, 1391276041, 1391298818, 18, 34),
(24, 48, 1391276041, 1391276148, 18, 34),
(48, 48, 1391276059, 1391298818, 18, 34),
(55, 48, 1391276059, 1391276326, 18, 34),
(12, 12, 1391276113, 1391298818, 18, 35),
(9, 12, 1391276113, 1391276159, 18, 35),
(12, 12, 1391276239, 1391298818, 18, 37),
(9, 12, 1391276239, 1391276262, 18, 37),
(48, 48, 1391276262, 1391298818, 18, 37),
(9, 48, 1391276262, 1391276333, 18, 37),
(51, 51, 1391276326, 1391298818, 18, 38),
(55, 51, 1391276326, 1391276899, 18, 38),
(51, 51, 1391276335, 1391298818, 18, 38),
(9, 51, 1391276335, 1391276898, 18, 38),
(51, 51, 1391276394, 1391298818, 18, 39),
(6, 51, 1391276394, 1391276887, 18, 39),
(51, 51, 1391276445, 1391298818, 18, 40),
(17, 51, 1391276445, 1391276446, 18, 40),
(51, 51, 1391276448, 1391298818, 18, 40),
(17, 51, 1391276448, 1391277680, 18, 40),
(48, 48, 1391276652, 1391298818, 18, 44),
(54, 48, 1391276652, 1391276655, 18, 44),
(51, 51, 1391276660, 1391298818, 18, 44),
(54, 51, 1391276660, 1391276660, 18, 44),
(51, 51, 1391276664, 1391298818, 18, 44),
(54, 51, 1391276664, 1391276739, 18, 44),
(12, 12, 1391276887, 1391298818, 18, 48),
(6, 12, 1391276887, 1391277822, 18, 48),
(12, 12, 1391276899, 1391298818, 18, 48),
(9, 12, 1391276899, 1391277239, 18, 48),
(12, 12, 1391276900, 1391298818, 18, 48),
(55, 12, 1391276900, 1391277912, 18, 48),
(12, 12, 1391277106, 1391298818, 18, 51),
(29, 12, 1391277106, 1391277202, 18, 51),
(12, 12, 1391277214, 1391298818, 18, 53),
(71, 12, 1391277214, 1391277242, 18, 53),
(12, 12, 1391277403, 1391298818, 18, 56),
(84, 12, 1391277403, 1391277409, 18, 56),
(12, 12, 1391277555, 1391298818, 18, 59),
(85, 12, 1391277555, 1391277789, 18, 59),
(48, 48, 1391277619, 1391298818, 19, 0),
(54, 48, 1391277619, 1391278176, 19, 0),
(48, 48, 1391277822, 1391298818, 19, 3),
(6, 48, 1391277822, 1391278188, 19, 3),
(48, 48, 1391277912, 1391298818, 19, 5),
(55, 48, 1391277912, 1391278170, 19, 5),
(12, 12, 1391278055, 1391298818, 19, 7),
(9, 12, 1391278055, 1391278078, 19, 7),
(48, 48, 1391278078, 1391298818, 19, 7),
(9, 48, 1391278078, 1391278147, 19, 7),
(12, 12, 1391278148, 1391298818, 19, 9),
(9, 12, 1391278148, 1391279481, 19, 9),
(12, 12, 1391278173, 1391298818, 19, 9),
(55, 12, 1391278173, 1391278173, 19, 9),
(12, 12, 1391278174, 1391298818, 19, 9),
(55, 12, 1391278174, 1391279699, 19, 9),
(12, 12, 1391278177, 1391298818, 19, 9),
(54, 12, 1391278177, 1391278179, 19, 9),
(12, 12, 1391278180, 1391298818, 19, 9),
(54, 12, 1391278180, 1391278216, 19, 9),
(12, 12, 1391278196, 1391298818, 19, 9),
(6, 12, 1391278196, 1391278201, 19, 9),
(12, 12, 1391278213, 1391298818, 19, 10),
(6, 12, 1391278213, 1391278243, 19, 10),
(12, 12, 1391278244, 1391298818, 19, 10),
(6, 12, 1391278244, 1391279472, 19, 10),
(12, 12, 1391278290, 1391298818, 19, 11),
(86, 12, 1391278290, 1391279709, 19, 11),
(48, 48, 1391278459, 1391298818, 19, 14),
(54, 48, 1391278459, 1391278605, 19, 14),
(12, 12, 1391278479, 1391298818, 19, 14),
(17, 12, 1391278479, 1391279420, 19, 14),
(12, 12, 1391278606, 1391298818, 19, 16),
(54, 12, 1391278606, 1391278703, 19, 16),
(12, 12, 1391278798, 1391298818, 19, 19),
(88, 12, 1391278798, 1391279341, 19, 19),
(12, 12, 1391278806, 1391298818, 19, 20),
(89, 12, 1391278806, 1391279453, 19, 20),
(48, 48, 1391279320, 1391298818, 19, 28),
(54, 48, 1391279320, 1391279618, 19, 28),
(12, 12, 1391279357, 1391298818, 19, 29),
(92, 12, 1391279357, 1391279496, 19, 29),
(12, 12, 1391279381, 1391298818, 19, 29),
(91, 12, 1391279381, 1391279502, 19, 29),
(12, 12, 1391279393, 1391298818, 19, 29),
(93, 12, 1391279393, 1391279500, 19, 29),
(60, 60, 1391279455, 1391442151, 19, 30),
(89, 60, 1391279455, 1391279488, 19, 30),
(50, 50, 1391279472, 1391342761, 19, 31),
(6, 50, 1391279472, 1391280463, 19, 31),
(50, 50, 1391279481, 1391298818, 19, 31),
(9, 50, 1391279481, 1391280516, 19, 31),
(50, 50, 1391279488, 1391298818, 19, 31),
(89, 50, 1391279488, 1391280470, 19, 31),
(50, 50, 1391279498, 1391298818, 19, 31),
(92, 50, 1391279498, 1391280190, 19, 31),
(50, 50, 1391279501, 1391298818, 19, 31),
(93, 50, 1391279501, 1391280469, 19, 31),
(12, 12, 1391279502, 1391298818, 19, 31),
(17, 12, 1391279502, 1391279690, 19, 31),
(50, 50, 1391279503, 1391298818, 19, 31),
(91, 50, 1391279503, 1391280480, 19, 31),
(50, 50, 1391279541, 1391298818, 19, 32),
(95, 50, 1391279541, 1391280467, 19, 32),
(12, 12, 1391279567, 1391298818, 19, 32),
(94, 12, 1391279567, 1391279709, 19, 32),
(48, 48, 1391279618, 1391298818, 19, 33),
(54, 48, 1391279618, 1391298818, 19, 33),
(48, 48, 1391279660, 1391298818, 19, 34),
(54, 48, 1391279660, 1391279669, 19, 34),
(50, 50, 1391279670, 1391298818, 19, 34),
(54, 50, 1391279670, 1391279672, 19, 34),
(50, 50, 1391279673, 1391298818, 19, 34),
(54, 50, 1391279673, 1391279728, 19, 34),
(50, 50, 1391279691, 1391298818, 19, 34),
(17, 50, 1391279691, 1391279692, 19, 34),
(50, 50, 1391279694, 1391298818, 19, 34),
(17, 50, 1391279694, 1391280061, 19, 34),
(50, 50, 1391279699, 1391298818, 19, 34),
(55, 50, 1391279699, 1391279699, 19, 34),
(50, 50, 1391279700, 1391298818, 19, 35),
(55, 50, 1391279700, 1391280483, 19, 35),
(50, 50, 1391279709, 1391298818, 19, 35),
(86, 50, 1391279709, 1391279884, 19, 35),
(50, 50, 1391279710, 1391298818, 19, 35),
(94, 50, 1391279710, 1391280483, 19, 35),
(48, 48, 1391279803, 1391298818, 19, 36),
(54, 48, 1391279803, 1391280651, 19, 36),
(50, 50, 1391279881, 1391298818, 19, 38),
(85, 50, 1391279881, 1391279985, 19, 38),
(61, 61, 1391279986, 1391280158, 19, 39),
(85, 61, 1391279986, 1391280158, 19, 39),
(50, 50, 1391280061, 1391298818, 19, 41),
(17, 50, 1391280061, 1391280506, 19, 41),
(50, 50, 1391280159, 1391298818, 19, 42),
(85, 50, 1391280159, 1391280483, 19, 42),
(50, 50, 1391280173, 1391298818, 19, 42),
(86, 50, 1391280173, 1391280483, 19, 42),
(50, 50, 1391280190, 1391298818, 19, 43),
(92, 50, 1391280190, 1391280473, 19, 43),
(50, 50, 1391280395, 1391298818, 19, 46),
(96, 50, 1391280395, 1391280483, 19, 46),
(9, 9, 1391280463, 1391343594, 19, 47),
(6, 9, 1391280463, 1391281489, 19, 47),
(9, 9, 1391280471, 1391298818, 19, 47),
(89, 9, 1391280471, 1391282475, 19, 47),
(9, 9, 1391280473, 1391298818, 19, 47),
(95, 9, 1391280473, 1391282665, 19, 47),
(9, 9, 1391280474, 1391298818, 19, 47),
(92, 9, 1391280474, 1391283061, 19, 47),
(9, 9, 1391280474, 1391298818, 19, 47),
(93, 9, 1391280474, 1391281864, 19, 47),
(9, 9, 1391280480, 1391298818, 19, 48),
(91, 9, 1391280480, 1391283090, 19, 48),
(9, 9, 1391280491, 1391298818, 19, 48),
(96, 9, 1391280491, 1391283094, 19, 48),
(9, 9, 1391280502, 1391298818, 19, 48),
(86, 9, 1391280502, 1391280606, 19, 48),
(9, 9, 1391280507, 1391298818, 19, 48),
(17, 9, 1391280507, 1391282119, 19, 48),
(9, 9, 1391280516, 1391298818, 19, 48),
(9, 9, 1391280516, 1391298818, 19, 48),
(9, 9, 1391280636, 1391298818, 19, 50),
(55, 9, 1391280636, 1391280636, 19, 50),
(9, 9, 1391280637, 1391298818, 19, 50),
(55, 9, 1391280637, 1391281524, 19, 50),
(9, 9, 1391280645, 1391298818, 19, 50),
(85, 9, 1391280645, 1391280645, 19, 50),
(9, 9, 1391280651, 1391298818, 19, 50),
(85, 9, 1391280651, 1391283564, 19, 50),
(9, 9, 1391280652, 1391298818, 19, 50),
(54, 9, 1391280652, 1391280652, 19, 50),
(9, 9, 1391280656, 1391298818, 19, 50),
(54, 9, 1391280656, 1391280666, 19, 50),
(48, 48, 1391280667, 1391298818, 19, 51),
(54, 48, 1391280667, 1391281974, 19, 51),
(9, 9, 1391281278, 1391298818, 20, 1),
(83, 9, 1391281278, 1391282277, 20, 1),
(9, 9, 1391281315, 1391298818, 20, 1),
(94, 9, 1391281315, 1391284139, 20, 1),
(9, 9, 1391281598, 1391298818, 20, 6),
(6, 9, 1391281598, 1391281719, 20, 6),
(9, 9, 1391281791, 1391298818, 20, 9),
(24, 9, 1391281791, 1391282474, 20, 9),
(48, 48, 1391281975, 1391298818, 20, 12),
(54, 48, 1391281975, 1391282009, 20, 12),
(9, 9, 1391282010, 1391298818, 20, 13),
(54, 9, 1391282010, 1391282011, 20, 13),
(9, 9, 1391282013, 1391298818, 20, 13),
(54, 9, 1391282013, 1391282590, 20, 13),
(9, 9, 1391282020, 1391298818, 20, 13),
(6, 9, 1391282020, 1391282021, 20, 13),
(9, 9, 1391282024, 1391298818, 20, 13),
(6, 9, 1391282024, 1391282916, 20, 13),
(9, 9, 1391282026, 1391298818, 20, 13),
(55, 9, 1391282026, 1391282026, 20, 13),
(9, 9, 1391282027, 1391282665, 20, 13),
(55, 9, 1391282027, 1391282319, 20, 13),
(10, 10, 1391282275, 1391349078, 20, 17),
(9, 10, 1391282275, 1391282297, 20, 17),
(10, 10, 1391282277, 1391298818, 20, 17),
(83, 10, 1391282277, 1391282306, 20, 17),
(9, 9, 1391282306, 1391298818, 20, 18),
(83, 9, 1391282306, 1391282313, 20, 18),
(10, 10, 1391282313, 1391298818, 20, 18),
(83, 10, 1391282313, 1391282360, 20, 18),
(10, 10, 1391282319, 1391298818, 20, 18),
(55, 10, 1391282319, 1391282390, 20, 18),
(9, 9, 1391282391, 1391298818, 20, 19),
(55, 9, 1391282391, 1391282438, 20, 19),
(9, 9, 1391282408, 1391298818, 20, 20),
(97, 9, 1391282408, 1391282502, 20, 20),
(9, 9, 1391282408, 1391298818, 20, 20),
(83, 9, 1391282408, 1391282429, 20, 20),
(10, 10, 1391282429, 1391298818, 20, 20),
(83, 10, 1391282429, 1391284498, 20, 20),
(10, 10, 1391282439, 1391298818, 20, 20),
(55, 10, 1391282439, 1391282501, 20, 20),
(12, 12, 1391282494, 1391298818, 20, 21),
(9, 12, 1391282494, 1391282511, 20, 21),
(9, 9, 1391282503, 1391298818, 20, 21),
(55, 9, 1391282503, 1391282580, 20, 21),
(10, 10, 1391282512, 1391298818, 20, 21),
(9, 10, 1391282512, 1391282648, 20, 21),
(9, 9, 1391282518, 1391298818, 20, 21),
(97, 9, 1391282518, 1391283803, 20, 21),
(9, 9, 1391282563, 1391298818, 20, 22),
(89, 9, 1391282563, 1391284686, 20, 22),
(10, 10, 1391282580, 1391298818, 20, 23),
(55, 10, 1391282580, 1391282630, 20, 23),
(10, 10, 1391282591, 1391298818, 20, 23),
(54, 10, 1391282591, 1391282606, 20, 23),
(9, 9, 1391282606, 1391298818, 20, 23),
(54, 9, 1391282606, 1391283977, 20, 23),
(9, 9, 1391282631, 1391298818, 20, 23),
(55, 9, 1391282631, 1391282966, 20, 23),
(9, 9, 1391282649, 1391283103, 20, 24),
(9, 9, 1391282649, 1391298818, 20, 24),
(10, 10, 1391282666, 1391298818, 20, 24),
(95, 10, 1391282666, 1391282993, 20, 24),
(10, 10, 1391282668, 1391298818, 20, 24),
(9, 10, 1391282668, 1391283043, 20, 24),
(9, 9, 1391282939, 1391298818, 20, 28),
(24, 9, 1391282939, 1391283338, 20, 28),
(10, 10, 1391282967, 1391298818, 20, 29),
(55, 10, 1391282967, 1391282972, 20, 29),
(9, 9, 1391282973, 1391298818, 20, 29),
(55, 9, 1391282973, 1391282978, 20, 29),
(10, 10, 1391282978, 1391298818, 20, 29),
(55, 10, 1391282978, 1391283000, 20, 29),
(9, 9, 1391282999, 1391298818, 20, 29),
(95, 9, 1391282999, 1391283103, 20, 29),
(9, 9, 1391283000, 1391298818, 20, 30),
(55, 9, 1391283000, 1391283017, 20, 30),
(10, 10, 1391283017, 1391298818, 20, 30),
(55, 10, 1391283017, 1391283037, 20, 30),
(9, 9, 1391283037, 1391298818, 20, 30),
(55, 9, 1391283037, 1391283902, 20, 30),
(9, 9, 1391283044, 1391284139, 20, 30),
(9, 9, 1391283044, 1391298818, 20, 30),
(10, 10, 1391283095, 1391298818, 20, 31),
(96, 10, 1391283095, 1391283511, 20, 31),
(62, 62, 1391283103, 1391283161, 20, 31),
(95, 62, 1391283104, 1391283161, 20, 31),
(10, 10, 1391283115, 1391298818, 20, 31),
(9, 10, 1391283115, 1391284110, 20, 31),
(63, 63, 1391283161, 1391286422, 20, 32),
(95, 63, 1391283161, 1391283813, 20, 32),
(9, 9, 1391283446, 1391298818, 20, 37),
(24, 9, 1391283446, 1391284099, 20, 37),
(63, 63, 1391283516, 1391298818, 20, 38),
(96, 63, 1391283516, 1391283642, 20, 38),
(9, 9, 1391283529, 1391298818, 20, 38),
(91, 9, 1391283529, 1391284829, 20, 38),
(9, 9, 1391283562, 1391298818, 20, 39),
(92, 9, 1391283562, 1391285363, 20, 39),
(10, 10, 1391283566, 1391298818, 20, 39),
(85, 10, 1391283566, 1391284100, 20, 39),
(9, 9, 1391283643, 1391298818, 20, 40),
(96, 9, 1391283643, 1391283779, 20, 40),
(64, 64, 1391283780, 1391288530, 20, 43),
(96, 64, 1391283780, 1391283937, 20, 43),
(10, 10, 1391283903, 1391298818, 20, 45),
(55, 10, 1391283903, 1391283909, 20, 45),
(9, 9, 1391283910, 1391298818, 20, 45),
(55, 9, 1391283910, 1391283980, 20, 45),
(9, 9, 1391283938, 1391298818, 20, 45),
(96, 9, 1391283938, 1391285566, 20, 45),
(48, 48, 1391283978, 1391298818, 20, 46),
(54, 48, 1391283978, 1391285365, 20, 46),
(9, 9, 1391283980, 1391298818, 20, 46),
(55, 9, 1391283980, 1391284178, 20, 46),
(9, 9, 1391284112, 1391298818, 20, 48),
(9, 9, 1391284112, 1391298818, 20, 48),
(9, 9, 1391284132, 1391284691, 20, 48),
(24, 9, 1391284132, 1391284289, 20, 48),
(10, 10, 1391284140, 1391298818, 20, 49),
(94, 10, 1391284140, 1391284631, 20, 49),
(10, 10, 1391284155, 1391298818, 20, 49),
(9, 10, 1391284155, 1391284684, 20, 49),
(10, 10, 1391284179, 1391298818, 20, 49),
(55, 10, 1391284179, 1391284203, 20, 49),
(9, 9, 1391284183, 1391298818, 20, 49),
(95, 9, 1391284183, 1391284200, 20, 49),
(9, 9, 1391284183, 1391298818, 20, 49),
(85, 9, 1391284183, 1391284330, 20, 49),
(9, 9, 1391284203, 1391298818, 20, 50),
(55, 9, 1391284203, 1391285029, 20, 50),
(63, 63, 1391284219, 1391298818, 20, 50),
(95, 63, 1391284219, 1391284262, 20, 50),
(9, 9, 1391284249, 1391298818, 20, 50),
(98, 9, 1391284249, 1391285604, 20, 50),
(9, 9, 1391284276, 1391298818, 20, 51),
(95, 9, 1391284276, 1391284687, 20, 51),
(9, 9, 1391284291, 1391298818, 20, 51),
(24, 9, 1391284291, 1391284691, 20, 51),
(9, 9, 1391284303, 1391298818, 20, 51),
(30, 9, 1391284303, 1391285920, 20, 51),
(65, 65, 1391284331, 1391361445, 20, 52),
(85, 65, 1391284331, 1391284506, 20, 52),
(9, 9, 1391284498, 1391298818, 20, 54),
(83, 9, 1391284498, 1391284541, 20, 54),
(9, 9, 1391284507, 1391298818, 20, 55),
(85, 9, 1391284507, 1391284652, 20, 55),
(10, 10, 1391284542, 1391298818, 20, 55),
(83, 10, 1391284542, 1391286038, 20, 55),
(9, 9, 1391284636, 1391298818, 20, 57),
(94, 9, 1391284636, 1391284955, 20, 57),
(66, 66, 1391284653, 1391286007, 20, 57),
(85, 66, 1391284653, 1391285941, 20, 57),
(9, 9, 1391284686, 1391284829, 20, 58),
(9, 9, 1391284686, 1391298818, 20, 58),
(10, 10, 1391284687, 1391298818, 20, 58),
(89, 10, 1391284687, 1391284825, 20, 58),
(66, 66, 1391284688, 1391342434, 20, 58),
(95, 66, 1391284688, 1391285157, 20, 58),
(10, 10, 1391284707, 1391298818, 20, 58),
(9, 10, 1391284707, 1391284816, 20, 58),
(9, 9, 1391284816, 1391298818, 21, 0),
(9, 9, 1391284816, 1391298818, 21, 0),
(9, 9, 1391284825, 1391285363, 21, 0),
(89, 9, 1391284825, 1391284907, 21, 0),
(10, 10, 1391284830, 1391298818, 21, 0),
(91, 10, 1391284830, 1391285293, 21, 0),
(10, 10, 1391284862, 1391298818, 21, 1),
(9, 10, 1391284862, 1391285337, 21, 1),
(9, 9, 1391284907, 1391298818, 21, 1),
(89, 9, 1391284907, 1391284928, 21, 1),
(66, 66, 1391284956, 1391298818, 21, 2),
(94, 66, 1391284956, 1391285477, 21, 2),
(67, 67, 1391284961, 1391285014, 21, 2),
(89, 67, 1391284961, 1391285014, 21, 2),
(68, 68, 1391285014, 1391298818, 21, 3),
(89, 68, 1391285014, 1391298818, 21, 3),
(66, 66, 1391285029, 1391298818, 21, 3),
(55, 66, 1391285029, 1391285891, 21, 3),
(69, 69, 1391285045, 1391287476, 21, 4),
(89, 69, 1391285045, 1391285060, 21, 4),
(66, 66, 1391285060, 1391298818, 21, 4),
(89, 66, 1391285060, 1391285089, 21, 4),
(9, 9, 1391285089, 1391298818, 21, 4),
(89, 9, 1391285089, 1391285213, 21, 4),
(66, 66, 1391285114, 1391298818, 21, 5),
(24, 66, 1391285114, 1391285163, 21, 5),
(9, 9, 1391285158, 1391298818, 21, 5),
(95, 9, 1391285158, 1391285209, 21, 5),
(9, 9, 1391285210, 1391298818, 21, 6),
(95, 9, 1391285210, 1391285213, 21, 6),
(66, 66, 1391285215, 1391298818, 21, 6),
(95, 66, 1391285215, 1391285452, 21, 6),
(48, 48, 1391285217, 1391298818, 21, 6),
(89, 48, 1391285217, 1391285399, 21, 6),
(66, 66, 1391285293, 1391298818, 21, 8),
(91, 66, 1391285293, 1391285601, 21, 8),
(9, 9, 1391285338, 1391285604, 21, 8),
(9, 9, 1391285338, 1391298818, 21, 8),
(10, 10, 1391285365, 1391298818, 21, 9),
(92, 10, 1391285365, 1391285588, 21, 9),
(48, 48, 1391285365, 1391298818, 21, 9),
(54, 48, 1391285365, 1391285389, 21, 9),
(10, 10, 1391285382, 1391298818, 21, 9),
(9, 10, 1391285382, 1391285576, 21, 9),
(9, 9, 1391285385, 1391298818, 21, 9),
(6, 9, 1391285385, 1391285407, 21, 9),
(48, 48, 1391285390, 1391298818, 21, 9),
(54, 48, 1391285390, 1391285412, 21, 9),
(69, 69, 1391285400, 1391298818, 21, 10),
(89, 69, 1391285400, 1391285450, 21, 10),
(10, 10, 1391285408, 1391298818, 21, 10),
(6, 10, 1391285408, 1391286712, 21, 10),
(48, 48, 1391285413, 1391298818, 21, 10),
(54, 48, 1391285413, 1391285458, 21, 10),
(9, 9, 1391285453, 1391298818, 21, 10),
(95, 9, 1391285453, 1391285470, 21, 10),
(48, 48, 1391285459, 1391298818, 21, 10),
(54, 48, 1391285459, 1391285510, 21, 10),
(9, 9, 1391285476, 1391298818, 21, 11),
(95, 9, 1391285476, 1391285479, 21, 11),
(9, 9, 1391285477, 1391298818, 21, 11),
(94, 9, 1391285477, 1391285487, 21, 11),
(66, 66, 1391285479, 1391298818, 21, 11),
(89, 66, 1391285479, 1391285602, 21, 11),
(48, 48, 1391285480, 1391298818, 21, 11),
(95, 48, 1391285480, 1391285494, 21, 11),
(66, 66, 1391285488, 1391298818, 21, 11),
(94, 66, 1391285488, 1391286007, 21, 11),
(66, 66, 1391285495, 1391298818, 21, 11),
(95, 66, 1391285495, 1391285601, 21, 11),
(48, 48, 1391285510, 1391298818, 21, 11),
(54, 48, 1391285510, 1391285558, 21, 11),
(66, 66, 1391285539, 1391298818, 21, 12),
(99, 66, 1391285539, 1391285564, 21, 12),
(48, 48, 1391285558, 1391298818, 21, 12),
(54, 48, 1391285558, 1391285931, 21, 12),
(66, 66, 1391285567, 1391298818, 21, 12),
(96, 66, 1391285567, 1391285971, 21, 12),
(9, 9, 1391285576, 1391298818, 21, 12),
(9, 9, 1391285576, 1391298818, 21, 12),
(66, 66, 1391285589, 1391298818, 21, 13),
(92, 66, 1391285589, 1391285620, 21, 13),
(70, 70, 1391285601, 1391288582, 21, 13),
(91, 70, 1391285601, 1391285997, 21, 13),
(9, 9, 1391285602, 1391285920, 21, 13),
(89, 9, 1391285603, 1391285655, 21, 13),
(10, 10, 1391285609, 1391298818, 21, 13),
(98, 10, 1391285609, 1391285883, 21, 13),
(66, 66, 1391285620, 1391298818, 21, 13),
(92, 66, 1391285620, 1391285795, 21, 13),
(66, 66, 1391285652, 1391298818, 21, 14),
(9, 66, 1391285652, 1391285715, 21, 14),
(66, 66, 1391285656, 1391298818, 21, 14),
(89, 66, 1391285656, 1391285778, 21, 14),
(66, 66, 1391285696, 1391298818, 21, 14),
(95, 66, 1391285696, 1391285784, 21, 14),
(10, 10, 1391285716, 1391298818, 21, 15),
(9, 10, 1391285716, 1391285890, 21, 15),
(9, 9, 1391285778, 1391298818, 21, 16),
(89, 9, 1391285778, 1391285833, 21, 16),
(9, 9, 1391285784, 1391298818, 21, 16),
(95, 9, 1391285784, 1391285821, 21, 16),
(48, 48, 1391285797, 1391298818, 21, 16),
(92, 48, 1391285797, 1391285833, 21, 16),
(66, 66, 1391285822, 1391298818, 21, 17),
(95, 66, 1391285822, 1391285931, 21, 17),
(66, 66, 1391285842, 1391298818, 21, 17),
(92, 66, 1391285842, 1391285876, 21, 17),
(48, 48, 1391285844, 1391298818, 21, 17),
(89, 48, 1391285844, 1391286771, 21, 17),
(71, 71, 1391285877, 1391285977, 21, 17),
(92, 71, 1391285877, 1391298818, 21, 17),
(9, 9, 1391285890, 1391298818, 21, 18),
(9, 9, 1391285890, 1391298818, 21, 18),
(9, 9, 1391285892, 1391285989, 21, 18),
(55, 9, 1391285892, 1391285964, 21, 18),
(10, 10, 1391285923, 1391298818, 21, 18),
(9, 10, 1391285923, 1391286353, 21, 18),
(48, 48, 1391285932, 1391298818, 21, 18),
(54, 48, 1391285932, 1391286972, 21, 18),
(63, 63, 1391285932, 1391298818, 21, 18),
(95, 63, 1391285932, 1391285988, 21, 18),
(10, 10, 1391285932, 1391298818, 21, 18),
(30, 10, 1391285932, 1391286317, 21, 18),
(9, 9, 1391285941, 1391298818, 21, 19),
(85, 9, 1391285941, 1391285989, 21, 19),
(48, 48, 1391285964, 1391298818, 21, 19),
(55, 48, 1391285964, 1391286812, 21, 19),
(71, 71, 1391285971, 1391298818, 21, 19),
(96, 71, 1391285971, 1391285977, 21, 19),
(48, 48, 1391285977, 1391298818, 21, 19),
(96, 48, 1391285977, 1391286870, 21, 19),
(48, 48, 1391285989, 1391298818, 21, 19),
(95, 48, 1391285989, 1391286045, 21, 19),
(72, 72, 1391285998, 1391287697, 21, 19),
(91, 72, 1391285998, 1391287469, 21, 19),
(48, 48, 1391286008, 1391298818, 21, 20),
(94, 48, 1391286008, 1391286595, 21, 20),
(48, 48, 1391286062, 1391298818, 21, 21),
(95, 48, 1391286062, 1391286380, 21, 21),
(48, 48, 1391286084, 1391298818, 21, 21),
(85, 48, 1391286084, 1391286339, 21, 21),
(48, 48, 1391286351, 1391298818, 21, 25),
(85, 48, 1391286351, 1391286545, 21, 25),
(9, 9, 1391286354, 1391295387, 21, 25),
(9, 9, 1391286354, 1391298818, 21, 25),
(10, 10, 1391286360, 1391298818, 21, 26),
(9, 10, 1391286360, 1391286752, 21, 26),
(9, 9, 1391286362, 1391298818, 21, 26),
(30, 9, 1391286362, 1391286362, 21, 26),
(9, 9, 1391286364, 1391298818, 21, 26),
(30, 9, 1391286364, 1391286375, 21, 26),
(63, 63, 1391286381, 1391298818, 21, 26),
(95, 63, 1391286381, 1391286422, 21, 26),
(48, 48, 1391286389, 1391298818, 21, 26),
(30, 48, 1391286389, 1391286511, 21, 26),
(48, 48, 1391286422, 1391298818, 21, 27),
(95, 48, 1391286422, 1391286865, 21, 27),
(48, 48, 1391286511, 1391298818, 21, 28),
(30, 48, 1391286511, 1391286529, 21, 28),
(48, 48, 1391286544, 1391298818, 21, 29),
(92, 48, 1391286544, 1391286649, 21, 29),
(48, 48, 1391286552, 1391298818, 21, 29),
(100, 48, 1391286552, 1391286852, 21, 29),
(48, 48, 1391286626, 1391298818, 21, 30),
(94, 48, 1391286626, 1391286902, 21, 30),
(48, 48, 1391286644, 1391298818, 21, 30),
(85, 48, 1391286644, 1391286835, 21, 30),
(73, 73, 1391286649, 1391287829, 21, 30),
(92, 73, 1391286649, 1391286962, 21, 30),
(48, 48, 1391286667, 1391298818, 21, 31),
(30, 48, 1391286667, 1391286753, 21, 31),
(48, 48, 1391286712, 1391298818, 21, 31),
(6, 48, 1391286712, 1391286805, 21, 31),
(48, 48, 1391286753, 1391298818, 21, 32),
(9, 48, 1391286753, 1391286831, 21, 32),
(73, 73, 1391286753, 1391298818, 21, 32),
(30, 73, 1391286753, 1391286765, 21, 32),
(48, 48, 1391286791, 1391298818, 21, 33),
(30, 48, 1391286791, 1391286843, 21, 33),
(74, 74, 1391286793, 1391286894, 21, 33),
(89, 74, 1391286793, 1391286894, 21, 33),
(74, 74, 1391286805, 1391298818, 21, 33),
(6, 74, 1391286805, 1391286817, 21, 33),
(74, 74, 1391286813, 1391298818, 21, 33),
(55, 74, 1391286813, 1391286820, 21, 33),
(73, 73, 1391286817, 1391298818, 21, 33),
(6, 73, 1391286817, 1391287760, 21, 33),
(48, 48, 1391286819, 1391298818, 21, 33),
(101, 48, 1391286819, 1391286858, 21, 33),
(73, 73, 1391286820, 1391298818, 21, 33),
(55, 73, 1391286820, 1391286918, 21, 33),
(73, 73, 1391286831, 1391298818, 21, 33),
(9, 73, 1391286831, 1391286879, 21, 33),
(73, 73, 1391286835, 1391298818, 21, 33),
(85, 73, 1391286835, 1391286925, 21, 33),
(73, 73, 1391286843, 1391298818, 21, 34),
(30, 73, 1391286843, 1391286883, 21, 34),
(73, 73, 1391286853, 1391298818, 21, 34),
(100, 73, 1391286853, 1391286927, 21, 34),
(73, 73, 1391286859, 1391298818, 21, 34),
(101, 73, 1391286859, 1391286981, 21, 34),
(73, 73, 1391286866, 1391298818, 21, 34),
(95, 73, 1391286866, 1391286963, 21, 34),
(72, 72, 1391286870, 1391348218, 21, 34),
(96, 72, 1391286870, 1391287325, 21, 34),
(72, 72, 1391286879, 1391298818, 21, 34),
(9, 72, 1391286879, 1391287551, 21, 34),
(72, 72, 1391286883, 1391298818, 21, 34),
(30, 72, 1391286883, 1391286950, 21, 34),
(73, 73, 1391286894, 1391298818, 21, 34),
(89, 73, 1391286894, 1391286922, 21, 34),
(73, 73, 1391286903, 1391298818, 21, 35),
(94, 73, 1391286903, 1391286964, 21, 35),
(72, 72, 1391286918, 1391298818, 21, 35),
(55, 72, 1391286918, 1391286920, 21, 35),
(72, 72, 1391286920, 1391298818, 21, 35),
(55, 72, 1391286920, 1391287572, 21, 35),
(73, 73, 1391286923, 1391298818, 21, 35),
(89, 73, 1391286923, 1391286930, 21, 35),
(72, 72, 1391286926, 1391298818, 21, 35),
(85, 72, 1391286926, 1391287475, 21, 35),
(72, 72, 1391286927, 1391298818, 21, 35),
(100, 72, 1391286927, 1391287465, 21, 35),
(73, 73, 1391286930, 1391298818, 21, 35),
(89, 73, 1391286930, 1391286933, 21, 35),
(72, 72, 1391286933, 1391298818, 21, 35),
(89, 72, 1391286933, 1391287340, 21, 35),
(75, 75, 1391286951, 1391287001, 21, 35),
(30, 75, 1391286951, 1391287001, 21, 35),
(72, 72, 1391286962, 1391298818, 21, 36),
(92, 72, 1391286962, 1391287268, 21, 36),
(72, 72, 1391286963, 1391298818, 21, 36),
(95, 72, 1391286963, 1391287697, 21, 36),
(72, 72, 1391286964, 1391298818, 21, 36),
(94, 72, 1391286964, 1391286964, 21, 36),
(72, 72, 1391286966, 1391298818, 21, 36),
(94, 72, 1391286966, 1391287281, 21, 36),
(72, 72, 1391286974, 1391298818, 21, 36),
(54, 72, 1391286974, 1391286977, 21, 36),
(72, 72, 1391286978, 1391298818, 21, 36),
(54, 72, 1391286978, 1391287147, 21, 36),
(72, 72, 1391286981, 1391298818, 21, 36),
(101, 72, 1391286981, 1391286981, 21, 36),
(72, 72, 1391286982, 1391298818, 21, 36),
(101, 72, 1391286982, 1391287014, 21, 36),
(72, 72, 1391287001, 1391298818, 21, 36),
(30, 72, 1391287001, 1391287279, 21, 36),
(48, 48, 1391287147, 1391298818, 21, 39),
(54, 48, 1391287147, 1391287387, 21, 39),
(73, 73, 1391287269, 1391298818, 21, 41),
(92, 73, 1391287269, 1391287665, 21, 41),
(72, 72, 1391287281, 1391298818, 21, 41),
(30, 72, 1391287281, 1391287491, 21, 41),
(72, 72, 1391287291, 1391298818, 21, 41),
(94, 72, 1391287291, 1391287648, 21, 41),
(72, 72, 1391287326, 1391298818, 21, 42),
(96, 72, 1391287326, 1391287353, 21, 42),
(73, 73, 1391287341, 1391298818, 21, 42),
(89, 73, 1391287341, 1391287369, 21, 42),
(73, 73, 1391287353, 1391298818, 21, 42),
(96, 73, 1391287353, 1391287356, 21, 42),
(72, 72, 1391287356, 1391298818, 21, 42),
(96, 72, 1391287356, 1391287555, 21, 42),
(72, 72, 1391287371, 1391298818, 21, 42),
(89, 72, 1391287371, 1391287379, 21, 42),
(74, 74, 1391287381, 1391298818, 21, 43),
(89, 74, 1391287381, 1391298818, 21, 43),
(48, 48, 1391287387, 1391298818, 21, 43),
(54, 48, 1391287387, 1391287533, 21, 43),
(72, 72, 1391287409, 1391298818, 21, 43),
(89, 72, 1391287409, 1391287421, 21, 43),
(69, 69, 1391287449, 1391298818, 21, 44),
(89, 69, 1391287450, 1391287476, 21, 44),
(73, 73, 1391287465, 1391298818, 21, 44),
(100, 73, 1391287465, 1391287497, 21, 44),
(76, 76, 1391287470, 1391289336, 21, 44),
(91, 76, 1391287470, 1391287487, 21, 44),
(76, 76, 1391287475, 1391348197, 21, 44),
(85, 76, 1391287475, 1391287504, 21, 44),
(77, 77, 1391287476, 1391287683, 21, 44),
(89, 77, 1391287476, 1391298818, 21, 44),
(73, 73, 1391287483, 1391298818, 21, 44),
(24, 73, 1391287483, 1391287502, 21, 44),
(76, 76, 1391287487, 1391298818, 21, 44),
(91, 76, 1391287487, 1391287760, 21, 44),
(73, 73, 1391287491, 1391298818, 21, 44),
(30, 73, 1391287491, 1391287572, 21, 44),
(77, 77, 1391287498, 1391298818, 21, 44),
(100, 77, 1391287498, 1391287683, 21, 44),
(72, 72, 1391287503, 1391298818, 21, 45),
(24, 72, 1391287503, 1391287544, 21, 45),
(73, 73, 1391287504, 1391298818, 21, 45),
(85, 73, 1391287504, 1391287564, 21, 45),
(48, 48, 1391287533, 1391298818, 21, 45),
(54, 48, 1391287533, 1391287587, 21, 45),
(77, 77, 1391287545, 1391298818, 21, 45),
(24, 77, 1391287545, 1391298818, 21, 45),
(76, 76, 1391287553, 1391298818, 21, 45),
(9, 76, 1391287553, 1391287685, 21, 45),
(64, 64, 1391287555, 1391349214, 21, 45),
(96, 64, 1391287555, 1391287739, 21, 45),
(76, 76, 1391287573, 1391298818, 21, 46),
(55, 76, 1391287573, 1391287680, 21, 46),
(76, 76, 1391287584, 1391298818, 21, 46),
(85, 76, 1391287584, 1391287695, 21, 46),
(73, 73, 1391287587, 1391298818, 21, 46),
(54, 73, 1391287587, 1391287613, 21, 46),
(64, 64, 1391287598, 1391298818, 21, 46),
(30, 64, 1391287598, 1391287694, 21, 46),
(64, 64, 1391287649, 1391298818, 21, 47),
(94, 64, 1391287649, 1391287759, 21, 47),
(76, 76, 1391287667, 1391298818, 21, 47),
(92, 76, 1391287667, 1391287701, 21, 47),
(51, 51, 1391287680, 1391298818, 21, 48),
(55, 51, 1391287680, 1391288526, 21, 48),
(73, 73, 1391287686, 1391298818, 21, 48),
(9, 73, 1391287686, 1391287744, 21, 48),
(73, 73, 1391287688, 1391298818, 21, 48),
(100, 73, 1391287688, 1391287738, 21, 48),
(73, 73, 1391287694, 1391298818, 21, 48),
(30, 73, 1391287694, 1391287757, 21, 48),
(51, 51, 1391287696, 1391298818, 21, 48),
(85, 51, 1391287696, 1391287804, 21, 48),
(73, 73, 1391287698, 1391298818, 21, 48),
(95, 73, 1391287698, 1391287829, 21, 48),
(51, 51, 1391287701, 1391298818, 21, 48),
(92, 51, 1391287701, 1391287728, 21, 48),
(64, 64, 1391287728, 1391298818, 21, 48),
(92, 64, 1391287728, 1391287749, 21, 48),
(51, 51, 1391287739, 1391298818, 21, 48),
(100, 51, 1391287739, 1391288487, 21, 48),
(51, 51, 1391287739, 1391298818, 21, 48),
(96, 51, 1391287739, 1391288517, 21, 48),
(51, 51, 1391287745, 1391298818, 21, 49),
(9, 51, 1391287745, 1391288261, 21, 49),
(73, 73, 1391287749, 1391298818, 21, 49),
(92, 73, 1391287749, 1391287762, 21, 49),
(51, 51, 1391287758, 1391298818, 21, 49),
(30, 51, 1391287758, 1391288202, 21, 49),
(51, 51, 1391287759, 1391298818, 21, 49),
(94, 51, 1391287759, 1391288517, 21, 49),
(51, 51, 1391287760, 1391298818, 21, 49),
(91, 51, 1391287760, 1391288517, 21, 49),
(51, 51, 1391287762, 1391298818, 21, 49),
(92, 51, 1391287762, 1391288507, 21, 49),
(51, 51, 1391287785, 1391298818, 21, 49),
(89, 51, 1391287785, 1391288034, 21, 49),
(51, 51, 1391287786, 1391298818, 21, 49),
(24, 51, 1391287786, 1391288019, 21, 49),
(51, 51, 1391287829, 1391298818, 21, 50),
(95, 51, 1391287829, 1391287830, 21, 50),
(51, 51, 1391287830, 1391298818, 21, 50),
(95, 51, 1391287831, 1391288378, 21, 50),
(51, 51, 1391287846, 1391298818, 21, 50),
(85, 51, 1391287846, 1391288097, 21, 50),
(51, 51, 1391287848, 1391298818, 21, 50),
(54, 51, 1391287848, 1391287848, 21, 50),
(51, 51, 1391287851, 1391298818, 21, 50),
(54, 51, 1391287851, 1391288221, 21, 50),
(22, 22, 1391288019, 1391347022, 21, 53),
(24, 22, 1391288019, 1391288549, 21, 53),
(22, 22, 1391288034, 1391298818, 21, 53),
(89, 22, 1391288034, 1391288192, 21, 53),
(51, 51, 1391288100, 1391298818, 21, 55),
(85, 51, 1391288100, 1391288110, 21, 55),
(51, 51, 1391288112, 1391298818, 21, 55),
(85, 51, 1391288112, 1391288124, 21, 55),
(22, 22, 1391288127, 1391298818, 21, 55),
(85, 22, 1391288127, 1391288355, 21, 55),
(78, 78, 1391288193, 1391288618, 21, 56),
(89, 78, 1391288193, 1391288354, 21, 56),
(78, 78, 1391288202, 1391298818, 21, 56),
(30, 78, 1391288202, 1391288232, 21, 56),
(22, 22, 1391288221, 1391298818, 21, 57),
(54, 22, 1391288221, 1391288289, 21, 57),
(22, 22, 1391288232, 1391298818, 21, 57),
(30, 22, 1391288232, 1391288292, 21, 57),
(22, 22, 1391288262, 1391298818, 21, 57),
(9, 22, 1391288262, 1391289177, 21, 57),
(12, 12, 1391288293, 1391298818, 21, 58),
(30, 12, 1391288293, 1391288300, 21, 58),
(22, 22, 1391288301, 1391298818, 21, 58),
(30, 22, 1391288301, 1391288557, 21, 58),
(22, 22, 1391288354, 1391298818, 21, 59),
(89, 22, 1391288354, 1391288526, 21, 59),
(21, 21, 1391288355, 1391440904, 21, 59),
(85, 21, 1391288355, 1391288364, 21, 59),
(12, 12, 1391288365, 1391298818, 21, 59),
(85, 12, 1391288365, 1391288379, 21, 59),
(22, 22, 1391288379, 1391298818, 21, 59),
(95, 22, 1391288379, 1391288676, 21, 59),
(22, 22, 1391288379, 1391298818, 21, 59),
(85, 22, 1391288379, 1391288543, 21, 59),
(22, 22, 1391288487, 1391298818, 22, 1),
(100, 22, 1391288487, 1391288629, 22, 1),
(22, 22, 1391288508, 1391298818, 22, 1),
(92, 22, 1391288508, 1391288533, 22, 1),
(64, 64, 1391288519, 1391298818, 22, 1),
(96, 64, 1391288519, 1391288525, 22, 1),
(70, 70, 1391288522, 1391348156, 22, 2),
(91, 70, 1391288522, 1391288582, 22, 2),
(22, 22, 1391288526, 1391298818, 22, 2),
(96, 22, 1391288526, 1391288610, 22, 2),
(78, 78, 1391288526, 1391298818, 22, 2),
(89, 78, 1391288526, 1391288618, 22, 2),
(64, 64, 1391288527, 1391298818, 22, 2),
(55, 64, 1391288527, 1391288530, 22, 2),
(22, 22, 1391288530, 1391298818, 22, 2),
(55, 22, 1391288530, 1391288531, 22, 2),
(22, 22, 1391288531, 1391298818, 22, 2),
(55, 22, 1391288531, 1391289197, 22, 2),
(78, 78, 1391288533, 1391298818, 22, 2),
(92, 78, 1391288533, 1391288612, 22, 2),
(78, 78, 1391288543, 1391298818, 22, 2),
(85, 78, 1391288543, 1391288548, 22, 2),
(22, 22, 1391288549, 1391298818, 22, 2),
(85, 22, 1391288549, 1391288644, 22, 2),
(79, 79, 1391288549, 1391290664, 22, 2),
(24, 79, 1391288549, 1391289247, 22, 2),
(79, 79, 1391288557, 1391347524, 22, 2),
(30, 79, 1391288557, 1391289031, 22, 2),
(22, 22, 1391288563, 1391298818, 22, 2),
(94, 22, 1391288563, 1391290116, 22, 2),
(22, 22, 1391288577, 1391298818, 22, 2),
(54, 22, 1391288577, 1391288627, 22, 2),
(76, 76, 1391288583, 1391298818, 22, 3),
(91, 76, 1391288583, 1391288624, 22, 3),
(79, 79, 1391288610, 1391298818, 22, 3),
(96, 79, 1391288610, 1391289043, 22, 3),
(79, 79, 1391288612, 1391298818, 22, 3),
(92, 79, 1391288612, 1391288703, 22, 3),
(79, 79, 1391288618, 1391298818, 22, 3),
(89, 79, 1391288618, 1391288663, 22, 3),
(79, 79, 1391288624, 1391298818, 22, 3),
(91, 79, 1391288624, 1391288698, 22, 3),
(79, 79, 1391288627, 1391298818, 22, 3),
(54, 79, 1391288627, 1391288718, 22, 3),
(79, 79, 1391288629, 1391298818, 22, 3),
(100, 79, 1391288629, 1391289243, 22, 3),
(79, 79, 1391288644, 1391298818, 22, 4),
(85, 79, 1391288644, 1391288700, 22, 4),
(78, 78, 1391288663, 1391298818, 22, 4),
(89, 78, 1391288663, 1391298818, 22, 4),
(79, 79, 1391288677, 1391298818, 22, 4),
(95, 79, 1391288677, 1391288695, 22, 4),
(22, 22, 1391288701, 1391298818, 22, 5),
(95, 22, 1391288701, 1391289805, 22, 5),
(22, 22, 1391288704, 1391298818, 22, 5),
(85, 22, 1391288704, 1391288728, 22, 5),
(76, 76, 1391288709, 1391298818, 22, 5),
(91, 76, 1391288709, 1391289336, 22, 5),
(22, 22, 1391288711, 1391298818, 22, 5),
(92, 22, 1391288711, 1391288810, 22, 5),
(79, 79, 1391288731, 1391298818, 22, 5),
(54, 79, 1391288731, 1391288744, 22, 5),
(80, 80, 1391288744, 1391289108, 22, 5),
(89, 80, 1391288744, 1391289108, 22, 5),
(22, 22, 1391288744, 1391298818, 22, 5),
(54, 22, 1391288744, 1391288758, 22, 5),
(81, 81, 1391288810, 1391289704, 22, 6),
(92, 81, 1391288810, 1391298818, 22, 6),
(22, 22, 1391288878, 1391298818, 22, 7),
(54, 22, 1391288878, 1391288892, 22, 7),
(79, 79, 1391289055, 1391298818, 22, 10),
(30, 79, 1391289055, 1391289093, 22, 10),
(22, 22, 1391289094, 1391298818, 22, 11),
(30, 22, 1391289094, 1391289098, 22, 11),
(79, 79, 1391289102, 1391298818, 22, 11),
(30, 79, 1391289102, 1391289243, 22, 11),
(22, 22, 1391289108, 1391298818, 22, 11),
(89, 22, 1391289108, 1391289239, 22, 11),
(79, 79, 1391289131, 1391298818, 22, 12),
(96, 79, 1391289131, 1391289243, 22, 12),
(22, 22, 1391289148, 1391298818, 22, 12),
(54, 22, 1391289148, 1391289194, 22, 12),
(76, 76, 1391289198, 1391298818, 22, 13),
(55, 76, 1391289198, 1391289205, 22, 13),
(81, 81, 1391289206, 1391298818, 22, 13),
(55, 81, 1391289206, 1391289234, 22, 13),
(79, 79, 1391289234, 1391298818, 22, 13),
(55, 79, 1391289234, 1391289243, 22, 13),
(22, 22, 1391289247, 1391298818, 22, 14),
(96, 22, 1391289247, 1391289284, 22, 14),
(22, 22, 1391289248, 1391298818, 22, 14),
(24, 22, 1391289248, 1391289861, 22, 14),
(22, 22, 1391289251, 1391298818, 22, 14),
(55, 22, 1391289251, 1391290207, 22, 14),
(22, 22, 1391289259, 1391298818, 22, 14),
(30, 22, 1391289259, 1391289441, 22, 14),
(76, 76, 1391289285, 1391298818, 22, 14),
(96, 76, 1391289285, 1391289321, 22, 14),
(22, 22, 1391289285, 1391298818, 22, 14),
(89, 22, 1391289285, 1391289402, 22, 14),
(22, 22, 1391289287, 1391298818, 22, 14),
(54, 22, 1391289287, 1391289327, 22, 14),
(22, 22, 1391289290, 1391298818, 22, 14),
(100, 22, 1391289290, 1391290425, 22, 14),
(22, 22, 1391289322, 1391298818, 22, 15),
(96, 22, 1391289322, 1391289839, 22, 15),
(22, 22, 1391289336, 1391298818, 22, 15),
(91, 22, 1391289336, 1391289377, 22, 15),
(81, 81, 1391289453, 1391298818, 22, 17),
(92, 81, 1391289453, 1391289704, 22, 17),
(22, 22, 1391289862, 1391298818, 22, 24),
(96, 22, 1391289862, 1391290133, 22, 24),
(22, 22, 1391289913, 1391298818, 22, 25),
(24, 22, 1391289913, 1391290259, 22, 25),
(22, 22, 1391289949, 1391298818, 22, 25),
(54, 22, 1391289949, 1391290282, 22, 25),
(22, 22, 1391289978, 1391298818, 22, 26),
(102, 22, 1391289978, 1391290286, 22, 26),
(22, 22, 1391290151, 1391298818, 22, 29),
(96, 22, 1391290151, 1391290263, 22, 29),
(12, 12, 1391290253, 1391298818, 22, 30),
(9, 12, 1391290253, 1391290625, 22, 30),
(79, 79, 1391290259, 1391298818, 22, 30),
(24, 79, 1391290259, 1391290664, 22, 30);
INSERT INTO `user_roomvisits` (`user_id`, `room_id`, `entry_timestamp`, `exit_timestamp`, `hour`, `minute`) VALUES
(79, 79, 1391290266, 1391298818, 22, 31),
(96, 79, 1391290266, 1391290296, 22, 31),
(22, 22, 1391290282, 1391298818, 22, 31),
(54, 22, 1391290282, 1391290300, 22, 31),
(12, 12, 1391290287, 1391298818, 22, 31),
(102, 12, 1391290287, 1391290367, 22, 31),
(79, 79, 1391290300, 1391298818, 22, 31),
(54, 79, 1391290300, 1391290309, 22, 31),
(79, 79, 1391290327, 1391298818, 22, 32),
(96, 79, 1391290327, 1391290393, 22, 32),
(12, 12, 1391290425, 1391298818, 22, 33),
(100, 12, 1391290425, 1391291834, 22, 33),
(79, 79, 1391290443, 1391298818, 22, 34),
(96, 79, 1391290443, 1391290586, 22, 34),
(12, 12, 1391290458, 1391298818, 22, 34),
(54, 12, 1391290459, 1391290569, 22, 34),
(79, 79, 1391290569, 1391298818, 22, 36),
(54, 79, 1391290569, 1391290627, 22, 36),
(12, 12, 1391290587, 1391298818, 22, 36),
(96, 12, 1391290587, 1391294094, 22, 36),
(12, 12, 1391290627, 1391298818, 22, 37),
(54, 12, 1391290627, 1391291721, 22, 37),
(12, 12, 1391290715, 1391298818, 22, 38),
(41, 12, 1391290715, 1391291410, 22, 38),
(12, 12, 1391290780, 1391298818, 22, 39),
(9, 12, 1391290780, 1391294107, 22, 39),
(12, 12, 1391290849, 1391298818, 22, 40),
(94, 12, 1391290849, 1391292006, 22, 40),
(12, 12, 1391291063, 1391298818, 22, 44),
(97, 12, 1391291063, 1391291520, 22, 44),
(12, 12, 1391291836, 1391298818, 22, 57),
(54, 12, 1391291836, 1391291854, 22, 57),
(12, 12, 1391291904, 1391298818, 22, 58),
(54, 12, 1391291904, 1391291904, 22, 58),
(12, 12, 1391291910, 1391298818, 22, 58),
(54, 12, 1391291910, 1391292857, 22, 58),
(51, 51, 1391291945, 1391298818, 22, 59),
(6, 51, 1391291945, 1391291952, 22, 59),
(12, 12, 1391291952, 1391298818, 22, 59),
(6, 12, 1391291952, 1391292906, 22, 59),
(12, 12, 1391292241, 1391298818, 23, 4),
(55, 12, 1391292241, 1391294077, 23, 4),
(12, 12, 1391292633, 1391298818, 23, 10),
(104, 12, 1391292633, 1391294107, 23, 10),
(12, 12, 1391292825, 1391298818, 23, 13),
(103, 12, 1391292825, 1391293151, 23, 13),
(12, 12, 1391293077, 1391298818, 23, 17),
(6, 12, 1391293077, 1391294107, 23, 17),
(82, 82, 1391294182, 1391294607, 23, 36),
(55, 82, 1391294182, 1391294604, 23, 36),
(82, 82, 1391294199, 1391298818, 23, 36),
(96, 82, 1391294199, 1391294607, 23, 36),
(82, 82, 1391294361, 1391298818, 23, 39),
(6, 82, 1391294361, 1391294585, 23, 39),
(12, 12, 1391294505, 1391298818, 23, 41),
(9, 12, 1391294505, 1391294537, 23, 41),
(82, 82, 1391294510, 1391298818, 23, 41),
(104, 82, 1391294510, 1391294601, 23, 41),
(82, 82, 1391294538, 1391298818, 23, 42),
(9, 82, 1391294538, 1391294598, 23, 42),
(48, 48, 1391294585, 1391298818, 23, 43),
(6, 48, 1391294585, 1391295067, 23, 43),
(48, 48, 1391294598, 1391298818, 23, 43),
(9, 48, 1391294598, 1391294598, 23, 43),
(48, 48, 1391294600, 1391298818, 23, 43),
(9, 48, 1391294600, 1391294998, 23, 43),
(48, 48, 1391294602, 1391298818, 23, 43),
(104, 48, 1391294602, 1391294602, 23, 43),
(48, 48, 1391294604, 1391298818, 23, 43),
(104, 48, 1391294604, 1391295102, 23, 43),
(48, 48, 1391294605, 1391298818, 23, 43),
(55, 48, 1391294605, 1391294605, 23, 43),
(48, 48, 1391294606, 1391298818, 23, 43),
(55, 48, 1391294606, 1391295021, 23, 43),
(48, 48, 1391294608, 1391298818, 23, 43),
(96, 48, 1391294608, 1391294759, 23, 43),
(48, 48, 1391294608, 1391298818, 23, 43),
(96, 48, 1391294608, 1391298818, 23, 43),
(48, 48, 1391294840, 1391298818, 23, 47),
(105, 48, 1391294840, 1391295013, 23, 47),
(10, 10, 1391294998, 1391298818, 23, 49),
(9, 10, 1391294998, 1391295573, 23, 49),
(10, 10, 1391295013, 1391298818, 23, 50),
(105, 10, 1391295013, 1391295967, 23, 50),
(10, 10, 1391295021, 1391298818, 23, 50),
(55, 10, 1391295021, 1391295575, 23, 50),
(10, 10, 1391295067, 1391298818, 23, 51),
(6, 10, 1391295067, 1391295717, 23, 51),
(10, 10, 1391295106, 1391298818, 23, 51),
(104, 10, 1391295106, 1391295126, 23, 51),
(10, 10, 1391295128, 1391298818, 23, 52),
(104, 10, 1391295128, 1391295380, 23, 52),
(9, 9, 1391295381, 1391298818, 23, 56),
(104, 9, 1391295381, 1391295387, 23, 56),
(10, 10, 1391295388, 1391298818, 23, 56),
(104, 10, 1391295388, 1391295580, 23, 56),
(9, 9, 1391295573, 1391298818, 23, 59),
(9, 9, 1391295573, 1391298818, 23, 59),
(9, 9, 1391295581, 1391295596, 23, 59),
(104, 9, 1391295581, 1391295596, 23, 59),
(10, 10, 1391295590, 1391298818, 23, 59),
(9, 10, 1391295590, 1391296030, 23, 59),
(10, 10, 1391295597, 1391298818, 23, 59),
(104, 10, 1391295597, 1391296034, 23, 59),
(10, 10, 1391295602, 1391298818, 0, 0),
(55, 10, 1391295602, 1391295613, 0, 0),
(10, 10, 1391295613, 1391298818, 0, 0),
(55, 10, 1391295613, 1391296020, 0, 0),
(57, 57, 1391295727, 1391298818, 0, 2),
(6, 57, 1391295727, 1391295749, 0, 2),
(10, 10, 1391295749, 1391298818, 0, 2),
(6, 10, 1391295749, 1391295978, 0, 2),
(57, 57, 1391295978, 1391298818, 0, 6),
(6, 57, 1391295978, 1391298818, 0, 6),
(57, 57, 1391296030, 1391298818, 0, 7),
(9, 57, 1391296030, 1391298818, 0, 7),
(10, 10, 1391296041, 1391298818, 0, 7),
(104, 10, 1391296041, 1391296083, 0, 7),
(83, 83, 1391296084, 1391296119, 0, 8),
(104, 83, 1391296084, 1391296119, 0, 8),
(83, 83, 1391296088, 1391298818, 0, 8),
(55, 83, 1391296088, 1391296095, 0, 8),
(57, 57, 1391296095, 1391298818, 0, 8),
(55, 57, 1391296095, 1391296198, 0, 8),
(57, 57, 1391296124, 1391298818, 0, 8),
(104, 57, 1391296124, 1391296358, 0, 8),
(48, 48, 1391296167, 1391298818, 0, 9),
(54, 48, 1391296167, 1391296465, 0, 9),
(57, 57, 1391296223, 1391298818, 0, 10),
(55, 57, 1391296223, 1391298818, 0, 10),
(48, 48, 1391296417, 1391298818, 0, 13),
(106, 48, 1391296417, 1391296463, 0, 13),
(57, 57, 1391296473, 1391298818, 0, 14),
(106, 57, 1391296473, 1391296483, 0, 14),
(57, 57, 1391296485, 1391298818, 0, 14),
(106, 57, 1391296485, 1391296522, 0, 14),
(57, 57, 1391296526, 1391298818, 0, 15),
(106, 57, 1391296526, 1391298818, 0, 15),
(48, 48, 1391296533, 1391298818, 0, 15),
(54, 48, 1391296533, 1391296613, 0, 15),
(48, 48, 1391296585, 1391298818, 0, 16),
(106, 48, 1391296585, 1391296609, 0, 16),
(57, 57, 1391296588, 1391298818, 0, 16),
(6, 57, 1391296588, 1391298729, 0, 16),
(48, 48, 1391296589, 1391298818, 0, 16),
(55, 48, 1391296589, 1391296600, 0, 16),
(57, 57, 1391296590, 1391298818, 0, 16),
(9, 57, 1391296590, 1391298818, 0, 16),
(57, 57, 1391296600, 1391298818, 0, 16),
(55, 57, 1391296600, 1391296840, 0, 16),
(57, 57, 1391296610, 1391298818, 0, 16),
(106, 57, 1391296610, 1391296610, 0, 16),
(57, 57, 1391296612, 1391298818, 0, 16),
(106, 57, 1391296612, 1391297181, 0, 16),
(57, 57, 1391296614, 1391298818, 0, 16),
(54, 57, 1391296614, 1391296616, 0, 16),
(57, 57, 1391296617, 1391298818, 0, 16),
(54, 57, 1391296617, 1391296627, 0, 16),
(57, 57, 1391296891, 1391298818, 0, 21),
(55, 57, 1391296891, 1391297005, 0, 21),
(48, 48, 1391296914, 1391298818, 0, 21),
(54, 48, 1391296914, 1391297203, 0, 21),
(57, 57, 1391297143, 1391298818, 0, 25),
(107, 57, 1391297143, 1391298818, 0, 25),
(84, 84, 1391297181, 1391297635, 0, 26),
(106, 84, 1391297181, 1391297635, 0, 26),
(57, 57, 1391297204, 1391298818, 0, 26),
(54, 57, 1391297204, 1391297541, 0, 26),
(84, 84, 1391297541, 1391298818, 0, 32),
(54, 84, 1391297541, 1391297555, 0, 32),
(57, 57, 1391297635, 1391298818, 0, 33),
(106, 57, 1391297635, 1391298818, 0, 33),
(85, 85, 1391297636, 1391348828, 0, 33),
(54, 85, 1391297636, 1391298818, 0, 33),
(57, 57, 1391300239, 1391305296, 1, 17),
(6, 57, 1391300239, 1391302599, 1, 17),
(57, 57, 1391304239, 1391342464, 2, 23),
(6, 57, 1391304239, 1391304312, 2, 23),
(57, 57, 1391304312, 1391307529, 2, 25),
(6, 57, 1391304312, 1391304323, 2, 25),
(57, 57, 1391304740, 1391307529, 2, 32),
(6, 57, 1391304740, 1391305296, 2, 32),
(57, 57, 1391339988, 1391364502, 12, 19),
(6, 57, 1391339988, 1391341150, 12, 19),
(57, 57, 1391340401, 1391349240, 12, 26),
(44, 57, 1391340401, 1391340481, 12, 26),
(47, 47, 1391340482, 1391434388, 12, 28),
(44, 47, 1391340482, 1391340485, 12, 28),
(57, 57, 1391340486, 1391349240, 12, 28),
(44, 57, 1391340486, 1391340575, 12, 28),
(12, 12, 1391340576, 1391440865, 12, 29),
(44, 12, 1391340576, 1391340649, 12, 29),
(12, 12, 1391340605, 1391349240, 12, 30),
(94, 12, 1391340605, 1391340617, 12, 30),
(57, 57, 1391340618, 1391349240, 12, 30),
(94, 57, 1391340618, 1391341154, 12, 30),
(57, 57, 1391340651, 1391349240, 12, 30),
(44, 57, 1391340651, 1391341151, 12, 30),
(57, 57, 1391340722, 1391349240, 12, 32),
(24, 57, 1391340722, 1391340727, 12, 32),
(57, 57, 1391340767, 1391349240, 12, 32),
(85, 57, 1391340767, 1391341159, 12, 32),
(57, 57, 1391340795, 1391349240, 12, 33),
(24, 57, 1391340795, 1391340958, 12, 33),
(57, 57, 1391340797, 1391349240, 12, 33),
(83, 57, 1391340797, 1391340950, 12, 33),
(57, 57, 1391340813, 1391349240, 12, 33),
(29, 57, 1391340813, 1391340972, 12, 33),
(12, 12, 1391341151, 1391349240, 12, 39),
(6, 12, 1391341151, 1391341486, 12, 39),
(12, 12, 1391341152, 1391349240, 12, 39),
(44, 12, 1391341152, 1391342387, 12, 39),
(12, 12, 1391341154, 1391349240, 12, 39),
(94, 12, 1391341154, 1391342237, 12, 39),
(12, 12, 1391341160, 1391349240, 12, 39),
(85, 12, 1391341160, 1391342051, 12, 39),
(57, 57, 1391341595, 1391349240, 12, 46),
(6, 57, 1391341595, 1391341616, 12, 46),
(12, 12, 1391341616, 1391349240, 12, 46),
(6, 12, 1391341616, 1391341966, 12, 46),
(12, 12, 1391341810, 1391349240, 12, 50),
(107, 12, 1391341810, 1391342068, 12, 50),
(12, 12, 1391341993, 1391349240, 12, 53),
(83, 12, 1391341993, 1391342213, 12, 53),
(12, 12, 1391341995, 1391349240, 12, 53),
(24, 12, 1391341995, 1391342987, 12, 53),
(12, 12, 1391342090, 1391349240, 12, 54),
(95, 12, 1391342090, 1391342237, 12, 54),
(12, 12, 1391342364, 1391349240, 12, 59),
(85, 12, 1391342364, 1391342423, 12, 59),
(12, 12, 1391342386, 1391349240, 12, 59),
(83, 12, 1391342386, 1391343220, 12, 59),
(57, 57, 1391342417, 1391349240, 13, 0),
(6, 57, 1391342417, 1391342439, 13, 0),
(66, 66, 1391342423, 1391349240, 13, 0),
(85, 66, 1391342423, 1391342434, 13, 0),
(57, 57, 1391342434, 1391349240, 13, 0),
(85, 57, 1391342434, 1391342464, 13, 0),
(12, 12, 1391342435, 1391349240, 13, 0),
(95, 12, 1391342435, 1391342677, 13, 0),
(12, 12, 1391342440, 1391349240, 13, 0),
(6, 12, 1391342440, 1391342733, 13, 0),
(12, 12, 1391342465, 1391349240, 13, 1),
(85, 12, 1391342465, 1391342705, 13, 1),
(12, 12, 1391342514, 1391349240, 13, 1),
(44, 12, 1391342514, 1391342842, 13, 1),
(12, 12, 1391342530, 1391349240, 13, 2),
(94, 12, 1391342530, 1391343735, 13, 2),
(12, 12, 1391342656, 1391349240, 13, 4),
(86, 12, 1391342656, 1391343072, 13, 4),
(46, 46, 1391342734, 1391349240, 13, 5),
(6, 46, 1391342734, 1391342744, 13, 5),
(50, 50, 1391342745, 1391363461, 13, 5),
(6, 50, 1391342745, 1391342761, 13, 5),
(44, 44, 1391342762, 1391349240, 13, 6),
(6, 44, 1391342762, 1391342773, 13, 6),
(12, 12, 1391342768, 1391349240, 13, 6),
(95, 12, 1391342768, 1391343071, 13, 6),
(28, 28, 1391342773, 1391428182, 13, 6),
(6, 28, 1391342773, 1391342806, 13, 6),
(12, 12, 1391342799, 1391349240, 13, 6),
(111, 12, 1391342799, 1391343020, 13, 6),
(28, 28, 1391342806, 1391349240, 13, 6),
(85, 28, 1391342806, 1391342818, 13, 6),
(31, 31, 1391342806, 1391349240, 13, 6),
(6, 31, 1391342806, 1391342843, 13, 6),
(12, 12, 1391342819, 1391349240, 13, 6),
(85, 12, 1391342819, 1391343057, 13, 6),
(31, 31, 1391342842, 1391349240, 13, 7),
(44, 31, 1391342842, 1391342848, 13, 7),
(86, 86, 1391342843, 1391343082, 13, 7),
(6, 86, 1391342843, 1391349240, 13, 7),
(86, 86, 1391342849, 1391351544, 13, 7),
(44, 86, 1391342849, 1391349240, 13, 7),
(86, 86, 1391343021, 1391349240, 13, 10),
(111, 86, 1391343021, 1391343027, 13, 10),
(86, 86, 1391343031, 1391349240, 13, 10),
(111, 86, 1391343031, 1391343139, 13, 10),
(86, 86, 1391343057, 1391349240, 13, 10),
(85, 86, 1391343057, 1391349240, 13, 10),
(86, 86, 1391343059, 1391349240, 13, 10),
(24, 86, 1391343059, 1391343089, 13, 10),
(86, 86, 1391343071, 1391349240, 13, 11),
(95, 86, 1391343071, 1391343082, 13, 11),
(86, 86, 1391343072, 1391349240, 13, 11),
(86, 86, 1391343073, 1391348009, 13, 11),
(12, 12, 1391343082, 1391349240, 13, 11),
(95, 12, 1391343082, 1391343984, 13, 11),
(12, 12, 1391343089, 1391349240, 13, 11),
(86, 12, 1391343089, 1391343334, 13, 11),
(12, 12, 1391343091, 1391349240, 13, 11),
(24, 12, 1391343091, 1391343218, 13, 11),
(87, 87, 1391343140, 1391343294, 13, 12),
(111, 87, 1391343140, 1391343294, 13, 12),
(87, 87, 1391343186, 1391349240, 13, 13),
(44, 87, 1391343186, 1391343238, 13, 13),
(12, 12, 1391343188, 1391349240, 13, 13),
(85, 12, 1391343188, 1391343316, 13, 13),
(86, 86, 1391343224, 1391349240, 13, 13),
(6, 86, 1391343224, 1391344246, 13, 13),
(86, 86, 1391343239, 1391349240, 13, 13),
(44, 86, 1391343239, 1391343239, 13, 13),
(86, 86, 1391343241, 1391349240, 13, 14),
(44, 86, 1391343241, 1391343550, 13, 14),
(12, 12, 1391343272, 1391349240, 13, 14),
(83, 12, 1391343272, 1391343480, 13, 14),
(86, 86, 1391343317, 1391349240, 13, 15),
(85, 86, 1391343317, 1391343796, 13, 15),
(12, 12, 1391343333, 1391349240, 13, 15),
(112, 12, 1391343333, 1391343467, 13, 15),
(12, 12, 1391343345, 1391349240, 13, 15),
(24, 12, 1391343345, 1391343473, 13, 15),
(12, 12, 1391343426, 1391349240, 13, 17),
(113, 12, 1391343426, 1391343547, 13, 17),
(86, 86, 1391343474, 1391349240, 13, 17),
(24, 86, 1391343474, 1391343474, 13, 17),
(86, 86, 1391343475, 1391349240, 13, 17),
(24, 86, 1391343475, 1391343489, 13, 17),
(12, 12, 1391343492, 1391349240, 13, 18),
(24, 12, 1391343492, 1391343496, 13, 18),
(86, 86, 1391343498, 1391349240, 13, 18),
(24, 86, 1391343498, 1391343582, 13, 18),
(86, 86, 1391343507, 1391349240, 13, 18),
(112, 86, 1391343507, 1391344285, 13, 18),
(86, 86, 1391343535, 1391349240, 13, 18),
(83, 86, 1391343535, 1391344170, 13, 18),
(86, 86, 1391343549, 1391349240, 13, 19),
(113, 86, 1391343549, 1391343788, 13, 19),
(86, 86, 1391343554, 1391349240, 13, 19),
(44, 86, 1391343554, 1391343569, 13, 19),
(9, 9, 1391343572, 1391362638, 13, 19),
(44, 9, 1391343572, 1391343594, 13, 19),
(12, 12, 1391343585, 1391349240, 13, 19),
(24, 12, 1391343585, 1391343634, 13, 19),
(86, 86, 1391343594, 1391349240, 13, 19),
(44, 86, 1391343594, 1391343735, 13, 19),
(88, 88, 1391343736, 1391347036, 13, 22),
(94, 88, 1391343736, 1391345519, 13, 22),
(12, 12, 1391343766, 1391349240, 13, 22),
(115, 12, 1391343766, 1391343792, 13, 22),
(89, 89, 1391343789, 1391344196, 13, 23),
(113, 89, 1391343789, 1391344078, 13, 23),
(86, 86, 1391343804, 1391349240, 13, 23),
(115, 86, 1391343804, 1391344413, 13, 23),
(86, 86, 1391343856, 1391349240, 13, 24),
(24, 86, 1391343856, 1391344331, 13, 24),
(12, 12, 1391343922, 1391349240, 13, 25),
(30, 12, 1391343922, 1391343941, 13, 25),
(12, 12, 1391343925, 1391349240, 13, 25),
(85, 12, 1391343925, 1391343947, 13, 25),
(88, 88, 1391343946, 1391359019, 13, 25),
(44, 88, 1391343946, 1391343960, 13, 25),
(12, 12, 1391343948, 1391349240, 13, 25),
(103, 12, 1391343948, 1391343956, 13, 25),
(88, 88, 1391343955, 1391349240, 13, 25),
(85, 88, 1391343955, 1391343977, 13, 25),
(86, 86, 1391343959, 1391349240, 13, 25),
(103, 86, 1391343959, 1391344213, 13, 25),
(86, 86, 1391343961, 1391349240, 13, 26),
(44, 86, 1391343961, 1391344358, 13, 26),
(86, 86, 1391343978, 1391349240, 13, 26),
(85, 86, 1391343978, 1391344187, 13, 26),
(86, 86, 1391343984, 1391349240, 13, 26),
(95, 86, 1391343984, 1391344226, 13, 26),
(86, 86, 1391344062, 1391349240, 13, 27),
(116, 86, 1391344062, 1391344445, 13, 27),
(89, 89, 1391344080, 1391349240, 13, 28),
(113, 89, 1391344080, 1391344196, 13, 28),
(90, 90, 1391344173, 1391345102, 13, 29),
(83, 90, 1391344173, 1391345089, 13, 29),
(90, 90, 1391344227, 1391349240, 13, 30),
(95, 90, 1391344227, 1391345054, 13, 30),
(90, 90, 1391344256, 1391349240, 13, 30),
(6, 90, 1391344256, 1391344297, 13, 30),
(91, 91, 1391344285, 1391346854, 13, 31),
(112, 91, 1391344285, 1391344440, 13, 31),
(86, 86, 1391344297, 1391349240, 13, 31),
(6, 86, 1391344297, 1391344447, 13, 31),
(86, 86, 1391344326, 1391349240, 13, 32),
(85, 86, 1391344326, 1391344430, 13, 32),
(90, 90, 1391344332, 1391349240, 13, 32),
(24, 90, 1391344332, 1391344385, 13, 32),
(90, 90, 1391344359, 1391349240, 13, 32),
(44, 90, 1391344359, 1391344369, 13, 32),
(86, 86, 1391344370, 1391349240, 13, 32),
(44, 86, 1391344370, 1391344784, 13, 32),
(86, 86, 1391344385, 1391349240, 13, 33),
(24, 86, 1391344385, 1391344437, 13, 33),
(86, 86, 1391344389, 1391349240, 13, 33),
(117, 86, 1391344389, 1391344432, 13, 33),
(90, 90, 1391344414, 1391349240, 13, 33),
(115, 90, 1391344414, 1391344518, 13, 33),
(90, 90, 1391344431, 1391349240, 13, 33),
(85, 90, 1391344431, 1391344629, 13, 33),
(90, 90, 1391344432, 1391349240, 13, 33),
(117, 90, 1391344432, 1391344630, 13, 33),
(90, 90, 1391344437, 1391349240, 13, 33),
(24, 90, 1391344437, 1391344632, 13, 33),
(90, 90, 1391344441, 1391349240, 13, 34),
(112, 90, 1391344441, 1391344687, 13, 34),
(90, 90, 1391344451, 1391349240, 13, 34),
(6, 90, 1391344451, 1391344504, 13, 34),
(86, 86, 1391344483, 1391349240, 13, 34),
(116, 86, 1391344483, 1391344489, 13, 34),
(86, 86, 1391344490, 1391349240, 13, 34),
(116, 86, 1391344490, 1391344494, 13, 34),
(90, 90, 1391344494, 1391349240, 13, 34),
(116, 90, 1391344494, 1391344629, 13, 34),
(90, 90, 1391344499, 1391349240, 13, 34),
(96, 90, 1391344499, 1391344626, 13, 34),
(86, 86, 1391344505, 1391349240, 13, 35),
(6, 86, 1391344505, 1391344742, 13, 35),
(90, 90, 1391344617, 1391349240, 13, 36),
(113, 90, 1391344617, 1391345084, 13, 36),
(64, 64, 1391344626, 1391351412, 13, 37),
(96, 64, 1391344626, 1391345083, 13, 37),
(64, 64, 1391344630, 1391349240, 13, 37),
(117, 64, 1391344630, 1391344736, 13, 37),
(64, 64, 1391344633, 1391349240, 13, 37),
(24, 64, 1391344633, 1391344711, 13, 37),
(91, 91, 1391344688, 1391351216, 13, 38),
(112, 91, 1391344688, 1391345554, 13, 38),
(90, 90, 1391344694, 1391349240, 13, 38),
(116, 90, 1391344694, 1391344771, 13, 38),
(64, 64, 1391344699, 1391349240, 13, 38),
(115, 64, 1391344699, 1391344719, 13, 38),
(90, 90, 1391344712, 1391349240, 13, 38),
(24, 90, 1391344712, 1391344799, 13, 38),
(90, 90, 1391344722, 1391349240, 13, 38),
(115, 90, 1391344722, 1391345085, 13, 38),
(90, 90, 1391344732, 1391349240, 13, 38),
(85, 90, 1391344732, 1391345086, 13, 38),
(64, 64, 1391344742, 1391349240, 13, 39),
(6, 64, 1391344742, 1391344761, 13, 39),
(90, 90, 1391344761, 1391349240, 13, 39),
(6, 90, 1391344761, 1391344866, 13, 39),
(64, 64, 1391344773, 1391349240, 13, 39),
(117, 64, 1391344773, 1391344800, 13, 39),
(86, 86, 1391344785, 1391349240, 13, 39),
(44, 86, 1391344785, 1391345096, 13, 39),
(64, 64, 1391344787, 1391349240, 13, 39),
(116, 64, 1391344787, 1391344870, 13, 39),
(64, 64, 1391344799, 1391349240, 13, 39),
(24, 64, 1391344799, 1391344868, 13, 39),
(90, 90, 1391344805, 1391349240, 13, 40),
(117, 90, 1391344805, 1391345102, 13, 40),
(91, 91, 1391344867, 1391349240, 13, 41),
(6, 91, 1391344867, 1391345004, 13, 41),
(91, 91, 1391344869, 1391349240, 13, 41),
(24, 91, 1391344869, 1391344960, 13, 41),
(92, 92, 1391344870, 1391348648, 13, 41),
(116, 92, 1391344870, 1391345794, 13, 41),
(90, 90, 1391344964, 1391349240, 13, 42),
(24, 90, 1391344964, 1391345038, 13, 42),
(86, 86, 1391345005, 1391349240, 13, 43),
(6, 86, 1391345005, 1391345093, 13, 43),
(79, 79, 1391345039, 1391349240, 13, 43),
(24, 79, 1391345039, 1391345388, 13, 43),
(64, 64, 1391345063, 1391349240, 13, 44),
(54, 64, 1391345063, 1391345100, 13, 44),
(79, 79, 1391345084, 1391349240, 13, 44),
(96, 79, 1391345084, 1391345363, 13, 44),
(79, 79, 1391345085, 1391349240, 13, 44),
(115, 79, 1391345085, 1391345241, 13, 44),
(79, 79, 1391345087, 1391349240, 13, 44),
(85, 79, 1391345087, 1391345378, 13, 44),
(79, 79, 1391345089, 1391349240, 13, 44),
(83, 79, 1391345089, 1391345198, 13, 44),
(79, 79, 1391345094, 1391349240, 13, 44),
(6, 79, 1391345094, 1391345229, 13, 44),
(79, 79, 1391345097, 1391349240, 13, 44),
(44, 79, 1391345097, 1391345182, 13, 44),
(85, 85, 1391345100, 1391350741, 13, 45),
(54, 85, 1391345100, 1391345351, 13, 45),
(79, 79, 1391345102, 1391349240, 13, 45),
(117, 79, 1391345102, 1391345250, 13, 45),
(79, 79, 1391345116, 1391349240, 13, 45),
(113, 79, 1391345116, 1391345374, 13, 45),
(79, 79, 1391345205, 1391349240, 13, 46),
(83, 79, 1391345205, 1391345393, 13, 46),
(79, 79, 1391345225, 1391349240, 13, 47),
(44, 79, 1391345225, 1391345265, 13, 47),
(86, 86, 1391345230, 1391349240, 13, 47),
(6, 86, 1391345230, 1391345869, 13, 47),
(93, 93, 1391345262, 1391345329, 13, 47),
(117, 93, 1391345262, 1391345329, 13, 47),
(92, 92, 1391345262, 1391349321, 13, 47),
(115, 92, 1391345262, 1391345499, 13, 47),
(86, 86, 1391345266, 1391349240, 13, 47),
(44, 86, 1391345266, 1391345521, 13, 47),
(92, 92, 1391345330, 1391349240, 13, 48),
(117, 92, 1391345330, 1391345330, 13, 48),
(92, 92, 1391345331, 1391349240, 13, 48),
(117, 92, 1391345331, 1391345408, 13, 48),
(86, 86, 1391345352, 1391349240, 13, 49),
(54, 86, 1391345352, 1391345391, 13, 49),
(92, 92, 1391345395, 1391349240, 13, 49),
(96, 92, 1391345395, 1391345554, 13, 49),
(92, 92, 1391345414, 1391349240, 13, 50),
(24, 92, 1391345414, 1391345505, 13, 50),
(92, 92, 1391345418, 1391349240, 13, 50),
(113, 92, 1391345418, 1391345637, 13, 50),
(92, 92, 1391345436, 1391349240, 13, 50),
(83, 92, 1391345436, 1391345509, 13, 50),
(92, 92, 1391345443, 1391349240, 13, 50),
(85, 92, 1391345443, 1391345551, 13, 50),
(92, 92, 1391345506, 1391349240, 13, 51),
(24, 92, 1391345506, 1391345541, 13, 51),
(86, 86, 1391345510, 1391349240, 13, 51),
(83, 86, 1391345510, 1391345625, 13, 51),
(86, 86, 1391345525, 1391349240, 13, 52),
(94, 86, 1391345525, 1391345683, 13, 52),
(86, 86, 1391345551, 1391349240, 13, 52),
(24, 86, 1391345551, 1391345560, 13, 52),
(92, 92, 1391345558, 1391349240, 13, 52),
(112, 92, 1391345558, 1391345575, 13, 52),
(86, 86, 1391345566, 1391349240, 13, 52),
(85, 86, 1391345566, 1391345721, 13, 52),
(92, 92, 1391345579, 1391349240, 13, 52),
(117, 92, 1391345579, 1391345659, 13, 52),
(86, 86, 1391345596, 1391349240, 13, 53),
(96, 86, 1391345596, 1391345734, 13, 53),
(86, 86, 1391345597, 1391349240, 13, 53),
(24, 86, 1391345597, 1391345796, 13, 53),
(92, 92, 1391345631, 1391349240, 13, 53),
(83, 92, 1391345631, 1391345740, 13, 53),
(86, 86, 1391345637, 1391349240, 13, 53),
(113, 86, 1391345637, 1391346096, 13, 53),
(86, 86, 1391345642, 1391349240, 13, 54),
(115, 86, 1391345642, 1391345830, 13, 54),
(88, 88, 1391345688, 1391349240, 13, 54),
(94, 88, 1391345688, 1391346409, 13, 54),
(94, 94, 1391345740, 1391346799, 13, 55),
(83, 94, 1391345740, 1391346799, 13, 55),
(86, 86, 1391345770, 1391349240, 13, 56),
(85, 86, 1391345770, 1391345872, 13, 56),
(94, 94, 1391345797, 1391349240, 13, 56),
(24, 94, 1391345797, 1391345852, 13, 56),
(94, 94, 1391345800, 1391349240, 13, 56),
(54, 94, 1391345800, 1391345861, 13, 56),
(94, 94, 1391345851, 1391349240, 13, 57),
(115, 94, 1391345851, 1391345866, 13, 57),
(94, 94, 1391345853, 1391349240, 13, 57),
(24, 94, 1391345853, 1391345952, 13, 57),
(94, 94, 1391345854, 1391349240, 13, 57),
(96, 94, 1391345854, 1391346464, 13, 57),
(86, 86, 1391345867, 1391349240, 13, 57),
(115, 86, 1391345867, 1391345876, 13, 57),
(94, 94, 1391345869, 1391349240, 13, 57),
(6, 94, 1391345869, 1391345981, 13, 57),
(94, 94, 1391345873, 1391349240, 13, 57),
(85, 94, 1391345873, 1391345987, 13, 57),
(86, 86, 1391345886, 1391349240, 13, 58),
(112, 86, 1391345886, 1391345910, 13, 58),
(94, 94, 1391345896, 1391349240, 13, 58),
(115, 94, 1391345896, 1391346065, 13, 58),
(91, 91, 1391345911, 1391349240, 13, 58),
(112, 91, 1391345911, 1391346474, 13, 58),
(22, 22, 1391345953, 1391349240, 13, 59),
(24, 22, 1391345953, 1391346348, 13, 59),
(22, 22, 1391345982, 1391349240, 13, 59),
(6, 22, 1391345982, 1391346326, 13, 59),
(22, 22, 1391345987, 1391349240, 13, 59),
(85, 22, 1391345987, 1391346333, 13, 59),
(22, 22, 1391346066, 1391349240, 14, 1),
(115, 22, 1391346066, 1391346236, 14, 1),
(22, 22, 1391346086, 1391349240, 14, 1),
(117, 22, 1391346086, 1391346114, 14, 1),
(22, 22, 1391346097, 1391349240, 14, 1),
(113, 22, 1391346097, 1391347022, 14, 1),
(22, 22, 1391346099, 1391349240, 14, 1),
(116, 22, 1391346099, 1391346320, 14, 1),
(22, 22, 1391346140, 1391349240, 14, 2),
(117, 22, 1391346140, 1391346363, 14, 2),
(94, 94, 1391346236, 1391349240, 14, 3),
(115, 94, 1391346236, 1391346462, 14, 3),
(91, 91, 1391346292, 1391349240, 14, 4),
(54, 91, 1391346292, 1391346314, 14, 4),
(52, 52, 1391346326, 1391349240, 14, 5),
(6, 52, 1391346326, 1391346372, 14, 5),
(52, 52, 1391346338, 1391349240, 14, 5),
(85, 52, 1391346338, 1391346385, 14, 5),
(94, 94, 1391346349, 1391349240, 14, 5),
(24, 94, 1391346349, 1391346409, 14, 5),
(94, 94, 1391346363, 1391349240, 14, 6),
(117, 94, 1391346363, 1391346465, 14, 6),
(38, 38, 1391346373, 1391350732, 14, 6),
(6, 38, 1391346373, 1391349240, 14, 6),
(94, 94, 1391346375, 1391349240, 14, 6),
(116, 94, 1391346375, 1391346423, 14, 6),
(94, 94, 1391346385, 1391349240, 14, 6),
(85, 94, 1391346385, 1391346462, 14, 6),
(38, 38, 1391346409, 1391349240, 14, 6),
(24, 38, 1391346409, 1391346615, 14, 6),
(38, 38, 1391346413, 1391349240, 14, 6),
(94, 38, 1391346413, 1391346672, 14, 6),
(38, 38, 1391346424, 1391349240, 14, 7),
(116, 38, 1391346424, 1391346819, 14, 7),
(94, 94, 1391346462, 1391349240, 14, 7),
(85, 94, 1391346462, 1391346467, 14, 7),
(38, 38, 1391346462, 1391349240, 14, 7),
(115, 38, 1391346462, 1391346463, 14, 7),
(38, 38, 1391346464, 1391349240, 14, 7),
(115, 38, 1391346464, 1391349240, 14, 7),
(38, 38, 1391346465, 1391349240, 14, 7),
(96, 38, 1391346465, 1391346465, 14, 7),
(22, 22, 1391346465, 1391349240, 14, 7),
(117, 22, 1391346465, 1391346496, 14, 7),
(38, 38, 1391346466, 1391349240, 14, 7),
(96, 38, 1391346466, 1391347374, 14, 7),
(38, 38, 1391346467, 1391349240, 14, 7),
(85, 38, 1391346467, 1391349240, 14, 7),
(38, 38, 1391346474, 1391349240, 14, 7),
(54, 38, 1391346474, 1391346474, 14, 7),
(38, 38, 1391346475, 1391349240, 14, 7),
(112, 38, 1391346475, 1391346475, 14, 7),
(38, 38, 1391346476, 1391349240, 14, 7),
(112, 38, 1391346476, 1391346745, 14, 7),
(38, 38, 1391346497, 1391349240, 14, 8),
(117, 38, 1391346497, 1391349240, 14, 8),
(38, 38, 1391346555, 1391349240, 14, 9),
(95, 38, 1391346555, 1391346594, 14, 9),
(94, 94, 1391346595, 1391349240, 14, 9),
(95, 94, 1391346595, 1391347032, 14, 9),
(94, 94, 1391346615, 1391349240, 14, 10),
(24, 94, 1391346615, 1391346666, 14, 10),
(22, 22, 1391346667, 1391349240, 14, 11),
(24, 22, 1391346667, 1391346833, 14, 11),
(38, 38, 1391346677, 1391349240, 14, 11),
(94, 38, 1391346677, 1391346683, 14, 11),
(94, 94, 1391346686, 1391347032, 14, 11),
(94, 94, 1391346686, 1391349240, 14, 11),
(91, 91, 1391346746, 1391349240, 14, 12),
(112, 91, 1391346746, 1391346854, 14, 12),
(38, 38, 1391346800, 1391349240, 14, 13),
(83, 38, 1391346800, 1391349240, 14, 13),
(38, 38, 1391346804, 1391349240, 14, 13),
(91, 38, 1391346804, 1391349240, 14, 13),
(38, 38, 1391346819, 1391349240, 14, 13),
(116, 38, 1391346819, 1391347381, 14, 13),
(88, 88, 1391346832, 1391349240, 14, 13),
(94, 88, 1391346832, 1391347036, 14, 13),
(38, 38, 1391346834, 1391349240, 14, 13),
(24, 38, 1391346834, 1391349240, 14, 13),
(38, 38, 1391347032, 1391349240, 14, 17),
(95, 38, 1391347032, 1391347389, 14, 17),
(38, 38, 1391347037, 1391349240, 14, 17),
(94, 38, 1391347037, 1391349240, 14, 17),
(38, 38, 1391347090, 1391349240, 14, 18),
(54, 38, 1391347090, 1391347241, 14, 18),
(38, 38, 1391347381, 1391349240, 14, 23),
(116, 38, 1391347381, 1391349240, 14, 23),
(92, 92, 1391347484, 1391349240, 14, 24),
(116, 92, 1391347484, 1391347531, 14, 24),
(70, 70, 1391347486, 1391362956, 14, 24),
(91, 70, 1391347486, 1391347884, 14, 24),
(92, 92, 1391347493, 1391349240, 14, 24),
(94, 92, 1391347493, 1391347576, 14, 24),
(92, 92, 1391347493, 1391349240, 14, 24),
(117, 92, 1391347493, 1391347570, 14, 24),
(70, 70, 1391347501, 1391349240, 14, 25),
(83, 70, 1391347501, 1391347588, 14, 25),
(79, 79, 1391347518, 1391349240, 14, 25),
(24, 79, 1391347518, 1391347524, 14, 25),
(86, 86, 1391347520, 1391349240, 14, 25),
(6, 86, 1391347520, 1391347887, 14, 25),
(92, 92, 1391347524, 1391349240, 14, 25),
(24, 92, 1391347524, 1391347565, 14, 25),
(86, 86, 1391347532, 1391349240, 14, 25),
(116, 86, 1391347532, 1391347928, 14, 25),
(86, 86, 1391347565, 1391349240, 14, 26),
(24, 86, 1391347565, 1391347905, 14, 26),
(86, 86, 1391347570, 1391349240, 14, 26),
(117, 86, 1391347570, 1391348009, 14, 26),
(86, 86, 1391347576, 1391349240, 14, 26),
(94, 86, 1391347576, 1391347661, 14, 26),
(70, 70, 1391347583, 1391349240, 14, 26),
(54, 70, 1391347583, 1391347737, 14, 26),
(86, 86, 1391347589, 1391349240, 14, 26),
(83, 86, 1391347589, 1391347694, 14, 26),
(86, 86, 1391347665, 1391349240, 14, 27),
(94, 86, 1391347665, 1391347876, 14, 27),
(58, 58, 1391347715, 1391349240, 14, 28),
(83, 58, 1391347715, 1391348444, 14, 28),
(64, 64, 1391347723, 1391349240, 14, 28),
(96, 64, 1391347723, 1391347734, 14, 28),
(86, 86, 1391347735, 1391349240, 14, 28),
(96, 86, 1391347735, 1391347857, 14, 28),
(64, 64, 1391347737, 1391349240, 14, 28),
(54, 64, 1391347737, 1391347750, 14, 28),
(58, 58, 1391347750, 1391349240, 14, 29),
(54, 58, 1391347750, 1391347770, 14, 29),
(86, 86, 1391347754, 1391349240, 14, 29),
(115, 86, 1391347754, 1391347991, 14, 29),
(58, 58, 1391347857, 1391349240, 14, 30),
(96, 58, 1391347857, 1391347895, 14, 30),
(58, 58, 1391347876, 1391349240, 14, 31),
(94, 58, 1391347876, 1391348532, 14, 31),
(10, 10, 1391347887, 1391362721, 14, 31),
(6, 10, 1391347887, 1391349064, 14, 31),
(58, 58, 1391347897, 1391349240, 14, 31),
(96, 58, 1391347897, 1391347902, 14, 31),
(10, 10, 1391347904, 1391349240, 14, 31),
(96, 10, 1391347904, 1391349059, 14, 31),
(95, 95, 1391347905, 1391453115, 14, 31),
(24, 95, 1391347905, 1391348051, 14, 31),
(58, 58, 1391347929, 1391349240, 14, 32),
(116, 58, 1391347929, 1391348405, 14, 32),
(70, 70, 1391347974, 1391349240, 14, 32),
(91, 70, 1391347974, 1391348156, 14, 32),
(58, 58, 1391347991, 1391349240, 14, 33),
(115, 58, 1391347991, 1391348067, 14, 33),
(58, 58, 1391348010, 1391349240, 14, 33),
(117, 58, 1391348010, 1391348094, 14, 33),
(70, 70, 1391348052, 1391349240, 14, 34),
(24, 70, 1391348052, 1391348084, 14, 34),
(58, 58, 1391348084, 1391349240, 14, 34),
(24, 58, 1391348084, 1391348513, 14, 34),
(58, 58, 1391348087, 1391349240, 14, 34),
(115, 58, 1391348087, 1391348547, 14, 34),
(96, 96, 1391348095, 1391349218, 14, 34),
(117, 96, 1391348095, 1391349240, 14, 34),
(97, 97, 1391348156, 1391349195, 14, 35),
(91, 97, 1391348156, 1391348179, 14, 35),
(76, 76, 1391348180, 1391351106, 14, 36),
(91, 76, 1391348180, 1391348197, 14, 36),
(72, 72, 1391348198, 1391349363, 14, 36),
(91, 72, 1391348198, 1391348218, 14, 36),
(97, 97, 1391348219, 1391364121, 14, 36),
(91, 97, 1391348219, 1391349240, 14, 36),
(97, 97, 1391348444, 1391349240, 14, 40),
(83, 97, 1391348444, 1391348537, 14, 40),
(58, 58, 1391348488, 1391349240, 14, 41),
(116, 58, 1391348488, 1391348546, 14, 41),
(10, 10, 1391348515, 1391349240, 14, 41),
(24, 10, 1391348515, 1391348690, 14, 41),
(58, 58, 1391348535, 1391349240, 14, 42),
(94, 58, 1391348535, 1391348543, 14, 42),
(10, 10, 1391348538, 1391349240, 14, 42),
(83, 10, 1391348538, 1391348557, 14, 42),
(96, 96, 1391348545, 1391349240, 14, 42),
(94, 96, 1391348545, 1391348570, 14, 42),
(92, 92, 1391348547, 1391349240, 14, 42),
(116, 92, 1391348547, 1391348648, 14, 42),
(96, 96, 1391348548, 1391349240, 14, 42),
(115, 96, 1391348548, 1391349161, 14, 42),
(96, 96, 1391348567, 1391349240, 14, 42),
(83, 96, 1391348567, 1391349218, 14, 42),
(96, 96, 1391348597, 1391349240, 14, 43),
(112, 96, 1391348597, 1391348654, 14, 43),
(98, 98, 1391348629, 1391348892, 14, 43),
(94, 98, 1391348629, 1391348892, 14, 43),
(96, 96, 1391348650, 1391349240, 14, 44),
(116, 96, 1391348650, 1391349162, 14, 44),
(91, 91, 1391348656, 1391349240, 14, 44),
(112, 91, 1391348656, 1391349240, 14, 44),
(96, 96, 1391348681, 1391349240, 14, 44),
(123, 96, 1391348681, 1391349198, 14, 44),
(96, 96, 1391348690, 1391349240, 14, 44),
(24, 96, 1391348690, 1391348796, 14, 44),
(96, 96, 1391348770, 1391349240, 14, 46),
(114, 96, 1391348770, 1391348826, 14, 46),
(85, 85, 1391348793, 1391349240, 14, 46),
(54, 85, 1391348793, 1391348828, 14, 46),
(10, 10, 1391348796, 1391349240, 14, 46),
(24, 10, 1391348796, 1391349071, 14, 46),
(96, 96, 1391348829, 1391349240, 14, 47),
(54, 96, 1391348829, 1391348860, 14, 47),
(10, 10, 1391348835, 1391349240, 14, 47),
(44, 10, 1391348835, 1391349078, 14, 47),
(96, 96, 1391348878, 1391349240, 14, 47),
(114, 96, 1391348878, 1391349240, 14, 47),
(96, 96, 1391348892, 1391349240, 14, 48),
(94, 96, 1391348892, 1391349094, 14, 48),
(97, 97, 1391349064, 1391349240, 14, 51),
(6, 97, 1391349064, 1391349135, 14, 51),
(64, 64, 1391349068, 1391349240, 14, 51),
(96, 64, 1391349068, 1391349211, 14, 51),
(97, 97, 1391349071, 1391349240, 14, 51),
(24, 97, 1391349071, 1391349146, 14, 51),
(97, 97, 1391349078, 1391349240, 14, 51),
(44, 97, 1391349078, 1391349195, 14, 51),
(64, 64, 1391349109, 1391349240, 14, 51),
(94, 64, 1391349109, 1391349214, 14, 51),
(38, 38, 1391349135, 1391349240, 14, 52),
(6, 38, 1391349135, 1391349240, 14, 52),
(38, 38, 1391349147, 1391349240, 14, 52),
(24, 38, 1391349147, 1391349240, 14, 52),
(38, 38, 1391349161, 1391349240, 14, 52),
(115, 38, 1391349161, 1391349240, 14, 52),
(38, 38, 1391349163, 1391349240, 14, 52),
(116, 38, 1391349163, 1391349240, 14, 52),
(38, 38, 1391349198, 1391349240, 14, 53),
(123, 38, 1391349198, 1391349240, 14, 53),
(38, 38, 1391349206, 1391349240, 14, 53),
(125, 38, 1391349206, 1391349240, 14, 53),
(38, 38, 1391349212, 1391349240, 14, 53),
(96, 38, 1391349212, 1391349240, 14, 53),
(38, 38, 1391349217, 1391349240, 14, 53),
(94, 38, 1391349217, 1391349240, 14, 53),
(38, 38, 1391349218, 1391349240, 14, 53),
(83, 38, 1391349218, 1391349240, 14, 53),
(91, 91, 1391349304, 1391438404, 14, 55),
(112, 91, 1391349304, 1391351147, 14, 55),
(57, 57, 1391349314, 1391429092, 14, 55),
(6, 57, 1391349314, 1391349671, 14, 55),
(99, 99, 1391349314, 1391349326, 14, 55),
(94, 99, 1391349314, 1391349326, 14, 55),
(92, 92, 1391349315, 1391449023, 14, 55),
(116, 92, 1391349315, 1391349321, 14, 55),
(57, 57, 1391349322, 1391364557, 14, 55),
(116, 57, 1391349322, 1391349851, 14, 55),
(57, 57, 1391349325, 1391364557, 14, 55),
(115, 57, 1391349325, 1391349821, 14, 55),
(57, 57, 1391349329, 1391364557, 14, 55),
(94, 57, 1391349329, 1391349892, 14, 55),
(57, 57, 1391349333, 1391364557, 14, 55),
(126, 57, 1391349333, 1391349799, 14, 55),
(57, 57, 1391349340, 1391364557, 14, 55),
(117, 57, 1391349340, 1391349911, 14, 55),
(72, 72, 1391349340, 1391364557, 14, 55),
(91, 72, 1391349340, 1391349363, 14, 55),
(57, 57, 1391349359, 1391364557, 14, 55),
(96, 57, 1391349359, 1391349545, 14, 55),
(76, 76, 1391349364, 1391364557, 14, 56),
(91, 76, 1391349364, 1391349380, 14, 56),
(57, 57, 1391349367, 1391364557, 14, 56),
(114, 57, 1391349367, 1391349905, 14, 56),
(57, 57, 1391349367, 1391364557, 14, 56),
(125, 57, 1391349367, 1391349851, 14, 56),
(97, 97, 1391349382, 1391364557, 14, 56),
(91, 97, 1391349382, 1391349552, 14, 56),
(57, 57, 1391349395, 1391364557, 14, 56),
(44, 57, 1391349395, 1391349893, 14, 56),
(57, 57, 1391349518, 1391364557, 14, 58),
(24, 57, 1391349518, 1391349617, 14, 58),
(100, 100, 1391349527, 1391447398, 14, 58),
(127, 100, 1391349527, 1391349775, 14, 58),
(101, 101, 1391349545, 1391351974, 14, 59),
(96, 101, 1391349545, 1391349919, 14, 59),
(97, 97, 1391349553, 1391364557, 14, 59),
(91, 97, 1391349553, 1391349565, 14, 59),
(97, 97, 1391349565, 1391364557, 14, 59),
(91, 97, 1391349565, 1391349971, 14, 59),
(91, 91, 1391349618, 1391364557, 15, 0),
(24, 91, 1391349618, 1391349734, 15, 0),
(57, 57, 1391349726, 1391364557, 15, 2),
(6, 57, 1391349726, 1391349863, 15, 2),
(101, 101, 1391349734, 1391452693, 15, 2),
(24, 101, 1391349734, 1391350192, 15, 2),
(91, 91, 1391349773, 1391364557, 15, 2),
(83, 91, 1391349773, 1391349906, 15, 2),
(101, 101, 1391349777, 1391364557, 15, 2),
(127, 101, 1391349777, 1391350004, 15, 2),
(38, 38, 1391349864, 1391364557, 15, 4),
(6, 38, 1391349864, 1391364557, 15, 4),
(38, 38, 1391349893, 1391364557, 15, 4),
(94, 38, 1391349893, 1391350121, 15, 4),
(38, 38, 1391349894, 1391364557, 15, 4),
(44, 38, 1391349894, 1391364557, 15, 4),
(57, 57, 1391349900, 1391364557, 15, 5),
(126, 57, 1391349900, 1391350006, 15, 5),
(57, 57, 1391349905, 1391364557, 15, 5),
(114, 57, 1391349905, 1391349910, 15, 5),
(38, 38, 1391349907, 1391364557, 15, 5),
(83, 38, 1391349907, 1391350574, 15, 5),
(101, 101, 1391349910, 1391364557, 15, 5),
(114, 101, 1391349910, 1391349913, 15, 5),
(38, 38, 1391349911, 1391364557, 15, 5),
(117, 38, 1391349911, 1391364557, 15, 5),
(38, 38, 1391349914, 1391364557, 15, 5),
(114, 38, 1391349914, 1391350732, 15, 5),
(38, 38, 1391349919, 1391364557, 15, 5),
(96, 38, 1391349919, 1391350284, 15, 5),
(38, 38, 1391349938, 1391364557, 15, 5),
(95, 38, 1391349938, 1391350151, 15, 5),
(38, 38, 1391349954, 1391364557, 15, 5),
(125, 38, 1391349954, 1391350679, 15, 5),
(76, 76, 1391349971, 1391364557, 15, 6),
(91, 76, 1391349971, 1391351106, 15, 6),
(38, 38, 1391350005, 1391364557, 15, 6),
(127, 38, 1391350005, 1391350516, 15, 6),
(38, 38, 1391350121, 1391364557, 15, 8),
(116, 38, 1391350121, 1391350668, 15, 8),
(38, 38, 1391350126, 1391364557, 15, 8),
(94, 38, 1391350126, 1391350440, 15, 8),
(38, 38, 1391350158, 1391364557, 15, 9),
(115, 38, 1391350158, 1391350458, 15, 9),
(38, 38, 1391350183, 1391364557, 15, 9),
(95, 38, 1391350183, 1391350291, 15, 9),
(38, 38, 1391350193, 1391364557, 15, 9),
(24, 38, 1391350193, 1391350346, 15, 9),
(102, 102, 1391350292, 1391351458, 15, 11),
(95, 102, 1391350292, 1391351080, 15, 11),
(38, 38, 1391350309, 1391364557, 15, 11),
(96, 38, 1391350309, 1391350407, 15, 11),
(102, 102, 1391350329, 1391443751, 15, 12),
(54, 102, 1391350329, 1391350359, 15, 12),
(76, 76, 1391350346, 1391364557, 15, 12),
(24, 76, 1391350346, 1391350850, 15, 12),
(101, 101, 1391350408, 1391364557, 15, 13),
(96, 101, 1391350408, 1391350450, 15, 13),
(76, 76, 1391350434, 1391364557, 15, 13),
(54, 76, 1391350434, 1391350463, 15, 13),
(38, 38, 1391350441, 1391364557, 15, 14),
(94, 38, 1391350441, 1391364557, 15, 14),
(76, 76, 1391350451, 1391364557, 15, 14),
(96, 76, 1391350451, 1391350712, 15, 14),
(38, 38, 1391350483, 1391364557, 15, 14),
(115, 38, 1391350483, 1391350588, 15, 14),
(85, 85, 1391350497, 1391451561, 15, 14),
(54, 85, 1391350497, 1391350741, 15, 14),
(38, 38, 1391350523, 1391364557, 15, 15),
(127, 38, 1391350523, 1391350647, 15, 15),
(102, 102, 1391350590, 1391364557, 15, 16),
(115, 102, 1391350590, 1391351076, 15, 16),
(38, 38, 1391350650, 1391364557, 15, 17),
(127, 38, 1391350650, 1391364557, 15, 17),
(38, 38, 1391350669, 1391364557, 15, 17),
(116, 38, 1391350669, 1391350670, 15, 17),
(102, 102, 1391350675, 1391364557, 15, 17),
(116, 102, 1391350675, 1391351087, 15, 17),
(102, 102, 1391350679, 1391364557, 15, 17),
(125, 102, 1391350679, 1391351003, 15, 17),
(102, 102, 1391350715, 1391364557, 15, 18),
(96, 102, 1391350715, 1391351042, 15, 18),
(102, 102, 1391350739, 1391364557, 15, 18),
(114, 102, 1391350739, 1391351107, 15, 18),
(102, 102, 1391350743, 1391364557, 15, 19),
(54, 102, 1391350743, 1391350862, 15, 19),
(102, 102, 1391350773, 1391364557, 15, 19),
(127, 102, 1391350773, 1391351032, 15, 19),
(102, 102, 1391350774, 1391364557, 15, 19),
(117, 102, 1391350774, 1391350830, 15, 19),
(102, 102, 1391350779, 1391364557, 15, 19),
(6, 102, 1391350779, 1391351020, 15, 19),
(102, 102, 1391350827, 1391364557, 15, 20),
(94, 102, 1391350827, 1391351176, 15, 20),
(102, 102, 1391350828, 1391364557, 15, 20),
(44, 102, 1391350828, 1391351041, 15, 20),
(103, 103, 1391350830, 1391363447, 15, 20),
(117, 103, 1391350830, 1391350862, 15, 20),
(102, 102, 1391350851, 1391364557, 15, 20),
(24, 102, 1391350851, 1391351083, 15, 20),
(104, 104, 1391350906, 1391353567, 15, 21),
(54, 104, 1391350906, 1391351086, 15, 21),
(102, 102, 1391350909, 1391364557, 15, 21),
(117, 102, 1391350909, 1391351043, 15, 21),
(102, 102, 1391350954, 1391364557, 15, 22),
(126, 102, 1391350954, 1391350980, 15, 22),
(86, 86, 1391351020, 1391364557, 15, 23),
(6, 86, 1391351020, 1391351360, 15, 23),
(86, 86, 1391351033, 1391364557, 15, 23),
(127, 86, 1391351033, 1391351172, 15, 23),
(86, 86, 1391351042, 1391364557, 15, 24),
(44, 86, 1391351042, 1391351224, 15, 24),
(86, 86, 1391351043, 1391364557, 15, 24),
(96, 86, 1391351043, 1391351058, 15, 24),
(86, 86, 1391351043, 1391364557, 15, 24),
(117, 86, 1391351043, 1391351410, 15, 24),
(101, 101, 1391351058, 1391364557, 15, 24),
(96, 101, 1391351058, 1391351079, 15, 24),
(86, 86, 1391351079, 1391364557, 15, 24),
(96, 86, 1391351079, 1391351351, 15, 24),
(86, 86, 1391351080, 1391364557, 15, 24),
(115, 86, 1391351080, 1391351082, 15, 24),
(86, 86, 1391351081, 1391364557, 15, 24),
(95, 86, 1391351081, 1391351081, 15, 24),
(86, 86, 1391351083, 1391364557, 15, 24),
(125, 86, 1391351083, 1391351405, 15, 24),
(86, 86, 1391351084, 1391364557, 15, 24),
(115, 86, 1391351084, 1391351544, 15, 24),
(86, 86, 1391351084, 1391364557, 15, 24),
(95, 86, 1391351084, 1391351226, 15, 24),
(86, 86, 1391351086, 1391364557, 15, 24),
(54, 86, 1391351086, 1391351087, 15, 24),
(86, 86, 1391351087, 1391364557, 15, 24),
(24, 86, 1391351087, 1391351087, 15, 24),
(86, 86, 1391351088, 1391364557, 15, 24),
(116, 86, 1391351088, 1391351393, 15, 24),
(86, 86, 1391351089, 1391364557, 15, 24),
(24, 86, 1391351089, 1391351219, 15, 24),
(86, 86, 1391351090, 1391364557, 15, 24),
(54, 86, 1391351090, 1391351122, 15, 24),
(86, 86, 1391351106, 1391364557, 15, 25),
(91, 86, 1391351106, 1391351151, 15, 25),
(86, 86, 1391351107, 1391364557, 15, 25),
(114, 86, 1391351107, 1391351396, 15, 25),
(104, 104, 1391351127, 1391364557, 15, 25),
(54, 104, 1391351127, 1391353060, 15, 25),
(86, 86, 1391351147, 1391364557, 15, 25),
(112, 86, 1391351147, 1391351188, 15, 25),
(70, 70, 1391351151, 1391364557, 15, 25),
(91, 70, 1391351151, 1391351388, 15, 25),
(86, 86, 1391351176, 1391364557, 15, 26),
(94, 86, 1391351176, 1391351459, 15, 26),
(86, 86, 1391351178, 1391364557, 15, 26),
(127, 86, 1391351178, 1391351399, 15, 26),
(86, 86, 1391351188, 1391364557, 15, 26),
(126, 86, 1391351188, 1391351262, 15, 26),
(91, 91, 1391351188, 1391364557, 15, 26),
(112, 91, 1391351188, 1391351216, 15, 26),
(86, 86, 1391351218, 1391364557, 15, 26),
(112, 86, 1391351218, 1391351400, 15, 26),
(9, 9, 1391351228, 1391364557, 15, 27),
(44, 9, 1391351228, 1391351295, 15, 27),
(102, 102, 1391351228, 1391364557, 15, 27),
(95, 102, 1391351228, 1391351458, 15, 27),
(101, 101, 1391351352, 1391364557, 15, 29),
(96, 101, 1391351352, 1391351356, 15, 29),
(64, 64, 1391351356, 1391449451, 15, 29),
(96, 64, 1391351356, 1391351412, 15, 29),
(9, 9, 1391351361, 1391364557, 15, 29),
(44, 9, 1391351361, 1391353065, 15, 29),
(9, 9, 1391351361, 1391364557, 15, 29),
(6, 9, 1391351361, 1391351742, 15, 29),
(9, 9, 1391351396, 1391364557, 15, 29),
(114, 9, 1391351396, 1391353749, 15, 29),
(9, 9, 1391351399, 1391364557, 15, 29),
(127, 9, 1391351399, 1391351401, 15, 29),
(9, 9, 1391351401, 1391364557, 15, 30),
(112, 9, 1391351401, 1391353002, 15, 30),
(9, 9, 1391351402, 1391364557, 15, 30),
(127, 9, 1391351402, 1391353753, 15, 30),
(9, 9, 1391351405, 1391364557, 15, 30),
(125, 9, 1391351405, 1391351493, 15, 30),
(9, 9, 1391351411, 1391364557, 15, 30),
(117, 9, 1391351411, 1391354540, 15, 30),
(9, 9, 1391351413, 1391364557, 15, 30),
(96, 9, 1391351413, 1391351462, 15, 30),
(9, 9, 1391351455, 1391364557, 15, 30),
(116, 9, 1391351455, 1391355232, 15, 30),
(9, 9, 1391351459, 1391364557, 15, 30),
(95, 9, 1391351459, 1391353272, 15, 30),
(9, 9, 1391351462, 1391364557, 15, 31),
(96, 9, 1391351462, 1391351472, 15, 31),
(9, 9, 1391351463, 1391364557, 15, 31),
(94, 9, 1391351463, 1391351512, 15, 31),
(9, 9, 1391351474, 1391364557, 15, 31),
(96, 9, 1391351474, 1391351561, 15, 31),
(9, 9, 1391351518, 1391364557, 15, 31),
(94, 9, 1391351518, 1391351668, 15, 31),
(104, 104, 1391351561, 1391364557, 15, 32),
(96, 104, 1391351561, 1391351583, 15, 32),
(9, 9, 1391351576, 1391364557, 15, 32),
(115, 9, 1391351576, 1391352102, 15, 32),
(101, 101, 1391351585, 1391364557, 15, 33),
(96, 101, 1391351585, 1391351652, 15, 33),
(9, 9, 1391351638, 1391364557, 15, 33),
(125, 9, 1391351638, 1391352552, 15, 33),
(9, 9, 1391351669, 1391364557, 15, 34),
(94, 9, 1391351669, 1391351771, 15, 34),
(9, 9, 1391351722, 1391364557, 15, 35),
(126, 9, 1391351722, 1391355643, 15, 35),
(9, 9, 1391351724, 1391364557, 15, 35),
(96, 9, 1391351724, 1391351756, 15, 35),
(101, 101, 1391351758, 1391364557, 15, 35),
(96, 101, 1391351758, 1391351776, 15, 35),
(101, 101, 1391351774, 1391364557, 15, 36),
(94, 101, 1391351774, 1391351784, 15, 36),
(104, 104, 1391351777, 1391364557, 15, 36),
(96, 104, 1391351777, 1391351804, 15, 36),
(9, 9, 1391351783, 1391364557, 15, 36),
(36, 9, 1391351783, 1391356152, 15, 36),
(9, 9, 1391351783, 1391364557, 15, 36),
(30, 9, 1391351783, 1391351859, 15, 36),
(9, 9, 1391351784, 1391364557, 15, 36),
(94, 9, 1391351784, 1391351993, 15, 36),
(9, 9, 1391351805, 1391364557, 15, 36),
(96, 9, 1391351805, 1391351833, 15, 36),
(101, 101, 1391351876, 1391364557, 15, 37),
(96, 101, 1391351876, 1391351974, 15, 37),
(9, 9, 1391351993, 1391364557, 15, 39),
(94, 9, 1391351993, 1391352493, 15, 39),
(9, 9, 1391352217, 1391364557, 15, 43),
(115, 9, 1391352217, 1391352552, 15, 43),
(9, 9, 1391352280, 1391364557, 15, 44),
(91, 9, 1391352280, 1391352319, 15, 44),
(9, 9, 1391352291, 1391364557, 15, 44),
(113, 9, 1391352291, 1391352382, 15, 44),
(9, 9, 1391352320, 1391364557, 15, 45),
(91, 9, 1391352320, 1391352462, 15, 45),
(9, 9, 1391352439, 1391364557, 15, 47),
(113, 9, 1391352439, 1391352492, 15, 47),
(9, 9, 1391352497, 1391364557, 15, 48),
(113, 9, 1391352497, 1391352779, 15, 48),
(9, 9, 1391352505, 1391364557, 15, 48),
(94, 9, 1391352505, 1391352565, 15, 48),
(9, 9, 1391352536, 1391364557, 15, 48),
(30, 9, 1391352536, 1391353756, 15, 48),
(9, 9, 1391352620, 1391364557, 15, 50),
(125, 9, 1391352620, 1391356398, 15, 50),
(9, 9, 1391352729, 1391364557, 15, 52),
(130, 9, 1391352729, 1391356767, 15, 52),
(9, 9, 1391352767, 1391364557, 15, 52),
(131, 9, 1391352767, 1391353377, 15, 52),
(9, 9, 1391352811, 1391364557, 15, 53),
(113, 9, 1391352811, 1391353340, 15, 53),
(9, 9, 1391352876, 1391364557, 15, 54),
(115, 9, 1391352876, 1391356216, 15, 54),
(9, 9, 1391352914, 1391364557, 15, 55),
(91, 9, 1391352914, 1391352957, 15, 55),
(9, 9, 1391352917, 1391364557, 15, 55),
(135, 9, 1391352917, 1391353573, 15, 55),
(57, 57, 1391352944, 1391364557, 15, 55),
(6, 57, 1391352944, 1391353018, 15, 55),
(57, 57, 1391352956, 1391364557, 15, 55),
(94, 57, 1391352956, 1391353002, 15, 55),
(9, 9, 1391352958, 1391364557, 15, 55),
(91, 9, 1391352958, 1391355266, 15, 55),
(9, 9, 1391352988, 1391364557, 15, 56),
(134, 9, 1391352988, 1391353210, 15, 56),
(9, 9, 1391352988, 1391364557, 15, 56),
(136, 9, 1391352988, 1391353545, 15, 56),
(9, 9, 1391353018, 1391364557, 15, 56),
(6, 9, 1391353018, 1391353257, 15, 56),
(9, 9, 1391353022, 1391364557, 15, 57),
(137, 9, 1391353022, 1391355698, 15, 57),
(9, 9, 1391353024, 1391364557, 15, 57),
(133, 9, 1391353024, 1391356893, 15, 57),
(10, 10, 1391353067, 1391364557, 15, 57),
(44, 10, 1391353067, 1391353120, 15, 57),
(9, 9, 1391353121, 1391364557, 15, 58),
(44, 9, 1391353121, 1391353278, 15, 58),
(9, 9, 1391353136, 1391364557, 15, 58),
(112, 9, 1391353136, 1391355795, 15, 58),
(9, 9, 1391353167, 1391364557, 15, 59),
(94, 9, 1391353167, 1391353682, 15, 59),
(104, 104, 1391353184, 1391364557, 15, 59),
(54, 104, 1391353184, 1391353567, 15, 59),
(9, 9, 1391353256, 1391364557, 16, 0),
(24, 9, 1391353256, 1391353643, 16, 0),
(10, 10, 1391353273, 1391364557, 16, 1),
(95, 10, 1391353273, 1391353300, 16, 1),
(10, 10, 1391353279, 1391364557, 16, 1),
(44, 10, 1391353279, 1391353303, 16, 1),
(9, 9, 1391353300, 1391364557, 16, 1),
(95, 9, 1391353300, 1391353663, 16, 1),
(9, 9, 1391353304, 1391364557, 16, 1),
(44, 9, 1391353304, 1391353725, 16, 1),
(105, 105, 1391353546, 1391353777, 16, 5),
(136, 105, 1391353546, 1391353568, 16, 5),
(9, 9, 1391353567, 1391364557, 16, 6),
(54, 9, 1391353567, 1391355504, 16, 6),
(9, 9, 1391353568, 1391364557, 16, 6),
(136, 9, 1391353568, 1391353642, 16, 6),
(9, 9, 1391353599, 1391364557, 16, 6),
(135, 9, 1391353599, 1391353628, 16, 6),
(105, 105, 1391353642, 1391364557, 16, 7),
(136, 105, 1391353642, 1391353777, 16, 7),
(57, 57, 1391353645, 1391364557, 16, 7),
(6, 57, 1391353645, 1391353699, 16, 7),
(57, 57, 1391353657, 1391364557, 16, 7),
(135, 57, 1391353657, 1391353715, 16, 7),
(105, 105, 1391353664, 1391364557, 16, 7),
(95, 105, 1391353664, 1391353698, 16, 7),
(57, 57, 1391353682, 1391364557, 16, 8),
(94, 57, 1391353682, 1391353757, 16, 8),
(9, 9, 1391353692, 1391364557, 16, 8),
(138, 9, 1391353692, 1391355056, 16, 8),
(9, 9, 1391353699, 1391364557, 16, 8),
(6, 9, 1391353699, 1391353735, 16, 8),
(9, 9, 1391353699, 1391364557, 16, 8),
(95, 9, 1391353699, 1391353746, 16, 8),
(9, 9, 1391353716, 1391364557, 16, 8),
(135, 9, 1391353716, 1391357186, 16, 8),
(10, 10, 1391353726, 1391364557, 16, 8),
(44, 10, 1391353726, 1391354588, 16, 8),
(10, 10, 1391353736, 1391364557, 16, 8),
(6, 10, 1391353736, 1391355201, 16, 8),
(9, 9, 1391353746, 1391364557, 16, 9),
(95, 9, 1391353746, 1391354588, 16, 9),
(10, 10, 1391353749, 1391364557, 16, 9),
(114, 10, 1391353749, 1391354137, 16, 9),
(10, 10, 1391353754, 1391364557, 16, 9),
(127, 10, 1391353754, 1391353777, 16, 9),
(9, 9, 1391353759, 1391364557, 16, 9),
(94, 9, 1391353759, 1391355116, 16, 9),
(9, 9, 1391353777, 1391364557, 16, 9),
(136, 9, 1391353777, 1391353791, 16, 9),
(9, 9, 1391353777, 1391364557, 16, 9),
(127, 9, 1391353777, 1391354005, 16, 9),
(9, 9, 1391353796, 1391364557, 16, 9),
(136, 9, 1391353796, 1391353911, 16, 9),
(9, 9, 1391353797, 1391364557, 16, 9),
(134, 9, 1391353797, 1391353865, 16, 9),
(9, 9, 1391353875, 1391364557, 16, 11),
(24, 9, 1391353875, 1391355652, 16, 11),
(9, 9, 1391353901, 1391364557, 16, 11),
(113, 9, 1391353901, 1391357563, 16, 11),
(9, 9, 1391353914, 1391364557, 16, 11),
(136, 9, 1391353914, 1391354363, 16, 11),
(9, 9, 1391354002, 1391364557, 16, 13),
(134, 9, 1391354002, 1391354407, 16, 13),
(10, 10, 1391354006, 1391364557, 16, 13),
(127, 10, 1391354006, 1391354010, 16, 13),
(9, 9, 1391354011, 1391364557, 16, 13),
(127, 9, 1391354011, 1391354148, 16, 13),
(9, 9, 1391354073, 1391364557, 16, 14),
(139, 9, 1391354073, 1391354399, 16, 14),
(9, 9, 1391354096, 1391364557, 16, 14),
(131, 9, 1391354096, 1391358614, 16, 14),
(9, 9, 1391354137, 1391364557, 16, 15),
(114, 9, 1391354137, 1391354154, 16, 15),
(10, 10, 1391354149, 1391364557, 16, 15),
(127, 10, 1391354149, 1391354532, 16, 15),
(9, 9, 1391354364, 1391364557, 16, 19),
(136, 9, 1391354364, 1391354507, 16, 19),
(9, 9, 1391354399, 1391364557, 16, 19),
(139, 9, 1391354399, 1391359152, 16, 19),
(9, 9, 1391354517, 1391364557, 16, 21),
(140, 9, 1391354517, 1391357119, 16, 21),
(9, 9, 1391354534, 1391364557, 16, 22),
(127, 9, 1391354534, 1391355895, 16, 22),
(10, 10, 1391354541, 1391364557, 16, 22),
(117, 10, 1391354541, 1391355200, 16, 22),
(10, 10, 1391354589, 1391364557, 16, 23),
(44, 10, 1391354589, 1391355211, 16, 23),
(10, 10, 1391354589, 1391364557, 16, 23),
(95, 10, 1391354589, 1391354598, 16, 23),
(9, 9, 1391354598, 1391364557, 16, 23),
(95, 9, 1391354598, 1391354962, 16, 23),
(9, 9, 1391354790, 1391364557, 16, 26),
(114, 9, 1391354790, 1391355107, 16, 26),
(9, 9, 1391354993, 1391364557, 16, 29),
(141, 9, 1391354993, 1391356105, 16, 29),
(9, 9, 1391354994, 1391364557, 16, 29),
(95, 9, 1391354994, 1391355512, 16, 29),
(9, 9, 1391355111, 1391364557, 16, 31),
(114, 9, 1391355111, 1391356086, 16, 31),
(9, 9, 1391355117, 1391364557, 16, 31),
(94, 9, 1391355117, 1391355369, 16, 31),
(9, 9, 1391355200, 1391364557, 16, 33),
(117, 9, 1391355200, 1391358273, 16, 33),
(9, 9, 1391355201, 1391364557, 16, 33),
(6, 9, 1391355201, 1391355260, 16, 33),
(9, 9, 1391355212, 1391364557, 16, 33),
(44, 9, 1391355212, 1391355224, 16, 33),
(10, 10, 1391355224, 1391364557, 16, 33),
(44, 10, 1391355224, 1391355619, 16, 33),
(10, 10, 1391355233, 1391364557, 16, 33),
(116, 10, 1391355233, 1391355596, 16, 33),
(10, 10, 1391355261, 1391364557, 16, 34),
(6, 10, 1391355261, 1391355613, 16, 34),
(9, 9, 1391355390, 1391364557, 16, 36),
(94, 9, 1391355390, 1391356949, 16, 36),
(9, 9, 1391355395, 1391364557, 16, 36),
(91, 9, 1391355395, 1391358106, 16, 36),
(10, 10, 1391355512, 1391364557, 16, 38),
(95, 10, 1391355512, 1391355519, 16, 38),
(9, 9, 1391355520, 1391364557, 16, 38),
(95, 9, 1391355520, 1391355841, 16, 38),
(9, 9, 1391355597, 1391364557, 16, 39),
(116, 9, 1391355597, 1391356618, 16, 39),
(9, 9, 1391355613, 1391364557, 16, 40);
INSERT INTO `user_roomvisits` (`user_id`, `room_id`, `entry_timestamp`, `exit_timestamp`, `hour`, `minute`) VALUES
(6, 9, 1391355613, 1391355644, 16, 40),
(9, 9, 1391355615, 1391364557, 16, 40),
(142, 9, 1391355615, 1391359390, 16, 40),
(9, 9, 1391355620, 1391364557, 16, 40),
(44, 9, 1391355620, 1391355625, 16, 40),
(10, 10, 1391355626, 1391364557, 16, 40),
(44, 10, 1391355626, 1391355678, 16, 40),
(10, 10, 1391355643, 1391364557, 16, 40),
(126, 10, 1391355643, 1391356127, 16, 40),
(10, 10, 1391355645, 1391364557, 16, 40),
(6, 10, 1391355645, 1391356333, 16, 40),
(10, 10, 1391355652, 1391364557, 16, 40),
(24, 10, 1391355652, 1391356152, 16, 40),
(9, 9, 1391355658, 1391364557, 16, 40),
(54, 9, 1391355658, 1391355995, 16, 40),
(10, 10, 1391355678, 1391364557, 16, 41),
(44, 10, 1391355678, 1391357615, 16, 41),
(10, 10, 1391355842, 1391364557, 16, 44),
(95, 10, 1391355842, 1391355846, 16, 44),
(9, 9, 1391355843, 1391364557, 16, 44),
(112, 9, 1391355843, 1391359726, 16, 44),
(9, 9, 1391355847, 1391364557, 16, 44),
(95, 9, 1391355847, 1391356275, 16, 44),
(9, 9, 1391356127, 1391364557, 16, 48),
(126, 9, 1391356127, 1391358245, 16, 48),
(9, 9, 1391356153, 1391364557, 16, 49),
(24, 9, 1391356153, 1391356911, 16, 49),
(10, 10, 1391356153, 1391364557, 16, 49),
(36, 10, 1391356153, 1391356382, 16, 49),
(9, 9, 1391356271, 1391364557, 16, 51),
(115, 9, 1391356271, 1391358779, 16, 51),
(9, 9, 1391356295, 1391364557, 16, 51),
(137, 9, 1391356295, 1391357247, 16, 51),
(9, 9, 1391356334, 1391364557, 16, 52),
(6, 9, 1391356334, 1391356440, 16, 52),
(9, 9, 1391356382, 1391364557, 16, 53),
(36, 9, 1391356382, 1391358485, 16, 53),
(10, 10, 1391356400, 1391364557, 16, 53),
(125, 10, 1391356400, 1391356708, 16, 53),
(10, 10, 1391356441, 1391364557, 16, 54),
(6, 10, 1391356441, 1391356887, 16, 54),
(106, 106, 1391356618, 1391356716, 16, 56),
(116, 106, 1391356618, 1391364557, 16, 56),
(9, 9, 1391356625, 1391364557, 16, 57),
(144, 9, 1391356625, 1391356681, 16, 57),
(106, 106, 1391356681, 1391364557, 16, 58),
(144, 106, 1391356681, 1391356697, 16, 58),
(9, 9, 1391356698, 1391364557, 16, 58),
(144, 9, 1391356698, 1391356731, 16, 58),
(9, 9, 1391356707, 1391364557, 16, 58),
(54, 9, 1391356707, 1391362322, 16, 58),
(106, 106, 1391356709, 1391364557, 16, 58),
(125, 106, 1391356709, 1391356716, 16, 58),
(10, 10, 1391356768, 1391364557, 16, 59),
(130, 10, 1391356768, 1391356872, 16, 59),
(9, 9, 1391356888, 1391364557, 17, 1),
(6, 9, 1391356888, 1391357216, 17, 1),
(10, 10, 1391356894, 1391364557, 17, 1),
(133, 10, 1391356894, 1391357169, 17, 1),
(9, 9, 1391356911, 1391364557, 17, 1),
(145, 9, 1391356911, 1391359202, 17, 1),
(10, 10, 1391356913, 1391364557, 17, 1),
(24, 10, 1391356913, 1391356916, 17, 1),
(9, 9, 1391356918, 1391364557, 17, 1),
(24, 9, 1391356918, 1391357208, 17, 1),
(9, 9, 1391356973, 1391364557, 17, 2),
(94, 9, 1391356973, 1391358439, 17, 2),
(9, 9, 1391357080, 1391364557, 17, 4),
(116, 9, 1391357080, 1391361387, 17, 4),
(9, 9, 1391357170, 1391364557, 17, 6),
(133, 9, 1391357170, 1391357904, 17, 6),
(10, 10, 1391357187, 1391364557, 17, 6),
(135, 10, 1391357187, 1391357526, 17, 6),
(10, 10, 1391357208, 1391364557, 17, 6),
(24, 10, 1391357208, 1391357235, 17, 6),
(10, 10, 1391357217, 1391364557, 17, 6),
(6, 10, 1391357217, 1391358586, 17, 6),
(9, 9, 1391357235, 1391364557, 17, 7),
(24, 9, 1391357235, 1391357700, 17, 7),
(10, 10, 1391357563, 1391364557, 17, 12),
(113, 10, 1391357563, 1391358594, 17, 12),
(9, 9, 1391357616, 1391364557, 17, 13),
(44, 9, 1391357616, 1391357666, 17, 13),
(10, 10, 1391357667, 1391364557, 17, 14),
(44, 10, 1391357667, 1391357828, 17, 14),
(10, 10, 1391357701, 1391364557, 17, 15),
(24, 10, 1391357701, 1391357848, 17, 15),
(9, 9, 1391357739, 1391364557, 17, 15),
(107, 9, 1391357739, 1391359769, 17, 15),
(10, 10, 1391357829, 1391364557, 17, 17),
(44, 10, 1391357829, 1391358682, 17, 17),
(9, 9, 1391357848, 1391364557, 17, 17),
(24, 9, 1391357848, 1391357946, 17, 17),
(107, 107, 1391357904, 1391359678, 17, 18),
(133, 107, 1391357904, 1391362054, 17, 18),
(107, 107, 1391357947, 1391438259, 17, 19),
(24, 107, 1391357947, 1391358072, 17, 19),
(9, 9, 1391357961, 1391364557, 17, 19),
(146, 9, 1391357961, 1391358402, 17, 19),
(10, 10, 1391358073, 1391364557, 17, 21),
(24, 10, 1391358073, 1391358138, 17, 21),
(10, 10, 1391358107, 1391364557, 17, 21),
(91, 10, 1391358107, 1391358141, 17, 21),
(107, 107, 1391358138, 1391364557, 17, 22),
(24, 107, 1391358138, 1391358274, 17, 22),
(9, 9, 1391358142, 1391364557, 17, 22),
(91, 9, 1391358142, 1391358217, 17, 22),
(9, 9, 1391358163, 1391364557, 17, 22),
(136, 9, 1391358163, 1391361317, 17, 22),
(10, 10, 1391358218, 1391364557, 17, 23),
(91, 10, 1391358218, 1391358267, 17, 23),
(108, 108, 1391358246, 1391358681, 17, 24),
(126, 108, 1391358246, 1391358681, 17, 24),
(9, 9, 1391358268, 1391364557, 17, 24),
(91, 9, 1391358268, 1391361196, 17, 24),
(107, 107, 1391358274, 1391364557, 17, 24),
(117, 107, 1391358274, 1391358373, 17, 24),
(10, 10, 1391358275, 1391364557, 17, 24),
(24, 10, 1391358275, 1391358595, 17, 24),
(96, 96, 1391358374, 1391364557, 17, 26),
(117, 96, 1391358374, 1391364557, 17, 26),
(93, 93, 1391358400, 1391364557, 17, 26),
(117, 93, 1391358400, 1391364557, 17, 26),
(103, 103, 1391358410, 1391447616, 17, 26),
(117, 103, 1391358410, 1391358452, 17, 26),
(103, 103, 1391358439, 1391364557, 17, 27),
(94, 103, 1391358439, 1391358444, 17, 27),
(108, 108, 1391358444, 1391364557, 17, 27),
(94, 108, 1391358444, 1391358455, 17, 27),
(9, 9, 1391358453, 1391364557, 17, 27),
(117, 9, 1391358453, 1391361875, 17, 27),
(107, 107, 1391358456, 1391364557, 17, 27),
(94, 107, 1391358456, 1391358466, 17, 27),
(9, 9, 1391358467, 1391364557, 17, 27),
(94, 9, 1391358467, 1391358577, 17, 27),
(108, 108, 1391358486, 1391364557, 17, 28),
(36, 108, 1391358486, 1391358496, 17, 28),
(107, 107, 1391358496, 1391364557, 17, 28),
(36, 107, 1391358496, 1391358815, 17, 28),
(88, 88, 1391358577, 1391364557, 17, 29),
(94, 88, 1391358578, 1391359019, 17, 29),
(9, 9, 1391358587, 1391364557, 17, 29),
(6, 9, 1391358587, 1391358731, 17, 29),
(9, 9, 1391358595, 1391364557, 17, 29),
(113, 9, 1391358595, 1391358930, 17, 29),
(9, 9, 1391358595, 1391364557, 17, 29),
(24, 9, 1391358595, 1391359081, 17, 29),
(10, 10, 1391358615, 1391364557, 17, 30),
(131, 10, 1391358615, 1391359133, 17, 30),
(9, 9, 1391358681, 1391364557, 17, 31),
(126, 9, 1391358681, 1391362632, 17, 31),
(9, 9, 1391358682, 1391364557, 17, 31),
(44, 9, 1391358682, 1391358727, 17, 31),
(10, 10, 1391358728, 1391364557, 17, 32),
(44, 10, 1391358728, 1391360401, 17, 32),
(10, 10, 1391358732, 1391364557, 17, 32),
(6, 10, 1391358732, 1391359453, 17, 32),
(107, 107, 1391358893, 1391364557, 17, 34),
(36, 107, 1391358893, 1391359003, 17, 34),
(9, 9, 1391358933, 1391364557, 17, 35),
(134, 9, 1391358933, 1391361664, 17, 35),
(10, 10, 1391358955, 1391364557, 17, 35),
(113, 10, 1391358955, 1391359231, 17, 35),
(9, 9, 1391359019, 1391364557, 17, 36),
(94, 9, 1391359019, 1391360584, 17, 36),
(10, 10, 1391359082, 1391364557, 17, 38),
(24, 10, 1391359082, 1391359403, 17, 38),
(107, 107, 1391359087, 1391364557, 17, 38),
(36, 107, 1391359087, 1391359094, 17, 38),
(9, 9, 1391359119, 1391364557, 17, 38),
(36, 9, 1391359119, 1391359243, 17, 38),
(107, 107, 1391359134, 1391364557, 17, 38),
(131, 107, 1391359134, 1391359209, 17, 38),
(10, 10, 1391359153, 1391364557, 17, 39),
(139, 10, 1391359153, 1391359367, 17, 39),
(9, 9, 1391359169, 1391364557, 17, 39),
(115, 9, 1391359169, 1391359854, 17, 39),
(109, 109, 1391359210, 1391361674, 17, 40),
(131, 109, 1391359210, 1391360923, 17, 40),
(107, 107, 1391359244, 1391364557, 17, 40),
(36, 107, 1391359244, 1391359295, 17, 40),
(10, 10, 1391359256, 1391364557, 17, 40),
(113, 10, 1391359256, 1391359570, 17, 40),
(107, 107, 1391359295, 1391364557, 17, 41),
(36, 107, 1391359295, 1391359373, 17, 41),
(9, 9, 1391359365, 1391364557, 17, 42),
(145, 9, 1391359365, 1391361822, 17, 42),
(107, 107, 1391359373, 1391364557, 17, 42),
(36, 107, 1391359374, 1391359546, 17, 42),
(10, 10, 1391359390, 1391364557, 17, 43),
(142, 10, 1391359390, 1391359715, 17, 43),
(107, 107, 1391359404, 1391364557, 17, 43),
(24, 107, 1391359404, 1391359556, 17, 43),
(57, 57, 1391359453, 1391364557, 17, 44),
(6, 57, 1391359453, 1391360094, 17, 44),
(9, 9, 1391359556, 1391364557, 17, 45),
(24, 9, 1391359556, 1391359774, 17, 45),
(107, 107, 1391359563, 1391364557, 17, 46),
(36, 107, 1391359563, 1391359678, 17, 46),
(9, 9, 1391359570, 1391364557, 17, 46),
(113, 9, 1391359570, 1391359619, 17, 46),
(10, 10, 1391359620, 1391364557, 17, 47),
(113, 10, 1391359620, 1391359626, 17, 47),
(57, 57, 1391359626, 1391364557, 17, 47),
(113, 57, 1391359626, 1391359626, 17, 47),
(57, 57, 1391359631, 1391364557, 17, 47),
(113, 57, 1391359631, 1391359697, 17, 47),
(57, 57, 1391359678, 1391364557, 17, 47),
(36, 57, 1391359678, 1391360105, 17, 47),
(10, 10, 1391359697, 1391364557, 17, 48),
(113, 10, 1391359697, 1391360006, 17, 48),
(9, 9, 1391359716, 1391364557, 17, 48),
(142, 9, 1391359716, 1391359777, 17, 48),
(10, 10, 1391359727, 1391364557, 17, 48),
(112, 10, 1391359727, 1391359990, 17, 48),
(10, 10, 1391359770, 1391364557, 17, 49),
(107, 10, 1391359770, 1391359796, 17, 49),
(57, 57, 1391359777, 1391364557, 17, 49),
(142, 57, 1391359777, 1391360223, 17, 49),
(9, 9, 1391359797, 1391364557, 17, 49),
(107, 9, 1391359797, 1391360002, 17, 49),
(9, 9, 1391359861, 1391364557, 17, 51),
(115, 9, 1391359861, 1391361196, 17, 51),
(9, 9, 1391359998, 1391364557, 17, 53),
(112, 9, 1391359998, 1391360523, 17, 53),
(10, 10, 1391360003, 1391364557, 17, 53),
(107, 10, 1391360003, 1391360341, 17, 53),
(57, 57, 1391360007, 1391364557, 17, 53),
(113, 57, 1391360007, 1391360121, 17, 53),
(57, 57, 1391360021, 1391364557, 17, 53),
(149, 57, 1391360021, 1391360106, 17, 53),
(10, 10, 1391360095, 1391364557, 17, 54),
(6, 10, 1391360095, 1391360302, 17, 54),
(10, 10, 1391360110, 1391364557, 17, 55),
(149, 10, 1391360110, 1391361728, 17, 55),
(10, 10, 1391360121, 1391364557, 17, 55),
(113, 10, 1391360121, 1391361341, 17, 55),
(107, 107, 1391360133, 1391364557, 17, 55),
(36, 107, 1391360133, 1391360890, 17, 55),
(9, 9, 1391360262, 1391364557, 17, 57),
(104, 9, 1391360262, 1391361197, 17, 57),
(9, 9, 1391360263, 1391364557, 17, 57),
(30, 9, 1391360263, 1391360335, 17, 57),
(9, 9, 1391360302, 1391364557, 17, 58),
(6, 9, 1391360302, 1391360359, 17, 58),
(14, 14, 1391360318, 1391364557, 17, 58),
(142, 14, 1391360318, 1391360323, 17, 58),
(57, 57, 1391360323, 1391364557, 17, 58),
(142, 57, 1391360323, 1391360346, 17, 58),
(9, 9, 1391360341, 1391364557, 17, 59),
(107, 9, 1391360341, 1391360529, 17, 59),
(10, 10, 1391360360, 1391364557, 17, 59),
(6, 10, 1391360360, 1391361794, 17, 59),
(9, 9, 1391360402, 1391364557, 18, 0),
(44, 9, 1391360402, 1391360411, 18, 0),
(10, 10, 1391360412, 1391364557, 18, 0),
(44, 10, 1391360412, 1391360906, 18, 0),
(110, 110, 1391360493, 1391362941, 18, 1),
(142, 110, 1391360493, 1391362283, 18, 1),
(107, 107, 1391360585, 1391364557, 18, 3),
(94, 107, 1391360585, 1391360964, 18, 3),
(9, 9, 1391360673, 1391364557, 18, 4),
(107, 9, 1391360673, 1391360790, 18, 4),
(107, 107, 1391360795, 1391363425, 18, 6),
(107, 107, 1391360795, 1391364557, 18, 6),
(107, 107, 1391360893, 1391364557, 18, 8),
(36, 107, 1391360893, 1391361137, 18, 8),
(9, 9, 1391360907, 1391364557, 18, 8),
(44, 9, 1391360907, 1391360940, 18, 8),
(110, 110, 1391360910, 1391441844, 18, 8),
(107, 110, 1391360910, 1391361393, 18, 8),
(111, 111, 1391360924, 1391361595, 18, 8),
(131, 111, 1391360924, 1391361595, 18, 8),
(10, 10, 1391360941, 1391364557, 18, 9),
(44, 10, 1391360941, 1391361593, 18, 9),
(110, 110, 1391360964, 1391364557, 18, 9),
(94, 110, 1391360964, 1391361362, 18, 9),
(110, 110, 1391361137, 1391364557, 18, 12),
(36, 110, 1391361137, 1391361416, 18, 12),
(10, 10, 1391361197, 1391364557, 18, 13),
(91, 10, 1391361197, 1391361237, 18, 13),
(9, 9, 1391361238, 1391364557, 18, 13),
(91, 9, 1391361238, 1391361382, 18, 13),
(9, 9, 1391361240, 1391364557, 18, 14),
(104, 9, 1391361240, 1391361802, 18, 14),
(10, 10, 1391361318, 1391364557, 18, 15),
(136, 10, 1391361318, 1391361634, 18, 15),
(9, 9, 1391361342, 1391364557, 18, 15),
(113, 9, 1391361342, 1391361901, 18, 15),
(9, 9, 1391361363, 1391364557, 18, 16),
(94, 9, 1391361363, 1391361490, 18, 16),
(97, 97, 1391361383, 1391364557, 18, 16),
(91, 97, 1391361383, 1391362735, 18, 16),
(65, 65, 1391361435, 1391364557, 18, 17),
(36, 65, 1391361435, 1391361445, 18, 17),
(107, 107, 1391361448, 1391364557, 18, 17),
(36, 107, 1391361448, 1391361993, 18, 17),
(10, 10, 1391361491, 1391364557, 18, 18),
(94, 10, 1391361491, 1391361510, 18, 18),
(9, 9, 1391361511, 1391364557, 18, 18),
(94, 9, 1391361511, 1391361606, 18, 18),
(110, 110, 1391361531, 1391364557, 18, 18),
(107, 110, 1391361531, 1391361548, 18, 18),
(9, 9, 1391361550, 1391364557, 18, 19),
(107, 9, 1391361550, 1391362605, 18, 19),
(9, 9, 1391361593, 1391364557, 18, 19),
(44, 9, 1391361593, 1391361647, 18, 19),
(109, 109, 1391361596, 1391364557, 18, 19),
(131, 109, 1391361596, 1391361674, 18, 19),
(112, 112, 1391361606, 1391363509, 18, 20),
(94, 112, 1391361606, 1391362122, 18, 20),
(9, 9, 1391361634, 1391364557, 18, 20),
(136, 9, 1391361634, 1391362632, 18, 20),
(10, 10, 1391361647, 1391364557, 18, 20),
(44, 10, 1391361647, 1391362360, 18, 20),
(110, 110, 1391361656, 1391364557, 18, 20),
(116, 110, 1391361656, 1391361816, 18, 20),
(10, 10, 1391361666, 1391364557, 18, 21),
(134, 10, 1391361666, 1391361970, 18, 21),
(110, 110, 1391361675, 1391364557, 18, 21),
(131, 110, 1391361675, 1391362396, 18, 21),
(10, 10, 1391361753, 1391364557, 18, 22),
(149, 10, 1391361753, 1391361781, 18, 22),
(113, 113, 1391361782, 1391363799, 18, 23),
(149, 113, 1391361782, 1391362430, 18, 23),
(113, 113, 1391361794, 1391364557, 18, 23),
(6, 113, 1391361794, 1391362385, 18, 23),
(9, 9, 1391361812, 1391364557, 18, 23),
(104, 9, 1391361812, 1391362386, 18, 23),
(112, 112, 1391361816, 1391364557, 18, 23),
(116, 112, 1391361816, 1391362108, 18, 23),
(10, 10, 1391361824, 1391364557, 18, 23),
(145, 10, 1391361824, 1391361858, 18, 23),
(9, 9, 1391361859, 1391364557, 18, 24),
(145, 9, 1391361859, 1391361970, 18, 24),
(9, 9, 1391361878, 1391364557, 18, 24),
(117, 9, 1391361878, 1391362632, 18, 24),
(10, 10, 1391361901, 1391364557, 18, 25),
(113, 10, 1391361901, 1391362721, 18, 25),
(9, 9, 1391361971, 1391364557, 18, 26),
(134, 9, 1391361971, 1391362164, 18, 26),
(10, 10, 1391361971, 1391364557, 18, 26),
(145, 10, 1391361971, 1391362381, 18, 26),
(107, 107, 1391361993, 1391364557, 18, 26),
(36, 107, 1391361993, 1391362026, 18, 26),
(107, 107, 1391362027, 1391364557, 18, 27),
(36, 107, 1391362027, 1391362521, 18, 27),
(107, 107, 1391362055, 1391364557, 18, 27),
(133, 107, 1391362055, 1391362534, 18, 27),
(112, 112, 1391362121, 1391364557, 18, 28),
(116, 112, 1391362121, 1391363272, 18, 28),
(113, 113, 1391362122, 1391364557, 18, 28),
(94, 113, 1391362122, 1391362132, 18, 28),
(112, 112, 1391362132, 1391364557, 18, 28),
(94, 112, 1391362132, 1391362348, 18, 28),
(114, 114, 1391362165, 1391363093, 18, 29),
(134, 114, 1391362165, 1391363093, 18, 29),
(110, 110, 1391362291, 1391364557, 18, 31),
(142, 110, 1391362291, 1391362941, 18, 31),
(10, 10, 1391362323, 1391364557, 18, 32),
(54, 10, 1391362323, 1391362334, 18, 32),
(9, 9, 1391362335, 1391364557, 18, 32),
(54, 9, 1391362335, 1391362460, 18, 32),
(9, 9, 1391362349, 1391364557, 18, 32),
(94, 9, 1391362349, 1391362359, 18, 32),
(10, 10, 1391362359, 1391364557, 18, 32),
(94, 10, 1391362359, 1391362387, 18, 32),
(9, 9, 1391362360, 1391364557, 18, 32),
(44, 9, 1391362360, 1391362366, 18, 32),
(10, 10, 1391362367, 1391364557, 18, 32),
(44, 10, 1391362367, 1391362567, 18, 32),
(57, 57, 1391362385, 1391364557, 18, 33),
(6, 57, 1391362385, 1391363046, 18, 33),
(10, 10, 1391362387, 1391364557, 18, 33),
(104, 10, 1391362387, 1391362573, 18, 33),
(113, 113, 1391362387, 1391364557, 18, 33),
(94, 113, 1391362387, 1391362426, 18, 33),
(112, 112, 1391362427, 1391364557, 18, 33),
(94, 112, 1391362427, 1391362435, 18, 33),
(10, 10, 1391362431, 1391364557, 18, 33),
(149, 10, 1391362431, 1391362462, 18, 33),
(9, 9, 1391362436, 1391364557, 18, 33),
(94, 9, 1391362436, 1391362632, 18, 33),
(115, 115, 1391362443, 1391362836, 18, 34),
(145, 115, 1391362443, 1391362836, 18, 34),
(57, 57, 1391362462, 1391364557, 18, 34),
(149, 57, 1391362462, 1391363051, 18, 34),
(112, 112, 1391362521, 1391364557, 18, 35),
(36, 112, 1391362521, 1391362538, 18, 35),
(112, 112, 1391362535, 1391364557, 18, 35),
(133, 112, 1391362535, 1391362546, 18, 35),
(107, 107, 1391362538, 1391364557, 18, 35),
(36, 107, 1391362538, 1391362581, 18, 35),
(57, 57, 1391362547, 1391364557, 18, 35),
(133, 57, 1391362547, 1391362698, 18, 35),
(10, 10, 1391362568, 1391364557, 18, 36),
(44, 10, 1391362568, 1391362608, 18, 36),
(112, 112, 1391362578, 1391364557, 18, 36),
(104, 112, 1391362578, 1391362633, 18, 36),
(57, 57, 1391362582, 1391364557, 18, 36),
(36, 57, 1391362582, 1391362585, 18, 36),
(57, 57, 1391362585, 1391364557, 18, 36),
(36, 57, 1391362585, 1391362698, 18, 36),
(57, 57, 1391362605, 1391364557, 18, 36),
(107, 57, 1391362605, 1391362698, 18, 36),
(9, 9, 1391362609, 1391364557, 18, 36),
(44, 9, 1391362609, 1391362638, 18, 36),
(57, 57, 1391362633, 1391364557, 18, 37),
(104, 57, 1391362633, 1391362698, 18, 37),
(10, 10, 1391362638, 1391364557, 18, 37),
(44, 10, 1391362638, 1391362650, 18, 37),
(114, 114, 1391362639, 1391364557, 18, 37),
(94, 114, 1391362639, 1391362647, 18, 37),
(110, 110, 1391362644, 1391364557, 18, 37),
(117, 110, 1391362644, 1391362649, 18, 37),
(57, 57, 1391362647, 1391364557, 18, 37),
(94, 57, 1391362647, 1391362698, 18, 37),
(110, 110, 1391362649, 1391364557, 18, 37),
(117, 110, 1391362649, 1391362651, 18, 37),
(57, 57, 1391362651, 1391364557, 18, 37),
(44, 57, 1391362651, 1391363067, 18, 37),
(57, 57, 1391362651, 1391364557, 18, 37),
(117, 57, 1391362651, 1391362664, 18, 37),
(112, 112, 1391362662, 1391364557, 18, 37),
(136, 112, 1391362662, 1391362688, 18, 37),
(112, 112, 1391362679, 1391364557, 18, 37),
(117, 112, 1391362679, 1391362697, 18, 37),
(57, 57, 1391362689, 1391364557, 18, 38),
(136, 57, 1391362689, 1391362698, 18, 38),
(57, 57, 1391362697, 1391364557, 18, 38),
(117, 57, 1391362697, 1391362698, 18, 38),
(57, 57, 1391362703, 1391364557, 18, 38),
(94, 57, 1391362703, 1391363057, 18, 38),
(112, 112, 1391362708, 1391364557, 18, 38),
(117, 112, 1391362708, 1391363080, 18, 38),
(112, 112, 1391362710, 1391364557, 18, 38),
(136, 112, 1391362710, 1391363509, 18, 38),
(114, 114, 1391362711, 1391364557, 18, 38),
(36, 114, 1391362711, 1391362725, 18, 38),
(107, 107, 1391362711, 1391364557, 18, 38),
(133, 107, 1391362712, 1391362758, 18, 38),
(112, 112, 1391362713, 1391364557, 18, 38),
(107, 112, 1391362713, 1391363081, 18, 38),
(57, 57, 1391362722, 1391364557, 18, 38),
(113, 57, 1391362722, 1391363115, 18, 38),
(112, 112, 1391362725, 1391364557, 18, 38),
(36, 112, 1391362725, 1391362801, 18, 38),
(114, 114, 1391362736, 1391364557, 18, 38),
(91, 114, 1391362736, 1391362754, 18, 38),
(107, 107, 1391362753, 1391364557, 18, 39),
(104, 107, 1391362753, 1391362809, 18, 39),
(112, 112, 1391362755, 1391364557, 18, 39),
(91, 112, 1391362755, 1391362789, 18, 39),
(112, 112, 1391362759, 1391364557, 18, 39),
(133, 112, 1391362759, 1391363084, 18, 39),
(112, 112, 1391362765, 1391364557, 18, 39),
(126, 112, 1391362765, 1391363103, 18, 39),
(70, 70, 1391362790, 1391364557, 18, 39),
(91, 70, 1391362790, 1391362956, 18, 39),
(107, 107, 1391362802, 1391364557, 18, 40),
(36, 107, 1391362802, 1391362851, 18, 40),
(112, 112, 1391362809, 1391364557, 18, 40),
(104, 112, 1391362809, 1391363104, 18, 40),
(110, 110, 1391362852, 1391364557, 18, 40),
(36, 110, 1391362852, 1391362865, 18, 40),
(112, 112, 1391362865, 1391364557, 18, 41),
(36, 112, 1391362865, 1391363096, 18, 41),
(114, 114, 1391362956, 1391364557, 18, 42),
(91, 114, 1391362956, 1391362974, 18, 42),
(57, 57, 1391362974, 1391364557, 18, 42),
(91, 57, 1391362974, 1391363041, 18, 42),
(97, 97, 1391363041, 1391364557, 18, 44),
(91, 97, 1391363041, 1391363087, 18, 44),
(114, 114, 1391363046, 1391364557, 18, 44),
(6, 114, 1391363046, 1391363083, 18, 44),
(113, 113, 1391363051, 1391364557, 18, 44),
(149, 113, 1391363051, 1391363673, 18, 44),
(112, 112, 1391363058, 1391364557, 18, 44),
(94, 112, 1391363058, 1391363079, 18, 44),
(113, 113, 1391363068, 1391364557, 18, 44),
(44, 113, 1391363068, 1391363411, 18, 44),
(113, 113, 1391363079, 1391364557, 18, 44),
(94, 113, 1391363079, 1391363350, 18, 44),
(113, 113, 1391363080, 1391364557, 18, 44),
(117, 113, 1391363080, 1391363374, 18, 44),
(113, 113, 1391363081, 1391364557, 18, 44),
(107, 113, 1391363081, 1391363583, 18, 44),
(113, 113, 1391363083, 1391364557, 18, 44),
(6, 113, 1391363083, 1391363403, 18, 44),
(113, 113, 1391363085, 1391364557, 18, 44),
(133, 113, 1391363085, 1391363386, 18, 44),
(113, 113, 1391363087, 1391364557, 18, 44),
(91, 113, 1391363087, 1391363395, 18, 44),
(113, 113, 1391363093, 1391364557, 18, 44),
(134, 113, 1391363093, 1391363635, 18, 44),
(113, 113, 1391363097, 1391364557, 18, 44),
(36, 113, 1391363097, 1391363376, 18, 44),
(113, 113, 1391363115, 1391364557, 18, 45),
(113, 113, 1391363115, 1391364557, 18, 45),
(112, 112, 1391363251, 1391364557, 18, 47),
(126, 112, 1391363251, 1391363258, 18, 47),
(112, 112, 1391363282, 1391364557, 18, 48),
(104, 112, 1391363282, 1391363312, 18, 48),
(112, 112, 1391363305, 1391364557, 18, 48),
(116, 112, 1391363305, 1391363312, 18, 48),
(112, 112, 1391363351, 1391364557, 18, 49),
(94, 112, 1391363351, 1391363355, 18, 49),
(113, 113, 1391363356, 1391364557, 18, 49),
(94, 113, 1391363356, 1391363539, 18, 49),
(112, 112, 1391363375, 1391364557, 18, 49),
(104, 112, 1391363375, 1391363481, 18, 49),
(112, 112, 1391363379, 1391364557, 18, 49),
(117, 112, 1391363379, 1391363396, 18, 49),
(97, 97, 1391363396, 1391364557, 18, 49),
(91, 97, 1391363396, 1391363710, 18, 49),
(103, 103, 1391363397, 1391364557, 18, 49),
(117, 103, 1391363397, 1391363440, 18, 49),
(50, 50, 1391363403, 1391443385, 18, 50),
(6, 50, 1391363403, 1391363461, 18, 50),
(107, 107, 1391363410, 1391364557, 18, 50),
(133, 107, 1391363410, 1391363425, 18, 50),
(50, 50, 1391363412, 1391364557, 18, 50),
(44, 50, 1391363412, 1391363446, 18, 50),
(103, 103, 1391363426, 1391364557, 18, 50),
(133, 103, 1391363426, 1391363447, 18, 50),
(116, 116, 1391363441, 1391363725, 18, 50),
(117, 116, 1391363441, 1391364557, 18, 50),
(112, 112, 1391363441, 1391364557, 18, 50),
(126, 112, 1391363442, 1391363447, 18, 50),
(113, 113, 1391363449, 1391364557, 18, 50),
(133, 113, 1391363449, 1391363544, 18, 50),
(113, 113, 1391363450, 1391363822, 18, 50),
(116, 113, 1391363450, 1391363799, 18, 50),
(57, 57, 1391363461, 1391364557, 18, 51),
(6, 57, 1391363461, 1391364502, 18, 51),
(116, 116, 1391363512, 1391364557, 18, 51),
(104, 116, 1391363512, 1391363702, 18, 51),
(116, 116, 1391363539, 1391364557, 18, 52),
(94, 116, 1391363539, 1391363716, 18, 52),
(97, 97, 1391363638, 1391364557, 18, 53),
(134, 97, 1391363638, 1391363689, 18, 53),
(116, 116, 1391363673, 1391364557, 18, 54),
(149, 116, 1391363673, 1391363693, 18, 54),
(57, 57, 1391363694, 1391364557, 18, 54),
(149, 57, 1391363694, 1391364422, 18, 54),
(116, 116, 1391363711, 1391364557, 18, 55),
(91, 116, 1391363711, 1391363725, 18, 55),
(57, 57, 1391363716, 1391364557, 18, 55),
(94, 57, 1391363716, 1391363835, 18, 55),
(57, 57, 1391363726, 1391364557, 18, 55),
(91, 57, 1391363726, 1391363812, 18, 55),
(97, 97, 1391363816, 1391364557, 18, 56),
(91, 97, 1391363816, 1391364121, 18, 56),
(57, 57, 1391363823, 1391364557, 18, 57),
(113, 57, 1391363823, 1391363923, 18, 57),
(97, 97, 1391363836, 1391364557, 18, 57),
(94, 97, 1391363836, 1391364118, 18, 57),
(97, 97, 1391363927, 1391364557, 18, 58),
(113, 97, 1391363927, 1391364111, 18, 58),
(116, 116, 1391364115, 1391364557, 19, 1),
(113, 116, 1391364115, 1391364557, 19, 1),
(116, 116, 1391364121, 1391364557, 19, 2),
(91, 116, 1391364121, 1391364557, 19, 2),
(116, 116, 1391364122, 1391364557, 19, 2),
(94, 116, 1391364122, 1391364557, 19, 2),
(116, 116, 1391364423, 1391364557, 19, 7),
(149, 116, 1391364423, 1391364557, 19, 7),
(116, 116, 1391364503, 1391364557, 19, 8),
(6, 116, 1391364503, 1391364557, 19, 8),
(57, 57, 1391427621, 1391429676, 12, 40),
(6, 57, 1391427621, 1391427682, 12, 40),
(19, 19, 1391427696, 1391429578, 12, 41),
(6, 19, 1391427696, 1391427724, 12, 41),
(57, 57, 1391427874, 1391429578, 12, 44),
(6, 57, 1391427874, 1391428176, 12, 44),
(57, 57, 1391427921, 1391429578, 12, 45),
(115, 57, 1391427921, 1391428145, 12, 45),
(28, 28, 1391428176, 1391429578, 12, 49),
(6, 28, 1391428176, 1391428182, 12, 49),
(57, 57, 1391428423, 1391429578, 12, 53),
(6, 57, 1391428423, 1391428595, 12, 53),
(57, 57, 1391428638, 1391429578, 12, 57),
(6, 57, 1391428638, 1391429092, 12, 57),
(15, 15, 1391429092, 1391429578, 13, 4),
(6, 15, 1391429092, 1391429574, 13, 4),
(15, 15, 1391429188, 1391429578, 13, 6),
(36, 15, 1391429188, 1391429578, 13, 6),
(57, 57, 1391429646, 1391443581, 13, 14),
(6, 57, 1391429646, 1391429676, 13, 14),
(57, 57, 1391430425, 1391451625, 13, 27),
(6, 57, 1391430425, 1391431639, 13, 27),
(47, 47, 1391434363, 1391449499, 14, 32),
(44, 47, 1391434363, 1391434388, 14, 32),
(57, 57, 1391435018, 1391443755, 14, 43),
(6, 57, 1391435018, 1391437205, 14, 43),
(57, 57, 1391435647, 1391443755, 14, 54),
(112, 57, 1391435647, 1391435784, 14, 54),
(57, 57, 1391435805, 1391443755, 14, 56),
(112, 57, 1391435805, 1391437690, 14, 56),
(102, 102, 1391435830, 1391450451, 14, 57),
(95, 102, 1391435830, 1391435860, 14, 57),
(57, 57, 1391435878, 1391443755, 14, 57),
(95, 57, 1391435878, 1391437306, 14, 57),
(57, 57, 1391435921, 1391443755, 14, 58),
(155, 57, 1391435921, 1391436200, 14, 58),
(57, 57, 1391436253, 1391443755, 15, 4),
(44, 57, 1391436253, 1391436408, 15, 4),
(57, 57, 1391436433, 1391443755, 15, 7),
(44, 57, 1391436433, 1391436467, 15, 7),
(57, 57, 1391436478, 1391443755, 15, 7),
(44, 57, 1391436478, 1391436552, 15, 7),
(57, 57, 1391436568, 1391443755, 15, 9),
(44, 57, 1391436568, 1391436592, 15, 9),
(57, 57, 1391436596, 1391443755, 15, 9),
(115, 57, 1391436596, 1391437098, 15, 9),
(57, 57, 1391436649, 1391443755, 15, 10),
(44, 57, 1391436649, 1391436746, 15, 10),
(57, 57, 1391436779, 1391443755, 15, 12),
(44, 57, 1391436779, 1391438034, 15, 12),
(117, 117, 1391437098, 1391440585, 15, 18),
(115, 117, 1391437098, 1391437275, 15, 18),
(117, 117, 1391437206, 1391452116, 15, 20),
(6, 117, 1391437206, 1391437256, 15, 20),
(57, 57, 1391437256, 1391443755, 15, 20),
(6, 57, 1391437256, 1391437695, 15, 20),
(57, 57, 1391437275, 1391443755, 15, 21),
(115, 57, 1391437275, 1391437372, 15, 21),
(117, 117, 1391437372, 1391443755, 15, 22),
(115, 117, 1391437372, 1391437714, 15, 22),
(57, 57, 1391437661, 1391443755, 15, 27),
(95, 57, 1391437661, 1391437678, 15, 27),
(91, 91, 1391437690, 1391443755, 15, 28),
(112, 91, 1391437690, 1391438330, 15, 28),
(91, 91, 1391437695, 1391443755, 15, 28),
(6, 91, 1391437695, 1391438207, 15, 28),
(91, 91, 1391437699, 1391443755, 15, 28),
(95, 91, 1391437699, 1391438404, 15, 28),
(91, 91, 1391437726, 1391443755, 15, 28),
(115, 91, 1391437726, 1391437892, 15, 28),
(91, 91, 1391437841, 1391443755, 15, 30),
(133, 91, 1391437841, 1391438009, 15, 30),
(117, 117, 1391437893, 1391443755, 15, 31),
(115, 117, 1391437893, 1391438680, 15, 31),
(91, 91, 1391438025, 1391443755, 15, 33),
(133, 91, 1391438025, 1391438232, 15, 33),
(91, 91, 1391438034, 1391443755, 15, 33),
(44, 91, 1391438034, 1391438211, 15, 33),
(12, 12, 1391438207, 1391443755, 15, 36),
(6, 12, 1391438207, 1391440055, 15, 36),
(12, 12, 1391438212, 1391443755, 15, 36),
(44, 12, 1391438212, 1391440110, 15, 36),
(107, 107, 1391438232, 1391447071, 15, 37),
(133, 107, 1391438232, 1391438259, 15, 37),
(117, 117, 1391438259, 1391443755, 15, 37),
(133, 117, 1391438259, 1391438389, 15, 37),
(12, 12, 1391438330, 1391443755, 15, 38),
(112, 12, 1391438330, 1391440300, 15, 38),
(12, 12, 1391438389, 1391443755, 15, 39),
(133, 12, 1391438389, 1391440649, 15, 39),
(12, 12, 1391438405, 1391443755, 15, 40),
(95, 12, 1391438405, 1391439324, 15, 40),
(110, 110, 1391438610, 1391443755, 15, 43),
(142, 110, 1391438610, 1391438618, 15, 43),
(12, 12, 1391438618, 1391443755, 15, 43),
(142, 12, 1391438618, 1391440685, 15, 43),
(117, 117, 1391438681, 1391443755, 15, 44),
(115, 117, 1391438681, 1391439431, 15, 44),
(12, 12, 1391439432, 1391443755, 15, 57),
(115, 12, 1391439432, 1391439490, 15, 57),
(117, 117, 1391439490, 1391443755, 15, 58),
(115, 117, 1391439490, 1391439534, 15, 58),
(117, 117, 1391439534, 1391443755, 15, 58),
(115, 117, 1391439534, 1391439780, 15, 58),
(12, 12, 1391439780, 1391443755, 16, 3),
(115, 12, 1391439780, 1391440044, 16, 3),
(12, 12, 1391439781, 1391443755, 16, 3),
(24, 12, 1391439781, 1391440447, 16, 3),
(12, 12, 1391439934, 1391443755, 16, 5),
(157, 12, 1391439934, 1391439949, 16, 5),
(12, 12, 1391439949, 1391443755, 16, 5),
(157, 12, 1391439949, 1391440316, 16, 5),
(117, 117, 1391440044, 1391443755, 16, 7),
(115, 117, 1391440044, 1391440459, 16, 7),
(117, 117, 1391440055, 1391443755, 16, 7),
(6, 117, 1391440055, 1391440298, 16, 7),
(117, 117, 1391440110, 1391443755, 16, 8),
(44, 117, 1391440110, 1391440423, 16, 8),
(12, 12, 1391440130, 1391443755, 16, 8),
(95, 12, 1391440130, 1391440741, 16, 8),
(12, 12, 1391440149, 1391443755, 16, 9),
(158, 12, 1391440149, 1391440229, 16, 9),
(50, 50, 1391440299, 1391453624, 16, 11),
(6, 50, 1391440299, 1391440837, 16, 11),
(12, 12, 1391440308, 1391443755, 16, 11),
(112, 12, 1391440308, 1391440865, 16, 11),
(50, 50, 1391440423, 1391443755, 16, 13),
(44, 50, 1391440423, 1391440695, 16, 13),
(50, 50, 1391440447, 1391443755, 16, 14),
(24, 50, 1391440447, 1391441440, 16, 14),
(12, 12, 1391440468, 1391443755, 16, 14),
(115, 12, 1391440468, 1391440481, 16, 14),
(117, 117, 1391440544, 1391443755, 16, 15),
(115, 117, 1391440544, 1391440585, 16, 15),
(50, 50, 1391440602, 1391443755, 16, 16),
(115, 50, 1391440602, 1391440681, 16, 16),
(50, 50, 1391440650, 1391443755, 16, 17),
(133, 50, 1391440650, 1391441662, 16, 17),
(118, 118, 1391440681, 1391442846, 16, 18),
(115, 118, 1391440681, 1391440793, 16, 18),
(50, 50, 1391440685, 1391443755, 16, 18),
(142, 50, 1391440685, 1391441377, 16, 18),
(118, 118, 1391440696, 1391451728, 16, 18),
(44, 118, 1391440696, 1391440756, 16, 18),
(50, 50, 1391440743, 1391443755, 16, 19),
(95, 50, 1391440743, 1391440762, 16, 19),
(50, 50, 1391440750, 1391443755, 16, 19),
(130, 50, 1391440750, 1391440756, 16, 19),
(50, 50, 1391440756, 1391443755, 16, 19),
(44, 50, 1391440756, 1391440867, 16, 19),
(12, 12, 1391440757, 1391443755, 16, 19),
(130, 12, 1391440757, 1391440846, 16, 19),
(12, 12, 1391440763, 1391443755, 16, 19),
(95, 12, 1391440763, 1391440843, 16, 19),
(50, 50, 1391440793, 1391443755, 16, 19),
(115, 50, 1391440793, 1391440856, 16, 19),
(21, 21, 1391440838, 1391443755, 16, 20),
(6, 21, 1391440838, 1391440868, 16, 20),
(50, 50, 1391440843, 1391443755, 16, 20),
(95, 50, 1391440843, 1391440858, 16, 20),
(50, 50, 1391440847, 1391443755, 16, 20),
(130, 50, 1391440847, 1391440864, 16, 20),
(21, 21, 1391440856, 1391443755, 16, 20),
(115, 21, 1391440856, 1391440897, 16, 20),
(21, 21, 1391440859, 1391443755, 16, 20),
(95, 21, 1391440859, 1391440891, 16, 20),
(21, 21, 1391440865, 1391443755, 16, 21),
(130, 21, 1391440865, 1391440899, 16, 21),
(50, 50, 1391440865, 1391443755, 16, 21),
(112, 50, 1391440865, 1391441446, 16, 21),
(21, 21, 1391440868, 1391443755, 16, 21),
(44, 21, 1391440868, 1391440887, 16, 21),
(118, 118, 1391440868, 1391443755, 16, 21),
(6, 118, 1391440868, 1391441072, 16, 21),
(118, 118, 1391440892, 1391443755, 16, 21),
(95, 118, 1391440892, 1391440938, 16, 21),
(118, 118, 1391440897, 1391443755, 16, 21),
(115, 118, 1391440897, 1391441906, 16, 21),
(21, 21, 1391440900, 1391443755, 16, 21),
(130, 21, 1391440900, 1391440904, 16, 21),
(50, 50, 1391440905, 1391443755, 16, 21),
(130, 50, 1391440905, 1391440912, 16, 21),
(118, 118, 1391440918, 1391443755, 16, 21),
(130, 118, 1391440918, 1391440920, 16, 21),
(50, 50, 1391440922, 1391443755, 16, 22),
(130, 50, 1391440922, 1391441376, 16, 22),
(50, 50, 1391440939, 1391443755, 16, 22),
(95, 50, 1391440939, 1391441320, 16, 22),
(50, 50, 1391441072, 1391443755, 16, 24),
(6, 50, 1391441072, 1391441434, 16, 24),
(102, 102, 1391441321, 1391443755, 16, 28),
(95, 102, 1391441321, 1391441514, 16, 28),
(50, 50, 1391441333, 1391443755, 16, 28),
(29, 50, 1391441333, 1391441392, 16, 28),
(119, 119, 1391441416, 1391442600, 16, 30),
(130, 119, 1391441416, 1391442368, 16, 30),
(118, 118, 1391441434, 1391443755, 16, 30),
(6, 118, 1391441434, 1391441882, 16, 30),
(118, 118, 1391441440, 1391443755, 16, 30),
(24, 118, 1391441440, 1391441703, 16, 30),
(118, 118, 1391441446, 1391443755, 16, 30),
(112, 118, 1391441446, 1391442261, 16, 30),
(119, 119, 1391441515, 1391443755, 16, 31),
(95, 119, 1391441515, 1391442412, 16, 31),
(119, 119, 1391441671, 1391443755, 16, 34),
(116, 119, 1391441671, 1391442184, 16, 34),
(119, 119, 1391441704, 1391443755, 16, 35),
(24, 119, 1391441704, 1391442156, 16, 35),
(110, 110, 1391441712, 1391443755, 16, 35),
(142, 110, 1391441712, 1391441844, 16, 35),
(119, 119, 1391441769, 1391443755, 16, 36),
(89, 119, 1391441769, 1391441969, 16, 36),
(119, 119, 1391441844, 1391443755, 16, 37),
(142, 119, 1391441844, 1391442589, 16, 37),
(119, 119, 1391441882, 1391443755, 16, 38),
(6, 119, 1391441882, 1391442144, 16, 38),
(119, 119, 1391441908, 1391443755, 16, 38),
(115, 119, 1391441908, 1391442159, 16, 38),
(119, 119, 1391442035, 1391443755, 16, 40),
(160, 119, 1391442035, 1391442319, 16, 40),
(60, 60, 1391442049, 1391443755, 16, 40),
(89, 60, 1391442049, 1391442057, 16, 40),
(80, 80, 1391442057, 1391443755, 16, 40),
(89, 80, 1391442057, 1391443755, 16, 40),
(60, 60, 1391442084, 1391443755, 16, 41),
(89, 60, 1391442084, 1391442151, 16, 41),
(50, 50, 1391442144, 1391443755, 16, 42),
(6, 50, 1391442144, 1391443277, 16, 42),
(50, 50, 1391442151, 1391443755, 16, 42),
(89, 50, 1391442151, 1391443364, 16, 42),
(50, 50, 1391442156, 1391443755, 16, 42),
(24, 50, 1391442156, 1391442156, 16, 42),
(50, 50, 1391442157, 1391443755, 16, 42),
(24, 50, 1391442157, 1391442170, 16, 42),
(50, 50, 1391442160, 1391443755, 16, 42),
(115, 50, 1391442160, 1391442161, 16, 42),
(50, 50, 1391442162, 1391443755, 16, 42),
(115, 50, 1391442162, 1391442499, 16, 42),
(50, 50, 1391442162, 1391443755, 16, 42),
(133, 50, 1391442162, 1391442163, 16, 42),
(50, 50, 1391442164, 1391443755, 16, 42),
(133, 50, 1391442164, 1391442430, 16, 42),
(50, 50, 1391442171, 1391443755, 16, 42),
(24, 50, 1391442171, 1391443271, 16, 42),
(50, 50, 1391442185, 1391443755, 16, 43),
(116, 50, 1391442185, 1391443346, 16, 43),
(50, 50, 1391442262, 1391443755, 16, 44),
(112, 50, 1391442262, 1391443271, 16, 44),
(119, 119, 1391442319, 1391443755, 16, 45),
(160, 119, 1391442319, 1391442600, 16, 45),
(120, 120, 1391442369, 1391442783, 16, 46),
(130, 120, 1391442369, 1391442783, 16, 46),
(50, 50, 1391442413, 1391443755, 16, 46),
(95, 50, 1391442413, 1391442964, 16, 46),
(50, 50, 1391442438, 1391443755, 16, 47),
(133, 50, 1391442438, 1391442552, 16, 47),
(50, 50, 1391442486, 1391443755, 16, 48),
(30, 50, 1391442486, 1391443336, 16, 48),
(121, 121, 1391442499, 1391443755, 16, 48),
(115, 121, 1391442499, 1391443755, 16, 48),
(120, 120, 1391442552, 1391443755, 16, 49),
(133, 120, 1391442552, 1391442559, 16, 49),
(120, 120, 1391442559, 1391443755, 16, 49),
(133, 120, 1391442559, 1391442561, 16, 49),
(119, 119, 1391442561, 1391443755, 16, 49),
(133, 119, 1391442561, 1391442588, 16, 49),
(50, 50, 1391442588, 1391443755, 16, 49),
(133, 50, 1391442588, 1391443385, 16, 49),
(50, 50, 1391442600, 1391443755, 16, 50),
(160, 50, 1391442600, 1391443271, 16, 50),
(118, 118, 1391442713, 1391443755, 16, 51),
(115, 118, 1391442713, 1391442846, 16, 51),
(50, 50, 1391442810, 1391443755, 16, 53),
(130, 50, 1391442810, 1391443072, 16, 53),
(50, 50, 1391442846, 1391443755, 16, 54),
(115, 50, 1391442846, 1391443128, 16, 54),
(102, 102, 1391442964, 1391443755, 16, 56),
(95, 102, 1391442964, 1391443451, 16, 56),
(102, 102, 1391443072, 1391443755, 16, 57),
(130, 102, 1391443072, 1391443721, 16, 57),
(122, 122, 1391443128, 1391443721, 16, 58),
(115, 122, 1391443128, 1391443331, 16, 58),
(102, 102, 1391443340, 1391443755, 17, 2),
(30, 102, 1391443340, 1391443451, 17, 2),
(102, 102, 1391443347, 1391443755, 17, 2),
(116, 102, 1391443347, 1391443469, 17, 2),
(102, 102, 1391443385, 1391443755, 17, 3),
(133, 102, 1391443385, 1391443511, 17, 3),
(122, 122, 1391443391, 1391452093, 17, 3),
(115, 122, 1391443391, 1391443721, 17, 3),
(123, 123, 1391443471, 1391443512, 17, 4),
(116, 123, 1391443471, 1391443512, 17, 4),
(102, 102, 1391443478, 1391443755, 17, 4),
(95, 102, 1391443478, 1391443721, 17, 4),
(57, 57, 1391443506, 1391443755, 17, 5),
(6, 57, 1391443506, 1391443581, 17, 5),
(102, 102, 1391443513, 1391443755, 17, 5),
(116, 102, 1391443513, 1391443755, 17, 5),
(102, 102, 1391443582, 1391443755, 17, 6),
(6, 102, 1391443582, 1391443755, 17, 6),
(102, 102, 1391443584, 1391443755, 17, 6),
(133, 102, 1391443584, 1391443721, 17, 6),
(102, 102, 1391443623, 1391443755, 17, 7),
(30, 102, 1391443623, 1391443751, 17, 7),
(124, 124, 1391443891, 1391445105, 17, 11),
(130, 124, 1391443891, 1391443990, 17, 11),
(57, 57, 1391443904, 1391453707, 17, 11),
(6, 57, 1391443904, 1391443982, 17, 11),
(124, 124, 1391443976, 1391453707, 17, 12),
(116, 124, 1391443976, 1391444825, 17, 12),
(124, 124, 1391443982, 1391453707, 17, 13),
(6, 124, 1391443982, 1391444812, 17, 13),
(124, 124, 1391444015, 1391453707, 17, 13),
(133, 124, 1391444015, 1391444424, 17, 13),
(124, 124, 1391444019, 1391453707, 17, 13),
(130, 124, 1391444019, 1391444170, 17, 13),
(124, 124, 1391444177, 1391453707, 17, 16),
(162, 124, 1391444177, 1391445105, 17, 16),
(124, 124, 1391444232, 1391453707, 17, 17),
(130, 124, 1391444232, 1391444380, 17, 17),
(124, 124, 1391444442, 1391453707, 17, 20),
(133, 124, 1391444442, 1391444730, 17, 20),
(124, 124, 1391444452, 1391453707, 17, 20),
(130, 124, 1391444452, 1391444483, 17, 20),
(124, 124, 1391444498, 1391453707, 17, 21),
(130, 124, 1391444498, 1391444544, 17, 21),
(124, 124, 1391444598, 1391453707, 17, 23),
(130, 124, 1391444598, 1391445089, 17, 23),
(122, 122, 1391444672, 1391453707, 17, 24),
(115, 122, 1391444672, 1391448372, 17, 24),
(125, 125, 1391444730, 1391444737, 17, 25),
(133, 125, 1391444730, 1391444737, 17, 25),
(124, 124, 1391444738, 1391453707, 17, 25),
(133, 124, 1391444738, 1391444830, 17, 25),
(57, 57, 1391444812, 1391453707, 17, 26),
(6, 57, 1391444812, 1391447022, 17, 26),
(57, 57, 1391444825, 1391453707, 17, 27),
(116, 57, 1391444825, 1391446298, 17, 27),
(122, 122, 1391444830, 1391453707, 17, 27),
(133, 122, 1391444830, 1391444843, 17, 27),
(124, 124, 1391444843, 1391453707, 17, 27),
(133, 124, 1391444843, 1391444873, 17, 27),
(57, 57, 1391444873, 1391453707, 17, 27),
(133, 57, 1391444873, 1391446745, 17, 27),
(57, 57, 1391444882, 1391453707, 17, 28),
(117, 57, 1391444882, 1391444897, 17, 28),
(124, 124, 1391444913, 1391453707, 17, 28),
(117, 124, 1391444913, 1391445022, 17, 28),
(122, 122, 1391445053, 1391453707, 17, 30),
(117, 122, 1391445053, 1391445660, 17, 30),
(57, 57, 1391445106, 1391453707, 17, 31),
(162, 57, 1391445106, 1391445371, 17, 31),
(57, 57, 1391445120, 1391453707, 17, 32),
(130, 57, 1391445120, 1391445335, 17, 32),
(57, 57, 1391445367, 1391453707, 17, 36),
(130, 57, 1391445367, 1391446576, 17, 36),
(57, 57, 1391445385, 1391453707, 17, 36),
(95, 57, 1391445385, 1391445575, 17, 36),
(57, 57, 1391445660, 1391453707, 17, 41),
(117, 57, 1391445660, 1391446302, 17, 41),
(57, 57, 1391446313, 1391453707, 17, 51),
(116, 57, 1391446313, 1391446363, 17, 51),
(57, 57, 1391446316, 1391453707, 17, 51),
(117, 57, 1391446316, 1391446872, 17, 51),
(122, 122, 1391446363, 1391453707, 17, 52),
(116, 122, 1391446363, 1391447240, 17, 52),
(57, 57, 1391446604, 1391453707, 17, 56),
(130, 57, 1391446604, 1391446835, 17, 56),
(57, 57, 1391446768, 1391453707, 17, 59),
(133, 57, 1391446768, 1391446824, 17, 59),
(122, 122, 1391446824, 1391453707, 18, 0),
(133, 122, 1391446824, 1391446947, 18, 0),
(122, 122, 1391446836, 1391453707, 18, 0),
(130, 122, 1391446836, 1391447367, 18, 0),
(85, 85, 1391446837, 1391453707, 18, 0),
(54, 85, 1391446837, 1391447135, 18, 0),
(122, 122, 1391446876, 1391453707, 18, 1),
(117, 122, 1391446876, 1391446950, 18, 1),
(107, 107, 1391446947, 1391453707, 18, 2),
(133, 107, 1391446947, 1391447071, 18, 2),
(85, 85, 1391446950, 1391453707, 18, 2),
(117, 85, 1391446950, 1391446972, 18, 2),
(107, 107, 1391446973, 1391453707, 18, 2),
(117, 107, 1391446973, 1391447048, 18, 2),
(122, 122, 1391447022, 1391453707, 18, 3),
(6, 122, 1391447022, 1391448552, 18, 3),
(122, 122, 1391447050, 1391453707, 18, 4),
(117, 122, 1391447050, 1391447190, 18, 4),
(85, 85, 1391447072, 1391453707, 18, 4),
(133, 85, 1391447072, 1391447123, 18, 4),
(122, 122, 1391447123, 1391453707, 18, 5),
(133, 122, 1391447123, 1391447258, 18, 5),
(122, 122, 1391447227, 1391453707, 18, 7),
(117, 122, 1391447227, 1391447282, 18, 7),
(126, 126, 1391447241, 1391447457, 18, 7),
(116, 126, 1391447241, 1391447457, 18, 7),
(126, 126, 1391447258, 1391453707, 18, 7),
(133, 126, 1391447258, 1391447442, 18, 7),
(126, 126, 1391447267, 1391453707, 18, 7),
(127, 126, 1391447267, 1391447365, 18, 7),
(103, 103, 1391447311, 1391453707, 18, 8),
(117, 103, 1391447311, 1391447473, 18, 8),
(100, 100, 1391447366, 1391453707, 18, 9),
(127, 100, 1391447366, 1391447398, 18, 9),
(103, 103, 1391447367, 1391453707, 18, 9),
(130, 103, 1391447367, 1391447381, 18, 9),
(122, 122, 1391447382, 1391453707, 18, 9),
(130, 122, 1391447382, 1391448372, 18, 9),
(126, 126, 1391447403, 1391453707, 18, 10),
(127, 126, 1391447403, 1391447447, 18, 10),
(127, 127, 1391447442, 1391453707, 18, 10),
(133, 127, 1391447442, 1391448582, 18, 10),
(127, 127, 1391447447, 1391453707, 18, 10),
(127, 127, 1391447447, 1391453707, 18, 10),
(127, 127, 1391447458, 1391453624, 18, 10),
(116, 127, 1391447458, 1391447689, 18, 10),
(122, 122, 1391447479, 1391453707, 18, 11),
(127, 122, 1391447479, 1391448610, 18, 11),
(103, 103, 1391447489, 1391453707, 18, 11),
(117, 103, 1391447489, 1391447502, 18, 11),
(122, 122, 1391447505, 1391453707, 18, 11),
(117, 122, 1391447505, 1391447570, 18, 11),
(122, 122, 1391447548, 1391453707, 18, 12),
(24, 122, 1391447548, 1391447802, 18, 12),
(103, 103, 1391447607, 1391453707, 18, 13),
(117, 103, 1391447607, 1391447616, 18, 13),
(122, 122, 1391447690, 1391453707, 18, 14),
(116, 122, 1391447690, 1391448312, 18, 14),
(116, 116, 1391447760, 1391453707, 18, 16),
(117, 116, 1391447760, 1391453707, 18, 16),
(122, 122, 1391447789, 1391453707, 18, 16),
(117, 122, 1391447789, 1391448093, 18, 16),
(122, 122, 1391448413, 1391453707, 18, 26),
(130, 122, 1391448413, 1391448582, 18, 26),
(122, 122, 1391448415, 1391453707, 18, 26),
(115, 122, 1391448415, 1391448582, 18, 26),
(122, 122, 1391448598, 1391453707, 18, 29),
(117, 122, 1391448598, 1391448633, 18, 29),
(122, 122, 1391448615, 1391453707, 18, 30),
(127, 122, 1391448615, 1391448643, 18, 30),
(122, 122, 1391448635, 1391453707, 18, 30),
(117, 122, 1391448635, 1391449220, 18, 30),
(122, 122, 1391448642, 1391453707, 18, 30),
(116, 122, 1391448642, 1391448762, 18, 30),
(127, 127, 1391448648, 1391453707, 18, 30),
(133, 127, 1391448648, 1391448736, 18, 30),
(122, 122, 1391448651, 1391453707, 18, 30),
(115, 122, 1391448651, 1391450518, 18, 30),
(122, 122, 1391448750, 1391453707, 18, 32),
(166, 122, 1391448750, 1391449362, 18, 32),
(122, 122, 1391448755, 1391453707, 18, 32),
(133, 122, 1391448755, 1391448818, 18, 32),
(57, 57, 1391448870, 1391453707, 18, 34),
(6, 57, 1391448870, 1391448881, 18, 34),
(122, 122, 1391448882, 1391453707, 18, 34),
(6, 122, 1391448882, 1391449935, 18, 34),
(122, 122, 1391448889, 1391453707, 18, 34),
(96, 122, 1391448889, 1391449448, 18, 34),
(92, 92, 1391448896, 1391453707, 18, 34),
(116, 92, 1391448896, 1391449023, 18, 34),
(122, 122, 1391448907, 1391453707, 18, 35),
(86, 122, 1391448907, 1391449983, 18, 35),
(122, 122, 1391448992, 1391453707, 18, 36),
(167, 122, 1391448992, 1391449132, 18, 36),
(122, 122, 1391449021, 1391453707, 18, 37),
(130, 122, 1391449021, 1391449219, 18, 37),
(122, 122, 1391449055, 1391453707, 18, 37),
(116, 122, 1391449055, 1391450304, 18, 37),
(122, 122, 1391449146, 1391453707, 18, 39),
(44, 122, 1391449146, 1391449208, 18, 39),
(47, 47, 1391449210, 1391453707, 18, 40),
(44, 47, 1391449210, 1391449242, 18, 40),
(122, 122, 1391449238, 1391453707, 18, 40),
(117, 122, 1391449238, 1391450351, 18, 40),
(122, 122, 1391449239, 1391453707, 18, 40),
(130, 122, 1391449239, 1391450354, 18, 40),
(47, 47, 1391449243, 1391453707, 18, 40),
(44, 47, 1391449243, 1391449268, 18, 40),
(47, 47, 1391449281, 1391453707, 18, 41),
(44, 47, 1391449281, 1391449291, 18, 41),
(47, 47, 1391449298, 1391453707, 18, 41),
(44, 47, 1391449298, 1391449423, 18, 41),
(47, 47, 1391449435, 1391453707, 18, 43),
(44, 47, 1391449435, 1391449499, 18, 43),
(64, 64, 1391449449, 1391453707, 18, 44),
(96, 64, 1391449449, 1391449451, 18, 44),
(101, 101, 1391449452, 1391453707, 18, 44),
(96, 101, 1391449452, 1391449467, 18, 44),
(128, 128, 1391449468, 1391449870, 18, 44),
(96, 128, 1391449468, 1391449667, 18, 44),
(122, 122, 1391449501, 1391453707, 18, 45),
(44, 122, 1391449501, 1391449652, 18, 45),
(122, 122, 1391449663, 1391453707, 18, 47),
(166, 122, 1391449663, 1391449857, 18, 47),
(122, 122, 1391449669, 1391453707, 18, 47),
(96, 122, 1391449669, 1391449679, 18, 47),
(122, 122, 1391449681, 1391453707, 18, 48),
(95, 122, 1391449681, 1391450238, 18, 48),
(128, 128, 1391449682, 1391453707, 18, 48),
(96, 128, 1391449682, 1391449870, 18, 48),
(122, 122, 1391449871, 1391453707, 18, 51),
(96, 122, 1391449871, 1391450199, 18, 51),
(122, 122, 1391449875, 1391453707, 18, 51),
(54, 122, 1391449875, 1391450282, 18, 51),
(122, 122, 1391449880, 1391453707, 18, 51),
(166, 122, 1391449880, 1391450650, 18, 51),
(122, 122, 1391449988, 1391453707, 18, 53),
(86, 122, 1391449988, 1391450877, 18, 53),
(122, 122, 1391450102, 1391453707, 18, 55),
(91, 122, 1391450102, 1391450175, 18, 55),
(57, 57, 1391450149, 1391453707, 18, 55),
(6, 57, 1391450149, 1391451460, 18, 55),
(57, 57, 1391450175, 1391453707, 18, 56),
(91, 57, 1391450175, 1391450464, 18, 56),
(57, 57, 1391450200, 1391453707, 18, 56),
(96, 57, 1391450200, 1391451325, 18, 56),
(102, 102, 1391450238, 1391453707, 18, 57),
(95, 102, 1391450238, 1391450440, 18, 57),
(57, 57, 1391450283, 1391453707, 18, 58),
(54, 57, 1391450283, 1391450781, 18, 58),
(102, 102, 1391450355, 1391453707, 18, 59),
(130, 102, 1391450355, 1391450355, 18, 59),
(102, 102, 1391450356, 1391453707, 18, 59),
(130, 102, 1391450356, 1391450370, 18, 59),
(122, 122, 1391450358, 1391453707, 18, 59),
(44, 122, 1391450358, 1391450364, 18, 59),
(57, 57, 1391450365, 1391453707, 18, 59),
(44, 57, 1391450365, 1391451315, 18, 59),
(102, 102, 1391450371, 1391453707, 18, 59),
(130, 102, 1391450371, 1391450382, 18, 59),
(57, 57, 1391450383, 1391453707, 18, 59),
(130, 57, 1391450383, 1391450417, 18, 59),
(102, 102, 1391450418, 1391453707, 19, 0),
(130, 102, 1391450418, 1391450451, 19, 0),
(129, 129, 1391450441, 1391451179, 19, 0),
(95, 129, 1391450441, 1391453707, 19, 0),
(129, 129, 1391450451, 1391453707, 19, 0),
(130, 129, 1391450451, 1391450578, 19, 0),
(57, 57, 1391450519, 1391453707, 19, 1),
(115, 57, 1391450519, 1391450598, 19, 1),
(122, 122, 1391450566, 1391453707, 19, 2),
(134, 122, 1391450566, 1391450819, 19, 2),
(129, 129, 1391450598, 1391453707, 19, 3),
(115, 129, 1391450598, 1391450623, 19, 3),
(122, 122, 1391450623, 1391453707, 19, 3),
(115, 122, 1391450623, 1391450917, 19, 3),
(57, 57, 1391450634, 1391453707, 19, 3),
(91, 57, 1391450634, 1391450680, 19, 3),
(129, 129, 1391450680, 1391453707, 19, 4),
(95, 129, 1391450680, 1391450835, 19, 4),
(122, 122, 1391450680, 1391453707, 19, 4),
(91, 122, 1391450680, 1391450772, 19, 4),
(57, 57, 1391450771, 1391453707, 19, 6),
(116, 57, 1391450771, 1391450798, 19, 6),
(130, 130, 1391450773, 1391451397, 19, 6),
(91, 130, 1391450773, 1391451397, 19, 6),
(129, 129, 1391450782, 1391453707, 19, 6),
(54, 129, 1391450782, 1391450811, 19, 6),
(122, 122, 1391450799, 1391453707, 19, 6),
(116, 122, 1391450799, 1391450881, 19, 6),
(130, 130, 1391450816, 1391453707, 19, 6),
(54, 130, 1391450816, 1391451193, 19, 6),
(57, 57, 1391450820, 1391453707, 19, 7),
(134, 57, 1391450820, 1391451316, 19, 7),
(122, 122, 1391450835, 1391453707, 19, 7),
(95, 122, 1391450835, 1391450845, 19, 7),
(57, 57, 1391450846, 1391453707, 19, 7),
(95, 57, 1391450846, 1391450977, 19, 7),
(130, 130, 1391450881, 1391453707, 19, 8),
(116, 130, 1391450882, 1391450947, 19, 8),
(57, 57, 1391450942, 1391453707, 19, 9),
(115, 57, 1391450942, 1391451086, 19, 9),
(57, 57, 1391450948, 1391453707, 19, 9),
(116, 57, 1391450948, 1391451625, 19, 9),
(57, 57, 1391450978, 1391453707, 19, 9),
(95, 57, 1391450978, 1391451082, 19, 9),
(129, 129, 1391451082, 1391453707, 19, 11),
(95, 129, 1391451082, 1391451179, 19, 11),
(129, 129, 1391451086, 1391453707, 19, 11),
(115, 129, 1391451086, 1391451176, 19, 11),
(57, 57, 1391451123, 1391453707, 19, 12),
(86, 57, 1391451123, 1391451128, 19, 12),
(117, 117, 1391451176, 1391453707, 19, 12),
(115, 117, 1391451176, 1391451296, 19, 12),
(117, 117, 1391451179, 1391453707, 19, 12),
(95, 117, 1391451179, 1391451305, 19, 12),
(57, 57, 1391451188, 1391453707, 19, 13),
(30, 57, 1391451188, 1391451491, 19, 13),
(85, 85, 1391451224, 1391453707, 19, 13),
(54, 85, 1391451224, 1391451561, 19, 13),
(118, 118, 1391451297, 1391453707, 19, 14),
(115, 118, 1391451297, 1391451548, 19, 14),
(118, 118, 1391451305, 1391453707, 19, 15),
(95, 118, 1391451305, 1391451399, 19, 15),
(118, 118, 1391451315, 1391453707, 19, 15),
(44, 118, 1391451315, 1391451728, 19, 15),
(131, 131, 1391451316, 1391452848, 19, 15),
(134, 131, 1391451316, 1391451629, 19, 15),
(131, 131, 1391451325, 1391453707, 19, 15),
(96, 131, 1391451325, 1391451329, 19, 15),
(57, 57, 1391451330, 1391453707, 19, 15),
(96, 57, 1391451330, 1391451477, 19, 15),
(132, 132, 1391451398, 1391453624, 19, 16),
(91, 132, 1391451398, 1391451929, 19, 16),
(57, 57, 1391451400, 1391453707, 19, 16),
(95, 57, 1391451400, 1391451473, 19, 16),
(131, 131, 1391451460, 1391453707, 19, 17),
(6, 131, 1391451460, 1391451469, 19, 17),
(118, 118, 1391451469, 1391453707, 19, 17),
(6, 118, 1391451469, 1391451522, 19, 17),
(118, 118, 1391451473, 1391453707, 19, 17),
(95, 118, 1391451473, 1391451543, 19, 17),
(118, 118, 1391451478, 1391453707, 19, 17),
(96, 118, 1391451478, 1391451514, 19, 17),
(118, 118, 1391451496, 1391453707, 19, 18),
(30, 118, 1391451496, 1391451633, 19, 18),
(57, 57, 1391451516, 1391453707, 19, 18),
(96, 57, 1391451516, 1391451547, 19, 18),
(50, 50, 1391451522, 1391453707, 19, 18),
(6, 50, 1391451522, 1391453243, 19, 18),
(50, 50, 1391451543, 1391453707, 19, 19),
(95, 50, 1391451543, 1391451643, 19, 19),
(50, 50, 1391451548, 1391453707, 19, 19),
(115, 50, 1391451548, 1391451990, 19, 19),
(50, 50, 1391451549, 1391453707, 19, 19),
(96, 50, 1391451549, 1391452654, 19, 19),
(50, 50, 1391451625, 1391453707, 19, 20),
(116, 50, 1391451625, 1391451625, 19, 20),
(50, 50, 1391451626, 1391453707, 19, 20),
(116, 50, 1391451626, 1391452256, 19, 20),
(50, 50, 1391451629, 1391453707, 19, 20),
(134, 50, 1391451629, 1391451629, 19, 20),
(50, 50, 1391451632, 1391453707, 19, 20),
(134, 50, 1391451632, 1391451664, 19, 20),
(50, 50, 1391451634, 1391453707, 19, 20),
(30, 50, 1391451634, 1391451634, 19, 20),
(50, 50, 1391451642, 1391453707, 19, 20),
(30, 50, 1391451642, 1391452046, 19, 20),
(50, 50, 1391451649, 1391453707, 19, 20),
(24, 50, 1391451649, 1391451684, 19, 20),
(50, 50, 1391451655, 1391453707, 19, 20),
(95, 50, 1391451655, 1391452062, 19, 20),
(131, 131, 1391451665, 1391453707, 19, 21),
(134, 131, 1391451665, 1391452036, 19, 21),
(50, 50, 1391451685, 1391453707, 19, 21),
(24, 50, 1391451685, 1391451719, 19, 21),
(131, 131, 1391451720, 1391453707, 19, 22),
(24, 131, 1391451720, 1391451814, 19, 22),
(50, 50, 1391451729, 1391453707, 19, 22),
(44, 50, 1391451729, 1391451876, 19, 22),
(50, 50, 1391451814, 1391453707, 19, 23),
(24, 50, 1391451814, 1391452037, 19, 23),
(131, 131, 1391451878, 1391453707, 19, 24),
(44, 131, 1391451878, 1391451969, 19, 24),
(50, 50, 1391451929, 1391453707, 19, 25),
(91, 50, 1391451929, 1391452639, 19, 25),
(50, 50, 1391451970, 1391453707, 19, 26),
(44, 50, 1391451970, 1391452044, 19, 26),
(122, 122, 1391451991, 1391453707, 19, 26),
(115, 122, 1391451991, 1391452093, 19, 26);
INSERT INTO `user_roomvisits` (`user_id`, `room_id`, `entry_timestamp`, `exit_timestamp`, `hour`, `minute`) VALUES
(50, 50, 1391452036, 1391453707, 19, 27),
(134, 50, 1391452036, 1391452750, 19, 27),
(95, 95, 1391452037, 1391453707, 19, 27),
(24, 95, 1391452037, 1391453140, 19, 27),
(95, 95, 1391452044, 1391453707, 19, 27),
(44, 95, 1391452044, 1391453115, 19, 27),
(95, 95, 1391452059, 1391453707, 19, 27),
(30, 95, 1391452059, 1391453090, 19, 27),
(50, 50, 1391452064, 1391453707, 19, 27),
(95, 50, 1391452064, 1391452220, 19, 27),
(117, 117, 1391452093, 1391453707, 19, 28),
(115, 117, 1391452093, 1391452116, 19, 28),
(50, 50, 1391452116, 1391453707, 19, 28),
(115, 50, 1391452116, 1391452992, 19, 28),
(50, 50, 1391452168, 1391453707, 19, 29),
(135, 50, 1391452168, 1391452948, 19, 29),
(50, 50, 1391452221, 1391453707, 19, 30),
(95, 50, 1391452221, 1391452675, 19, 30),
(50, 50, 1391452256, 1391453707, 19, 30),
(133, 50, 1391452256, 1391452729, 19, 30),
(50, 50, 1391452274, 1391453707, 19, 31),
(116, 50, 1391452274, 1391453624, 19, 31),
(50, 50, 1391452455, 1391453707, 19, 34),
(58, 50, 1391452455, 1391452534, 19, 34),
(132, 132, 1391452639, 1391453707, 19, 37),
(91, 132, 1391452639, 1391453174, 19, 37),
(101, 101, 1391452656, 1391453707, 19, 37),
(96, 101, 1391452656, 1391452693, 19, 37),
(101, 101, 1391452676, 1391453707, 19, 37),
(95, 101, 1391452676, 1391452680, 19, 37),
(50, 50, 1391452681, 1391453707, 19, 38),
(95, 50, 1391452681, 1391452954, 19, 38),
(50, 50, 1391452693, 1391453707, 19, 38),
(96, 50, 1391452693, 1391452915, 19, 38),
(50, 50, 1391452706, 1391453707, 19, 38),
(169, 50, 1391452706, 1391453039, 19, 38),
(132, 132, 1391452730, 1391453707, 19, 38),
(133, 132, 1391452730, 1391452755, 19, 38),
(131, 131, 1391452750, 1391453707, 19, 39),
(134, 131, 1391452750, 1391452848, 19, 39),
(127, 127, 1391452755, 1391453707, 19, 39),
(133, 127, 1391452755, 1391453624, 19, 39),
(133, 133, 1391452849, 1391453173, 19, 40),
(134, 133, 1391452849, 1391453173, 19, 40),
(133, 133, 1391452915, 1391453707, 19, 41),
(96, 133, 1391452915, 1391452922, 19, 41),
(132, 132, 1391452922, 1391453707, 19, 42),
(96, 132, 1391452922, 1391452933, 19, 42),
(50, 50, 1391452934, 1391453707, 19, 42),
(96, 50, 1391452934, 1391453018, 19, 42),
(95, 95, 1391452954, 1391453140, 19, 42),
(95, 95, 1391452954, 1391453707, 19, 42),
(127, 127, 1391452997, 1391453707, 19, 43),
(115, 127, 1391452997, 1391453523, 19, 43),
(127, 127, 1391453020, 1391453707, 19, 43),
(96, 127, 1391453020, 1391453142, 19, 43),
(50, 50, 1391453022, 1391453707, 19, 43),
(135, 50, 1391453022, 1391453264, 19, 43),
(50, 50, 1391453116, 1391453707, 19, 45),
(44, 50, 1391453116, 1391453253, 19, 45),
(50, 50, 1391453133, 1391453707, 19, 45),
(95, 50, 1391453133, 1391453275, 19, 45),
(127, 127, 1391453142, 1391453707, 19, 45),
(24, 127, 1391453142, 1391453280, 19, 45),
(50, 50, 1391453144, 1391453707, 19, 45),
(96, 50, 1391453144, 1391453284, 19, 45),
(127, 127, 1391453245, 1391453707, 19, 47),
(6, 127, 1391453245, 1391453514, 19, 47),
(127, 127, 1391453255, 1391453707, 19, 47),
(44, 127, 1391453255, 1391453257, 19, 47),
(127, 127, 1391453263, 1391453707, 19, 47),
(44, 127, 1391453263, 1391453301, 19, 47),
(134, 134, 1391453265, 1391453624, 19, 47),
(135, 134, 1391453265, 1391453358, 19, 47),
(127, 127, 1391453276, 1391453707, 19, 47),
(95, 127, 1391453276, 1391453519, 19, 47),
(135, 135, 1391453282, 1391453624, 19, 48),
(24, 135, 1391453282, 1391453624, 19, 48),
(134, 134, 1391453285, 1391453707, 19, 48),
(96, 134, 1391453285, 1391453289, 19, 48),
(135, 135, 1391453291, 1391453707, 19, 48),
(96, 135, 1391453291, 1391453614, 19, 48),
(135, 135, 1391453306, 1391453707, 19, 48),
(44, 135, 1391453306, 1391453316, 19, 48),
(135, 135, 1391453320, 1391453707, 19, 48),
(44, 135, 1391453320, 1391453340, 19, 48),
(127, 127, 1391453342, 1391453707, 19, 49),
(44, 127, 1391453342, 1391453447, 19, 49),
(134, 134, 1391453429, 1391453707, 19, 50),
(135, 134, 1391453429, 1391453624, 19, 50),
(132, 132, 1391453438, 1391453707, 19, 50),
(91, 132, 1391453438, 1391453624, 19, 50),
(134, 134, 1391453514, 1391453707, 19, 51),
(6, 134, 1391453514, 1391453613, 19, 51),
(134, 134, 1391453520, 1391453707, 19, 52),
(95, 134, 1391453520, 1391453623, 19, 52),
(134, 134, 1391453523, 1391453707, 19, 52),
(115, 134, 1391453523, 1391453620, 19, 52);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_stats`
--

CREATE TABLE IF NOT EXISTS `user_stats` (
`id` int(7) NOT NULL,
`RoomVisits` int(7) NOT NULL DEFAULT '0',
`OnlineTime` int(7) NOT NULL DEFAULT '0',
`Respect` int(6) NOT NULL DEFAULT '0',
`RespectGiven` int(6) NOT NULL DEFAULT '0',
`GiftsGiven` int(6) NOT NULL DEFAULT '0',
`GiftsReceived` int(6) NOT NULL DEFAULT '0',
`DailyRespectPoints` int(1) NOT NULL DEFAULT '3',
`DailyPetRespectPoints` int(1) NOT NULL DEFAULT '3',
`AchievementScore` int(7) NOT NULL DEFAULT '0',
`quest_id` int(10) unsigned NOT NULL DEFAULT '0',
`quest_progress` int(10) NOT NULL DEFAULT '0',
`lev_builder` int(10) NOT NULL DEFAULT '0',
`lev_social` int(10) NOT NULL DEFAULT '0',
`lev_identity` int(10) NOT NULL DEFAULT '0',
`lev_explore` int(10) NOT NULL DEFAULT '0',
`groupid` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_stats`
--

INSERT INTO `user_stats` (`id`, `RoomVisits`, `OnlineTime`, `Respect`, `RespectGiven`, `GiftsGiven`, `GiftsReceived`, `DailyRespectPoints`, `DailyPetRespectPoints`, `AchievementScore`, `quest_id`, `quest_progress`, `lev_builder`, `lev_social`, `lev_identity`, `lev_explore`, `groupid`) VALUES
(1, 53, 33848, 0, 0, 0, 0, 3, 0, 50, 0, 0, 0, 0, 0, 0, 1),
(2, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(4, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(6, 303, 193523, 36, 0, 6, 0, 3, 3, 245, 0, 0, 0, 0, 0, 0, 0),
(9, 210, 79382, 6, 3, 29, 0, 0, 3, 175, 0, 0, 0, 0, 0, 0, 0),
(11, 10, 5955, 0, 0, 0, 2, 3, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(14, 8, 6778, 0, 1, 0, 1, 2, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(16, 3, 318, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(17, 49, 37388, 4, 0, 0, 0, 3, 3, 60, 0, 0, 0, 0, 0, 0, 0),
(8, 16, 8479, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(18, 3, 463, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(20, 4, 2383, 0, 0, 0, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(24, 157, 60863, 21, 3, 0, 0, 0, 3, 155, 0, 0, 0, 0, 0, 0, 0),
(29, 45, 16381, 0, 0, 0, 0, 3, 3, 45, 0, 0, 0, 0, 0, 0, 0),
(35, 17, 4558, 0, 0, 0, 0, 3, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(36, 37, 14773, 0, 3, 0, 1, 0, 3, 25, 0, 0, 0, 0, 0, 0, 0),
(37, 44, 13438, 0, 0, 0, 0, 3, 3, 40, 0, 0, 0, 0, 0, 0, 0),
(38, 1, 484, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(19, 0, 153, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(41, 42, 21860, 0, 1, 0, 1, 2, 3, 55, 2, 0, 0, 0, 0, 0, 2),
(39, 20, 12492, 0, 3, 0, 1, 0, 3, 30, 0, 0, 0, 0, 0, 0, 0),
(43, 41, 12919, 0, 3, 0, 3, 0, 3, 45, 0, 0, 0, 0, 0, 0, 0),
(44, 165, 47103, 0, 0, 2, 1, 3, 3, 80, 0, 0, 0, 0, 0, 0, 0),
(45, 1, 314, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(46, 1, 60, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(47, 11, 5225, 0, 0, 0, 0, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(48, 2, 900, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(49, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(51, 11, 6785, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(50, 24, 4059, 0, 0, 0, 0, 3, 3, 25, 0, 0, 0, 0, 0, 0, 0),
(52, 14, 4046, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(53, 5, 995, 0, 0, 0, 1, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(54, 121, 55079, 0, 3, 0, 0, 0, 3, 95, 0, 0, 0, 0, 0, 0, 0),
(55, 112, 41335, 4, 1, 0, 2, 2, 3, 70, 0, 0, 0, 0, 0, 0, 0),
(56, 1, 607, 0, 0, 0, 1, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(57, 9, 3160, 0, 3, 0, 0, 0, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(58, 48, 10163, 0, 0, 0, 0, 3, 3, 25, 0, 0, 0, 0, 0, 0, 0),
(59, 1, 144, 0, 0, 0, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(60, 2, 613, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(61, 0, 0, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(62, 6, 2462, 0, 0, 0, 1, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(63, 1, 294, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(64, 1, 917, 0, 0, 0, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(65, 4, 406, 0, 0, 0, 1, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(66, 13, 3528, 0, 0, 0, 1, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(67, 5, 1119, 0, 0, 0, 1, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(68, 2, 2966, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(69, 3, 1977, 0, 0, 0, 1, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(70, 1, 216, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(71, 2, 1268, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(73, 1, 428, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(75, 0, 72, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(76, 3, 1564, 0, 0, 0, 0, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(77, 1, 261, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(78, 2, 523, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(79, 1, 415, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(81, 0, 6, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(82, 1, 887, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(83, 41, 19425, 9, 3, 0, 0, 0, 3, 45, 0, 0, 0, 0, 0, 0, 0),
(84, 1, 286, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(85, 48, 15611, 0, 3, 0, 0, 0, 3, 30, 0, 0, 0, 0, 0, 0, 0),
(86, 10, 4970, 0, 0, 0, 1, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(88, 1, 559, 0, 3, 0, 1, 0, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(89, 46, 12173, 0, 0, 0, 1, 3, 3, 30, 0, 0, 0, 0, 0, 0, 0),
(92, 26, 10364, 0, 0, 0, 1, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(91, 64, 29667, 1, 0, 0, 1, 3, 3, 70, 0, 0, 0, 0, 0, 0, 0),
(93, 3, 2488, 0, 3, 0, 1, 0, 3, 10, 0, 0, 0, 0, 3, 0, 0),
(95, 102, 31996, 5, 3, 0, 2, 0, 3, 265, 0, 0, 0, 0, 0, 0, 0),
(94, 91, 34530, 0, 0, 0, 1, 3, 3, 40, 0, 0, 0, 0, 0, 0, 0),
(96, 91, 26134, 0, 3, 0, 0, 0, 3, 50, 0, 0, 0, 0, 0, 0, 0),
(97, 3, 1970, 0, 3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(98, 2, 1679, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(30, 39, 10028, 0, 3, 0, 1, 0, 3, 25, 0, 0, 0, 0, 0, 0, 0),
(99, 1, 41, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(100, 11, 5290, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(101, 4, 211, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(102, 2, 399, 0, 3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(103, 3, 967, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(104, 23, 6950, 0, 3, 0, 2, 0, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(105, 2, 1145, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(106, 9, 2434, 0, 0, 0, 1, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(107, 15, 7972, 0, 3, 0, 0, 0, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(110, 0, 134, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(111, 4, 508, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(112, 27, 22544, 0, 0, 0, 0, 3, 3, 35, 0, 0, 0, 0, 0, 0, 0),
(113, 32, 17435, 0, 3, 0, 0, 0, 3, 30, 0, 0, 0, 0, 0, 0, 0),
(115, 72, 32708, 0, 2, 0, 0, 1, 3, 55, 0, 0, 0, 0, 0, 0, 0),
(116, 57, 30741, 0, 3, 0, 0, 0, 3, 70, 0, 0, 0, 0, 0, 0, 0),
(117, 63, 24344, 0, 3, 0, 0, 0, 3, 45, 0, 0, 0, 0, 0, 0, 0),
(123, 2, 593, 0, 3, 0, 0, 0, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(114, 13, 6583, 0, 0, 0, 0, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(125, 10, 7157, 0, 3, 0, 1, 0, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(126, 12, 13503, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(127, 22, 7798, 0, 0, 0, 0, 3, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(130, 35, 13159, 0, 3, 0, 0, 0, 3, 35, 0, 0, 0, 0, 0, 0, 0),
(131, 8, 8937, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(135, 9, 5978, 0, 3, 0, 0, 0, 3, 15, 0, 0, 0, 0, 1, 0, 0),
(136, 14, 6917, 0, 3, 0, 0, 0, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(134, 18, 8252, 0, 0, 0, 0, 3, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(133, 46, 22695, 0, 0, 0, 0, 3, 3, 40, 0, 0, 0, 0, 0, 0, 0),
(137, 2, 11543, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(138, 1, 1377, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(139, 3, 5305, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(140, 1, 3138, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(141, 1, 1208, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(142, 13, 10984, 0, 0, 0, 0, 3, 3, 30, 0, 0, 0, 0, 0, 0, 0),
(143, 0, 10, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(144, 3, 132, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(145, 6, 5926, 0, 0, 0, 0, 3, 3, 15, 0, 0, 0, 0, 0, 0, 0),
(146, 1, 556, 0, 0, 0, 0, 3, 3, 5, 0, 0, 0, 0, 0, 0, 0),
(149, 10, 4570, 0, 0, 0, 0, 3, 3, 20, 0, 0, 0, 0, 0, 0, 0),
(155, 1, 383, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(157, 2, 426, 0, 3, 0, 0, 0, 3, 5, 0, 0, 0, 6, 0, 0, 0),
(158, 1, 172, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(160, 3, 1250, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(162, 2, 1444, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(166, 3, 1722, 0, 0, 0, 0, 3, 3, 10, 0, 0, 0, 0, 0, 0, 0),
(167, 1, 163, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(168, 0, 9, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0),
(169, 1, 353, 0, 0, 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_subscriptions`
--

CREATE TABLE IF NOT EXISTS `user_subscriptions` (
`user_id` int(10) unsigned NOT NULL,
`subscription_id` varchar(50) NOT NULL,
`timestamp_activated` int(11) NOT NULL,
`timestamp_expire` int(11) NOT NULL,
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_subscriptions`
--

INSERT INTO `user_subscriptions` (`user_id`, `subscription_id`, `timestamp_activated`, `timestamp_expire`) VALUES
(1, 'habbo_club', 1356211046, 1554412646),
(6, 'habbo_club', 1391095137, 1407165537),
(39, 'habbo_club', 1391102483, 1407172883),
(17, 'habbo_club', 1391103437, 1407173837),
(41, 'habbo_club', 1391104501, 1407174901),
(43, 'habbo_club', 1391178584, 1407248984),
(24, 'habbo_club', 1391183791, 1439394991),
(54, 'habbo_club', 1391195149, 1439406349),
(68, 'habbo_club', 1391211512, 1407281912),
(69, 'habbo_club', 1391214113, 1407284513),
(66, 'habbo_club', 1391259375, 1393937775),
(83, 'habbo_club', 1391267805, 1407338205),
(89, 'habbo_club', 1391279024, 1423419824),
(92, 'habbo_club', 1391279685, 1407350085),
(91, 'habbo_club', 1391279752, 1407350152),
(95, 'habbo_club', 1391284630, 1407355030),
(94, 'habbo_club', 1391285458, 1407355858),
(111, 'habbo_club', 1391343188, 1471695188),
(112, 'habbo_club', 1391344265, 1407414665),
(127, 'habbo_club', 1391349545, 1407419945),
(125, 'habbo_club', 1391349661, 1407420061),
(96, 'habbo_club', 1391351401, 1410100201),
(36, 'habbo_club', 1391351857, 1423492657),
(117, 'habbo_club', 1391352043, 1407422443),
(145, 'habbo_club', 1391357399, 1407427799),
(131, 'habbo_club', 1391359184, 1407429584),
(107, 'habbo_club', 1391363094, 1407433494),
(133, 'habbo_club', 1391447401, 1423588201);

-- --------------------------------------------------------

--
-- Struttura della tabella `user_tags`
--

CREATE TABLE IF NOT EXISTS `user_tags` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`tag` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=20 ;

--
-- Dump dei dati per la tabella `user_tags`
--

INSERT INTO `user_tags` (`id`, `user_id`, `tag`) VALUES
(1, 1, 'fondatore'),
(3, 8, 'Founder'),
(5, 8, 'Admin'),
(6, 8, 'Mod'),
(11, 41, 'Staff'),
(10, 41, 'Event'),
(9, 43, 'hubhotel'),
(12, 41, 'Cordinatore'),
(13, 41, 'Servizio'),
(14, 41, 'Hub Way'),
(15, 41, 'Chesterfield'),
(16, 41, 'Apache'),
(17, 41, 'Checco'),
(18, 41, 'Vita Mia'),
(19, 96, 'Dead');

-- --------------------------------------------------------

--
-- Struttura della tabella `user_wardrobe`
--

CREATE TABLE IF NOT EXISTS `user_wardrobe` (
`user_id` int(10) unsigned NOT NULL,
`slot_id` int(10) unsigned NOT NULL,
`look` varchar(255) NOT NULL,
`gender` enum('F','M') NOT NULL DEFAULT 'M',
KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `user_wardrobe`
--

INSERT INTO `user_wardrobe` (`user_id`, `slot_id`, `look`, `gender`) VALUES
(43, 8, 'ch-250-100.sh-295-90.hd-180-10.lg-275-91.hr-3162-60', 'M'),
(57, 1, 'sh-906-100.hr-3163-42.wa-2006-62.ch-255-108.hd-180-4.lg-3023-110', 'M'),
(17, 1, 'ea-3196-110.ch-215-1335.hd-180-2.lg-275-81.hr-828-45', 'M'),
(17, 6, 'ea-3196-110.ch-215-1335.hd-180-2.lg-275-81.hr-828-45', 'M'),
(17, 2, 'he-1601-110.hr-828-31.fa-3147-94.ch-255-104.hd-180-2.lg-3057-92', 'M'),
(17, 7, 'he-1601-110.hr-828-31.fa-3147-94.ch-255-104.hd-180-2.lg-3057-92', 'M'),
(62, 1, 'cc-3007-90-91.ea-1402-62.hr-3163-45.ca-3187-96.ch-215-77.hd-208-2.lg-3057-110', 'M'),
(54, 1, 'ea-3169-64.sh-295-90.hd-3095-4.hr-3163-36.fa-1204-62.ha-3086-64-64.ch-875-64.lg-270-64', 'M'),
(54, 6, 'ea-3169-64.sh-906-108.hd-3095-4.he-1607-62.hr-3163-36.fa-1204-66.ca-3175-108.ch-3059-100.lg-3023-100', 'M'),
(83, 1, 'hd-208-13.lg-275-96.sh-295-91.he-1604-62.ha-1012-96.hr-828-61.ch-3050-96-110', 'M'),
(95, 1, 'ch-215-92.hr-828-51.sh-295-90.hd-209-1.lg-275-81', 'M'),
(91, 1, 'ha-1006-62.sh-3016-84.hr-893-36.ch-215-66.hd-209-1.lg-3202-69-62', 'M'),
(17, 3, 'he-1601-110.hr-828-31.fa-3147-94.ch-255-1320.hd-180-2.lg-3057-81', 'M'),
(17, 8, 'he-1601-110.hr-828-31.fa-3147-94.ch-255-1320.hd-180-2.lg-3057-81', 'M'),
(96, 1, 'hr-831-61.sh-295-110.ch-3050-110-110.hd-180-10.lg-281-100', 'M'),
(30, 1, 'sh-295-62.ha-1012-64.hr-831-61.ca-1815-64.ch-255-92.hd-180-1.lg-281-62', 'M'),
(94, 1, 'ch-803-64.hd-180-4.lg-3116-64-93.hr-893-37.ha-1003-64', 'M'),
(24, 1, 'cc-3269-73-73.sh-295-90.hd-180-2.hr-828-42.fa-3271-62.ch-215-102.ha-1012-79.lg-275-82', 'M'),
(104, 1, 'cc-3007-102-110.ea-1401-62.sh-3035-92.hr-831-40.wa-2011-62.fa-1201-62.ca-3175-93.ch-3203-92.hd-180-2.lg-3023-102', 'M'),
(104, 6, 'cc-3007-102-110.ea-1401-62.sh-3035-92.hr-831-40.wa-2011-62.fa-1201-62.ca-3175-93.ch-3203-92.hd-180-2.lg-3023-102', 'M'),
(104, 7, 'cc-3007-102-110.ea-1401-62.sh-3035-92.hr-831-40.wa-2011-62.fa-1201-62.ca-3175-93.ch-3203-92.hd-180-2.lg-3023-102', 'M'),
(111, 6, 'lg-700-82.hr-832-42.ch-660-76.sh-735-110.hd-600-10', 'F'),
(86, 6, 'cc-3008-64-64.sh-3016-73.hr-3012-44.ca-3219-62.ch-630-73.hd-3096-1.lg-3057-81', 'F'),
(116, 1, 'ch-3185-100.sh-3089-100.hr-3163-37.lg-3023-1335.hd-180-3', 'M'),
(117, 1, 'fa-1201-62.ch-3185-104.hd-180-4.lg-3023-104.hr-828-42.sh-3016-104.ha-1012-104', 'M'),
(123, 1, 'hr-3163-61.ca-1816-62.ch-3185-1320.hd-185-2.lg-3116-92-92.ha-3156-100', 'M'),
(127, 1, 'ea-3169-100.sh-295-108.hr-831-38.ch-3208-110-62.hd-190-22.lg-3058-100', 'M'),
(126, 1, 'hr-831-45.ca-1813-62.ch-3215-92.hd-185-3.lg-275-63', 'M'),
(142, 6, 'ea-1401-109.sh-3016-109.hr-3163-61.ch-3050-92-62.hd-208-28.lg-3058-110', 'M'),
(142, 7, 'ea-1401-109.hr-3163-38.ch-3208-92-62.hd-208-8.lg-3136-110', 'M'),
(107, 6, 'ch-3001-110-1321.he-3146-106.hr-678-59.ha-1012-110.hd-185-30.lg-3057-110', 'M'),
(113, 1, 'ch-685-96.hd-605-2.lg-700-93.hr-3012-39', 'F'),
(117, 2, 'sh-3016-94.ch-215-62.he-1609-62.hd-180-4.lg-3023-94.hr-828-42.fa-1201-62.ha-1009-94', 'M'),
(166, 1, 'sh-290-90.hd-209-2.lg-285-81.ch-215-92.hr-828-42', 'M'),
(166, 6, 'sh-290-90.hd-209-2.lg-285-81.ch-215-92.hr-828-42', 'M');

-- --------------------------------------------------------

--
-- Struttura della tabella `vouchers`
--

CREATE TABLE IF NOT EXISTS `vouchers` (
`code` varchar(50) NOT NULL,
`credits` int(11) NOT NULL DEFAULT '0',
`pixels` int(11) NOT NULL DEFAULT '0',
`vip_points` int(11) NOT NULL DEFAULT '0',
KEY `code` (`code`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `vouchers`
--


-- --------------------------------------------------------

--
-- Struttura della tabella `wired_items`
--

CREATE TABLE IF NOT EXISTS `wired_items` (
`item_id` int(9) NOT NULL,
`extra1` text NOT NULL,
`extra2` text NOT NULL,
`extra3` text NOT NULL,
`extra4` text NOT NULL,
`extra5` text NOT NULL,
PRIMARY KEY (`item_id`),
UNIQUE KEY `item_id` (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `wired_items`
--

INSERT INTO `wired_items` (`item_id`, `extra1`, `extra2`, `extra3`, `extra4`, `extra5`) VALUES
(819, 'HubOwnaPerchèOwna', 'False', '', '', ''),
(815, '•Benvenuto Nell Help Center di Franci, siediti al bancone per fare domande e per ricevere una risp', '', '', '', ''),
(816, '.??????', '797', '', '', ''),
(818, '.??????', '792', '', '', ''),
(991, '.??????', '912,913,914,915', '', '', ''),
(992, 'Benvenuti Nel Poker Ufficiale di Hub Hotel ', '', '', '', ''),
(2147, 'IYXH', '2145', '', '', ''),
(2148, '0', '1', '2146,2147', 'JZXH[XH', '0'),
(2121, 'KXnGZmG[mG', '1976,1974,1975', '', '', ''),
(820, '0', '2', '', '', '0'),
(821, '59,5', 'S]', '', '', ''),
(2979, 'JXNHYqF', '2104,1733', '', '', ''),
(2982, 'Benvenuti nel game per vincere un raro basta vincere una partita a poker contro il mod sonoio ,buona fortuna :emoji_slight_smile: ', '', '', '', ''),
(2985, 'staff', 'False', '', '', ''),
(3197, 'esci', 'False', '', '', ''),
(3196, 'I[bH', '2187', '', '', ''),
(5691, 'staff', 'False', '', '', ''),
(5692, 'QAZLV[LVXMVYMVZMV', '5682,5683,5684,5685,5686', '', '', ''),
(6242, 'IZQW', '5958', '', '', ''),
(6543, 'JZQY[QY', '6470,6471', '', '', ''),
(6542, 'Passerotto', 'False', '', '', ''),
(6864, 'IXhY', '6560', '', '', ''),
(6863, 'EXIT', 'False', '', '', ''),
(6871, 'Benvenuti nel help center officiale di Monster & WaFerS! Avete bisogno di aiuto ? Non esitate a chiedere !!', '', '', '', ''),
(7549, 'KXp\\Yp\\Zp\\', '7360,7361,7362', '', '', ''),
(8150, 'QAXf_Yf_ZT_XU_[U_', '8088,8089,8018,8020,8023', '', '', ''),
(8149, 'QAYf_Yh_Zf_[V_[T_', '8089,8097,8090,8027,8019', '', '', ''),
(8148, 'QAXh_Yh_[V_YS_ZW_', '8096,8097,8027,8013,8030', '', '', ''),
(8147, 'QAXX_YT_YR_ZS_[W_', '8032,8017,8009,8014,8031', '', '', ''),
(8146, 'QAXT_YX_ZX_[X_[S_', '8016,8033,8034,8035,8015', '', '', ''),
(8145, 'QA[__[d_Ye_Ze_Z__', '8063,8083,8085,8086,8062', '', '', ''),
(8144, 'QAXb_Xd_Zb_Yd_[c_', '8072,8080,8074,8081,8079', '', '', ''),
(8143, 'QAZV_[b_Xc_Yc_Zc_', '8026,8075,8076,8077,8078', '', '', ''),
(8142, 'QAXV_Yf_Zd_YV_[e_', '8024,8089,8082,8025,8087', '', '', ''),
(8141, 'QAYh_[V_XW_YW_ZU_', '8097,8027,8028,8029,8022', '', '', ''),
(8152, 'IYv_', '8153', '', '', ''),
(8151, 'IYv_', '8153', '', '', ''),
(8165, 'QA[\\_Xg_Xe_Yo_[o_', '8051,8092,8084,8125,8127', '', '', ''),
(8164, 'QAXp_Yr_[\\_Xe_[o_', '8128,8137,8051,8084,8127', '', '', ''),
(8163, 'QAXr_Yp_Yr_Xp_[f_', '8136,8129,8137,8128,8091', '', '', ''),
(8161, 'QA[g_Xq_Yq_Zg_Zq_', '8095,8132,8133,8094,8134', '', '', ''),
(8160, 'QAYl_Zj_[j_Xk_Yj_', '8113,8106,8107,8108,8105', '', '', ''),
(8159, 'QAZ`_[`_Y__Za_[a_', '8066,8067,8061,8070,8071', '', '', ''),
(8158, 'QAXl_[l_Yk_Zk_[k_', '8112,8115,8109,8110,8111', '', '', ''),
(8156, 'QAXl_Yn_Zl_[l_Ym_', '8112,8121,8114,8115,8117', '', '', ''),
(8154, 'QAXn_Zn_[n_Zm_[m_', '8120,8122,8123,8118,8119', '', '', ''),
(8140, 'QAX^_Y^_Z^_[^_X__', '8056,8057,8058,8059,8060', '', '', ''),
(8139, 'QAX`_Y`_X]_Xo_Zo_', '8064,8065,8052,8124,8126', '', '', ''),
(8138, 'QAYb_Z`_Xa_Ya_YU_', '8073,8066,8068,8069,8021', '', '', ''),
(8168, 'IYv_', '8153', '', '', ''),
(8167, 'IYv_P', '8153', '', '', ''),
(8166, 'IYv_', '8153', '', '', ''),
(8175, 'QAX\\_Y\\_Z\\_[h_Xi_', '8048,8049,8050,8099,8100', '', '', ''),
(8174, 'QA[]_Z]_Y]_Zi_[i_', '8055,8054,8053,8102,8103', '', '', ''),
(8173, 'QAXl_Xj_Zh_[l_Xm_', '8112,8104,8098,8115,8116', '', '', ''),
(8172, 'QAXp_Yr_[\\_Xe_[o_', '8128,8137,8051,8084,8127', '', '', ''),
(8171, 'QAZ`_Zp_[p_Yg_[q_', '8066,8130,8131,8093,8135', '', '', ''),
(8169, 'IYv_', '8153', '', '', ''),
(8190, 'QAXV_YV_ZV_Zd_YU_', '8024,8025,8026,8082,8021', '', '', ''),
(8191, 'QAXf_Yf_Zf_Yh_Ze_', '8088,8089,8090,8097,8086', '', '', ''),
(8192, 'QAZT_[T_[V_XU_ZW_', '8018,8019,8027,8020,8030', '', '', ''),
(8193, 'QA[U_XW_YW_ZU_[e_', '8023,8028,8029,8022,8087', '', '', ''),
(8194, 'QAXT_YX_ZX_[X_YT_', '8016,8033,8034,8035,8017', '', '', ''),
(8196, 'QA[e_[d_Ye_YW_Ze_', '8087,8083,8085,8029,8086', '', '', ''),
(8197, 'QAXX_YR_[S_ZW_[W_', '8032,8009,8015,8030,8031', '', '', ''),
(8198, 'QAXh_[V_YS_ZS_ZW_', '8096,8027,8013,8014,8030', '', '', ''),
(8189, 'QAXp_Yp_Zp_Zo_[o_', '8128,8129,8130,8126,8127', '', '', ''),
(8188, 'QAX^_Yo_X]_Xo_Zo_', '8056,8125,8052,8124,8126', '', '', ''),
(8186, 'QAX`_Y`_Y^_[^_Z^_', '8064,8065,8057,8059,8058', '', '', ''),
(8185, 'QA[c_Y`_X__Y__[a_', '8079,8065,8060,8061,8071', '', '', ''),
(8184, 'QAZ`_[`_Xa_Ya_Za_', '8066,8067,8068,8069,8070', '', '', ''),
(8183, 'QAXb_Yb_Zb_[b_Xc_', '8072,8073,8074,8075,8076', '', '', ''),
(8182, 'QAXV_Zd_Yc_YU_Zc_', '8024,8082,8077,8021,8078', '', '', ''),
(8181, 'QAXd_Yd_Ye_Ze_Z__', '8080,8081,8085,8086,8062', '', '', ''),
(8180, 'QAXn_Zl_Ym_Zm_[m_', '8120,8114,8117,8118,8119', '', '', ''),
(8179, 'QAXn_Yn_Zn_[n_[m_', '8120,8121,8122,8123,8119', '', '', ''),
(8178, 'QAZp_[p_Yq_Yg_[q_', '8130,8131,8133,8093,8135', '', '', ''),
(8177, 'QAXr_Yr_[\\_X]_[q_', '8136,8137,8051,8052,8135', '', '', ''),
(8176, 'QAXh_YR_YS_Zg_ZS_', '8096,8009,8013,8094,8014', '', '', ''),
(8534, 'QAXj_Yj_Zj_[j_Zh_', '8104,8105,8106,8107,8098', '', '', ''),
(8533, 'QAYl_[j_Xk_Yk_Zk_', '8113,8107,8108,8109,8110', '', '', ''),
(8532, 'QAXl_Yn_Zn_[l_[k_', '8112,8121,8122,8115,8111', '', '', ''),
(8529, 'QAXj_Yj_Zh_Zj_Yi_', '8104,8105,8098,8106,8101', '', '', ''),
(8528, 'QA[i_Zi_Y]_Z]_[]_', '8103,8102,8053,8054,8055', '', '', ''),
(8527, 'QAX\\_Y\\_Z\\_[h_Xi_', '8048,8049,8050,8099,8100', '', '', '');

-- --------------------------------------------------------

--
-- Struttura della tabella `wordfilter`
--

CREATE TABLE IF NOT EXISTS `wordfilter` (
`word` varchar(100) NOT NULL,
`replacement` varchar(100) NOT NULL,
`strict` enum('1','0') NOT NULL,
PRIMARY KEY (`word`),
UNIQUE KEY `word` (`word`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dump dei dati per la tabella `wordfilter`
--