**NOTE** Please 'Like' and 'Rep' if you like your statue. Thanks **
Okay, thanks for the requests, the first two are done and coded:

Also I felt like
coding and SWF'ing them so here is the downloads:
Dcbest Statue:
DCB_Statue_st.swf
Elissatje Statue:
ELI_Statue_st.swf
SQL Codes: Dcbest Statue:
PHP Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (9988770, 'DCB_Statue_st', 'DCB_Statue_st', 's', 1, 1, 1, '0', '0', '0', 99880, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9988770, '94', '9988770', 'DCB_Statue_st', '1500', '0', '0', '1');
PHP Code:
["s","99880","DCB_Statue_st","9988770","0","1","1","Dcbest Statue","Dcbest Statue","Created and coded by TimSWF."-1,"-1"],
SQL Codes: Elissatje Statue:
PHP Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (9988770, 'ELI_Statue_st', 'ELI_Statue_st', 's', 1, 1, 1, '0', '0', '0', 99880, '1', '1', '1', '1', '1', 'Default', 1, '0', '0');
PHP Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (9988770, '94', '9988770', 'ELI_Statue_st', '1500', '0', '0', '1');
PHP Code:
["s","99880","ELI_Statue_st","9988770","0","1","1","Elissatje Statue","Elissatje Statue","Created and coded by TimSWF."-1,"-1"],
Please note that the ID codes for both statues are the same, so if you for some reason want both on your hotel you will have to slightly change the ID's.
Thanks for the requests.