Advertisement
Guest User

For niels

a guest
Feb 15th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 287.07 KB | None | 0 0
  1. Brain config php
  2. <?php
  3. if(!defined('BRAIN_CMS'))
  4. {
  5. die('Sorry but you cannot access this file!');
  6. }
  7.  
  8. /* Database Setting */
  9. $db['host'] = '127.0.0.1'; //Mysql's Host
  10. $db['port'] = '3306'; //Mysql's port
  11. $db['user'] = "root"; //Mysql's user
  12. $db['pass'] = 'dusty54'; //Mysql's password
  13. $db['db'] = "funn"; //Mysql's database
  14.  
  15. /* Emu Settings */
  16. $config['hotelEmu'] = 'plusemu'; // plusemu // arcturus
  17.  
  18. /* Client Setting */
  19. $hotel['emuHost'] = "//127.0.0.1"; //IP of VPS//IP of Proxy
  20. $hotel['emuPort'] = "30000"; //Port of VPS//Port of Proxy
  21. $hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
  22. $hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
  23. $hotel['homeRoom'] = '11'; //Set the start room when you get in the hotel
  24. $hotel['external_Variables'] = "https://127.0.0.1/bibliotheek/gamedata/acc_head_U_excited.txt";
  25. $hotel['external_Variables_Override'] = "https://127.0.0.1/bibliotheek/gamedata/override/acc_head_U_angry.txt";
  26. $hotel['external_Texts'] = "https://127.0.0.1/bibliotheek/gamedata/acc_head_U_antenna.txt";
  27. $hotel['external_Texts_Override'] = "https://127.0.0.1/bibliotheek/gamedata/override/acc_head_U_happy.txt";
  28. $hotel['productdata'] = "https://127.0.0.1/bibliotheek/gamedata/acc_head_U_bobba.txt";
  29. $hotel['furnidata'] = "https://127.0.0.1/bibliotheek/gamedata/furnidata.xml";
  30. $hotel['figuremap'] = "https://127.0.0.1/bibliotheek/gamedata/figuremap.xml";
  31. $hotel['figuredata'] = "https://127.0.0.1/bibliotheek/gamedata/acc_head_U_lamee.xml";
  32. $hotel['swfFolder'] = "https://127.0.0.1/bibliotheek/gordon/PRODUCTION-201601012205-226667486";
  33. $hotel['swfFolderSwf'] = "https://127.0.0.1/bibliotheek/gordon/PRODUCTION-201601012205-226667486/NabboV1.2.2.swf";
  34. $hotel['onlineCounter'] = false; // Enable the user count in the client.
  35. $hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.
  36.  
  37. /* Website Setting */
  38. $config['hotelUrl'] = "https://127.0.0.1/";//Address of your hotel. Does not end with a "/"
  39. $config['skin'] = "Nabbo"; //Skin/template of your website
  40. $config['lang'] = "nl"; //Language of your website en/nl/es
  41. $config['hotelName'] = "Beratt"; //Name of your hotel
  42. $config['favicon'] = "https://127.0.0.1/favicon.ico";
  43. $config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false)
  44. $config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping
  45. $config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
  46. $config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance
  47. $config['groupBadgeURL'] = "https://127.0.0.1/swf/habbo-imaging/badge.php?badge=";
  48. $config['badgeURL'] = "https://127.0.0.1/swf/c_images/album1584/";
  49. $config['userLikeEnable'] = true; // Enable user likes
  50. $config['newsCommandEnable'] = true; //Enable news commands
  51. $config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
  52. $config['alertReferrer'] = false;
  53. $config['alert'] = 'Geen melding'; //Alert message. If you don't want a alert, you fill in 'nomessage' or you do leave it blank.
  54. $config['brainversion'] = '1.8.0'; // Please do not change.
  55.  
  56. /* Hit of the week Settings */
  57. $config["hvdwStatus"] = true; // True of false for the hit of the week.
  58. $config["hvdwNumber"] = "0xDH2my4syA"; // Youtube code without https://www.youtube.com/watch?v=
  59.  
  60. /* Facebook Login Settings
  61. You need a Facebook app for this to work go to
  62. https://developers.facebook.com/apps/ */
  63.  
  64. $config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)
  65. $config['facebookAPPID'] = '334162590sdaf292528';
  66. $config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836';
  67.  
  68. /* Email Settings */
  69. $email['mailServerHost'] = 'smtp.gmail.com';
  70. $email['mailServerPort'] = 587;
  71. $email['SMTPSecure'] = 'TLS';
  72. $email['mailUsername'] = 'gmail@gmail.com';
  73. $email['mailPassword'] = '*****';
  74. $email['mailLogo'] = 'https://127.0.0.1/templates/brain/style/images/logo/logo.png';
  75. $email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';
  76.  
  77. /* Social settings */
  78. $config['facebook'] = 'https://www.facebook.com/beratk61';
  79. $config['facebookEnable'] = false;
  80. $config['twitter'] = 'https://twitter.com/';
  81. $config['twitterEnable'] = false;
  82.  
  83. /* Register Setting */
  84. $config['startMotto'] = "Powered to you by Beratt"; //Regsiter start motto
  85. $config['credits'] = "15000";
  86. $config['duckets'] = "2000";
  87. $config['diamonds'] = "10";
  88. $config['diamondsRef'] = "10";
  89. $config['registerEnable'] = true;
  90.  
  91. /* Google recaptcha Site Key
  92. Go to this website to create a recaptcha Site Key: https://www.google.com/recaptcha/intro/index.html */
  93. $config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
  94. $config['recaptchaSiteKeyEnable'] = false;
  95.  
  96. /* Buy VIP Settings */
  97. $config['vipCost'] = "25";
  98. $config['vipRankToGet'] = "3";
  99. $config['vipBadge'] = "vip";
  100.  
  101.  
  102. switch($config['hotelEmu'])
  103. {
  104. case "arcturus":
  105. $emuUse['user_wardrobe'] = 'users_wardrobe ';
  106. $emuUse['ip_last'] = 'ip_current';
  107. $emuUse['respect'] = 'respects_received';
  108. $emuUse['user_stats'] = 'users_settings';
  109. $emuUse['user_stats_user_id'] = 'user_id';
  110. $emuUse['OnlineTime'] = 'online_time';
  111. break;
  112. case "plusemu":
  113. $emuUse['user_wardrobe'] = 'user_wardrobe ';
  114. $emuUse['ip_last'] = 'ip_last';
  115. $emuUse['respect'] = 'Respect';
  116. $emuUse['user_stats'] = 'user_stats';
  117. $emuUse['user_stats_user_id'] = 'id';
  118. $emuUse['OnlineTime'] = 'OnlineTime';
  119. break;
  120. default:
  121. //Nothing
  122. break;
  123. }
  124.  
  125. ?>
  126. Client.php
  127.  
  128. <?php
  129. staffCheck();
  130. Game::sso('client');
  131. Game::homeRoom();
  132. ?>
  133. <html>
  134. </body>
  135. <head>
  136. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  137. <title><?= $config['hotelName'] ?> - Speel</title>
  138. <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script>
  139. <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script>
  140. <script src="/templates/brain/client/js/flashclient.js"></script>
  141. <script src="/templates/brain/client/js/flash_detect_min.js"></script>
  142. <script src="/templates/brain/client/js/client.js" type="text/javascript"></script>
  143. <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css">
  144. </head>
  145. <body>
  146. <?php
  147. if($hotel['onlineCounter'] == true)
  148. {
  149. ?>
  150. <script type="text/javascript">
  151. $(document).ready(function(e) {
  152. $.ajaxSetup({
  153. cache:true
  154. });
  155. setInterval(function() {
  156. $('#onlinecount').load('/onlinecountclient');
  157. }, 8000);
  158. $( "#onlinecount").click(function() {
  159. $('#onlinecount').load('/onlinecountclient');
  160. });
  161. });
  162. </script>
  163. <div class="clientOnlineBox">
  164. <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> <?= $config['hotelName'] ?>'s online</small></div>
  165. <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;">
  166. </div>
  167. <?php
  168. }
  169. ?>
  170. <center>
  171. <div id="client-ui">
  172. <div class="client" id="client"></div>
  173. </div>
  174. <script>
  175. var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0");
  176. Client.addVariable("client.allow.cross.domain", "0");
  177. Client.addVariable("client.notify.cross.domain", "1");
  178. Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");
  179. Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");
  180. Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>");
  181. Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>");
  182. Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");
  183. Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");
  184. Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");
  185. Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>");
  186. Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>");
  187. Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>");
  188. Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>");
  189. Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>");
  190. Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>");
  191. Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>");
  192. Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>");
  193. Client.addVariable("use.sso.ticket", "1");
  194. Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>");
  195. Client.addVariable("processlog.enabled", "0");
  196. Client.addVariable("client.starting", "<?= $config['hotelName'] ?> is loading...");
  197. Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/");
  198. Client.addVariable("flash.client.origin", "popup");
  199. Client.addVariable("ads.domain", "");
  200. Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>');
  201. Client.addParam('base', '<?= $hotel['swfFolder'] ?>/');
  202. Client.addParam('allowScriptAccess', 'always');
  203. Client.addParam('wmode', "opaque");
  204. Client.write('client');
  205. FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout";
  206. </script>
  207. </center>
  208. <script>
  209. //no flash?!
  210. if(!FlashDetect.installed){
  211. window.location.href = "/noflash";
  212. }
  213. </script>
  214. </body>
  215. </html>
  216. </center>
  217. </div>
  218. </head>
  219. <!-- Powered to you by Beratt © -->
  220.  
  221. Config.ini
  222. ## uberEmulator System Configuration File
  223. ## Must be edited for the server to work
  224.  
  225. ## MySQL Configuration
  226. db.hostname=127.0.0.1
  227. db.port=3306
  228. db.username=root
  229. db.password=dusty54
  230. db.name=bytec_htldb
  231.  
  232. ## MySQL pooling setup (controls amount of connections)
  233. db.pool.minsize=10
  234. db.pool.maxsize=250
  235.  
  236. ## Game TCP/IP Configuration
  237. game.tcp.bindip=127.0.0.1
  238. game.tcp.port=30000
  239. game.tcp.conlimit=100
  240. game.tcp.conperip=5000
  241. game.tcp.enablenagles=true
  242. game.tcp.proxyip=
  243.  
  244. ## MUS TCP/IP Configuration
  245. mus.tcp.bindip=127.0.0.1
  246. mus.tcp.port=30001
  247. mus.tcp.allowedaddr=127.0.0.1
  248.  
  249. ## Client configuration
  250. client.ping.enabled=0
  251. client.ping.interval=20000
  252. client.maxrequests=300
  253.  
  254. # System License
  255. hotel.name=Bytec
  256.  
  257. External variables nog wat XD
  258.  
  259. .display.enabled=true
  260. ads.domain=www.sabzo.nl
  261. akamai.debugging.enabled=false
  262. app.review.triggers=purchase,respect
  263. app.review.url.android=
  264. app.review.url.ios=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=794866182
  265. avatar.editor.character.update.url=${url.prefix}/profile/characterupdate
  266. avatar.editor.url=${url.prefix}/profile
  267. avatar.expressions_menu.enabled=true
  268. avatar.ignored.bubble.enabled=true
  269. avatar.jumping.enabled=false
  270. avatar.signs.enabled=true
  271. avatar.sitting.enabled=true
  272. avatar.widget.enabled=true
  273. avatareditor.allowclubtryout=1
  274. avatareditor.promohabbos=${url.prefix}/habblet/xml/promo_habbos
  275. avatareditor.show.clubitems.dimmed=true
  276. avatareditor.show.clubitems.first=true
  277. avatareditor.support.sellablefurni=true
  278. badge.display.excluded.badgeCodes=ADM,AMB,BAW01,BAW02,BAW03,BAW04
  279. badge.image.path=/127.0.0.1/c_images/album1584
  280. billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
  281. billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
  282. builders.club.enabled=true
  283. builders.club.furniture.placement.group.room.enabled=true
  284. builders_club.buy_membership_page=/credits/client/mobile#cell_phone
  285. builders_club.try_page=set_extras
  286. bundle.dynamic.discounts.enabled=true
  287. bundle.dynamic.maximum.purchase.size=100
  288. cache.revision=2014-10-29 11:38:06
  289. camera.available.effects=hearts_hardlight_02,stars_hardlight_02,security_hardlight,alien_hrd,bluemood_mpl,coffee_mpl,drops_mpl,glitter_hrd, misty_hrd,pinky_nrm,rusty_mpl,shiny_hrd,toxic_hrd, shadow_multiply_02,texture_overlay,frame_gold,frame_gray_4,frame_black_2,frame_wood_2,finger_nrm, color_1,color_2,color_3,color_4,dark_sepia,night_vision,x_ray,increase_saturation, decrease_saturation,hypersaturated,increase_contrast,decr_conrast,hue_bright_sat,Yellow,green_2
  290. camera.competition.enabled=false
  291. camera.effects.enabled=true
  292. camera.enabled.android=1
  293. camera.enabled.desktop=1
  294. camera.enabled.ios=1
  295. camera.enabled=false
  296. camera.launch.ui.position=bottom-icons
  297. camera.photo.publishing.enabled=true
  298. catalog.deep.hierarchy=true
  299. catalog.direct.sms.buy.allowed=false
  300. catalog.direct.sms.buy.length.days=5
  301. catalog.direct.vip.buy.enabled=true
  302. catalog.direct.vip.buy.promo=1
  303. catalog.drag_and_drop=true
  304. catalog.furniture.animation=true
  305. catalog.gallery.lang=en
  306. catalog.large=true
  307. catalog.multiple.purchase.enabled=true
  308. catalog.new.additions.page.open.disabled=false
  309. catalog.new_direct_vip_buy_window=true
  310. catalog.newgiftflow.enabled=true
  311. catalog.pets.adjust_old=false
  312. catalog.pets.enabled=true
  313. catalog.purchase.gift.singleclick.confirmation=true
  314. catalog.purchase.gift.singleclick=true
  315. catalog.purchase.gift_wrapping.default_box_index=0
  316. catalog.restricted_nodes=avatar,perm_costumes,perm_effects,bots,erasmus,erasmus1,erasmus2,erasmus3,spaces_grid,rentables_spaces,guild_frontpage,halloween14_lovelock,hot_furni
  317. catalog.show.purse=false
  318. catalog.vip.benefits.enabled=true
  319. catalog.vip.buy.promo=1,3
  320. catalog.vip.gift.promo=1,3
  321. cfh.faq.url=http://help.habbo.com/entries/98834358-Habbo-s-reformed-moderation-system-
  322. cfh.topic_id.to.sanction_type_id=0=1,1=1,2=1,5=1,3=6,36=1,31=6,6=1,8=1,9=6,10=6,11=6,32=1,33=6,12=1,13=106,34=1,14=1,15=1,16=102,17=1,18=6,19=1,20=1,21=105,22=1,23=1,29=6,35=6
  323. chat.history.disabled=false
  324. chat.muting.enabled=false
  325. chatreviewreporterfeedbackctrl.enabled=true
  326. citizenship.vip.quest.promotion.enabled=true
  327. citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
  328. client.allow.external.links=1
  329. client.allow.facebook.like=1
  330. client.connection.failed.url=${url.prefix}/client_connection_failed
  331. client.fatal.error.url=${url.prefix}/flash_client_error
  332. client.hotel_view.image=
  333. client.minimail.embed.enabled=true
  334. client.news.embed.enabled=true
  335. client.reload.url=${url.prefix}/account/reauthenticate?page=/flash_client
  336. client.toolbar.static.enabled=true
  337. club.membership.extend.basic.promotion.enabled=true
  338. club.membership.extend.vip.promotion.enabled=true
  339. club.subscription.disabled=1
  340. club_center.enabled=true
  341. competition.africaDesert.catalogPage=set_desert
  342. competition.africaJungle.catalogPage=set_jungle
  343. competition.africaSavannah.catalogPage=set_savannah
  344. competition.catalogPage=set_desert
  345. competition.currentlyActive=africaDesert
  346. competition.habboween12.catalogPage=new_habboween
  347. competition.majesty.catalogPage=habbolympix2012
  348. competition.requiredFurnis=anc_hot_sands,anc_pyramid_block,anc_trophy_sstone,track12_mini_torch08-08
  349. competition.requiredFurniture=xmasRoomComp,xmas12_fireplace,xmas12_pork,xmas12_pillar1
  350. competition.starsRoomComp2.catalogPage=habbo_stars_furni
  351. competition.timing=2013-03-07 10:00,steamRoomComp;2013-03-21 11:00,
  352. competition.vipParties1.catalogPage=jetset
  353. competition.vipParties2.catalogPage=jetset
  354. competition.vipParties3.catalogPage=jetset
  355. competition.xmasRoomComp.catalogPage=xmas_castles_2012
  356. connection.info.host.no=game-no.habbo.com
  357. connection.info.name.no=Norge
  358. connection.info.port.no=30000,993
  359. currencyiconstyle.big.101.combo=55
  360. currencyiconstyle.big.101=55
  361. currencyiconstyle.big.102.combo=40
  362. currencyiconstyle.big.102=38
  363. currencyiconstyle.big.103=44
  364. currencyiconstyle.big.104.combo=48
  365. currencyiconstyle.big.104=47
  366. currencyiconstyle.big.105.combo=43
  367. currencyiconstyle.big.105=41
  368. currencyiconstyle.small.101=55
  369. currencyiconstyle.small.102=39
  370. currencyiconstyle.small.103=45
  371. currencyiconstyle.small.104=46
  372. currencyiconstyle.small.105=42
  373. custom.chat.styles.enabled=true
  374. daily.quest.campaign.prefix=horse_
  375. daily.quest.room.network.id=4
  376. diamonds.enabled=true
  377. disable.crypto=false
  378. disabled.custom.chat.styles=1,2,8,9,10,18,21,22,23,24,25,26,27,28,30,31,32,33,34,35
  379. disclaimer.credit_spending.enabled=false
  380. duckets.enabled=true
  381. duckets.promo.enabled=false
  382. duckets.upper_limit=1300
  383. dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
  384. dynamic.download.samples.template=%revision%/%typeid%.cct
  385. dynamic.download.url=http:/127.0.0.1/dcr/hof_furni/
  386. effects.in.avatar.editor=true
  387. effects.reactivate.on.room.entry=true
  388. email.verification.url=${url.prefix}/settings/email
  389. embed.showInRoomInfo=true
  390. eventinfo.enabled=true
  391. external.figurepartlist.txt=http:/127.0.0.1/gamedata/figuredata
  392. external.texts.txt=${url.prefix}/gamedata/external_flash_texts/1
  393. extra_data_batches_enabled=true
  394. extra_data_service_url=http://extradata.habbo.com/public/furni/
  395. feed.badge_decorations.album=Feed_Badges
  396. feed.badge_decorations.decoration_id=001
  397. flash.dynamic.avatar.download.configuration=${flash.client.url}figuremap.xml
  398. flash.dynamic.avatar.download.name.template=%libname%.swf
  399. flash.dynamic.avatar.download.url=${flash.client.url}
  400. flash.dynamic.download.name.template=%revision%/%typeid%.swf
  401. flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
  402. flash.dynamic.download.url=/127.0.0.1/dcr/hof_furni/
  403. flash.dynamic.icon.download.name.template=%revision%/%typeid%%param%_icon.png
  404. free.flow.chat.wide.collider.visualization.enabled=false
  405. friend.furniture.enabled=true
  406. friend_bar.helper.friend_finding.enabled=true
  407. friend_list.persistent_message_status.enabled=true
  408. friend_list.pocket_habbo_status.enabled=true
  409. friendbar.notifications.enabled=true
  410. friendbar.playSnowStorm.enabled=true
  411. friendbar.playSnowStorm.friendsThreshold=1000
  412. friendbar.requests.enabled=true
  413. friendship.category.management.enabled=true
  414. furnidata.load.url=${url.prefix}/gamedata/furnidata_xml/1
  415. furniture.context.menu.widget.enabled=true
  416. game.center.default_game=elisa_habbo_stories
  417. game.center.enabled.forStaff=true
  418. game.center.enabled=true
  419. game.center.promoted_game=
  420. game_center.image.library.url=/127.0.0.1/gamecenter/
  421. games.buy.x.games.enabled=false
  422. games.buy.x.games.video.enabled=false
  423. games.filter.enabled=false
  424. games.highscores.enabled=true
  425. games.highscores.scrolling.enabled=true
  426. games.tokens.enabled=false
  427. games_icon_enabled=true
  428. gpu.inanimate_furni=xmas14_palm,xmas14_sunbeams
  429. group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif
  430. group.deletion.enabled=true
  431. group.deletion.maximum.members=500
  432. group.homepage.url=${url.prefix}/groups/%groupid%/id
  433. groupMembers.enabled=true
  434. groupRoomInfo.attach.enabled=true
  435. groupRoomInfo.badge.enabled=true
  436. groupRoomInfo.enabled=true
  437. group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
  438. groupforum.poll.period=900
  439. guardians.enabled=true
  440. guide.help.alpha.groupid=340826
  441. guide.help.new.user.tour.popup.delay=66
  442. guides.enabled=true
  443. guidetool.handle.chat_reviews=true
  444. guidetool.handle.help_requests=true
  445. guidetool.handle.tour_requests=false
  446. habbo.gaming.api.enabled=true
  447. habbo_club_buy_disabled=true
  448. habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
  449. habbopages.url=${url.prefix}/gamedata/habbopages/
  450. habboway.enabled=true
  451. habboway.url=http:/127.0.0.1/groups/officialhabboway
  452. handitem.drop.enabled=true
  453. handitem.give.enabled=true
  454. handitem.give.pet.enabled=false
  455. hccenter.activity.enabled=true
  456. help.habboway.page.count=8
  457. hotel.teaser=
  458. hotelview.banner.url=http:/127.0.0.1/gamedata/supersecret
  459. hover.name.enabled=false
  460. identityTracking.enabled=true
  461. identityinformationtool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/intra/hobba/identity_log.action?identityId=
  462. image.library.badgepart.url=/127.0.0.1/c_images/Badgeparts/
  463. image.library.catalogue.url=/127.0.0.1/c_images/catalogue/
  464. image.library.playlist.url=/127.0.0.1/c_images/playlist/
  465. image.library.questing.url=/127.0.0.1/c_images/Quests/
  466. image.library.url.server=/127.0.0.1/c_images/
  467. image.library.url.stickers=/127.0.0.1/c_images/
  468. image.library.url=/127.0.0.1/c_images/
  469. image.library.xmas11.calendar.url=/127.0.0.1/c_images/xmas11_quest_calendar/
  470. infostand.motto.change.enabled=true
  471. infostand.report.show=1
  472. infostand.use.button.enabled=true
  473. interstitial.enabled=false
  474. interstitial.interval=120000
  475. interstitial.max.displays=8
  476. interstitial.show.time=5000
  477. interstitials.2016.enabled=true
  478. inventory.allow.scaling=true
  479. inventory.bots.enabled=true
  480. lagWarningLog.enabled=1
  481. landing.view.16eurocup10CommunityGoal.widget=communitygoalvsmodevote
  482. landing.view.16eurocup1CommunityGoal.widget=communitygoalvsmodevote
  483. landing.view.16eurocup2CommunityGoal.widget=communitygoalvsmodevote
  484. landing.view.16eurocup3CommunityGoal.widget=communitygoalvsmodevote
  485. landing.view.16eurocup4CommunityGoal.widget=communitygoalvsmodevote
  486. landing.view.16eurocup5CommunityGoal.widget=communitygoalvsmodevote
  487. landing.view.16eurocup6CommunityGoal.widget=communitygoalvsmodevote
  488. landing.view.16eurocup7CommunityGoal.widget=communitygoalvsmodevote
  489. landing.view.16eurocup8CommunityGoal.widget=communitygoalvsmodevote
  490. landing.view.16eurocup9CommunityGoal.widget=communitygoalvsmodevote
  491. landing.view.EASTERVOTE01CommunityGoal.widget=communitygoalvsmodevote
  492. landing.view.EASTERVOTE02CommunityGoal.widget=communitygoalvsmodevote
  493. landing.view.EASTERVOTE03CommunityGoal.widget=communitygoalvsmodevote
  494. landing.view.EASTERVOTE04CommunityGoal.widget=communitygoalvsmodevote
  495. landing.view.HC312013.conf=caption,landing.view.HC312013.header;bodytext,landing.view.HC312013.body;catalogbutton,landing.view.HC312013.button,habbo_club
  496. landing.view.HC312013.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_HCreboot.png;bitmap.x,50;bitmap.y,0;container.height,250
  497. landing.view.HC312013.widget=generic
  498. landing.view.Hcvikingrares.conf=caption,landing.view.Hcvikingrares.header;bodytext,landing.view.Hcvikingrares.body;spacing,2;catalogbutton,landing.view.Hcvikingrares.button,vikings_rares
  499. landing.view.Hcvikingrares.layout=
  500. landing.view.Hcvikingrares.widget=generic
  501. landing.view.PALOOZAVOTE01CommunityGoal.widget=communitygoalvsmodevote
  502. landing.view.PALOOZAVOTE02CommunityGoal.widget=communitygoalvsmodevote
  503. landing.view.PALOOZAVOTE03CommunityGoal.widget=communitygoalvsmodevote
  504. landing.view.WORLDCUP01CommunityGoal.widget=communitygoalvsmode
  505. landing.view.WORLDCUP02CommunityGoal.widget=communitygoalvsmode
  506. landing.view.WORLDCUP03CommunityGoal.widget=communitygoalvsmode
  507. landing.view.WORLDCUP04CommunityGoal.widget=communitygoalvsmode
  508. landing.view.WORLDCUP05CommunityGoal.widget=communitygoalvsmode
  509. landing.view.WORLDCUP06CommunityGoal.widget=communitygoalvsmode
  510. landing.view.WORLDCUP07CommunityGoal.widget=communitygoalvsmode
  511. landing.view.WORLDCUP08CommunityGoal.widget=communitygoalvsmode
  512. landing.view.WORLDCUP09CommunityGoal.widget=communitygoalvsmode
  513. landing.view.WORLDCUP10CommunityGoal.widget=communitygoalvsmode
  514. landing.view.WORLDCUP11CommunityGoal.widget=communitygoalvsmode
  515. landing.view.WORLDCUP12CommunityGoal.widget=communitygoalvsmode
  516. landing.view.WORLDCUP13CommunityGoal.widget=communitygoalvsmode
  517. landing.view.WORLDCUP14CommunityGoal.widget=communitygoalvsmode
  518. landing.view.WORLDCUP15CommunityGoal.widget=communitygoalvsmode
  519. landing.view.WORLDCUP16CommunityGoal.widget=communitygoalvsmode
  520. landing.view.WORLDCUP17CommunityGoal.widget=communitygoalvsmode
  521. landing.view.WORLDCUP18CommunityGoal.widget=communitygoalvsmode
  522. landing.view.WORLDCUP19CommunityGoal.widget=communitygoalvsmode
  523. landing.view.WORLDCUP20CommunityGoal.widget=communitygoalvsmode
  524. landing.view.WORLDCUP21CommunityGoal.widget=communitygoalvsmode
  525. landing.view.WORLDCUP22CommunityGoal.widget=communitygoalvsmode
  526. landing.view.WORLDCUP23CommunityGoal.widget=communitygoalvsmode
  527. landing.view.WORLDCUP24CommunityGoal.widget=communitygoalvsmode
  528. landing.view.WORLDCUP25CommunityGoal.widget=communitygoalvsmode
  529. landing.view.animalday.conf=caption,landing.view.animalday.header;bodytext,landing.view.animalday.body;catalogbutton,landing.view.animalday.button,pet_pterosaur
  530. landing.view.animalday.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_discount20p.gif;bitmap.x,0;bitmap.y,0;container.height,250
  531. landing.view.animalday.widget=generic
  532. landing.view.apr16challenge1CommunityGoal.widget=communitygoalvsmodevote
  533. landing.view.apr16challenge2CommunityGoal.widget=communitygoalvsmodevote
  534. landing.view.apr16challenge3CommunityGoal.widget=communitygoalvsmodevote
  535. landing.view.army15CFrare.conf=caption,landing.view.army15CFrare.header;bodytext,landing.view.army15CFrare.body;catalogbutton,landing.view.army15CFrare.button,credit_exchange
  536. landing.view.army15CFrare.layout=
  537. landing.view.army15CFrare.widget=generic
  538. landing.view.army15basecamp.conf=caption,landing.view.army15basecamp.header;bodytext,landing.view.army15basecamp.body;catalogbutton,landing.view.army15basecamp.button,army_basecamp
  539. landing.view.army15basecamp.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_army15_basecampbundle.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  540. landing.view.army15basecamp.widget=generic
  541. landing.view.army15bundle3ROW.conf=caption,landing.view.army15bundle3.header;bodytext,landing.view.army15bundle3.body;catalogbutton,landing.view.army15bundle3.button,army_outdoorbundle
  542. landing.view.army15bundle3ROW.layout=
  543. landing.view.army15bundle3ROW.widget=generic
  544. landing.view.army15clothes.conf=caption,landing.view.army15clothes.header;bodytext,landing.view.army15clothes.body;catalogbutton,landing.view.army15clothes.button,army_clothing
  545. landing.view.army15clothes.layout=
  546. landing.view.army15clothes.widget=generic
  547. landing.view.army15diamondold.conf=caption,landing.view.army15diamondold.header;bodytext,landing.view.army15diamondold.body;catalogbutton,landing.view.army15diamondold.button,loyalty_rewards
  548. landing.view.army15diamondold.layout=bitmap.uri,${image.library.url}web_promo_small/oldpaintdiamond.png;bitmap.x,0;content.x,170;content.y,0;bitmap.y,0;container.height,250
  549. landing.view.army15diamondold.widget=generic
  550. landing.view.army15diamondsnew.conf=caption,landing.view.army15diamondsnew.header;bodytext,landing.view.army15diamondsnew.body;catalogbutton,landing.view.army15diamondsnew.button,loyalty_rewards
  551. landing.view.army15diamondsnew.layout=bitmap.uri,${image.library.url}web_promo_small/diamond_painting10_64_a_2_0.png;bitmap.x,0;bitmap.y,0;container.height,250
  552. landing.view.army15diamondsnew.widget=generic
  553. landing.view.army15furni.conf=caption,landing.view.army15furni.header;bodytext,landing.view.army15furni.body;spacing,2;internallinkbutton,landing.view.army15furni.button,catalog/warehouse/army_bc
  554. landing.view.army15furni.layout=
  555. landing.view.army15furni.widget=generic
  556. landing.view.army15hqbundle.conf=caption,landing.view.army15hqbundle.header;bodytext,landing.view.army15hqbundle.body;catalogbutton,landing.view.army15hqbundle.button,army_hqbundle
  557. landing.view.army15hqbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_army15_hqbundle.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  558. landing.view.army15hqbundle.widget=generic
  559. landing.view.army15ltd.conf=caption,landing.view.army15ltd.header;bodytext,landing.view.army15ltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  560. landing.view.army15ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_army15_LTD1.png;bitmap.x,100;bitmap.y,100;container.height,250
  561. landing.view.army15ltd.widget=generic
  562. landing.view.army15ltdoff.conf=caption,landing.view.army15ltd.header;bodytext,landing.view.army15ltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-05-16 15:00
  563. landing.view.army15ltdoff.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_army15_LTD1.png;bitmap.x,100;bitmap.y,100;container.height,250
  564. landing.view.army15ltdoff.widget=generic
  565. landing.view.army15petdisc.conf=caption,landing.view.army15petdisc.header;bodytext,landing.view.army15petdisc.body;catalogbutton,landing.view.army15petdisc.button,pet_puppy
  566. landing.view.army15petdisc.layout=
  567. landing.view.army15petdisc.widget=generic
  568. landing.view.army_canteenbundle2.conf=caption,landing.view.cp15banzai.header;bodytext,landing.view.cp15banzai.body;catalogbutton,landing.view.cp15banzai.button,army_canteenbundle
  569. landing.view.army_canteenbundle2.layout=
  570. landing.view.army_canteenbundle2.widget=generic
  571. landing.view.avidPizzaEaterCommunityGoal.widget=communitygoal
  572. landing.view.background_back.uri=${image.library.url}reception/meter_level_1_vip_icon_lympix.png
  573. landing.view.background_background_hotel.uri=${image.library.url}reception/meter_level_1_vip_icon_lympix.png
  574. landing.view.background_front.uri=${image.library.url}reception/meter_level_1_vip_icon_lympix.png
  575. landing.view.background_gradient.uri=${image.library.url}reception/seaside17_background_gradient.png
  576. landing.view.background_gradient_top.uri=${image.library.url}reception/seaside17_background_hotel_top.png
  577. landing.view.background_horizon.uri=${image.library.url}reception/meter_level_1_vip_icon_lympix.png
  578. landing.view.background_hotel_top.uri=${image.library.url}reception/seaside17_background_hotel_top.png
  579. landing.view.background_left.uri=${image.library.url}reception/seaside17_background_left.png
  580. landing.view.background_right.uri=${image.library.url}reception/background_right_easter2016.png
  581. landing.view.backtofuture.conf=caption,landing.view.backtofuture.header;bodytext,landing.view.backtofuture.body;catalogbutton,landing.view.backtofuture.button,hot_furni
  582. landing.view.backtofuture.layout=
  583. landing.view.backtofuture.widget=generic
  584. landing.view.bcland28feb14.conf=caption,landing.view.bcland28feb14.header;bodytext,landing.view.bcland28feb14.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
  585. landing.view.bcland28feb14.layout=bitmap.uri,${image.library.url}web_promo_small/builder_normal.png;bitmap.x,190;bitmap.y,100;container.height,250;
  586. landing.view.bcland28feb14.widget=generic
  587. landing.view.bgobject.10=
  588. landing.view.bgobject.11=
  589. landing.view.bgobject.12=
  590. landing.view.bgobject.13=
  591. landing.view.bgobject.14=
  592. landing.view.bgobject.15=
  593. landing.view.bgobject.16=
  594. landing.view.bgobject.17=
  595. landing.view.bgobject.18=
  596. landing.view.bgobject.19=
  597. landing.view.bgobject.1=
  598. landing.view.bgobject.20=
  599. landing.view.bgobject.2=
  600. landing.view.bgobject.3=
  601. landing.view.bgobject.4=
  602. landing.view.bgobject.5=
  603. landing.view.bgobject.6=
  604. landing.view.bgobject.7=
  605. landing.view.bgobject.8=
  606. landing.view.bgobject.9=
  607. landing.view.bgtiming=
  608. landing.view.blocks1.conf=caption,landing.view.blocks1.header;bodytext,landing.view.blocks1.body;spacing,2;internallinkbutton,landing.view.blocks1.button,catalog/warehouse
  609. landing.view.blocks1.layout=bitmap.uri,${image.library.url}web_promo_small/landing_view_blocks.png;content.x,180;container.height,250
  610. landing.view.blocks1.widget=generic
  611. landing.view.boat16burger.conf=caption,landing.view.boat16burger.header;bodytext,landing.view.boat16burger.body;catalogbutton,landing.view.boat16burger.button,boat16burger
  612. landing.view.boat16burger.layout=
  613. landing.view.boat16burger.widget=generic
  614. landing.view.boat16cabin.conf=caption,landing.view.boat16cabin.header;bodytext,landing.view.boat16cabin.body;catalogbutton,landing.view.boat16cabin.button,boat16cabin
  615. landing.view.boat16cabin.layout=
  616. landing.view.boat16cabin.widget=generic
  617. landing.view.boat16copter.conf=caption,landing.view.boat16copter.header;bodytext,landing.view.boat16copter.body;catalogbutton,landing.view.boat16copter.button,boat16copter
  618. landing.view.boat16copter.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_helicopter.png;bitmap.x,50;bitmap.y,0;container.height,250
  619. landing.view.boat16copter.widget=generic
  620. landing.view.boat16garden.conf=caption,landing.view.boat16garden.header;bodytext,landing.view.boat16garden.body;catalogbutton,landing.view.boat16garden.button,boat16garden
  621. landing.view.boat16garden.layout=
  622. landing.view.boat16garden.widget=generic
  623. landing.view.boat16gift.conf=caption,landing.view.boat16gift.header;bodytext,landing.view.boat16gift.body;internallinkbutton,landing.view.boat16gift.button,openView/calendar
  624. landing.view.boat16gift.layout=
  625. landing.view.boat16gift.widget=generic
  626. landing.view.boat16jelly.conf=caption,landing.view.boat16jelly.header;bodytext,landing.view.boat16jelly.body;catalogbutton,landing.view.boat16jelly.button,boat16jelly
  627. landing.view.boat16jelly.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Jelly.png;bitmap.x,50;bitmap.y,0;container.height,250
  628. landing.view.boat16jelly.widget=generic
  629. landing.view.boat16karaoke.conf=caption,landing.view.boat16karaoke.header;bodytext,landing.view.boat16karaoke.body;catalogbutton,landing.view.boat16karaoke.button,boat16karaoke
  630. landing.view.boat16karaoke.layout=
  631. landing.view.boat16karaoke.widget=generic
  632. landing.view.boat16pool.conf=caption,landing.view.boat16pool.header;bodytext,landing.view.boat16pool.body;catalogbutton,landing.view.boat16pool.button,boat16pool
  633. landing.view.boat16pool.layout=
  634. landing.view.boat16pool.widget=generic
  635. landing.view.boat16port.conf=caption,landing.view.boat16port.header;bodytext,landing.view.boat16port.body;catalogbutton,landing.view.boat16port.button,boat16port
  636. landing.view.boat16port.layout=
  637. landing.view.boat16port.widget=generic
  638. landing.view.boat16shark.conf=caption,landing.view.boat16shark.header;bodytext,landing.view.boat16shark.body;catalogbutton,landing.view.boat16shark.button,boat16shark
  639. landing.view.boat16shark.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Shark.png;bitmap.x,50;bitmap.y,0;container.height,250
  640. landing.view.boat16shark.widget=generic
  641. landing.view.boat16speed.conf=caption,landing.view.boat16speed.header;bodytext,landing.view.boat16speed.body;catalogbutton,landing.view.boat16speed.button,boat16speed
  642. landing.view.boat16speed.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_rare_boat.png;bitmap.x,50;bitmap.y,0;container.height,250
  643. landing.view.boat16speed.widget=generic
  644. landing.view.bonus.rare.image.uri=/127.0.0.1/c_images/web_promo_small/promo_bonusRarebag17_2.png
  645. landing.view.boutiquefurni.conf=caption,landing.boutiquefurni.title;bodytext,landing.boutiquefurni.body;catalogbutton,landing.boutiquefurni.button,boutique
  646. landing.view.boutiquefurni.layout=bitmap.uri,${image.library.url}web_promo_small/small_mall_image.png;content.x,80;container.height,150
  647. landing.view.boutiquefurni.widget=generic
  648. landing.view.bubblejuice.conf=caption,landing.view.bubblejuice.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
  649. landing.view.bubblejuice.layout=bitmap.uri,${image.library.url}illustrations/19jul_juice.png;bitmap.x,0;bitmap.y,90;container.height,250
  650. landing.view.bubblejuice.widget=generic
  651. landing.view.buildersclub.conf=caption,landing.view.buildersclub.header;bodytext,landing.view.buildersclub.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
  652. landing.view.buildersclub.layout=
  653. landing.view.buildersclub.widget=generic
  654. landing.view.buildersclubpromo.conf=caption,landing.view.buildersclubpromo.header;bodytext,landing.view.buildersclubpromo.body;catalogbutton,landing.view.buildersclubpromo.button,builders_club_frontpage
  655. landing.view.buildersclubpromo.layout=
  656. landing.view.buildersclubpromo.widget=generic
  657. landing.view.campaign.code=
  658. landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/football_reception_backdrop_left.png
  659. landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png
  660. landing.view.candyrare.conf=caption,landing.view.bonusrare.header;bodytext,landing.view.bonusrare.body;credithabbletbutton,landing.view.bonusrare.button
  661. landing.view.candyrare.layout=bitmap.uri,${image.library.url}reception/email_image_candyfloss.png;bitmap.x,0;bitmap.y,140;container.height,310
  662. landing.view.candyrare.widget=generic
  663. landing.view.carnivalbundle.conf=caption,landing.view.carnivalbundle.header;bodytext,landing.view.carnivalbundle.body;gotoroombutton,landing.view.carnivalbundle.button,66020224
  664. landing.view.carnivalbundle.layout=bitmap.uri,${image.library.url}web_promo_small/carnival_s_promo.gif;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
  665. landing.view.carnivalbundle.widget=generic
  666. landing.view.carnivale15bundle.conf=caption,landing.view.carnivale15bundle.header;bodytext,landing.view.carnivale15bundle.body;catalogbutton,landing.view.carnivale15bundle.button,carnival15_bundle
  667. landing.view.carnivale15bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_carnivalbundle.png;bitmap.x,50;bitmap.y,120;bitmap.height,150
  668. landing.view.carnivale15bundle.widget=generic
  669. landing.view.carnivalintro.conf=caption,landing.view.carnivalintro.header;bodytext,landing.view.carnivalintro.body;link,landing.view.carnivalintro.button,http:/127.0.0.1/articles
  670. landing.view.carnivalintro.layout=
  671. landing.view.carnivalintro.widget=generic
  672. landing.view.cc14advent.conf=caption,landing.view.cc14advent.header;bodytext,landing.view.cc14advent.body;gotoroombutton,landing.view.cc14advent.button,68365658
  673. landing.view.cc14advent.layout=
  674. landing.view.cc14advent.widget=generic
  675. landing.view.cc14babypets.conf=caption,landing.view.cc14babypets.header;bodytext,landing.view.cc14babypets.body;catalogbutton,landing.view.cc14babypets.button,babypets_info
  676. landing.view.cc14babypets.layout=bitmap.uri,${image.library.url}web_promo_small/babypets_s_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  677. landing.view.cc14babypets.widget=generic
  678. landing.view.cc14bcbirthday.conf=caption,landing.view.cc14bcbirthday.header;bodytext,landing.view.cc14bcbirthday.body;spacing,2;internallinkbutton,landing.view.cc14bcbirthday.button,catalog/warehouse/bc_1year
  679. landing.view.cc14bcbirthday.layout=
  680. landing.view.cc14bcbirthday.widget=generic
  681. landing.view.cc14bundle1.conf=caption,landing.view.cc14bundle1.header;bodytext,landing.view.cc14bundle1.body;catalogbutton,landing.view.cc14bundle1.button,xmas14_bundle1
  682. landing.view.cc14bundle1.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas_bundle1.png;bitmap.x,0;bitmap.y,140;container.height,290
  683. landing.view.cc14bundle1.widget=generic
  684. landing.view.cc14bundle2.conf=caption,landing.view.cc14bundle2.header;bodytext,landing.view.cc14bundle2.body;spacing,2;catalogbutton,landing.view.cc14bundle2.button,xmas14_bundle2
  685. landing.view.cc14bundle2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas14_bundle2.png;bitmap.x,0;bitmap.y,140;container.height,290
  686. landing.view.cc14bundle2.widget=generic
  687. landing.view.cc14bundle3.conf=caption,landing.view.cc14bundle3.header;bodytext,landing.view.cc14bundle3.body;spacing,2;catalogbutton,landing.view.cc14bundle3.button,xmas14_bundle3
  688. landing.view.cc14bundle3.layout=
  689. landing.view.cc14bundle3.widget=generic
  690. landing.view.cc14bundle4.conf=caption,landing.view.cc14bundle4.header;bodytext,landing.view.cc14bundle4.body;spacing,2;catalogbutton,landing.view.cc14bundle4.button,xmas14_bundle4
  691. landing.view.cc14bundle4.layout=
  692. landing.view.cc14bundle4.widget=generic
  693. landing.view.cc14bundle6.conf=caption,landing.view.cc14bundle6.header;bodytext,landing.view.cc14bundle6.body;spacing,2;catalogbutton,landing.view.cc14bundle6.button,xmas14_bundle6
  694. landing.view.cc14bundle6.layout=
  695. landing.view.cc14bundle6.widget=generic
  696. landing.view.cc14clothing.conf=caption,landing.view.cc14clothing.header;bodytext,landing.view.cc14clothing.body;spacing,2;catalogbutton,landing.view.cc14clothing.button,xmas14_clothing
  697. landing.view.cc14clothing.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_tradeableclothing.png;content.x,170;container.height,250
  698. landing.view.cc14clothing.widget=generic
  699. landing.view.cc14gnome.conf=caption,landing.view.cc14gnome.header;bodytext,landing.view.cc14gnome.body;catalogbutton,landing.view.cc14gnome.button,xmas14_gnome
  700. landing.view.cc14gnome.layout=
  701. landing.view.cc14gnome.widget=generic
  702. landing.view.cc14ltd.conf=caption,landing.view.cc14ltd.header;bodytext,landing.view.cc14ltd.body;spacing,2;catalogbutton,landing.view.cc14ltd.button,ler
  703. landing.view.cc14ltd.layout=bitmap.uri,${image.library.url}web_promo_small/xmas14ltd_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  704. landing.view.cc14ltd.widget=generic
  705. landing.view.cc14ltdcount.conf=caption,landing.view.cc14ltd.header;bodytext,landing.view.cc14ltd.body;spacing,2;customtimer,false,0,0,landing.view.hu14rare3.timer,landing.view.raretimer.timer.expired,2014-12-20 12:00
  706. landing.view.cc14ltdcount.layout=bitmap.uri,${image.library.url}web_promo_small/xmas14ltd_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  707. landing.view.cc14ltdcount.widget=generic
  708. landing.view.cc14newfurni.conf=caption,landing.view.cc14newfurni.header;bodytext,landing.view.cc14newfurni.body;catalogbutton,landing.view.cc14newfurni.button,xmas14
  709. landing.view.cc14newfurni.layout=bitmap.uri,${image.library.url}web_promo_small/xmas14_generic_spromo.png;bitmap.x,0;bitmap.y,150;container.height,300
  710. landing.view.cc14newfurni.widget=generic
  711. landing.view.cc14rares.conf=caption,landing.view.cc14rares.header;bodytext,landing.view.cc14rares.body;catalogbutton,landing.view.cc14rares.button,xmas14_rares
  712. landing.view.cc14rares.layout=bitmap.uri,${image.library.url}web_promo_small/xmas14rare2_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  713. landing.view.cc14rares.widget=generic
  714. landing.view.cc14rarescount.conf=caption,landing.view.cc14rares.header;bodytext,landing.view.cc14rares.body;spacing,2;customtimer,false,0,0,landing.view.hu14rare3.timer,landing.view.raretimer.timer.expired,2014-12-13 12:00
  715. landing.view.cc14rarescount.layout=bitmap.uri,${image.library.url}web_promo_small/xmas14rare2_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  716. landing.view.cc14rarescount.widget=generic
  717. landing.view.chinesebonusrare.conf=caption,landing.view.chinesebonusrare.header;bodytext,landing.view.chinesebonusrare.body;spacing,2;internallinkbutton,landing.view.chinesebonusrare.button,habblet/open/credits
  718. landing.view.chinesebonusrare.layout=
  719. landing.view.chinesebonusrare.widget=generic
  720. landing.view.chineseny14.conf=caption,landing.view.chineseny14.header;bodytext,landing.view.chineseny14.body;spacing,2;catalogbutton,landing.view.chineseny14.button,chinese_new_year
  721. landing.view.chineseny14.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
  722. landing.view.chineseny14.widget=generic
  723. landing.view.chooseclan.conf=caption,landing.view.chooseclan.header;bodytext,landing.view.chooseclan.body;spacing,2;requestbadgebutton,landing.view.choosebattleshade.button,battleshade,0,0,false;requestbadgebuttonsecond,landing.view.choosesteelscar.button,steelscar,0,0,false
  724. landing.view.chooseclan.layout=
  725. landing.view.chooseclan.widget=generic
  726. landing.view.choosefarm.conf=caption,landing.view.choosefarm.header;bodytext,landing.view.choosefarm.body;spacing,2;requestbadgebutton,landing.view.choosefarm.button1,frank,0,0,false;requestbadgebuttonsecond,landing.view.choosefarm.button2,henny,0,0,false
  727. landing.view.choosefarm.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_easter17_gen2.png;bitmap.x,50;bitmap.y,0;container.height,250
  728. landing.view.choosefarm.widget=generic
  729. landing.view.choosehero.conf=caption,landing.view.choosehero.title;bodytext,landing.view.choosehero.body;spacing,2;requestbadgebutton,landing.view.choosehero.button1,silvermustard,0,0,false;requestbadgebuttonsecond,landing.view.choosehero.button2,lordpixel,0,0,false
  730. landing.view.choosehero.layout=
  731. landing.view.choosehero.widget=generic
  732. landing.view.choosehero2.conf=caption,landing.view.choosehero.title;bodytext,landing.view.choosehero.body;spacing,2;requestbadgebutton,landing.view.choosehero.button1,silvermustard,0,0,false;requestbadgebuttonsecond,landing.view.choosehero.button2,lordpixel,0,0,false
  733. landing.view.choosehero2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_lordpixelsilvermustard.png;bitmap.x,50;bitmap.y,0;container.height,250
  734. landing.view.choosehero2.widget=generic
  735. landing.view.choosescarf1.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf1a.button,request1,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf1b.button,request2,0,0,false
  736. landing.view.choosescarf1.layout=
  737. landing.view.choosescarf1.widget=generic
  738. landing.view.choosescarf10.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf10a.button,request19,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf10b.button,request20,0,0,false
  739. landing.view.choosescarf10.layout=
  740. landing.view.choosescarf10.widget=generic
  741. landing.view.choosescarf11.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf11a.button,request21,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf11b.button,request22,0,0,false
  742. landing.view.choosescarf11.layout=
  743. landing.view.choosescarf11.widget=generic
  744. landing.view.choosescarf12.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf12a.button,request23,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf12b.button,request24,0,0,false
  745. landing.view.choosescarf12.layout=
  746. landing.view.choosescarf12.widget=generic
  747. landing.view.choosescarf13.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf13a.button,request25,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf13b.button,request26,0,0,false
  748. landing.view.choosescarf13.layout=
  749. landing.view.choosescarf13.widget=generic
  750. landing.view.choosescarf14.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf14a.button,request27,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf14b.button,request28,0,0,false
  751. landing.view.choosescarf14.layout=
  752. landing.view.choosescarf14.widget=generic
  753. landing.view.choosescarf15.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf15a.button,request29,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf15b.button,request30,0,0,false
  754. landing.view.choosescarf15.layout=
  755. landing.view.choosescarf15.widget=generic
  756. landing.view.choosescarf16.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf16a.button,request31,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf16b.button,request32,0,0,false
  757. landing.view.choosescarf16.layout=
  758. landing.view.choosescarf16.widget=generic
  759. landing.view.choosescarf17.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf17a.button,request33,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf17b.button,request34,0,0,false
  760. landing.view.choosescarf17.layout=
  761. landing.view.choosescarf17.widget=generic
  762. landing.view.choosescarf18.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf18a.button,request35,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf18b.button,request36,0,0,false
  763. landing.view.choosescarf18.layout=
  764. landing.view.choosescarf18.widget=generic
  765. landing.view.choosescarf19.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf19a.button,request37,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf19b.button,request38,0,0,false
  766. landing.view.choosescarf19.layout=
  767. landing.view.choosescarf19.widget=generic
  768. landing.view.choosescarf2.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf2a.button,request3,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf2b.button,request4,0,0,false
  769. landing.view.choosescarf2.layout=
  770. landing.view.choosescarf2.widget=generic
  771. landing.view.choosescarf20.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf20a.button,request39,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf20b.button,request40,0,0,false
  772. landing.view.choosescarf20.layout=
  773. landing.view.choosescarf20.widget=generic
  774. landing.view.choosescarf21.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf21a.button,request41,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf21b.button,request42,0,0,false
  775. landing.view.choosescarf21.layout=
  776. landing.view.choosescarf21.widget=generic
  777. landing.view.choosescarf22.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf22a.button,request43,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf22b.button,request44,0,0,false
  778. landing.view.choosescarf22.layout=
  779. landing.view.choosescarf22.widget=generic
  780. landing.view.choosescarf23.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf23a.button,request45,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf23b.button,request46,0,0,false
  781. landing.view.choosescarf23.layout=
  782. landing.view.choosescarf23.widget=generic
  783. landing.view.choosescarf24.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf24a.button,request47,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf24b.button,request48,0,0,false
  784. landing.view.choosescarf24.layout=
  785. landing.view.choosescarf24.widget=generic
  786. landing.view.choosescarf25.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf25a.button,request49,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf25b.button,request50,0,0,false
  787. landing.view.choosescarf25.layout=
  788. landing.view.choosescarf25.widget=generic
  789. landing.view.choosescarf3.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf3a.button,request5,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf3b.button,request6,0,0,false
  790. landing.view.choosescarf3.layout=
  791. landing.view.choosescarf3.widget=generic
  792. landing.view.choosescarf4.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf4a.button,request7,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf4b.button,request8,0,0,false
  793. landing.view.choosescarf4.layout=
  794. landing.view.choosescarf4.widget=generic
  795. landing.view.choosescarf5.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf5a.button,request9,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf5b.button,request10,0,0,false
  796. landing.view.choosescarf5.layout=
  797. landing.view.choosescarf5.widget=generic
  798. landing.view.choosescarf6.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf6a.button,request11,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf6b.button,request12,0,0,false
  799. landing.view.choosescarf6.layout=
  800. landing.view.choosescarf6.widget=generic
  801. landing.view.choosescarf7.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf7a.button,request13,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf7b.button,request14,0,0,false
  802. landing.view.choosescarf7.layout=
  803. landing.view.choosescarf7.widget=generic
  804. landing.view.choosescarf8.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf8a.button,request15,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf8b.button,request16,0,0,false
  805. landing.view.choosescarf8.layout=
  806. landing.view.choosescarf8.widget=generic
  807. landing.view.choosescarf9.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf9a.button,request17,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf9b.button,request18,0,0,false
  808. landing.view.choosescarf9.layout=
  809. landing.view.choosescarf9.widget=generic
  810. landing.view.cinemabundle.conf=caption,landing.view.cinemabundle.header;bodytext,landing.view.cinemabundle.body;spacing,2;catalogbutton,landing.view.cinemabundle.button,movie_bundle
  811. landing.view.cinemabundle.layout=bitmap.uri,${image.library.url}catalogue/cine_roombundle_xml.gif;bitmap.x,90;bitmap.y,100;container.height,250
  812. landing.view.cinemabundle.widget=generic
  813. landing.view.classicb1.conf=caption,landing.view.classicb1.header;bodytext,landing.view.classicb1.body;catalogbutton,landing.view.classicb1.button,classic_lounge
  814. landing.view.classicb1.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Classic_Lounge.png;bitmap.x,50;bitmap.y,0;container.height,250
  815. landing.view.classicb1.widget=generic
  816. landing.view.classicb2.conf=caption,landing.view.classicb1.header;bodytext,landing.view.classicb1.body;catalogbutton,landing.view.classicb1.button,classicb1
  817. landing.view.classicb2.layout=
  818. landing.view.classicb2.widget=generic
  819. landing.view.cny15bundle.conf=caption,landing.view.cny15bundle.header;bodytext,landing.view.cny15bundle.body;catalogbutton,landing.view.cny15bundle.button,cny15_bundle
  820. landing.view.cny15bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cnybundle.png;bitmap.x,50;bitmap.y,120;bitmap.height,150
  821. landing.view.cny15bundle.widget=generic
  822. landing.view.cny15furni.conf=caption,landing.view.cny15furni.header;bodytext,landing.view.cny15furni.body;internallinkbutton,landing.view.cny15furni.button,catalog/warehouse/bc_cny
  823. landing.view.cny15furni.layout=
  824. landing.view.cny15furni.widget=generic
  825. landing.view.com_newweb.conf=caption,landing.view.com_newweb.header;bodytext,landing.view.com_newweb.body;spacing,2;link,landing.view.com_newweb.button,https:/127.0.0.1/news/introducing-new-habbo-web-2015
  826. landing.view.com_newweb.layout=
  827. landing.view.com_newweb.widget=generic
  828. landing.view.com_photo_sharing.conf=caption,landing.view.com_photo_sharing.header;bodytext,landing.view.com_photo_sharing.body;internallinkbutton,landing.view.com_photo_sharing.button,navigator/goto/home
  829. landing.view.com_photo_sharing.layout=
  830. landing.view.com_photo_sharing.widget=generic
  831. landing.view.common.etchingcolor=000000
  832. landing.view.common.etchingposition=top
  833. landing.view.common.textcolor=ffffff
  834. landing.view.community.catalog.target=giftshop
  835. landing.view.community.challenge.vote.url=http://www.facebook.com/habbo
  836. landing.view.community.interactive=false
  837. landing.view.communitygoalhof.hasroomlink=false
  838. landing.view.concurrentUsersCompetition.conf=spacing,20;title,landing.view.concurrentusers.title,true;caption,landing.view.concurrentusers.caption,185;bodytext,landing.view.concurrentusers.bodytext,185;spacing,10;concurrentusersmeter,${image.library.url}reception/challenge_meter_20.png,0,20;concurrentusersinfo,landing.view.concurrentusers.info,ConcurrentUsersReward
  839. landing.view.concurrentUsersCompetition.layout=content.x,65
  840. landing.view.concurrentUsersCompetition.widget=generic
  841. landing.view.cp15banzaiROW.conf=caption,landing.view.cp15banzai.header;bodytext,landing.view.cp15banzai.body;catalogbutton,landing.view.cp15grunge.button,cyber_bb
  842. landing.view.cp15banzaiROW.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cyberbanzai.png;bitmap.x,0;bitmap.y,140;container.height,290
  843. landing.view.cp15banzaiROW.widget=generic
  844. landing.view.cp15chooseteam.conf=caption,landing.view.cp15chooseteam.header;bodytext,landing.view.cp15chooseteam.body;spacing,2;requestbadgebutton,landing.view.cp15chooseshf.button,shf,0,0,false;requestbadgebuttonsecond,landing.view.cp15choosecp.button,cp,0,0,false
  845. landing.view.cp15chooseteam.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cpunk_generic2.png;bitmap.x,0;bitmap.y,0;container.height,250
  846. landing.view.cp15chooseteam.widget=generic
  847. landing.view.cp15clothing.conf=caption,landing.view.cp15clothing.header;bodytext,landing.view.cp15clothing.body;catalogbutton,landing.view.cp15clothing.button,cyber_clothing
  848. landing.view.cp15clothing.layout=bitmap.uri,${image.library.url}web_promo_small/cypunkclothing_s_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  849. landing.view.cp15clothing.widget=generic
  850. landing.view.cp15cyberbundleROW.conf=caption,landing.view.cp15cyberbundle.header;bodytext,landing.view.cp15cyberbundle.body;spacing,2;catalogbutton,landing.view.cp15cyberbundle.button,cyber_bundle
  851. landing.view.cp15cyberbundleROW.layout=
  852. landing.view.cp15cyberbundleROW.widget=generic
  853. landing.view.cp15grungeROW.conf=caption,landing.view.cp15grunge.header;bodytext,landing.view.cp15grunge.body;catalogbutton,landing.view.cp15grunge.button,cyber_grunge
  854. landing.view.cp15grungeROW.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cpunk15_grungebundle.png;bitmap.x,0;bitmap.y,140;container.height,290
  855. landing.view.cp15grungeROW.widget=generic
  856. landing.view.cp15ltd.conf=caption,landing.view.cp15ltd.header;bodytext,landing.view.cp15ltd.body;spacing,2;catalogbutton,landing.view.cp15stpat.button,ler
  857. landing.view.cp15ltd.layout=
  858. landing.view.cp15ltd.widget=generic
  859. landing.view.cp15ltdcount.conf=caption,landing.view.cp15ltd.header;bodytext,landing.view.cp15ltd.body;spacing,2;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-03-14 15:00
  860. landing.view.cp15ltdcount.layout=
  861. landing.view.cp15ltdcount.widget=generic
  862. landing.view.cp15stpatROW.conf=caption,landing.view.cp15stpat.header;bodytext,landing.view.cp15stpat.body;catalogbutton,landing.view.cp15stpat.button,cyber_stpat
  863. landing.view.cp15stpatROW.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_lepbund15.png;bitmap.x,0;bitmap.y,140;container.height,290
  864. landing.view.cp15stpatROW.widget=generic
  865. landing.view.cp15wired.conf=caption,landing.view.cp15wired.header;bodytext,landing.view.cp15wired.body;spacing,2;catalogbutton,landing.view.cp15wired.button,category_wired
  866. landing.view.cp15wired.layout=
  867. landing.view.cp15wired.widget=generic
  868. landing.view.custom.image.catalog.image.uri.ler=${image.library.url}reception/ninja_promo_LTD.png
  869. landing.view.custom.image.catalog.image.uri=
  870. landing.view.custom.image.catalog.promo.target=ler
  871. landing.view.daily.quest.carousel.0=reception/horsequest_1.png
  872. landing.view.daily.quest.carousel.1=reception/horsequest_2.png
  873. landing.view.dalibundle.conf=caption,landing.view.dalibundle.header;bodytext,landing.view.dalibundle.body;gotoroombutton,landing.view.dalibundle.button,66083316
  874. landing.view.dalibundle.layout=bitmap.uri,${image.library.url}catalogue/catalog_small_promo_organic_bundle.png;bitmap.x,100;bitmap.y,100;container.height,250
  875. landing.view.dalibundle.widget=generic
  876. landing.view.darkduck.conf=caption,landing.view.darkduck.header;bodytext,landing.view.darkduck.body;internallinkbutton,landing.view.darkduck.button,games/play/elisa_habbo_stories
  877. landing.view.darkduck.layout=bitmap.uri,${image.library.url}album3236/dark_duck_landing.gif,bitmap.x,0;bitmap.y,0;container.height,200
  878. landing.view.darkduck.widget=generic
  879. landing.view.dcex15.conf=caption,landing.view.dcex15.header;bodytext,landing.view.dcex15.body;credithabbletbutton,landing.view.dcex15.button
  880. landing.view.dcex15.layout=
  881. landing.view.dcex15.widget=generic
  882. landing.view.deep_sea_bundle.conf=caption,landing.view.deep_sea_bundle.header;bodytext,landing.view.deep_sea_bundle.body;catalogbutton,landing.view.deep_sea_bundle.button,deep_sea_bundle
  883. landing.view.deep_sea_bundle.layout=
  884. landing.view.deep_sea_bundle.widget=generic
  885. landing.view.deepsearoombundle.conf=caption,landing.view.deepsearoombundle.header;bodytext,landing.view.deepsearoombundle.body;spacing,2;catalogbutton,landing.view.deepsearoombundle.button,wrestling_bundle
  886. landing.view.deepsearoombundle.layout=bitmap.uri,${image.library.url}catalogue/jul14_lostcity_internal.gif;bitmap.x,0;bitmap.y,150;container.height,310
  887. landing.view.deepsearoombundle.widget=generic
  888. landing.view.diamondland.conf=caption,landing.view.diamondland.header;bodytext,landing.view.diamondland.body;spacing,2;link,landing.view.diamondland.button,http:/127.0.0.1/articles/3261-goodbye-loyalty-pointshello-diamonds
  889. landing.view.diamondland.layout=
  890. landing.view.diamondland.widget=generic
  891. landing.view.dino15_throne.conf=caption,landing.view.jurassic15throne.header;bodytext,landing.view.jurassic15throne.body;catalogbutton,landing.view.cp15stpat.button,ler
  892. landing.view.dino15_throne.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dino15_LTD2.png;bitmap.x,50;bitmap.y,0;container.height,250
  893. landing.view.dino15_throne.widget=generic
  894. landing.view.dino15_throneoff.conf=caption,landing.view.jurassic15throne.header;bodytext,landing.view.jurassic15throne.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-06-20 15:00
  895. landing.view.dino15_throneoff.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dino15_LTD2.png;bitmap.x,50;bitmap.y,0;container.height,250
  896. landing.view.dino15_throneoff.widget=generic
  897. landing.view.dolphin.conf=caption,landing.view.dolphin.header;bodytext,landing.view.dolphin.body;catalogbutton,landing.view.dolphin.button,loyalty_rewards
  898. landing.view.dolphin.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dolphin.gif;bitmap.x,0;bitmap.y,100;container.height,310
  899. landing.view.dolphin.widget=generic
  900. landing.view.doublecredits.conf=caption,landing.view.2x1offer.header;bodytext,landing.view.2x1offer.body;credithabbletbutton,landing.view.2x1offer.button
  901. landing.view.doublecredits.layout=bitmap.uri,${image.library.url}reception/promo_creddiving.gif;bitmap.x,0;bitmap.y,120;container.height,225
  902. landing.view.doublecredits.widget=generic
  903. landing.view.drivingLicenseCommunityGoal.widget=communitygoalvsmodevote
  904. landing.view.dynamic.slot.1.widget=bonusrare
  905. landing.view.dynamic.slot.2.conf=2017-06-22 15:00,summer17cal
  906. landing.view.dynamic.slot.2.layout=
  907. landing.view.dynamic.slot.2.widget=widgetcontainer
  908. landing.view.dynamic.slot.3.conf=2017-04-14 11:00,jul17old
  909. landing.view.dynamic.slot.3.layout=
  910. landing.view.dynamic.slot.3.widget=widgetcontainer
  911. landing.view.dynamic.slot.4.conf=2017-06-21 15:00,jul17seal
  912. landing.view.dynamic.slot.4.layout=
  913. landing.view.dynamic.slot.4.separator=false
  914. landing.view.dynamic.slot.4.title=
  915. landing.view.dynamic.slot.4.widget=widgetcontainer
  916. landing.view.dynamic.slot.5.conf=2017-02-17 16:00,jun17ltdoff;2017-06-26 15:00,jul17lava
  917. landing.view.dynamic.slot.5.ignore=
  918. landing.view.dynamic.slot.5.layout=
  919. landing.view.dynamic.slot.5.separator=false
  920. landing.view.dynamic.slot.5.title=
  921. landing.view.dynamic.slot.5.widget=widgetcontainer
  922. landing.view.dynamic.slot.6.conf=2013-05-08 13:00,gamesmaker;2013-05-11 13:00
  923. landing.view.dynamic.slot.6.widget=achievementcompetition_hall_of_fame
  924. landing.view.eas15alienbundleLATAM.conf=caption,landing.view.eas15alienbundle.header;bodytext,landing.view.eas15alienbundle.body;catalogbutton,landing.view.eas15alienbundle.button,candyland15_alienbundle2
  925. landing.view.eas15alienbundleLATAM.layout=
  926. landing.view.eas15alienbundleLATAM.widget=generic
  927. landing.view.eas15alienbundleROW.conf=caption,landing.view.eas15alienbundle.header;bodytext,landing.view.eas15alienbundle.body;catalogbutton,landing.view.eas15alienbundle.button,candyland15_alienbundle
  928. landing.view.eas15alienbundleROW.layout=
  929. landing.view.eas15alienbundleROW.widget=generic
  930. landing.view.eas15androidvid.conf=caption,landing.view.eas15androidvid.header;bodytext,landing.view.eas15androidvid.body;link,landing.view.cc14bundle1.button,https://play.google.com/store/apps/details?id=air.com.sulake.habboair
  931. landing.view.eas15androidvid.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_android.png;bitmap.x,0;bitmap.y,140;container.height,290
  932. landing.view.eas15androidvid.widget=generic
  933. landing.view.eas15bcfurni.conf=caption,landing.view.eas15bcfurni.header;bodytext,landing.view.eas15bcfurni.body;internallinkbutton,landing.view.eas15bcfurni.button,catalog/warehouse/bc_candyland15
  934. landing.view.eas15bcfurni.layout=bitmap.uri,${image.library.url}web_promo_small/candylandbc_small_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  935. landing.view.eas15bcfurni.widget=generic
  936. landing.view.eas15bonbonbundleLATAM.conf=caption,landing.view.eas15bonbonbundle.header;bodytext,landing.view.eas15bonbonbundle.body;catalogbutton,landing.view.eas15bonbonbundle.button,candyland15_bonbonbundle2
  937. landing.view.eas15bonbonbundleLATAM.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cland_bundle.png;bitmap.x,0;bitmap.y,140;container.height,290
  938. landing.view.eas15bonbonbundleLATAM.widget=generic
  939. landing.view.eas15bonbonbundleROW.conf=caption,landing.view.eas15bonbonbundle.header;bodytext,landing.view.eas15bonbonbundle.body;catalogbutton,landing.view.eas15bonbonbundle.button,candyland15_bonbonbundle
  940. landing.view.eas15bonbonbundleROW.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cland_bundle.png;bitmap.x,0;bitmap.y,140;container.height,290
  941. landing.view.eas15bonbonbundleROW.widget=generic
  942. landing.view.eas15doublecreds.conf=caption,landing.view.eas15doublecreds.header;bodytext,landing.view.eas15doublecreds.body;internallinkbutton,landing.view.eas15doublecreds.button,habblet/open/credits
  943. landing.view.eas15doublecreds.layout=bitmap.uri,${image.library.url}web_promo_small/doublecoins_promo.png;bitmap.x,0;bitmap.y,0;container.height,290
  944. landing.view.eas15doublecreds.widget=generic
  945. landing.view.eas15flowerES.conf=caption,landing.view.eas15flower.header;bodytext,landing.view.eas15flower.body;catalogbutton,landing.view.eas15flower.button,candyland15_oldeaster2a
  946. landing.view.eas15flowerES.layout=
  947. landing.view.eas15flowerES.widget=generic
  948. landing.view.eas15flowerROW.conf=caption,landing.view.eas15flower.header;bodytext,landing.view.eas15flower.body;catalogbutton,landing.view.eas15flower.button,candyland15_oldeaster2
  949. landing.view.eas15flowerROW.layout=
  950. landing.view.eas15flowerROW.widget=generic
  951. landing.view.eas15hipadROW.conf=caption,landing.view.eas15hipad.header;bodytext,landing.view.eas15hipad.body;catalogbutton,landing.view.eas15hipad.button,candyland15_hipadbundle
  952. landing.view.eas15hipadROW.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hipadg.png;bitmap.x,0;bitmap.y,140;container.height,290
  953. landing.view.eas15hipadROW.widget=generic
  954. landing.view.eas15obbah.conf=caption,landing.view.eas15obbah.header;bodytext,landing.view.eas15obbah.body;catalogbutton,landing.view.eas15obbah.button,candyland15_obbah
  955. landing.view.eas15obbah.layout=
  956. landing.view.eas15obbah.widget=generic
  957. landing.view.eas15obbahrare.conf=caption,landing.view.eas15obbahrare.header;bodytext,landing.view.eas15obbahrare.body;catalogbutton,landing.view.eas15obbahrare.button,candyland15_obbah_rare
  958. landing.view.eas15obbahrare.layout=
  959. landing.view.eas15obbahrare.widget=generic
  960. landing.view.easter14ltd.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;catalogbutton,landing.view.easter14ltd5.button,ler
  961. landing.view.easter14ltd.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  962. landing.view.easter14ltd.widget=generic
  963. landing.view.easter14ltd1.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd1.timer,landing.view.raretimer.timer.expired,2014-04-21 18:00
  964. landing.view.easter14ltd1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  965. landing.view.easter14ltd1.widget=generic
  966. landing.view.easter14ltd2.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd2.timer,landing.view.raretimer.timer.expired,2014-04-22 18:00;catalogbutton,landing.view.easter14ltd1.button,ler
  967. landing.view.easter14ltd2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  968. landing.view.easter14ltd2.widget=generic
  969. landing.view.easter14ltd3.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd3.timer,landing.view.raretimer.timer.expired,2014-04-23 18:00
  970. landing.view.easter14ltd3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  971. landing.view.easter14ltd3.widget=generic
  972. landing.view.easter14ltd4.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd4.timer,landing.view.raretimer.timer.expired,2014-04-24 18:00;catalogbutton,landing.view.easter14ltd3.button,ler
  973. landing.view.easter14ltd4.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  974. landing.view.easter14ltd4.widget=generic
  975. landing.view.easter14ltd5.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd5.timer,landing.view.raretimer.timer.expired,2014-04-25 18:00;catalogbutton,landing.view.easter14ltd4.button,ler
  976. landing.view.easter14ltd5.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  977. landing.view.easter14ltd5.widget=generic
  978. landing.view.easter14pets.conf=caption,landing.view.easter14pets.header;bodytext,landing.view.easter14pets.body;catalogbutton,landing.view.easter14pets.button,pet_chick;catalogbutton,landing.view.easter14bunnybutton.button,bunny
  979. landing.view.easter14pets.layout=bitmap.uri,${image.library.url}album1134/chiclbunny.png;bitmap.x,200;bitmap.y,100;bitmap.height,86
  980. landing.view.easter14pets.widget=generic
  981. landing.view.easter14questentry.conf=caption,landing.view.easter14questentry.header;bodytext,landing.view.easter14questentry.body;spacing,2;gotoroombutton,landing.view.easter14questentry.button,66417786
  982. landing.view.easter14questentry.layout=bitmap.uri,${image.library.url}web_promo_small/easteroldfurni_smallpromo.png;bitmap.height,150;
  983. landing.view.easter14questentry.widget=generic
  984. landing.view.easter14rares.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;catalogbutton,landing.view.checkitout.button,easter14rares
  985. landing.view.easter14rares.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  986. landing.view.easter14rares.widget=generic
  987. landing.view.easter14rares1.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-18 18:00
  988. landing.view.easter14rares1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  989. landing.view.easter14rares1.widget=generic
  990. landing.view.easter14rares2.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-19 18:00
  991. landing.view.easter14rares2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  992. landing.view.easter14rares2.widget=generic
  993. landing.view.easter14rares3.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-20 18:00
  994. landing.view.easter14rares3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  995. landing.view.easter14rares3.widget=generic
  996. landing.view.easter15candy1.conf=caption,landing.view.easter15candy1.header;bodytext,landing.view.easter15candy1.body;spacing,2;requestbadgebutton,landing.view.easter15candy1.button,request1,0,0,false
  997. landing.view.easter15candy1.layout=bitmap.uri,${image.library.url}album1584/SCE01.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  998. landing.view.easter15candy1.widget=generic
  999. landing.view.easter15candy10.conf=caption,landing.view.easter15candy10.header;bodytext,landing.view.easter15candy10.body;spacing,2;requestbadgebutton,landing.view.easter15candy10.button,request10,0,0,false
  1000. landing.view.easter15candy10.layout=bitmap.uri,${image.library.url}album1584/SCE19.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1001. landing.view.easter15candy10.widget=generic
  1002. landing.view.easter15candy2.conf=caption,landing.view.easter15candy2.header;bodytext,landing.view.easter15candy2.body;spacing,2;requestbadgebutton,landing.view.easter15candy2.button,request2,0,0,false
  1003. landing.view.easter15candy2.layout=bitmap.uri,${image.library.url}album1584/SCE03.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1004. landing.view.easter15candy2.widget=generic
  1005. landing.view.easter15candy3.conf=caption,landing.view.easter15candy3.header;bodytext,landing.view.easter15candy3.body;spacing,2;requestbadgebutton,landing.view.easter15candy3.button,request3,0,0,false
  1006. landing.view.easter15candy3.layout=bitmap.uri,${image.library.url}album1584/SCE05.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1007. landing.view.easter15candy3.widget=generic
  1008. landing.view.easter15candy4.conf=caption,landing.view.easter15candy4.header;bodytext,landing.view.easter15candy4.body;spacing,2;requestbadgebutton,landing.view.easter15candy4.button,request4,0,0,false
  1009. landing.view.easter15candy4.layout=bitmap.uri,${image.library.url}album1584/SCE07.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1010. landing.view.easter15candy4.widget=generic
  1011. landing.view.easter15candy5.conf=caption,landing.view.easter15candy5.header;bodytext,landing.view.easter15candy5.body;spacing,2;requestbadgebutton,landing.view.easter15candy5.button,request5,0,0,false
  1012. landing.view.easter15candy5.layout=bitmap.uri,${image.library.url}album1584/SCE09.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1013. landing.view.easter15candy5.widget=generic
  1014. landing.view.easter15candy6.conf=caption,landing.view.easter15candy6.header;bodytext,landing.view.easter15candy6.body;spacing,2;requestbadgebutton,landing.view.easter15candy6.button,request6,0,0,false
  1015. landing.view.easter15candy6.layout=bitmap.uri,${image.library.url}album1584/SCE11.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1016. landing.view.easter15candy6.widget=generic
  1017. landing.view.easter15candy7.conf=caption,landing.view.easter15candy7.header;bodytext,landing.view.easter15candy7.body;spacing,2;requestbadgebutton,landing.view.easter15candy7.button,request7,0,0,false
  1018. landing.view.easter15candy7.layout=bitmap.uri,${image.library.url}album1584/SCE13.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1019. landing.view.easter15candy7.widget=generic
  1020. landing.view.easter15candy8.conf=caption,landing.view.easter15candy8.header;bodytext,landing.view.easter15candy8.body;spacing,2;requestbadgebutton,landing.view.easter15candy8.button,request8,0,0,false
  1021. landing.view.easter15candy8.layout=bitmap.uri,${image.library.url}album1584/SCE15.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1022. landing.view.easter15candy8.widget=generic
  1023. landing.view.easter15candy9.conf=caption,landing.view.easter15candy9.header;bodytext,landing.view.easter15candy9.body;spacing,2;requestbadgebutton,landing.view.easter15candy9.button,request9,0,0,false
  1024. landing.view.easter15candy9.layout=bitmap.uri,${image.library.url}album1584/SCE17.gif;bitmap.x,200;bitmap.y,100;bitmap.height,150
  1025. landing.view.easter15candy9.widget=generic
  1026. landing.view.easter15ltd1.conf=caption,landing.view.eas15LTD.header;bodytext,landing.view.eas15LTD.body;catalogbutton,landing.view.cp15stpat.button,ler
  1027. landing.view.easter15ltd1.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cland15_4.png;bitmap.x,0;bitmap.y,0;container.height,250
  1028. landing.view.easter15ltd1.widget=generic
  1029. landing.view.easter15ltd1off.conf=caption,landing.view.eas15LTD.header;bodytext,landing.view.eas15LTD.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-04-30 15:00
  1030. landing.view.easter15ltd1off.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cland15_4.png;bitmap.x,0;bitmap.y,0;container.height,250
  1031. landing.view.easter15ltd1off.widget=generic
  1032. landing.view.easter16bonbon.conf=caption,landing.view.easter16bonbon.header;bodytext,landing.view.easter16bonbon.body;catalogbutton,landing.view.easter16bonbon.button,easter16bonbon
  1033. landing.view.easter16bonbon.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_easter16_candybundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1034. landing.view.easter16bonbon.widget=generic
  1035. landing.view.easter16bonbon2.conf=caption,landing.view.easter16bonbon.header;bodytext,landing.view.easter16bonbon.body;catalogbutton,landing.view.easter16bonbon.button,easter16bonbon
  1036. landing.view.easter16bonbon2.layout=
  1037. landing.view.easter16bonbon2.widget=generic
  1038. landing.view.easter16burnish.conf=caption,landing.view.easter16burnish.header;bodytext,landing.view.easter16burnish.body;catalogbutton,landing.view.cp15stpat.button,ler
  1039. landing.view.easter16burnish.layout=
  1040. landing.view.easter16burnish.widget=generic
  1041. landing.view.easter16burnishoff.conf=caption,landing.view.easter16burnish.header;bodytext,landing.view.easter16burnish.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-03-26 16:00
  1042. landing.view.easter16burnishoff.layout=
  1043. landing.view.easter16burnishoff.widget=generic
  1044. landing.view.easter16cata.conf=caption,landing.view.easter16cata.header;bodytext,landing.view.easter16cata.body;catalogbutton,landing.view.easter16cata.button,set_pura
  1045. landing.view.easter16cata.layout=
  1046. landing.view.easter16cata.widget=generic
  1047. landing.view.easter16cloth.conf=caption,landing.view.easter16cloth.header;bodytext,landing.view.easter16cloth.body;catalogbutton,landing.view.easter16cloth.button,clothing
  1048. landing.view.easter16cloth.layout=
  1049. landing.view.easter16cloth.widget=generic
  1050. landing.view.easter16crown.conf=caption,landing.view.easter16crown.header;bodytext,landing.view.easter16crown.body;catalogbutton,landing.view.easter16crown.button,easter16crown
  1051. landing.view.easter16crown.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_crownrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  1052. landing.view.easter16crown.widget=generic
  1053. landing.view.easter16dragon.conf=caption,landing.view.easter16dragon.header;bodytext,landing.view.easter16dragon.body;catalogbutton,landing.view.cp15stpat.button,ler
  1054. landing.view.easter16dragon.layout=bitmap.uri,${image.library.url}web_promo_small//spromo_LTD3.png;bitmap.x,50;bitmap.y,140;container.height,300
  1055. landing.view.easter16dragon.widget=generic
  1056. landing.view.easter16dragonoff.conf=caption,landing.view.easter16dragon.header;bodytext,landing.view.easter16dragon.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-03-23 16:00
  1057. landing.view.easter16dragonoff.layout=
  1058. landing.view.easter16dragonoff.widget=generic
  1059. landing.view.easter16efflor.conf=caption,landing.view.easter16efflor.header;bodytext,landing.view.easter16efflor.body;catalogbutton,landing.view.cp15stpat.button,ler
  1060. landing.view.easter16efflor.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_LTD2.png;bitmap.x,50;bitmap.y,140;container.height,300
  1061. landing.view.easter16efflor.widget=generic
  1062. landing.view.easter16effloroff.conf=caption,landing.view.easter16efflor.header;bodytext,landing.view.easter16efflor.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-03-19 16:00
  1063. landing.view.easter16effloroff.layout=
  1064. landing.view.easter16effloroff.widget=generic
  1065. landing.view.easter16escape.conf=caption,landing.view.easter16escape.header;bodytext,landing.view.easter16escape.body;internallinkbutton,landing.view.easter16hfwgames.button,navigator/tab/official_view
  1066. landing.view.easter16escape.layout=
  1067. landing.view.easter16escape.widget=generic
  1068. landing.view.easter16glass.conf=caption,landing.view.easter16glass.header;bodytext,landing.view.easter16glass.body;catalogbutton,landing.view.easter16glass.button,easter16glass
  1069. landing.view.easter16glass.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_bigshadesrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  1070. landing.view.easter16glass.widget=generic
  1071. landing.view.easter16hfwgames.conf=caption,landing.view.easter16hfwgames.header;bodytext,landing.view.easter16hfwgames.body;internallinkbutton,landing.view.easter16hfwgames.button,navigator/tab/official_view
  1072. landing.view.easter16hfwgames.layout=
  1073. landing.view.easter16hfwgames.widget=generic
  1074. landing.view.easter16jelly.conf=caption,landing.view.easter16jelly.header;bodytext,landing.view.easter16jelly.body;catalogbutton,landing.view.easter16jelly.button,easter16jelly
  1075. landing.view.easter16jelly.layout=
  1076. landing.view.easter16jelly.widget=generic
  1077. landing.view.easter16mermaid.conf=caption,landing.view.easter16mermaid.header;bodytext,landing.view.easter16mermaid.body;catalogbutton,landing.view.easter16mermaid.button,easter16mermaid
  1078. landing.view.easter16mermaid.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_mermaidrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  1079. landing.view.easter16mermaid.widget=generic
  1080. landing.view.easter16runway.conf=caption,landing.view.easter16runway.header;bodytext,landing.view.easter16runway.body;catalogbutton,landing.view.easter16runway.button,easter16runway4
  1081. landing.view.easter16runway.layout=
  1082. landing.view.easter16runway.widget=generic
  1083. landing.view.easter16space.conf=caption,landing.view.easter16space.header;bodytext,landing.view.easter16space.body;catalogbutton,landing.view.easter16space.button,easter16space
  1084. landing.view.easter16space.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_spacehelmetrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  1085. landing.view.easter16space.widget=generic
  1086. landing.view.easter16verdant.conf=caption,landing.view.easter16verdant.header;bodytext,landing.view.easter16verdant.body;catalogbutton,landing.view.cp15stpat.button,ler
  1087. landing.view.easter16verdant.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_LTD1.png;bitmap.x,50;bitmap.y,140;container.height,300
  1088. landing.view.easter16verdant.widget=generic
  1089. landing.view.easter16verdantoff.conf=caption,landing.view.easter16verdant.header;bodytext,landing.view.easter16verdant.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-03-16 16:00
  1090. landing.view.easter16verdantoff.layout=
  1091. landing.view.easter16verdantoff.widget=generic
  1092. landing.view.easter17bunny.conf=caption,landing.view.easter17bunny.header;bodytext,landing.view.easter17bunny.body;catalogbutton,landing.view.easter17bunny.button,bunny
  1093. landing.view.easter17bunny.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_easter17bunnys.png;bitmap.x,50;bitmap.y,0;container.height,250
  1094. landing.view.easter17bunny.widget=generic
  1095. landing.view.easter17chick.conf=caption,landing.view.easter17chick.header;bodytext,landing.view.easter17chick.body;catalogbutton,landing.view.easter17chick.button,pet_chick
  1096. landing.view.easter17chick.layout=
  1097. landing.view.easter17chick.widget=generic
  1098. landing.view.easter17chicken.conf=caption,landing.view.easter17chicken.header;bodytext,landing.view.easter17chicken.body;catalogbutton,landing.view.easter17chicken.button,easter17chicken
  1099. landing.view.easter17chicken.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17rare2.png;bitmap.x,50;bitmap.y,0;container.height,250
  1100. landing.view.easter17chicken.widget=generic
  1101. landing.view.easter17cloth.conf=caption,landing.view.easter17cloth.header;bodytext,landing.view.easter17cloth.body;catalogbutton,landing.view.easter17cloth.button,clothing_new
  1102. landing.view.easter17cloth.layout=
  1103. landing.view.easter17cloth.widget=generic
  1104. landing.view.easter17coop.conf=caption,landing.view.easter17coop.header;bodytext,landing.view.easter17coop.body;catalogbutton,landing.view.easter17coop.button,easter17coop
  1105. landing.view.easter17coop.layout=
  1106. landing.view.easter17coop.widget=generic
  1107. landing.view.easter17cow.conf=caption,landing.view.easter17cow.header;bodytext,landing.view.easter17cow.body;catalogbutton,landing.view.easter17cow.button,easter17cow
  1108. landing.view.easter17cow.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17rare3.png;bitmap.x,50;bitmap.y,0;container.height,250
  1109. landing.view.easter17cow.widget=generic
  1110. landing.view.easter17cutout.conf=caption,landing.view.easter17cutout.header;bodytext,landing.view.easter17cutout.body;catalogbutton,landing.view.easter17cutout.button,easter17cutout
  1111. landing.view.easter17cutout.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17rare1.png;bitmap.x,50;bitmap.y,0;container.height,250
  1112. landing.view.easter17cutout.widget=generic
  1113. landing.view.easter17farm.conf=caption,landing.view.easter17farm.header;bodytext,landing.view.easter17farm.body;catalogbutton,landing.view.easter17farm.button,easter17farm
  1114. landing.view.easter17farm.layout=
  1115. landing.view.easter17farm.widget=generic
  1116. landing.view.easter17floral.conf=caption,landing.view.easter17floral.header;bodytext,landing.view.easter17floral.body;catalogbutton,landing.view.easter17floral.button,easter17floral
  1117. landing.view.easter17floral.layout=
  1118. landing.view.easter17floral.widget=generic
  1119. landing.view.easter17goldencow.conf=caption,landing.view.easter17goldencow.header;bodytext,landing.view.easter17goldencow.body;catalogbutton,landing.view.easter17goldencow.button,golden_cow
  1120. landing.view.easter17goldencow.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17cowgold.png;bitmap.x,50;bitmap.y,0;container.height,250
  1121. landing.view.easter17goldencow.widget=generic
  1122. landing.view.easter17goldencow2.conf=caption,landing.view.easter17goldencow.header;bodytext,landing.view.easter17goldencow.body;catalogbutton,landing.view.easter17goldencow.button,golden_cow
  1123. landing.view.easter17goldencow2.layout=
  1124. landing.view.easter17goldencow2.widget=generic
  1125. landing.view.easter17harvest.conf=caption,landing.view.easter17harvest.header;bodytext,landing.view.easter17harvest.body;catalogbutton,landing.view.cp15stpat.button,ler
  1126. landing.view.easter17harvest.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17ltd.png;bitmap.x,50;bitmap.y,0;container.height,250
  1127. landing.view.easter17harvest.widget=generic
  1128. landing.view.easter17harvestoff.conf=caption,landing.view.easter17harvest.header;bodytext,landing.view.easter17harvest.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2017-04-27 15:00
  1129. landing.view.easter17harvestoff.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17ltd.png;bitmap.x,50;bitmap.y,0;container.height,250
  1130. landing.view.easter17harvestoff.widget=generic
  1131. landing.view.easter17horse.conf=caption,landing.view.easter17horse.header;bodytext,landing.view.easter17horse.body;catalogbutton,landing.view.easter17horse.button,easter17horse
  1132. landing.view.easter17horse.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17rare4.png;bitmap.x,50;bitmap.y,0;container.height,250
  1133. landing.view.easter17horse.widget=generic
  1134. landing.view.easter17kitchen.conf=caption,landing.view.easter17kitchen.header;bodytext,landing.view.easter17kitchen.body;catalogbutton,landing.view.easter17kitchen.button,easter17kitchen
  1135. landing.view.easter17kitchen.layout=
  1136. landing.view.easter17kitchen.widget=generic
  1137. landing.view.easter17new.conf=caption,landing.view.easter17new.header;bodytext,landing.view.easter17new.body;catalogbutton,landing.view.easter17new.button,easter17new
  1138. landing.view.easter17new.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_neweaster17.png;bitmap.x,50;bitmap.y,0;container.height,250
  1139. landing.view.easter17new.widget=generic
  1140. landing.view.easter17obbah.conf=caption,landing.view.easter17obbah.header;bodytext,landing.view.easter17obbah.body;catalogbutton,landing.view.easter17obbah.button,candyland15_obbah
  1141. landing.view.easter17obbah.layout=
  1142. landing.view.easter17obbah.widget=generic
  1143. landing.view.easter17old.conf=caption,landing.view.easter17old.header;bodytext,landing.view.easter17old.body;catalogbutton,landing.view.easter17old.button,oldeasterfurni
  1144. landing.view.easter17old.layout=
  1145. landing.view.easter17old.widget=generic
  1146. landing.view.easter17petcow.conf=caption,landing.view.easter17petcow.header;bodytext,landing.view.easter17petcow.body;catalogbutton,landing.view.easter17petcow.button,pet_cow
  1147. landing.view.easter17petcow.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_estr17cow.png;bitmap.x,50;bitmap.y,0;container.height,250
  1148. landing.view.easter17petcow.widget=generic
  1149. landing.view.easter17petcow2.conf=caption,landing.view.easter17petcow.header;bodytext,landing.view.easter17petcow.body;catalogbutton,landing.view.easter17petcow.button,pet_cow
  1150. landing.view.easter17petcow2.layout=
  1151. landing.view.easter17petcow2.widget=generic
  1152. landing.view.easterroombundle.conf=caption,landing.view.easterroombundle.header;bodytext,landing.view.easterroombundle.body;gotoroombutton,landing.view.easterroombundle.button,66364209
  1153. landing.view.easterroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/EasterSmallPromo.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
  1154. landing.view.easterroombundle.widget=generic
  1155. landing.view.epic2013bundles.conf=caption,landing.view.epic2013bundles.header;bodytext,landing.view.epic2013bundles.body;spacing,2;catalogbutton,landing.view.epic2013bundles.button,valentines_gondolas
  1156. landing.view.epic2013bundles.layout=
  1157. landing.view.epic2013bundles.widget=generic
  1158. landing.view.epicpaloozabundle13.conf=caption,landing.view.epicpaloozabundle13.header;bodytext,landing.view.epicpaloozabundle13.body;gotoroombutton,landing.view.epicpaloozabundle13.button,65819134
  1159. landing.view.epicpaloozabundle13.layout=bitmap.uri,${image.library.url}catalogue/small_promo_palooza_bundle.png;bitmap.x,0;bitmap.y,120;container.height,270
  1160. landing.view.epicpaloozabundle13.widget=generic
  1161. landing.view.epicpet.conf=caption,landing.view.epicpet.header;bodytext,landing.view.epicpet.body;spacing,2;catalogbutton,landing.view.epicpet.button,epic_pet_presale
  1162. landing.view.epicpet.layout=
  1163. landing.view.epicpet.widget=generic
  1164. landing.view.epicpiratebundle13.conf=caption,landing.view.epicpiratebundle13.header;bodytext,landing.view.epicpiratebundle13.body;internallinkbutton,landing.view.epicpiratebundle13.button,habblet/open/credits
  1165. landing.view.epicpiratebundle13.layout=bitmap.uri,${image.library.url}web_promo_small/piratesroombundle_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
  1166. landing.view.epicpiratebundle13.widget=generic
  1167. landing.view.epicsteampunkbundle.conf=caption,landing.view.epicsteampunkbundle.header;bodytext,landing.view.epicsteampunkbundle.body;internallinkbutton,landing.view.epicsteampunkbundle.button,habblet/open/credits
  1168. landing.view.epicsteampunkbundle.layout=bitmap.uri,${image.library.url}catalogue/steampunk_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
  1169. landing.view.epicsteampunkbundle.widget=generic
  1170. landing.view.erasmusbundle.conf=caption,landing.view.erasmusbundle.header;bodytext,landing.view.erasmusbundle.body;spacing,2;catalogbutton,landing.view.erasmusbundle.button,erasmus
  1171. landing.view.erasmusbundle.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_erasmus_bundle4.png;bitmap.x,0;bitmap.y,140;container.height,290
  1172. landing.view.erasmusbundle.widget=generic
  1173. landing.view.eurovision16CommunityGoal.widget=communitygoalvsmodevote
  1174. landing.view.eurovision17CommunityGoal.widget=communitygoalvsmodevote
  1175. landing.view.exhabboremoval.conf=caption,landing.view.exhabboremoval.header;bodytext,landing.view.exhabboremoval.body;link,landing.view.exhabboremoval.button,https://help.habbo.com/entries/90238258-Introducing-the-NEW-Habbo-web
  1176. landing.view.exhabboremoval.layout=
  1177. landing.view.exhabboremoval.widget=generic
  1178. landing.view.flashdance_val2016CommunityGoal.widget=communitygoal
  1179. landing.view.friendshipChallengeCommunityGoal.widget=communitygoal
  1180. landing.view.furniwc14.conf=caption,landing.view.furniwc14.header;bodytext,landing.view.furniwc14.body;spacing,2;catalogbutton,landing.view.furniwc14.button,wc2014_group
  1181. landing.view.furniwc14.layout=bitmap.uri,${image.library.url}web_promo_small/fballbonus_s_promo2.gif;content.x,170;content.y,0;bitmap.x,60;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
  1182. landing.view.furniwc14.widget=generic
  1183. landing.view.gallery_bundle1.conf=caption,landing.view.gallery_bundle1.header;bodytext,landing.view.gallery_bundle1.body;catalogbutton,landing.view.gallery_bundle1.button,gallery_bundle1
  1184. landing.view.gallery_bundle1.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_diagal15_01.png;bitmap.x,0;bitmap.y,0;container.height,250
  1185. landing.view.gallery_bundle1.widget=generic
  1186. landing.view.gallery_bundle2.conf=caption,landing.view.gallery_bundle2.header;bodytext,landing.view.gallery_bundle2.body;catalogbutton,landing.view.gallery_bundle2.button,gallery_bundle2
  1187. landing.view.gallery_bundle2.layout=
  1188. landing.view.gallery_bundle2.widget=generic
  1189. landing.view.gallery_bundle3.conf=caption,landing.view.gallery_bundle3.header;bodytext,landing.view.gallery_bundle3.body;catalogbutton,landing.view.gallery_bundle3.button,gallery_bundle3
  1190. landing.view.gallery_bundle3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_diagal15_03.png;bitmap.x,0;bitmap.y,0;container.height,250
  1191. landing.view.gallery_bundle3.widget=generic
  1192. landing.view.gallery_bundle4.conf=caption,landing.view.gallery_bundle4.header;bodytext,landing.view.gallery_bundle4.body;catalogbutton,landing.view.gallery_bundle4.button,gallery_bundle4
  1193. landing.view.gallery_bundle4.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_diagal15_04.png;bitmap.x,0;bitmap.y,0;container.height,250
  1194. landing.view.gallery_bundle4.widget=generic
  1195. landing.view.gamereview.conf=caption,landing.view.gamereview.header;bodytext,landing.view.gamereview.body;spacing,2;link,landing.view.gamereview.button,http:/127.0.0.1/articles/3171-room-review-day
  1196. landing.view.gamereview.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.height,134;
  1197. landing.view.gamereview.widget=generic
  1198. landing.view.gametemp.conf=caption,habbo.way.page.0.correct.title;spacing,140;gamecenterbutton,landing.view.cnyquest.button,basejump
  1199. landing.view.gametemp.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,0;bitmap.y,25;container.height,200
  1200. landing.view.gametemp.widget=generic
  1201. landing.view.generic.conf=caption,landing.view.generic.header;bodytext,landing.view.generic.body;spacing,2;internallinkbutton,landing.view.checkitout.button,habblet/open/news
  1202. landing.view.generic.layout=
  1203. landing.view.generic.widget=generic
  1204. landing.view.ghost16activity.conf=caption,landing.view.ghost16activity.header;bodytext,landing.view.ghost16activity.body;internallinkbutton,landing.view.ghost16activity.button,navigator/tab/official_view
  1205. landing.view.ghost16activity.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hween16_gen2.png;bitmap.x,50;bitmap.y,0;container.height,250
  1206. landing.view.ghost16activity.widget=generic
  1207. landing.view.ghost16classic.conf=caption,landing.view.ghost16classic.header;bodytext,landing.view.ghost16classic.body;catalogbutton,landing.view.ghost16classic.button,ghost16classic
  1208. landing.view.ghost16classic.layout=
  1209. landing.view.ghost16classic.widget=generic
  1210. landing.view.ghost16dressing.conf=caption,landing.view.ghost16dressing.header;bodytext,landing.view.ghost16dressing.body;catalogbutton,landing.view.ghost16dressing.button,ghost16dressing
  1211. landing.view.ghost16dressing.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_CreepyDressingRoomBundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1212. landing.view.ghost16dressing.widget=generic
  1213. landing.view.ghost16furni.conf=caption,landing.view.ghost16furni.header;bodytext,landing.view.ghost16furni.body;catalogbutton,landing.view.ghost16furni.button,ghost16furni
  1214. landing.view.ghost16furni.layout=
  1215. landing.view.ghost16furni.widget=generic
  1216. landing.view.ghost16glow.conf=caption,landing.view.ghost16glow.header;bodytext,landing.view.ghost16glow.body;catalogbutton,landing.view.ghost16glow.button,ghost16glow
  1217. landing.view.ghost16glow.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hween16_rcrk.png;bitmap.x,50;bitmap.y,0;container.height,250
  1218. landing.view.ghost16glow.widget=generic
  1219. landing.view.ghost16hotel.conf=caption,landing.view.ghost16hotel.header;bodytext,landing.view.ghost16hotel.body;catalogbutton,landing.view.ghost16hotel.button,ghost16hotel
  1220. landing.view.ghost16hotel.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_HauntedHotelRoomBundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1221. landing.view.ghost16hotel.widget=generic
  1222. landing.view.ghost16lobby.conf=caption,landing.view.ghost16lobby.header;bodytext,landing.view.ghost16lobby.body;catalogbutton,landing.view.ghost16lobby.button,ghost16lobby
  1223. landing.view.ghost16lobby.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hauntedlobby_bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1224. landing.view.ghost16lobby.widget=generic
  1225. landing.view.ghost16ltd.conf=caption,landing.view.ghost16ltd.header;bodytext,landing.view.ghost16ltd.body;catalogbutton,landing.view.ghost16ltd.button,ler
  1226. landing.view.ghost16ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hween16LTD.png;bitmap.x,50;bitmap.y,0;container.height,250
  1227. landing.view.ghost16ltd.widget=generic
  1228. landing.view.ghost16ltddoff.conf=caption,landing.view.ghost16ltd.header;bodytext,landing.view.ghost16ltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-10-28 11:00
  1229. landing.view.ghost16ltddoff.layout=
  1230. landing.view.ghost16ltddoff.widget=generic
  1231. landing.view.ghost16office.conf=caption,landing.view.ghost16office.header;bodytext,landing.view.ghost16office.body;catalogbutton,landing.view.ghost16office.button,ghost16office
  1232. landing.view.ghost16office.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_frank_office_bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1233. landing.view.ghost16office.widget=generic
  1234. landing.view.giftgiver_val2016CommunityGoal.widget=communitygoal
  1235. landing.view.giftsvday14.conf=caption,landing.view.giftsvday14.header;bodytext,landing.view.giftsvday14.body;spacing,2;catalogbutton,landing.view.giftsvday14.button,valentine_classic
  1236. landing.view.giftsvday14.layout=bitmap.uri,${image.library.url}web_promo_small/val14_present_wrap.png;bitmap.x,100;bitmap.y,100;container.height,250;
  1237. landing.view.giftsvday14.widget=generic
  1238. landing.view.gnome_habitat.conf=caption,landing.view.gnome_habitat.header;bodytext,landing.view.gnome_habitat.body;catalogbutton,landing.view.gnome_habitat.button,gnome_habitat
  1239. landing.view.gnome_habitat.layout=
  1240. landing.view.gnome_habitat.widget=generic
  1241. landing.view.gnome_habitat2.conf=caption,landing.view.gnome_habitat.header;bodytext,landing.view.gnome_habitat.body;catalogbutton,landing.view.gnome_habitat.button,gnome_habitat
  1242. landing.view.gnome_habitat2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnomepetbundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  1243. landing.view.gnome_habitat2.widget=generic
  1244. landing.view.goldfurnibundle.conf=caption,landing.view.goldfurnibundle.header;bodytext,landing.view.goldfurnibundle.body;catalogbutton,landing.view.goldfurnibundle.button,golden_arctic_bundle
  1245. landing.view.goldfurnibundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_goldbundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1246. landing.view.goldfurnibundle.widget=generic
  1247. landing.view.goldfurnicrackable.conf=caption,landing.view.goldfurnicrackable.header;bodytext,landing.view.goldfurnicrackable.body;catalogbutton,landing.view.goldfurnicrackable.button,rare_golden_arctic
  1248. landing.view.goldfurnicrackable.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_goldgnome.png;bitmap.x,50;bitmap.y,0;container.height,250
  1249. landing.view.goldfurnicrackable.widget=generic
  1250. landing.view.goldfurnilaunch.conf=caption,landing.view.goldfurnilaunch.header;bodytext,landing.view.goldfurnilaunch.body;
  1251. landing.view.goldfurnilaunch.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_goldgnome.png;bitmap.x,50;bitmap.y,0;container.height,150
  1252. landing.view.goldfurnilaunch.widget=generic
  1253. landing.view.habbo15balloon.conf=caption,landing.view.habbo15balloon.header;bodytext,landing.view.habbo15balloon.body;link,landing.view.habbo15balloon.button,https:/127.0.0.1/news/how-to-pop-birthday-balloons
  1254. landing.view.habbo15balloon.layout=bitmap.uri,${image.library.url}web_promo_small/read_all_about_it_small_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  1255. landing.view.habbo15balloon.widget=generic
  1256. landing.view.habbo15balloonLast.conf=caption,landing.view.habbo15balloonLast.header;bodytext,landing.view.habbo15balloonLast.body;catalogbutton,landing.view.habbo15balloonLast.button,15th_rareballoon
  1257. landing.view.habbo15balloonLast.layout=bitmap.uri,${image.library.url}web_promo_small/read_all_about_it_small_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  1258. landing.view.habbo15balloonLast.widget=generic
  1259. landing.view.habbo15credits.conf=caption,landing.view.habbo15credits.header;bodytext,landing.view.habbo15credits.body;credithabbletbutton,landing.view.habbo15credits.button
  1260. landing.view.habbo15credits.layout=
  1261. landing.view.habbo15credits.widget=generic
  1262. landing.view.habbo15fallbundle.conf=caption,landing.view.habbo15fallbundle.header;bodytext,landing.view.habbo15fallbundle.body;catalogbutton,landing.view.habbo15fallbundle.button,fall_bundle
  1263. landing.view.habbo15fallbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_fallbundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1264. landing.view.habbo15fallbundle.widget=generic
  1265. landing.view.habbo15garden.conf=caption,landing.view.habbo15garden.header;bodytext,landing.view.habbo15garden.body;catalogbutton,landing.view.habbo15garden.button,15th_bundle3
  1266. landing.view.habbo15garden.layout=
  1267. landing.view.habbo15garden.widget=generic
  1268. landing.view.habbo15gothic.conf=caption,landing.view.habbo15gothic.header;bodytext,landing.view.habbo15gothic.body;catalogbutton,landing.view.habbo15gothic.button,15th_bundle1
  1269. landing.view.habbo15gothic.layout=
  1270. landing.view.habbo15gothic.widget=generic
  1271. landing.view.habbo15launch.conf=caption,landing.view.habbo15launch.header;bodytext,landing.view.habbo15launch.body
  1272. landing.view.habbo15launch.layout=
  1273. landing.view.habbo15launch.widget=generic
  1274. landing.view.habbo15palooza.conf=caption,landing.view.habbo15palooza.header;bodytext,landing.view.habbo15palooza.body;catalogbutton,landing.view.habbo15palooza.button,palooza2014
  1275. landing.view.habbo15palooza.layout=
  1276. landing.view.habbo15palooza.widget=generic
  1277. landing.view.habbo15paris.conf=caption,landing.view.habbo15paris.header;bodytext,landing.view.habbo15paris.body;catalogbutton,landing.view.habbo15paris.button,paris15
  1278. landing.view.habbo15paris.layout=
  1279. landing.view.habbo15paris.widget=generic
  1280. landing.view.habbo15parisbundle.conf=caption,landing.view.habbo15parisbundle.header;bodytext,landing.view.habbo15parisbundle.body;catalogbutton,landing.view.habbo15parisbundle.button,paris15_bundle
  1281. landing.view.habbo15parisbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_parisbundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1282. landing.view.habbo15parisbundle.widget=generic
  1283. landing.view.habbo15rare.conf=caption,landing.view.habbo15rare.header;bodytext,landing.view.habbo15rare.body;catalogbutton,landing.view.habbo15rare.button,15th_rareballoon
  1284. landing.view.habbo15rare.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_h15generic1.png;bitmap.x,0;bitmap.y,0;container.height,250
  1285. landing.view.habbo15rare.widget=generic
  1286. landing.view.habbo15school.conf=caption,landing.view.habbo15school.header;bodytext,landing.view.habbo15school.body;catalogbutton,landing.view.habbo15school.button,habbouni
  1287. landing.view.habbo15school.layout=
  1288. landing.view.habbo15school.widget=generic
  1289. landing.view.habbo15schoolbundle.conf=caption,landing.view.habbo15schoolbundle.header;bodytext,landing.view.habbo15schoolbundle.body;catalogbutton,landing.view.habbo15parisbundle.button,back_school_bundle
  1290. landing.view.habbo15schoolbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_backtoschoolbundle1.png;bitmap.x,50;bitmap.y,0;container.height,250
  1291. landing.view.habbo15schoolbundle.widget=generic
  1292. landing.view.habbo15steampunk.conf=caption,landing.view.habbo15steampunk.header;bodytext,landing.view.habbo15steampunk.body;catalogbutton,landing.view.habbo15steampunk.button,15th_bundle4
  1293. landing.view.habbo15steampunk.layout=
  1294. landing.view.habbo15steampunk.widget=generic
  1295. landing.view.habbo15tribe.conf=caption,landing.view.habbo15tribe.header;bodytext,landing.view.habbo15tribe.body;catalogbutton,landing.view.habbo15tribe.button,15th_bundle2
  1296. landing.view.habbo15tribe.layout=
  1297. landing.view.habbo15tribe.widget=generic
  1298. landing.view.habbo15uni.conf=caption,landing.view.habbo15uni.header;bodytext,landing.view.habbo15uni.body;catalogbutton,landing.view.habbo15uni.button,15th_bundle5
  1299. landing.view.habbo15uni.layout=
  1300. landing.view.habbo15uni.widget=generic
  1301. landing.view.habbocalypseCommunityGoal.widget=communitygoal
  1302. landing.view.habboplex.conf=caption,landing.view.habboplex.header;bodytext,landing.view.habboplex.body;gotoroombutton,landing.view.habboplex.button,65155864
  1303. landing.view.habboplex.layout=bitmap.uri,${image.library.url}web_promo_small/movie_catalog_teaser.gif;bitmap.x,0;bitmap.y,0;container.height,200
  1304. landing.view.habboplex.widget=generic
  1305. landing.view.habboversaryCommunityGoal.widget=communitygoal
  1306. landing.view.hb14daydeadbun.conf=caption,landing.view.hb14daydeadbun.header;bodytext,landing.view.hb14daydeadbun.body;catalogbutton,landing.view.hb14daydeadbun.button,dayofthedead_bundle
  1307. landing.view.hb14daydeadbun.layout=bitmap.uri,${image.library.url}web_promo_small/Day_of_the_Dead_small_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1308. landing.view.hb14daydeadbun.widget=generic
  1309. landing.view.hb14daydeadfurni.conf=caption,landing.view.hb14daydeadfurni.header;bodytext,landing.view.hb14daydeadfurni.body;spacing,2;catalogbutton,landing.view.hu14furni.button,halloween14
  1310. landing.view.hb14daydeadfurni.layout=
  1311. landing.view.hb14daydeadfurni.widget=generic
  1312. landing.view.hb14daydeadrares.conf=caption,landing.view.hb14daydeadrares.header;bodytext,landing.view.hb14daydeadrares.body;catalogbutton,landing.view.hb14daydeadrares.button,habboween14_rares
  1313. landing.view.hb14daydeadrares.layout=
  1314. landing.view.hb14daydeadrares.widget=generic
  1315. landing.view.hb14daydeadraresoff.conf=caption,landing.view.hb14daydeadrares.header;bodytext,landing.view.hb14daydeadrares.body;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-10-30 12:00
  1316. landing.view.hb14daydeadraresoff.layout=
  1317. landing.view.hb14daydeadraresoff.widget=generic
  1318. landing.view.hb14freakfairbun.conf=caption,landing.view.hb14freakfairbun.header;bodytext,landing.view.hb14freakfairbun.body;catalogbutton,landing.view.hb14freakfairbun.button,fairground_bundle
  1319. landing.view.hb14freakfairbun.layout=bitmap.uri,${image.library.url}web_promo_small/freakyfairground_smallpromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1320. landing.view.hb14freakfairbun.widget=generic
  1321. landing.view.hb14furni10year.conf=caption,landing.view.hb14furni10year.header;bodytext,landing.view.hb14furni10year.body;internallinkbutton,landing.view.hb14furni10year.button,catalog/warehouse/oldhween14
  1322. landing.view.hb14furni10year.layout=bitmap.uri,${image.library.url}web_promo_small/10yrs_of_hween_s_promo.png;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1323. landing.view.hb14furni10year.widget=generic
  1324. landing.view.hb14hauntedbun.conf=caption,landing.view.hb14hauntedbun.header;bodytext,landing.view.hb14hauntedbun.body;catalogbutton,landing.view.hb14hauntedbun.button,haunted_manor_bundle
  1325. landing.view.hb14hauntedbun.layout=bitmap.uri,${image.library.url}web_promo_small/mansionbundle_smallpromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1326. landing.view.hb14hauntedbun.widget=generic
  1327. landing.view.hb14ltdaltar.conf=caption,landing.view.hb14ltdaltar.header;bodytext,landing.view.hb14ltdaltar.body;catalogbutton,landing.view.hb14ltdaltar.button,ler
  1328. landing.view.hb14ltdaltar.layout=bitmap.uri,${image.library.url}web_promo_small/habboween14ltd_smallpromo.png;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1329. landing.view.hb14ltdaltar.widget=generic
  1330. landing.view.hb14ltdaltaroff.conf=caption,landing.view.hb14ltdaltar.header;bodytext,landing.view.hb14ltdaltar.body;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-10-29 16:00
  1331. landing.view.hb14ltdaltaroff.layout=bitmap.uri,${image.library.url}web_promo_small/habboween14ltd_smallpromo.png;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1332. landing.view.hb14ltdaltaroff.widget=generic
  1333. landing.view.hb14marketfurni.conf=caption,landing.view.hb14marketfurni.header;bodytext,landing.view.hb14marketfurni.body;catalogbutton,landing.view.hb14marketfurni.button,halloween14_dolls
  1334. landing.view.hb14marketfurni.layout=bitmap.uri,${image.library.url}web_promo_small/hween14_dolls_small_promo.png;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1335. landing.view.hb14marketfurni.widget=generic
  1336. landing.view.hb14marketfurnioff.conf=caption,landing.view.hb14marketfurni.header;bodytext,landing.view.hb14marketfurni.body;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-10-18 15:00
  1337. landing.view.hb14marketfurnioff.layout=bitmap.uri,${image.library.url}web_promo_small/hween14_dolls_small_promo.png;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1338. landing.view.hb14marketfurnioff.widget=generic
  1339. landing.view.hb14skullcrystalrare.conf=caption,landing.view.hb14skullcrystalrare.header;bodytext,landing.view.hb14skullcrystalrare.body;spacing,2;catalogbutton,landing.view.hu14furni.button,hween14_exchange
  1340. landing.view.hb14skullcrystalrare.layout=bitmap.uri,${image.library.url}web_promo_small/CF_350_skull.png;bitmap.x,180;bitmap.y,70;container.height,290
  1341. landing.view.hb14skullcrystalrare.widget=generic
  1342. landing.view.hb14strare1.conf=caption,landing.view.hb14strare1.header;bodytext,landing.view.hb14strare1.body;spacing,2;catalogbutton,landing.view.hb14strare1.button,habboween14_rares
  1343. landing.view.hb14strare1.layout=bitmap.uri,${image.library.url}web_promo_small/st_candyskullsrare_teaser.png;bitmap.x,0;bitmap.y,140;container.height,300
  1344. landing.view.hb14strare1.widget=generic
  1345. landing.view.hb14strare2.conf=caption,landing.view.hb14strare2.header;bodytext,landing.view.hb14strare2.body;spacing,2;catalogbutton,landing.view.hb14strare2.button,habboween14_rares
  1346. landing.view.hb14strare2.layout=bitmap.uri,${image.library.url}web_promo_small/st_hween14_fireplace2_2.png;bitmap.x,150;bitmap.y,100;container.height,250
  1347. landing.view.hb14strare2.widget=generic
  1348. landing.view.hb14strare2off.conf=caption,landing.view.hb14strare2.header;bodytext,landing.view.hb14strare2.body;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-10-28 12:00
  1349. landing.view.hb14strare2off.layout=bitmap.uri,${image.library.url}web_promo_small/st_hween14_fireplace2_2.png;bitmap.x,150;bitmap.y,100;container.height,250
  1350. landing.view.hb14strare2off.widget=generic
  1351. landing.view.hb14twistedcastlebun.conf=caption,landing.view.hb14twistedcastlebun.header;bodytext,landing.view.hb14twistedcastlebun.body;catalogbutton,landing.view.hb14twistedcastlebun.button,twisted_castle_bundle
  1352. landing.view.hb14twistedcastlebun.layout=bitmap.uri,${image.library.url}web_promo_small/hweencastlebundle_smallpromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1353. landing.view.hb14twistedcastlebun.widget=generic
  1354. landing.view.hb14voodoobun.conf=caption,landing.view.hb14voodoobun.header;bodytext,landing.view.hb14voodoobun.body;catalogbutton,landing.view.hb14voodoobun.button,voodoo_swamp_bundle
  1355. landing.view.hb14voodoobun.layout=bitmap.uri,${image.library.url}web_promo_small/voodoobundle_smallpromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1356. landing.view.hb14voodoobun.widget=generic
  1357. landing.view.hcpresale.conf=caption,landing.view.hcpresale.header;bodytext,landing.view.hcpresale.body;catalogbutton,landing.view.hcpresale.button,stranded16line
  1358. landing.view.hcpresale.layout=
  1359. landing.view.hcpresale.widget=generic
  1360. landing.view.hcpublicroom.conf=caption,landing.view.hcpublicroom.header;bodytext,landing.view.hcpublicroom.body;spacing,2;internallinkbutton,landing.view.hcpublicroom.button,avatareditor/open
  1361. landing.view.hcpublicroom.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.x,0;bitmap.y,0;container.height,270
  1362. landing.view.hcpublicroom.widget=generic
  1363. landing.view.healthspafurni.conf=caption,landing.view.healthspafurni.header;bodytext,landing.view.healthspafurni.body;catalogbutton,landing.view.healthspafurni.button,healthspa
  1364. landing.view.healthspafurni.layout=
  1365. landing.view.healthspafurni.widget=generic
  1366. landing.view.herozero.conf=title,landing.view.games.herozero.bodytext;caption,landing.view.games.herozero.bodytext;bodytext,landing.view.games.herozero.header;spacing,2;gamecenterbutton,landing.view.games.herozero.button,gamesgroup_herozero
  1367. landing.view.herozero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,150;container.height,270
  1368. landing.view.herozero.widget=generic
  1369. landing.view.hfw14_hc.conf=caption,landing.view.hfw14_hc.header;bodytext,landing.view.hfw14_hc.body;catalogbutton,landing.view.hfw14_hc.button,habbo_club
  1370. landing.view.hfw14_hc.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.height,150;bitmap.x,50;bitmap.y,150
  1371. landing.view.hfw14_hc.widget=generic
  1372. landing.view.hfw14_roombundle.conf=caption,landing.view.hfw14_roombundle.header;bodytext,landing.view.hfw14_roombundle.body;spacing,2;catalogbutton,landing.view.hfw14_roombundle.button,boutiqueroombundle
  1373. landing.view.hfw14_roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_boutiquebundle.png;bitmap.height,150;bitmap.x,0;bitmap.y,0;
  1374. landing.view.hfw14_roombundle.widget=generic
  1375. landing.view.hfwquest.conf=caption,landing.view.hfwquest.header;bodytext,landing.view.hfwquest.body;spacing,2;internallinkbutton,landing.view.hfwquest.button,navigator/goto/home
  1376. landing.view.hfwquest.layout=bitmap.uri,${image.library.url}EmailSmallImages/emailThumb_newQuests.gif;bitmap.height,60;bitmap.x,0;bitmap.y,20;content.x,65
  1377. landing.view.hfwquest.widget=generic
  1378. landing.view.highscore.conf=caption,landing.view.highscore.header;bodytext,landing.view.highscore.body;spacing,10;catalogbutton,landing.view.highscore.button,wired
  1379. landing.view.highscore.layout=bitmap.uri,${image.library.url}catalogue/highscore_small_promo.gif;bitmap.x,40;bitmap.y,125;container.height,300
  1380. landing.view.highscore.widget=generic
  1381. landing.view.hipadbundle.conf=caption,landing.view.hipadbundle.header;bodytext,landing.view.hipadbundle.body;spacing,2;catalogbutton,landing.view.hipadbundle.button,wrestling_bundle
  1382. landing.view.hipadbundle.layout=
  1383. landing.view.hipadbundle.widget=generic
  1384. landing.view.history16blue.conf=caption,landing.view.history16blue.header;bodytext,landing.view.history16blue.body;catalogbutton,landing.view.history16blue.button,history16blue
  1385. landing.view.history16blue.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Blue_BB.png;bitmap.x,50;bitmap.y,0;container.height,250
  1386. landing.view.history16blue.widget=generic
  1387. landing.view.history16catalog.conf=caption,landing.view.history16catalog.header;bodytext,landing.view.history16catalog.body;catalogbutton,landing.view.history16catalog.button,history16catalog
  1388. landing.view.history16catalog.layout=
  1389. landing.view.history16catalog.widget=generic
  1390. landing.view.history16chest.conf=caption,landing.view.history16chest.header;bodytext,landing.view.history16chest.body;catalogbutton,landing.view.history16chest.button,history16chest
  1391. landing.view.history16chest.layout=bitmap.uri,${image.library.url}catalogue/spromo_habbohistories_newfurni.png;bitmap.x,50;bitmap.y,0;container.height,250
  1392. landing.view.history16chest.widget=generic
  1393. landing.view.history16classic.conf=caption,landing.view.history16classic.header;bodytext,landing.view.history16classic.body;catalogbutton,landing.view.history16classic.button,history16classic
  1394. landing.view.history16classic.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Classic_BB.png;bitmap.x,50;bitmap.y,0;container.height,250
  1395. landing.view.history16classic.widget=generic
  1396. landing.view.history16effect.conf=caption,landing.view.history16effect.header;bodytext,landing.view.history16effect.body;catalogbutton,landing.view.history16effect.button,history16effect
  1397. landing.view.history16effect.layout=
  1398. landing.view.history16effect.widget=generic
  1399. landing.view.history16green.conf=caption,landing.view.history16green.header;bodytext,landing.view.history16green.body;catalogbutton,landing.view.history16green.button,history16green
  1400. landing.view.history16green.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Green_BB.png;bitmap.x,50;bitmap.y,0;container.height,250
  1401. landing.view.history16green.widget=generic
  1402. landing.view.history16orange.conf=caption,landing.view.history16orange.header;bodytext,landing.view.history16orange.body;catalogbutton,landing.view.history16orange.button,history16orange
  1403. landing.view.history16orange.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Orange_BB.png;bitmap.x,50;bitmap.y,0;container.height,250
  1404. landing.view.history16orange.widget=generic
  1405. landing.view.history16purple.conf=caption,landing.view.history16purple.header;bodytext,landing.view.history16purple.body;catalogbutton,landing.view.history16purple.button,history16purple
  1406. landing.view.history16purple.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Purple_BB.png;bitmap.x,50;bitmap.y,0;container.height,250
  1407. landing.view.history16purple.widget=generic
  1408. landing.view.horsesale.conf=caption,landing.view.horsesale.header;bodytext,landing.view.horsesale.body;spacing,2;catalogbutton,landing.view.horsesale.button,pet_horse
  1409. landing.view.horsesale.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
  1410. landing.view.horsesale.widget=generic
  1411. landing.view.hospital_bundle.conf=caption,landing.view.hospital_bundle.header;bodytext,landing.view.hospital_bundle.body;catalogbutton,landing.view.hospital_bundle.button,hospital_bundle
  1412. landing.view.hospital_bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_1505_hosp.png;bitmap.x,50;bitmap.y,0;container.height,250
  1413. landing.view.hospital_bundle.widget=generic
  1414. landing.view.hshchromium.conf=caption,landing.view.hshchromium.header;bodytext,landing.view.hshchromium.body;catalogbutton,landing.view.hshchromium.button,hshchromium
  1415. landing.view.hshchromium.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_chromium_armour.png;bitmap.x,50;bitmap.y,0;container.height,250
  1416. landing.view.hshchromium.widget=generic
  1417. landing.view.hshgame1.conf=caption,landing.view.hshgame1.header;bodytext,landing.view.hshgame1.body;gotoroombutton,landing.view.hshgame1.button,72705451
  1418. landing.view.hshgame1.layout=
  1419. landing.view.hshgame1.widget=generic
  1420. landing.view.hshgame2.conf=caption,landing.view.hshgame2.header;bodytext,landing.view.hshgame2.body;gotoroombutton,landing.view.hshgame2.button,72705453
  1421. landing.view.hshgame2.layout=
  1422. landing.view.hshgame2.widget=generic
  1423. landing.view.hshgame3.conf=caption,landing.view.hshgame3.header;bodytext,landing.view.hshgame3.body;gotoroombutton,landing.view.hshgame3.button,72705456
  1424. landing.view.hshgame3.layout=
  1425. landing.view.hshgame3.widget=generic
  1426. landing.view.hshgame4.conf=caption,landing.view.hshgame4.header;bodytext,landing.view.hshgame4.body;gotoroombutton,landing.view.hshgame4.button,72705454
  1427. landing.view.hshgame4.layout=
  1428. landing.view.hshgame4.widget=generic
  1429. landing.view.hshgame5.conf=caption,landing.view.hshgame5.header;bodytext,landing.view.hshgame5.body;gotoroombutton,landing.view.hshgame5.button,72768072
  1430. landing.view.hshgame5.layout=
  1431. landing.view.hshgame5.widget=generic
  1432. landing.view.hshgame6.conf=caption,landing.view.hshgame6.header;bodytext,landing.view.hshgame6.body;gotoroombutton,landing.view.hshgame6.button,72805566
  1433. landing.view.hshgame6.layout=
  1434. landing.view.hshgame6.widget=generic
  1435. landing.view.hshheroic.conf=caption,landing.view.hshheroic.header;bodytext,landing.view.hshheroic.body;catalogbutton,landing.view.hshheroic.button,hshheroic
  1436. landing.view.hshheroic.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Heroic_Helm.png;bitmap.x,50;bitmap.y,0;container.height,250
  1437. landing.view.hshheroic.widget=generic
  1438. landing.view.hshheroic2.conf=caption,landing.view.hshheroic.header;bodytext,landing.view.hshheroic.body;catalogbutton,landing.view.hshheroic.button,hshheroic
  1439. landing.view.hshheroic2.layout=
  1440. landing.view.hshheroic2.widget=generic
  1441. landing.view.hshimbued.conf=caption,landing.view.hshimbued.header;bodytext,landing.view.hshimbued.body;catalogbutton,landing.view.hshimbued.button,hshimbued
  1442. landing.view.hshimbued.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Imbued_Protector.png;bitmap.x,50;bitmap.y,0;container.height,250
  1443. landing.view.hshimbued.widget=generic
  1444. landing.view.hshlair.conf=caption,landing.view.hshlair.header;bodytext,landing.view.hshlair.body;catalogbutton,landing.view.hshlair.button,hshlair
  1445. landing.view.hshlair.layout=
  1446. landing.view.hshlair.widget=generic
  1447. landing.view.hshmustard.conf=caption,landing.view.hshmustard.header;bodytext,landing.view.hshmustard.body;catalogbutton,landing.view.hshmustard.button,hshmustard
  1448. landing.view.hshmustard.layout=
  1449. landing.view.hshmustard.widget=generic
  1450. landing.view.hshneo.conf=caption,landing.view.hshneo.header;bodytext,landing.view.hshneo.body;catalogbutton,landing.view.hshneo.button,hshneo
  1451. landing.view.hshneo.layout=
  1452. landing.view.hshneo.widget=generic
  1453. landing.view.hshskele.conf=caption,landing.view.hshskele.header;bodytext,landing.view.hshskele.body;catalogbutton,landing.view.hshskele.button,hshskele
  1454. landing.view.hshskele.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Habbamantium_Skeleton.png;bitmap.x,50;bitmap.y,0;container.height,250
  1455. landing.view.hshskele.widget=generic
  1456. landing.view.hshsmuggler.conf=caption,landing.view.hshsmuggler.header;bodytext,landing.view.hshsmuggler.body;catalogbutton,landing.view.hshsmuggler.button,hshsmuggler
  1457. landing.view.hshsmuggler.layout=
  1458. landing.view.hshsmuggler.widget=generic
  1459. landing.view.hu14bathroom.conf=caption,landing.view.hu14bathroom.header;bodytext,landing.view.hu14bathroom.body;spacing,2;catalogbutton,landing.view.hu14bathroom.button,bathrooomfurni
  1460. landing.view.hu14bathroom.layout=bitmap.uri,${image.library.url}web_promo_small/bathroom_s_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  1461. landing.view.hu14bathroom.widget=generic
  1462. landing.view.hu14chooseclub.conf=caption,landing.view.hu14chooseclub.header;bodytext,landing.view.hu14chooseclub.body;spacing,2;requestbadgebutton,landing.view.hu14choosealpha.button,alpha,0,0,false;requestbadgebuttonsecond,landing.view.hu14choosebeta.button,beta,0,0,false;requestbadgebuttonthird,landing.view.hu14choosegamma.button,gamma,0,0,false
  1463. landing.view.hu14chooseclub.layout=bitmap.uri,${image.library.url}web_promo_small/st_habbouniversity_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
  1464. landing.view.hu14chooseclub.widget=generic
  1465. landing.view.hu14dormbundle.conf=caption,landing.view.hu14dormbundle.header;bodytext,landing.view.hu14dormbundle.body;spacing,2;catalogbutton,landing.view.hu14dormbundle.button,dorm_bundle
  1466. landing.view.hu14dormbundle.layout=bitmap.uri,${image.library.url}web_promo_small/DormRoomBundleSpromo.png;bitmap.x,50;bitmap.y,0;container.height,250
  1467. landing.view.hu14dormbundle.widget=generic
  1468. landing.view.hu14furni.conf=caption,landing.view.hu14furni.header;bodytext,landing.view.hu14furni.body;spacing,2;catalogbutton,landing.view.hu14furni.button,dorm_furni
  1469. landing.view.hu14furni.layout=
  1470. landing.view.hu14furni.widget=generic
  1471. landing.view.hu14furnimatic.conf=caption,landing.view.hu14furnimatic.header;bodytext,landing.view.hu14furnimatic.body;spacing,2;catalogbutton,landing.view.hu14furni.button,ecotron_rewards
  1472. landing.view.hu14furnimatic.layout=
  1473. landing.view.hu14furnimatic.widget=generic
  1474. landing.view.hu14ltd.conf=caption,landing.view.hu14ltd.header;bodytext,landing.view.hu14ltd.body;catalogbutton,landing.view.hu14ltd.button,ler
  1475. landing.view.hu14ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_universityltd.png;bitmap.x,0;bitmap.y,140;container.height,290
  1476. landing.view.hu14ltd.widget=generic
  1477. landing.view.hu14oldfurni.conf=caption,landing.view.hu14oldfurni.header;bodytext,landing.view.hu14oldfurni.body;spacing,2;catalogbutton,landing.view.hu14oldfurni.button,habbouni
  1478. landing.view.hu14oldfurni.layout=
  1479. landing.view.hu14oldfurni.widget=generic
  1480. landing.view.hu14professorbundle.conf=caption,landing.view.hu14professorbundle.header;bodytext,landing.view.hu14professorbundle.body;catalogbutton,landing.view.hu14professorbundle.button,prof_bundle
  1481. landing.view.hu14professorbundle.layout=bitmap.uri,${image.library.url}web_promo_small/professor_spromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1482. landing.view.hu14professorbundle.widget=generic
  1483. landing.view.hu14rare3normal.conf=caption,landing.view.hu14rare3.header;bodytext,landing.view.hu14rare3.body;spacing,2;catalogbutton,landing.view.hu14rare3.button,uni_rares
  1484. landing.view.hu14rare3normal.layout=bitmap.uri,${image.library.url}web_promo_small/st_solarsystem_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
  1485. landing.view.hu14rare3normal.widget=generic
  1486. landing.view.hu14rare3timer.conf=caption,landing.view.hu14rare3.header;bodytext,landing.view.hu14rare3.body;spacing,2;customtimer,false,0,0,landing.view.hu14rare3.timer,landing.view.raretimer.timer.expired,2014-09-21 11:00
  1487. landing.view.hu14rare3timer.layout=bitmap.uri,${image.library.url}web_promo_small/st_solarsystem_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
  1488. landing.view.hu14rare3timer.widget=generic
  1489. landing.view.hu14rares.conf=caption,landing.view.hu14rares.header;bodytext,landing.view.hu14rares.body;catalogbutton,landing.view.hu14rares.button,uni_rares
  1490. landing.view.hu14rares.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_universityrares.png;bitmap.x,0;bitmap.y,140;container.height,290
  1491. landing.view.hu14rares.widget=generic
  1492. landing.view.hu14storiesrare.conf=caption,landing.view.hu14storiesrare.header;bodytext,landing.view.hu14storiesrare.body;spacing,2;catalogbutton,landing.view.hu14storiesrare.button,uni_rares
  1493. landing.view.hu14storiesrare.layout=
  1494. landing.view.hu14storiesrare.widget=generic
  1495. landing.view.hween13furni1.conf=caption,landing.view.hween13furni1.header;bodytext,landing.view.hween13furni1.body;catalogbutton,landing.view.hween13furni1.button,frightfulfurni
  1496. landing.view.hween13furni1.layout=bitmap.x,0;bitmap.y,140;container.height,255
  1497. landing.view.hween13furni1.widget=generic
  1498. landing.view.hween13intro.conf=caption,landing.view.hween13intro.header;bodytext,landing.view.hween13intro.body;link,landing.view.hween13intro.button,http:/127.0.0.1/articles
  1499. landing.view.hween13intro.layout=bitmap.uri,${image.library.url}habboween2013/landingfurni.gif;content.x,180;container.height,200
  1500. landing.view.hween13intro.widget=generic
  1501. landing.view.hween13mnstr.conf=caption,landing.view.hween13mnstr.header;bodytext,landing.view.hween13mnstr.body;catalogbutton,landing.view.hween13mnstr.button,monster_plant_seeds
  1502. landing.view.hween13mnstr.layout=bitmap.uri,${image.library.url}reception/treatMonsterPlantsPromo.png;bitmap.x,120;bitmap.y,100;container.height,200
  1503. landing.view.hween13mnstr.widget=generic
  1504. landing.view.hween13quest.conf=caption,landing.view.hween13quest.header;bodytext,landing.view.hween13quest.body;dailyquest,landing.view.hween13quest.button,questengine
  1505. landing.view.hween13quest.layout=bitmap.uri,${image.library.url}catalogue/castle_small_promo.gif;content.x,180;container.height,200
  1506. landing.view.hween13quest.widget=generic
  1507. landing.view.hween13rares.conf=caption,landing.view.hween13rares.header;bodytext,landing.view.hween13rares.body;catalogbutton,landing.view.hween13rares.button,hc_rare
  1508. landing.view.hween13rares.layout=
  1509. landing.view.hween13rares.widget=generic
  1510. landing.view.hween13roombundle.conf=caption,landing.view.hween13roombundle.header;bodytext,landing.view.hween13roombundle.body;catalogbutton,landing.view.hween13roombundle.button,bundles
  1511. landing.view.hween13roombundle.layout=bitmap.x,120;bitmap.y,150;container.height,200
  1512. landing.view.hween13roombundle.widget=generic
  1513. landing.view.hween15bundle.conf=caption,landing.view.hween15bundle.header;bodytext,landing.view.hween15bundle.body;catalogbutton,landing.view.hween15bundle.button,apocalypse_bundle
  1514. landing.view.hween15bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hw15_b4.png;bitmap.x,50;bitmap.y,0;container.height,250
  1515. landing.view.hween15bundle.widget=generic
  1516. landing.view.hween15couture.conf=caption,landing.view.hween15couture.header;bodytext,landing.view.hween15couture.body;catalogbutton,landing.view.hween15couture.button,halloween15_clothing
  1517. landing.view.hween15couture.layout=
  1518. landing.view.hween15couture.widget=generic
  1519. landing.view.hween15crafting.conf=caption,landing.view.hween15crafting.header;bodytext,landing.view.hween15crafting.body;catalogbutton,landing.view.hween15crafting.button,hween15_crafting
  1520. landing.view.hween15crafting.layout=
  1521. landing.view.hween15crafting.widget=generic
  1522. landing.view.hween15creditfurni.conf=caption,landing.view.hween15creditfurni.header;bodytext,landing.view.hween15creditfurni.body;catalogbutton,landing.view.hween15creditfurni.button,credit_exchange
  1523. landing.view.hween15creditfurni.layout=
  1524. landing.view.hween15creditfurni.widget=generic
  1525. landing.view.hween15daydead.conf=caption,landing.view.hween15daydead.header;bodytext,landing.view.hween15daydead.body;catalogbutton,landing.view.hween15daydead.button,dayofthedead_bundle
  1526. landing.view.hween15daydead.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hw15_b5.png;bitmap.x,50;bitmap.y,0;container.height,250
  1527. landing.view.hween15daydead.widget=generic
  1528. landing.view.hween15deathltd.conf=caption,landing.view.hween15deathltd.header;bodytext,landing.view.hween15deathltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1529. landing.view.hween15deathltd.layout=
  1530. landing.view.hween15deathltd.widget=generic
  1531. landing.view.hween15deathltdoff.conf=caption,landing.view.hween15deathltd.header;bodytext,landing.view.hween15deathltd.body;customtimer,false,0,0,landing.view.hween15deathltd.button,landing.view.raretimer.timer.expired,2015-10-31 16:00
  1532. landing.view.hween15deathltdoff.layout=
  1533. landing.view.hween15deathltdoff.widget=generic
  1534. landing.view.hween15fairground.conf=caption,landing.view.hween15fairground.header;bodytext,landing.view.hween15fairground.body;catalogbutton,landing.view.hween15fairground.button,fairground_bundle
  1535. landing.view.hween15fairground.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hw15_b6.png;bitmap.x,50;bitmap.y,0;container.height,250
  1536. landing.view.hween15fairground.widget=generic
  1537. landing.view.hween15famineltd.conf=caption,landing.view.hween15famineltd.header;bodytext,landing.view.hween15famineltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1538. landing.view.hween15famineltd.layout=
  1539. landing.view.hween15famineltd.widget=generic
  1540. landing.view.hween15famineltdoff.conf=caption,landing.view.hween15famineltd.header;bodytext,landing.view.hween15famineltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-10-17 15:00
  1541. landing.view.hween15famineltdoff.layout=
  1542. landing.view.hween15famineltdoff.widget=generic
  1543. landing.view.hween15furni.conf=caption,landing.view.hween15furni.header;bodytext,landing.view.hween15furni.body;catalogbutton,landing.view.hween15furni.button,halloween15;internallinkbutton,landing.view.hween15furni.button2,catalog/warehouse/halloween15_bc
  1544. landing.view.hween15furni.layout=
  1545. landing.view.hween15furni.widget=generic
  1546. landing.view.hween15manor.conf=caption,landing.view.hween15manor.header;bodytext,landing.view.hween15manor.body;catalogbutton,landing.view.hween15manor.button,haunted_manor_bundle
  1547. landing.view.hween15manor.layout=
  1548. landing.view.hween15manor.widget=generic
  1549. landing.view.hween15pestilenceltd.conf=caption,landing.view.hween15pestilenceltd.header;bodytext,landing.view.hween15pestilenceltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1550. landing.view.hween15pestilenceltd.layout=
  1551. landing.view.hween15pestilenceltd.widget=generic
  1552. landing.view.hween15pestilenceltdoff.conf=caption,landing.view.hween15pestilenceltd.header;bodytext,landing.view.hween15pestilenceltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-10-24 15:00
  1553. landing.view.hween15pestilenceltdoff.layout=
  1554. landing.view.hween15pestilenceltdoff.widget=generic
  1555. landing.view.hween15pumpkin.conf=caption,landing.view.hween15pumpkin.header;bodytext,landing.view.hween15pumpkin.body;catalogbutton,landing.view.hween15pumpkin.button,hween15_pumpkin
  1556. landing.view.hween15pumpkin.layout=
  1557. landing.view.hween15pumpkin.widget=generic
  1558. landing.view.hween15twisted.conf=caption,landing.view.hween15twisted.header;bodytext,landing.view.hween15twisted.body;catalogbutton,landing.view.hween15twisted.button,twisted_castle_bundle
  1559. landing.view.hween15twisted.layout=
  1560. landing.view.hween15twisted.widget=generic
  1561. landing.view.hween15voodoo.conf=caption,landing.view.hween15voodoo.header;bodytext,landing.view.hween15voodoo.body;catalogbutton,landing.view.hween15voodoo.button,voodoo_swamp_bundle
  1562. landing.view.hween15voodoo.layout=
  1563. landing.view.hween15voodoo.widget=generic
  1564. landing.view.hween15warltd.conf=caption,landing.view.hween15warltd.header;bodytext,landing.view.hween15warltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1565. landing.view.hween15warltd.layout=
  1566. landing.view.hween15warltd.widget=generic
  1567. landing.view.hween15warltdoff.conf=caption,landing.view.hween15warltd.header;bodytext,landing.view.hween15warltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-10-10 15:00
  1568. landing.view.hween15warltdoff.layout=
  1569. landing.view.hween15warltdoff.widget=generic
  1570. landing.view.hweenlocklock.conf=caption,landing.view.hweenlocklock.header;bodytext,landing.view.hweenlocklock.body;catalogbutton,landing.view.hweenlocklock.button,halloween14_lovelock
  1571. landing.view.hweenlocklock.layout=
  1572. landing.view.hweenlocklock.widget=generic
  1573. landing.view.hzero.conf=title,landing.view.hzero.button;caption,landing.view.hzerosummer.header;bodytext,landing.view.hzerosummer.body;spacing,2;gamecenterbutton,landing.view.hzero.button,gamesgroup_herozero
  1574. landing.view.hzero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,170;container.height,270
  1575. landing.view.hzero.widget=generic
  1576. landing.view.hzhand.conf=caption,landing.view.hzhand.header;bodytext,landing.view.hzhand.body;gamecenterbutton,landing.view.hzhand.button,gamesgroup_herozero
  1577. landing.view.hzhand.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hz.png;bitmap.x,50;bitmap.y,100;container.height,200
  1578. landing.view.hzhand.widget=generic
  1579. landing.view.icecream.conf=caption,landing.view.icecream.header;bodytext,landing.view.icecream.body;catalogbutton,landing.view.icecream.button,rare
  1580. landing.view.icecream.layout=
  1581. landing.view.icecream.widget=generic
  1582. landing.view.instagram16CommunityGoal.widget=communitygoalvsmodevote
  1583. landing.view.invadersCommunityGoal.widget=communitygoal
  1584. landing.view.itgirl.conf=caption,landing.view.itgirl.header;bodytext,landing.view.itgirl.body;gamecenterbutton,landing.view.itgirl.button,games/play/itgirl
  1585. landing.view.itgirl.layout=
  1586. landing.view.itgirl.widget=generic
  1587. landing.view.jan15atticBC.conf=caption,landing.view.jan15atticBC.header;bodytext,landing.view.jan15atticBC.body;internallinkbutton,landing.view.jan15atticBC.button,catalog/warehouse/bc_attic
  1588. landing.view.jan15atticBC.layout=bitmap.uri,${image.library.url}web_promo_small/attic15_furni_spromo.png;bitmap.x,0;bitmap.y,0;container.height,250
  1589. landing.view.jan15atticBC.widget=generic
  1590. landing.view.jan15atticbundle.conf=caption,landing.view.jan15atticbundle.header;bodytext,landing.view.jan15atticbundle.body;catalogbutton,landing.view.jan15atticbundle.button,attic_bundle
  1591. landing.view.jan15atticbundle.layout=bitmap.uri,${image.library.url}web_promo_small/attic15_furnibundle_spromo.png;bitmap.x,0;bitmap.y,150;container.height,300
  1592. landing.view.jan15atticbundle.widget=generic
  1593. landing.view.jan17bavarian.conf=caption,landing.view.jan17bavarian.header;bodytext,landing.view.jan17bavarian.body;catalogbutton,landing.view.jan17bavarian.button,jan17bavarian
  1594. landing.view.jan17bavarian.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmasbundle2b.png;bitmap.x,50;bitmap.y,0;container.height,250
  1595. landing.view.jan17bavarian.widget=generic
  1596. landing.view.jan17bavarian2.conf=caption,landing.view.jan17bavarian.header;bodytext,landing.view.jan17bavarian.body;catalogbutton,landing.view.jan17bavarian.button,jan17bavarian
  1597. landing.view.jan17bavarian2.layout=
  1598. landing.view.jan17bavarian2.widget=generic
  1599. landing.view.jan17classic.conf=caption,landing.view.jan17classic.header;bodytext,landing.view.jan17classic.body;catalogbutton,landing.view.jan17classic.button,jan17_classic
  1600. landing.view.jan17classic.layout=
  1601. landing.view.jan17classic.widget=generic
  1602. landing.view.jan17cny.conf=caption,landing.view.jan17cny.header;bodytext,landing.view.jan17cny.body;catalogbutton,landing.view.jan17cny.button,cny
  1603. landing.view.jan17cny.layout=
  1604. landing.view.jan17cny.widget=generic
  1605. landing.view.jan17fair.conf=caption,landing.view.jan17fair.header;bodytext,landing.view.jan17fair.body;catalogbutton,landing.view.jan17fair.button,jan17fair
  1606. landing.view.jan17fair.layout=bitmap.uri,${image.library.url}web_promo_small/freakyfairground_smallpromo.png;bitmap.x,50;bitmap.y,0;container.height,250
  1607. landing.view.jan17fair.widget=generic
  1608. landing.view.jan17fireside.conf=caption,landing.view.jan17fireside.header;bodytext,landing.view.jan17fireside.body;catalogbutton,landing.view.jan17fireside.button,jan17fireside
  1609. landing.view.jan17fireside.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_firesidebundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1610. landing.view.jan17fireside.widget=generic
  1611. landing.view.jan17jelly.conf=caption,landing.view.jan17jelly.header;bodytext,landing.view.jan17jelly.body;catalogbutton,landing.view.jan17jelly.button,jan17jelly
  1612. landing.view.jan17jelly.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_easter16_jellybeanbundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1613. landing.view.jan17jelly.widget=generic
  1614. landing.view.jan17locker.conf=caption,landing.view.jan17locker.header;bodytext,landing.view.jan17locker.body;catalogbutton,landing.view.jan17locker.button,jan17locker
  1615. landing.view.jan17locker.layout=
  1616. landing.view.jan17locker.widget=generic
  1617. landing.view.jan17love.conf=caption,landing.view.jan17love.header;bodytext,landing.view.jan17love.body;catalogbutton,landing.view.jan17love.button,jan17love
  1618. landing.view.jan17love.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_japanbundleval16b.png;bitmap.x,50;bitmap.y,0;container.height,250
  1619. landing.view.jan17love.widget=generic
  1620. landing.view.jan17palooza.conf=caption,landing.view.jan17palooza.header;bodytext,landing.view.jan17palooza.body;catalogbutton,landing.view.jan17palooza.button,jan17palooza
  1621. landing.view.jan17palooza.layout=bitmap.uri,${image.library.url}web_promo_small/Palooza_Hoopla_Bundle_Small_Promo.png;bitmap.x,50;bitmap.y,0;container.height,250
  1622. landing.view.jan17palooza.widget=generic
  1623. landing.view.jan17pool.conf=caption,landing.view.jan17pool.header;bodytext,landing.view.jan17pool.body;catalogbutton,landing.view.jan17pool.button,jan17pool
  1624. landing.view.jan17pool.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_smallpool.png;bitmap.x,50;bitmap.y,0;container.height,250
  1625. landing.view.jan17pool.widget=generic
  1626. landing.view.jan17rarecny.conf=caption,landing.view.jan17rarecny.header;bodytext,landing.view.jan17rarecny.body;catalogbutton,landing.view.jan17rarecny.button,jan17rarecny
  1627. landing.view.jan17rarecny.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_roosterball17.png;bitmap.x,50;bitmap.y,0;container.height,250
  1628. landing.view.jan17rarecny.widget=generic
  1629. landing.view.jan17restaurant.conf=caption,landing.view.jan17restaurant.header;bodytext,landing.view.jan17restaurant.body;catalogbutton,landing.view.jan17restaurant.button,jan17restaurant
  1630. landing.view.jan17restaurant.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_psychedelic.png;bitmap.x,50;bitmap.y,0;container.height,250
  1631. landing.view.jan17restaurant.widget=generic
  1632. landing.view.jan17train.conf=caption,landing.view.jan17train.header;bodytext,landing.view.jan17train.body;catalogbutton,landing.view.jan17train.button,jan17train
  1633. landing.view.jan17train.layout=
  1634. landing.view.jan17train.widget=generic
  1635. landing.view.japan15bundle.conf=caption,landing.view.japan15bundle.header;bodytext,landing.view.japan15bundle.body;catalogbutton,landing.view.japan15bundle.button,val15_bundle
  1636. landing.view.japan15bundle.layout=bitmap.uri,${image.library.url}web_promo_small/feb15_jpgarden_internal.png;bitmap.x,50;bitmap.y,120;bitmap.height,150
  1637. landing.view.japan15bundle.widget=generic
  1638. landing.view.japan15clothing.conf=caption,landing.view.japan15clothing.header;bodytext,landing.view.japan15clothing.body;catalogbutton,landing.view.japan15clothing.button,xmas14_clothing
  1639. landing.view.japan15clothing.layout=bitmap.uri,${image.library.url}web_promo_small/japanvalclothing_s_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  1640. landing.view.japan15clothing.widget=generic
  1641. landing.view.japan15furni.conf=caption,landing.view.japan15furni.header;bodytext,landing.view.japan15furni.body;internallinkbutton,landing.view.japan15furni.button,catalog/warehouse/bc_val15
  1642. landing.view.japan15furni.layout=
  1643. landing.view.japan15furni.widget=generic
  1644. landing.view.japan15venezia.conf=caption,landing.view.japan15venezia.header;bodytext,landing.view.japan15venezia.body;catalogbutton,landing.view.japan15venezia.button,val15_oldbundle
  1645. landing.view.japan15venezia.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_bundvenice15.png;bitmap.x,50;bitmap.y,120;bitmap.height,150
  1646. landing.view.japan15venezia.widget=generic
  1647. landing.view.jul17fair.conf=caption,landing.view.jul17fair.header;bodytext,landing.view.jul17fair.body;catalogbutton,landing.view.jul17fair.button,jul17fair
  1648. landing.view.jul17fair.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_villagefairbundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1649. landing.view.jul17fair.widget=generic
  1650. landing.view.jul17lava.conf=caption,landing.view.jul17lava.header;bodytext,landing.view.jul17lava.body;internallinkbutton,landing.view.jul17lava.button,navigator/tab/official_view
  1651. landing.view.jul17lava.layout=
  1652. landing.view.jul17lava.widget=generic
  1653. landing.view.jul17old.conf=caption,landing.view.jul17old.header;bodytext,landing.view.jul17old.body;catalogbutton,landing.view.jul17old.button,jul17old
  1654. landing.view.jul17old.layout=
  1655. landing.view.jul17old.widget=generic
  1656. landing.view.jul17seal.conf=caption,landing.view.jul17seal.header;bodytext,landing.view.jul17seal.body;catalogbutton,landing.view.jul17seal.button,jul17seal
  1657. landing.view.jul17seal.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_seaside17_sealion.png;bitmap.x,50;bitmap.y,0;container.height,250
  1658. landing.view.jul17seal.widget=generic
  1659. landing.view.jun17beach.conf=caption,landing.view.jun17beach.header;bodytext,landing.view.jun17beach.body;catalogbutton,landing.view.jun17beach.button,jun17beach
  1660. landing.view.jun17beach.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Red_Beach.png;bitmap.x,50;bitmap.y,0;container.height,250
  1661. landing.view.jun17beach.widget=generic
  1662. landing.view.jun17centaur.conf=caption,landing.view.jun17centaur.header;bodytext,landing.view.jun17centaur.body;catalogbutton,landing.view.jun17centaur.button,jun17centaur
  1663. landing.view.jun17centaur.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17_cent.png;bitmap.x,50;bitmap.y,0;container.height,250
  1664. landing.view.jun17centaur.widget=generic
  1665. landing.view.jun17chest.conf=caption,landing.view.jun17chest.header;bodytext,landing.view.jun17chest.body;catalogbutton,landing.view.jun17chest.button,jun17chest
  1666. landing.view.jun17chest.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17_chest.png;bitmap.x,50;bitmap.y,0;container.height,250
  1667. landing.view.jun17chest.widget=generic
  1668. landing.view.jun17chimera.conf=caption,landing.view.jun17chimera.header;bodytext,landing.view.jun17chimera.body;catalogbutton,landing.view.jun17chimera.button,jun17chimera
  1669. landing.view.jun17chimera.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17_chima.png;bitmap.x,50;bitmap.y,0;container.height,250
  1670. landing.view.jun17chimera.widget=generic
  1671. landing.view.jun17dock.conf=caption,landing.view.jun17dock.header;bodytext,landing.view.jun17dock.body;catalogbutton,landing.view.jun17dock.button,jun17dock
  1672. landing.view.jun17dock.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Santorini_Dock.png;bitmap.x,50;bitmap.y,0;container.height,250
  1673. landing.view.jun17dock.widget=generic
  1674. landing.view.jun17fira.conf=caption,landing.view.jun17fira.header;bodytext,landing.view.jun17fira.body;catalogbutton,landing.view.jun17fira.button,jun17fira
  1675. landing.view.jun17fira.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_FiraVillageBundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1676. landing.view.jun17fira.widget=generic
  1677. landing.view.jun17games.conf=caption,landing.view.jun17games.header;bodytext,landing.view.jun17games.body;internallinkbutton,landing.view.jun17games.button,navigator/tab/official_view
  1678. landing.view.jun17games.layout=
  1679. landing.view.jun17games.widget=generic
  1680. landing.view.jun17hydra.conf=caption,landing.view.jun17hydra.header;bodytext,landing.view.jun17hydra.body;catalogbutton,landing.view.jun17hydra.button,jun17hydra
  1681. landing.view.jun17hydra.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17_hydra.png;bitmap.x,50;bitmap.y,0;container.height,250
  1682. landing.view.jun17hydra.widget=generic
  1683. landing.view.jun17ltd.conf=caption,landing.view.jun17ltd.header;bodytext,landing.view.jun17ltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1684. landing.view.jun17ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17LTD.png;bitmap.x,50;bitmap.y,0;container.height,250
  1685. landing.view.jun17ltd.widget=generic
  1686. landing.view.jun17ltdoff.conf=caption,landing.view.jun17ltd.header;bodytext,landing.view.jun17ltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2017-06-26 15:00
  1687. landing.view.jun17ltdoff.layout=
  1688. landing.view.jun17ltdoff.widget=generic
  1689. landing.view.jun17minotaur.conf=caption,landing.view.jun17minotaur.header;bodytext,landing.view.jun17minotaur.body;catalogbutton,landing.view.jun17minotaur.button,jun17minotaur
  1690. landing.view.jun17minotaur.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_santo17_mino.png;bitmap.x,50;bitmap.y,0;container.height,250
  1691. landing.view.jun17minotaur.widget=generic
  1692. landing.view.jun17new.conf=caption,landing.view.jun17new.header;bodytext,landing.view.jun17new.body;catalogbutton,landing.view.jun17new.button,jun17new
  1693. landing.view.jun17new.layout=
  1694. landing.view.jun17new.widget=generic
  1695. landing.view.jun17temple.conf=caption,landing.view.jun17temple.header;bodytext,landing.view.jun17temple.body;catalogbutton,landing.view.jun17temple.button,jun17temple
  1696. landing.view.jun17temple.layout=
  1697. landing.view.jun17temple.widget=generic
  1698. landing.view.jurassic15clothing.conf=caption,landing.view.jurassic15clothing.header;bodytext,landing.view.jurassic15clothing.body;catalogbutton,landing.view.jurassic15clothing.button,dino15_clothing
  1699. landing.view.jurassic15clothing.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Dino_clothes.png;bitmap.x,50;bitmap.y,0;container.height,250
  1700. landing.view.jurassic15clothing.widget=generic
  1701. landing.view.jurassic15dragonfly.conf=caption,landing.view.jurassic15dragonfly.header;bodytext,landing.view.jurassic15dragonfly.body;catalogbutton,landing.view.cp15stpat.button,ler
  1702. landing.view.jurassic15dragonfly.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dino15_LTD1.png;bitmap.x,50;bitmap.y,0;container.height,250
  1703. landing.view.jurassic15dragonfly.widget=generic
  1704. landing.view.jurassic15dragonflyoff.conf=caption,landing.view.jurassic15dragonfly.header;bodytext,landing.view.jurassic15dragonfly.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-06-13 15:00
  1705. landing.view.jurassic15dragonflyoff.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dino15_LTD1.png;bitmap.x,50;bitmap.y,0;container.height,250
  1706. landing.view.jurassic15dragonflyoff.widget=generic
  1707. landing.view.jurassic15furni.conf=caption,landing.view.jurassic15furni.header;bodytext,landing.view.jurassic15furni.body;catalogbutton,landing.view.jurassic15furni.button,dino15
  1708. landing.view.jurassic15furni.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dino_furni.png;bitmap.x,50;bitmap.y,0;container.height,250
  1709. landing.view.jurassic15furni.widget=generic
  1710. landing.view.jurassic15lastchance.conf=caption,landing.view.jurassic15lastchance.header;bodytext,landing.view.jurassic15lastchance.body;catalogbutton,landing.view.jurassic15lastchance.button,dino15
  1711. landing.view.jurassic15lastchance.layout=
  1712. landing.view.jurassic15lastchance.widget=generic
  1713. landing.view.jurassic15parkbundle.conf=caption,landing.view.jurassic15parkbundle.header;bodytext,landing.view.jurassic15parkbundle.body;catalogbutton,landing.view.jurassic15parkbundle.button,jurassic_bundle
  1714. landing.view.jurassic15parkbundle.layout=
  1715. landing.view.jurassic15parkbundle.widget=generic
  1716. landing.view.jurassic15pets.conf=caption,landing.view.jurassic15pets.header;bodytext,landing.view.jurassic15pets.body;catalogbutton,landing.view.jurassic15pets.button,pet_raptor
  1717. landing.view.jurassic15pets.layout=
  1718. landing.view.jurassic15pets.widget=generic
  1719. landing.view.jurassic15pterobundle.conf=caption,landing.view.jurassic15pterobundle.header;bodytext,landing.view.jurassic15pterobundle.body;catalogbutton,landing.view.jurassic15pterobundle.button,raptor_habitat_bundle
  1720. landing.view.jurassic15pterobundle.layout=
  1721. landing.view.jurassic15pterobundle.widget=generic
  1722. landing.view.jurassic15raptorbundle.conf=caption,landing.view.jurassic15raptorbundle.header;bodytext,landing.view.jurassic15raptorbundle.body;catalogbutton,landing.view.jurassic15raptorbundle.button,pterosaur_habitat_bundle
  1723. landing.view.jurassic15raptorbundle.layout=
  1724. landing.view.jurassic15raptorbundle.widget=generic
  1725. landing.view.jurassic15summer.conf=caption,landing.view.jurassic15summer.header;bodytext,landing.view.jurassic15summer.body;catalogbutton,landing.view.jurassic15summer.button,set_coco
  1726. landing.view.jurassic15summer.layout=
  1727. landing.view.jurassic15summer.widget=generic
  1728. landing.view.ktchn15cottage.conf=caption,landing.view.ktchn15cottage.header;bodytext,landing.view.ktchn15cottage.body;catalogbutton,landing.view.ktchn15cottage.button,ktchn15cottage
  1729. landing.view.ktchn15cottage.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_kitchenbundle1.png;bitmap.x,0;bitmap.y,0;container.height,250
  1730. landing.view.ktchn15cottage.widget=generic
  1731. landing.view.ktchn15furni.conf=caption,landing.view.ktchn15furni.header;bodytext,landing.view.ktchn15furni.body;catalogbutton,landing.view.ktchn15furni.button,ktchn15;internallinkbutton,landing.view.ktchn15furni.button2,catalog/warehouse/ktchn15_bc
  1732. landing.view.ktchn15furni.layout=
  1733. landing.view.ktchn15furni.widget=generic
  1734. landing.view.ktchn15posh.conf=caption,landing.view.ktchn15posh.header;bodytext,landing.view.ktchn15posh.body;catalogbutton,landing.view.ktchn15posh.button,ktchn15michelin
  1735. landing.view.ktchn15posh.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_kitchenbundle2.png;bitmap.x,0;bitmap.y,0;container.height,250
  1736. landing.view.ktchn15posh.widget=generic
  1737. landing.view.ktchn15psych.conf=caption,landing.view.ktchn15psych.header;bodytext,landing.view.ktchn15psych.body;catalogbutton,landing.view.ktchn15psych.button,ktchn15psych
  1738. landing.view.ktchn15psych.layout=
  1739. landing.view.ktchn15psych.widget=generic
  1740. landing.view.ktchn15rare1.conf=caption,landing.view.ktchn15rare1.header;bodytext,landing.view.ktchn15rare1.body;catalogbutton,landing.view.ktchn15rare1.button,rare
  1741. landing.view.ktchn15rare1.layout=
  1742. landing.view.ktchn15rare1.widget=generic
  1743. landing.view.ktchn15rare2.conf=caption,landing.view.ktchn15rare2.header;bodytext,landing.view.ktchn15rare2.body;catalogbutton,landing.view.ktchn15rare2.button,rare
  1744. landing.view.ktchn15rare2.layout=
  1745. landing.view.ktchn15rare2.widget=generic
  1746. landing.view.ktchn15user.conf=caption,landing.view.ktchn15user.header;bodytext,landing.view.ktchn15user.body;catalogbutton,landing.view.ktchn15user.button,ktchn15user
  1747. landing.view.ktchn15user.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_kitchenbundle3.png;bitmap.x,0;bitmap.y,0;container.height,250
  1748. landing.view.ktchn15user.widget=generic
  1749. landing.view.lagomorphfurni.conf=caption,landing.view.lagomorphfurni.header;bodytext,landing.view.lagomorphfurni.body;spacing,2;catalogbutton,landing.view.lagomorphfurni.button,easter14
  1750. landing.view.lagomorphfurni.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
  1751. landing.view.lagomorphfurni.widget=generic
  1752. landing.view.layout=genericReception
  1753. landing.view.layoutxml=landing_view_default_dynamic_layout
  1754. landing.view.leprechaun.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;catalogbutton,landing.view.leprechaun.button,pet_leprechaun
  1755. landing.view.leprechaun.layout=
  1756. landing.view.leprechaun.widget=generic
  1757. landing.view.leprechaun2.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;customtimer,false,0,0,landing.view.leprechaun2.timeremaining,landing.view.leprechaun2.timer.expired,2014-03-14 16:00
  1758. landing.view.leprechaun2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_leprechaun.gif;bitmap.x,184;bitmap.y,120;container.height,240
  1759. landing.view.leprechaun2.widget=generic
  1760. landing.view.library_bundle.conf=caption,landing.view.library_bundle.header;bodytext,landing.view.library_bundle.body;catalogbutton,landing.view.library_bundle.button,library_bundle
  1761. landing.view.library_bundle.layout=
  1762. landing.view.library_bundle.widget=generic
  1763. landing.view.lightsOnCommunityGoal.widget=communitygoal
  1764. landing.view.loveMachineCommunityGoal.widget=communitygoal
  1765. landing.view.lovelockslot.conf=caption,landing.view.lovelockslot.header;bodytext,landing.view.lovelockslot.body;catalogbutton,landing.view.lovelockslot.button,lovemachines
  1766. landing.view.lovelockslot.layout=bitmap.uri,${image.library.url}catalogue/lovelock_s_promo.gif;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240
  1767. landing.view.lovelockslot.widget=generic
  1768. landing.view.lympix16bonnie.conf=caption,landing.view.lympix16bonnie.header;bodytext,landing.view.lympix16bonnie.body;catalogbutton,landing.view.lympix16bonnie.button,lympix16bonnie
  1769. landing.view.lympix16bonnie.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_olympics16_gen.png;bitmap.x,50;bitmap.y,0;container.height,250
  1770. landing.view.lympix16bonnie.widget=generic
  1771. landing.view.lympix16canteen.conf=caption,landing.view.lympix16canteen.header;bodytext,landing.view.lympix16canteen.body;catalogbutton,landing.view.lympix16canteen.button,lympix16canteen
  1772. landing.view.lympix16canteen.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Healthy_Canteen.png;bitmap.x,50;bitmap.y,0;container.height,250
  1773. landing.view.lympix16canteen.widget=generic
  1774. landing.view.lympix16furni.conf=caption,landing.view.lympix16furni.header;bodytext,landing.view.lympix16furni.body;catalogbutton,landing.view.lympix16furni.button,lympix16furni
  1775. landing.view.lympix16furni.layout=
  1776. landing.view.lympix16furni.widget=generic
  1777. landing.view.lympix16gym.conf=caption,landing.view.lympix16gym.header;bodytext,landing.view.lympix16gym.body;catalogbutton,landing.view.lympix16gym.button,lympix16gym
  1778. landing.view.lympix16gym.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_rare_gym_maniac.png;bitmap.x,50;bitmap.y,0;container.height,250
  1779. landing.view.lympix16gym.widget=generic
  1780. landing.view.lympix16habbgym.conf=caption,landing.view.lympix16habbgym.header;bodytext,landing.view.lympix16habbgym.body;catalogbutton,landing.view.lympix16habbgym.button,lympix16habbgym
  1781. landing.view.lympix16habbgym.layout=
  1782. landing.view.lympix16habbgym.widget=generic
  1783. landing.view.lympix16hc.conf=caption,landing.view.lympix16hc.header;bodytext,landing.view.lympix16hc.body;catalogbutton,landing.view.lympix16hc.button,lympix16hc
  1784. landing.view.lympix16hc.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_olympics16_gen2.png;bitmap.x,50;bitmap.y,0;container.height,250
  1785. landing.view.lympix16hc.widget=generic
  1786. landing.view.lympix16olympus.conf=caption,landing.view.lympix16olympus.header;bodytext,landing.view.lympix16olympus.body;catalogbutton,landing.view.lympix16olympus.button,ler
  1787. landing.view.lympix16olympus.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_ltd_missolympus.png;bitmap.x,50;bitmap.y,0;container.height,250
  1788. landing.view.lympix16olympus.widget=generic
  1789. landing.view.lympix16olympusoff.conf=caption,landing.view.lympix16olympus.header;bodytext,landing.view.lympix16olympus.body;customtimer,false,0,0,landing.view.lympix16olympus.button,landing.view.raretimer.timer.expired,2016-08-06 15:00
  1790. landing.view.lympix16olympusoff.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_ltd_missolympus.png;bitmap.x,50;bitmap.y,0;container.height,250
  1791. landing.view.lympix16olympusoff.widget=generic
  1792. landing.view.lympix16relax.conf=caption,landing.view.lympix16relax.header;bodytext,landing.view.lympix16relax.body;catalogbutton,landing.view.lympix16relax.button,lympix16relax
  1793. landing.view.lympix16relax.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Relaxation_Bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1794. landing.view.lympix16relax.widget=generic
  1795. landing.view.lympix16shop.conf=caption,landing.view.lympix16shop.header;bodytext,landing.view.lympix16shop.body;catalogbutton,landing.view.lympix16shop.button,lympix16shop
  1796. landing.view.lympix16shop.layout=
  1797. landing.view.lympix16shop.widget=generic
  1798. landing.view.lympix16smoothie.conf=caption,landing.view.lympix16smoothie.header;bodytext,landing.view.lympix16smoothie.body;catalogbutton,landing.view.lympix16smoothie.button,lympix16smoothie
  1799. landing.view.lympix16smoothie.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_rare_smoothie.png;bitmap.x,50;bitmap.y,0;container.height,250
  1800. landing.view.lympix16smoothie.widget=generic
  1801. landing.view.lympix16trophyroom.conf=caption,landing.view.lympix16trophyroom.header;bodytext,landing.view.lympix16trophyroom.body;catalogbutton,landing.view.lympix16trophyroom.button,lympix16trophyroom
  1802. landing.view.lympix16trophyroom.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Medals_Ceremony_Bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1803. landing.view.lympix16trophyroom.widget=generic
  1804. landing.view.lympix16vegan.conf=caption,landing.view.lympix16vegan.header;bodytext,landing.view.lympix16vegan.body;catalogbutton,landing.view.lympix16vegan.button,lympix16vegan
  1805. landing.view.lympix16vegan.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_rare_vending.png;bitmap.x,50;bitmap.y,0;container.height,250
  1806. landing.view.lympix16vegan.widget=generic
  1807. landing.view.mar17boutique.conf=caption,landing.view.mar17boutique.header;bodytext,landing.view.mar17boutique.body;catalogbutton,landing.view.mar17boutique.button,mar17boutique
  1808. landing.view.mar17boutique.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Boutique_Shop.png;bitmap.x,50;bitmap.y,0;container.height,250
  1809. landing.view.mar17boutique.widget=generic
  1810. landing.view.mar17coffee.conf=caption,landing.view.mar17coffee.header;bodytext,landing.view.mar17coffee.body;catalogbutton,landing.view.mar17coffee.button,mar17coffee
  1811. landing.view.mar17coffee.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_17mall_coffeem.png;bitmap.x,50;bitmap.y,0;container.height,250
  1812. landing.view.mar17coffee.widget=generic
  1813. landing.view.mar17exotic.conf=caption,landing.view.mar17exotic.header;bodytext,landing.view.mar17exotic.body;catalogbutton,landing.view.mar17exotic.button,mar17exotic
  1814. landing.view.mar17exotic.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_17mall_sloth.png;bitmap.x,50;bitmap.y,0;container.height,250
  1815. landing.view.mar17exotic.widget=generic
  1816. landing.view.mar17exotic2.conf=caption,landing.view.mar17exotic.header;bodytext,landing.view.mar17exotic.body;catalogbutton,landing.view.mar17exotic.button,mar17exotic
  1817. landing.view.mar17exotic2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_17mall_chinchill.png;bitmap.x,50;bitmap.y,0;container.height,250
  1818. landing.view.mar17exotic2.widget=generic
  1819. landing.view.mar17exotic3.conf=caption,landing.view.mar17exotic.header;bodytext,landing.view.mar17exotic.body;catalogbutton,landing.view.mar17exotic.button,mar17exotic
  1820. landing.view.mar17exotic3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_17mall_frog.png;bitmap.x,50;bitmap.y,0;container.height,250
  1821. landing.view.mar17exotic3.widget=generic
  1822. landing.view.mar17mall.conf=caption,landing.view.mar17mall.header;bodytext,landing.view.mar17mall.body;catalogbutton,landing.view.mar17mall.button,mar17mall
  1823. landing.view.mar17mall.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Mall_Entrance.png;bitmap.x,50;bitmap.y,0;container.height,250
  1824. landing.view.mar17mall.widget=generic
  1825. landing.view.mar17pack.conf=caption,landing.view.mar17pack.header;bodytext,landing.view.mar17pack.body;catalogbutton,landing.view.mar17pack.button,mar17pack
  1826. landing.view.mar17pack.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_goldacc2.png;bitmap.x,50;bitmap.y,0;container.height,250
  1827. landing.view.mar17pack.widget=generic
  1828. landing.view.mar17petgame.conf=caption,landing.view.mar17petgame.header;bodytext,landing.view.mar17petgame.body;internallinkbutton,landing.view.mar17petgame.button,navigator/tab/official_view
  1829. landing.view.mar17petgame.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_petgame.png;bitmap.x,50;bitmap.y,0;container.height,250
  1830. landing.view.mar17petgame.widget=generic
  1831. landing.view.mar17petgame2.conf=caption,landing.view.mar17petgame.header;bodytext,landing.view.mar17petgame.body;internallinkbutton,landing.view.mar17petgame.button,navigator/tab/official_view
  1832. landing.view.mar17petgame2.layout=
  1833. landing.view.mar17petgame2.widget=generic
  1834. landing.view.mar17petstore.conf=caption,landing.view.mar17petstore.header;bodytext,landing.view.mar17petstore.body;catalogbutton,landing.view.mar17petstore.button,mar17petstore
  1835. landing.view.mar17petstore.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Pet_Store.png;bitmap.x,50;bitmap.y,0;container.height,250
  1836. landing.view.mar17petstore.widget=generic
  1837. landing.view.mar17sport.conf=caption,landing.view.mar17sport.header;bodytext,landing.view.mar17sport.body;catalogbutton,landing.view.mar17sport.button,lympix16shop
  1838. landing.view.mar17sport.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_SportswearStoreBundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1839. landing.view.mar17sport.widget=generic
  1840. landing.view.may16packs.conf=caption,landing.view.may16packs.header;bodytext,landing.view.may16packs.body;catalogbutton,landing.view.may16packs.button,hot_furni
  1841. landing.view.may16packs.layout=
  1842. landing.view.may16packs.widget=generic
  1843. landing.view.may17alien.conf=caption,landing.view.may17alien.header;bodytext,landing.view.may17alien.body
  1844. landing.view.may17alien.layout=
  1845. landing.view.may17alien.widget=generic
  1846. landing.view.may17bed.conf=caption,landing.view.may17bed.header;bodytext,landing.view.may17bed.body;catalogbutton,landing.view.may17bed.button,may17bed
  1847. landing.view.may17bed.layout=
  1848. landing.view.may17bed.widget=generic
  1849. landing.view.may17cruiser.conf=caption,landing.view.may17cruiser.header;bodytext,landing.view.may17cruiser.body;catalogbutton,landing.view.may17cruiser.button,may17cruiser
  1850. landing.view.may17cruiser.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_scifi17cruiser.png;bitmap.x,50;bitmap.y,0;container.height,250
  1851. landing.view.may17cruiser.widget=generic
  1852. landing.view.may17cyber.conf=caption,landing.view.may17cyber.header;bodytext,landing.view.may17cyber.body;catalogbutton,landing.view.may17cyber.button,bc_cyber
  1853. landing.view.may17cyber.layout=
  1854. landing.view.may17cyber.widget=generic
  1855. landing.view.may17encounter.conf=caption,landing.view.may17encounter.header;bodytext,landing.view.may17encounter.body;catalogbutton,landing.view.may17encounter.button,may17encounter
  1856. landing.view.may17encounter.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Alien_Metropolis_ok.png;bitmap.x,50;bitmap.y,0;container.height,250
  1857. landing.view.may17encounter.widget=generic
  1858. landing.view.may17explorer.conf=caption,landing.view.may17explorer.header;bodytext,landing.view.may17explorer.body;catalogbutton,landing.view.may17explorer.button,may17explorer
  1859. landing.view.may17explorer.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_scifi17explorehelm.png;bitmap.x,50;bitmap.y,0;container.height,250
  1860. landing.view.may17explorer.widget=generic
  1861. landing.view.may17ltd.conf=caption,landing.view.may17ltd.header;bodytext,landing.view.may17ltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  1862. landing.view.may17ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_scifi17LTDmech.png;bitmap.x,50;bitmap.y,0;container.height,250
  1863. landing.view.may17ltd.widget=generic
  1864. landing.view.may17ltdoff.conf=caption,landing.view.may17ltd.header;bodytext,landing.view.may17ltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2017-05-15 15:00
  1865. landing.view.may17ltdoff.layout=
  1866. landing.view.may17ltdoff.widget=generic
  1867. landing.view.may17modern.conf=caption,landing.view.may17modern.header;bodytext,landing.view.may17modern.body;catalogbutton,landing.view.may17modern.button,modernstudio_bundle
  1868. landing.view.may17modern.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Modern_Studio_B.png;bitmap.x,50;bitmap.y,0;container.height,250
  1869. landing.view.may17modern.widget=generic
  1870. landing.view.may17old.conf=caption,landing.view.may17old.header;bodytext,landing.view.may17old.body;catalogbutton,landing.view.may17old.button,set_scifi
  1871. landing.view.may17old.layout=
  1872. landing.view.may17old.widget=generic
  1873. landing.view.may17planet.conf=caption,landing.view.may17planet.header;bodytext,landing.view.may17planet.body;catalogbutton,landing.view.may17planet.button,may17planet
  1874. landing.view.may17planet.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_UndiscoveredPlanetBundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  1875. landing.view.may17planet.widget=generic
  1876. landing.view.may17sentinel.conf=caption,landing.view.may17sentinel.header;bodytext,landing.view.may17sentinel.body;catalogbutton,landing.view.may17sentinel.button,may17sentinel
  1877. landing.view.may17sentinel.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_scifi17sentihelm.png;bitmap.x,50;bitmap.y,0;container.height,250
  1878. landing.view.may17sentinel.widget=generic
  1879. landing.view.may17smoke.conf=caption,landing.view.may17smoke.header;bodytext,landing.view.may17smoke.body;catalogbutton,landing.view.may17smoke.button,rare
  1880. landing.view.may17smoke.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pinkscifirocket.png;bitmap.x,50;bitmap.y,0;container.height,250
  1881. landing.view.may17smoke.widget=generic
  1882. landing.view.may17titan.conf=caption,landing.view.may17titan.header;bodytext,landing.view.may17titan.body;catalogbutton,landing.view.may17titan.button,may17titan
  1883. landing.view.may17titan.layout=
  1884. landing.view.may17titan.widget=generic
  1885. landing.view.mm14bundle1.conf=caption,landing.view.mm14bundle1.header;bodytext,landing.view.mm14bundle1.body;catalogbutton,landing.view.mm14bundle1.button,movie_bundle
  1886. landing.view.mm14bundle1.layout=bitmap.uri,${image.library.url}web_promo_small/Moviemagic_sbundle1_small_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1887. landing.view.mm14bundle1.widget=generic
  1888. landing.view.mm14bundle2.conf=caption,landing.view.mm14bundle2.header;bodytext,landing.view.mm14bundle2.body;catalogbutton,landing.view.mm14bundle2.button,movie_rares
  1889. landing.view.mm14bundle2.layout=bitmap.uri,${image.library.url}web_promo_small/MovieMagic_bundle2_SPromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1890. landing.view.mm14bundle2.widget=generic
  1891. landing.view.mm14oldfurni.conf=caption,landing.view.mm14oldfurni.header;bodytext,landing.view.mm14oldfurni.body;spacing,2;catalogbutton,landing.view.mm14oldfurni.button,movie_furni
  1892. landing.view.mm14oldfurni.layout=
  1893. landing.view.mm14oldfurni.widget=generic
  1894. landing.view.mm14posters.conf=caption,landing.view.mm14posters.header;bodytext,landing.view.mm14posters.body;spacing,2;catalogbutton,landing.view.mm14posters.button,movie_madness
  1895. landing.view.mm14posters.layout=bitmap.uri,${image.library.url}web_promo_small/Moviemagic_poster_small_promo.png;content.x,250;content.y,0;bitmap.x,100;bitmap.y,0;container.height,255
  1896. landing.view.mm14posters.widget=generic
  1897. landing.view.mm14rareposter.conf=caption,landing.view.mm14rareposter.header;bodytext,landing.view.mm14rareposter.body;catalogbutton,landing.view.mm14rareposter.button,movie_posters
  1898. landing.view.mm14rareposter.layout=bitmap.uri,${image.library.url}web_promo_small/Moviemagic_rare_smallpromo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1899. landing.view.mm14rareposter.widget=generic
  1900. landing.view.mm14stposterbr.conf=caption,landing.view.mm14stposterbr.header;bodytext,landing.view.mm14stposterbr.body;catalogbutton,landing.view.mm14stposterbr.button,stories_br
  1901. landing.view.mm14stposterbr.layout=bitmap.uri,${image.library.url}catalogue/st_felipe_pstr.gif;content.x,200;content.y,0;bitmap.x,0;bitmap.y,0;container.height,255
  1902. landing.view.mm14stposterbr.widget=generic
  1903. landing.view.monkey.conf=caption,landing.view.monkey.header;bodytext,landing.view.monkey.body;spacing,2;catalogbutton,landing.view.monkey.button,pet_monkey
  1904. landing.view.monkey.layout=bitmap.uri,${image.library.url}article_images_hq/monkeys.gif;bitmap.x,0;bitmap.y,130;container.height,250;
  1905. landing.view.monkey.widget=generic
  1906. landing.view.moviebonusrare.conf=caption,landing.view.moviebonusrare.header;bodytext,landing.view.moviebonusrare.body;spacing,2;catalogbutton,landing.view.moviebonusrare.button,movie_rares
  1907. landing.view.moviebonusrare.layout=bitmap.uri,${image.library.url}web_promo_small/bonusrare_teaser.gif;bitmap.x,80;bitmap.y,0;container.height,250;
  1908. landing.view.moviebonusrare.widget=generic
  1909. landing.view.movieposters.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-20 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1910. landing.view.movieposters.layout=
  1911. landing.view.movieposters.widget=generic
  1912. landing.view.movieposters10.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-29 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1913. landing.view.movieposters10.layout=
  1914. landing.view.movieposters10.widget=generic
  1915. landing.view.movieposters11.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-30 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1916. landing.view.movieposters11.layout=
  1917. landing.view.movieposters11.widget=generic
  1918. landing.view.movieposters2.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-21 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1919. landing.view.movieposters2.layout=
  1920. landing.view.movieposters2.widget=generic
  1921. landing.view.movieposters3.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-22 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1922. landing.view.movieposters3.layout=
  1923. landing.view.movieposters3.widget=generic
  1924. landing.view.movieposters4.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-23 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1925. landing.view.movieposters4.layout=
  1926. landing.view.movieposters4.widget=generic
  1927. landing.view.movieposters5.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-24 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1928. landing.view.movieposters5.layout=
  1929. landing.view.movieposters5.widget=generic
  1930. landing.view.movieposters6.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-25 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1931. landing.view.movieposters6.layout=
  1932. landing.view.movieposters6.widget=generic
  1933. landing.view.movieposters7.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-26 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1934. landing.view.movieposters7.layout=
  1935. landing.view.movieposters7.widget=generic
  1936. landing.view.movieposters8.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-27 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1937. landing.view.movieposters8.layout=
  1938. landing.view.movieposters8.widget=generic
  1939. landing.view.movieposters9.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-28 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
  1940. landing.view.movieposters9.layout=
  1941. landing.view.movieposters9.widget=generic
  1942. landing.view.mysticsroombundle.conf=caption,landing.view.mysticsroombundle.header;bodytext,landing.view.mysticsroombundle.body;internallinkbutton,landing.view.mysticsroombundle.button,habblet/open/credits
  1943. landing.view.mysticsroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/mystics_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
  1944. landing.view.mysticsroombundle.widget=generic
  1945. landing.view.ncfh.conf=caption,landing.view.ncfh.header;bodytext,landing.view.ncfh.body;link,landing.view.ncfh.button,http://help.habbo.com/entries/98834358-Habbo-s-reformed-moderation-system-
  1946. landing.view.ncfh.layout=
  1947. landing.view.ncfh.widget=generic
  1948. landing.view.newUserAskForTour.layout=bitmap.uri,${image.library.url}reception/nu_landing_tour.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
  1949. landing.view.newUserAskForTour.widget=generic
  1950. landing.view.newUserChangeClothes.conf=spacing,20;title,landing.view.novice.change_clothes.title;caption,landing.view.novice.change_clothes.caption;bodytext,landing.view.novice.change_clothes.bodytext,200;internallinkbutton,landing.view.novice.change_clothes.button,avatareditor/open
  1951. landing.view.newUserChangeClothes.layout=bitmap.uri,${image.library.url}reception/nu_landing_dress.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
  1952. landing.view.newUserChangeClothes.widget=generic
  1953. landing.view.newUserCheckHomeRoom.conf=spacing,20;title,landing.view.novice.home_room.title;caption,landing.view.novice.home_room.caption;bodytext,landing.view.novice.home_room.bodytext,200;internallinkbutton,landing.view.novice.home_room.button,navigator/goto/home
  1954. landing.view.newUserCheckHomeRoom.layout=bitmap.uri,${image.library.url}reception/nu_landing_homeroom.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
  1955. landing.view.newUserCheckHomeRoom.widget=generic
  1956. landing.view.newUserExploreHotel.conf=spacing,20;title,landing.view.novice.explore_hotel.title;caption,landing.view.novice.explore_hotel.caption;bodytext,landing.view.novice.explore_hotel.bodytext,200;internallinkbutton,landing.view.novice.explore_hotel.button,navigator/goto/random_public_room_with_users
  1957. landing.view.newUserExploreHotel.layout=bitmap.uri,${image.library.url}reception/nu_landing_explore.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
  1958. landing.view.newUserExploreHotel.widget=generic
  1959. landing.view.newxmasfurni13.conf=caption,landing.view.newxmasfurni13.header;bodytext,landing.view.newxmasfurni13.body;spacing,2;catalogbutton,landing.view.newxmasfurni13.button,xmas_new_furni
  1960. landing.view.newxmasfurni13.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_xmas2013.png;bitmap.x,90;bitmap.y,70;container.height,250;
  1961. landing.view.newxmasfurni13.widget=generic
  1962. landing.view.newyear2014HC.conf=caption,landing.view.newyear2014HC.header;bodytext,landing.view.newyear2014HC.body;spacing,2;catalogbutton,landing.view.newyear2014HC.button,club_gifts
  1963. landing.view.newyear2014HC.layout=
  1964. landing.view.newyear2014HC.widget=generic
  1965. landing.view.newyear2014gnome.conf=caption,landing.view.newyear2014gnome.header;bodytext,landing.view.newyear2014gnome.body;spacing,2;catalogbutton,landing.view.newyear2014gnome.button,pet_gnome
  1966. landing.view.newyear2014gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,0;container.height,250;
  1967. landing.view.newyear2014gnome.widget=generic
  1968. landing.view.newyear2014party.conf=caption,landing.view.newyear2014party.header;bodytext,landing.view.newyear2014party.body;spacing,2;customtimer,false,0,0,landing.view.newyear2014party.timer,landing.view.raretimer.timer.expired,2014-01-01 01:00;internallinkbutton,landing.view.checkitout.button,navigator/tab/official
  1969. landing.view.newyear2014party.layout=
  1970. landing.view.newyear2014party.widget=generic
  1971. landing.view.ny14bcupdate.conf=caption,landing.view.ny14bcupdate.header;bodytext,landing.view.ny14bcupdate.body;internallinkbutton,landing.view.ny14bcupdate.button,catalog/warehouse/builders_club_frontpage
  1972. landing.view.ny14bcupdate.layout=bitmap.uri,${image.library.url}web_promo_small/bc_furni_dump_small_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  1973. landing.view.ny14bcupdate.widget=generic
  1974. landing.view.ny14blocks.conf=caption,landing.view.ny14blocks.header;bodytext,landing.view.ny14blocks.body;internallinkbutton,landing.view.ny14blocks.button,catalog/warehouse/new_blocks
  1975. landing.view.ny14blocks.layout=
  1976. landing.view.ny14blocks.widget=generic
  1977. landing.view.ny14bundle.conf=caption,landing.view.ny14bundle.header;bodytext,landing.view.ny14bundle.body;catalogbutton,landing.view.ny14bundle.button,ny2015_bundle
  1978. landing.view.ny14bundle.layout=bitmap.uri,${image.library.url}web_promo_small/Promo_BundleNY15_small.png;bitmap.x,0;bitmap.y,0;container.height,250
  1979. landing.view.ny14bundle.widget=generic
  1980. landing.view.ny14catsale.conf=caption,landing.view.ny14catsale.header;bodytext,landing.view.ny14catsale.body;catalogbutton,landing.view.ny14catsale.button,bc_university
  1981. landing.view.ny14catsale.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_catsale15.png;bitmap.x,0;bitmap.y,140;container.height,290
  1982. landing.view.ny14catsale.widget=generic
  1983. landing.view.ny14catsalesat.conf=caption,landing.view.ny14catsale.header;bodytext,landing.view.ny14catsale.body;catalogbutton,landing.view.ny14catsale.button,set_anna
  1984. landing.view.ny14catsalesat.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_catsale15.png;bitmap.x,0;bitmap.y,140;container.height,290
  1985. landing.view.ny14catsalesat.widget=generic
  1986. landing.view.ny14catsalesun.conf=caption,landing.view.ny14catsale.header;bodytext,landing.view.ny14catsale.body;catalogbutton,landing.view.ny14catsale.button,set_usva
  1987. landing.view.ny14catsalesun.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_catsale15.png;bitmap.x,0;bitmap.y,140;container.height,290
  1988. landing.view.ny14catsalesun.widget=generic
  1989. landing.view.ny14cf.conf=caption,landing.view.ny14cf.header;bodytext,landing.view.ny14cf.body;catalogbutton,landing.view.ny14cf.button,credit_exchange
  1990. landing.view.ny14cf.layout=
  1991. landing.view.ny14cf.widget=generic
  1992. landing.view.ny14chalet.conf=caption,landing.view.ny14chalet.header;bodytext,landing.view.ny14chalet.body;catalogbutton,landing.view.ny14chalet.button,fireside_chalet_bundle
  1993. landing.view.ny14chalet.layout=bitmap.uri,${image.library.url}web_promo_small/miniapartment_s_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  1994. landing.view.ny14chalet.widget=generic
  1995. landing.view.ny14furnicollection.conf=caption,landing.view.ny14furnicollection.header;bodytext,landing.view.ny14furnicollection.body;spacing,2;catalogbutton,landing.view.ny14furnicollection.button,ny2013_fireworks
  1996. landing.view.ny14furnicollection.layout=bitmap.uri,${image.library.url}album3823/year2014.png;bitmap.x,110;bitmap.y,0;container.height,270;
  1997. landing.view.ny14furnicollection.widget=generic
  1998. landing.view.ny14newfurni.conf=caption,landing.view.ny14newfurni.header;bodytext,landing.view.ny14newfurni.body;catalogbutton,landing.view.ny14newfurni.button,ny2015
  1999. landing.view.ny14newfurni.layout=bitmap.uri,${image.library.url}web_promo_small/2015ny_s_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  2000. landing.view.ny14newfurni.widget=generic
  2001. landing.view.ny14rare.conf=caption,landing.view.ny14rare.header;bodytext,landing.view.ny14rare.body;catalogbutton,landing.view.ny14rare.button,ny2015_rares
  2002. landing.view.ny14rare.layout=
  2003. landing.view.ny14rare.widget=generic
  2004. landing.view.ny16board.conf=caption,landing.view.ny16board.header;bodytext,landing.view.ny16board.body;catalogbutton,landing.view.ny16board.button,room_bundles
  2005. landing.view.ny16board.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_alpineslopebundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2006. landing.view.ny16board.widget=generic
  2007. landing.view.ny16bundle.conf=caption,landing.view.ny16bundle.header;bodytext,landing.view.ny16bundle.body;catalogbutton,landing.view.ny16bundle.button,room_bundles
  2008. landing.view.ny16bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_ny2016roombundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2009. landing.view.ny16bundle.widget=generic
  2010. landing.view.ny16creditfurni.conf=caption,landing.view.ny16creditfurni.header;bodytext,landing.view.ny16creditfurni.body;catalogbutton,landing.view.ny16creditfurni.button,credit_exchange
  2011. landing.view.ny16creditfurni.layout=
  2012. landing.view.ny16creditfurni.widget=generic
  2013. landing.view.ny16freeze.conf=caption,landing.view.ny16freeze.header;bodytext,landing.view.ny16freeze.body;catalogbutton,landing.view.ny16freeze.button,ny16freeze
  2014. landing.view.ny16freeze.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_freezerare.png;bitmap.x,50;bitmap.y,0;container.height,250
  2015. landing.view.ny16freeze.widget=generic
  2016. landing.view.ny16gold.conf=caption,landing.view.ny16gold.header;bodytext,landing.view.ny16gold.body;catalogbutton,landing.view.ny16gold.button,ny16gold
  2017. landing.view.ny16gold.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_goldacc.png;bitmap.x,0;bitmap.y,0;container.height,250
  2018. landing.view.ny16gold.widget=generic
  2019. landing.view.ny16hat.conf=caption,landing.view.ny16hat.header;bodytext,landing.view.ny16hat.body;catalogbutton,landing.view.ny16hat.button,ny16hat
  2020. landing.view.ny16hat.layout=
  2021. landing.view.ny16hat.widget=generic
  2022. landing.view.ny16hockey.conf=caption,landing.view.ny16hockey.header;bodytext,landing.view.ny16hockey.body;catalogbutton,landing.view.ny16hockey.button,ny16hockey
  2023. landing.view.ny16hockey.layout=
  2024. landing.view.ny16hockey.widget=generic
  2025. landing.view.ny16outdoor.conf=caption,landing.view.ny16outdoor.header;bodytext,landing.view.ny16outdoor.body;catalogbutton,landing.view.ny16outdoor.button,ny16outdoor
  2026. landing.view.ny16outdoor.layout=
  2027. landing.view.ny16outdoor.widget=generic
  2028. landing.view.ny16rareboard.conf=caption,landing.view.ny16rareboard.header;bodytext,landing.view.ny16rareboard.body;catalogbutton,landing.view.ny16rareboard.button,ny16rareboard
  2029. landing.view.ny16rareboard.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_snowboardrare.png;bitmap.x,50;bitmap.y,140;container.height,300
  2030. landing.view.ny16rareboard.widget=generic
  2031. landing.view.ny16rarehockey.conf=caption,landing.view.ny16rarehockey.header;bodytext,landing.view.ny16rarehockey.body;catalogbutton,landing.view.ny16rarehockey.button,ny16rarehockey
  2032. landing.view.ny16rarehockey.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_icehockeyrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  2033. landing.view.ny16rarehockey.widget=generic
  2034. landing.view.ny16rareskate.conf=caption,landing.view.ny16rareskate.header;bodytext,landing.view.ny16rareskate.body;catalogbutton,landing.view.ny16rareskate.button,ny16rareskate
  2035. landing.view.ny16rareskate.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_iceskatingrare.png;bitmap.x,50;bitmap.y,0;container.height,250
  2036. landing.view.ny16rareskate.widget=generic
  2037. landing.view.ny16skate.conf=caption,landing.view.ny16skate.header;bodytext,landing.view.ny16skate.body;catalogbutton,landing.view.ny16skate.button,ny16skate
  2038. landing.view.ny16skate.layout=
  2039. landing.view.ny16skate.widget=generic
  2040. landing.view.ny16traffic.conf=caption,landing.view.ny16traffic.header;bodytext,landing.view.ny16traffic.body;catalogbutton,landing.view.ny16traffic.button,ny16traffic
  2041. landing.view.ny16traffic.layout=
  2042. landing.view.ny16traffic.widget=generic
  2043. landing.view.ny2014ending.conf=caption,landing.view.ny2014ending.header;bodytext,landing.view.ny2014ending.body;catalogbutton,landing.view.ny2014ending.button,pet_gnome
  2044. landing.view.ny2014ending.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,80;container.height,220;
  2045. landing.view.ny2014ending.widget=generic
  2046. landing.view.oldloyalty.conf=caption,landing.view.oldloyalty.header;bodytext,landing.view.oldloyalty.body;spacing,2;catalogbutton,landing.view.oldloyalty.button,loyalty_rewards
  2047. landing.view.oldloyalty.layout=
  2048. landing.view.oldloyalty.widget=generic
  2049. landing.view.oldvday14.conf=caption,landing.view.oldvday14.header;bodytext,landing.view.oldvday14.body;catalogbutton,landing.view.oldvday14.button,category_valentines
  2050. landing.view.oldvday14.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
  2051. landing.view.oldvday14.widget=generic
  2052. landing.view.olrdrare0716.conf=caption,landing.view.olrdrare0716.header;bodytext,landing.view.olrdrare0716.body;catalogbutton,landing.view.olrdrare0716.button,rare5
  2053. landing.view.olrdrare0716.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Old_Rare.png;bitmap.x,50;bitmap.y,0;container.height,250
  2054. landing.view.olrdrare0716.widget=generic
  2055. landing.view.organofurni.conf=caption,landing.view.organofurni.header;bodytext,landing.view.organofurni.body;spacing,2;catalogbutton,landing.view.checkitout.button,organo
  2056. landing.view.organofurni.layout=
  2057. landing.view.organofurni.widget=generic
  2058. landing.view.palooza14bundle2.conf=caption,landing.view.palooza14bundle2.header;bodytext,landing.view.palooza14bundle2.body;spacing,2;catalogbutton,landing.view.palooza14bundle2.button,palooza2014_bundle
  2059. landing.view.palooza14bundle2.layout=bitmap.uri,${image.library.url}web_promo_small/Palooza_Hoopla_Bundle_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
  2060. landing.view.palooza14bundle2.widget=generic
  2061. landing.view.palooza14headrare.conf=caption,landing.view.palooza14headrare.header;bodytext,landing.view.palooza14headrare.body;spacing,2;catalogbutton,landing.view.palooza14headrare.button,palooza2014_rares
  2062. landing.view.palooza14headrare.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_screen_furni_teaser.png;content.x,170;container.height,290
  2063. landing.view.palooza14headrare.widget=generic
  2064. landing.view.palooza14newfurni.conf=caption,landing.view.palooza14newfurni.header;bodytext,landing.view.palooza14newfurni.body;catalogbutton,landing.view.palooza14newfurni.button,palooza2014
  2065. landing.view.palooza14newfurni.layout=
  2066. landing.view.palooza14newfurni.widget=generic
  2067. landing.view.palooza14oldfurni.conf=caption,landing.view.palooza14oldfurni.header;bodytext,landing.view.palooza14oldfurni.body;catalogbutton,landing.view.palooza14oldfurni.button,palooza
  2068. landing.view.palooza14oldfurni.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,0;bitmap.y,90;container.height,255
  2069. landing.view.palooza14oldfurni.widget=generic
  2070. landing.view.palooza14pinata.conf=caption,landing.view.palooza14pinata.header;bodytext,landing.view.palooza14pinata.body;spacing,2;catalogbutton,landing.view.palooza14pinata.button,palooza_pinatas
  2071. landing.view.palooza14pinata.layout=bitmap.uri,${image.library.url}web_promo_small/Hblooza14Pinata_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
  2072. landing.view.palooza14pinata.widget=generic
  2073. landing.view.palooza14unicorn.conf=caption,landing.view.palooza14unicorn.header;bodytext,landing.view.palooza14unicorn.body;spacing,2;catalogbutton,landing.view.palooza14unicorn.button,palooza2014_rares
  2074. landing.view.palooza14unicorn.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_furni_teaser.png;bitmap.x,50;bitmap.y,100;container.height,255
  2075. landing.view.palooza14unicorn.widget=generic
  2076. landing.view.paloozacoming.conf=caption,promo.festival.title;bodytext,promo.festival.body
  2077. landing.view.paloozacoming.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
  2078. landing.view.paloozacoming.widget=generic
  2079. landing.view.paloozafestivalfurni.conf=caption,landing.view.paloozafestivalfurni.header;bodytext,landing.view.paloozafestivalfurni.body;catalogbutton,landing.view.paloozafestivalfurni.button,palooza_festival
  2080. landing.view.paloozafestivalfurni.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_hblooza.gif;bitmap.x,0;bitmap.y,90;container.height,250
  2081. landing.view.paloozafestivalfurni.widget=generic
  2082. landing.view.paloozaquest.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-05 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza,habbo_palooza.1372407630173
  2083. landing.view.paloozaquest.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2084. landing.view.paloozaquest.widget=generic
  2085. landing.view.paloozaquest10.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_10.1372685780121.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-14 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_10,habbo_palooza_10.1372685780121
  2086. landing.view.paloozaquest10.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2087. landing.view.paloozaquest10.widget=generic
  2088. landing.view.paloozaquest11.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_11.1372688071992.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-15 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_11,habbo_palooza_11.1372688071992
  2089. landing.view.paloozaquest11.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2090. landing.view.paloozaquest11.widget=generic
  2091. landing.view.paloozaquest12.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_12.1372689684845.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-16 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_12,habbo_palooza_12.1372689684845
  2092. landing.view.paloozaquest12.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1999.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2093. landing.view.paloozaquest12.widget=generic
  2094. landing.view.paloozaquest13.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_13.1372417615775.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-17 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_13,habbo_palooza_13.1372417615775
  2095. landing.view.paloozaquest13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2096. landing.view.paloozaquest13.widget=generic
  2097. landing.view.paloozaquest14.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_14.1372425714913.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-18 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_14,habbo_palooza_14.1372425714913
  2098. landing.view.paloozaquest14.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1991.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2099. landing.view.paloozaquest14.widget=generic
  2100. landing.view.paloozaquest15.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_15.1372524590301.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-19 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_15,habbo_palooza_15.1372524590301
  2101. landing.view.paloozaquest15.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2102. landing.view.paloozaquest15.widget=generic
  2103. landing.view.paloozaquest16.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_16.1372526867667.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-20 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_16,habbo_palooza_16.1372526867667
  2104. landing.view.paloozaquest16.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2105. landing.view.paloozaquest16.widget=generic
  2106. landing.view.paloozaquest17.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_17.1372529093052.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-21 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_17,habbo_palooza_17.1372529093052
  2107. landing.view.paloozaquest17.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2108. landing.view.paloozaquest17.widget=generic
  2109. landing.view.paloozaquest18.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_18.1372532642821.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-22 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_18,habbo_palooza_18.1372532642821
  2110. landing.view.paloozaquest18.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2111. landing.view.paloozaquest18.widget=generic
  2112. landing.view.paloozaquest19.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_19.1372625547242.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-23 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_19,habbo_palooza_19.1372625547242
  2113. landing.view.paloozaquest19.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2114. landing.view.paloozaquest19.widget=generic
  2115. landing.view.paloozaquest2.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_2.1372414470435.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-06 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_2,habbo_palooza_2.1372414470435
  2116. landing.view.paloozaquest2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2117. landing.view.paloozaquest2.widget=generic
  2118. landing.view.paloozaquest20.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_20.1372628790245.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-24 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_20,habbo_palooza_20.1372628790245
  2119. landing.view.paloozaquest20.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2000.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2120. landing.view.paloozaquest20.widget=generic
  2121. landing.view.paloozaquest21.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_21.1372676542941.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-25 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_21,habbo_palooza_21.1372676542941
  2122. landing.view.paloozaquest21.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1979.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2123. landing.view.paloozaquest21.widget=generic
  2124. landing.view.paloozaquest22.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_22.1372679880224.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-26 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_22,habbo_palooza_22.1372679880224
  2125. landing.view.paloozaquest22.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2126. landing.view.paloozaquest22.widget=generic
  2127. landing.view.paloozaquest23.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_23.1372685499874.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-27 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_23,habbo_palooza_23.1372685499874
  2128. landing.view.paloozaquest23.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2129. landing.view.paloozaquest23.widget=generic
  2130. landing.view.paloozaquest24.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_24.1372686434548.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-28 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_24,habbo_palooza_24.1372686434548
  2131. landing.view.paloozaquest24.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2132. landing.view.paloozaquest24.widget=generic
  2133. landing.view.paloozaquest3.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_3.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-07 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_3,habbo_palooza_3.1372407630173
  2134. landing.view.paloozaquest3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2135. landing.view.paloozaquest3.widget=generic
  2136. landing.view.paloozaquest4.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_4.1372421657350.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-08 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_4,habbo_palooza_4.1372421657350
  2137. landing.view.paloozaquest4.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2006.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2138. landing.view.paloozaquest4.widget=generic
  2139. landing.view.paloozaquest5.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_5.1372663237916.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-09 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_5,habbo_palooza_5.1372663237916
  2140. landing.view.paloozaquest5.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2141. landing.view.paloozaquest5.widget=generic
  2142. landing.view.paloozaquest6.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_6.1372672585495.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-10 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_6,habbo_palooza_6.1372672585495
  2143. landing.view.paloozaquest6.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1973.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2144. landing.view.paloozaquest6.widget=generic
  2145. landing.view.paloozaquest7.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_7.1372679318352.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-11 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_7,habbo_palooza_7.1372679318352
  2146. landing.view.paloozaquest7.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1994.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2147. landing.view.paloozaquest7.widget=generic
  2148. landing.view.paloozaquest8.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_8.1372681347611.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-12 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_8,habbo_palooza_8.1372681347611
  2149. landing.view.paloozaquest8.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2150. landing.view.paloozaquest8.widget=generic
  2151. landing.view.paloozaquest9.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_9.1372682893079.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-13 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_9,habbo_palooza_9.1372682893079
  2152. landing.view.paloozaquest9.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2153. landing.view.paloozaquest9.widget=generic
  2154. landing.view.paloozarentspace.conf=caption,landing.view.paloozarentspace.header;bodytext,landing.view.paloozarentspace.body;internallinkbutton,landing.view.paloozarentspace.button,navigator/tab/official
  2155. landing.view.paloozarentspace.layout=bitmap.uri,${image.library.url}reception/spromo_hblooza_rent.png;bitmap.x,0;bitmap.y,90;container.height,250
  2156. landing.view.paloozarentspace.widget=generic
  2157. landing.view.paloozatalentcomp.conf=caption,landing.view.paloozatalentcomp.header;bodytext,landing.view.paloozatalentcomp.body;link,landing.view.paloozatalentcomp.button,http:/127.0.0.1/articles/2937-habbo-palooza-global-talent-competition-finalists
  2158. landing.view.paloozatalentcomp.layout=
  2159. landing.view.paloozatalentcomp.widget=generic
  2160. landing.view.paris15_ltdfountain.conf=caption,landing.view.habbo15ltd.header;bodytext,landing.view.habbo15ltd.body;catalogbutton,landing.view.cp15stpat.button,ler
  2161. landing.view.paris15_ltdfountain.layout=bitmap.uri,${image.library.url}web_promo_small/ParisLTD_Rare_spromo.png;bitmap.x,100;bitmap.y,140;container.height,320
  2162. landing.view.paris15_ltdfountain.widget=generic
  2163. landing.view.paris15_ltdfountainoff.conf=caption,landing.view.habbo15ltd.header;bodytext,landing.view.habbo15ltd.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2015-09-05 15:00
  2164. landing.view.paris15_ltdfountainoff.layout=bitmap.uri,${image.library.url}web_promo_small/ParisLTD_Rare_spromo.png;bitmap.x,100;bitmap.y,100;container.height,290
  2165. landing.view.paris15_ltdfountainoff.widget=generic
  2166. landing.view.parisCommunityGoal.widget=communitygoalvsmode
  2167. landing.view.paypromoguitar.conf=caption,landing.view.bonusrare.header;credithabbletbutton,landing.view.bonusrare.button
  2168. landing.view.paypromoguitar.layout=bitmap.uri,${image.library.url}reception/hblooza_guitar11.png;bitmap.x,0;bitmap.y,90;container.height,250
  2169. landing.view.paypromoguitar.widget=generic
  2170. landing.view.pegasusnormal.conf=caption,landing.view.pegwing14.header;bodytext,landing.view.pegwing14.body;spacing,2;catalogbutton,landing.view.pegwing14.button,horse_styles
  2171. landing.view.pegasusnormal.layout=
  2172. landing.view.pegasusnormal.widget=generic
  2173. landing.view.pegasustimer.conf=caption,landing.view.pegwing14.header;bodytext,landing.view.pegwing14.body;spacing,2;customtimer,false,0,0,landing.view.pegwing14.timer,landing.view.raretimer.timer.expired,2014-09-27 15:00
  2174. landing.view.pegasustimer.layout=
  2175. landing.view.pegasustimer.widget=generic
  2176. landing.view.petpromo16.conf=caption,landing.view.petpromo16.header;bodytext,landing.view.petpromo16.body;catalogbutton,landing.view.petpromo16.button,rare_pet
  2177. landing.view.petpromo16.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  2178. landing.view.petpromo16.widget=generic
  2179. landing.view.petpromo16_2.conf=caption,landing.view.petpromo16.header;bodytext,landing.view.petpromo16.body;catalogbutton,landing.view.petpromo16.button,rare_pet2
  2180. landing.view.petpromo16_2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_promo.png;bitmap.x,0;bitmap.y,0;container.height,250
  2181. landing.view.petpromo16_2.widget=generic
  2182. landing.view.petpromonov13.conf=caption,landing.view.petpromonov13.header;bodytext,landing.view.petpromonov13.body;catalogbutton,landing.view.petpromonov13.button,pets_info
  2183. landing.view.petpromonov13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_discount.gif;bitmap.x,0;bitmap.y,0;container.height,200
  2184. landing.view.petpromonov13.widget=generic
  2185. landing.view.petroombundle.conf=caption,landing.view.petroombundle.header;bodytext,landing.view.petroombundle.body;catalogbutton,landing.view.petroombundle.button,wrestling_bundle
  2186. landing.view.petroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/pet_week_small_promo.png;bitmap.x,0;bitmap.y,140;container.height,290
  2187. landing.view.petroombundle.widget=generic
  2188. landing.view.pets.conf=caption,landing.view.pets.header;bodytext,landing.view.pets.body;catalogbutton,landing.view.pets.button,pet_dragon
  2189. landing.view.pets.layout=bitmap.uri,${image.library.url}web_promo_small/babypets_s_promo.png;bitmap.x,50;bitmap.y,0;container.height,250
  2190. landing.view.pets.widget=generic
  2191. landing.view.petweek14.conf=caption,landing.view.petweek14.header;bodytext,landing.view.petweek14.body;catalogbutton,landing.view.petweek14.button,pet_dragon
  2192. landing.view.petweek14.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_discount20p.gif;bitmap.x,0;bitmap.y,0;container.height,255
  2193. landing.view.petweek14.widget=generic
  2194. landing.view.pinatapromo.conf=caption,Landing.view.pinatas.header;bodytext,Landing.view.pinatas.body;catalogbutton,Landing.view.pinatas.button,pinatas
  2195. landing.view.pinatapromo.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_pinata.gif;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2196. landing.view.pinatapromo.widget=generic
  2197. landing.view.piratebundle.conf=title,landing.view.piratebundle.title;caption,landing.view.piratebundle.header;bodytext,landing.view.piratebundle.body;spacing,2;credithabbletbutton,landing.view.piratebundle.button
  2198. landing.view.piratebundle.layout=bitmap.uri,${image.library.url}catalogue/pirate_bundle.gif;bitmap.x,20;bitmap.y,120;container.height,270
  2199. landing.view.piratebundle.widget=generic
  2200. landing.view.piratecompsubmit.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompsubmit.header;bodytext,landing.view.piratecompsubmit.body;link,landing.view.hstarscompetition.terms.bodytext,http://help.habbo.com/;submitcompetitionroom,landing.view.sproom2.button,landing.view.roomcompetition.submitdone,piratebottlecollector;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2013-09-01 11:00
  2201. landing.view.piratecompsubmit.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
  2202. landing.view.piratecompsubmit.widget=generic
  2203. landing.view.piratecompvote.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompvote.header;bodytext,landing.view.piratecompvote.body;gotocompetitionroombutton,landing.view.sproomvote.button,piratebottlecollector;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2013-09-02 15:15;spacing,20
  2204. landing.view.piratecompvote.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
  2205. landing.view.piratecompvote.widget=generic
  2206. landing.view.piratefurni.conf=title,landing.view.piratefurni.title;caption,landing.view.piratefurni.header;bodytext,landing.view.piratefurni.body;spacing,2;catalogbutton,landing.view.piratefurni.button,set_pirates
  2207. landing.view.piratefurni.layout=bitmap.uri,${image.library.url}pirates2013/spromo_pirate_0.png;bitmap.x,20;bitmap.y,120;container.height,270
  2208. landing.view.piratefurni.widget=generic
  2209. landing.view.piraterares.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.piratefurni.button,pirate_rares
  2210. landing.view.piraterares.layout=bitmap.uri,${image.library.url}pirates2013/rare_teaser_all.gif;bitmap.x,20;bitmap.y,120;container.height,270
  2211. landing.view.piraterares.widget=generic
  2212. landing.view.piraterares1.conf=title,landing.view.piraterares.title;caption,landing.view.rarekraken.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
  2213. landing.view.piraterares1.layout=bitmap.uri,${image.library.url}catalogue/teaser_kraken.gif;bitmap.x,20;bitmap.y,120;container.height,280
  2214. landing.view.piraterares1.widget=generic
  2215. landing.view.piraterares2.conf=title,landing.view.piraterares.title;caption,landing.view.rarenavigation.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
  2216. landing.view.piraterares2.layout=bitmap.uri,${image.library.url}catalogue/teaser_nav.gif;bitmap.x,20;bitmap.y,120;container.height,280
  2217. landing.view.piraterares2.widget=generic
  2218. landing.view.piraterares3.conf=title,landing.view.piraterares.title;caption,landing.view.rareposeidon.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
  2219. landing.view.piraterares3.layout=bitmap.uri,${image.library.url}catalogue/teaser_posidon.gif;bitmap.x,20;bitmap.y,120;container.height,280
  2220. landing.view.piraterares3.widget=generic
  2221. landing.view.pirateraresa.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-26 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
  2222. landing.view.pirateraresa.layout=container.height,280
  2223. landing.view.pirateraresa.widget=generic
  2224. landing.view.pirateraresb.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-28 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
  2225. landing.view.pirateraresb.layout=container.height,270
  2226. landing.view.pirateraresb.widget=generic
  2227. landing.view.pirateraresc.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
  2228. landing.view.pirateraresc.layout=container.height,270
  2229. landing.view.pirateraresc.widget=generic
  2230. landing.view.pirateroyaldock.conf=title,landing.view.pirateroyaldock.title;caption,landing.view.pirateroyaldock.header;bodytext,landing.view.pirateroyaldock.body;internallinkbutton,landing.view.pirateroyaldock.button,navigator/tab/official
  2231. landing.view.pirateroyaldock.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,0;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
  2232. landing.view.pirateroyaldock.widget=generic
  2233. landing.view.pixelremove.promo.catalogpage=set_kuurna
  2234. landing.view.ponyexpress.conf=caption,landing.view.ponyexpress.header;bodytext,landing.view.ponyexpress.body;spacing,2;gotoroombutton,landing.view.ponyexpress.button,65840464
  2235. landing.view.ponyexpress.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_horse_bundle.gif;bitmap.x,0;bitmap.y,0;container.height,250
  2236. landing.view.ponyexpress.widget=generic
  2237. landing.view.pvsv16captain.conf=caption,landing.view.pvsv16captain.header;bodytext,landing.view.pvsv16captain.body;catalogbutton,landing.view.pvsv16captain.button,pvsv16captain
  2238. landing.view.pvsv16captain.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pvsv16captain2.png;bitmap.x,50;bitmap.y,0;container.height,250
  2239. landing.view.pvsv16captain.widget=generic
  2240. landing.view.pvsv16engagement.conf=caption,landing.view.pvsv16engagement.header;bodytext,landing.view.pvsv16engagement.body;spacing,2;requestbadgebutton,landing.view.pvsv16engagement.button1,pir,0,0,false;requestbadgebuttonsecond,landing.view.pvsv16engagement.button2,vik,0,0,false
  2241. landing.view.pvsv16engagement.layout=
  2242. landing.view.pvsv16engagement.widget=generic
  2243. landing.view.pvsv16fleet.conf=caption,landing.view.pvsv16fleet.header;bodytext,landing.view.pvsv16fleet.body;catalogbutton,landing.view.pvsv16fleet.button,room_bundles
  2244. landing.view.pvsv16fleet.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Vikings_Fleet_Bundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2245. landing.view.pvsv16fleet.widget=generic
  2246. landing.view.pvsv16hideout.conf=caption,landing.view.pvsv16hideout.header;bodytext,landing.view.pvsv16hideout.body;catalogbutton,landing.view.pvsv16hideout.button,room_bundles
  2247. landing.view.pvsv16hideout.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Smugglers_Hideout_Bundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2248. landing.view.pvsv16hideout.widget=generic
  2249. landing.view.pvsv16pirate.conf=caption,landing.view.pvsv16pirate.header;bodytext,landing.view.pvsv16pirate.body;catalogbutton,landing.view.pvsv16pirate.button,pvsv16pirate
  2250. landing.view.pvsv16pirate.layout=
  2251. landing.view.pvsv16pirate.widget=generic
  2252. landing.view.pvsv16smuggler.conf=caption,landing.view.pvsv16smuggler.header;bodytext,landing.view.pvsv16smuggler.body;catalogbutton,landing.view.pvsv16smuggler.button,pvsv16smuggler
  2253. landing.view.pvsv16smuggler.layout=bitmap.uri,${image.library.url}catalogue/spromo_pvsv16smuggler.gif;bitmap.x,0;bitmap.y,0;content.x,170;container.height,250
  2254. landing.view.pvsv16smuggler.widget=generic
  2255. landing.view.pvsv16viking.conf=caption,landing.view.pvsv16viking.header;bodytext,landing.view.pvsv16viking.body;catalogbutton,landing.view.pvsv16viking.button,vikings
  2256. landing.view.pvsv16viking.layout=
  2257. landing.view.pvsv16viking.widget=generic
  2258. landing.view.pvsv16village.conf=caption,landing.view.pvsv16village.header;bodytext,landing.view.pvsv16village.body;catalogbutton,landing.view.pvsv16village.button,pvsv16village
  2259. landing.view.pvsv16village.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pvsv16village.png;bitmap.x,50;bitmap.y,0;container.height,250
  2260. landing.view.pvsv16village.widget=generic
  2261. landing.view.pvsv16village2.conf=caption,landing.view.pvsv16village.header;bodytext,landing.view.pvsv16village.body;catalogbutton,landing.view.pvsv16village.button,pvsv16village
  2262. landing.view.pvsv16village2.layout=
  2263. landing.view.pvsv16village2.widget=generic
  2264. landing.view.rareghostship.conf=title,landing.view.piraterares.title;caption,landing.view.rareghostship.header;bodytext,landing.view.rareghostship.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_ghostship
  2265. landing.view.rareghostship.layout=bitmap.uri,${image.library.url}catalogue/pirate_ghostshipandbadge.gif;bitmap.x,20;bitmap.y,120;container.height,280
  2266. landing.view.rareghostship.widget=generic
  2267. landing.view.rarehotdog.conf=caption,landing.view.rarehotdog.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
  2268. landing.view.rarehotdog.layout=bitmap.uri,${image.library.url}illustrations/15jul_hotdog.png;bitmap.x,0;bitmap.y,90;container.height,250
  2269. landing.view.rarehotdog.widget=generic
  2270. landing.view.rarepopcorn.conf=caption,landing.view.rarepopcorn.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
  2271. landing.view.rarepopcorn.layout=bitmap.uri,${image.library.url}illustrations/17jul_popcorn.png;bitmap.x,0;bitmap.y,90;container.height,250
  2272. landing.view.rarepopcorn.widget=generic
  2273. landing.view.right_pane_dimmer.hidden=false
  2274. landing.view.room94.conf=caption,landing.view.room94.header;bodytext,landing.view.room94.body;spacing,10;link,landing.view.room94.button,http://www.habbopalooza.com;spacing,10;customtimer,false,0,0,,,2013-07-11 18:00
  2275. landing.view.room94.layout=bitmap.uri,${image.library.url}reception/room94.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,-10;bitmap.width,150;bitmap.height,150;container.height,100;
  2276. landing.view.room94.widget=generic
  2277. landing.view.roombundle15.conf=caption,landing.view.roombundle15.header;bodytext,landing.view.roombundle15.body;gotoroombutton,landing.view.roombundle15.button,66539412
  2278. landing.view.roombundle15.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_boxingbundle.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
  2279. landing.view.roombundle15.widget=generic
  2280. landing.view.roomcategory=questing
  2281. landing.view.runwayltd.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;catalogbutton,landing.view.runwayltd.button,ler
  2282. landing.view.runwayltd.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,140;bitmap.height,150
  2283. landing.view.runwayltd.widget=generic
  2284. landing.view.runwayltd2.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;customtimer,false,0,5,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-03-27 17:00
  2285. landing.view.runwayltd2.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,160;bitmap.height,150
  2286. landing.view.runwayltd2.widget=generic
  2287. landing.view.runwayrarebox.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;catalogbutton,landing.view.runwayrarebox.button,rare_box
  2288. landing.view.runwayrarebox.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
  2289. landing.view.runwayrarebox.widget=generic
  2290. landing.view.runwayrarebox2.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;customtimer,false,0,0,landing.view.runwayrarebox2.timeremaining,landing.view.runwayrarebox2.timer.expired,2014-03-22 18:00
  2291. landing.view.runwayrarebox2.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
  2292. landing.view.runwayrarebox2.widget=generic
  2293. landing.view.safetyvid.conf=caption,landing.view.safetyvid.header;bodytext,landing.view.safetyvid.body;link,landing.view.safetyvid.button,http:/127.0.0.1/room/62259178
  2294. landing.view.safetyvid.layout=bitmap.uri,${image.library.url}album2207/it_computer.gif;content.x,210;content.y,0;bitmap.x,100;bitmap.y,0;bitmap.width,61;bitmap.height,75;container.height,100;
  2295. landing.view.safetyvid.widget=generic
  2296. landing.view.schoolbundles.conf=caption,landing.view.schoolbundles.header;bodytext,landing.view.schoolbundles.body;catalogbutton,landing.view.schoolbundles.button,bundle_banzai
  2297. landing.view.schoolbundles.layout=bitmap.uri,${image.library.url}reception/bts_banzai_teaser.png;bitmap.x,0;bitmap.y,120;container.height,255
  2298. landing.view.schoolbundles.widget=generic
  2299. landing.view.schoolfurni.conf=caption,landing.view.schoolfurni.header;bodytext,landing.view.schoolfurni.body;catalogbutton,landing.view.schoolfurni.button,set_backtoschool
  2300. landing.view.schoolfurni.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_2.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
  2301. landing.view.schoolfurni.widget=generic
  2302. landing.view.schoolprom.conf=caption,landing.view.schoolprom.header;bodytext,landing.view.schoolprom.body
  2303. landing.view.schoolprom.layout=bitmap.uri,${image.library.url}catalogue/prom_teaser.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
  2304. landing.view.schoolprom.widget=generic
  2305. landing.view.schoolrares.conf=caption,landing.view.schoolrares.header;bodytext,landing.view.schoolrares.body;catalogbutton,landing.view.schoolfurni.button,palooza_rares
  2306. landing.view.schoolrares.layout=bitmap.uri,${image.library.url}catalogue/small_promo_school_rares.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
  2307. landing.view.schoolrares.widget=generic
  2308. landing.view.sep15million.conf=caption,landing.view.sep15million.header;bodytext,landing.view.sep15million.body;
  2309. landing.view.sep15million.layout=
  2310. landing.view.sep15million.widget=generic
  2311. landing.view.serenityspabundle.conf=caption,landing.view.serenityspabundle.header;bodytext,landing.view.serenityspabundle.body;gotoroombutton,landing.view.serenityspabundle.button,65879611
  2312. landing.view.serenityspabundle.layout=bitmap.uri,${image.library.url}web_promo_small/sparoombundleteaser.png;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,240;
  2313. landing.view.serenityspabundle.widget=generic
  2314. landing.view.shakespearefurnipack.conf=caption,landing.view.shakespearefurnipack.header;bodytext,landing.view.shakespearefurnipack.body;catalogbutton,landing.view.shakespearefurnipack.button,stories_shakespeare
  2315. landing.view.shakespearefurnipack.layout=bitmap.uri,${image.library.url}web_promo_small/storiesshakespeare_gardenbundle_spromo.png;content.x,0;content.y,0;bitmap.x,100;bitmap.y,90;bitmap.width,0;bitmap.height,0;container.height,240
  2316. landing.view.shakespearefurnipack.widget=generic
  2317. landing.view.smallpool.conf=caption,landing.view.smallpool.header;bodytext,landing.view.smallpool.body;spacing,2;catalogbutton,landing.view.smallpool.button,small_pool_bundle
  2318. landing.view.smallpool.layout=
  2319. landing.view.smallpool.widget=generic
  2320. landing.view.snowflakes13quest.conf=caption,landing.view.snowflakes13quest.header;bodytext,landing.view.snowflakes13quest.body;spacing,2;internallinkbutton,landing.view.snowflakes13quest.button,questengine/calendar
  2321. landing.view.snowflakes13quest.layout=bitmap.uri,${image.library.url}catalogue/ctlg_pic_snowflake_pilot.gif;bitmap.x,50;bitmap.y,90;container.height,200;
  2322. landing.view.snowflakes13quest.widget=generic
  2323. landing.view.soap16bighosp.conf=caption,landing.view.soap16bighosp.header;bodytext,landing.view.soap16bighosp.body;catalogbutton,landing.view.soap16bighosp.button,soap16bighosp
  2324. landing.view.soap16bighosp.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Big_Hospital_Bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  2325. landing.view.soap16bighosp.widget=generic
  2326. landing.view.soap16cinema.conf=caption,landing.view.soap16cinema.header;bodytext,landing.view.soap16cinema.body;catalogbutton,landing.view.soap16cinema.button,soap16cinema
  2327. landing.view.soap16cinema.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Cinema_Premiere.png;bitmap.x,50;bitmap.y,0;container.height,250
  2328. landing.view.soap16cinema.widget=generic
  2329. landing.view.soap16collectible.conf=caption,landing.view.soap16collectible.header;bodytext,landing.view.soap16collectible.body;catalogbutton,landing.view.soap16collectible.button,soap16collectible
  2330. landing.view.soap16collectible.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r16_angtank.png;bitmap.x,50;bitmap.y,0;container.height,250
  2331. landing.view.soap16collectible.widget=generic
  2332. landing.view.soap16collectible2.conf=caption,landing.view.soap16collectible.header;bodytext,landing.view.soap16collectible.body;catalogbutton,landing.view.soap16collectible.button,soap16collectible
  2333. landing.view.soap16collectible2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r16_troptank.png;bitmap.x,50;bitmap.y,0;container.height,250
  2334. landing.view.soap16collectible2.widget=generic
  2335. landing.view.soap16collectible3.conf=caption,landing.view.soap16collectible.header;bodytext,landing.view.soap16collectible.body;catalogbutton,landing.view.soap16collectible.button,soap16collectible
  2336. landing.view.soap16collectible3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r16_pufftank.png;bitmap.x,50;bitmap.y,0;container.height,250
  2337. landing.view.soap16collectible3.widget=generic
  2338. landing.view.soap16hosp.conf=caption,landing.view.soap16hosp.header;bodytext,landing.view.soap16hosp.body;catalogbutton,landing.view.soap16hosp.button,soap16hosp
  2339. landing.view.soap16hosp.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Hospital_Bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  2340. landing.view.soap16hosp.widget=generic
  2341. landing.view.soap16icecafe.conf=caption,landing.view.soap16icecafe.header;bodytext,landing.view.soap16icecafe.body;catalogbutton,landing.view.soap16icecafe.button,soap16icecafe
  2342. landing.view.soap16icecafe.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Ice_Cafe.png;bitmap.x,50;bitmap.y,0;container.height,250
  2343. landing.view.soap16icecafe.widget=generic
  2344. landing.view.sparares.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-17 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
  2345. landing.view.sparares.layout=bitmap.uri,${image.library.url}catalogue/val14_wchair.gif;content.x,0;content.y,0;bitmap.x,170;bitmap.y,100;bitmap.width,61;bitmap.height,150;container.height,255
  2346. landing.view.sparares.widget=generic
  2347. landing.view.sparares2.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-19 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
  2348. landing.view.sparares2.layout=bitmap.uri,${image.library.url}catalogue/val14_lamp.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
  2349. landing.view.sparares2.widget=generic
  2350. landing.view.sparares3.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-21 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
  2351. landing.view.sparares3.layout=bitmap.uri,${image.library.url}catalogue/eternity_fountain.gif;content.x,0;content.y,0;bitmap.x,150;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
  2352. landing.view.sparares3.widget=generic
  2353. landing.view.sparares4.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-23 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
  2354. landing.view.sparares4.layout=bitmap.uri,${image.library.url}catalogue/val14_lovelock3.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
  2355. landing.view.sparares4.widget=generic
  2356. landing.view.sparares5.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-28 19:00;catalogbutton,landing.view.schoolfurni.button,ler
  2357. landing.view.sparares5.layout=bitmap.uri,${image.library.url}web_promo_small/sage.gif;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
  2358. landing.view.sparares5.widget=generic
  2359. landing.view.starteroom.conf=caption,product_starter_roomdeal1_name;bodytext,product_starter_roomdeal1_desc;spacing,2;credithabbletbutton,landing.view.checkitout.button
  2360. landing.view.starteroom.layout=bitmap.uri,${image.library.url}catalogue/noob_bundle_furni.gif;content.y,0;container.height,250
  2361. landing.view.starteroom.widget=generic
  2362. landing.view.stranded16boombox.conf=caption,landing.view.stranded16boombox.header;bodytext,landing.view.stranded16boombox.body;catalogbutton,landing.view.stranded16boombox.button,stranded16line
  2363. landing.view.stranded16boombox.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_jungleradio.png;bitmap.x,0;bitmap.y,0;container.height,250
  2364. landing.view.stranded16boombox.widget=generic
  2365. landing.view.stranded16hut.conf=caption,landing.view.stranded16hut.header;bodytext,landing.view.stranded16hut.body;catalogbutton,landing.view.stranded16hut.button,stranded16hut
  2366. landing.view.stranded16hut.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_AbandonedHutBundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2367. landing.view.stranded16hut.widget=generic
  2368. landing.view.stranded16hut2.conf=caption,landing.view.stranded16hut.header;bodytext,landing.view.stranded16hut.body;catalogbutton,landing.view.stranded16hut.button,stranded16hut
  2369. landing.view.stranded16hut2.layout=
  2370. landing.view.stranded16hut2.widget=generic
  2371. landing.view.stranded16jungle.conf=caption,landing.view.stranded16jungle.header;bodytext,landing.view.stranded16jungle.body;catalogbutton,landing.view.stranded16jungle.button,room_bundles
  2372. landing.view.stranded16jungle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Jungle_Temple.png;bitmap.x,0;bitmap.y,0;container.height,250
  2373. landing.view.stranded16jungle.widget=generic
  2374. landing.view.stranded16jungle2.conf=caption,landing.view.stranded16jungle.header;bodytext,landing.view.stranded16jungle.body;catalogbutton,landing.view.stranded16jungle.button,room_bundles
  2375. landing.view.stranded16jungle2.layout=
  2376. landing.view.stranded16jungle2.widget=generic
  2377. landing.view.stranded16lagoon.conf=caption,landing.view.stranded16lagoon.header;bodytext,landing.view.stranded16lagoon.body;catalogbutton,landing.view.stranded16lagoon.button,stranded16lagoon
  2378. landing.view.stranded16lagoon.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Tropical_Lagoon.png;bitmap.x,0;bitmap.y,0;container.height,250
  2379. landing.view.stranded16lagoon.widget=generic
  2380. landing.view.stranded16line.conf=caption,landing.view.stranded16line.header;bodytext,landing.view.stranded16line.body;catalogbutton,landing.view.stranded16line.button,stranded16line
  2381. landing.view.stranded16line.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_2016jungle2.png;bitmap.x,0;bitmap.y,0;container.height,250
  2382. landing.view.stranded16line.widget=generic
  2383. landing.view.stranded16line2.conf=caption,landing.view.stranded16line.header;bodytext,landing.view.stranded16line.body;catalogbutton,landing.view.stranded16line.button,stranded16line
  2384. landing.view.stranded16line2.layout=
  2385. landing.view.stranded16line2.widget=generic
  2386. landing.view.stranded16ltd.conf=caption,landing.view.stranded16ltd.header;bodytext,landing.view.stranded16ltd.body;catalogbutton,landing.view.stranded16ltd.button,ler
  2387. landing.view.stranded16ltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_orangutan_ltd.png;bitmap.x,0;bitmap.y,0;container.height,250
  2388. landing.view.stranded16ltd.widget=generic
  2389. landing.view.stranded16perilous.conf=caption,landing.view.stranded16perilous.header;bodytext,landing.view.stranded16perilous.body;catalogbutton,landing.view.stranded16perilous.button,stranded16perilous
  2390. landing.view.stranded16perilous.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Perilous_Jungle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2391. landing.view.stranded16perilous.widget=generic
  2392. landing.view.stranded16pitcher.conf=caption,landing.view.stranded16pitcher.header;bodytext,landing.view.stranded16pitcher.body;catalogbutton,landing.view.stranded16pitcher.button,stranded16pitcher
  2393. landing.view.stranded16pitcher.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Pitcher_Plant.png;bitmap.x,0;bitmap.y,0;container.height,250
  2394. landing.view.stranded16pitcher.widget=generic
  2395. landing.view.stranded16pulley.conf=caption,landing.view.stranded16pulley.header;bodytext,landing.view.stranded16pulley.body;catalogbutton,landing.view.stranded16pulley.button,stranded16pulley
  2396. landing.view.stranded16pulley.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Basket.png;bitmap.x,0;bitmap.y,0;container.height,250
  2397. landing.view.stranded16pulley.widget=generic
  2398. landing.view.stranded16raft.conf=caption,landing.view.stranded16raft.header;bodytext,landing.view.stranded16raft.body;catalogbutton,landing.view.stranded16raft.button,stranded16raft
  2399. landing.view.stranded16raft.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Log_Raft.png;bitmap.x,0;bitmap.y,0;container.height,250
  2400. landing.view.stranded16raft.widget=generic
  2401. landing.view.stranded16sloth.conf=caption,landing.view.stranded16sloth.header;bodytext,landing.view.stranded16sloth.body;catalogbutton,landing.view.stranded16sloth.button,stranded16sloth
  2402. landing.view.stranded16sloth.layout=
  2403. landing.view.stranded16sloth.widget=generic
  2404. landing.view.sumcat.conf=caption,landing.view.summercat.header;bodytext,landing.view.summercat.body;catalogbutton,landing.view.summercat.button,set_pool
  2405. landing.view.sumcat.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_summer.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,100
  2406. landing.view.sumcat.widget=generic
  2407. landing.view.summer17cal.conf=caption,landing.view.summer17cal.header;bodytext,landing.view.summer17cal.body;internallinkbutton,landing.view.summer17cal.button,openView/calendar
  2408. landing.view.summer17cal.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_sea17_calrewards.png;bitmap.x,50;bitmap.y,0;container.height,250
  2409. landing.view.summer17cal.widget=generic
  2410. landing.view.tabletfin.conf=caption,landing.view.tabletfin.header;bodytext,landing.view.tabletfin.body;spacing,2;gotoroombutton,landing.view.tabletfin.button,66736031
  2411. landing.view.tabletfin.layout=
  2412. landing.view.tabletfin.widget=generic
  2413. landing.view.tent.conf=caption,landing.view.tent.header;bodytext,landing.view.tent.body;catalogbutton,landing.view.tent.button,palooza_tents
  2414. landing.view.tent.layout=bitmap.uri,${image.library.url}reception/email_image_tents.png;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
  2415. landing.view.tent.widget=generic
  2416. landing.view.traffic1.conf=caption,landing.view.traffic1.header;bodytext,landing.view.traffic1.body;gotoroombutton,landing.view.traffic1.button,72019755
  2417. landing.view.traffic1.layout=
  2418. landing.view.traffic1.widget=generic
  2419. landing.view.traffic2.conf=caption,landing.view.traffic2.header;bodytext,landing.view.traffic2.body;gotoroombutton,landing.view.traffic2.button,72019757
  2420. landing.view.traffic2.layout=
  2421. landing.view.traffic2.widget=generic
  2422. landing.view.traffic3.conf=caption,landing.view.traffic3.header;bodytext,landing.view.traffic3.body;gotoroombutton,landing.view.traffic3.button,72019758
  2423. landing.view.traffic3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_driveschool.png;bitmap.x,50;bitmap.y,140;container.height,300
  2424. landing.view.traffic3.widget=generic
  2425. landing.view.traffic4.conf=caption,landing.view.traffic4.header;bodytext,landing.view.traffic4.body;gotoroombutton,landing.view.traffic4.button,72019762
  2426. landing.view.traffic4.layout=
  2427. landing.view.traffic4.widget=generic
  2428. landing.view.traffic5.conf=caption,landing.view.traffic5.header;bodytext,landing.view.traffic5.body;gotoroombutton,landing.view.traffic5.button,72076671
  2429. landing.view.traffic5.layout=
  2430. landing.view.traffic5.widget=generic
  2431. landing.view.traffic6.conf=caption,landing.view.traffic6.header;bodytext,landing.view.traffic6.body;gotoroombutton,landing.view.traffic6.button,72080916
  2432. landing.view.traffic6.layout=
  2433. landing.view.traffic6.widget=generic
  2434. landing.view.val14kiss.conf=caption,quests.val14_kiss.name;bodytext,quests.val14_kiss.1392199148238.chaininfo;internallinkbutton,landing.view.val14kiss.button,navigator/goto/home
  2435. landing.view.val14kiss.layout=bitmap.uri,${image.library.url}album1584/VSP09.gif;content.x,170;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
  2436. landing.view.val14kiss.widget=generic
  2437. landing.view.val15haiku1.conf=caption,landing.view.val15haiku1.header;bodytext,landing.view.val15haiku1.body;gotoroombutton,landing.view.val15haiku1.button,68987938
  2438. landing.view.val15haiku1.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2439. landing.view.val15haiku1.widget=generic
  2440. landing.view.val15haiku10.conf=caption,landing.view.val15haiku10.header;bodytext,landing.view.val15haiku10.body;gotoroombutton,landing.view.val15haiku10.button,68987947
  2441. landing.view.val15haiku10.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2442. landing.view.val15haiku10.widget=generic
  2443. landing.view.val15haiku2.conf=caption,landing.view.val15haiku2.header;bodytext,landing.view.val15haiku2.body;gotoroombutton,landing.view.val15haiku2.button,68987939
  2444. landing.view.val15haiku2.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2445. landing.view.val15haiku2.widget=generic
  2446. landing.view.val15haiku3.conf=caption,landing.view.val15haiku3.header;bodytext,landing.view.val15haiku3.body;gotoroombutton,landing.view.val15haiku3.button,68987940
  2447. landing.view.val15haiku3.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2448. landing.view.val15haiku3.widget=generic
  2449. landing.view.val15haiku4.conf=caption,landing.view.val15haiku4.header;bodytext,landing.view.val15haiku4.body;gotoroombutton,landing.view.val15haiku4.button,68987942
  2450. landing.view.val15haiku4.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2451. landing.view.val15haiku4.widget=generic
  2452. landing.view.val15haiku5.conf=caption,landing.view.val15haiku5.header;bodytext,landing.view.val15haiku5.body;gotoroombutton,landing.view.val15haiku5.button,68987941
  2453. landing.view.val15haiku5.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2454. landing.view.val15haiku5.widget=generic
  2455. landing.view.val15haiku6.conf=caption,landing.view.val15haiku6.header;bodytext,landing.view.val15haiku6.body;gotoroombutton,landing.view.val15haiku6.button,68987943
  2456. landing.view.val15haiku6.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2457. landing.view.val15haiku6.widget=generic
  2458. landing.view.val15haiku7.conf=caption,landing.view.val15haiku7.header;bodytext,landing.view.val15haiku7.body;gotoroombutton,landing.view.val15haiku7.button,68987944
  2459. landing.view.val15haiku7.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2460. landing.view.val15haiku7.widget=generic
  2461. landing.view.val15haiku8.conf=caption,landing.view.val15haiku8.header;bodytext,landing.view.val15haiku8.body;gotoroombutton,landing.view.val15haiku8.button,68987945
  2462. landing.view.val15haiku8.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2463. landing.view.val15haiku8.widget=generic
  2464. landing.view.val15haiku9.conf=caption,landing.view.val15haiku9.header;bodytext,landing.view.val15haiku9.body;gotoroombutton,landing.view.val15haiku9.button,68987946
  2465. landing.view.val15haiku9.layout=bitmap.uri,${image.library.url}web_promo_small/val15_bonus_rare_2_small_promo.png;bitmap.x,0;content.x,200;content.y,0;bitmap.y,0;container.height,250
  2466. landing.view.val15haiku9.widget=generic
  2467. landing.view.val15ltd.conf=caption,landing.view.japan15ltd.header;bodytext,landing.view.japan15ltd.body;catalogbutton,landing.view.japan15ltd.button,ler
  2468. landing.view.val15ltd.layout=
  2469. landing.view.val15ltd.widget=generic
  2470. landing.view.val15ltdoff.conf=caption,landing.view.japan15ltd.header;bodytext,landing.view.japan15ltd.body;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2015-02-14 15:00
  2471. landing.view.val15ltdoff.layout=
  2472. landing.view.val15ltdoff.widget=generic
  2473. landing.view.val16cny.conf=caption,landing.view.val16cny.header;bodytext,landing.view.val16cny.body;catalogbutton,landing.view.val16cny.button,room_bundles
  2474. landing.view.val16cny.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_chinesenybundle.png;bitmap.x,0;bitmap.y,0;container.height,250
  2475. landing.view.val16cny.widget=generic
  2476. landing.view.val16disguise.conf=caption,landing.view.val16disguise.header;bodytext,landing.view.val16disguise.body;catalogbutton,landing.view.val16disguise.button,room_bundles
  2477. landing.view.val16disguise.layout=
  2478. landing.view.val16disguise.widget=generic
  2479. landing.view.val16garden.conf=caption,landing.view.val16garden.header;bodytext,landing.view.val16garden.body;catalogbutton,landing.view.val16garden.button,room_bundles
  2480. landing.view.val16garden.layout=
  2481. landing.view.val16garden.widget=generic
  2482. landing.view.val16mask.conf=caption,landing.view.val16mask.header;bodytext,landing.view.val16mask.body;catalogbutton,landing.view.val16mask.button,valentines_masks
  2483. landing.view.val16mask.layout=
  2484. landing.view.val16mask.widget=generic
  2485. landing.view.val16old.conf=caption,landing.view.val16old.header;bodytext,landing.view.val16old.body;catalogbutton,landing.view.val16old.button,val16old
  2486. landing.view.val16old.layout=
  2487. landing.view.val16old.widget=generic
  2488. landing.view.val16parade.conf=caption,landing.view.val16parade.header;bodytext,landing.view.val16parade.body;catalogbutton,landing.view.val16parade.button,room_bundles
  2489. landing.view.val16parade.layout=
  2490. landing.view.val16parade.widget=generic
  2491. landing.view.val16rarecny.conf=caption,landing.view.val16rarecny.header;bodytext,landing.view.val16rarecny.body;catalogbutton,landing.view.val16rarecny.button,val16rarecny
  2492. landing.view.val16rarecny.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_cnymonkeyballoon.png;bitmap.x,0;bitmap.y,0;container.height,250
  2493. landing.view.val16rarecny.widget=generic
  2494. landing.view.val16rarelion.conf=caption,landing.view.val16rarelion.header;bodytext,landing.view.val16rarelion.body;catalogbutton,landing.view.val16rarelion.button,val16rarelion
  2495. landing.view.val16rarelion.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_float4rare.png;bitmap.x,0;bitmap.y,0;container.height,250
  2496. landing.view.val16rarelion.widget=generic
  2497. landing.view.val16rareoyster.conf=caption,landing.view.val16rareoyster.header;bodytext,landing.view.val16rareoyster.body;catalogbutton,landing.view.val16rareoyster.button,val16rareoyster
  2498. landing.view.val16rareoyster.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_float1rare.png;bitmap.x,0;bitmap.y,0;container.height,250
  2499. landing.view.val16rareoyster.widget=generic
  2500. landing.view.val16rarepeacock.conf=caption,landing.view.val16rarepeacock.header;bodytext,landing.view.val16rarepeacock.body;catalogbutton,landing.view.val16rarepeacock.button,val16rarepeacock
  2501. landing.view.val16rarepeacock.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_float3rare.png;bitmap.x,0;bitmap.y,0;container.height,250
  2502. landing.view.val16rarepeacock.widget=generic
  2503. landing.view.val16rarevolcano.conf=caption,landing.view.val16rarevolcano.header;bodytext,landing.view.val16rarevolcano.body;catalogbutton,landing.view.val16rarevolcano.button,val16rarevolcano
  2504. landing.view.val16rarevolcano.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_float2rare.png;bitmap.x,0;bitmap.y,0;container.height,250
  2505. landing.view.val16rarevolcano.widget=generic
  2506. landing.view.val16theatre.conf=caption,landing.view.val16theatre.header;bodytext,landing.view.val16theatre.body;catalogbutton,landing.view.val16theatre.button,val16theatre
  2507. landing.view.val16theatre.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_venianbundle16.png;bitmap.x,0;bitmap.y,0;container.height,250
  2508. landing.view.val16theatre.widget=generic
  2509. landing.view.val17back.conf=caption,landing.view.val17back.header;bodytext,landing.view.val17back.body;catalogbutton,landing.view.val17back.button,val17back
  2510. landing.view.val17back.layout=
  2511. landing.view.val17back.widget=generic
  2512. landing.view.val17banquet.conf=caption,landing.view.val17banquet.header;bodytext,landing.view.val17banquet.body;catalogbutton,landing.view.val17banquet.button,val17_banquet
  2513. landing.view.val17banquet.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Wedding_Banquet_Bundle.png;bitmap.x,50;bitmap.y,0;container.height,250
  2514. landing.view.val17banquet.widget=generic
  2515. landing.view.val17dress.conf=caption,landing.view.val17dress.header;bodytext,landing.view.val17dress.body;catalogbutton,landing.view.val17dress.button,val17dress
  2516. landing.view.val17dress.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r_weddingset.png;bitmap.x,50;bitmap.y,0;container.height,250
  2517. landing.view.val17dress.widget=generic
  2518. landing.view.val17game.conf=caption,landing.view.val17game.header;bodytext,landing.view.val17game.body;internallinkbutton,landing.view.val17game.button,navigator/tab/official_view
  2519. landing.view.val17game.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Speeddating.png;bitmap.x,50;bitmap.y,0;container.height,250
  2520. landing.view.val17game.widget=generic
  2521. landing.view.val17garden.conf=caption,landing.view.val17garden.header;bodytext,landing.view.val17garden.body;catalogbutton,landing.view.val17garden.button,cozygarden_bundle
  2522. landing.view.val17garden.layout=
  2523. landing.view.val17garden.widget=generic
  2524. landing.view.val17hc.conf=caption,landing.view.val17hc.header;bodytext,landing.view.val17hc.body;catalogbutton,landing.view.val17hc.button,club_shop
  2525. landing.view.val17hc.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_HCreboot.png;bitmap.x,50;bitmap.y,0;container.height,250
  2526. landing.view.val17hc.widget=generic
  2527. landing.view.val17old.conf=caption,landing.view.val17old.header;bodytext,landing.view.val17old.body;catalogbutton,landing.view.val17old.button,val17old
  2528. landing.view.val17old.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r_screenpnk.png;bitmap.x,50;bitmap.y,0;container.height,250
  2529. landing.view.val17old.widget=generic
  2530. landing.view.val17organ.conf=caption,landing.view.val17organ.header;bodytext,landing.view.val17organ.body;catalogbutton,landing.view.cp15stpat.button,ler
  2531. landing.view.val17organ.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_r_LTDorgan.png;bitmap.x,50;bitmap.y,0;container.height,250
  2532. landing.view.val17organ.widget=generic
  2533. landing.view.val17organoff.conf=caption,landing.view.val17organ.header;bodytext,landing.view.val17organ.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2017-02-17 16:00
  2534. landing.view.val17organoff.layout=
  2535. landing.view.val17organoff.widget=generic
  2536. landing.view.val17star.conf=caption,landing.view.val17star.header;bodytext,landing.view.val17star.body;catalogbutton,landing.view.val17star.button,feb17classic
  2537. landing.view.val17star.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_Star_Lounge.png;bitmap.x,50;bitmap.y,0;container.height,250
  2538. landing.view.val17star.widget=generic
  2539. landing.view.val17wedding.conf=caption,landing.view.val17wedding.header;bodytext,landing.view.val17wedding.body;catalogbutton,landing.view.val17wedding.button,val17_wedding
  2540. landing.view.val17wedding.layout=
  2541. landing.view.val17wedding.widget=generic
  2542. landing.view.venetiaroombundle.conf=caption,landing.view.venetiaroombundle.header;bodytext,landing.view.venetiaroombundle.body;internallinkbutton,landing.view.venetiaroombundle.button,habblet/open/credits
  2543. landing.view.venetiaroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/venice_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
  2544. landing.view.venetiaroombundle.widget=generic
  2545. landing.view.videotvs.conf=caption,landing.view.videotvs.header;bodytext,catalog.page.youtube_tvs.text_0;catalogbutton,landing.view.checkitout.button,youtube_tvs
  2546. landing.view.videotvs.layout=bitmap.uri,${image.library.url}catalogue/spromo_tvs.gif;bitmap.x,0;bitmap.y,90;container.height,250
  2547. landing.view.videotvs.widget=generic
  2548. landing.view.view.army15petdisc.conf=caption,landing.view.view.army15petdisc.header;bodytext,landing.view.view.army15petdisc.body;catalogbutton,landing.view.view.army15petdisc.button,pet_puppy
  2549. landing.view.view.army15petdisc.layout=
  2550. landing.view.view.army15petdisc.widget=generic
  2551. landing.view.vikingclanbundles.conf=caption,landing.view.vikingclanbundles.header;bodytext,landing.view.vikingclanbundles.body;spacing,2;catalogbutton,landing.view.battleshade.button,vikings_battleshade;catalogbutton,landing.view.steelscar.button,vikings_steelscar
  2552. landing.view.vikingclanbundles.layout=
  2553. landing.view.vikingclanbundles.widget=generic
  2554. landing.view.vikingfurni.conf=caption,landing.view.vikingfurni.header;bodytext,landing.view.vikingfurni.body;catalogbutton,landing.boutiquefurni.button,vikings
  2555. landing.view.vikingfurni.layout=
  2556. landing.view.vikingfurni.widget=generic
  2557. landing.view.vikingsCommunityGoal.widget=communitygoalvsmode
  2558. landing.view.vikingsltd.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;customtimer,false,0,0,landing.view.vikingsltd.timer,landing.view.raretimer.timer.expired,2014-05-28 21:00
  2559. landing.view.vikingsltd.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
  2560. landing.view.vikingsltd.widget=generic
  2561. landing.view.vikingsltd1.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;catalogbutton,landing.view.vikingsltd.button,ler
  2562. landing.view.vikingsltd1.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
  2563. landing.view.vikingsltd1.widget=generic
  2564. landing.view.vipschedule.conf=caption,landing.view.vipvisits.header;bodytext,landing.view.vipvisits.body;link,landing.view.vipvisits.button,http://www.habbopalooza.com
  2565. landing.view.vipschedule.layout=
  2566. landing.view.vipschedule.widget=generic
  2567. landing.view.viruspromo.conf=caption,landing.view.viruspromo.header;bodytext,landing.view.viruspromo.body;link,landing.view.viruspromo.button,http:/127.0.0.1/articles
  2568. landing.view.viruspromo.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
  2569. landing.view.viruspromo.widget=generic
  2570. landing.view.wc14lockerbundle.conf=caption,landing.view.wc14lockerbundle.header;bodytext,landing.view.wc14lockerbundle.body;spacing,2;catalogbutton,landing.view.wc14lockerbundle.button,wc2014_lockerroom
  2571. landing.view.wc14lockerbundle.layout=
  2572. landing.view.wc14lockerbundle.widget=generic
  2573. landing.view.wc14ltd.conf=caption,landing.view.wc14ltd.header;bodytext,landing.view.wc14ltd.body;catalogbutton,landing.view.wc14ltd.button,ler
  2574. landing.view.wc14ltd.layout=bitmap.uri,${image.library.url}/web_promo_small/ltd_landing.gif;bitmap.x,160;bitmap.y,140;container.height,255
  2575. landing.view.wc14ltd.widget=generic
  2576. landing.view.wc14mansionbundle.conf=caption,landing.view.wc14mansionbundle.header;bodytext,landing.view.wc14mansionbundle.body;spacing,2;catalogbutton,landing.view.wc14mansionbundle.button,wc2014_mansionroom
  2577. landing.view.wc14mansionbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_mansionRB.png;bitmap.x,0;bitmap.y,0;container.height,250;content.x,170
  2578. landing.view.wc14mansionbundle.widget=generic
  2579. landing.view.wcrares14.conf=caption,landing.view.wcrares14.header;bodytext,landing.view.wcrares14.body;spacing,2;catalogbutton,landing.view.wcrares14.button,wc2014_rares
  2580. landing.view.wcrares14.layout=
  2581. landing.view.wcrares14.widget=generic
  2582. landing.view.wedding_bundle.conf=caption,landing.view.wedding_bundle.header;bodytext,landing.view.wedding_bundle.body;catalogbutton,landing.view.wedding_bundle.button,wedding_bundle
  2583. landing.view.wedding_bundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_1506_wed.png;bitmap.x,50;bitmap.y,0;container.height,250
  2584. landing.view.wedding_bundle.widget=generic
  2585. landing.view.welcomeschool.conf=caption,landing.view.welcomeschool.header;bodytext,landing.view.welcomeschool.body;internallinkbutton,landing.view.welcomeschool.button,habblet/open/news
  2586. landing.view.welcomeschool.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_1.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,162;container.height,220
  2587. landing.view.welcomeschool.widget=generic
  2588. landing.view.wildWestLTD.conf=caption,landing.view.wildWestLTD.header;bodytext,landing.view.wildWestLTD.body;spacing,2;customtimer,false,0,0,landing.view.wildWestLTD.timer,landing.view.raretimer.timer.expired,2014-08-23 17:00;catalogbutton,landing.view.wildWestLTD.button,ler
  2589. landing.view.wildWestLTD.layout=
  2590. landing.view.wildWestLTD.widget=generic
  2591. landing.view.wildWestLTDvisible.conf=caption,landing.view.wildWestLTD.header;bodytext,landing.view.wildWestLTD.body;spacing,2;catalogbutton,landing.view.wildWestLTD.button,ler
  2592. landing.view.wildWestLTDvisible.layout=bitmap.uri,${image.library.url}web_promo_small/wildwest_ltd_clean_image.png;bitmap.x,190;bitmap.y,130;container.height,200
  2593. landing.view.wildWestLTDvisible.widget=generic
  2594. landing.view.wildwest14buffalo.conf=caption,landing.view.wildwest14buffalo.header;bodytext,landing.view.wildwest14buffalo.body;spacing,2;catalogbutton,landing.view.wildwest14buffalo.button,wild_rares
  2595. landing.view.wildwest14buffalo.layout=bitmap.uri,${image.library.url}web_promo_small/st_wildwest_rarefurni_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
  2596. landing.view.wildwest14buffalo.widget=generic
  2597. landing.view.wildwestChallengeCommunityGoal.widget=communitygoal
  2598. landing.view.wintergameroom.conf=caption,landing.view.wintergameroom.header;bodytext,landing.view.wintergameroom.body;gotoroombutton,landing.view.wintergameroom.button,65993481
  2599. landing.view.wintergameroom.layout=bitmap.uri,${image.library.url}web_promo_small/sp_olybundle.png;content.x,0;content.y,0;bitmap.x,100;bitmap.y,140;bitmap.width,0;bitmap.height,0;container.height,250
  2600. landing.view.wintergameroom.widget=generic
  2601. landing.view.womansDayCommunityGoal.widget=communitygoal
  2602. landing.view.woz.conf=caption,landing.view.woz.header;bodytext,landing.view.woz.body;gamecenterbutton,landing.view.woz.button,101xp_zombie_dev
  2603. landing.view.woz.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,70;bitmap.y,75;container.height,200
  2604. landing.view.woz.widget=generic
  2605. landing.view.wwestfurni.conf=caption,landing.view.wwestfurni.header;bodytext,landing.view.wwestfurni.body;catalogbutton,landing.view.wwestfurni.button,wild_west
  2606. landing.view.wwestfurni.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_wildwestfurni.png;bitmap.x,50;bitmap.y,-20;container.height,255
  2607. landing.view.wwestfurni.widget=generic
  2608. landing.view.wwestfurni2.conf=caption,landing.view.wwestfurni2.header;bodytext,landing.view.wwestfurni2.body;spacing,2;catalogbutton,landing.view.wwestfurni2.button,wild_west
  2609. landing.view.wwestfurni2.layout=
  2610. landing.view.wwestfurni2.widget=generic
  2611. landing.view.wwestrares.conf=caption,landing.view.wwestrares.header;bodytext,landing.view.wwestrares.body;catalogbutton,landing.view.wwestrares.button,wild_rares
  2612. landing.view.wwestrares.layout=bitmap.uri,${image.library.url}web_promo_small/WildWestTillGallowsSpromo.png;bitmap.x,0;bitmap.y,120;container.height,270
  2613. landing.view.wwestrares.widget=generic
  2614. landing.view.wwesttownbund.conf=caption,landing.view.wwesttownbund.header;bodytext,landing.view.wwesttownbund.body;spacing,2;catalogbutton,landing.view.wwesttownbund.button,rattlesnake_bundle
  2615. landing.view.wwesttownbund.layout=
  2616. landing.view.wwesttownbund.widget=generic
  2617. landing.view.wwesttrainbun.conf=caption,landing.view.wwesttrainbun.header;bodytext,landing.view.wwesttrainbun.body;catalogbutton,landing.view.wwesttrainbun.button,frontier_train1
  2618. landing.view.wwesttrainbun.layout=bitmap.uri,${image.library.url}catalogue/august14_wagon_internal.gif;bitmap.x,50;bitmap.y,0;container.height,250
  2619. landing.view.wwesttrainbun.widget=generic
  2620. landing.view.wwestwantedlock.conf=caption,landing.view.wwestwantedlock.header;bodytext,landing.view.wwestwantedlock.body;spacing,2;catalogbutton,landing.view.wwestwantedlock.button,wanter_poster
  2621. landing.view.wwestwantedlock.layout=
  2622. landing.view.wwestwantedlock.widget=generic
  2623. landing.view.xm14furniforbc.conf=caption,landing.view.xm14furniforbc.header;bodytext,landing.view.xm14furniforbc.body;spacing,2;internallinkbutton,landing.view.xm14furniforbc.button,catalog/warehouse/xmas_old_furni
  2624. landing.view.xm14furniforbc.layout=
  2625. landing.view.xm14furniforbc.widget=generic
  2626. landing.view.xmas13oldfurni.conf=caption,landing.view.xmas13oldfurni.header;bodytext,landing.view.xmas13oldfurni.body;spacing,2;catalogbutton,landing.view.xmas13oldfurni.button,xmas_old_furni
  2627. landing.view.xmas13oldfurni.layout=
  2628. landing.view.xmas13oldfurni.widget=generic
  2629. landing.view.xmas13polarbear.conf=caption,landing.view.xmas13polarbear.header;bodytext,landing.view.xmas13polarbear.body;spacing,2;catalogbutton,landing.view.xmas13polarbear.button,polar_bear_promo
  2630. landing.view.xmas13polarbear.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_polar_bear.gif;bitmap.x,50;bitmap.y,100;container.height,250
  2631. landing.view.xmas13polarbear.widget=generic
  2632. landing.view.xmas13quest.conf=caption,landing.view.xmas13quest.header;bodytext,landing.view.xmas13quest.body;spacing,2;internallinkbutton,landing.view.xmas13quest.button,questengine/calendar
  2633. landing.view.xmas13quest.layout=bitmap.uri,${image.library.url}album3820/landing_view_quest_image.gif;bitmap.x,175;bitmap.y,100;container.height,250;
  2634. landing.view.xmas13quest.widget=generic
  2635. landing.view.xmas13snowflake.conf=caption,landing.view.xmas13snowflake.header;bodytext,landing.view.xmas13snowflake.body;spacing,2;catalogbutton,landing.view.xmas13snowflake.button,snowflakes
  2636. landing.view.xmas13snowflake.layout=bitmap.uri,${image.library.url}web_promo_small/xmas13_sf_promo.png;bitmap.x,60;bitmap.y,0;container.height,250;
  2637. landing.view.xmas13snowflake.widget=generic
  2638. landing.view.xmas15advent.conf=caption,landing.view.xmas15advent.header;bodytext,landing.view.xmas15advent.body;internallinkbutton,landing.view.xmas15advent.button,habboUI/open/xmas15
  2639. landing.view.xmas15advent.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas15generic2.png;bitmap.x,0;bitmap.y,0;container.height,250
  2640. landing.view.xmas15advent.widget=generic
  2641. landing.view.xmas15arctic.conf=caption,landing.view.xmas15arctic.header;bodytext,landing.view.xmas15arctic.body;catalogbutton,landing.view.xmas15arctic.button,xmas14_bundle5
  2642. landing.view.xmas15arctic.layout=
  2643. landing.view.xmas15arctic.widget=generic
  2644. landing.view.xmas15baby.conf=caption,landing.view.xmas15baby.header;bodytext,landing.view.xmas15baby.body;catalogbutton,landing.view.xmas15baby.button,xmas15baby1
  2645. landing.view.xmas15baby.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_puppyroom.png;bitmap.x,50;bitmap.y,0;container.height,250
  2646. landing.view.xmas15baby.widget=generic
  2647. landing.view.xmas15bc.conf=caption,landing.view.xmas15bc.header;bodytext,landing.view.xmas15bc.body;internallinkbutton,landing.view.xmas15bc.button,catalog/warehouse/oldxmas_01_bc
  2648. landing.view.xmas15bc.layout=
  2649. landing.view.xmas15bc.widget=generic
  2650. landing.view.xmas15begin.conf=caption,landing.view.xmas15begin.header;bodytext,landing.view.xmas15begin.body;catalogbutton,landing.view.cc14oldfurni.button,rare
  2651. landing.view.xmas15begin.layout=
  2652. landing.view.xmas15begin.widget=generic
  2653. landing.view.xmas15bigcity.conf=caption,landing.view.xmas15bigcity.header;bodytext,landing.view.xmas15bigcity.body;catalogbutton,landing.view.xmas15bigcity.button,xmas14_bundle4
  2654. landing.view.xmas15bigcity.layout=
  2655. landing.view.xmas15bigcity.widget=generic
  2656. landing.view.xmas15cabin.conf=caption,landing.view.xmas15cabin.header;bodytext,landing.view.xmas15cabin.body;catalogbutton,landing.view.xmas15cabin.button,xmas14_bundle2
  2657. landing.view.xmas15cabin.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmasbundle1.png;bitmap.x,50;bitmap.y,0;container.height,250
  2658. landing.view.xmas15cabin.widget=generic
  2659. landing.view.xmas15caribbean.conf=caption,landing.view.xmas15caribbean.header;bodytext,landing.view.xmas15caribbean.body;catalogbutton,landing.view.xmas15caribbean.button,xmas14_bundle3
  2660. landing.view.xmas15caribbean.layout=
  2661. landing.view.xmas15caribbean.widget=generic
  2662. landing.view.xmas15clock.conf=caption,landing.view.xmas15clock.header;bodytext,landing.view.xmas15clock.body;catalogbutton,landing.view.xmas15clock.button,xmas15_rares4
  2663. landing.view.xmas15clock.layout=
  2664. landing.view.xmas15clock.widget=generic
  2665. landing.view.xmas15clothing.conf=caption,landing.view.xmas15clothing.header;bodytext,landing.view.xmas15clothing.body;catalogbutton,landing.view.xmas15clothing.button,xmas15_clothing
  2666. landing.view.xmas15clothing.layout=
  2667. landing.view.xmas15clothing.widget=generic
  2668. landing.view.xmas15frozenoff.conf=caption,landing.view.xmas15frozen.header;bodytext,landing.view.xmas15frozen.body;customtimer,false,0,0,landing.view.xmas15frozen.button,landing.view.raretimer.timer.expired,2015-12-26 16:00
  2669. landing.view.xmas15frozenoff.layout=
  2670. landing.view.xmas15frozenoff.widget=generic
  2671. landing.view.xmas15frozenon.conf=caption,landing.view.xmas15frozen.header;bodytext,landing.view.xmas15frozen.body;catalogbutton,landing.view.cp15stpat.button,ler
  2672. landing.view.xmas15frozenon.layout=
  2673. landing.view.xmas15frozenon.widget=generic
  2674. landing.view.xmas15glowoff.conf=caption,landing.view.xmas15glow.header;bodytext,landing.view.xmas15glow.body;customtimer,false,0,0,landing.view.xmas15glow.button,landing.view.raretimer.timer.expired,2015-12-12 16:00
  2675. landing.view.xmas15glowoff.layout=
  2676. landing.view.xmas15glowoff.widget=generic
  2677. landing.view.xmas15glowon.conf=caption,landing.view.xmas15glow.header;bodytext,landing.view.xmas15glow.body;catalogbutton,landing.view.cp15stpat.button,ler
  2678. landing.view.xmas15glowon.layout=
  2679. landing.view.xmas15glowon.widget=generic
  2680. landing.view.xmas15gnome.conf=caption,landing.view.xmas15gnome.header;bodytext,landing.view.xmas15gnome.body;catalogbutton,landing.view.xmas15gnome.button,xmas14_gnome
  2681. landing.view.xmas15gnome.layout=
  2682. landing.view.xmas15gnome.widget=generic
  2683. landing.view.xmas15mega.conf=caption,landing.view.xmas15mega.header;bodytext,landing.view.xmas15mega.body;internallinkbutton,landing.view.xmas15mega.button,habblet/open/credits
  2684. landing.view.xmas15mega.layout=
  2685. landing.view.xmas15mega.widget=generic
  2686. landing.view.xmas15newbundle.conf=caption,landing.view.xmas15newbundle.header;bodytext,landing.view.xmas15newbundle.body;catalogbutton,landing.view.xmas15newbundle.button,xmas15_bundle
  2687. landing.view.xmas15newbundle.layout=
  2688. landing.view.xmas15newbundle.widget=generic
  2689. landing.view.xmas15nutoff.conf=caption,landing.view.xmas15nut.header;bodytext,landing.view.xmas15nut.body;customtimer,false,0,0,landing.view.xmas15nut.button,landing.view.raretimer.timer.expired,2015-12-05 16:00
  2690. landing.view.xmas15nutoff.layout=
  2691. landing.view.xmas15nutoff.widget=generic
  2692. landing.view.xmas15nuton.conf=caption,landing.view.xmas15nut.header;bodytext,landing.view.xmas15nut.body;catalogbutton,landing.view.cp15stpat.button,ler
  2693. landing.view.xmas15nuton.layout=
  2694. landing.view.xmas15nuton.widget=generic
  2695. landing.view.xmas15photo.conf=caption,landing.view.xmas15photo.header;bodytext,landing.view.xmas15photo.body;catalogbutton,landing.view.xmas15photo.button,xmas15_rares2
  2696. landing.view.xmas15photo.layout=
  2697. landing.view.xmas15photo.widget=generic
  2698. landing.view.xmas15rudolf.conf=caption,landing.view.xmas15rudolf.header;bodytext,landing.view.xmas15rudolf.body;catalogbutton,landing.view.xmas15rudolf.button,xmas15_rares3
  2699. landing.view.xmas15rudolf.layout=
  2700. landing.view.xmas15rudolf.widget=generic
  2701. landing.view.xmas15santa.conf=caption,landing.view.xmas15santa.header;bodytext,landing.view.xmas15santa.body;catalogbutton,landing.view.xmas15clothing.button,xmas15_clothing2
  2702. landing.view.xmas15santa.layout=
  2703. landing.view.xmas15santa.widget=generic
  2704. landing.view.xmas15sleigh.conf=caption,landing.view.xmas15sleigh.header;bodytext,landing.view.xmas15sleigh.body;catalogbutton,landing.view.xmas15sleigh.button,xmas15_rares
  2705. landing.view.xmas15sleigh.layout=
  2706. landing.view.xmas15sleigh.widget=generic
  2707. landing.view.xmas15wishoff.conf=caption,landing.view.xmas15wish.header;bodytext,landing.view.xmas15wish.body;customtimer,false,0,0,landing.view.xmas15wish.button,landing.view.raretimer.timer.expired,2015-12-19 16:00
  2708. landing.view.xmas15wishoff.layout=
  2709. landing.view.xmas15wishoff.widget=generic
  2710. landing.view.xmas15wishon.conf=caption,landing.view.xmas15wish.header;bodytext,landing.view.xmas15wish.body;catalogbutton,landing.view.cp15stpat.button,ler
  2711. landing.view.xmas15wishon.layout=
  2712. landing.view.xmas15wishon.widget=generic
  2713. landing.view.xmas15workshop.conf=caption,landing.view.xmas15workshop.header;bodytext,landing.view.xmas15workshop.body;catalogbutton,landing.view.xmas15workshop.button,xmas14_bundle6
  2714. landing.view.xmas15workshop.layout=
  2715. landing.view.xmas15workshop.widget=generic
  2716. landing.view.xmas16advent.conf=caption,landing.view.xmas16advent.header;bodytext,landing.view.xmas16advent.body;internallinkbutton,landing.view.xmas16advent.button,openView/calendar
  2717. landing.view.xmas16advent.layout=
  2718. landing.view.xmas16advent.widget=generic
  2719. landing.view.xmas16benji.conf=caption,landing.view.xmas16benji.header;bodytext,landing.view.xmas16benji.body;catalogbutton,landing.view.cp15stpat.button,ler
  2720. landing.view.xmas16benji.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_LTD.png;bitmap.x,50;bitmap.y,0;container.height,250
  2721. landing.view.xmas16benji.widget=generic
  2722. landing.view.xmas16benjiltd.conf=caption,landing.view.xmas16benji.header;bodytext,landing.view.xmas16benji.body;customtimer,false,0,0,landing.view.cp15ltd.button,landing.view.raretimer.timer.expired,2016-12-22 12:00
  2723. landing.view.xmas16benjiltd.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_LTD.png;bitmap.x,50;bitmap.y,0;container.height,250
  2724. landing.view.xmas16benjiltd.widget=generic
  2725. landing.view.xmas16cathat.conf=caption,landing.view.xmas16cathat.header;bodytext,landing.view.xmas16cathat.body;catalogbutton,landing.view.xmas16cathat.button,xmas16cathat
  2726. landing.view.xmas16cathat.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_rare3.png;bitmap.x,50;bitmap.y,0;container.height,250
  2727. landing.view.xmas16cathat.widget=generic
  2728. landing.view.xmas16classic.conf=caption,landing.view.xmas16classic.header;bodytext,landing.view.xmas16classic.body;catalogbutton,landing.view.xmas16classic.button,xmas16classic
  2729. landing.view.xmas16classic.layout=
  2730. landing.view.xmas16classic.widget=generic
  2731. landing.view.xmas16clothing.conf=caption,landing.view.xmas16clothing.header;bodytext,landing.view.xmas16clothing.body;catalogbutton,landing.view.xmas16clothing.button,xmas16clothing
  2732. landing.view.xmas16clothing.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_clothes.png;bitmap.x,50;bitmap.y,0;container.height,250
  2733. landing.view.xmas16clothing.widget=generic
  2734. landing.view.xmas16common.conf=caption,landing.view.xmas16common.header;bodytext,landing.view.xmas16common.body;catalogbutton,landing.view.xmas16common.button,xmas16common
  2735. landing.view.xmas16common.layout=
  2736. landing.view.xmas16common.widget=generic
  2737. landing.view.xmas16dining.conf=caption,landing.view.xmas16dining.header;bodytext,landing.view.xmas16dining.body;catalogbutton,landing.view.xmas16dining.button,xmas16dining
  2738. landing.view.xmas16dining.layout=
  2739. landing.view.xmas16dining.widget=generic
  2740. landing.view.xmas16eggs.conf=caption,landing.view.xmas16eggs.header;bodytext,landing.view.xmas16eggs.body;catalogbutton,landing.view.xmas16eggs.button,xmas16eggs
  2741. landing.view.xmas16eggs.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_creatures.png;bitmap.x,50;bitmap.y,0;container.height,250
  2742. landing.view.xmas16eggs.widget=generic
  2743. landing.view.xmas16furni.conf=caption,landing.view.xmas16furni.header;bodytext,landing.view.xmas16furni.body;catalogbutton,landing.view.xmas16furni.button,xmas16furni
  2744. landing.view.xmas16furni.layout=
  2745. landing.view.xmas16furni.widget=generic
  2746. landing.view.xmas16games.conf=caption,landing.view.xmas16games.header;bodytext,landing.view.xmas16games.body;internallinkbutton,landing.view.xmas16games.button,navigator/tab/official_view
  2747. landing.view.xmas16games.layout=
  2748. landing.view.xmas16games.widget=generic
  2749. landing.view.xmas16hangout.conf=caption,landing.view.xmas16hangout.header;bodytext,landing.view.xmas16hangout.body;catalogbutton,landing.view.xmas16hangout.button,xmas16hangout
  2750. landing.view.xmas16hangout.layout=
  2751. landing.view.xmas16hangout.widget=generic
  2752. landing.view.xmas16hats.conf=caption,landing.view.xmas16hats.header;bodytext,landing.view.xmas16hats.body;catalogbutton,landing.view.xmas16hats.button,xmas16hats
  2753. landing.view.xmas16hats.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_ny17crackable.png;bitmap.x,50;bitmap.y,0;container.height,250
  2754. landing.view.xmas16hats.widget=generic
  2755. landing.view.xmas16hcgifts.conf=caption,landing.view.xmas16hcgifts.header;bodytext,landing.view.xmas16hcgifts.body;catalogbutton,landing.view.xmas16hcgifts.button,xmas16hcgifts
  2756. landing.view.xmas16hcgifts.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_emojihats.png;bitmap.x,50;bitmap.y,0;container.height,250
  2757. landing.view.xmas16hcgifts.widget=generic
  2758. landing.view.xmas16office.conf=caption,landing.view.xmas16office.header;bodytext,landing.view.xmas16office.body;catalogbutton,landing.view.xmas16office.button,xmas16office
  2759. landing.view.xmas16office.layout=
  2760. landing.view.xmas16office.widget=generic
  2761. landing.view.xmas16owl.conf=caption,landing.view.xmas16owl.header;bodytext,landing.view.xmas16owl.body;catalogbutton,landing.view.xmas16owl.button,xmas16owl
  2762. landing.view.xmas16owl.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_rare2.png;bitmap.x,50;bitmap.y,0;container.height,250
  2763. landing.view.xmas16owl.widget=generic
  2764. landing.view.xmas16throne.conf=caption,landing.view.xmas16throne.header;bodytext,landing.view.xmas16throne.body;catalogbutton,landing.view.xmas16throne.button,xmas16throne
  2765. landing.view.xmas16throne.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_rare4.png;bitmap.x,50;bitmap.y,0;container.height,250
  2766. landing.view.xmas16throne.widget=generic
  2767. landing.view.xmas16tiara.conf=caption,landing.view.xmas16tiara.header;bodytext,landing.view.xmas16tiara.body;catalogbutton,landing.view.xmas16tiara.button,xmas16tiara
  2768. landing.view.xmas16tiara.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_xmas16_rare1.png;bitmap.x,50;bitmap.y,0;container.height,250
  2769. landing.view.xmas16tiara.widget=generic
  2770. landing.view.xmas2013credrares.conf=caption,landing.view.xmas2013credrares.header;bodytext,landing.view.xmas2013credrares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-26 18:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
  2771. landing.view.xmas2013credrares.layout=Empty value
  2772. landing.view.xmas2013credrares.widget=generic
  2773. landing.view.xmas2013gnome.conf=caption,landing.view.xmas2013gnome.header;bodytext,landing.view.xmas2013gnome.body;spacing,2;catalogbutton,landing.view.xmas2013gnome.button,pet_gnome
  2774. landing.view.xmas2013gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,140;bitmap.y,120;container.height,250;
  2775. landing.view.xmas2013gnome.widget=generic
  2776. landing.view.xmas2013hcfurni.conf=caption,landing.view.xmas2013hcfurni.header;bodytext,landing.view.xmas2013hcfurni.body;spacing,2;catalogbutton,landing.view.xmas2013hcfurni.button,club_gifts
  2777. landing.view.xmas2013hcfurni.layout=bitmap.uri,${image.library.url}catalogue/SmallPromo_hc13.png;bitmap.x,110;bitmap.y,100;container.height,250;
  2778. landing.view.xmas2013hcfurni.widget=generic
  2779. landing.view.xmas2013roombundle.conf=caption,landing.view.xmas2013roombundle.header;bodytext,landing.view.xmas2013roombundle.body;spacing,2;catalogbutton,landing.view.xmas2013roombundle.button,xmas13_roombundle
  2780. landing.view.xmas2013roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_xmas13bundle.png;bitmap.x,70;bitmap.y,0;container.height,250;
  2781. landing.view.xmas2013roombundle.widget=generic
  2782. landing.view.xmas2013xmasfurni.conf=caption,landing.view.xmas2013xmasfurni.header;bodytext,landing.view.xmas2013xmasfurni.body;spacing,2;catalogbutton,landing.view.xmas2013xmasfurni.button,xmas_new_furni
  2783. landing.view.xmas2013xmasfurni.layout=
  2784. landing.view.xmas2013xmasfurni.widget=generic
  2785. landing.view.xmas2013xmasrare.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-24 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
  2786. landing.view.xmas2013xmasrare.layout=
  2787. landing.view.xmas2013xmasrare.widget=generic
  2788. landing.view.xmas2013xmasrare2.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-25 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
  2789. landing.view.xmas2013xmasrare2.layout=
  2790. landing.view.xmas2013xmasrare2.widget=generic
  2791. landing.view.xmas2015CommunityGoal.widget=communitygoalvsmode
  2792. landing_view.url=https://help.habbo.com/home
  2793. landing_view.use_web=false
  2794. landing_view_promo_slots=2,4,5,6,3,1
  2795. latencytest.interval=20000
  2796. latencytest.report.delta=100
  2797. latencytest.report.index=3
  2798. link.format.bots.help=https://help.habbo.com/entries/22348793-out-now-the-incredible-bot
  2799. link.format.club=${url.prefix}/shop
  2800. link.format.collectibles=${url.prefix}/shop
  2801. link.format.credits=${url.prefix}/shop
  2802. link.format.friendlist.pref=${url.prefix}/profile/friendsmanagement?tab=6
  2803. link.format.guild=${url.prefix}/groups/%groupid%/id
  2804. link.format.madmoney=${url.prefix}/shop
  2805. link.format.mail.compose=${url.prefix}/me#mail/compose/%recipientid%
  2806. link.format.mail.inbox=${url.prefix}/me#mail/inbox/%random%/
  2807. link.format.pets=${url.prefix}/hotel/pets
  2808. link.format.pixels=${url.prefix}/shop
  2809. link.format.safetylock_unlock=${url.prefix}/settings/security
  2810. link.format.tag.search=${url.prefix}/tag/search?tag=%tag%
  2811. link.format.user.search=${url.prefix}/me#habbo-search
  2812. link.format.userpage=${url.prefix}/profile/%username%
  2813. live.environment.list=br/us/de/es/fi/fr/it/nl/tr
  2814. loading_screen.logout_visible_timeout_sec=20
  2815. login.show.calendar=false
  2816. logout.concurrent.url=${url.prefix}/account/disconnected
  2817. logout.disconnect.url=${url.prefix}/account/disconnected?reason=logout
  2818. logout.disconnect.url=${url.prefix}/account/disconnected?reason=logout&origin=%origin%
  2819. logout.url=${url.prefix}/account/disconnected?reason=%reason%&origin=%origin%
  2820. memenu.effects.widget.disabled=true
  2821. menu.avatar.enabled=true
  2822. menu.bot.enabled=false
  2823. menu.own_avatar.enabled=1
  2824. messenger.new.skin=true
  2825. minimail.landing_view.enabled=false
  2826. moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
  2827. monitor.garbage.collection=false
  2828. monsterplants.composting.enabled=true
  2829. monsterplants.enabled=true
  2830. monsterplants.game.enabled=false
  2831. multi.item.trading.enabled=true
  2832. mystery_box_toolbar_extension_minimised=false
  2833. mysterybox.faq.url=https://help.habbo.com/entries/22500467-mystery-box-and-advent-calendar-2012
  2834. mysterybox.number.colors.enabled=8
  2835. mysterybox.received.illustration=${image.library.url}xmas2012/box_notification.png
  2836. mysterybox.received.linkurl=https://help.habbo.com/entries/22500467-mystery-box-and-advent-calendar-2012
  2837. mysterybox.tracker.active=false
  2838. navigator.2014.personalized.navigator=true
  2839. navigator.colorlimit.orange=80
  2840. navigator.colorlimit.red=92
  2841. navigator.colorlimit.yellow=50
  2842. navigator.default.view=public
  2843. navigator.default_tab=official
  2844. navigator.settings.show_room_styles=true
  2845. navigator.thumbnail.url_base=https://habbo-stories-content.s3.amazonaws.com/navigator-thumbnail/hhus/
  2846. nest.breeding.bear.enabled=true
  2847. nest.breeding.cat.enabled=true
  2848. nest.breeding.dog.enabled=true
  2849. nest.breeding.pig.enabled=true
  2850. nest.breeding.terrier.enabled=true
  2851. new.identity.hide.quests=true
  2852. new.identity.hide.ui=true
  2853. new.identity.navigator.default_tab=official
  2854. new.user.citizenship.popup.enabled=false
  2855. new.user.flow.enabled=true
  2856. new.user.onboarding.hc.flow.enabled=true
  2857. new.user.promo.delay=-1
  2858. new.user.promo.room.delay=0
  2859. new.user.reception.enabled=false
  2860. new.user.wing=
  2861. news.auto_popup.enabled=false
  2862. news.url=/127.0.0.1/habbo-web-news/%lang%/%environment%/front.json
  2863. next.limited.rare.countdown.widget.disabled=false
  2864. notification.admin.persistent={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
  2865. notification.admin.transient={"display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
  2866. notification.builders_club.membership_expired={"display":"POP_UP"}
  2867. notification.builders_club.membership_expires={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
  2868. notification.builders_club.membership_extended={"delivery":"PERSISTENT","display":"POP_UP"}
  2869. notification.builders_club.membership_made={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
  2870. notification.builders_club.membership_renewed={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
  2871. notification.builders_club.room_locked={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
  2872. notification.builders_club.room_unlocked={"display":"BUBBLE"}
  2873. notification.builders_club.visit_denied_for_owner={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
  2874. notification.builders_club.visit_denied_for_visitor={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked.png"}
  2875. notification.campaign.credit.donation={"display":"BUBBLE"}
  2876. notification.campaign.product.donation={"display":"BUBBLE"}
  2877. notification.casino.too_many_dice.placement={"display":"POP_UP"}
  2878. notification.casino.too_many_dice={"display":"POP_UP"}
  2879. notification.cfh.created={"display":"POP_UP","title":""}
  2880. notification.feed.enabled=false
  2881. notification.floorplan_editor.error={"display":"POP_UP"}
  2882. notification.forums.delivered={"delivery":"PERSISTENT","display":"POP_UP"}
  2883. notification.forums.forum_settings_updated={"display":"BUBBLE"}
  2884. notification.forums.message.hidden={"display":"BUBBLE"}
  2885. notification.forums.message.restored={"display":"BUBBLE"}
  2886. notification.forums.thread.hidden={"display":"BUBBLE"}
  2887. notification.forums.thread.locked={"display":"BUBBLE"}
  2888. notification.forums.thread.pinned={"display":"BUBBLE"}
  2889. notification.forums.thread.restored={"display":"BUBBLE"}
  2890. notification.forums.thread.unlocked={"display":"BUBBLE"}
  2891. notification.forums.thread.unpinned={"display":"BUBBLE"}
  2892. notification.furni_placement_error={"display":"BUBBLE"}
  2893. notification.gifting.valentine={"delivery": "PERSISTENT", "display":"BUBBLE", "image":"${image.library.url}notifications/polaroid_photo.png"}
  2894. notification.items.enabled=true
  2895. notification.mute.forbidden.time={"display":"BUBBLE"}
  2896. notification.npc.gift.received={"display":"BUBBLE","image":"${image.library.url}album1584/X1517.gif"}
  2897. notification.nux.popup={"display":"POP_UP"}
  2898. notification.purchasing.room={"delivery":"PERSISTENT","display":"POP_UP"}
  2899. nux.every.new.user.is.noob=true
  2900. nux.lobbies.enabled=true
  2901. nux.noob.chat.reminder.delay=240
  2902. nux.noob.lobby.popup.delay=90
  2903. offers.enabled=true
  2904. offers.habboclub.enabled=true
  2905. offers.sponsorpay.appid=
  2906. offers.supersonic.enabled=true
  2907. offers.wait.minutes=0
  2908. payment.url=https://help.habbo.com/home
  2909. performancetest.distribution.enabled=true
  2910. performancetest.interval=2147483647
  2911. pet.configuration=dog,cat,croco,terrier,bear,pig,lion,rhino,spider,turtle,chicken,frog,dragon,monster,monkey,horse,monsterplant,bunnyeaster,bunnyevil,bunnydepressed,bunnylove,pigeongood,pigeonevil,demonmonkey,bearbaby,terrierbaby,gnome,gnome,kittenbaby,puppybaby,pigletbaby,haloompa,fools,pterosaur,velociraptor,cow
  2912. pet.dynamic.download.name.template=%type%.swf
  2913. pet.dynamic.download.url=${flash.client.url}
  2914. pet.enhancements.enabled=true
  2915. pet.training.enabled=true
  2916. petSelect.enabled=true
  2917. phone.number.preferred.countries=US,GB,CA,AU,MY,SG
  2918. plasto_campaign.enabled=false
  2919. pocket.api.no=https://www.habbo.no
  2920. poll.word.quiz.answer.bubble.seconds=5
  2921. private.image.library.url=http://images.habbogroup.com/c_images/
  2922. productdata.load.url=${url.prefix}/gamedata/productdata/1
  2923. public.room.dynamic.download.name.template=%typeid%.swf
  2924. purchase.rent.duration.in.seconds=604800
  2925. purchase.rent.warning_duration_seconds=172800
  2926. purse.widget.currency.shells.enabled=0
  2927. purse.widget.enabled=1
  2928. push_notifications.enabled=true
  2929. questing.defaultCampaign=room_builder
  2930. questing.showDetailsForNextQuest=false
  2931. questing.startQuestDelayInSeconds=10
  2932. recycler.number_of_slots=8
  2933. relationship.status.enabled=true
  2934. rentablespaces.faq.location=
  2935. rentablespaces.renting_enabled=true
  2936. respect.talent.show.min.audience=6
  2937. room.camera.follow_user=true
  2938. room.custom.filter.enabled=true
  2939. room.dragging.always_center=0
  2940. room.enter.effect.delay=5000
  2941. room.enter.effect.duration=2000
  2942. room.enter.effect.enabled=false
  2943. room.enter.info.collapse.delay=5000
  2944. room.enter.infostand.fade.start.delay=20000
  2945. room.rating.enable=1
  2946. room.report.enabled=true
  2947. room.settings.trading.visible=false
  2948. room_ad.duration.minutes=120
  2949. room_ad.maximum_total_time.minutes=10080
  2950. room_moderation.mute_all.enabled=true
  2951. roomad.limit_total_time=true
  2952. roomad.limited_extension=false
  2953. roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
  2954. roomenterad.habblet.enabled=true
  2955. roominfo.widget.enabled=1
  2956. safety_quiz.disabled=true
  2957. seasonalQuestCalendar.campaignPrefix=xmas2013
  2958. seasonalQuestCalendar.currency=101
  2959. seasonalQuestCalendar.enabled=false
  2960. seasonalQuestCalendar.maximum.entities=24
  2961. seasonalcurrencyindicator.currency=101
  2962. seasonalcurrencyindicator.enabled=false
  2963. seasonalcurrencyindicator.page=seashells
  2964. sharedhorseriding.enabled=true
  2965. show.sanction.info.on.login=true
  2966. simple.memenu.enabled=1
  2967. sms.identity.verification.button.enabled=true
  2968. sms.identity.verification.enabled=false
  2969. snowstorm.settings.show_user_names=true
  2970. snowwar.ghost.enabled=false
  2971. snowwar.ghost.immediate.enabled=false
  2972. snowwar.ghost.visualization.enabled=false
  2973. snowwar.log.enabled=false
  2974. stories.admin.tool.base.url=https://theallseeingeye.sulake.com/habbo-stories-admin/#/photos/
  2975. stories.image.sharing_url_base=https://habbo-stories-api.herokuapp.com/p/cards/%id%.html
  2976. stories.image_url_base=http://habbo-stories-content.s3.amazonaws.com/
  2977. stories.report.selfie.enabled=true
  2978. subscription.reminder.when.days.left=5
  2979. supersaverads.video.promo.development.mode=false
  2980. supersaverads.video.promo.enabled=true
  2981. tablet.avatareditor.enabled=true
  2982. tablet.bc.enabled=true
  2983. tablet.bc.upgrades.enabled=true
  2984. tablet.processlog.enabled=false
  2985. tablet.trading.enabled=true
  2986. talent.progress.emailchange.enabled=false
  2987. talent.track.citizenship.enabled=true
  2988. talent.track.enabled=true
  2989. targeted.offer.override.layout.108=targeted_offer_dialog_variation_xml
  2990. targeted.offer.override.layout.109=targeted_offer_dialog_variation_xml
  2991. targeted.offer.override.layout.65=targeted_offer_dialog_variation_xml
  2992. targeted.offer.override.layout.66=targeted_offer_dialog_variation_xml
  2993. targeted.offer.override.layout.67=targeted_offer_dialog_variation_xml
  2994. targeted.offer.override.layout.68=targeted_offer_dialog_variation_xml
  2995. targeted.offer.override.preview_image.108=targetedoffers/nu_offer_14aug15.png
  2996. targeted.offer.override.preview_image.109=targetedoffers/ufo_var_v3.png
  2997. targeted.offer.override.preview_image.65=targetedoffers/ufo_var_v1.png
  2998. targeted.offer.override.preview_image.66=targetedoffers/ufo_var_v3.png
  2999. targeted.offer.override.preview_image.67=targetedoffers/ufo_var_v5.png
  3000. targeted.offer.override.preview_image.68=targetedoffers/ufo_var_v7.png
  3001. toolbar.extension.video.promo.enabled=false
  3002. toolbar.hide.quests=true
  3003. toolbar.mode=transparent
  3004. toolbar.new_additions.notification.enabled=true
  3005. toolbar.stories.enabled=false
  3006. toolbar.tracking.enabled=true
  3007. toolbar.unseen_notification.skipped_badge_ids=ACH_AllTimeHotelPresence
  3008. tracking.framerate.reportInterval.seconds=2147483647
  3009. trading.commiterror.enabled=true
  3010. trading.warning.enabled=true
  3011. trax.player.sample.memory.purge.enabled=1
  3012. try.existing.session=false
  3013. unique.limited.items.enabled=true
  3014. url.prefix.no=http://www.habbo.no
  3015. use.default.localizations=false
  3016. use_minimized_own_avatar_menu=true
  3017. v3_credit_flow.enabled=true
  3018. v3_credit_flow_navigation.enabled=true
  3019. v3_credit_flow_navigation=true
  3020. valentines.enabled=false
  3021. vip.snowstorm.offer.length.days=31
  3022. viral.furni.post_type=appRequest
  3023. web.shop.relativeUrl=/shop
  3024. web.shop.subscription.relativeUrl=/shop/subscriptions
  3025. welcome.gift.feature.enabled=false
  3026. welcome.screen.enabled=0
  3027. wired.enabled.air=1
  3028. xmas11.campaignPrefix=xmas11
  3029. xmas11.enabled=false
  3030. xmas2012.calendar.enabled=false
  3031. xmas2012.calendar.startdate=2012-12-02 00:00
  3032. zendesk.url=https://help.habbo.com/home
  3033. zoom.enabled=1
  3034.  
  3035. productdata.load.url=https:/127.0.0.1/gamedata/productdata/595de281707e45dbab45d698fb6e951941569571
  3036. external.texts.txt=https:/127.0.0.1/gamedata/external_flash_texts/595de281707e45dbab45d698fb6e951941569571
  3037. external.override.variables.txt=https:/127.0.0.1/gamedata/override/external_override_variables/595de281707e45dbab45d698fb6e951941569571
  3038. flash.client.url=/127.0.0.1/gordon/PRODUCTION-201707041014-428081343/
  3039. furnidata.load.url=https:/127.0.0.1/gamedata/furnidata_xml/595de281707e45dbab45d698fb6e951941569571
  3040. external.variables.txt=https:/127.0.0.1/gamedata/external_variables/595de281707e45dbab45d698fb6e951941569571
  3041. external.override.texts.txt=https:/127.0.0.1/gamedata/override/external_flash_override_texts/595de281707e45dbab45d698fb6e951941569571
  3042. external.figurepartlist.txt=https:/127.0.0.1/gamedata/figuredata/595de281707e45dbab45d698fb6e951941569571
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement